:root {
  --mdc-theme-primary: #54afac;
  --mdc-theme-primary-light: #85c6c4;
  --mdc-theme-primary-dark: #3c807e;
  --mdc-theme-secondary: #ea6b44;
  --mdc-theme-secondary-light: #f19e84;
  --mdc-theme-secondary-dark: #cf4317;
  --mdc-theme-background: #fff;
  --mdc-theme-text-primary-on-primary: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-primary: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-primary: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-primary: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-primary: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-primary-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-primary-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-primary-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-primary-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-primary-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-primary-dark: white;
  --mdc-theme-text-secondary-on-primary-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-primary-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-primary-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-primary-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-secondary: white;
  --mdc-theme-text-secondary-on-secondary: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-secondary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-secondary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-secondary: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-secondary-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-secondary-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-secondary-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-secondary-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-secondary-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-secondary-dark: white;
  --mdc-theme-text-secondary-on-secondary-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-secondary-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-secondary-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-secondary-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5); }

.mdc-theme--background {
  /* @alternate */
  background-color: #fff;
  background-color: var(--mdc-theme-background, #fff); }

.mdc-theme--primary {
  /* @alternate */
  color: #54afac !important;
  color: var(--mdc-theme-primary, #54afac) !important; }

.mdc-theme--primary-light {
  /* @alternate */
  color: #85c6c4 !important;
  color: var(--mdc-theme-primary-light, #85c6c4) !important; }

.mdc-theme--primary-dark {
  /* @alternate */
  color: #3c807e !important;
  color: var(--mdc-theme-primary-dark, #3c807e) !important; }

.mdc-theme--secondary {
  /* @alternate */
  color: #ea6b44 !important;
  color: var(--mdc-theme-secondary, #ea6b44) !important; }

.mdc-theme--secondary-light {
  /* @alternate */
  color: #f19e84 !important;
  color: var(--mdc-theme-secondary-light, #f19e84) !important; }

.mdc-theme--secondary-dark {
  /* @alternate */
  color: #cf4317 !important;
  color: var(--mdc-theme-secondary-dark, #cf4317) !important; }

.mdc-theme--text-primary-on-primary {
  /* @alternate */
  color: rgba(0, 0, 0, 0.87) !important;
  color: var(--mdc-theme-text-primary-on-primary, rgba(0, 0, 0, 0.87)) !important; }

.mdc-theme--text-secondary-on-primary {
  /* @alternate */
  color: rgba(0, 0, 0, 0.54) !important;
  color: var(--mdc-theme-text-secondary-on-primary, rgba(0, 0, 0, 0.54)) !important; }

.mdc-theme--text-hint-on-primary {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-hint-on-primary, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-disabled-on-primary {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-disabled-on-primary, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-icon-on-primary {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-icon-on-primary, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-primary-on-primary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.87) !important;
  color: var(--mdc-theme-text-primary-on-primary-light, rgba(0, 0, 0, 0.87)) !important; }

.mdc-theme--text-secondary-on-primary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.54) !important;
  color: var(--mdc-theme-text-secondary-on-primary-light, rgba(0, 0, 0, 0.54)) !important; }

.mdc-theme--text-hint-on-primary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-hint-on-primary-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-disabled-on-primary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-disabled-on-primary-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-icon-on-primary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-icon-on-primary-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-primary-on-primary-dark {
  /* @alternate */
  color: white !important;
  color: var(--mdc-theme-text-primary-on-primary-dark, white) !important; }

.mdc-theme--text-secondary-on-primary-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.7) !important;
  color: var(--mdc-theme-text-secondary-on-primary-dark, rgba(255, 255, 255, 0.7)) !important; }

.mdc-theme--text-hint-on-primary-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-hint-on-primary-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-disabled-on-primary-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-disabled-on-primary-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-icon-on-primary-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-icon-on-primary-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-primary-on-secondary {
  /* @alternate */
  color: white !important;
  color: var(--mdc-theme-text-primary-on-secondary, white) !important; }

.mdc-theme--text-secondary-on-secondary {
  /* @alternate */
  color: rgba(255, 255, 255, 0.7) !important;
  color: var(--mdc-theme-text-secondary-on-secondary, rgba(255, 255, 255, 0.7)) !important; }

.mdc-theme--text-hint-on-secondary {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-hint-on-secondary, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-disabled-on-secondary {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-disabled-on-secondary, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-icon-on-secondary {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-icon-on-secondary, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-primary-on-secondary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.87) !important;
  color: var(--mdc-theme-text-primary-on-secondary-light, rgba(0, 0, 0, 0.87)) !important; }

.mdc-theme--text-secondary-on-secondary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.54) !important;
  color: var(--mdc-theme-text-secondary-on-secondary-light, rgba(0, 0, 0, 0.54)) !important; }

.mdc-theme--text-hint-on-secondary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-hint-on-secondary-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-disabled-on-secondary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-disabled-on-secondary-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-icon-on-secondary-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-icon-on-secondary-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-primary-on-secondary-dark {
  /* @alternate */
  color: white !important;
  color: var(--mdc-theme-text-primary-on-secondary-dark, white) !important; }

.mdc-theme--text-secondary-on-secondary-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.7) !important;
  color: var(--mdc-theme-text-secondary-on-secondary-dark, rgba(255, 255, 255, 0.7)) !important; }

.mdc-theme--text-hint-on-secondary-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-hint-on-secondary-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-disabled-on-secondary-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-disabled-on-secondary-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-icon-on-secondary-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-icon-on-secondary-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-primary-on-background {
  /* @alternate */
  color: rgba(0, 0, 0, 0.87) !important;
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)) !important; }

.mdc-theme--text-secondary-on-background {
  /* @alternate */
  color: rgba(0, 0, 0, 0.54) !important;
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)) !important; }

.mdc-theme--text-hint-on-background {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-disabled-on-background {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-icon-on-background {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-primary-on-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.87) !important;
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)) !important; }

.mdc-theme--text-secondary-on-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.54) !important;
  color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)) !important; }

.mdc-theme--text-hint-on-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-disabled-on-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-icon-on-light {
  /* @alternate */
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-icon-on-light, rgba(0, 0, 0, 0.38)) !important; }

.mdc-theme--text-primary-on-dark {
  /* @alternate */
  color: white !important;
  color: var(--mdc-theme-text-primary-on-dark, white) !important; }

.mdc-theme--text-secondary-on-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.7) !important;
  color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)) !important; }

.mdc-theme--text-hint-on-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-disabled-on-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--text-icon-on-dark {
  /* @alternate */
  color: rgba(255, 255, 255, 0.5) !important;
  color: var(--mdc-theme-text-icon-on-dark, rgba(255, 255, 255, 0.5)) !important; }

.mdc-theme--primary-bg {
  /* @alternate */
  background-color: #54afac !important;
  background-color: var(--mdc-theme-primary, #54afac) !important; }

.mdc-theme--primary-light-bg {
  /* @alternate */
  background-color: #85c6c4 !important;
  background-color: var(--mdc-theme-primary-light, #85c6c4) !important; }

.mdc-theme--primary-dark-bg {
  /* @alternate */
  background-color: #3c807e !important;
  background-color: var(--mdc-theme-primary-dark, #3c807e) !important; }

.mdc-theme--secondary-bg {
  /* @alternate */
  background-color: #ea6b44 !important;
  background-color: var(--mdc-theme-secondary, #ea6b44) !important; }

.mdc-theme--secondary-light-bg {
  /* @alternate */
  background-color: #f19e84 !important;
  background-color: var(--mdc-theme-secondary-light, #f19e84) !important; }

.mdc-theme--secondary-dark-bg {
  /* @alternate */
  background-color: #cf4317 !important;
  background-color: var(--mdc-theme-secondary-dark, #cf4317) !important; }

html, body {
  height: 100% !important;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
  font-size: 16px; }

* {
  font-family: Dosis !important; }

.croppie-container {
  height: auto; }

.enjoyhint_next_btn {
  border-color: #ea6b44;
  color: #ea6b44; }

.enjoyhint_next_btn:hover {
  background-color: #54afac; }

.enjoyhint_close_btn {
  display: none; }

@font-face {
  font-family: 'Dosis';
  src: url("../css/fonts/Dosis-Regular.ttf") format("truetype"); }

h1,
h2,
h3,
h4 {
  margin-top: 0; }

p {
  height: 20px; }

.mdc-typography--label {
  font-family: Dosis, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
  text-decoration: inherit;
  text-transform: inherit;
  word-wrap: break-word;
  word-break: break-all;
  color: #1d1d1b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0; }

.mdc-typography--text {
  font-family: Dosis, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 25px;
  text-decoration: inherit;
  text-transform: inherit;
  color: #878787;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin: 0; }

.mdc-typography--wraplinetext {
  white-space: pre-wrap; }

.mdc-typography--label[data-i18n="mandatory_fields"] {
  font-size: 1rem; }

.mdc-typography--primary {
  color: #54afac; }

.mdc-typography--secondary {
  color: #ea6b44; }

#menutoggle {
  margin: 0; }

#logo_menu {
  height: 48px;
  margin: 0; }

.mdc-persistent-drawer .mdc-persistent-drawer__drawer {
  background-color: #54afac; }

.mdc-persistent-drawer .mdc-persistent-drawer__toolbar-spacer {
  height: 100px;
  border: none; }

.mdc-persistent-drawer .mdc-list-group {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .mdc-persistent-drawer .mdc-list-group .mdc-list-item.mdc-persistent-drawer--selected > div {
    border: 1px solid #307772; }
  .mdc-persistent-drawer .mdc-list-group .mdc-list-item:not(.mdc-persistent-drawer--selected) {
    cursor: pointer; }
    .mdc-persistent-drawer .mdc-list-group .mdc-list-item:not(.mdc-persistent-drawer--selected) > div {
      border: 1px solid #fff; }
  .mdc-persistent-drawer .mdc-list-group .mdc-list-item {
    margin: 8px 0;
    height: auto; }
    .mdc-persistent-drawer .mdc-list-group .mdc-list-item > div {
      border-radius: 50%;
      padding: 2px; }
  .mdc-persistent-drawer .mdc-list-group .mdc-list-item:hover > div {
    border-color: #307772; }
  .mdc-persistent-drawer .mdc-list-group span {
    color: white;
    margin-left: 16px; }

.mdc-persistent-drawer .mdc-list-group.menu-icons {
  align-items: center; }

.mdc-persistent-drawer:not(.mdc-persistent-drawer--open) {
  width: 80px; }
  .mdc-persistent-drawer:not(.mdc-persistent-drawer--open) .mdc-persistent-drawer__drawer {
    width: 80px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  .mdc-persistent-drawer:not(.mdc-persistent-drawer--open) .mdc-list-group.menu-list {
    display: none; }
  .mdc-persistent-drawer:not(.mdc-persistent-drawer--open) .mdc-list-group.meun-icons {
    display: flex; }

.mdc-persistent-drawer.mdc-persistent-drawer--open {
  width: 160px; }
  .mdc-persistent-drawer.mdc-persistent-drawer--open .mdc-persistent-drawer__drawer {
    width: 160px; }
  .mdc-persistent-drawer.mdc-persistent-drawer--open .mdc-list-group.menu-list {
    display: flex; }
  .mdc-persistent-drawer.mdc-persistent-drawer--open .mdc-list-group.menu-icons {
    display: none; }

.mdc-list-divider + .mdc-list {
  align-self: center;
  margin-top: auto; 
  margin-bottom:auto;
}

.mdc-persistent-drawer__overlay {
  display: none; }

@media screen and (max-width: 1279px) {
  .mdc-persistent-drawer {
    z-index: 3;
    opacity: 1; }
    .mdc-persistent-drawer > .mdc-persistent-drawer__drawer {
      transition: all 0.25s ease-in; }
  .mdc-persistent-drawer:not(.mdc-persistent-drawer--open) {
    width: 0 !important; }
    .mdc-persistent-drawer:not(.mdc-persistent-drawer--open) > .mdc-persistent-drawer__drawer {
      opacity: 0;
      width: 0 !important; }
  .mdc-persistent-drawer.mdc-persistent-drawer--open {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6); } }

.mdc-card-header {
  padding: 0 16px 16px 16px; }

.mdc-card {
  background-color: #ebf4f4;
  border-radius: 10px !important;
  padding: 16px 24px;
  box-shadow: none; }
  .mdc-card .mdc-card-close {
    position: absolute;
    top: 16px;
    right: 16px; }

.mdc-card-border--primary {
  border: 1px solid #54afac; }

.mdc-card--primary {
  background-color: #54afac; }

.mdc-card--secondary {
  background-color: #ea6b44; }

.mdc-card--tertiary {
  background-color: #307772; }

.mdc-card--quaternary {
  background-color: #eac6ad; }

.mdc-card--quinary {
  background-color: #ef8f6a; }

.mdc-card--senary {
  background-color: #8ecae8; }

.mdc-card--septenary {
  background-color: #fff2a6; }

.mdc-dialog__surface {
  display: grid;
  grid-template-areas: 'header' 'body' 'footer';
  grid-template-rows: 48px 1fr 48px;
  grid-template-columns: 100%;
  align-items: center;
  background-color: white !important;
  border-radius: 10px;
  max-height: 240px;
  min-height: 240px;
  max-width: 360px;
  min-width: 360px;
  padding: 16px; }
  .mdc-dialog__surface .mdc-dialog__header {
    grid-area: header;
    text-align: center;
    padding: 16px 16px 0; }
  .mdc-dialog__surface .mdc-dialog__body {
    grid-area: body;
    text-align: center;
    flex-grow: 1; }
  .mdc-dialog__surface .mdc-dialog__footer {
    grid-area: footer;
    padding: 0; }
    .mdc-dialog__surface .mdc-dialog__footer button {
      border: 1px solid #1d1d1b; }

.icon--primary.icon-adicionar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.61 45.61' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ecriar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' d='M44.61%2C22.8A21.81%2C21.81%2C0%2C1%2C1%2C22.8%2C1%2C21.8%2C21.8%2C0%2C0%2C1%2C44.61%2C22.8ZM22.8%2C11.65V34M11.65%2C22.8H34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.61 45.61' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ecriar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M44.61%2C22.8A21.81%2C21.81%2C0%2C1%2C1%2C22.8%2C1%2C21.8%2C21.8%2C0%2C0%2C1%2C44.61%2C22.8ZM22.8%2C11.65V34M11.65%2C22.8H34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.61 45.61' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ecriar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' d='M44.61%2C22.8A21.81%2C21.81%2C0%2C1%2C1%2C22.8%2C1%2C21.8%2C21.8%2C0%2C0%2C1%2C44.61%2C22.8ZM22.8%2C11.65V34M11.65%2C22.8H34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.61 45.61' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ecriar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M44.61%2C22.8A21.81%2C21.81%2C0%2C1%2C1%2C22.8%2C1%2C21.8%2C21.8%2C0%2C0%2C1%2C44.61%2C22.8ZM22.8%2C11.65V34M11.65%2C22.8H34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.61 45.61' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ecriar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' d='M44.61%2C22.8A21.81%2C21.81%2C0%2C1%2C1%2C22.8%2C1%2C21.8%2C21.8%2C0%2C0%2C1%2C44.61%2C22.8ZM22.8%2C11.65V34M11.65%2C22.8H34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionar-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.61 45.61' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ecriar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M44.61%2C22.8A21.81%2C21.81%2C0%2C1%2C1%2C22.8%2C1%2C21.8%2C21.8%2C0%2C0%2C1%2C44.61%2C22.8ZM22.8%2C11.65V34M11.65%2C22.8H34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.61 45.61' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ecriar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M44.61%2C22.8A21.81%2C21.81%2C0%2C1%2C1%2C22.8%2C1%2C21.8%2C21.8%2C0%2C0%2C1%2C44.61%2C22.8ZM22.8%2C11.65V34M11.65%2C22.8H34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionaraula-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.21 50.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35.45%2C23.5v8.89a4.87%2C4.87%2C0%2C0%2C1-4.88%2C4.88H17.67a4.88%2C4.88%2C0%2C0%2C1-4.89-4.88V19.49a4.89%2C4.89%2C0%2C0%2C1%2C4.89-4.89h8.89M25.11%2C1a24.11%2C24.11%2C0%2C1%2C0%2C24.1%2C24.11A24.1%2C24.1%2C0%2C0%2C0%2C25.11%2C1Zm6.06%2C13.6h8.57m-4.29-4.28v8.57' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionaraula-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.21 50.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35.45%2C23.5v8.89a4.87%2C4.87%2C0%2C0%2C1-4.88%2C4.88H17.67a4.88%2C4.88%2C0%2C0%2C1-4.89-4.88V19.49a4.89%2C4.89%2C0%2C0%2C1%2C4.89-4.89h8.89M25.11%2C1a24.11%2C24.11%2C0%2C1%2C0%2C24.1%2C24.11A24.1%2C24.1%2C0%2C0%2C0%2C25.11%2C1Zm6.06%2C13.6h8.57m-4.29-4.28v8.57' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionaraula-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.21 50.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35.45%2C23.5v8.89a4.87%2C4.87%2C0%2C0%2C1-4.88%2C4.88H17.67a4.88%2C4.88%2C0%2C0%2C1-4.89-4.88V19.49a4.89%2C4.89%2C0%2C0%2C1%2C4.89-4.89h8.89M25.11%2C1a24.11%2C24.11%2C0%2C1%2C0%2C24.1%2C24.11A24.1%2C24.1%2C0%2C0%2C0%2C25.11%2C1Zm6.06%2C13.6h8.57m-4.29-4.28v8.57' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionaraula-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.21 50.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35.45%2C23.5v8.89a4.87%2C4.87%2C0%2C0%2C1-4.88%2C4.88H17.67a4.88%2C4.88%2C0%2C0%2C1-4.89-4.88V19.49a4.89%2C4.89%2C0%2C0%2C1%2C4.89-4.89h8.89M25.11%2C1a24.11%2C24.11%2C0%2C1%2C0%2C24.1%2C24.11A24.1%2C24.1%2C0%2C0%2C0%2C25.11%2C1Zm6.06%2C13.6h8.57m-4.29-4.28v8.57' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionaraula-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.21 50.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35.45%2C23.5v8.89a4.87%2C4.87%2C0%2C0%2C1-4.88%2C4.88H17.67a4.88%2C4.88%2C0%2C0%2C1-4.89-4.88V19.49a4.89%2C4.89%2C0%2C0%2C1%2C4.89-4.89h8.89M25.11%2C1a24.11%2C24.11%2C0%2C1%2C0%2C24.1%2C24.11A24.1%2C24.1%2C0%2C0%2C0%2C25.11%2C1Zm6.06%2C13.6h8.57m-4.29-4.28v8.57' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionaraula-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.21 50.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35.45%2C23.5v8.89a4.87%2C4.87%2C0%2C0%2C1-4.88%2C4.88H17.67a4.88%2C4.88%2C0%2C0%2C1-4.89-4.88V19.49a4.89%2C4.89%2C0%2C0%2C1%2C4.89-4.89h8.89M25.11%2C1a24.11%2C24.11%2C0%2C1%2C0%2C24.1%2C24.11A24.1%2C24.1%2C0%2C0%2C0%2C25.11%2C1Zm6.06%2C13.6h8.57m-4.29-4.28v8.57' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionaraula-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.21 50.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35.45%2C23.5v8.89a4.87%2C4.87%2C0%2C0%2C1-4.88%2C4.88H17.67a4.88%2C4.88%2C0%2C0%2C1-4.89-4.88V19.49a4.89%2C4.89%2C0%2C0%2C1%2C4.89-4.89h8.89M25.11%2C1a24.11%2C24.11%2C0%2C1%2C0%2C24.1%2C24.11A24.1%2C24.1%2C0%2C0%2C0%2C25.11%2C1Zm6.06%2C13.6h8.57m-4.29-4.28v8.57' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionardiario-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.91 48.91' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew diary%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M47.91%2C24.45A23.46%2C23.46%2C0%2C1%2C1%2C24.45%2C1%2C23.46%2C23.46%2C0%2C0%2C1%2C47.91%2C24.45ZM15.11%2C22V17.18m0%2C12.3V24.66m0%2C7.48v3.5H23M34.4%2C23.33V11H15.11v3.5m2.83%2C0H12.29v2.66h5.65ZM15.11%2C32.14h2.83V29.48H12.29v2.66h2.82m0-7.48h2.83V22H12.29v2.66h2.82M31%2C11H26.3v8.32l2.33-2.5L31%2C19.34Zm-.77%2C14V37.88m6.43-6.43H23.76' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionardiario-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.91 48.91' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew diary%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M47.91%2C24.45A23.46%2C23.46%2C0%2C1%2C1%2C24.45%2C1%2C23.46%2C23.46%2C0%2C0%2C1%2C47.91%2C24.45ZM15.11%2C22V17.18m0%2C12.3V24.66m0%2C7.48v3.5H23M34.4%2C23.33V11H15.11v3.5m2.83%2C0H12.29v2.66h5.65ZM15.11%2C32.14h2.83V29.48H12.29v2.66h2.82m0-7.48h2.83V22H12.29v2.66h2.82M31%2C11H26.3v8.32l2.33-2.5L31%2C19.34Zm-.77%2C14V37.88m6.43-6.43H23.76' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionardiario-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.91 48.91' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew diary%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M47.91%2C24.45A23.46%2C23.46%2C0%2C1%2C1%2C24.45%2C1%2C23.46%2C23.46%2C0%2C0%2C1%2C47.91%2C24.45ZM15.11%2C22V17.18m0%2C12.3V24.66m0%2C7.48v3.5H23M34.4%2C23.33V11H15.11v3.5m2.83%2C0H12.29v2.66h5.65ZM15.11%2C32.14h2.83V29.48H12.29v2.66h2.82m0-7.48h2.83V22H12.29v2.66h2.82M31%2C11H26.3v8.32l2.33-2.5L31%2C19.34Zm-.77%2C14V37.88m6.43-6.43H23.76' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionardiario-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.91 48.91' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew diary%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M47.91%2C24.45A23.46%2C23.46%2C0%2C1%2C1%2C24.45%2C1%2C23.46%2C23.46%2C0%2C0%2C1%2C47.91%2C24.45ZM15.11%2C22V17.18m0%2C12.3V24.66m0%2C7.48v3.5H23M34.4%2C23.33V11H15.11v3.5m2.83%2C0H12.29v2.66h5.65ZM15.11%2C32.14h2.83V29.48H12.29v2.66h2.82m0-7.48h2.83V22H12.29v2.66h2.82M31%2C11H26.3v8.32l2.33-2.5L31%2C19.34Zm-.77%2C14V37.88m6.43-6.43H23.76' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionardiario-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.91 48.91' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew diary%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M47.91%2C24.45A23.46%2C23.46%2C0%2C1%2C1%2C24.45%2C1%2C23.46%2C23.46%2C0%2C0%2C1%2C47.91%2C24.45ZM15.11%2C22V17.18m0%2C12.3V24.66m0%2C7.48v3.5H23M34.4%2C23.33V11H15.11v3.5m2.83%2C0H12.29v2.66h5.65ZM15.11%2C32.14h2.83V29.48H12.29v2.66h2.82m0-7.48h2.83V22H12.29v2.66h2.82M31%2C11H26.3v8.32l2.33-2.5L31%2C19.34Zm-.77%2C14V37.88m6.43-6.43H23.76' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionardiario-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.91 48.91' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew diary%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M47.91%2C24.45A23.46%2C23.46%2C0%2C1%2C1%2C24.45%2C1%2C23.46%2C23.46%2C0%2C0%2C1%2C47.91%2C24.45ZM15.11%2C22V17.18m0%2C12.3V24.66m0%2C7.48v3.5H23M34.4%2C23.33V11H15.11v3.5m2.83%2C0H12.29v2.66h5.65ZM15.11%2C32.14h2.83V29.48H12.29v2.66h2.82m0-7.48h2.83V22H12.29v2.66h2.82M31%2C11H26.3v8.32l2.33-2.5L31%2C19.34Zm-.77%2C14V37.88m6.43-6.43H23.76' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionardiario-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.91 48.91' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew diary%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M47.91%2C24.45A23.46%2C23.46%2C0%2C1%2C1%2C24.45%2C1%2C23.46%2C23.46%2C0%2C0%2C1%2C47.91%2C24.45ZM15.11%2C22V17.18m0%2C12.3V24.66m0%2C7.48v3.5H23M34.4%2C23.33V11H15.11v3.5m2.83%2C0H12.29v2.66h5.65ZM15.11%2C32.14h2.83V29.48H12.29v2.66h2.82m0-7.48h2.83V22H12.29v2.66h2.82M31%2C11H26.3v8.32l2.33-2.5L31%2C19.34Zm-.77%2C14V37.88m6.43-6.43H23.76' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionardisciplina-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.29 50.29' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew subject%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35%2C28.36V13.44H14.27a1.94%2C1.94%2C0%2C0%2C1-2-1.95h0a1.94%2C1.94%2C0%2C0%2C1%2C1.94-1.94H35M12.31%2C11.64v23.1a2.39%2C2.39%2C0%2C0%2C0%2C2.39%2C2.39H27.15M25.14%2C1A24.15%2C24.15%2C0%2C1%2C0%2C49.29%2C25.14%2C24.14%2C24.14%2C0%2C0%2C0%2C25.14%2C1ZM31%2C37.13H39M35%2C33v8.09' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionardisciplina-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.29 50.29' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew subject%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35%2C28.36V13.44H14.27a1.94%2C1.94%2C0%2C0%2C1-2-1.95h0a1.94%2C1.94%2C0%2C0%2C1%2C1.94-1.94H35M12.31%2C11.64v23.1a2.39%2C2.39%2C0%2C0%2C0%2C2.39%2C2.39H27.15M25.14%2C1A24.15%2C24.15%2C0%2C1%2C0%2C49.29%2C25.14%2C24.14%2C24.14%2C0%2C0%2C0%2C25.14%2C1ZM31%2C37.13H39M35%2C33v8.09' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionardisciplina-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.29 50.29' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew subject%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35%2C28.36V13.44H14.27a1.94%2C1.94%2C0%2C0%2C1-2-1.95h0a1.94%2C1.94%2C0%2C0%2C1%2C1.94-1.94H35M12.31%2C11.64v23.1a2.39%2C2.39%2C0%2C0%2C0%2C2.39%2C2.39H27.15M25.14%2C1A24.15%2C24.15%2C0%2C1%2C0%2C49.29%2C25.14%2C24.14%2C24.14%2C0%2C0%2C0%2C25.14%2C1ZM31%2C37.13H39M35%2C33v8.09' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionardisciplina-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.29 50.29' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew subject%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35%2C28.36V13.44H14.27a1.94%2C1.94%2C0%2C0%2C1-2-1.95h0a1.94%2C1.94%2C0%2C0%2C1%2C1.94-1.94H35M12.31%2C11.64v23.1a2.39%2C2.39%2C0%2C0%2C0%2C2.39%2C2.39H27.15M25.14%2C1A24.15%2C24.15%2C0%2C1%2C0%2C49.29%2C25.14%2C24.14%2C24.14%2C0%2C0%2C0%2C25.14%2C1ZM31%2C37.13H39M35%2C33v8.09' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionardisciplina-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.29 50.29' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew subject%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35%2C28.36V13.44H14.27a1.94%2C1.94%2C0%2C0%2C1-2-1.95h0a1.94%2C1.94%2C0%2C0%2C1%2C1.94-1.94H35M12.31%2C11.64v23.1a2.39%2C2.39%2C0%2C0%2C0%2C2.39%2C2.39H27.15M25.14%2C1A24.15%2C24.15%2C0%2C1%2C0%2C49.29%2C25.14%2C24.14%2C24.14%2C0%2C0%2C0%2C25.14%2C1ZM31%2C37.13H39M35%2C33v8.09' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionardisciplina-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.29 50.29' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew subject%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35%2C28.36V13.44H14.27a1.94%2C1.94%2C0%2C0%2C1-2-1.95h0a1.94%2C1.94%2C0%2C0%2C1%2C1.94-1.94H35M12.31%2C11.64v23.1a2.39%2C2.39%2C0%2C0%2C0%2C2.39%2C2.39H27.15M25.14%2C1A24.15%2C24.15%2C0%2C1%2C0%2C49.29%2C25.14%2C24.14%2C24.14%2C0%2C0%2C0%2C25.14%2C1ZM31%2C37.13H39M35%2C33v8.09' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionardisciplina-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.29 50.29' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew subject%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M35%2C28.36V13.44H14.27a1.94%2C1.94%2C0%2C0%2C1-2-1.95h0a1.94%2C1.94%2C0%2C0%2C1%2C1.94-1.94H35M12.31%2C11.64v23.1a2.39%2C2.39%2C0%2C0%2C0%2C2.39%2C2.39H27.15M25.14%2C1A24.15%2C24.15%2C0%2C1%2C0%2C49.29%2C25.14%2C24.14%2C24.14%2C0%2C0%2C0%2C25.14%2C1ZM31%2C37.13H39M35%2C33v8.09' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionardisciplina:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.7 32.51' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew subject_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.67%2C19.78V4.88H3A1.94%2C1.94%2C0%2C0%2C1%2C1%2C2.94H1A1.94%2C1.94%2C0%2C0%2C1%2C2.94%2C1H23.67M1%2C3.09V26.15a2.39%2C2.39%2C0%2C0%2C0%2C2.38%2C2.38H15.83m3.8%2C0H27.7m-4-4.1v8.08' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionardisciplina:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.7 32.51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew subject_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.67%2C19.78V4.88H3A1.94%2C1.94%2C0%2C0%2C1%2C1%2C2.94H1A1.94%2C1.94%2C0%2C0%2C1%2C2.94%2C1H23.67M1%2C3.09V26.15a2.39%2C2.39%2C0%2C0%2C0%2C2.38%2C2.38H15.83m3.8%2C0H27.7m-4-4.1v8.08' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionardisciplina:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.7 32.51' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew subject_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.67%2C19.78V4.88H3A1.94%2C1.94%2C0%2C0%2C1%2C1%2C2.94H1A1.94%2C1.94%2C0%2C0%2C1%2C2.94%2C1H23.67M1%2C3.09V26.15a2.39%2C2.39%2C0%2C0%2C0%2C2.38%2C2.38H15.83m3.8%2C0H27.7m-4-4.1v8.08' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionardisciplina:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.7 32.51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew subject_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.67%2C19.78V4.88H3A1.94%2C1.94%2C0%2C0%2C1%2C1%2C2.94H1A1.94%2C1.94%2C0%2C0%2C1%2C2.94%2C1H23.67M1%2C3.09V26.15a2.39%2C2.39%2C0%2C0%2C0%2C2.38%2C2.38H15.83m3.8%2C0H27.7m-4-4.1v8.08' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionardisciplina:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.7 32.51' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew subject_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.67%2C19.78V4.88H3A1.94%2C1.94%2C0%2C0%2C1%2C1%2C2.94H1A1.94%2C1.94%2C0%2C0%2C1%2C2.94%2C1H23.67M1%2C3.09V26.15a2.39%2C2.39%2C0%2C0%2C0%2C2.38%2C2.38H15.83m3.8%2C0H27.7m-4-4.1v8.08' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionardisciplina:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.7 32.51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew subject_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.67%2C19.78V4.88H3A1.94%2C1.94%2C0%2C0%2C1%2C1%2C2.94H1A1.94%2C1.94%2C0%2C0%2C1%2C2.94%2C1H23.67M1%2C3.09V26.15a2.39%2C2.39%2C0%2C0%2C0%2C2.38%2C2.38H15.83m3.8%2C0H27.7m-4-4.1v8.08' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionardisciplina:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.7 32.51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew subject_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.67%2C19.78V4.88H3A1.94%2C1.94%2C0%2C0%2C1%2C1%2C2.94H1A1.94%2C1.94%2C0%2C0%2C1%2C2.94%2C1H23.67M1%2C3.09V26.15a2.39%2C2.39%2C0%2C0%2C0%2C2.38%2C2.38H15.83m3.8%2C0H27.7m-4-4.1v8.08' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionarescola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew school%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.46%2C25.23A24.23%2C24.23%2C0%2C1%2C1%2C25.23%2C1%2C24.23%2C24.23%2C0%2C0%2C1%2C49.46%2C25.23Zm-35.88%2C2H5.74v7.84h7.84Zm31.13%2C0H36.88v7.84h7.83Zm-7.83-3.63H13.58V35.06h23.3Zm0%2C0V21.06L25.23%2C12.57l-11.65%2C8v3M27.5%2C35.06V28.44H23v6.62M25.23%2C10h4V7.41h-4v5.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.64%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C25.23%2C16.59ZM38.82%2C10v6.6m-3.47-3h7' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionarescola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew school%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.46%2C25.23A24.23%2C24.23%2C0%2C1%2C1%2C25.23%2C1%2C24.23%2C24.23%2C0%2C0%2C1%2C49.46%2C25.23Zm-35.88%2C2H5.74v7.84h7.84Zm31.13%2C0H36.88v7.84h7.83Zm-7.83-3.63H13.58V35.06h23.3Zm0%2C0V21.06L25.23%2C12.57l-11.65%2C8v3M27.5%2C35.06V28.44H23v6.62M25.23%2C10h4V7.41h-4v5.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.64%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C25.23%2C16.59ZM38.82%2C10v6.6m-3.47-3h7' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionarescola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew school%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.46%2C25.23A24.23%2C24.23%2C0%2C1%2C1%2C25.23%2C1%2C24.23%2C24.23%2C0%2C0%2C1%2C49.46%2C25.23Zm-35.88%2C2H5.74v7.84h7.84Zm31.13%2C0H36.88v7.84h7.83Zm-7.83-3.63H13.58V35.06h23.3Zm0%2C0V21.06L25.23%2C12.57l-11.65%2C8v3M27.5%2C35.06V28.44H23v6.62M25.23%2C10h4V7.41h-4v5.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.64%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C25.23%2C16.59ZM38.82%2C10v6.6m-3.47-3h7' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionarescola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew school%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.46%2C25.23A24.23%2C24.23%2C0%2C1%2C1%2C25.23%2C1%2C24.23%2C24.23%2C0%2C0%2C1%2C49.46%2C25.23Zm-35.88%2C2H5.74v7.84h7.84Zm31.13%2C0H36.88v7.84h7.83Zm-7.83-3.63H13.58V35.06h23.3Zm0%2C0V21.06L25.23%2C12.57l-11.65%2C8v3M27.5%2C35.06V28.44H23v6.62M25.23%2C10h4V7.41h-4v5.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.64%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C25.23%2C16.59ZM38.82%2C10v6.6m-3.47-3h7' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionarescola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew school%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.46%2C25.23A24.23%2C24.23%2C0%2C1%2C1%2C25.23%2C1%2C24.23%2C24.23%2C0%2C0%2C1%2C49.46%2C25.23Zm-35.88%2C2H5.74v7.84h7.84Zm31.13%2C0H36.88v7.84h7.83Zm-7.83-3.63H13.58V35.06h23.3Zm0%2C0V21.06L25.23%2C12.57l-11.65%2C8v3M27.5%2C35.06V28.44H23v6.62M25.23%2C10h4V7.41h-4v5.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.64%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C25.23%2C16.59ZM38.82%2C10v6.6m-3.47-3h7' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarescola-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew school%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.46%2C25.23A24.23%2C24.23%2C0%2C1%2C1%2C25.23%2C1%2C24.23%2C24.23%2C0%2C0%2C1%2C49.46%2C25.23Zm-35.88%2C2H5.74v7.84h7.84Zm31.13%2C0H36.88v7.84h7.83Zm-7.83-3.63H13.58V35.06h23.3Zm0%2C0V21.06L25.23%2C12.57l-11.65%2C8v3M27.5%2C35.06V28.44H23v6.62M25.23%2C10h4V7.41h-4v5.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.64%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C25.23%2C16.59ZM38.82%2C10v6.6m-3.47-3h7' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarescola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew school%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.46%2C25.23A24.23%2C24.23%2C0%2C1%2C1%2C25.23%2C1%2C24.23%2C24.23%2C0%2C0%2C1%2C49.46%2C25.23Zm-35.88%2C2H5.74v7.84h7.84Zm31.13%2C0H36.88v7.84h7.83Zm-7.83-3.63H13.58V35.06h23.3Zm0%2C0V21.06L25.23%2C12.57l-11.65%2C8v3M27.5%2C35.06V28.44H23v6.62M25.23%2C10h4V7.41h-4v5.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.64%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C25.23%2C16.59ZM38.82%2C10v6.6m-3.47-3h7' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionarescola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.01 33.85' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew school_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M31.45%2C7.89H45M38.23%2C1V14.57M8.83%2C25H1v7.84H8.83ZM40%2C25H32.14v7.84H40Zm-7.83-3.63H8.83V32.85H32.14Zm0%2C0V18.85L20.48%2C10.36l-11.65%2C8v3M22.75%2C32.85V26.23H18.22v6.62M20.48%2C7.78h4V5.2h-4v5.16m0%2C4A2.65%2C2.65%2C0%2C1%2C0%2C23.13%2C17%2C2.64%2C2.64%2C0%2C0%2C0%2C20.48%2C14.39Z' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionarescola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.01 33.85' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew school_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M31.45%2C7.89H45M38.23%2C1V14.57M8.83%2C25H1v7.84H8.83ZM40%2C25H32.14v7.84H40Zm-7.83-3.63H8.83V32.85H32.14Zm0%2C0V18.85L20.48%2C10.36l-11.65%2C8v3M22.75%2C32.85V26.23H18.22v6.62M20.48%2C7.78h4V5.2h-4v5.16m0%2C4A2.65%2C2.65%2C0%2C1%2C0%2C23.13%2C17%2C2.64%2C2.64%2C0%2C0%2C0%2C20.48%2C14.39Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionarescola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.01 33.85' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew school_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M31.45%2C7.89H45M38.23%2C1V14.57M8.83%2C25H1v7.84H8.83ZM40%2C25H32.14v7.84H40Zm-7.83-3.63H8.83V32.85H32.14Zm0%2C0V18.85L20.48%2C10.36l-11.65%2C8v3M22.75%2C32.85V26.23H18.22v6.62M20.48%2C7.78h4V5.2h-4v5.16m0%2C4A2.65%2C2.65%2C0%2C1%2C0%2C23.13%2C17%2C2.64%2C2.64%2C0%2C0%2C0%2C20.48%2C14.39Z' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionarescola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.01 33.85' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew school_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M31.45%2C7.89H45M38.23%2C1V14.57M8.83%2C25H1v7.84H8.83ZM40%2C25H32.14v7.84H40Zm-7.83-3.63H8.83V32.85H32.14Zm0%2C0V18.85L20.48%2C10.36l-11.65%2C8v3M22.75%2C32.85V26.23H18.22v6.62M20.48%2C7.78h4V5.2h-4v5.16m0%2C4A2.65%2C2.65%2C0%2C1%2C0%2C23.13%2C17%2C2.64%2C2.64%2C0%2C0%2C0%2C20.48%2C14.39Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionarescola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.01 33.85' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew school_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M31.45%2C7.89H45M38.23%2C1V14.57M8.83%2C25H1v7.84H8.83ZM40%2C25H32.14v7.84H40Zm-7.83-3.63H8.83V32.85H32.14Zm0%2C0V18.85L20.48%2C10.36l-11.65%2C8v3M22.75%2C32.85V26.23H18.22v6.62M20.48%2C7.78h4V5.2h-4v5.16m0%2C4A2.65%2C2.65%2C0%2C1%2C0%2C23.13%2C17%2C2.64%2C2.64%2C0%2C0%2C0%2C20.48%2C14.39Z' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarescola:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.01 33.85' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew school_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M31.45%2C7.89H45M38.23%2C1V14.57M8.83%2C25H1v7.84H8.83ZM40%2C25H32.14v7.84H40Zm-7.83-3.63H8.83V32.85H32.14Zm0%2C0V18.85L20.48%2C10.36l-11.65%2C8v3M22.75%2C32.85V26.23H18.22v6.62M20.48%2C7.78h4V5.2h-4v5.16m0%2C4A2.65%2C2.65%2C0%2C1%2C0%2C23.13%2C17%2C2.64%2C2.64%2C0%2C0%2C0%2C20.48%2C14.39Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarescola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.01 33.85' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew school_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M31.45%2C7.89H45M38.23%2C1V14.57M8.83%2C25H1v7.84H8.83ZM40%2C25H32.14v7.84H40Zm-7.83-3.63H8.83V32.85H32.14Zm0%2C0V18.85L20.48%2C10.36l-11.65%2C8v3M22.75%2C32.85V26.23H18.22v6.62M20.48%2C7.78h4V5.2h-4v5.16m0%2C4A2.65%2C2.65%2C0%2C1%2C0%2C23.13%2C17%2C2.64%2C2.64%2C0%2C0%2C0%2C20.48%2C14.39Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionarevento-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ecriar evento%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.43%2C43V16.16H15.57V43H42.43ZM15.57%2C22.16H42.43M24.36%2C12.83v6.6m9.28-6.6v6.6m-4.71%2C7.72v11m-5.49-5.49h11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionarevento-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ecriar evento%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.43%2C43V16.16H15.57V43H42.43ZM15.57%2C22.16H42.43M24.36%2C12.83v6.6m9.28-6.6v6.6m-4.71%2C7.72v11m-5.49-5.49h11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionarevento-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ecriar evento%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.43%2C43V16.16H15.57V43H42.43ZM15.57%2C22.16H42.43M24.36%2C12.83v6.6m9.28-6.6v6.6m-4.71%2C7.72v11m-5.49-5.49h11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionarevento-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ecriar evento%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.43%2C43V16.16H15.57V43H42.43ZM15.57%2C22.16H42.43M24.36%2C12.83v6.6m9.28-6.6v6.6m-4.71%2C7.72v11m-5.49-5.49h11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionarevento-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ecriar evento%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.43%2C43V16.16H15.57V43H42.43ZM15.57%2C22.16H42.43M24.36%2C12.83v6.6m9.28-6.6v6.6m-4.71%2C7.72v11m-5.49-5.49h11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarevento-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ecriar evento%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.43%2C43V16.16H15.57V43H42.43ZM15.57%2C22.16H42.43M24.36%2C12.83v6.6m9.28-6.6v6.6m-4.71%2C7.72v11m-5.49-5.49h11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarevento-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ecriar evento%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.43%2C43V16.16H15.57V43H42.43ZM15.57%2C22.16H42.43M24.36%2C12.83v6.6m9.28-6.6v6.6m-4.71%2C7.72v11m-5.49-5.49h11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionargrau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.49 50.49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew degree%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.49%2C25.25A24.25%2C24.25%2C0%2C1%2C1%2C25.25%2C1%2C24.24%2C24.24%2C0%2C0%2C1%2C49.49%2C25.25ZM22.8%2C9.05a9.15%2C9.15%2C0%2C1%2C0%2C5.53%2C11.69A9.16%2C9.16%2C0%2C0%2C0%2C22.8%2C9.05ZM12%2C22.74%2C7.82%2C34.32l5.53-2.63L16%2C37.24%2C19.66%2C27m0%2C0L24.55%2C37.3l2.06-5.77%2C5.79%2C2.06L27.33%2C22.9m6.6%2C1.51H45.87m-6-6V30.38' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionargrau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.49 50.49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew degree%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.49%2C25.25A24.25%2C24.25%2C0%2C1%2C1%2C25.25%2C1%2C24.24%2C24.24%2C0%2C0%2C1%2C49.49%2C25.25ZM22.8%2C9.05a9.15%2C9.15%2C0%2C1%2C0%2C5.53%2C11.69A9.16%2C9.16%2C0%2C0%2C0%2C22.8%2C9.05ZM12%2C22.74%2C7.82%2C34.32l5.53-2.63L16%2C37.24%2C19.66%2C27m0%2C0L24.55%2C37.3l2.06-5.77%2C5.79%2C2.06L27.33%2C22.9m6.6%2C1.51H45.87m-6-6V30.38' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionargrau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.49 50.49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew degree%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.49%2C25.25A24.25%2C24.25%2C0%2C1%2C1%2C25.25%2C1%2C24.24%2C24.24%2C0%2C0%2C1%2C49.49%2C25.25ZM22.8%2C9.05a9.15%2C9.15%2C0%2C1%2C0%2C5.53%2C11.69A9.16%2C9.16%2C0%2C0%2C0%2C22.8%2C9.05ZM12%2C22.74%2C7.82%2C34.32l5.53-2.63L16%2C37.24%2C19.66%2C27m0%2C0L24.55%2C37.3l2.06-5.77%2C5.79%2C2.06L27.33%2C22.9m6.6%2C1.51H45.87m-6-6V30.38' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionargrau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.49 50.49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew degree%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.49%2C25.25A24.25%2C24.25%2C0%2C1%2C1%2C25.25%2C1%2C24.24%2C24.24%2C0%2C0%2C1%2C49.49%2C25.25ZM22.8%2C9.05a9.15%2C9.15%2C0%2C1%2C0%2C5.53%2C11.69A9.16%2C9.16%2C0%2C0%2C0%2C22.8%2C9.05ZM12%2C22.74%2C7.82%2C34.32l5.53-2.63L16%2C37.24%2C19.66%2C27m0%2C0L24.55%2C37.3l2.06-5.77%2C5.79%2C2.06L27.33%2C22.9m6.6%2C1.51H45.87m-6-6V30.38' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionargrau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.49 50.49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew degree%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.49%2C25.25A24.25%2C24.25%2C0%2C1%2C1%2C25.25%2C1%2C24.24%2C24.24%2C0%2C0%2C1%2C49.49%2C25.25ZM22.8%2C9.05a9.15%2C9.15%2C0%2C1%2C0%2C5.53%2C11.69A9.16%2C9.16%2C0%2C0%2C0%2C22.8%2C9.05ZM12%2C22.74%2C7.82%2C34.32l5.53-2.63L16%2C37.24%2C19.66%2C27m0%2C0L24.55%2C37.3l2.06-5.77%2C5.79%2C2.06L27.33%2C22.9m6.6%2C1.51H45.87m-6-6V30.38' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionargrau-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.49 50.49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew degree%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.49%2C25.25A24.25%2C24.25%2C0%2C1%2C1%2C25.25%2C1%2C24.24%2C24.24%2C0%2C0%2C1%2C49.49%2C25.25ZM22.8%2C9.05a9.15%2C9.15%2C0%2C1%2C0%2C5.53%2C11.69A9.16%2C9.16%2C0%2C0%2C0%2C22.8%2C9.05ZM12%2C22.74%2C7.82%2C34.32l5.53-2.63L16%2C37.24%2C19.66%2C27m0%2C0L24.55%2C37.3l2.06-5.77%2C5.79%2C2.06L27.33%2C22.9m6.6%2C1.51H45.87m-6-6V30.38' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionargrau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.49 50.49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew degree%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M49.49%2C25.25A24.25%2C24.25%2C0%2C1%2C1%2C25.25%2C1%2C24.24%2C24.24%2C0%2C0%2C1%2C49.49%2C25.25ZM22.8%2C9.05a9.15%2C9.15%2C0%2C1%2C0%2C5.53%2C11.69A9.16%2C9.16%2C0%2C0%2C0%2C22.8%2C9.05ZM12%2C22.74%2C7.82%2C34.32l5.53-2.63L16%2C37.24%2C19.66%2C27m0%2C0L24.55%2C37.3l2.06-5.77%2C5.79%2C2.06L27.33%2C22.9m6.6%2C1.51H45.87m-6-6V30.38' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionargrau:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.63 33.78' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew degree_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.45%2C1.56a9.59%2C9.59%2C0%2C1%2C0%2C5.8%2C12.26A9.59%2C9.59%2C0%2C0%2C0%2C17.45%2C1.56ZM6.09%2C15.91%2C1.76%2C28l5.79-2.76%2C2.77%2C5.82%2C3.85-10.77m0%2C0L19.3%2C31.17l2.15-6.05%2C6.06%2C2.16-5.3-11.21m6.91%2C1.58H41.63M35.37%2C11.4V23.91' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionargrau:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.63 33.78' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew degree_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.45%2C1.56a9.59%2C9.59%2C0%2C1%2C0%2C5.8%2C12.26A9.59%2C9.59%2C0%2C0%2C0%2C17.45%2C1.56ZM6.09%2C15.91%2C1.76%2C28l5.79-2.76%2C2.77%2C5.82%2C3.85-10.77m0%2C0L19.3%2C31.17l2.15-6.05%2C6.06%2C2.16-5.3-11.21m6.91%2C1.58H41.63M35.37%2C11.4V23.91' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionargrau:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.63 33.78' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew degree_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.45%2C1.56a9.59%2C9.59%2C0%2C1%2C0%2C5.8%2C12.26A9.59%2C9.59%2C0%2C0%2C0%2C17.45%2C1.56ZM6.09%2C15.91%2C1.76%2C28l5.79-2.76%2C2.77%2C5.82%2C3.85-10.77m0%2C0L19.3%2C31.17l2.15-6.05%2C6.06%2C2.16-5.3-11.21m6.91%2C1.58H41.63M35.37%2C11.4V23.91' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionargrau:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.63 33.78' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew degree_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.45%2C1.56a9.59%2C9.59%2C0%2C1%2C0%2C5.8%2C12.26A9.59%2C9.59%2C0%2C0%2C0%2C17.45%2C1.56ZM6.09%2C15.91%2C1.76%2C28l5.79-2.76%2C2.77%2C5.82%2C3.85-10.77m0%2C0L19.3%2C31.17l2.15-6.05%2C6.06%2C2.16-5.3-11.21m6.91%2C1.58H41.63M35.37%2C11.4V23.91' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionargrau:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.63 33.78' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew degree_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.45%2C1.56a9.59%2C9.59%2C0%2C1%2C0%2C5.8%2C12.26A9.59%2C9.59%2C0%2C0%2C0%2C17.45%2C1.56ZM6.09%2C15.91%2C1.76%2C28l5.79-2.76%2C2.77%2C5.82%2C3.85-10.77m0%2C0L19.3%2C31.17l2.15-6.05%2C6.06%2C2.16-5.3-11.21m6.91%2C1.58H41.63M35.37%2C11.4V23.91' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionargrau:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.63 33.78' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew degree_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.45%2C1.56a9.59%2C9.59%2C0%2C1%2C0%2C5.8%2C12.26A9.59%2C9.59%2C0%2C0%2C0%2C17.45%2C1.56ZM6.09%2C15.91%2C1.76%2C28l5.79-2.76%2C2.77%2C5.82%2C3.85-10.77m0%2C0L19.3%2C31.17l2.15-6.05%2C6.06%2C2.16-5.3-11.21m6.91%2C1.58H41.63M35.37%2C11.4V23.91' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionargrau:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.63 33.78' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew degree_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.45%2C1.56a9.59%2C9.59%2C0%2C1%2C0%2C5.8%2C12.26A9.59%2C9.59%2C0%2C0%2C0%2C17.45%2C1.56ZM6.09%2C15.91%2C1.76%2C28l5.79-2.76%2C2.77%2C5.82%2C3.85-10.77m0%2C0L19.3%2C31.17l2.15-6.05%2C6.06%2C2.16-5.3-11.21m6.91%2C1.58H41.63M35.37%2C11.4V23.91' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionartarefa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ecriar tarefa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM19.57%2C20.15h0a2.5%2C2.5%2C0%2C0%2C0-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5h0a2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C0%2C19.57%2C20.15ZM17.07%2C31.5h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C31.5Zm0%2C8.86h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.51h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C40.36Zm6.74-11.55H43.43M23.81%2C20H43.43M23.81%2C37.66H43.43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionartarefa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ecriar tarefa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM19.57%2C20.15h0a2.5%2C2.5%2C0%2C0%2C0-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5h0a2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C0%2C19.57%2C20.15ZM17.07%2C31.5h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C31.5Zm0%2C8.86h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.51h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C40.36Zm6.74-11.55H43.43M23.81%2C20H43.43M23.81%2C37.66H43.43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionartarefa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ecriar tarefa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM19.57%2C20.15h0a2.5%2C2.5%2C0%2C0%2C0-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5h0a2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C0%2C19.57%2C20.15ZM17.07%2C31.5h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C31.5Zm0%2C8.86h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.51h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C40.36Zm6.74-11.55H43.43M23.81%2C20H43.43M23.81%2C37.66H43.43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionartarefa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ecriar tarefa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM19.57%2C20.15h0a2.5%2C2.5%2C0%2C0%2C0-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5h0a2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C0%2C19.57%2C20.15ZM17.07%2C31.5h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C31.5Zm0%2C8.86h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.51h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C40.36Zm6.74-11.55H43.43M23.81%2C20H43.43M23.81%2C37.66H43.43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionartarefa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ecriar tarefa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM19.57%2C20.15h0a2.5%2C2.5%2C0%2C0%2C0-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5h0a2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C0%2C19.57%2C20.15ZM17.07%2C31.5h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C31.5Zm0%2C8.86h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.51h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C40.36Zm6.74-11.55H43.43M23.81%2C20H43.43M23.81%2C37.66H43.43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionartarefa-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ecriar tarefa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM19.57%2C20.15h0a2.5%2C2.5%2C0%2C0%2C0-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5h0a2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C0%2C19.57%2C20.15ZM17.07%2C31.5h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C31.5Zm0%2C8.86h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.51h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C40.36Zm6.74-11.55H43.43M23.81%2C20H43.43M23.81%2C37.66H43.43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionartarefa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ecriar tarefa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM19.57%2C20.15h0a2.5%2C2.5%2C0%2C0%2C0-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C0-2.5%2C2.5h0a2.5%2C2.5%2C0%2C0%2C0%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C0%2C19.57%2C20.15ZM17.07%2C31.5h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C31.5Zm0%2C8.86h0a2.5%2C2.5%2C0%2C0%2C1-2.5-2.51h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5-2.5h0a2.5%2C2.5%2C0%2C0%2C1%2C2.5%2C2.5h0A2.5%2C2.5%2C0%2C0%2C1%2C17.07%2C40.36Zm6.74-11.55H43.43M23.81%2C20H43.43M23.81%2C37.66H43.43'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionarturma-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.16 50.16' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ecreate class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M19.64%2C13.57a3.47%2C3.47%2C0%2C1%2C1-3.47-3.47A3.47%2C3.47%2C0%2C0%2C1%2C19.64%2C13.57Zm3%2C10a6.5%2C6.5%2C0%2C0%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C16.71%2C26.38Zm6.5%2C13.45a6.5%2C6.5%2C0%2C0%2C0-13%2C0M34.45%2C26.6a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.48%2C3.48%2C0%2C0%2C0%2C34.45%2C26.6ZM41%2C40.06a6.5%2C6.5%2C0%2C1%2C0-13%2C0m2.47-23.83h8.07m-4-4.1V20.2M25.08%2C1A24.08%2C24.08%2C0%2C1%2C0%2C49.16%2C25.08%2C24.08%2C24.08%2C0%2C0%2C0%2C25.08%2C1Z' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionarturma-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.16 50.16' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ecreate class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M19.64%2C13.57a3.47%2C3.47%2C0%2C1%2C1-3.47-3.47A3.47%2C3.47%2C0%2C0%2C1%2C19.64%2C13.57Zm3%2C10a6.5%2C6.5%2C0%2C0%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C16.71%2C26.38Zm6.5%2C13.45a6.5%2C6.5%2C0%2C0%2C0-13%2C0M34.45%2C26.6a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.48%2C3.48%2C0%2C0%2C0%2C34.45%2C26.6ZM41%2C40.06a6.5%2C6.5%2C0%2C1%2C0-13%2C0m2.47-23.83h8.07m-4-4.1V20.2M25.08%2C1A24.08%2C24.08%2C0%2C1%2C0%2C49.16%2C25.08%2C24.08%2C24.08%2C0%2C0%2C0%2C25.08%2C1Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionarturma-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.16 50.16' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ecreate class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M19.64%2C13.57a3.47%2C3.47%2C0%2C1%2C1-3.47-3.47A3.47%2C3.47%2C0%2C0%2C1%2C19.64%2C13.57Zm3%2C10a6.5%2C6.5%2C0%2C0%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C16.71%2C26.38Zm6.5%2C13.45a6.5%2C6.5%2C0%2C0%2C0-13%2C0M34.45%2C26.6a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.48%2C3.48%2C0%2C0%2C0%2C34.45%2C26.6ZM41%2C40.06a6.5%2C6.5%2C0%2C1%2C0-13%2C0m2.47-23.83h8.07m-4-4.1V20.2M25.08%2C1A24.08%2C24.08%2C0%2C1%2C0%2C49.16%2C25.08%2C24.08%2C24.08%2C0%2C0%2C0%2C25.08%2C1Z' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionarturma-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.16 50.16' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ecreate class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M19.64%2C13.57a3.47%2C3.47%2C0%2C1%2C1-3.47-3.47A3.47%2C3.47%2C0%2C0%2C1%2C19.64%2C13.57Zm3%2C10a6.5%2C6.5%2C0%2C0%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C16.71%2C26.38Zm6.5%2C13.45a6.5%2C6.5%2C0%2C0%2C0-13%2C0M34.45%2C26.6a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.48%2C3.48%2C0%2C0%2C0%2C34.45%2C26.6ZM41%2C40.06a6.5%2C6.5%2C0%2C1%2C0-13%2C0m2.47-23.83h8.07m-4-4.1V20.2M25.08%2C1A24.08%2C24.08%2C0%2C1%2C0%2C49.16%2C25.08%2C24.08%2C24.08%2C0%2C0%2C0%2C25.08%2C1Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionarturma-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.16 50.16' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ecreate class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M19.64%2C13.57a3.47%2C3.47%2C0%2C1%2C1-3.47-3.47A3.47%2C3.47%2C0%2C0%2C1%2C19.64%2C13.57Zm3%2C10a6.5%2C6.5%2C0%2C0%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C16.71%2C26.38Zm6.5%2C13.45a6.5%2C6.5%2C0%2C0%2C0-13%2C0M34.45%2C26.6a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.48%2C3.48%2C0%2C0%2C0%2C34.45%2C26.6ZM41%2C40.06a6.5%2C6.5%2C0%2C1%2C0-13%2C0m2.47-23.83h8.07m-4-4.1V20.2M25.08%2C1A24.08%2C24.08%2C0%2C1%2C0%2C49.16%2C25.08%2C24.08%2C24.08%2C0%2C0%2C0%2C25.08%2C1Z' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarturma-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.16 50.16' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ecreate class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M19.64%2C13.57a3.47%2C3.47%2C0%2C1%2C1-3.47-3.47A3.47%2C3.47%2C0%2C0%2C1%2C19.64%2C13.57Zm3%2C10a6.5%2C6.5%2C0%2C0%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C16.71%2C26.38Zm6.5%2C13.45a6.5%2C6.5%2C0%2C0%2C0-13%2C0M34.45%2C26.6a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.48%2C3.48%2C0%2C0%2C0%2C34.45%2C26.6ZM41%2C40.06a6.5%2C6.5%2C0%2C1%2C0-13%2C0m2.47-23.83h8.07m-4-4.1V20.2M25.08%2C1A24.08%2C24.08%2C0%2C1%2C0%2C49.16%2C25.08%2C24.08%2C24.08%2C0%2C0%2C0%2C25.08%2C1Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarturma-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.16 50.16' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ecreate class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M19.64%2C13.57a3.47%2C3.47%2C0%2C1%2C1-3.47-3.47A3.47%2C3.47%2C0%2C0%2C1%2C19.64%2C13.57Zm3%2C10a6.5%2C6.5%2C0%2C0%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C16.71%2C26.38Zm6.5%2C13.45a6.5%2C6.5%2C0%2C0%2C0-13%2C0M34.45%2C26.6a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.48%2C3.48%2C0%2C0%2C0%2C34.45%2C26.6ZM41%2C40.06a6.5%2C6.5%2C0%2C1%2C0-13%2C0m2.47-23.83h8.07m-4-4.1V20.2M25.08%2C1A24.08%2C24.08%2C0%2C1%2C0%2C49.16%2C25.08%2C24.08%2C24.08%2C0%2C0%2C0%2C25.08%2C1Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionarturma:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.31 31.98' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M11%2C4.47A3.48%2C3.48%2C0%2C1%2C1%2C7.51%2C1%2C3.47%2C3.47%2C0%2C0%2C1%2C11%2C4.47Zm3%2C10a6.51%2C6.51%2C0%2C1%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C8%2C17.29Zm6.51%2C13.47a6.51%2C6.51%2C0%2C1%2C0-13%2C0M25.81%2C17.52A3.47%2C3.47%2C0%2C1%2C0%2C29.28%2C21%2C3.47%2C3.47%2C0%2C0%2C0%2C25.81%2C17.52ZM32.31%2C31a6.51%2C6.51%2C0%2C0%2C0-13%2C0M21.77%2C7.13h8.07m-4-4.1V11.1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionarturma:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.31 31.98' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M11%2C4.47A3.48%2C3.48%2C0%2C1%2C1%2C7.51%2C1%2C3.47%2C3.47%2C0%2C0%2C1%2C11%2C4.47Zm3%2C10a6.51%2C6.51%2C0%2C1%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C8%2C17.29Zm6.51%2C13.47a6.51%2C6.51%2C0%2C1%2C0-13%2C0M25.81%2C17.52A3.47%2C3.47%2C0%2C1%2C0%2C29.28%2C21%2C3.47%2C3.47%2C0%2C0%2C0%2C25.81%2C17.52ZM32.31%2C31a6.51%2C6.51%2C0%2C0%2C0-13%2C0M21.77%2C7.13h8.07m-4-4.1V11.1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionarturma:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.31 31.98' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M11%2C4.47A3.48%2C3.48%2C0%2C1%2C1%2C7.51%2C1%2C3.47%2C3.47%2C0%2C0%2C1%2C11%2C4.47Zm3%2C10a6.51%2C6.51%2C0%2C1%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C8%2C17.29Zm6.51%2C13.47a6.51%2C6.51%2C0%2C1%2C0-13%2C0M25.81%2C17.52A3.47%2C3.47%2C0%2C1%2C0%2C29.28%2C21%2C3.47%2C3.47%2C0%2C0%2C0%2C25.81%2C17.52ZM32.31%2C31a6.51%2C6.51%2C0%2C0%2C0-13%2C0M21.77%2C7.13h8.07m-4-4.1V11.1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionarturma:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.31 31.98' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M11%2C4.47A3.48%2C3.48%2C0%2C1%2C1%2C7.51%2C1%2C3.47%2C3.47%2C0%2C0%2C1%2C11%2C4.47Zm3%2C10a6.51%2C6.51%2C0%2C1%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C8%2C17.29Zm6.51%2C13.47a6.51%2C6.51%2C0%2C1%2C0-13%2C0M25.81%2C17.52A3.47%2C3.47%2C0%2C1%2C0%2C29.28%2C21%2C3.47%2C3.47%2C0%2C0%2C0%2C25.81%2C17.52ZM32.31%2C31a6.51%2C6.51%2C0%2C0%2C0-13%2C0M21.77%2C7.13h8.07m-4-4.1V11.1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionarturma:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.31 31.98' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M11%2C4.47A3.48%2C3.48%2C0%2C1%2C1%2C7.51%2C1%2C3.47%2C3.47%2C0%2C0%2C1%2C11%2C4.47Zm3%2C10a6.51%2C6.51%2C0%2C1%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C8%2C17.29Zm6.51%2C13.47a6.51%2C6.51%2C0%2C1%2C0-13%2C0M25.81%2C17.52A3.47%2C3.47%2C0%2C1%2C0%2C29.28%2C21%2C3.47%2C3.47%2C0%2C0%2C0%2C25.81%2C17.52ZM32.31%2C31a6.51%2C6.51%2C0%2C0%2C0-13%2C0M21.77%2C7.13h8.07m-4-4.1V11.1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarturma:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.31 31.98' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M11%2C4.47A3.48%2C3.48%2C0%2C1%2C1%2C7.51%2C1%2C3.47%2C3.47%2C0%2C0%2C1%2C11%2C4.47Zm3%2C10a6.51%2C6.51%2C0%2C1%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C8%2C17.29Zm6.51%2C13.47a6.51%2C6.51%2C0%2C1%2C0-13%2C0M25.81%2C17.52A3.47%2C3.47%2C0%2C1%2C0%2C29.28%2C21%2C3.47%2C3.47%2C0%2C0%2C0%2C25.81%2C17.52ZM32.31%2C31a6.51%2C6.51%2C0%2C0%2C0-13%2C0M21.77%2C7.13h8.07m-4-4.1V11.1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarturma:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.31 31.98' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew class%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M11%2C4.47A3.48%2C3.48%2C0%2C1%2C1%2C7.51%2C1%2C3.47%2C3.47%2C0%2C0%2C1%2C11%2C4.47Zm3%2C10a6.51%2C6.51%2C0%2C1%2C0-13%2C0m7%2C2.82a3.47%2C3.47%2C0%2C1%2C0%2C3.47%2C3.47A3.47%2C3.47%2C0%2C0%2C0%2C8%2C17.29Zm6.51%2C13.47a6.51%2C6.51%2C0%2C1%2C0-13%2C0M25.81%2C17.52A3.47%2C3.47%2C0%2C1%2C0%2C29.28%2C21%2C3.47%2C3.47%2C0%2C0%2C0%2C25.81%2C17.52ZM32.31%2C31a6.51%2C6.51%2C0%2C0%2C0-13%2C0M21.77%2C7.13h8.07m-4-4.1V11.1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionarutilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.4%2C15.42a5.2%2C5.2%2C0%2C1%2C1-5.2-5.21A5.2%2C5.2%2C0%2C0%2C1%2C24.4%2C15.42Zm4.55%2C15a9.75%2C9.75%2C0%2C0%2C0-19.49%2C0m18.63%2C5.11H41.66M34.88%2C28.6V42.17M25.23%2C1A24.23%2C24.23%2C0%2C1%2C0%2C49.46%2C25.23%2C24.23%2C24.23%2C0%2C0%2C0%2C25.23%2C1Z' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionarutilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.4%2C15.42a5.2%2C5.2%2C0%2C1%2C1-5.2-5.21A5.2%2C5.2%2C0%2C0%2C1%2C24.4%2C15.42Zm4.55%2C15a9.75%2C9.75%2C0%2C0%2C0-19.49%2C0m18.63%2C5.11H41.66M34.88%2C28.6V42.17M25.23%2C1A24.23%2C24.23%2C0%2C1%2C0%2C49.46%2C25.23%2C24.23%2C24.23%2C0%2C0%2C0%2C25.23%2C1Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionarutilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.4%2C15.42a5.2%2C5.2%2C0%2C1%2C1-5.2-5.21A5.2%2C5.2%2C0%2C0%2C1%2C24.4%2C15.42Zm4.55%2C15a9.75%2C9.75%2C0%2C0%2C0-19.49%2C0m18.63%2C5.11H41.66M34.88%2C28.6V42.17M25.23%2C1A24.23%2C24.23%2C0%2C1%2C0%2C49.46%2C25.23%2C24.23%2C24.23%2C0%2C0%2C0%2C25.23%2C1Z' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionarutilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.4%2C15.42a5.2%2C5.2%2C0%2C1%2C1-5.2-5.21A5.2%2C5.2%2C0%2C0%2C1%2C24.4%2C15.42Zm4.55%2C15a9.75%2C9.75%2C0%2C0%2C0-19.49%2C0m18.63%2C5.11H41.66M34.88%2C28.6V42.17M25.23%2C1A24.23%2C24.23%2C0%2C1%2C0%2C49.46%2C25.23%2C24.23%2C24.23%2C0%2C0%2C0%2C25.23%2C1Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionarutilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.4%2C15.42a5.2%2C5.2%2C0%2C1%2C1-5.2-5.21A5.2%2C5.2%2C0%2C0%2C1%2C24.4%2C15.42Zm4.55%2C15a9.75%2C9.75%2C0%2C0%2C0-19.49%2C0m18.63%2C5.11H41.66M34.88%2C28.6V42.17M25.23%2C1A24.23%2C24.23%2C0%2C1%2C0%2C49.46%2C25.23%2C24.23%2C24.23%2C0%2C0%2C0%2C25.23%2C1Z' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarutilizador-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.4%2C15.42a5.2%2C5.2%2C0%2C1%2C1-5.2-5.21A5.2%2C5.2%2C0%2C0%2C1%2C24.4%2C15.42Zm4.55%2C15a9.75%2C9.75%2C0%2C0%2C0-19.49%2C0m18.63%2C5.11H41.66M34.88%2C28.6V42.17M25.23%2C1A24.23%2C24.23%2C0%2C1%2C0%2C49.46%2C25.23%2C24.23%2C24.23%2C0%2C0%2C0%2C25.23%2C1Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarutilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.46 50.46' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.4%2C15.42a5.2%2C5.2%2C0%2C1%2C1-5.2-5.21A5.2%2C5.2%2C0%2C0%2C1%2C24.4%2C15.42Zm4.55%2C15a9.75%2C9.75%2C0%2C0%2C0-19.49%2C0m18.63%2C5.11H41.66M34.88%2C28.6V42.17M25.23%2C1A24.23%2C24.23%2C0%2C1%2C0%2C49.46%2C25.23%2C24.23%2C24.23%2C0%2C0%2C0%2C25.23%2C1Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-adicionarutilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.04 33.79' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enew user_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='10.7' cy='6.17' r='5.17' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpath d='M1%2C21.07a9.7%2C9.7%2C0%2C1%2C1%2C19.39%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='19.54' y1='26.15' x2='33.04' y2='26.15' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='26.29' y1='19.29' x2='26.29' y2='32.79' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-adicionarutilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.04 33.79' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew user_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='10.7' cy='6.17' r='5.17' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpath d='M1%2C21.07a9.7%2C9.7%2C0%2C1%2C1%2C19.39%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='19.54' y1='26.15' x2='33.04' y2='26.15' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='26.29' y1='19.29' x2='26.29' y2='32.79' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-adicionarutilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.04 33.79' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enew user_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='10.7' cy='6.17' r='5.17' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpath d='M1%2C21.07a9.7%2C9.7%2C0%2C1%2C1%2C19.39%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='19.54' y1='26.15' x2='33.04' y2='26.15' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='26.29' y1='19.29' x2='26.29' y2='32.79' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-adicionarutilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.04 33.79' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew user_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='10.7' cy='6.17' r='5.17' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpath d='M1%2C21.07a9.7%2C9.7%2C0%2C1%2C1%2C19.39%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='19.54' y1='26.15' x2='33.04' y2='26.15' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='26.29' y1='19.29' x2='26.29' y2='32.79' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-adicionarutilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.04 33.79' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enew user_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='10.7' cy='6.17' r='5.17' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpath d='M1%2C21.07a9.7%2C9.7%2C0%2C1%2C1%2C19.39%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='19.54' y1='26.15' x2='33.04' y2='26.15' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='26.29' y1='19.29' x2='26.29' y2='32.79' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarutilizador:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.04 33.79' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enew user_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='10.7' cy='6.17' r='5.17' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpath d='M1%2C21.07a9.7%2C9.7%2C0%2C1%2C1%2C19.39%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='19.54' y1='26.15' x2='33.04' y2='26.15' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='26.29' y1='19.29' x2='26.29' y2='32.79' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-adicionarutilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.04 33.79' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enew user_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='10.7' cy='6.17' r='5.17' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpath d='M1%2C21.07a9.7%2C9.7%2C0%2C1%2C1%2C19.39%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='19.54' y1='26.15' x2='33.04' y2='26.15' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cline x1='26.29' y1='19.29' x2='26.29' y2='32.79' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-amg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eamg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2884%2C175%2C172%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.48%2C15.58h-1l1.76-4.52h1L6%2C15.58h-1l-.39-1H2.85Zm15%2C6.47H2.72V17.67H17.44Zm-8.3-6.47H8.26L7.37%2C12v3.56H6.52V11.06H7.88l.82%2C3.08.81-3.08h1.37v4.52H10V12Zm3.79-1.11a1.19%2C1.19%2C0%2C0%2C0%2C.94.4%2C1.58%2C1.58%2C0%2C0%2C0%2C.58-.11%2C2%2C2%2C0%2C0%2C0%2C.5-.27v-.57h-1v-.76h2V15a2.47%2C2.47%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.1.21%2C2.48%2C2.48%2C0%2C0%2C1-1.24-.3%2C1.89%2C1.89%2C0%2C0%2C1-.79-.85%2C2.75%2C2.75%2C0%2C0%2C1-.27-1.2%2C2.59%2C2.59%2C0%2C0%2C1%2C.3-1.25%2C2%2C2%2C0%2C0%2C1%2C.87-.84A2.34%2C2.34%2C0%2C0%2C1%2C13.88%2C11a2.16%2C2.16%2C0%2C0%2C1%2C1.32.35%2C1.6%2C1.6%2C0%2C0%2C1%2C.61%2C1l-.91.17a1%2C1%2C0%2C0%2C0-.36-.53%2C1.09%2C1.09%2C0%2C0%2C0-.66-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.38%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.13A1.76%2C1.76%2C0%2C0%2C0%2C12.93%2C14.48ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-amg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eamg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.48%2C15.58h-1l1.76-4.52h1L6%2C15.58h-1l-.39-1H2.85Zm15%2C6.47H2.72V17.67H17.44Zm-8.3-6.47H8.26L7.37%2C12v3.56H6.52V11.06H7.88l.82%2C3.08.81-3.08h1.37v4.52H10V12Zm3.79-1.11a1.19%2C1.19%2C0%2C0%2C0%2C.94.4%2C1.58%2C1.58%2C0%2C0%2C0%2C.58-.11%2C2%2C2%2C0%2C0%2C0%2C.5-.27v-.57h-1v-.76h2V15a2.47%2C2.47%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.1.21%2C2.48%2C2.48%2C0%2C0%2C1-1.24-.3%2C1.89%2C1.89%2C0%2C0%2C1-.79-.85%2C2.75%2C2.75%2C0%2C0%2C1-.27-1.2%2C2.59%2C2.59%2C0%2C0%2C1%2C.3-1.25%2C2%2C2%2C0%2C0%2C1%2C.87-.84A2.34%2C2.34%2C0%2C0%2C1%2C13.88%2C11a2.16%2C2.16%2C0%2C0%2C1%2C1.32.35%2C1.6%2C1.6%2C0%2C0%2C1%2C.61%2C1l-.91.17a1%2C1%2C0%2C0%2C0-.36-.53%2C1.09%2C1.09%2C0%2C0%2C0-.66-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.38%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.13A1.76%2C1.76%2C0%2C0%2C0%2C12.93%2C14.48ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-amg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eamg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28255%2C255%2C255%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.48%2C15.58h-1l1.76-4.52h1L6%2C15.58h-1l-.39-1H2.85Zm15%2C6.47H2.72V17.67H17.44Zm-8.3-6.47H8.26L7.37%2C12v3.56H6.52V11.06H7.88l.82%2C3.08.81-3.08h1.37v4.52H10V12Zm3.79-1.11a1.19%2C1.19%2C0%2C0%2C0%2C.94.4%2C1.58%2C1.58%2C0%2C0%2C0%2C.58-.11%2C2%2C2%2C0%2C0%2C0%2C.5-.27v-.57h-1v-.76h2V15a2.47%2C2.47%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.1.21%2C2.48%2C2.48%2C0%2C0%2C1-1.24-.3%2C1.89%2C1.89%2C0%2C0%2C1-.79-.85%2C2.75%2C2.75%2C0%2C0%2C1-.27-1.2%2C2.59%2C2.59%2C0%2C0%2C1%2C.3-1.25%2C2%2C2%2C0%2C0%2C1%2C.87-.84A2.34%2C2.34%2C0%2C0%2C1%2C13.88%2C11a2.16%2C2.16%2C0%2C0%2C1%2C1.32.35%2C1.6%2C1.6%2C0%2C0%2C1%2C.61%2C1l-.91.17a1%2C1%2C0%2C0%2C0-.36-.53%2C1.09%2C1.09%2C0%2C0%2C0-.66-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.38%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.13A1.76%2C1.76%2C0%2C0%2C0%2C12.93%2C14.48ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-amg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eamg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.48%2C15.58h-1l1.76-4.52h1L6%2C15.58h-1l-.39-1H2.85Zm15%2C6.47H2.72V17.67H17.44Zm-8.3-6.47H8.26L7.37%2C12v3.56H6.52V11.06H7.88l.82%2C3.08.81-3.08h1.37v4.52H10V12Zm3.79-1.11a1.19%2C1.19%2C0%2C0%2C0%2C.94.4%2C1.58%2C1.58%2C0%2C0%2C0%2C.58-.11%2C2%2C2%2C0%2C0%2C0%2C.5-.27v-.57h-1v-.76h2V15a2.47%2C2.47%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.1.21%2C2.48%2C2.48%2C0%2C0%2C1-1.24-.3%2C1.89%2C1.89%2C0%2C0%2C1-.79-.85%2C2.75%2C2.75%2C0%2C0%2C1-.27-1.2%2C2.59%2C2.59%2C0%2C0%2C1%2C.3-1.25%2C2%2C2%2C0%2C0%2C1%2C.87-.84A2.34%2C2.34%2C0%2C0%2C1%2C13.88%2C11a2.16%2C2.16%2C0%2C0%2C1%2C1.32.35%2C1.6%2C1.6%2C0%2C0%2C1%2C.61%2C1l-.91.17a1%2C1%2C0%2C0%2C0-.36-.53%2C1.09%2C1.09%2C0%2C0%2C0-.66-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.38%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.13A1.76%2C1.76%2C0%2C0%2C0%2C12.93%2C14.48ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-amg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eamg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2887%2C87%2C86%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.48%2C15.58h-1l1.76-4.52h1L6%2C15.58h-1l-.39-1H2.85Zm15%2C6.47H2.72V17.67H17.44Zm-8.3-6.47H8.26L7.37%2C12v3.56H6.52V11.06H7.88l.82%2C3.08.81-3.08h1.37v4.52H10V12Zm3.79-1.11a1.19%2C1.19%2C0%2C0%2C0%2C.94.4%2C1.58%2C1.58%2C0%2C0%2C0%2C.58-.11%2C2%2C2%2C0%2C0%2C0%2C.5-.27v-.57h-1v-.76h2V15a2.47%2C2.47%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.1.21%2C2.48%2C2.48%2C0%2C0%2C1-1.24-.3%2C1.89%2C1.89%2C0%2C0%2C1-.79-.85%2C2.75%2C2.75%2C0%2C0%2C1-.27-1.2%2C2.59%2C2.59%2C0%2C0%2C1%2C.3-1.25%2C2%2C2%2C0%2C0%2C1%2C.87-.84A2.34%2C2.34%2C0%2C0%2C1%2C13.88%2C11a2.16%2C2.16%2C0%2C0%2C1%2C1.32.35%2C1.6%2C1.6%2C0%2C0%2C1%2C.61%2C1l-.91.17a1%2C1%2C0%2C0%2C0-.36-.53%2C1.09%2C1.09%2C0%2C0%2C0-.66-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.38%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.13A1.76%2C1.76%2C0%2C0%2C0%2C12.93%2C14.48ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-amg:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eamg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.48%2C15.58h-1l1.76-4.52h1L6%2C15.58h-1l-.39-1H2.85Zm15%2C6.47H2.72V17.67H17.44Zm-8.3-6.47H8.26L7.37%2C12v3.56H6.52V11.06H7.88l.82%2C3.08.81-3.08h1.37v4.52H10V12Zm3.79-1.11a1.19%2C1.19%2C0%2C0%2C0%2C.94.4%2C1.58%2C1.58%2C0%2C0%2C0%2C.58-.11%2C2%2C2%2C0%2C0%2C0%2C.5-.27v-.57h-1v-.76h2V15a2.47%2C2.47%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.1.21%2C2.48%2C2.48%2C0%2C0%2C1-1.24-.3%2C1.89%2C1.89%2C0%2C0%2C1-.79-.85%2C2.75%2C2.75%2C0%2C0%2C1-.27-1.2%2C2.59%2C2.59%2C0%2C0%2C1%2C.3-1.25%2C2%2C2%2C0%2C0%2C1%2C.87-.84A2.34%2C2.34%2C0%2C0%2C1%2C13.88%2C11a2.16%2C2.16%2C0%2C0%2C1%2C1.32.35%2C1.6%2C1.6%2C0%2C0%2C1%2C.61%2C1l-.91.17a1%2C1%2C0%2C0%2C0-.36-.53%2C1.09%2C1.09%2C0%2C0%2C0-.66-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.38%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.13A1.76%2C1.76%2C0%2C0%2C0%2C12.93%2C14.48ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-amg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eamg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.48%2C15.58h-1l1.76-4.52h1L6%2C15.58h-1l-.39-1H2.85Zm15%2C6.47H2.72V17.67H17.44Zm-8.3-6.47H8.26L7.37%2C12v3.56H6.52V11.06H7.88l.82%2C3.08.81-3.08h1.37v4.52H10V12Zm3.79-1.11a1.19%2C1.19%2C0%2C0%2C0%2C.94.4%2C1.58%2C1.58%2C0%2C0%2C0%2C.58-.11%2C2%2C2%2C0%2C0%2C0%2C.5-.27v-.57h-1v-.76h2V15a2.47%2C2.47%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.1.21%2C2.48%2C2.48%2C0%2C0%2C1-1.24-.3%2C1.89%2C1.89%2C0%2C0%2C1-.79-.85%2C2.75%2C2.75%2C0%2C0%2C1-.27-1.2%2C2.59%2C2.59%2C0%2C0%2C1%2C.3-1.25%2C2%2C2%2C0%2C0%2C1%2C.87-.84A2.34%2C2.34%2C0%2C0%2C1%2C13.88%2C11a2.16%2C2.16%2C0%2C0%2C1%2C1.32.35%2C1.6%2C1.6%2C0%2C0%2C1%2C.61%2C1l-.91.17a1%2C1%2C0%2C0%2C0-.36-.53%2C1.09%2C1.09%2C0%2C0%2C0-.66-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.38%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.13A1.76%2C1.76%2C0%2C0%2C0%2C12.93%2C14.48ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-arrow-down:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.66 14.33' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3EdropDownArrowPointingDown%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='25.66 1 13.33 13.33 1 1 25.66 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-arrow-down:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.66 14.33' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EdropDownArrowPointingDown%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='25.66 1 13.33 13.33 1 1 25.66 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-arrow-down:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.66 14.33' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3EdropDownArrowPointingDown%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='25.66 1 13.33 13.33 1 1 25.66 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-arrow-down:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.66 14.33' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EdropDownArrowPointingDown%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='25.66 1 13.33 13.33 1 1 25.66 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-arrow-down:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.66 14.33' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3EdropDownArrowPointingDown%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='25.66 1 13.33 13.33 1 1 25.66 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-arrow-down:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.66 14.33' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EdropDownArrowPointingDown%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='25.66 1 13.33 13.33 1 1 25.66 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-arrow-down:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.66 14.33' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EdropDownArrowPointingDown%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='25.66 1 13.33 13.33 1 1 25.66 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-arrow:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.33 25.66' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3EdropDownArrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='0.5 0.5 12.83 12.83 0.5 25.16 0.5 0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-arrow:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.33 25.66' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EdropDownArrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='0.5 0.5 12.83 12.83 0.5 25.16 0.5 0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-arrow:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.33 25.66' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3EdropDownArrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='0.5 0.5 12.83 12.83 0.5 25.16 0.5 0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-arrow:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.33 25.66' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EdropDownArrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='0.5 0.5 12.83 12.83 0.5 25.16 0.5 0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-arrow:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.33 25.66' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3EdropDownArrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='0.5 0.5 12.83 12.83 0.5 25.16 0.5 0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-arrow:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.33 25.66' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EdropDownArrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='0.5 0.5 12.83 12.83 0.5 25.16 0.5 0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-arrow:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.33 25.66' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EdropDownArrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='0.5 0.5 12.83 12.83 0.5 25.16 0.5 0.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-aula-planeada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.2 24.35' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eplanned lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C16v7.4H1V5.71H19.09m1.16%2C12.36H7.91m0-3.19H20.25m0-3.31H7.91M34.2%2C6.9a5.9%2C5.9%2C0%2C1%2C0-5.9%2C5.9A5.9%2C5.9%2C0%2C0%2C0%2C34.2%2C6.9ZM28.3%2C2.56V6.9L30.4%2C9' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-aula-planeada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.2 24.35' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eplanned lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C16v7.4H1V5.71H19.09m1.16%2C12.36H7.91m0-3.19H20.25m0-3.31H7.91M34.2%2C6.9a5.9%2C5.9%2C0%2C1%2C0-5.9%2C5.9A5.9%2C5.9%2C0%2C0%2C0%2C34.2%2C6.9ZM28.3%2C2.56V6.9L30.4%2C9' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-aula-planeada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.2 24.35' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eplanned lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C16v7.4H1V5.71H19.09m1.16%2C12.36H7.91m0-3.19H20.25m0-3.31H7.91M34.2%2C6.9a5.9%2C5.9%2C0%2C1%2C0-5.9%2C5.9A5.9%2C5.9%2C0%2C0%2C0%2C34.2%2C6.9ZM28.3%2C2.56V6.9L30.4%2C9' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-aula-planeada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.2 24.35' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eplanned lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C16v7.4H1V5.71H19.09m1.16%2C12.36H7.91m0-3.19H20.25m0-3.31H7.91M34.2%2C6.9a5.9%2C5.9%2C0%2C1%2C0-5.9%2C5.9A5.9%2C5.9%2C0%2C0%2C0%2C34.2%2C6.9ZM28.3%2C2.56V6.9L30.4%2C9' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-aula-planeada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.2 24.35' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eplanned lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C16v7.4H1V5.71H19.09m1.16%2C12.36H7.91m0-3.19H20.25m0-3.31H7.91M34.2%2C6.9a5.9%2C5.9%2C0%2C1%2C0-5.9%2C5.9A5.9%2C5.9%2C0%2C0%2C0%2C34.2%2C6.9ZM28.3%2C2.56V6.9L30.4%2C9' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-aula-planeada:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.2 24.35' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eplanned lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C16v7.4H1V5.71H19.09m1.16%2C12.36H7.91m0-3.19H20.25m0-3.31H7.91M34.2%2C6.9a5.9%2C5.9%2C0%2C1%2C0-5.9%2C5.9A5.9%2C5.9%2C0%2C0%2C0%2C34.2%2C6.9ZM28.3%2C2.56V6.9L30.4%2C9' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-aula-planeada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.2 24.35' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eplanned lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C16v7.4H1V5.71H19.09m1.16%2C12.36H7.91m0-3.19H20.25m0-3.31H7.91M34.2%2C6.9a5.9%2C5.9%2C0%2C1%2C0-5.9%2C5.9A5.9%2C5.9%2C0%2C0%2C0%2C34.2%2C6.9ZM28.3%2C2.56V6.9L30.4%2C9' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-aula-terminada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.38 22.36' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Elesson completed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C14v7.41H1V3.71H19.09m1.16%2C12.36H7.91m12.34-3.19H7.91m0-3.31H20.25m2.51-4.82%2C4.45%2C5%2C9.48-9' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-aula-terminada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.38 22.36' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elesson completed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C14v7.41H1V3.71H19.09m1.16%2C12.36H7.91m12.34-3.19H7.91m0-3.31H20.25m2.51-4.82%2C4.45%2C5%2C9.48-9' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-aula-terminada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.38 22.36' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Elesson completed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C14v7.41H1V3.71H19.09m1.16%2C12.36H7.91m12.34-3.19H7.91m0-3.31H20.25m2.51-4.82%2C4.45%2C5%2C9.48-9' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-aula-terminada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.38 22.36' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elesson completed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C14v7.41H1V3.71H19.09m1.16%2C12.36H7.91m12.34-3.19H7.91m0-3.31H20.25m2.51-4.82%2C4.45%2C5%2C9.48-9' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-aula-terminada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.38 22.36' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Elesson completed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C14v7.41H1V3.71H19.09m1.16%2C12.36H7.91m12.34-3.19H7.91m0-3.31H20.25m2.51-4.82%2C4.45%2C5%2C9.48-9' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-aula-terminada:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.38 22.36' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elesson completed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C14v7.41H1V3.71H19.09m1.16%2C12.36H7.91m12.34-3.19H7.91m0-3.31H20.25m2.51-4.82%2C4.45%2C5%2C9.48-9' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-aula-terminada:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.38 22.36' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elesson completed%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M27.16%2C14v7.41H1V3.71H19.09m1.16%2C12.36H7.91m12.34-3.19H7.91m0-3.31H20.25m2.51-4.82%2C4.45%2C5%2C9.48-9' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.71 27.94' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Elessons list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.55%2C8.4V1H33.71V18.65H15.62M14.47%2C6.28H26.8M14.47%2C9.48H26.8M14.47%2C12.79H26.8m-1.25%2C2.88%2C8.16%2C11.7M7.55%2C11.64a3.5%2C3.5%2C0%2C1%2C0%2C3.5%2C3.5A3.49%2C3.49%2C0%2C0%2C0%2C7.55%2C11.64ZM14.11%2C25.2A6.56%2C6.56%2C0%2C0%2C0%2C1%2C25.2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.71 27.94' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elessons list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.55%2C8.4V1H33.71V18.65H15.62M14.47%2C6.28H26.8M14.47%2C9.48H26.8M14.47%2C12.79H26.8m-1.25%2C2.88%2C8.16%2C11.7M7.55%2C11.64a3.5%2C3.5%2C0%2C1%2C0%2C3.5%2C3.5A3.49%2C3.49%2C0%2C0%2C0%2C7.55%2C11.64ZM14.11%2C25.2A6.56%2C6.56%2C0%2C0%2C0%2C1%2C25.2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.71 27.94' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Elessons list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.55%2C8.4V1H33.71V18.65H15.62M14.47%2C6.28H26.8M14.47%2C9.48H26.8M14.47%2C12.79H26.8m-1.25%2C2.88%2C8.16%2C11.7M7.55%2C11.64a3.5%2C3.5%2C0%2C1%2C0%2C3.5%2C3.5A3.49%2C3.49%2C0%2C0%2C0%2C7.55%2C11.64ZM14.11%2C25.2A6.56%2C6.56%2C0%2C0%2C0%2C1%2C25.2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.71 27.94' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elessons list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.55%2C8.4V1H33.71V18.65H15.62M14.47%2C6.28H26.8M14.47%2C9.48H26.8M14.47%2C12.79H26.8m-1.25%2C2.88%2C8.16%2C11.7M7.55%2C11.64a3.5%2C3.5%2C0%2C1%2C0%2C3.5%2C3.5A3.49%2C3.49%2C0%2C0%2C0%2C7.55%2C11.64ZM14.11%2C25.2A6.56%2C6.56%2C0%2C0%2C0%2C1%2C25.2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.71 27.94' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Elessons list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.55%2C8.4V1H33.71V18.65H15.62M14.47%2C6.28H26.8M14.47%2C9.48H26.8M14.47%2C12.79H26.8m-1.25%2C2.88%2C8.16%2C11.7M7.55%2C11.64a3.5%2C3.5%2C0%2C1%2C0%2C3.5%2C3.5A3.49%2C3.49%2C0%2C0%2C0%2C7.55%2C11.64ZM14.11%2C25.2A6.56%2C6.56%2C0%2C0%2C0%2C1%2C25.2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-aulas:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.71 27.94' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elessons list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.55%2C8.4V1H33.71V18.65H15.62M14.47%2C6.28H26.8M14.47%2C9.48H26.8M14.47%2C12.79H26.8m-1.25%2C2.88%2C8.16%2C11.7M7.55%2C11.64a3.5%2C3.5%2C0%2C1%2C0%2C3.5%2C3.5A3.49%2C3.49%2C0%2C0%2C0%2C7.55%2C11.64ZM14.11%2C25.2A6.56%2C6.56%2C0%2C0%2C0%2C1%2C25.2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.71 27.94' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elessons list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.55%2C8.4V1H33.71V18.65H15.62M14.47%2C6.28H26.8M14.47%2C9.48H26.8M14.47%2C12.79H26.8m-1.25%2C2.88%2C8.16%2C11.7M7.55%2C11.64a3.5%2C3.5%2C0%2C1%2C0%2C3.5%2C3.5A3.49%2C3.49%2C0%2C0%2C0%2C7.55%2C11.64ZM14.11%2C25.2A6.56%2C6.56%2C0%2C0%2C0%2C1%2C25.2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-avi:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_avi%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M8.33%2C25.37h-1l-.39-1H5.16l-.36%2C1h-1l1.74-4.48h1ZM6.66%2C23.6l-.61-1.66L5.44%2C23.6Z' style='fill:%23000'/%3E%3Cpath d='M9.49%2C25.37l-1.6-4.48h1L10%2C24.21l1.1-3.32h1l-1.61%2C4.48Z' style='fill:%23000'/%3E%3Cpath d='M12.49%2C25.37V20.89h.91v4.48Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-avi:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_avi%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M8.33%2C25.37h-1l-.39-1H5.16l-.36%2C1h-1l1.74-4.48h1ZM6.66%2C23.6l-.61-1.66L5.44%2C23.6Z' style='fill:%23000'/%3E%3Cpath d='M9.49%2C25.37l-1.6-4.48h1L10%2C24.21l1.1-3.32h1l-1.61%2C4.48Z' style='fill:%23000'/%3E%3Cpath d='M12.49%2C25.37V20.89h.91v4.48Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-avi:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_avi%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M8.33%2C25.37h-1l-.39-1H5.16l-.36%2C1h-1l1.74-4.48h1ZM6.66%2C23.6l-.61-1.66L5.44%2C23.6Z' style='fill:%23000'/%3E%3Cpath d='M9.49%2C25.37l-1.6-4.48h1L10%2C24.21l1.1-3.32h1l-1.61%2C4.48Z' style='fill:%23000'/%3E%3Cpath d='M12.49%2C25.37V20.89h.91v4.48Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-avi:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_avi%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M8.33%2C25.37h-1l-.39-1H5.16l-.36%2C1h-1l1.74-4.48h1ZM6.66%2C23.6l-.61-1.66L5.44%2C23.6Z' style='fill:%23000'/%3E%3Cpath d='M9.49%2C25.37l-1.6-4.48h1L10%2C24.21l1.1-3.32h1l-1.61%2C4.48Z' style='fill:%23000'/%3E%3Cpath d='M12.49%2C25.37V20.89h.91v4.48Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-avi:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_avi%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M8.33%2C25.37h-1l-.39-1H5.16l-.36%2C1h-1l1.74-4.48h1ZM6.66%2C23.6l-.61-1.66L5.44%2C23.6Z' style='fill:%23000'/%3E%3Cpath d='M9.49%2C25.37l-1.6-4.48h1L10%2C24.21l1.1-3.32h1l-1.61%2C4.48Z' style='fill:%23000'/%3E%3Cpath d='M12.49%2C25.37V20.89h.91v4.48Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-avi:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_avi%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M8.33%2C25.37h-1l-.39-1H5.16l-.36%2C1h-1l1.74-4.48h1ZM6.66%2C23.6l-.61-1.66L5.44%2C23.6Z' style='fill:%23000'/%3E%3Cpath d='M9.49%2C25.37l-1.6-4.48h1L10%2C24.21l1.1-3.32h1l-1.61%2C4.48Z' style='fill:%23000'/%3E%3Cpath d='M12.49%2C25.37V20.89h.91v4.48Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-avi:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_avi%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M8.33%2C25.37h-1l-.39-1H5.16l-.36%2C1h-1l1.74-4.48h1ZM6.66%2C23.6l-.61-1.66L5.44%2C23.6Z' style='fill:%23000'/%3E%3Cpath d='M9.49%2C25.37l-1.6-4.48h1L10%2C24.21l1.1-3.32h1l-1.61%2C4.48Z' style='fill:%23000'/%3E%3Cpath d='M12.49%2C25.37V20.89h.91v4.48Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-baixar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ebaixar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' d='M50%2C25.5A24.5%2C24.5%2C0%2C1%2C1%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C1%2C50%2C25.5ZM11.28%2C36.28H39.72M18.34%2C23.78l7.16%2C7.16V13.39m0%2C17.53%2C6.26-6.26'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-baixar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ebaixar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' d='M50%2C25.5A24.5%2C24.5%2C0%2C1%2C1%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C1%2C50%2C25.5ZM11.28%2C36.28H39.72M18.34%2C23.78l7.16%2C7.16V13.39m0%2C17.53%2C6.26-6.26'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-baixar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ebaixar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' d='M50%2C25.5A24.5%2C24.5%2C0%2C1%2C1%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C1%2C50%2C25.5ZM11.28%2C36.28H39.72M18.34%2C23.78l7.16%2C7.16V13.39m0%2C17.53%2C6.26-6.26'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-baixar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ebaixar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' d='M50%2C25.5A24.5%2C24.5%2C0%2C1%2C1%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C1%2C50%2C25.5ZM11.28%2C36.28H39.72M18.34%2C23.78l7.16%2C7.16V13.39m0%2C17.53%2C6.26-6.26'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-baixar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ebaixar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' d='M50%2C25.5A24.5%2C24.5%2C0%2C1%2C1%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C1%2C50%2C25.5ZM11.28%2C36.28H39.72M18.34%2C23.78l7.16%2C7.16V13.39m0%2C17.53%2C6.26-6.26'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-baixar-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ebaixar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' d='M50%2C25.5A24.5%2C24.5%2C0%2C1%2C1%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C1%2C50%2C25.5ZM11.28%2C36.28H39.72M18.34%2C23.78l7.16%2C7.16V13.39m0%2C17.53%2C6.26-6.26'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-baixar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ebaixar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' d='M50%2C25.5A24.5%2C24.5%2C0%2C1%2C1%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C1%2C50%2C25.5ZM11.28%2C36.28H39.72M18.34%2C23.78l7.16%2C7.16V13.39m0%2C17.53%2C6.26-6.26'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-cog:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.49 31.7' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eyear planning%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.06%2C20.57%2C2.37%2C21.64%2C1.2%2C16.51l4.71-1.07a10.39%2C10.39%2C0%2C0%2C1%2C.89-3.86l-3.74-3L6.34%2C4.48l3.77%2C3a10.31%2C10.31%2C0%2C0%2C1%2C3.58-1.71V1H19V5.82a10.21%2C10.21%2C0%2C0%2C1%2C3.56%2C1.75l3.75-3%2C3.28%2C4.11-3.78%2C3a10.35%2C10.35%2C0%2C0%2C1%2C.85%2C3.86l4.68%2C1.07-1.17%2C5.13L25.4%2C20.68a10.5%2C10.5%2C0%2C0%2C1-2.48%2C3.06L25%2C28.09l-4.74%2C2.28L18.17%2C26a10.08%2C10.08%2C0%2C0%2C1-1.92.19%2C9.61%2C9.61%2C0%2C0%2C1-2-.21l-2.09%2C4.35L7.4%2C28l2.11-4.37A10.22%2C10.22%2C0%2C0%2C1%2C7.06%2C20.57Zm14.67-4.76a5.48%2C5.48%2C0%2C1%2C0-5.48%2C5.47A5.49%2C5.49%2C0%2C0%2C0%2C21.73%2C15.81Z' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-cog:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.49 31.7' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eyear planning%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.06%2C20.57%2C2.37%2C21.64%2C1.2%2C16.51l4.71-1.07a10.39%2C10.39%2C0%2C0%2C1%2C.89-3.86l-3.74-3L6.34%2C4.48l3.77%2C3a10.31%2C10.31%2C0%2C0%2C1%2C3.58-1.71V1H19V5.82a10.21%2C10.21%2C0%2C0%2C1%2C3.56%2C1.75l3.75-3%2C3.28%2C4.11-3.78%2C3a10.35%2C10.35%2C0%2C0%2C1%2C.85%2C3.86l4.68%2C1.07-1.17%2C5.13L25.4%2C20.68a10.5%2C10.5%2C0%2C0%2C1-2.48%2C3.06L25%2C28.09l-4.74%2C2.28L18.17%2C26a10.08%2C10.08%2C0%2C0%2C1-1.92.19%2C9.61%2C9.61%2C0%2C0%2C1-2-.21l-2.09%2C4.35L7.4%2C28l2.11-4.37A10.22%2C10.22%2C0%2C0%2C1%2C7.06%2C20.57Zm14.67-4.76a5.48%2C5.48%2C0%2C1%2C0-5.48%2C5.47A5.49%2C5.49%2C0%2C0%2C0%2C21.73%2C15.81Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-cog:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.49 31.7' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eyear planning%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.06%2C20.57%2C2.37%2C21.64%2C1.2%2C16.51l4.71-1.07a10.39%2C10.39%2C0%2C0%2C1%2C.89-3.86l-3.74-3L6.34%2C4.48l3.77%2C3a10.31%2C10.31%2C0%2C0%2C1%2C3.58-1.71V1H19V5.82a10.21%2C10.21%2C0%2C0%2C1%2C3.56%2C1.75l3.75-3%2C3.28%2C4.11-3.78%2C3a10.35%2C10.35%2C0%2C0%2C1%2C.85%2C3.86l4.68%2C1.07-1.17%2C5.13L25.4%2C20.68a10.5%2C10.5%2C0%2C0%2C1-2.48%2C3.06L25%2C28.09l-4.74%2C2.28L18.17%2C26a10.08%2C10.08%2C0%2C0%2C1-1.92.19%2C9.61%2C9.61%2C0%2C0%2C1-2-.21l-2.09%2C4.35L7.4%2C28l2.11-4.37A10.22%2C10.22%2C0%2C0%2C1%2C7.06%2C20.57Zm14.67-4.76a5.48%2C5.48%2C0%2C1%2C0-5.48%2C5.47A5.49%2C5.49%2C0%2C0%2C0%2C21.73%2C15.81Z' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-cog:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.49 31.7' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eyear planning%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.06%2C20.57%2C2.37%2C21.64%2C1.2%2C16.51l4.71-1.07a10.39%2C10.39%2C0%2C0%2C1%2C.89-3.86l-3.74-3L6.34%2C4.48l3.77%2C3a10.31%2C10.31%2C0%2C0%2C1%2C3.58-1.71V1H19V5.82a10.21%2C10.21%2C0%2C0%2C1%2C3.56%2C1.75l3.75-3%2C3.28%2C4.11-3.78%2C3a10.35%2C10.35%2C0%2C0%2C1%2C.85%2C3.86l4.68%2C1.07-1.17%2C5.13L25.4%2C20.68a10.5%2C10.5%2C0%2C0%2C1-2.48%2C3.06L25%2C28.09l-4.74%2C2.28L18.17%2C26a10.08%2C10.08%2C0%2C0%2C1-1.92.19%2C9.61%2C9.61%2C0%2C0%2C1-2-.21l-2.09%2C4.35L7.4%2C28l2.11-4.37A10.22%2C10.22%2C0%2C0%2C1%2C7.06%2C20.57Zm14.67-4.76a5.48%2C5.48%2C0%2C1%2C0-5.48%2C5.47A5.49%2C5.49%2C0%2C0%2C0%2C21.73%2C15.81Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-cog:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.49 31.7' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eyear planning%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.06%2C20.57%2C2.37%2C21.64%2C1.2%2C16.51l4.71-1.07a10.39%2C10.39%2C0%2C0%2C1%2C.89-3.86l-3.74-3L6.34%2C4.48l3.77%2C3a10.31%2C10.31%2C0%2C0%2C1%2C3.58-1.71V1H19V5.82a10.21%2C10.21%2C0%2C0%2C1%2C3.56%2C1.75l3.75-3%2C3.28%2C4.11-3.78%2C3a10.35%2C10.35%2C0%2C0%2C1%2C.85%2C3.86l4.68%2C1.07-1.17%2C5.13L25.4%2C20.68a10.5%2C10.5%2C0%2C0%2C1-2.48%2C3.06L25%2C28.09l-4.74%2C2.28L18.17%2C26a10.08%2C10.08%2C0%2C0%2C1-1.92.19%2C9.61%2C9.61%2C0%2C0%2C1-2-.21l-2.09%2C4.35L7.4%2C28l2.11-4.37A10.22%2C10.22%2C0%2C0%2C1%2C7.06%2C20.57Zm14.67-4.76a5.48%2C5.48%2C0%2C1%2C0-5.48%2C5.47A5.49%2C5.49%2C0%2C0%2C0%2C21.73%2C15.81Z' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-cog:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.49 31.7' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eyear planning%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.06%2C20.57%2C2.37%2C21.64%2C1.2%2C16.51l4.71-1.07a10.39%2C10.39%2C0%2C0%2C1%2C.89-3.86l-3.74-3L6.34%2C4.48l3.77%2C3a10.31%2C10.31%2C0%2C0%2C1%2C3.58-1.71V1H19V5.82a10.21%2C10.21%2C0%2C0%2C1%2C3.56%2C1.75l3.75-3%2C3.28%2C4.11-3.78%2C3a10.35%2C10.35%2C0%2C0%2C1%2C.85%2C3.86l4.68%2C1.07-1.17%2C5.13L25.4%2C20.68a10.5%2C10.5%2C0%2C0%2C1-2.48%2C3.06L25%2C28.09l-4.74%2C2.28L18.17%2C26a10.08%2C10.08%2C0%2C0%2C1-1.92.19%2C9.61%2C9.61%2C0%2C0%2C1-2-.21l-2.09%2C4.35L7.4%2C28l2.11-4.37A10.22%2C10.22%2C0%2C0%2C1%2C7.06%2C20.57Zm14.67-4.76a5.48%2C5.48%2C0%2C1%2C0-5.48%2C5.47A5.49%2C5.49%2C0%2C0%2C0%2C21.73%2C15.81Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-cog:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.49 31.7' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eyear planning%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M7.06%2C20.57%2C2.37%2C21.64%2C1.2%2C16.51l4.71-1.07a10.39%2C10.39%2C0%2C0%2C1%2C.89-3.86l-3.74-3L6.34%2C4.48l3.77%2C3a10.31%2C10.31%2C0%2C0%2C1%2C3.58-1.71V1H19V5.82a10.21%2C10.21%2C0%2C0%2C1%2C3.56%2C1.75l3.75-3%2C3.28%2C4.11-3.78%2C3a10.35%2C10.35%2C0%2C0%2C1%2C.85%2C3.86l4.68%2C1.07-1.17%2C5.13L25.4%2C20.68a10.5%2C10.5%2C0%2C0%2C1-2.48%2C3.06L25%2C28.09l-4.74%2C2.28L18.17%2C26a10.08%2C10.08%2C0%2C0%2C1-1.92.19%2C9.61%2C9.61%2C0%2C0%2C1-2-.21l-2.09%2C4.35L7.4%2C28l2.11-4.37A10.22%2C10.22%2C0%2C0%2C1%2C7.06%2C20.57Zm14.67-4.76a5.48%2C5.48%2C0%2C1%2C0-5.48%2C5.47A5.49%2C5.49%2C0%2C0%2C0%2C21.73%2C15.81Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-csv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Ecsv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%2884%2C175%2C172%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.86%2C13.71a.64.64%2C0%2C0%2C0%2C.53.24.58.58%2C0%2C0%2C0%2C.4-.14A.84.84%2C0%2C0%2C0%2C7%2C13.33l.85.14a1.51%2C1.51%2C0%2C0%2C1-.51.88%2C1.58%2C1.58%2C0%2C0%2C1-1%2C.3A1.5%2C1.5%2C0%2C0%2C1%2C5.2%2C14.2%2C1.75%2C1.75%2C0%2C0%2C1%2C4.77%2C13a1.77%2C1.77%2C0%2C0%2C1%2C.43-1.26%2C1.52%2C1.52%2C0%2C0%2C1%2C1.16-.45%2C1.58%2C1.58%2C0%2C0%2C1%2C1%2C.26%2C1.43%2C1.43%2C0%2C0%2C1%2C.51.79L7%2C12.43a.62.62%2C0%2C0%2C0-.2-.39.59.59%2C0%2C0%2C0-.4-.13.65.65%2C0%2C0%2C0-.52.22%2C1.15%2C1.15%2C0%2C0%2C0-.19.75A1.33%2C1.33%2C0%2C0%2C0%2C5.86%2C13.71Zm4.44-.2A.69.69%2C0%2C0%2C0%2C10%2C13.4%2C4.69%2C4.69%2C0%2C0%2C1%2C8.68%2C13a.84.84%2C0%2C0%2C1-.39-.74.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74L9%2C13.52a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C10.3%2C13.51Zm1.27-2.21h.91L13.09%2C13l.18.56.09-.28.09-.28.62-1.67H15l-1.3%2C3.27h-.78Zm5.87-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-csv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Ecsv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.86%2C13.71a.64.64%2C0%2C0%2C0%2C.53.24.58.58%2C0%2C0%2C0%2C.4-.14A.84.84%2C0%2C0%2C0%2C7%2C13.33l.85.14a1.51%2C1.51%2C0%2C0%2C1-.51.88%2C1.58%2C1.58%2C0%2C0%2C1-1%2C.3A1.5%2C1.5%2C0%2C0%2C1%2C5.2%2C14.2%2C1.75%2C1.75%2C0%2C0%2C1%2C4.77%2C13a1.77%2C1.77%2C0%2C0%2C1%2C.43-1.26%2C1.52%2C1.52%2C0%2C0%2C1%2C1.16-.45%2C1.58%2C1.58%2C0%2C0%2C1%2C1%2C.26%2C1.43%2C1.43%2C0%2C0%2C1%2C.51.79L7%2C12.43a.62.62%2C0%2C0%2C0-.2-.39.59.59%2C0%2C0%2C0-.4-.13.65.65%2C0%2C0%2C0-.52.22%2C1.15%2C1.15%2C0%2C0%2C0-.19.75A1.33%2C1.33%2C0%2C0%2C0%2C5.86%2C13.71Zm4.44-.2A.69.69%2C0%2C0%2C0%2C10%2C13.4%2C4.69%2C4.69%2C0%2C0%2C1%2C8.68%2C13a.84.84%2C0%2C0%2C1-.39-.74.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74L9%2C13.52a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C10.3%2C13.51Zm1.27-2.21h.91L13.09%2C13l.18.56.09-.28.09-.28.62-1.67H15l-1.3%2C3.27h-.78Zm5.87-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-csv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Ecsv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%28255%2C255%2C255%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.86%2C13.71a.64.64%2C0%2C0%2C0%2C.53.24.58.58%2C0%2C0%2C0%2C.4-.14A.84.84%2C0%2C0%2C0%2C7%2C13.33l.85.14a1.51%2C1.51%2C0%2C0%2C1-.51.88%2C1.58%2C1.58%2C0%2C0%2C1-1%2C.3A1.5%2C1.5%2C0%2C0%2C1%2C5.2%2C14.2%2C1.75%2C1.75%2C0%2C0%2C1%2C4.77%2C13a1.77%2C1.77%2C0%2C0%2C1%2C.43-1.26%2C1.52%2C1.52%2C0%2C0%2C1%2C1.16-.45%2C1.58%2C1.58%2C0%2C0%2C1%2C1%2C.26%2C1.43%2C1.43%2C0%2C0%2C1%2C.51.79L7%2C12.43a.62.62%2C0%2C0%2C0-.2-.39.59.59%2C0%2C0%2C0-.4-.13.65.65%2C0%2C0%2C0-.52.22%2C1.15%2C1.15%2C0%2C0%2C0-.19.75A1.33%2C1.33%2C0%2C0%2C0%2C5.86%2C13.71Zm4.44-.2A.69.69%2C0%2C0%2C0%2C10%2C13.4%2C4.69%2C4.69%2C0%2C0%2C1%2C8.68%2C13a.84.84%2C0%2C0%2C1-.39-.74.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74L9%2C13.52a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C10.3%2C13.51Zm1.27-2.21h.91L13.09%2C13l.18.56.09-.28.09-.28.62-1.67H15l-1.3%2C3.27h-.78Zm5.87-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-csv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Ecsv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.86%2C13.71a.64.64%2C0%2C0%2C0%2C.53.24.58.58%2C0%2C0%2C0%2C.4-.14A.84.84%2C0%2C0%2C0%2C7%2C13.33l.85.14a1.51%2C1.51%2C0%2C0%2C1-.51.88%2C1.58%2C1.58%2C0%2C0%2C1-1%2C.3A1.5%2C1.5%2C0%2C0%2C1%2C5.2%2C14.2%2C1.75%2C1.75%2C0%2C0%2C1%2C4.77%2C13a1.77%2C1.77%2C0%2C0%2C1%2C.43-1.26%2C1.52%2C1.52%2C0%2C0%2C1%2C1.16-.45%2C1.58%2C1.58%2C0%2C0%2C1%2C1%2C.26%2C1.43%2C1.43%2C0%2C0%2C1%2C.51.79L7%2C12.43a.62.62%2C0%2C0%2C0-.2-.39.59.59%2C0%2C0%2C0-.4-.13.65.65%2C0%2C0%2C0-.52.22%2C1.15%2C1.15%2C0%2C0%2C0-.19.75A1.33%2C1.33%2C0%2C0%2C0%2C5.86%2C13.71Zm4.44-.2A.69.69%2C0%2C0%2C0%2C10%2C13.4%2C4.69%2C4.69%2C0%2C0%2C1%2C8.68%2C13a.84.84%2C0%2C0%2C1-.39-.74.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74L9%2C13.52a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C10.3%2C13.51Zm1.27-2.21h.91L13.09%2C13l.18.56.09-.28.09-.28.62-1.67H15l-1.3%2C3.27h-.78Zm5.87-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-csv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Ecsv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%2887%2C87%2C86%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.86%2C13.71a.64.64%2C0%2C0%2C0%2C.53.24.58.58%2C0%2C0%2C0%2C.4-.14A.84.84%2C0%2C0%2C0%2C7%2C13.33l.85.14a1.51%2C1.51%2C0%2C0%2C1-.51.88%2C1.58%2C1.58%2C0%2C0%2C1-1%2C.3A1.5%2C1.5%2C0%2C0%2C1%2C5.2%2C14.2%2C1.75%2C1.75%2C0%2C0%2C1%2C4.77%2C13a1.77%2C1.77%2C0%2C0%2C1%2C.43-1.26%2C1.52%2C1.52%2C0%2C0%2C1%2C1.16-.45%2C1.58%2C1.58%2C0%2C0%2C1%2C1%2C.26%2C1.43%2C1.43%2C0%2C0%2C1%2C.51.79L7%2C12.43a.62.62%2C0%2C0%2C0-.2-.39.59.59%2C0%2C0%2C0-.4-.13.65.65%2C0%2C0%2C0-.52.22%2C1.15%2C1.15%2C0%2C0%2C0-.19.75A1.33%2C1.33%2C0%2C0%2C0%2C5.86%2C13.71Zm4.44-.2A.69.69%2C0%2C0%2C0%2C10%2C13.4%2C4.69%2C4.69%2C0%2C0%2C1%2C8.68%2C13a.84.84%2C0%2C0%2C1-.39-.74.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74L9%2C13.52a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C10.3%2C13.51Zm1.27-2.21h.91L13.09%2C13l.18.56.09-.28.09-.28.62-1.67H15l-1.3%2C3.27h-.78Zm5.87-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-csv:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Ecsv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.86%2C13.71a.64.64%2C0%2C0%2C0%2C.53.24.58.58%2C0%2C0%2C0%2C.4-.14A.84.84%2C0%2C0%2C0%2C7%2C13.33l.85.14a1.51%2C1.51%2C0%2C0%2C1-.51.88%2C1.58%2C1.58%2C0%2C0%2C1-1%2C.3A1.5%2C1.5%2C0%2C0%2C1%2C5.2%2C14.2%2C1.75%2C1.75%2C0%2C0%2C1%2C4.77%2C13a1.77%2C1.77%2C0%2C0%2C1%2C.43-1.26%2C1.52%2C1.52%2C0%2C0%2C1%2C1.16-.45%2C1.58%2C1.58%2C0%2C0%2C1%2C1%2C.26%2C1.43%2C1.43%2C0%2C0%2C1%2C.51.79L7%2C12.43a.62.62%2C0%2C0%2C0-.2-.39.59.59%2C0%2C0%2C0-.4-.13.65.65%2C0%2C0%2C0-.52.22%2C1.15%2C1.15%2C0%2C0%2C0-.19.75A1.33%2C1.33%2C0%2C0%2C0%2C5.86%2C13.71Zm4.44-.2A.69.69%2C0%2C0%2C0%2C10%2C13.4%2C4.69%2C4.69%2C0%2C0%2C1%2C8.68%2C13a.84.84%2C0%2C0%2C1-.39-.74.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74L9%2C13.52a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C10.3%2C13.51Zm1.27-2.21h.91L13.09%2C13l.18.56.09-.28.09-.28.62-1.67H15l-1.3%2C3.27h-.78Zm5.87-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-csv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Ecsv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.86%2C13.71a.64.64%2C0%2C0%2C0%2C.53.24.58.58%2C0%2C0%2C0%2C.4-.14A.84.84%2C0%2C0%2C0%2C7%2C13.33l.85.14a1.51%2C1.51%2C0%2C0%2C1-.51.88%2C1.58%2C1.58%2C0%2C0%2C1-1%2C.3A1.5%2C1.5%2C0%2C0%2C1%2C5.2%2C14.2%2C1.75%2C1.75%2C0%2C0%2C1%2C4.77%2C13a1.77%2C1.77%2C0%2C0%2C1%2C.43-1.26%2C1.52%2C1.52%2C0%2C0%2C1%2C1.16-.45%2C1.58%2C1.58%2C0%2C0%2C1%2C1%2C.26%2C1.43%2C1.43%2C0%2C0%2C1%2C.51.79L7%2C12.43a.62.62%2C0%2C0%2C0-.2-.39.59.59%2C0%2C0%2C0-.4-.13.65.65%2C0%2C0%2C0-.52.22%2C1.15%2C1.15%2C0%2C0%2C0-.19.75A1.33%2C1.33%2C0%2C0%2C0%2C5.86%2C13.71Zm4.44-.2A.69.69%2C0%2C0%2C0%2C10%2C13.4%2C4.69%2C4.69%2C0%2C0%2C1%2C8.68%2C13a.84.84%2C0%2C0%2C1-.39-.74.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74L9%2C13.52a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C10.3%2C13.51Zm1.27-2.21h.91L13.09%2C13l.18.56.09-.28.09-.28.62-1.67H15l-1.3%2C3.27h-.78Zm5.87-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-dashboard-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.07 72.56' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eprevious lessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M18.64%2C20.93V1H89.07V48.51H40.37M37.25%2C15.23H70.46M37.25%2C23.82H70.46M37.25%2C32.74H70.46m-3.38%2C7.75%2C22%2C31.5M18.64%2C29.64a9.42%2C9.42%2C0%2C1%2C0%2C9.42%2C9.42A9.41%2C9.41%2C0%2C0%2C0%2C18.64%2C29.64ZM36.28%2C66.15A17.64%2C17.64%2C0%2C0%2C0%2C1%2C66.15' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-dashboard-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.07 72.56' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eprevious lessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M18.64%2C20.93V1H89.07V48.51H40.37M37.25%2C15.23H70.46M37.25%2C23.82H70.46M37.25%2C32.74H70.46m-3.38%2C7.75%2C22%2C31.5M18.64%2C29.64a9.42%2C9.42%2C0%2C1%2C0%2C9.42%2C9.42A9.41%2C9.41%2C0%2C0%2C0%2C18.64%2C29.64ZM36.28%2C66.15A17.64%2C17.64%2C0%2C0%2C0%2C1%2C66.15' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-dashboard-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.07 72.56' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eprevious lessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M18.64%2C20.93V1H89.07V48.51H40.37M37.25%2C15.23H70.46M37.25%2C23.82H70.46M37.25%2C32.74H70.46m-3.38%2C7.75%2C22%2C31.5M18.64%2C29.64a9.42%2C9.42%2C0%2C1%2C0%2C9.42%2C9.42A9.41%2C9.41%2C0%2C0%2C0%2C18.64%2C29.64ZM36.28%2C66.15A17.64%2C17.64%2C0%2C0%2C0%2C1%2C66.15' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-dashboard-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.07 72.56' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eprevious lessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M18.64%2C20.93V1H89.07V48.51H40.37M37.25%2C15.23H70.46M37.25%2C23.82H70.46M37.25%2C32.74H70.46m-3.38%2C7.75%2C22%2C31.5M18.64%2C29.64a9.42%2C9.42%2C0%2C1%2C0%2C9.42%2C9.42A9.41%2C9.41%2C0%2C0%2C0%2C18.64%2C29.64ZM36.28%2C66.15A17.64%2C17.64%2C0%2C0%2C0%2C1%2C66.15' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-dashboard-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.07 72.56' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eprevious lessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M18.64%2C20.93V1H89.07V48.51H40.37M37.25%2C15.23H70.46M37.25%2C23.82H70.46M37.25%2C32.74H70.46m-3.38%2C7.75%2C22%2C31.5M18.64%2C29.64a9.42%2C9.42%2C0%2C1%2C0%2C9.42%2C9.42A9.41%2C9.41%2C0%2C0%2C0%2C18.64%2C29.64ZM36.28%2C66.15A17.64%2C17.64%2C0%2C0%2C0%2C1%2C66.15' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-aulas:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.07 72.56' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eprevious lessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M18.64%2C20.93V1H89.07V48.51H40.37M37.25%2C15.23H70.46M37.25%2C23.82H70.46M37.25%2C32.74H70.46m-3.38%2C7.75%2C22%2C31.5M18.64%2C29.64a9.42%2C9.42%2C0%2C1%2C0%2C9.42%2C9.42A9.41%2C9.41%2C0%2C0%2C0%2C18.64%2C29.64ZM36.28%2C66.15A17.64%2C17.64%2C0%2C0%2C0%2C1%2C66.15' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-aulas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90.07 72.56' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eprevious lessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M18.64%2C20.93V1H89.07V48.51H40.37M37.25%2C15.23H70.46M37.25%2C23.82H70.46M37.25%2C32.74H70.46m-3.38%2C7.75%2C22%2C31.5M18.64%2C29.64a9.42%2C9.42%2C0%2C1%2C0%2C9.42%2C9.42A9.41%2C9.41%2C0%2C0%2C0%2C18.64%2C29.64ZM36.28%2C66.15A17.64%2C17.64%2C0%2C0%2C0%2C1%2C66.15' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-dashboard-calendario:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.47 61.79' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect x='1' y='7.93' width='59.47' height='52.86' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='1' y1='27.75' x2='60.47' y2='27.75' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='16.2' x2='16.2' y2='17.18' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='44.28' y1='0.33' x2='44.28' y2='17.51' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-dashboard-calendario:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.47 61.79' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect x='1' y='7.93' width='59.47' height='52.86' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='1' y1='27.75' x2='60.47' y2='27.75' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='16.2' x2='16.2' y2='17.18' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='44.28' y1='0.33' x2='44.28' y2='17.51' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-dashboard-calendario:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.47 61.79' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect x='1' y='7.93' width='59.47' height='52.86' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='1' y1='27.75' x2='60.47' y2='27.75' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='16.2' x2='16.2' y2='17.18' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='44.28' y1='0.33' x2='44.28' y2='17.51' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-dashboard-calendario:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.47 61.79' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect x='1' y='7.93' width='59.47' height='52.86' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='1' y1='27.75' x2='60.47' y2='27.75' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='16.2' x2='16.2' y2='17.18' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='44.28' y1='0.33' x2='44.28' y2='17.51' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-dashboard-calendario:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.47 61.79' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect x='1' y='7.93' width='59.47' height='52.86' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='1' y1='27.75' x2='60.47' y2='27.75' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='16.2' x2='16.2' y2='17.18' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='44.28' y1='0.33' x2='44.28' y2='17.51' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-calendario:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.47 61.79' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect x='1' y='7.93' width='59.47' height='52.86' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='1' y1='27.75' x2='60.47' y2='27.75' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='16.2' x2='16.2' y2='17.18' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='44.28' y1='0.33' x2='44.28' y2='17.51' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-calendario:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 61.47 61.79' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect x='1' y='7.93' width='59.47' height='52.86' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='1' y1='27.75' x2='60.47' y2='27.75' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='16.2' x2='16.2' y2='17.18' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cline x1='44.28' y1='0.33' x2='44.28' y2='17.51' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-dashboard-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.45 63.28' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Etotal subjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M51.45%2C1H5.32A4.31%2C4.31%2C0%2C0%2C0%2C1%2C5.32H1A4.33%2C4.33%2C0%2C0%2C0%2C5.37%2C9.64H51.45V62.28H6.31A5.31%2C5.31%2C0%2C0%2C1%2C1%2C57L1%2C5.65m7.2-.46H50.86' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-dashboard-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.45 63.28' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Etotal subjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M51.45%2C1H5.32A4.31%2C4.31%2C0%2C0%2C0%2C1%2C5.32H1A4.33%2C4.33%2C0%2C0%2C0%2C5.37%2C9.64H51.45V62.28H6.31A5.31%2C5.31%2C0%2C0%2C1%2C1%2C57L1%2C5.65m7.2-.46H50.86' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-dashboard-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.45 63.28' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Etotal subjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M51.45%2C1H5.32A4.31%2C4.31%2C0%2C0%2C0%2C1%2C5.32H1A4.33%2C4.33%2C0%2C0%2C0%2C5.37%2C9.64H51.45V62.28H6.31A5.31%2C5.31%2C0%2C0%2C1%2C1%2C57L1%2C5.65m7.2-.46H50.86' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-dashboard-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.45 63.28' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Etotal subjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M51.45%2C1H5.32A4.31%2C4.31%2C0%2C0%2C0%2C1%2C5.32H1A4.33%2C4.33%2C0%2C0%2C0%2C5.37%2C9.64H51.45V62.28H6.31A5.31%2C5.31%2C0%2C0%2C1%2C1%2C57L1%2C5.65m7.2-.46H50.86' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-dashboard-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.45 63.28' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Etotal subjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M51.45%2C1H5.32A4.31%2C4.31%2C0%2C0%2C0%2C1%2C5.32H1A4.33%2C4.33%2C0%2C0%2C0%2C5.37%2C9.64H51.45V62.28H6.31A5.31%2C5.31%2C0%2C0%2C1%2C1%2C57L1%2C5.65m7.2-.46H50.86' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-disciplinas:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.45 63.28' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Etotal subjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M51.45%2C1H5.32A4.31%2C4.31%2C0%2C0%2C0%2C1%2C5.32H1A4.33%2C4.33%2C0%2C0%2C0%2C5.37%2C9.64H51.45V62.28H6.31A5.31%2C5.31%2C0%2C0%2C1%2C1%2C57L1%2C5.65m7.2-.46H50.86' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.45 63.28' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Etotal subjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M51.45%2C1H5.32A4.31%2C4.31%2C0%2C0%2C0%2C1%2C5.32H1A4.33%2C4.33%2C0%2C0%2C0%2C5.37%2C9.64H51.45V62.28H6.31A5.31%2C5.31%2C0%2C0%2C1%2C1%2C57L1%2C5.65m7.2-.46H50.86' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-dashboard-eventos:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.06 84.09' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Enext events%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M75.06%2C83.09V9.16H1V83.09H75.06ZM1%2C25.72H75.06M25.24%2C0V18.18M50.82%2C0V18.18m-13%2C21.28v30.3M22.68%2C54.61H53' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-dashboard-eventos:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.06 84.09' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enext events%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M75.06%2C83.09V9.16H1V83.09H75.06ZM1%2C25.72H75.06M25.24%2C0V18.18M50.82%2C0V18.18m-13%2C21.28v30.3M22.68%2C54.61H53' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-dashboard-eventos:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.06 84.09' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Enext events%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M75.06%2C83.09V9.16H1V83.09H75.06ZM1%2C25.72H75.06M25.24%2C0V18.18M50.82%2C0V18.18m-13%2C21.28v30.3M22.68%2C54.61H53' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-dashboard-eventos:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.06 84.09' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enext events%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M75.06%2C83.09V9.16H1V83.09H75.06ZM1%2C25.72H75.06M25.24%2C0V18.18M50.82%2C0V18.18m-13%2C21.28v30.3M22.68%2C54.61H53' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-dashboard-eventos:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.06 84.09' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Enext events%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M75.06%2C83.09V9.16H1V83.09H75.06ZM1%2C25.72H75.06M25.24%2C0V18.18M50.82%2C0V18.18m-13%2C21.28v30.3M22.68%2C54.61H53' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-eventos:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.06 84.09' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Enext events%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M75.06%2C83.09V9.16H1V83.09H75.06ZM1%2C25.72H75.06M25.24%2C0V18.18M50.82%2C0V18.18m-13%2C21.28v30.3M22.68%2C54.61H53' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-eventos:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.06 84.09' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Enext events%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M75.06%2C83.09V9.16H1V83.09H75.06ZM1%2C25.72H75.06M25.24%2C0V18.18M50.82%2C0V18.18m-13%2C21.28v30.3M22.68%2C54.61H53' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-dashboard-tarefas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.55 57.5' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Emy tasks%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M13.23%2C7.11h0A6.12%2C6.12%2C0%2C0%2C0%2C7.11%2C1h0A6.12%2C6.12%2C0%2C0%2C0%2C1%2C7.11H1a6.12%2C6.12%2C0%2C0%2C0%2C6.11%2C6.12h0A6.12%2C6.12%2C0%2C0%2C0%2C13.23%2C7.11ZM7.11%2C34.86h0A6.11%2C6.11%2C0%2C0%2C1%2C1%2C28.75H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.12h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.12h0A6.11%2C6.11%2C0%2C0%2C1%2C7.11%2C34.86Zm0%2C21.64h0A6.12%2C6.12%2C0%2C0%2C1%2C1%2C50.38H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.11h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.11h0A6.12%2C6.12%2C0%2C0%2C1%2C7.11%2C56.5ZM23.58%2C28.28h48m-48-21.64h48m-48%2C43.27h48' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-dashboard-tarefas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.55 57.5' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Emy tasks%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M13.23%2C7.11h0A6.12%2C6.12%2C0%2C0%2C0%2C7.11%2C1h0A6.12%2C6.12%2C0%2C0%2C0%2C1%2C7.11H1a6.12%2C6.12%2C0%2C0%2C0%2C6.11%2C6.12h0A6.12%2C6.12%2C0%2C0%2C0%2C13.23%2C7.11ZM7.11%2C34.86h0A6.11%2C6.11%2C0%2C0%2C1%2C1%2C28.75H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.12h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.12h0A6.11%2C6.11%2C0%2C0%2C1%2C7.11%2C34.86Zm0%2C21.64h0A6.12%2C6.12%2C0%2C0%2C1%2C1%2C50.38H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.11h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.11h0A6.12%2C6.12%2C0%2C0%2C1%2C7.11%2C56.5ZM23.58%2C28.28h48m-48-21.64h48m-48%2C43.27h48' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-dashboard-tarefas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.55 57.5' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Emy tasks%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M13.23%2C7.11h0A6.12%2C6.12%2C0%2C0%2C0%2C7.11%2C1h0A6.12%2C6.12%2C0%2C0%2C0%2C1%2C7.11H1a6.12%2C6.12%2C0%2C0%2C0%2C6.11%2C6.12h0A6.12%2C6.12%2C0%2C0%2C0%2C13.23%2C7.11ZM7.11%2C34.86h0A6.11%2C6.11%2C0%2C0%2C1%2C1%2C28.75H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.12h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.12h0A6.11%2C6.11%2C0%2C0%2C1%2C7.11%2C34.86Zm0%2C21.64h0A6.12%2C6.12%2C0%2C0%2C1%2C1%2C50.38H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.11h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.11h0A6.12%2C6.12%2C0%2C0%2C1%2C7.11%2C56.5ZM23.58%2C28.28h48m-48-21.64h48m-48%2C43.27h48' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-dashboard-tarefas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.55 57.5' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Emy tasks%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M13.23%2C7.11h0A6.12%2C6.12%2C0%2C0%2C0%2C7.11%2C1h0A6.12%2C6.12%2C0%2C0%2C0%2C1%2C7.11H1a6.12%2C6.12%2C0%2C0%2C0%2C6.11%2C6.12h0A6.12%2C6.12%2C0%2C0%2C0%2C13.23%2C7.11ZM7.11%2C34.86h0A6.11%2C6.11%2C0%2C0%2C1%2C1%2C28.75H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.12h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.12h0A6.11%2C6.11%2C0%2C0%2C1%2C7.11%2C34.86Zm0%2C21.64h0A6.12%2C6.12%2C0%2C0%2C1%2C1%2C50.38H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.11h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.11h0A6.12%2C6.12%2C0%2C0%2C1%2C7.11%2C56.5ZM23.58%2C28.28h48m-48-21.64h48m-48%2C43.27h48' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-dashboard-tarefas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.55 57.5' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Emy tasks%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M13.23%2C7.11h0A6.12%2C6.12%2C0%2C0%2C0%2C7.11%2C1h0A6.12%2C6.12%2C0%2C0%2C0%2C1%2C7.11H1a6.12%2C6.12%2C0%2C0%2C0%2C6.11%2C6.12h0A6.12%2C6.12%2C0%2C0%2C0%2C13.23%2C7.11ZM7.11%2C34.86h0A6.11%2C6.11%2C0%2C0%2C1%2C1%2C28.75H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.12h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.12h0A6.11%2C6.11%2C0%2C0%2C1%2C7.11%2C34.86Zm0%2C21.64h0A6.12%2C6.12%2C0%2C0%2C1%2C1%2C50.38H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.11h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.11h0A6.12%2C6.12%2C0%2C0%2C1%2C7.11%2C56.5ZM23.58%2C28.28h48m-48-21.64h48m-48%2C43.27h48' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-tarefas:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.55 57.5' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Emy tasks%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M13.23%2C7.11h0A6.12%2C6.12%2C0%2C0%2C0%2C7.11%2C1h0A6.12%2C6.12%2C0%2C0%2C0%2C1%2C7.11H1a6.12%2C6.12%2C0%2C0%2C0%2C6.11%2C6.12h0A6.12%2C6.12%2C0%2C0%2C0%2C13.23%2C7.11ZM7.11%2C34.86h0A6.11%2C6.11%2C0%2C0%2C1%2C1%2C28.75H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.12h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.12h0A6.11%2C6.11%2C0%2C0%2C1%2C7.11%2C34.86Zm0%2C21.64h0A6.12%2C6.12%2C0%2C0%2C1%2C1%2C50.38H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.11h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.11h0A6.12%2C6.12%2C0%2C0%2C1%2C7.11%2C56.5ZM23.58%2C28.28h48m-48-21.64h48m-48%2C43.27h48' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-tarefas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71.55 57.5' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Emy tasks%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M13.23%2C7.11h0A6.12%2C6.12%2C0%2C0%2C0%2C7.11%2C1h0A6.12%2C6.12%2C0%2C0%2C0%2C1%2C7.11H1a6.12%2C6.12%2C0%2C0%2C0%2C6.11%2C6.12h0A6.12%2C6.12%2C0%2C0%2C0%2C13.23%2C7.11ZM7.11%2C34.86h0A6.11%2C6.11%2C0%2C0%2C1%2C1%2C28.75H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.12h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.12h0A6.11%2C6.11%2C0%2C0%2C1%2C7.11%2C34.86Zm0%2C21.64h0A6.12%2C6.12%2C0%2C0%2C1%2C1%2C50.38H1a6.12%2C6.12%2C0%2C0%2C1%2C6.11-6.11h0a6.12%2C6.12%2C0%2C0%2C1%2C6.12%2C6.11h0A6.12%2C6.12%2C0%2C0%2C1%2C7.11%2C56.5ZM23.58%2C28.28h48m-48-21.64h48m-48%2C43.27h48' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-dashboard-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.42 66.52' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='15.22' cy='8.59' r='7.59' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C30.43a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='54.03' cy='9.08' r='7.59' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M39.82%2C30.92a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='16.39' cy='44.19' r='7.59' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M2.17%2C66a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='55.21' cy='44.68' r='7.59' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M41%2C66.52a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-dashboard-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.42 66.52' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='15.22' cy='8.59' r='7.59' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C30.43a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='54.03' cy='9.08' r='7.59' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M39.82%2C30.92a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='16.39' cy='44.19' r='7.59' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M2.17%2C66a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='55.21' cy='44.68' r='7.59' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M41%2C66.52a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-dashboard-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.42 66.52' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='15.22' cy='8.59' r='7.59' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C30.43a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='54.03' cy='9.08' r='7.59' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M39.82%2C30.92a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='16.39' cy='44.19' r='7.59' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M2.17%2C66a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='55.21' cy='44.68' r='7.59' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M41%2C66.52a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-dashboard-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.42 66.52' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='15.22' cy='8.59' r='7.59' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C30.43a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='54.03' cy='9.08' r='7.59' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M39.82%2C30.92a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='16.39' cy='44.19' r='7.59' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M2.17%2C66a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='55.21' cy='44.68' r='7.59' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M41%2C66.52a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-dashboard-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.42 66.52' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='15.22' cy='8.59' r='7.59' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C30.43a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='54.03' cy='9.08' r='7.59' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M39.82%2C30.92a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='16.39' cy='44.19' r='7.59' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M2.17%2C66a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='55.21' cy='44.68' r='7.59' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M41%2C66.52a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-turmas:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.42 66.52' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='15.22' cy='8.59' r='7.59' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C30.43a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='54.03' cy='9.08' r='7.59' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M39.82%2C30.92a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='16.39' cy='44.19' r='7.59' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M2.17%2C66a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='55.21' cy='44.68' r='7.59' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M41%2C66.52a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-dashboard-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70.42 66.52' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='15.22' cy='8.59' r='7.59' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C30.43a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='54.03' cy='9.08' r='7.59' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M39.82%2C30.92a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='16.39' cy='44.19' r='7.59' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M2.17%2C66a14.22%2C14.22%2C0%2C0%2C1%2C28.44%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='55.21' cy='44.68' r='7.59' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M41%2C66.52a14.22%2C14.22%2C0%2C1%2C1%2C28.43%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-deletar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.96 57.96' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Edeletar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' d='M29%2C1A28%2C28%2C0%2C1%2C1%2C1%2C29%2C28%2C28%2C0%2C0%2C1%2C29%2C1ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16M1%2C29A28%2C28%2C0%2C1%2C0%2C29%2C1%2C28%2C28%2C0%2C0%2C0%2C1%2C29ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-deletar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.96 57.96' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edeletar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M29%2C1A28%2C28%2C0%2C1%2C1%2C1%2C29%2C28%2C28%2C0%2C0%2C1%2C29%2C1ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16M1%2C29A28%2C28%2C0%2C1%2C0%2C29%2C1%2C28%2C28%2C0%2C0%2C0%2C1%2C29ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-deletar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.96 57.96' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Edeletar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' d='M29%2C1A28%2C28%2C0%2C1%2C1%2C1%2C29%2C28%2C28%2C0%2C0%2C1%2C29%2C1ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16M1%2C29A28%2C28%2C0%2C1%2C0%2C29%2C1%2C28%2C28%2C0%2C0%2C0%2C1%2C29ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-deletar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.96 57.96' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edeletar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M29%2C1A28%2C28%2C0%2C1%2C1%2C1%2C29%2C28%2C28%2C0%2C0%2C1%2C29%2C1ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16M1%2C29A28%2C28%2C0%2C1%2C0%2C29%2C1%2C28%2C28%2C0%2C0%2C0%2C1%2C29ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-deletar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.96 57.96' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Edeletar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' d='M29%2C1A28%2C28%2C0%2C1%2C1%2C1%2C29%2C28%2C28%2C0%2C0%2C1%2C29%2C1ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16M1%2C29A28%2C28%2C0%2C1%2C0%2C29%2C1%2C28%2C28%2C0%2C0%2C0%2C1%2C29ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-deletar-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.96 57.96' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edeletar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M29%2C1A28%2C28%2C0%2C1%2C1%2C1%2C29%2C28%2C28%2C0%2C0%2C1%2C29%2C1ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16M1%2C29A28%2C28%2C0%2C1%2C0%2C29%2C1%2C28%2C28%2C0%2C0%2C0%2C1%2C29ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-deletar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57.96 57.96' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edeletar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M29%2C1A28%2C28%2C0%2C1%2C1%2C1%2C29%2C28%2C28%2C0%2C0%2C1%2C29%2C1ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16M1%2C29A28%2C28%2C0%2C1%2C0%2C29%2C1%2C28%2C28%2C0%2C0%2C0%2C1%2C29ZM33%2C13.62h-8.1v3.44H33ZM16.24%2C17.06H41.72M37.49%2C41.18l2-21.2h-21l1%2C21A3.49%2C3.49%2C0%2C0%2C0%2C23%2C44.34H34A3.48%2C3.48%2C0%2C0%2C0%2C37.49%2C41.18Zm-11.69-17v16m5.76-16v16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.58 30.65' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Esubjects lists%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.58%2C1H3A2%2C2%2C0%2C0%2C0%2C1%2C3H1A2%2C2%2C0%2C0%2C0%2C3%2C5H24.58V29.65H3.48A2.49%2C2.49%2C0%2C0%2C1%2C1%2C27.16v-24' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.58 30.65' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Esubjects lists%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.58%2C1H3A2%2C2%2C0%2C0%2C0%2C1%2C3H1A2%2C2%2C0%2C0%2C0%2C3%2C5H24.58V29.65H3.48A2.49%2C2.49%2C0%2C0%2C1%2C1%2C27.16v-24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.58 30.65' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Esubjects lists%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.58%2C1H3A2%2C2%2C0%2C0%2C0%2C1%2C3H1A2%2C2%2C0%2C0%2C0%2C3%2C5H24.58V29.65H3.48A2.49%2C2.49%2C0%2C0%2C1%2C1%2C27.16v-24' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.58 30.65' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Esubjects lists%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.58%2C1H3A2%2C2%2C0%2C0%2C0%2C1%2C3H1A2%2C2%2C0%2C0%2C0%2C3%2C5H24.58V29.65H3.48A2.49%2C2.49%2C0%2C0%2C1%2C1%2C27.16v-24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.58 30.65' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Esubjects lists%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.58%2C1H3A2%2C2%2C0%2C0%2C0%2C1%2C3H1A2%2C2%2C0%2C0%2C0%2C3%2C5H24.58V29.65H3.48A2.49%2C2.49%2C0%2C0%2C1%2C1%2C27.16v-24' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-disciplinas:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.58 30.65' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Esubjects lists%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.58%2C1H3A2%2C2%2C0%2C0%2C0%2C1%2C3H1A2%2C2%2C0%2C0%2C0%2C3%2C5H24.58V29.65H3.48A2.49%2C2.49%2C0%2C0%2C1%2C1%2C27.16v-24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-disciplinas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.58 30.65' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Esubjects lists%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.58%2C1H3A2%2C2%2C0%2C0%2C0%2C1%2C3H1A2%2C2%2C0%2C0%2C0%2C3%2C5H24.58V29.65H3.48A2.49%2C2.49%2C0%2C0%2C1%2C1%2C27.16v-24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-art:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eartes%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM21.89%2C28.93%2C35.59%2C14a.93.93%2C0%2C0%2C0%2C0-1.28h0a.93.93%2C0%2C0%2C0-1.28%2C0L19.34%2C26.38A1.8%2C1.8%2C0%2C0%2C0%2C19.28%2C29h0A1.8%2C1.8%2C0%2C0%2C0%2C21.89%2C28.93Zm-5.34%2C5.15c2.11-1%2C1.67-2.44.86-3.25h0c-.82-.82-2.42-1.08-3.26.85L12.8%2C35.43Zm6-5.88-2.49-2.5m10%2C1.21a2.4%2C2.4%2C0%2C1%2C0%2C3.1-1.38A2.39%2C2.39%2C0%2C0%2C0%2C30.06%2C26.91Zm-5-16.61a13.81%2C13.81%2C0%2C0%2C0-11.12%2C22m1.87%2C2.06a13.75%2C13.75%2C0%2C0%2C0%2C9.25%2C3.55c7.62%2C0%2C14.79-6.89%2C13.8-13.8-1-5.61-5.36-.57-7.74-2.34a4.63%2C4.63%2C0%2C0%2C1-1.25-1.39m-1.05-2.68c-.3-3.49%2C1.24-7.2-3.76-7.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-art:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eartes%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM21.89%2C28.93%2C35.59%2C14a.93.93%2C0%2C0%2C0%2C0-1.28h0a.93.93%2C0%2C0%2C0-1.28%2C0L19.34%2C26.38A1.8%2C1.8%2C0%2C0%2C0%2C19.28%2C29h0A1.8%2C1.8%2C0%2C0%2C0%2C21.89%2C28.93Zm-5.34%2C5.15c2.11-1%2C1.67-2.44.86-3.25h0c-.82-.82-2.42-1.08-3.26.85L12.8%2C35.43Zm6-5.88-2.49-2.5m10%2C1.21a2.4%2C2.4%2C0%2C1%2C0%2C3.1-1.38A2.39%2C2.39%2C0%2C0%2C0%2C30.06%2C26.91Zm-5-16.61a13.81%2C13.81%2C0%2C0%2C0-11.12%2C22m1.87%2C2.06a13.75%2C13.75%2C0%2C0%2C0%2C9.25%2C3.55c7.62%2C0%2C14.79-6.89%2C13.8-13.8-1-5.61-5.36-.57-7.74-2.34a4.63%2C4.63%2C0%2C0%2C1-1.25-1.39m-1.05-2.68c-.3-3.49%2C1.24-7.2-3.76-7.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-art:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eartes%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM21.89%2C28.93%2C35.59%2C14a.93.93%2C0%2C0%2C0%2C0-1.28h0a.93.93%2C0%2C0%2C0-1.28%2C0L19.34%2C26.38A1.8%2C1.8%2C0%2C0%2C0%2C19.28%2C29h0A1.8%2C1.8%2C0%2C0%2C0%2C21.89%2C28.93Zm-5.34%2C5.15c2.11-1%2C1.67-2.44.86-3.25h0c-.82-.82-2.42-1.08-3.26.85L12.8%2C35.43Zm6-5.88-2.49-2.5m10%2C1.21a2.4%2C2.4%2C0%2C1%2C0%2C3.1-1.38A2.39%2C2.39%2C0%2C0%2C0%2C30.06%2C26.91Zm-5-16.61a13.81%2C13.81%2C0%2C0%2C0-11.12%2C22m1.87%2C2.06a13.75%2C13.75%2C0%2C0%2C0%2C9.25%2C3.55c7.62%2C0%2C14.79-6.89%2C13.8-13.8-1-5.61-5.36-.57-7.74-2.34a4.63%2C4.63%2C0%2C0%2C1-1.25-1.39m-1.05-2.68c-.3-3.49%2C1.24-7.2-3.76-7.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-art:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eartes%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM21.89%2C28.93%2C35.59%2C14a.93.93%2C0%2C0%2C0%2C0-1.28h0a.93.93%2C0%2C0%2C0-1.28%2C0L19.34%2C26.38A1.8%2C1.8%2C0%2C0%2C0%2C19.28%2C29h0A1.8%2C1.8%2C0%2C0%2C0%2C21.89%2C28.93Zm-5.34%2C5.15c2.11-1%2C1.67-2.44.86-3.25h0c-.82-.82-2.42-1.08-3.26.85L12.8%2C35.43Zm6-5.88-2.49-2.5m10%2C1.21a2.4%2C2.4%2C0%2C1%2C0%2C3.1-1.38A2.39%2C2.39%2C0%2C0%2C0%2C30.06%2C26.91Zm-5-16.61a13.81%2C13.81%2C0%2C0%2C0-11.12%2C22m1.87%2C2.06a13.75%2C13.75%2C0%2C0%2C0%2C9.25%2C3.55c7.62%2C0%2C14.79-6.89%2C13.8-13.8-1-5.61-5.36-.57-7.74-2.34a4.63%2C4.63%2C0%2C0%2C1-1.25-1.39m-1.05-2.68c-.3-3.49%2C1.24-7.2-3.76-7.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-art:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eartes%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM21.89%2C28.93%2C35.59%2C14a.93.93%2C0%2C0%2C0%2C0-1.28h0a.93.93%2C0%2C0%2C0-1.28%2C0L19.34%2C26.38A1.8%2C1.8%2C0%2C0%2C0%2C19.28%2C29h0A1.8%2C1.8%2C0%2C0%2C0%2C21.89%2C28.93Zm-5.34%2C5.15c2.11-1%2C1.67-2.44.86-3.25h0c-.82-.82-2.42-1.08-3.26.85L12.8%2C35.43Zm6-5.88-2.49-2.5m10%2C1.21a2.4%2C2.4%2C0%2C1%2C0%2C3.1-1.38A2.39%2C2.39%2C0%2C0%2C0%2C30.06%2C26.91Zm-5-16.61a13.81%2C13.81%2C0%2C0%2C0-11.12%2C22m1.87%2C2.06a13.75%2C13.75%2C0%2C0%2C0%2C9.25%2C3.55c7.62%2C0%2C14.79-6.89%2C13.8-13.8-1-5.61-5.36-.57-7.74-2.34a4.63%2C4.63%2C0%2C0%2C1-1.25-1.39m-1.05-2.68c-.3-3.49%2C1.24-7.2-3.76-7.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-art:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eartes%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM21.89%2C28.93%2C35.59%2C14a.93.93%2C0%2C0%2C0%2C0-1.28h0a.93.93%2C0%2C0%2C0-1.28%2C0L19.34%2C26.38A1.8%2C1.8%2C0%2C0%2C0%2C19.28%2C29h0A1.8%2C1.8%2C0%2C0%2C0%2C21.89%2C28.93Zm-5.34%2C5.15c2.11-1%2C1.67-2.44.86-3.25h0c-.82-.82-2.42-1.08-3.26.85L12.8%2C35.43Zm6-5.88-2.49-2.5m10%2C1.21a2.4%2C2.4%2C0%2C1%2C0%2C3.1-1.38A2.39%2C2.39%2C0%2C0%2C0%2C30.06%2C26.91Zm-5-16.61a13.81%2C13.81%2C0%2C0%2C0-11.12%2C22m1.87%2C2.06a13.75%2C13.75%2C0%2C0%2C0%2C9.25%2C3.55c7.62%2C0%2C14.79-6.89%2C13.8-13.8-1-5.61-5.36-.57-7.74-2.34a4.63%2C4.63%2C0%2C0%2C1-1.25-1.39m-1.05-2.68c-.3-3.49%2C1.24-7.2-3.76-7.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-art:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eartes%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM21.89%2C28.93%2C35.59%2C14a.93.93%2C0%2C0%2C0%2C0-1.28h0a.93.93%2C0%2C0%2C0-1.28%2C0L19.34%2C26.38A1.8%2C1.8%2C0%2C0%2C0%2C19.28%2C29h0A1.8%2C1.8%2C0%2C0%2C0%2C21.89%2C28.93Zm-5.34%2C5.15c2.11-1%2C1.67-2.44.86-3.25h0c-.82-.82-2.42-1.08-3.26.85L12.8%2C35.43Zm6-5.88-2.49-2.5m10%2C1.21a2.4%2C2.4%2C0%2C1%2C0%2C3.1-1.38A2.39%2C2.39%2C0%2C0%2C0%2C30.06%2C26.91Zm-5-16.61a13.81%2C13.81%2C0%2C0%2C0-11.12%2C22m1.87%2C2.06a13.75%2C13.75%2C0%2C0%2C0%2C9.25%2C3.55c7.62%2C0%2C14.79-6.89%2C13.8-13.8-1-5.61-5.36-.57-7.74-2.34a4.63%2C4.63%2C0%2C0%2C1-1.25-1.39m-1.05-2.68c-.3-3.49%2C1.24-7.2-3.76-7.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-bio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ebiologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-6.93%2C7.59L38.47%2C29c-3.37-3.37-8.31-4.88-13.74-4.21h0c-5.43.67-10.37-.84-13.74-4.2L8.35%2C17.93M17.88%2C8.4%2C20.52%2C11c3.37%2C3.37%2C4.88%2C8.31%2C4.21%2C13.74h0c-.67%2C5.43.84%2C10.37%2C4.21%2C13.74L32%2C41.63M19.8%2C10.27l-9.54%2C9.54m12.3-6.35-9.1%2C9.12m4.11%2C1.83%2C6.83-6.83m5.15%2C21.55%2C9.53-9.53M26.79%2C36l9.09-9.12M31.77%2C25%2C25%2C31.82'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-bio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ebiologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-6.93%2C7.59L38.47%2C29c-3.37-3.37-8.31-4.88-13.74-4.21h0c-5.43.67-10.37-.84-13.74-4.2L8.35%2C17.93M17.88%2C8.4%2C20.52%2C11c3.37%2C3.37%2C4.88%2C8.31%2C4.21%2C13.74h0c-.67%2C5.43.84%2C10.37%2C4.21%2C13.74L32%2C41.63M19.8%2C10.27l-9.54%2C9.54m12.3-6.35-9.1%2C9.12m4.11%2C1.83%2C6.83-6.83m5.15%2C21.55%2C9.53-9.53M26.79%2C36l9.09-9.12M31.77%2C25%2C25%2C31.82'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-bio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ebiologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-6.93%2C7.59L38.47%2C29c-3.37-3.37-8.31-4.88-13.74-4.21h0c-5.43.67-10.37-.84-13.74-4.2L8.35%2C17.93M17.88%2C8.4%2C20.52%2C11c3.37%2C3.37%2C4.88%2C8.31%2C4.21%2C13.74h0c-.67%2C5.43.84%2C10.37%2C4.21%2C13.74L32%2C41.63M19.8%2C10.27l-9.54%2C9.54m12.3-6.35-9.1%2C9.12m4.11%2C1.83%2C6.83-6.83m5.15%2C21.55%2C9.53-9.53M26.79%2C36l9.09-9.12M31.77%2C25%2C25%2C31.82'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-bio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ebiologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-6.93%2C7.59L38.47%2C29c-3.37-3.37-8.31-4.88-13.74-4.21h0c-5.43.67-10.37-.84-13.74-4.2L8.35%2C17.93M17.88%2C8.4%2C20.52%2C11c3.37%2C3.37%2C4.88%2C8.31%2C4.21%2C13.74h0c-.67%2C5.43.84%2C10.37%2C4.21%2C13.74L32%2C41.63M19.8%2C10.27l-9.54%2C9.54m12.3-6.35-9.1%2C9.12m4.11%2C1.83%2C6.83-6.83m5.15%2C21.55%2C9.53-9.53M26.79%2C36l9.09-9.12M31.77%2C25%2C25%2C31.82'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-bio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ebiologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-6.93%2C7.59L38.47%2C29c-3.37-3.37-8.31-4.88-13.74-4.21h0c-5.43.67-10.37-.84-13.74-4.2L8.35%2C17.93M17.88%2C8.4%2C20.52%2C11c3.37%2C3.37%2C4.88%2C8.31%2C4.21%2C13.74h0c-.67%2C5.43.84%2C10.37%2C4.21%2C13.74L32%2C41.63M19.8%2C10.27l-9.54%2C9.54m12.3-6.35-9.1%2C9.12m4.11%2C1.83%2C6.83-6.83m5.15%2C21.55%2C9.53-9.53M26.79%2C36l9.09-9.12M31.77%2C25%2C25%2C31.82'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-bio:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ebiologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-6.93%2C7.59L38.47%2C29c-3.37-3.37-8.31-4.88-13.74-4.21h0c-5.43.67-10.37-.84-13.74-4.2L8.35%2C17.93M17.88%2C8.4%2C20.52%2C11c3.37%2C3.37%2C4.88%2C8.31%2C4.21%2C13.74h0c-.67%2C5.43.84%2C10.37%2C4.21%2C13.74L32%2C41.63M19.8%2C10.27l-9.54%2C9.54m12.3-6.35-9.1%2C9.12m4.11%2C1.83%2C6.83-6.83m5.15%2C21.55%2C9.53-9.53M26.79%2C36l9.09-9.12M31.77%2C25%2C25%2C31.82'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-bio:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ebiologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-6.93%2C7.59L38.47%2C29c-3.37-3.37-8.31-4.88-13.74-4.21h0c-5.43.67-10.37-.84-13.74-4.2L8.35%2C17.93M17.88%2C8.4%2C20.52%2C11c3.37%2C3.37%2C4.88%2C8.31%2C4.21%2C13.74h0c-.67%2C5.43.84%2C10.37%2C4.21%2C13.74L32%2C41.63M19.8%2C10.27l-9.54%2C9.54m12.3-6.35-9.1%2C9.12m4.11%2C1.83%2C6.83-6.83m5.15%2C21.55%2C9.53-9.53M26.79%2C36l9.09-9.12M31.77%2C25%2C25%2C31.82'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-cie:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eciencias%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C7.33A11.73%2C11.73%2C0%2C0%2C0%2C12.77%2C20.11h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C31.83Zm0-7.59h0A11.73%2C11.73%2C0%2C0%2C0%2C36.23%2C12.51h0m0%2C0h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C24.24h0m0-11.31V38.84'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-cie:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eciencias%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C7.33A11.73%2C11.73%2C0%2C0%2C0%2C12.77%2C20.11h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C31.83Zm0-7.59h0A11.73%2C11.73%2C0%2C0%2C0%2C36.23%2C12.51h0m0%2C0h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C24.24h0m0-11.31V38.84'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-cie:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eciencias%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C7.33A11.73%2C11.73%2C0%2C0%2C0%2C12.77%2C20.11h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C31.83Zm0-7.59h0A11.73%2C11.73%2C0%2C0%2C0%2C36.23%2C12.51h0m0%2C0h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C24.24h0m0-11.31V38.84'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-cie:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eciencias%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C7.33A11.73%2C11.73%2C0%2C0%2C0%2C12.77%2C20.11h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C31.83Zm0-7.59h0A11.73%2C11.73%2C0%2C0%2C0%2C36.23%2C12.51h0m0%2C0h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C24.24h0m0-11.31V38.84'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-cie:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eciencias%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C7.33A11.73%2C11.73%2C0%2C0%2C0%2C12.77%2C20.11h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C31.83Zm0-7.59h0A11.73%2C11.73%2C0%2C0%2C0%2C36.23%2C12.51h0m0%2C0h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C24.24h0m0-11.31V38.84'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-cie:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eciencias%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C7.33A11.73%2C11.73%2C0%2C0%2C0%2C12.77%2C20.11h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C31.83Zm0-7.59h0A11.73%2C11.73%2C0%2C0%2C0%2C36.23%2C12.51h0m0%2C0h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C24.24h0m0-11.31V38.84'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-cie:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eciencias%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C7.33A11.73%2C11.73%2C0%2C0%2C0%2C12.77%2C20.11h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C31.83Zm0-7.59h0A11.73%2C11.73%2C0%2C0%2C0%2C36.23%2C12.51h0m0%2C0h0A11.73%2C11.73%2C0%2C0%2C0%2C24.5%2C24.24h0m0-11.31V38.84'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-default:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.6 52.6' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Edisciplina_default%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath d='M52.1%2C26.3A25.8%2C25.8%2C0%2C1%2C1%2C26.3.5h0A25.86%2C25.86%2C0%2C0%2C1%2C52.1%2C26.3ZM14%2C13V38.6a2.61%2C2.61%2C0%2C0%2C0%2C2.7%2C2.6H39.2V15H16.1a2.14%2C2.14%2C0%2C0%2C1-2.2-2.1h0A2.11%2C2.11%2C0%2C0%2C1%2C16%2C10.8H39m-21.4%2C2H38.8' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-default:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.6 52.6' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edisciplina_default%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath d='M52.1%2C26.3A25.8%2C25.8%2C0%2C1%2C1%2C26.3.5h0A25.86%2C25.86%2C0%2C0%2C1%2C52.1%2C26.3ZM14%2C13V38.6a2.61%2C2.61%2C0%2C0%2C0%2C2.7%2C2.6H39.2V15H16.1a2.14%2C2.14%2C0%2C0%2C1-2.2-2.1h0A2.11%2C2.11%2C0%2C0%2C1%2C16%2C10.8H39m-21.4%2C2H38.8' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-default:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.6 52.6' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Edisciplina_default%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath d='M52.1%2C26.3A25.8%2C25.8%2C0%2C1%2C1%2C26.3.5h0A25.86%2C25.86%2C0%2C0%2C1%2C52.1%2C26.3ZM14%2C13V38.6a2.61%2C2.61%2C0%2C0%2C0%2C2.7%2C2.6H39.2V15H16.1a2.14%2C2.14%2C0%2C0%2C1-2.2-2.1h0A2.11%2C2.11%2C0%2C0%2C1%2C16%2C10.8H39m-21.4%2C2H38.8' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-default:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.6 52.6' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edisciplina_default%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath d='M52.1%2C26.3A25.8%2C25.8%2C0%2C1%2C1%2C26.3.5h0A25.86%2C25.86%2C0%2C0%2C1%2C52.1%2C26.3ZM14%2C13V38.6a2.61%2C2.61%2C0%2C0%2C0%2C2.7%2C2.6H39.2V15H16.1a2.14%2C2.14%2C0%2C0%2C1-2.2-2.1h0A2.11%2C2.11%2C0%2C0%2C1%2C16%2C10.8H39m-21.4%2C2H38.8' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-default:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.6 52.6' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Edisciplina_default%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath d='M52.1%2C26.3A25.8%2C25.8%2C0%2C1%2C1%2C26.3.5h0A25.86%2C25.86%2C0%2C0%2C1%2C52.1%2C26.3ZM14%2C13V38.6a2.61%2C2.61%2C0%2C0%2C0%2C2.7%2C2.6H39.2V15H16.1a2.14%2C2.14%2C0%2C0%2C1-2.2-2.1h0A2.11%2C2.11%2C0%2C0%2C1%2C16%2C10.8H39m-21.4%2C2H38.8' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-default:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.6 52.6' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edisciplina_default%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath d='M52.1%2C26.3A25.8%2C25.8%2C0%2C1%2C1%2C26.3.5h0A25.86%2C25.86%2C0%2C0%2C1%2C52.1%2C26.3ZM14%2C13V38.6a2.61%2C2.61%2C0%2C0%2C0%2C2.7%2C2.6H39.2V15H16.1a2.14%2C2.14%2C0%2C0%2C1-2.2-2.1h0A2.11%2C2.11%2C0%2C0%2C1%2C16%2C10.8H39m-21.4%2C2H38.8' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-default:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.6 52.6' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edisciplina_default%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath d='M52.1%2C26.3A25.8%2C25.8%2C0%2C1%2C1%2C26.3.5h0A25.86%2C25.86%2C0%2C0%2C1%2C52.1%2C26.3ZM14%2C13V38.6a2.61%2C2.61%2C0%2C0%2C0%2C2.7%2C2.6H39.2V15H16.1a2.14%2C2.14%2C0%2C0%2C1-2.2-2.1h0A2.11%2C2.11%2C0%2C0%2C1%2C16%2C10.8H39m-21.4%2C2H38.8' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-edu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eeduca%26%23xE7%3B%26%23xE3%3Bo fisica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36%2C13a16.24%2C16.24%2C0%2C1%2C0%2C0%2C23A16.22%2C16.22%2C0%2C0%2C0%2C36%2C13ZM13%2C13%2C36%2C36m0-23L13%2C36m-5-12A13.4%2C13.4%2C0%2C0%2C0%2C24%2C8.06M40.74%2C24.8A13.4%2C13.4%2C0%2C0%2C0%2C24.8%2C40.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-edu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eeduca%26%23xE7%3B%26%23xE3%3Bo fisica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36%2C13a16.24%2C16.24%2C0%2C1%2C0%2C0%2C23A16.22%2C16.22%2C0%2C0%2C0%2C36%2C13ZM13%2C13%2C36%2C36m0-23L13%2C36m-5-12A13.4%2C13.4%2C0%2C0%2C0%2C24%2C8.06M40.74%2C24.8A13.4%2C13.4%2C0%2C0%2C0%2C24.8%2C40.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-edu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eeduca%26%23xE7%3B%26%23xE3%3Bo fisica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36%2C13a16.24%2C16.24%2C0%2C1%2C0%2C0%2C23A16.22%2C16.22%2C0%2C0%2C0%2C36%2C13ZM13%2C13%2C36%2C36m0-23L13%2C36m-5-12A13.4%2C13.4%2C0%2C0%2C0%2C24%2C8.06M40.74%2C24.8A13.4%2C13.4%2C0%2C0%2C0%2C24.8%2C40.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-edu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eeduca%26%23xE7%3B%26%23xE3%3Bo fisica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36%2C13a16.24%2C16.24%2C0%2C1%2C0%2C0%2C23A16.22%2C16.22%2C0%2C0%2C0%2C36%2C13ZM13%2C13%2C36%2C36m0-23L13%2C36m-5-12A13.4%2C13.4%2C0%2C0%2C0%2C24%2C8.06M40.74%2C24.8A13.4%2C13.4%2C0%2C0%2C0%2C24.8%2C40.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-edu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eeduca%26%23xE7%3B%26%23xE3%3Bo fisica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36%2C13a16.24%2C16.24%2C0%2C1%2C0%2C0%2C23A16.22%2C16.22%2C0%2C0%2C0%2C36%2C13ZM13%2C13%2C36%2C36m0-23L13%2C36m-5-12A13.4%2C13.4%2C0%2C0%2C0%2C24%2C8.06M40.74%2C24.8A13.4%2C13.4%2C0%2C0%2C0%2C24.8%2C40.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-edu:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eeduca%26%23xE7%3B%26%23xE3%3Bo fisica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36%2C13a16.24%2C16.24%2C0%2C1%2C0%2C0%2C23A16.22%2C16.22%2C0%2C0%2C0%2C36%2C13ZM13%2C13%2C36%2C36m0-23L13%2C36m-5-12A13.4%2C13.4%2C0%2C0%2C0%2C24%2C8.06M40.74%2C24.8A13.4%2C13.4%2C0%2C0%2C0%2C24.8%2C40.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-edu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eeduca%26%23xE7%3B%26%23xE3%3Bo fisica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36%2C13a16.24%2C16.24%2C0%2C1%2C0%2C0%2C23A16.22%2C16.22%2C0%2C0%2C0%2C36%2C13ZM13%2C13%2C36%2C36m0-23L13%2C36m-5-12A13.4%2C13.4%2C0%2C0%2C0%2C24%2C8.06M40.74%2C24.8A13.4%2C13.4%2C0%2C0%2C0%2C24.8%2C40.73'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-est:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Elingua estrangeira%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-7.62-9.75H8.12v19.5H40.88Zm-15%2C19.5v-8.2h15V23.37h-15V14.75m-2.68%2C0v8.62h-15v2.68h15v8.2m2.68-8.2%2C15%2C8.2m-15-10.88%2C15-8.62H8.12l15%2C8.62m0%2C2.68-15%2C8.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-est:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elingua estrangeira%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-7.62-9.75H8.12v19.5H40.88Zm-15%2C19.5v-8.2h15V23.37h-15V14.75m-2.68%2C0v8.62h-15v2.68h15v8.2m2.68-8.2%2C15%2C8.2m-15-10.88%2C15-8.62H8.12l15%2C8.62m0%2C2.68-15%2C8.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-est:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Elingua estrangeira%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-7.62-9.75H8.12v19.5H40.88Zm-15%2C19.5v-8.2h15V23.37h-15V14.75m-2.68%2C0v8.62h-15v2.68h15v8.2m2.68-8.2%2C15%2C8.2m-15-10.88%2C15-8.62H8.12l15%2C8.62m0%2C2.68-15%2C8.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-est:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elingua estrangeira%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-7.62-9.75H8.12v19.5H40.88Zm-15%2C19.5v-8.2h15V23.37h-15V14.75m-2.68%2C0v8.62h-15v2.68h15v8.2m2.68-8.2%2C15%2C8.2m-15-10.88%2C15-8.62H8.12l15%2C8.62m0%2C2.68-15%2C8.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-est:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Elingua estrangeira%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-7.62-9.75H8.12v19.5H40.88Zm-15%2C19.5v-8.2h15V23.37h-15V14.75m-2.68%2C0v8.62h-15v2.68h15v8.2m2.68-8.2%2C15%2C8.2m-15-10.88%2C15-8.62H8.12l15%2C8.62m0%2C2.68-15%2C8.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-est:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elingua estrangeira%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-7.62-9.75H8.12v19.5H40.88Zm-15%2C19.5v-8.2h15V23.37h-15V14.75m-2.68%2C0v8.62h-15v2.68h15v8.2m2.68-8.2%2C15%2C8.2m-15-10.88%2C15-8.62H8.12l15%2C8.62m0%2C2.68-15%2C8.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-est:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elingua estrangeira%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-7.62-9.75H8.12v19.5H40.88Zm-15%2C19.5v-8.2h15V23.37h-15V14.75m-2.68%2C0v8.62h-15v2.68h15v8.2m2.68-8.2%2C15%2C8.2m-15-10.88%2C15-8.62H8.12l15%2C8.62m0%2C2.68-15%2C8.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-fil:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Efilosofia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C0a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C24.5%2C24.5Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M31.57%2C12.49l-.13%2C0A3.34%2C3.34%2C0%2C0%2C0%2C28.21%2C10a3.27%2C3.27%2C0%2C0%2C0-1.12.21%2C4.58%2C4.58%2C0%2C0%2C0-8.74%2C1.93%2C4.19%2C4.19%2C0%2C0%2C0%2C0%2C.5%2C3.32%2C3.32%2C0%2C0%2C0-.95-.16%2C3.36%2C3.36%2C0%2C0%2C0-3.36%2C3.36%2C8.36%2C8.36%2C0%2C0%2C0%2C1.27%2C3.3l2.95%2C3.48.27-3.42h13a3.36%2C3.36%2C0%2C0%2C0%2C0-6.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-fil:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Efilosofia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C0a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C24.5%2C24.5Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M31.57%2C12.49l-.13%2C0A3.34%2C3.34%2C0%2C0%2C0%2C28.21%2C10a3.27%2C3.27%2C0%2C0%2C0-1.12.21%2C4.58%2C4.58%2C0%2C0%2C0-8.74%2C1.93%2C4.19%2C4.19%2C0%2C0%2C0%2C0%2C.5%2C3.32%2C3.32%2C0%2C0%2C0-.95-.16%2C3.36%2C3.36%2C0%2C0%2C0-3.36%2C3.36%2C8.36%2C8.36%2C0%2C0%2C0%2C1.27%2C3.3l2.95%2C3.48.27-3.42h13a3.36%2C3.36%2C0%2C0%2C0%2C0-6.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-fil:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Efilosofia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C0a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C24.5%2C24.5Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M31.57%2C12.49l-.13%2C0A3.34%2C3.34%2C0%2C0%2C0%2C28.21%2C10a3.27%2C3.27%2C0%2C0%2C0-1.12.21%2C4.58%2C4.58%2C0%2C0%2C0-8.74%2C1.93%2C4.19%2C4.19%2C0%2C0%2C0%2C0%2C.5%2C3.32%2C3.32%2C0%2C0%2C0-.95-.16%2C3.36%2C3.36%2C0%2C0%2C0-3.36%2C3.36%2C8.36%2C8.36%2C0%2C0%2C0%2C1.27%2C3.3l2.95%2C3.48.27-3.42h13a3.36%2C3.36%2C0%2C0%2C0%2C0-6.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-fil:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Efilosofia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C0a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C24.5%2C24.5Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M31.57%2C12.49l-.13%2C0A3.34%2C3.34%2C0%2C0%2C0%2C28.21%2C10a3.27%2C3.27%2C0%2C0%2C0-1.12.21%2C4.58%2C4.58%2C0%2C0%2C0-8.74%2C1.93%2C4.19%2C4.19%2C0%2C0%2C0%2C0%2C.5%2C3.32%2C3.32%2C0%2C0%2C0-.95-.16%2C3.36%2C3.36%2C0%2C0%2C0-3.36%2C3.36%2C8.36%2C8.36%2C0%2C0%2C0%2C1.27%2C3.3l2.95%2C3.48.27-3.42h13a3.36%2C3.36%2C0%2C0%2C0%2C0-6.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-fil:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Efilosofia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C0a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C24.5%2C24.5Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M31.57%2C12.49l-.13%2C0A3.34%2C3.34%2C0%2C0%2C0%2C28.21%2C10a3.27%2C3.27%2C0%2C0%2C0-1.12.21%2C4.58%2C4.58%2C0%2C0%2C0-8.74%2C1.93%2C4.19%2C4.19%2C0%2C0%2C0%2C0%2C.5%2C3.32%2C3.32%2C0%2C0%2C0-.95-.16%2C3.36%2C3.36%2C0%2C0%2C0-3.36%2C3.36%2C8.36%2C8.36%2C0%2C0%2C0%2C1.27%2C3.3l2.95%2C3.48.27-3.42h13a3.36%2C3.36%2C0%2C0%2C0%2C0-6.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-fil:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Efilosofia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C0a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C24.5%2C24.5Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M31.57%2C12.49l-.13%2C0A3.34%2C3.34%2C0%2C0%2C0%2C28.21%2C10a3.27%2C3.27%2C0%2C0%2C0-1.12.21%2C4.58%2C4.58%2C0%2C0%2C0-8.74%2C1.93%2C4.19%2C4.19%2C0%2C0%2C0%2C0%2C.5%2C3.32%2C3.32%2C0%2C0%2C0-.95-.16%2C3.36%2C3.36%2C0%2C0%2C0-3.36%2C3.36%2C8.36%2C8.36%2C0%2C0%2C0%2C1.27%2C3.3l2.95%2C3.48.27-3.42h13a3.36%2C3.36%2C0%2C0%2C0%2C0-6.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-fil:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Efilosofia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-24%2C0a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C24.5%2C24.5Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M31.57%2C12.49l-.13%2C0A3.34%2C3.34%2C0%2C0%2C0%2C28.21%2C10a3.27%2C3.27%2C0%2C0%2C0-1.12.21%2C4.58%2C4.58%2C0%2C0%2C0-8.74%2C1.93%2C4.19%2C4.19%2C0%2C0%2C0%2C0%2C.5%2C3.32%2C3.32%2C0%2C0%2C0-.95-.16%2C3.36%2C3.36%2C0%2C0%2C0-3.36%2C3.36%2C8.36%2C8.36%2C0%2C0%2C0%2C1.27%2C3.3l2.95%2C3.48.27-3.42h13a3.36%2C3.36%2C0%2C0%2C0%2C0-6.72Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-fis:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ef%26%23xED%3Bsica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36.46%2C22l-9.12%2C9.12a6.7%2C6.7%2C0%2C0%2C1-9.47-9.48L27%2C12.48%2C23.75%2C9.24l-9.26%2C9.27a11.27%2C11.27%2C0%2C0%2C0%2C0%2C15.94h0a11.26%2C11.26%2C0%2C0%2C0%2C15.94%2C0l9.27-9.26ZM21.33%2C12.47%2C23.81%2C15M34.1%2C25.24l2.29%2C2.29m-9.27-8.91%2C6%2C.05L30.51%2C16l5.22%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-fis:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ef%26%23xED%3Bsica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36.46%2C22l-9.12%2C9.12a6.7%2C6.7%2C0%2C0%2C1-9.47-9.48L27%2C12.48%2C23.75%2C9.24l-9.26%2C9.27a11.27%2C11.27%2C0%2C0%2C0%2C0%2C15.94h0a11.26%2C11.26%2C0%2C0%2C0%2C15.94%2C0l9.27-9.26ZM21.33%2C12.47%2C23.81%2C15M34.1%2C25.24l2.29%2C2.29m-9.27-8.91%2C6%2C.05L30.51%2C16l5.22%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-fis:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ef%26%23xED%3Bsica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36.46%2C22l-9.12%2C9.12a6.7%2C6.7%2C0%2C0%2C1-9.47-9.48L27%2C12.48%2C23.75%2C9.24l-9.26%2C9.27a11.27%2C11.27%2C0%2C0%2C0%2C0%2C15.94h0a11.26%2C11.26%2C0%2C0%2C0%2C15.94%2C0l9.27-9.26ZM21.33%2C12.47%2C23.81%2C15M34.1%2C25.24l2.29%2C2.29m-9.27-8.91%2C6%2C.05L30.51%2C16l5.22%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-fis:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ef%26%23xED%3Bsica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36.46%2C22l-9.12%2C9.12a6.7%2C6.7%2C0%2C0%2C1-9.47-9.48L27%2C12.48%2C23.75%2C9.24l-9.26%2C9.27a11.27%2C11.27%2C0%2C0%2C0%2C0%2C15.94h0a11.26%2C11.26%2C0%2C0%2C0%2C15.94%2C0l9.27-9.26ZM21.33%2C12.47%2C23.81%2C15M34.1%2C25.24l2.29%2C2.29m-9.27-8.91%2C6%2C.05L30.51%2C16l5.22%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-fis:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ef%26%23xED%3Bsica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36.46%2C22l-9.12%2C9.12a6.7%2C6.7%2C0%2C0%2C1-9.47-9.48L27%2C12.48%2C23.75%2C9.24l-9.26%2C9.27a11.27%2C11.27%2C0%2C0%2C0%2C0%2C15.94h0a11.26%2C11.26%2C0%2C0%2C0%2C15.94%2C0l9.27-9.26ZM21.33%2C12.47%2C23.81%2C15M34.1%2C25.24l2.29%2C2.29m-9.27-8.91%2C6%2C.05L30.51%2C16l5.22%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-fis:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ef%26%23xED%3Bsica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36.46%2C22l-9.12%2C9.12a6.7%2C6.7%2C0%2C0%2C1-9.47-9.48L27%2C12.48%2C23.75%2C9.24l-9.26%2C9.27a11.27%2C11.27%2C0%2C0%2C0%2C0%2C15.94h0a11.26%2C11.26%2C0%2C0%2C0%2C15.94%2C0l9.27-9.26ZM21.33%2C12.47%2C23.81%2C15M34.1%2C25.24l2.29%2C2.29m-9.27-8.91%2C6%2C.05L30.51%2C16l5.22%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-fis:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ef%26%23xED%3Bsica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM36.46%2C22l-9.12%2C9.12a6.7%2C6.7%2C0%2C0%2C1-9.47-9.48L27%2C12.48%2C23.75%2C9.24l-9.26%2C9.27a11.27%2C11.27%2C0%2C0%2C0%2C0%2C15.94h0a11.26%2C11.26%2C0%2C0%2C0%2C15.94%2C0l9.27-9.26ZM21.33%2C12.47%2C23.81%2C15M34.1%2C25.24l2.29%2C2.29m-9.27-8.91%2C6%2C.05L30.51%2C16l5.22%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-geo:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Egeografia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM24.59%2C12.84a8.77%2C8.77%2C0%2C1%2C0%2C8.77%2C8.77A8.77%2C8.77%2C0%2C0%2C0%2C24.59%2C12.84Zm-8.31-.39a12.06%2C12.06%2C0%2C1%2C0%2C17.38%2C16.7m-9.07%2C4.37V39.2M20%2C39.2h9.09m2.53-12L35.45%2C31M15.18%2C10.68l4%2C4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-geo:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Egeografia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM24.59%2C12.84a8.77%2C8.77%2C0%2C1%2C0%2C8.77%2C8.77A8.77%2C8.77%2C0%2C0%2C0%2C24.59%2C12.84Zm-8.31-.39a12.06%2C12.06%2C0%2C1%2C0%2C17.38%2C16.7m-9.07%2C4.37V39.2M20%2C39.2h9.09m2.53-12L35.45%2C31M15.18%2C10.68l4%2C4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-geo:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Egeografia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM24.59%2C12.84a8.77%2C8.77%2C0%2C1%2C0%2C8.77%2C8.77A8.77%2C8.77%2C0%2C0%2C0%2C24.59%2C12.84Zm-8.31-.39a12.06%2C12.06%2C0%2C1%2C0%2C17.38%2C16.7m-9.07%2C4.37V39.2M20%2C39.2h9.09m2.53-12L35.45%2C31M15.18%2C10.68l4%2C4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-geo:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Egeografia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM24.59%2C12.84a8.77%2C8.77%2C0%2C1%2C0%2C8.77%2C8.77A8.77%2C8.77%2C0%2C0%2C0%2C24.59%2C12.84Zm-8.31-.39a12.06%2C12.06%2C0%2C1%2C0%2C17.38%2C16.7m-9.07%2C4.37V39.2M20%2C39.2h9.09m2.53-12L35.45%2C31M15.18%2C10.68l4%2C4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-geo:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Egeografia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM24.59%2C12.84a8.77%2C8.77%2C0%2C1%2C0%2C8.77%2C8.77A8.77%2C8.77%2C0%2C0%2C0%2C24.59%2C12.84Zm-8.31-.39a12.06%2C12.06%2C0%2C1%2C0%2C17.38%2C16.7m-9.07%2C4.37V39.2M20%2C39.2h9.09m2.53-12L35.45%2C31M15.18%2C10.68l4%2C4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-geo:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Egeografia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM24.59%2C12.84a8.77%2C8.77%2C0%2C1%2C0%2C8.77%2C8.77A8.77%2C8.77%2C0%2C0%2C0%2C24.59%2C12.84Zm-8.31-.39a12.06%2C12.06%2C0%2C1%2C0%2C17.38%2C16.7m-9.07%2C4.37V39.2M20%2C39.2h9.09m2.53-12L35.45%2C31M15.18%2C10.68l4%2C4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-geo:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Egeografia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM24.59%2C12.84a8.77%2C8.77%2C0%2C1%2C0%2C8.77%2C8.77A8.77%2C8.77%2C0%2C0%2C0%2C24.59%2C12.84Zm-8.31-.39a12.06%2C12.06%2C0%2C1%2C0%2C17.38%2C16.7m-9.07%2C4.37V39.2M20%2C39.2h9.09m2.53-12L35.45%2C31M15.18%2C10.68l4%2C4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-his:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ehistoria%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-12-5.05-11.75-8.3-12.21%2C8.3Zm-24%2C15.26h24M15.79%2C22.07V31.8m5.81-9.73V31.8m5.8-9.73V31.8m5.81-9.73V31.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-his:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehistoria%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-12-5.05-11.75-8.3-12.21%2C8.3Zm-24%2C15.26h24M15.79%2C22.07V31.8m5.81-9.73V31.8m5.8-9.73V31.8m5.81-9.73V31.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-his:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ehistoria%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-12-5.05-11.75-8.3-12.21%2C8.3Zm-24%2C15.26h24M15.79%2C22.07V31.8m5.81-9.73V31.8m5.8-9.73V31.8m5.81-9.73V31.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-his:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehistoria%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-12-5.05-11.75-8.3-12.21%2C8.3Zm-24%2C15.26h24M15.79%2C22.07V31.8m5.81-9.73V31.8m5.8-9.73V31.8m5.81-9.73V31.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-his:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ehistoria%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-12-5.05-11.75-8.3-12.21%2C8.3Zm-24%2C15.26h24M15.79%2C22.07V31.8m5.81-9.73V31.8m5.8-9.73V31.8m5.81-9.73V31.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-his:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehistoria%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-12-5.05-11.75-8.3-12.21%2C8.3Zm-24%2C15.26h24M15.79%2C22.07V31.8m5.81-9.73V31.8m5.8-9.73V31.8m5.81-9.73V31.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-his:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehistoria%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-12-5.05-11.75-8.3-12.21%2C8.3Zm-24%2C15.26h24M15.79%2C22.07V31.8m5.81-9.73V31.8m5.8-9.73V31.8m5.81-9.73V31.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-mat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ematematica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-39-6h12m-6-6v12m-6%2C9h12m6-15h12m-5-5h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C13.5Zm0%2C10h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C23.5Zm-5.24%2C5.76%2C8.48%2C8.48m0-8.48-8.48%2C8.48'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-mat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ematematica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-39-6h12m-6-6v12m-6%2C9h12m6-15h12m-5-5h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C13.5Zm0%2C10h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C23.5Zm-5.24%2C5.76%2C8.48%2C8.48m0-8.48-8.48%2C8.48'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-mat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ematematica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-39-6h12m-6-6v12m-6%2C9h12m6-15h12m-5-5h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C13.5Zm0%2C10h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C23.5Zm-5.24%2C5.76%2C8.48%2C8.48m0-8.48-8.48%2C8.48'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-mat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ematematica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-39-6h12m-6-6v12m-6%2C9h12m6-15h12m-5-5h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C13.5Zm0%2C10h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C23.5Zm-5.24%2C5.76%2C8.48%2C8.48m0-8.48-8.48%2C8.48'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-mat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ematematica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-39-6h12m-6-6v12m-6%2C9h12m6-15h12m-5-5h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C13.5Zm0%2C10h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C23.5Zm-5.24%2C5.76%2C8.48%2C8.48m0-8.48-8.48%2C8.48'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-mat:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ematematica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-39-6h12m-6-6v12m-6%2C9h12m6-15h12m-5-5h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C13.5Zm0%2C10h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C23.5Zm-5.24%2C5.76%2C8.48%2C8.48m0-8.48-8.48%2C8.48'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-mat:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ematematica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-39-6h12m-6-6v12m-6%2C9h12m6-15h12m-5-5h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C13.5Zm0%2C10h0a1%2C1%2C0%2C0%2C0-1-1h0a1%2C1%2C0%2C0%2C0-1%2C1h0a1%2C1%2C0%2C0%2C0%2C1%2C1h0A1%2C1%2C0%2C0%2C0%2C34.5%2C23.5Zm-5.24%2C5.76%2C8.48%2C8.48m0-8.48-8.48%2C8.48'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-por:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Elingua portuguesa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM12.25%2C30.34h5.93A8.85%2C8.85%2C0%2C0%2C1%2C24.54%2C33l.14.14.14-.15a8.87%2C8.87%2C0%2C0%2C1%2C6.35-2.67h5.58V13.8H31.43a8.9%2C8.9%2C0%2C0%2C0-6.65%2C3h0l-.23-.24a8.88%2C8.88%2C0%2C0%2C0-6.43-2.75H12.25Zm12.5-13.55-.11%2C16.37M12.25%2C14.92H10.81V34.23H38.19V14.92H36.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-por:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elingua portuguesa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM12.25%2C30.34h5.93A8.85%2C8.85%2C0%2C0%2C1%2C24.54%2C33l.14.14.14-.15a8.87%2C8.87%2C0%2C0%2C1%2C6.35-2.67h5.58V13.8H31.43a8.9%2C8.9%2C0%2C0%2C0-6.65%2C3h0l-.23-.24a8.88%2C8.88%2C0%2C0%2C0-6.43-2.75H12.25Zm12.5-13.55-.11%2C16.37M12.25%2C14.92H10.81V34.23H38.19V14.92H36.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-por:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Elingua portuguesa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM12.25%2C30.34h5.93A8.85%2C8.85%2C0%2C0%2C1%2C24.54%2C33l.14.14.14-.15a8.87%2C8.87%2C0%2C0%2C1%2C6.35-2.67h5.58V13.8H31.43a8.9%2C8.9%2C0%2C0%2C0-6.65%2C3h0l-.23-.24a8.88%2C8.88%2C0%2C0%2C0-6.43-2.75H12.25Zm12.5-13.55-.11%2C16.37M12.25%2C14.92H10.81V34.23H38.19V14.92H36.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-por:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elingua portuguesa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM12.25%2C30.34h5.93A8.85%2C8.85%2C0%2C0%2C1%2C24.54%2C33l.14.14.14-.15a8.87%2C8.87%2C0%2C0%2C1%2C6.35-2.67h5.58V13.8H31.43a8.9%2C8.9%2C0%2C0%2C0-6.65%2C3h0l-.23-.24a8.88%2C8.88%2C0%2C0%2C0-6.43-2.75H12.25Zm12.5-13.55-.11%2C16.37M12.25%2C14.92H10.81V34.23H38.19V14.92H36.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-por:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Elingua portuguesa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM12.25%2C30.34h5.93A8.85%2C8.85%2C0%2C0%2C1%2C24.54%2C33l.14.14.14-.15a8.87%2C8.87%2C0%2C0%2C1%2C6.35-2.67h5.58V13.8H31.43a8.9%2C8.9%2C0%2C0%2C0-6.65%2C3h0l-.23-.24a8.88%2C8.88%2C0%2C0%2C0-6.43-2.75H12.25Zm12.5-13.55-.11%2C16.37M12.25%2C14.92H10.81V34.23H38.19V14.92H36.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-por:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elingua portuguesa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM12.25%2C30.34h5.93A8.85%2C8.85%2C0%2C0%2C1%2C24.54%2C33l.14.14.14-.15a8.87%2C8.87%2C0%2C0%2C1%2C6.35-2.67h5.58V13.8H31.43a8.9%2C8.9%2C0%2C0%2C0-6.65%2C3h0l-.23-.24a8.88%2C8.88%2C0%2C0%2C0-6.43-2.75H12.25Zm12.5-13.55-.11%2C16.37M12.25%2C14.92H10.81V34.23H38.19V14.92H36.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-por:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elingua portuguesa%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM12.25%2C30.34h5.93A8.85%2C8.85%2C0%2C0%2C1%2C24.54%2C33l.14.14.14-.15a8.87%2C8.87%2C0%2C0%2C1%2C6.35-2.67h5.58V13.8H31.43a8.9%2C8.9%2C0%2C0%2C0-6.65%2C3h0l-.23-.24a8.88%2C8.88%2C0%2C0%2C0-6.43-2.75H12.25Zm12.5-13.55-.11%2C16.37M12.25%2C14.92H10.81V34.23H38.19V14.92H36.75'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-qui:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Equ%26%23xED%3Bmica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-9.7%2C0c0-3-6.4-5.38-14.3-5.38S10.2%2C21.53%2C10.2%2C24.5s6.4%2C5.38%2C14.3%2C5.38S38.8%2C27.47%2C38.8%2C24.5ZM32.65%2C12.76c-2.44-1.7-8.06%2C2.19-12.57%2C8.67s-6.17%2C13.12-3.73%2C14.81%2C8.06-2.19%2C12.57-8.67S35.09%2C14.45%2C32.65%2C12.76ZM20.08%2C27.57c4.51%2C6.48%2C10.13%2C10.37%2C12.57%2C8.67s.77-8.32-3.73-14.81S18.79%2C11.06%2C16.35%2C12.76%2C15.58%2C21.08%2C20.08%2C27.57ZM24.5%2C23A1.53%2C1.53%2C0%2C1%2C0%2C26%2C24.5%2C1.54%2C1.54%2C0%2C0%2C0%2C24.5%2C23Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-qui:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Equ%26%23xED%3Bmica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-9.7%2C0c0-3-6.4-5.38-14.3-5.38S10.2%2C21.53%2C10.2%2C24.5s6.4%2C5.38%2C14.3%2C5.38S38.8%2C27.47%2C38.8%2C24.5ZM32.65%2C12.76c-2.44-1.7-8.06%2C2.19-12.57%2C8.67s-6.17%2C13.12-3.73%2C14.81%2C8.06-2.19%2C12.57-8.67S35.09%2C14.45%2C32.65%2C12.76ZM20.08%2C27.57c4.51%2C6.48%2C10.13%2C10.37%2C12.57%2C8.67s.77-8.32-3.73-14.81S18.79%2C11.06%2C16.35%2C12.76%2C15.58%2C21.08%2C20.08%2C27.57ZM24.5%2C23A1.53%2C1.53%2C0%2C1%2C0%2C26%2C24.5%2C1.54%2C1.54%2C0%2C0%2C0%2C24.5%2C23Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-qui:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Equ%26%23xED%3Bmica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-9.7%2C0c0-3-6.4-5.38-14.3-5.38S10.2%2C21.53%2C10.2%2C24.5s6.4%2C5.38%2C14.3%2C5.38S38.8%2C27.47%2C38.8%2C24.5ZM32.65%2C12.76c-2.44-1.7-8.06%2C2.19-12.57%2C8.67s-6.17%2C13.12-3.73%2C14.81%2C8.06-2.19%2C12.57-8.67S35.09%2C14.45%2C32.65%2C12.76ZM20.08%2C27.57c4.51%2C6.48%2C10.13%2C10.37%2C12.57%2C8.67s.77-8.32-3.73-14.81S18.79%2C11.06%2C16.35%2C12.76%2C15.58%2C21.08%2C20.08%2C27.57ZM24.5%2C23A1.53%2C1.53%2C0%2C1%2C0%2C26%2C24.5%2C1.54%2C1.54%2C0%2C0%2C0%2C24.5%2C23Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-qui:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Equ%26%23xED%3Bmica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-9.7%2C0c0-3-6.4-5.38-14.3-5.38S10.2%2C21.53%2C10.2%2C24.5s6.4%2C5.38%2C14.3%2C5.38S38.8%2C27.47%2C38.8%2C24.5ZM32.65%2C12.76c-2.44-1.7-8.06%2C2.19-12.57%2C8.67s-6.17%2C13.12-3.73%2C14.81%2C8.06-2.19%2C12.57-8.67S35.09%2C14.45%2C32.65%2C12.76ZM20.08%2C27.57c4.51%2C6.48%2C10.13%2C10.37%2C12.57%2C8.67s.77-8.32-3.73-14.81S18.79%2C11.06%2C16.35%2C12.76%2C15.58%2C21.08%2C20.08%2C27.57ZM24.5%2C23A1.53%2C1.53%2C0%2C1%2C0%2C26%2C24.5%2C1.54%2C1.54%2C0%2C0%2C0%2C24.5%2C23Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-qui:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Equ%26%23xED%3Bmica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-9.7%2C0c0-3-6.4-5.38-14.3-5.38S10.2%2C21.53%2C10.2%2C24.5s6.4%2C5.38%2C14.3%2C5.38S38.8%2C27.47%2C38.8%2C24.5ZM32.65%2C12.76c-2.44-1.7-8.06%2C2.19-12.57%2C8.67s-6.17%2C13.12-3.73%2C14.81%2C8.06-2.19%2C12.57-8.67S35.09%2C14.45%2C32.65%2C12.76ZM20.08%2C27.57c4.51%2C6.48%2C10.13%2C10.37%2C12.57%2C8.67s.77-8.32-3.73-14.81S18.79%2C11.06%2C16.35%2C12.76%2C15.58%2C21.08%2C20.08%2C27.57ZM24.5%2C23A1.53%2C1.53%2C0%2C1%2C0%2C26%2C24.5%2C1.54%2C1.54%2C0%2C0%2C0%2C24.5%2C23Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-qui:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Equ%26%23xED%3Bmica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-9.7%2C0c0-3-6.4-5.38-14.3-5.38S10.2%2C21.53%2C10.2%2C24.5s6.4%2C5.38%2C14.3%2C5.38S38.8%2C27.47%2C38.8%2C24.5ZM32.65%2C12.76c-2.44-1.7-8.06%2C2.19-12.57%2C8.67s-6.17%2C13.12-3.73%2C14.81%2C8.06-2.19%2C12.57-8.67S35.09%2C14.45%2C32.65%2C12.76ZM20.08%2C27.57c4.51%2C6.48%2C10.13%2C10.37%2C12.57%2C8.67s.77-8.32-3.73-14.81S18.79%2C11.06%2C16.35%2C12.76%2C15.58%2C21.08%2C20.08%2C27.57ZM24.5%2C23A1.53%2C1.53%2C0%2C1%2C0%2C26%2C24.5%2C1.54%2C1.54%2C0%2C0%2C0%2C24.5%2C23Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-qui:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Equ%26%23xED%3Bmica%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5Zm-9.7%2C0c0-3-6.4-5.38-14.3-5.38S10.2%2C21.53%2C10.2%2C24.5s6.4%2C5.38%2C14.3%2C5.38S38.8%2C27.47%2C38.8%2C24.5ZM32.65%2C12.76c-2.44-1.7-8.06%2C2.19-12.57%2C8.67s-6.17%2C13.12-3.73%2C14.81%2C8.06-2.19%2C12.57-8.67S35.09%2C14.45%2C32.65%2C12.76ZM20.08%2C27.57c4.51%2C6.48%2C10.13%2C10.37%2C12.57%2C8.67s.77-8.32-3.73-14.81S18.79%2C11.06%2C16.35%2C12.76%2C15.58%2C21.08%2C20.08%2C27.57ZM24.5%2C23A1.53%2C1.53%2C0%2C1%2C0%2C26%2C24.5%2C1.54%2C1.54%2C0%2C0%2C0%2C24.5%2C23Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-discipline-soc:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Esociologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM16.35%2C15a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C16.35%2C15Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M32.49%2C15.26a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C32.49%2C15.26ZM40.57%2C32a8.08%2C8.08%2C0%2C0%2C0-16.15%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-discipline-soc:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Esociologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM16.35%2C15a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C16.35%2C15Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M32.49%2C15.26a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C32.49%2C15.26ZM40.57%2C32a8.08%2C8.08%2C0%2C0%2C0-16.15%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-discipline-soc:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Esociologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM16.35%2C15a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C16.35%2C15Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M32.49%2C15.26a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C32.49%2C15.26ZM40.57%2C32a8.08%2C8.08%2C0%2C0%2C0-16.15%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-discipline-soc:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Esociologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM16.35%2C15a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C16.35%2C15Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M32.49%2C15.26a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C32.49%2C15.26ZM40.57%2C32a8.08%2C8.08%2C0%2C0%2C0-16.15%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-discipline-soc:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Esociologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM16.35%2C15a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C16.35%2C15Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M32.49%2C15.26a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C32.49%2C15.26ZM40.57%2C32a8.08%2C8.08%2C0%2C0%2C0-16.15%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-soc:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Esociologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM16.35%2C15a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C16.35%2C15Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M32.49%2C15.26a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C32.49%2C15.26ZM40.57%2C32a8.08%2C8.08%2C0%2C0%2C0-16.15%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-discipline-soc:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 49' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Esociologia%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M48.5%2C24.5a24%2C24%2C0%2C1%2C1-24-24A24%2C24%2C0%2C0%2C1%2C48.5%2C24.5ZM16.35%2C15a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C16.35%2C15Zm8.07%2C16.71a8.07%2C8.07%2C0%2C1%2C0-16.14%2C0M32.49%2C15.26a4.31%2C4.31%2C0%2C1%2C0%2C4.31%2C4.31A4.31%2C4.31%2C0%2C0%2C0%2C32.49%2C15.26ZM40.57%2C32a8.08%2C8.08%2C0%2C0%2C0-16.15%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-documentos-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 51.3' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Edocumentos%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' cx='25.65' cy='25.65' r='25.15'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' x1='15.16' y1='21.76' x2='29.05' y2='21.76'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' x1='15.16' y1='25.55' x2='29.05' y2='25.55'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' x1='15.16' y1='29.34' x2='29.05' y2='29.34'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' x1='15.16' y1='33.13' x2='29.05' y2='33.13'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' x1='15.16' y1='36.92' x2='29.05' y2='36.92'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M32.84%2C19.23H24V11.66H12.79a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v26.2a1.41%2C1.41%2C0%2C0%2C0%2C1.42%2C1.42H31.66a1.39%2C1.39%2C0%2C0%2C0%2C1.4-1.39l-.22-20.08L24%2C11.66'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M33%2C36.92H40.5a1.4%2C1.4%2C0%2C0%2C0%2C1.4-1.4l-.22-20.07L32.84%2C7.87'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M41.68%2C15.45H32.84V7.87H21.63a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v2.37'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-documentos-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 51.3' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edocumentos%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' cx='25.65' cy='25.65' r='25.15'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='21.76' x2='29.05' y2='21.76'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='25.55' x2='29.05' y2='25.55'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='29.34' x2='29.05' y2='29.34'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='33.13' x2='29.05' y2='33.13'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='36.92' x2='29.05' y2='36.92'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M32.84%2C19.23H24V11.66H12.79a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v26.2a1.41%2C1.41%2C0%2C0%2C0%2C1.42%2C1.42H31.66a1.39%2C1.39%2C0%2C0%2C0%2C1.4-1.39l-.22-20.08L24%2C11.66'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M33%2C36.92H40.5a1.4%2C1.4%2C0%2C0%2C0%2C1.4-1.4l-.22-20.07L32.84%2C7.87'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M41.68%2C15.45H32.84V7.87H21.63a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v2.37'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-documentos-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 51.3' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Edocumentos%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' cx='25.65' cy='25.65' r='25.15'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' x1='15.16' y1='21.76' x2='29.05' y2='21.76'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' x1='15.16' y1='25.55' x2='29.05' y2='25.55'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' x1='15.16' y1='29.34' x2='29.05' y2='29.34'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' x1='15.16' y1='33.13' x2='29.05' y2='33.13'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' x1='15.16' y1='36.92' x2='29.05' y2='36.92'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M32.84%2C19.23H24V11.66H12.79a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v26.2a1.41%2C1.41%2C0%2C0%2C0%2C1.42%2C1.42H31.66a1.39%2C1.39%2C0%2C0%2C0%2C1.4-1.39l-.22-20.08L24%2C11.66'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M33%2C36.92H40.5a1.4%2C1.4%2C0%2C0%2C0%2C1.4-1.4l-.22-20.07L32.84%2C7.87'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M41.68%2C15.45H32.84V7.87H21.63a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v2.37'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-documentos-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 51.3' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edocumentos%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' cx='25.65' cy='25.65' r='25.15'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='21.76' x2='29.05' y2='21.76'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='25.55' x2='29.05' y2='25.55'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='29.34' x2='29.05' y2='29.34'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='33.13' x2='29.05' y2='33.13'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='36.92' x2='29.05' y2='36.92'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M32.84%2C19.23H24V11.66H12.79a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v26.2a1.41%2C1.41%2C0%2C0%2C0%2C1.42%2C1.42H31.66a1.39%2C1.39%2C0%2C0%2C0%2C1.4-1.39l-.22-20.08L24%2C11.66'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M33%2C36.92H40.5a1.4%2C1.4%2C0%2C0%2C0%2C1.4-1.4l-.22-20.07L32.84%2C7.87'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M41.68%2C15.45H32.84V7.87H21.63a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v2.37'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-documentos-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 51.3' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Edocumentos%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' cx='25.65' cy='25.65' r='25.15'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' x1='15.16' y1='21.76' x2='29.05' y2='21.76'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' x1='15.16' y1='25.55' x2='29.05' y2='25.55'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' x1='15.16' y1='29.34' x2='29.05' y2='29.34'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' x1='15.16' y1='33.13' x2='29.05' y2='33.13'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' x1='15.16' y1='36.92' x2='29.05' y2='36.92'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M32.84%2C19.23H24V11.66H12.79a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v26.2a1.41%2C1.41%2C0%2C0%2C0%2C1.42%2C1.42H31.66a1.39%2C1.39%2C0%2C0%2C0%2C1.4-1.39l-.22-20.08L24%2C11.66'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M33%2C36.92H40.5a1.4%2C1.4%2C0%2C0%2C0%2C1.4-1.4l-.22-20.07L32.84%2C7.87'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M41.68%2C15.45H32.84V7.87H21.63a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v2.37'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-documentos-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 51.3' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edocumentos%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' cx='25.65' cy='25.65' r='25.15'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='21.76' x2='29.05' y2='21.76'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='25.55' x2='29.05' y2='25.55'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='29.34' x2='29.05' y2='29.34'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='33.13' x2='29.05' y2='33.13'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='15.16' y1='36.92' x2='29.05' y2='36.92'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M32.84%2C19.23H24V11.66H12.79a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v26.2a1.41%2C1.41%2C0%2C0%2C0%2C1.42%2C1.42H31.66a1.39%2C1.39%2C0%2C0%2C0%2C1.4-1.39l-.22-20.08L24%2C11.66'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M33%2C36.92H40.5a1.4%2C1.4%2C0%2C0%2C0%2C1.4-1.4l-.22-20.07L32.84%2C7.87'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M41.68%2C15.45H32.84V7.87H21.63a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v2.37'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-documentos-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 51.3' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edocumentos%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' cx='25.65' cy='25.65' r='25.15'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='21.76' x2='29.05' y2='21.76'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='25.55' x2='29.05' y2='25.55'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='29.34' x2='29.05' y2='29.34'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='33.13' x2='29.05' y2='33.13'/%3E%3Cline class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='15.16' y1='36.92' x2='29.05' y2='36.92'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M32.84%2C19.23H24V11.66H12.79a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v26.2a1.41%2C1.41%2C0%2C0%2C0%2C1.42%2C1.42H31.66a1.39%2C1.39%2C0%2C0%2C0%2C1.4-1.39l-.22-20.08L24%2C11.66'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M33%2C36.92H40.5a1.4%2C1.4%2C0%2C0%2C0%2C1.4-1.4l-.22-20.07L32.84%2C7.87'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M41.68%2C15.45H32.84V7.87H21.63a1.41%2C1.41%2C0%2C0%2C0-1.42%2C1.42v2.37'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-docx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_docx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M4.36%2C14.44a.8.8%2C0%2C0%2C0%2C.21-.39%2C2.44%2C2.44%2C0%2C0%2C0%2C.09-.74%2C2.28%2C2.28%2C0%2C0%2C0-.09-.73.94.94%2C0%2C0%2C0-.23-.39A.8.8%2C0%2C0%2C0%2C4%2C12a3.29%2C3.29%2C0%2C0%2C0-.67%2C0H2.92v2.69h.61a2%2C2%2C0%2C0%2C0%2C.5%2C0A.74.74%2C0%2C0%2C0%2C4.36%2C14.44Z' style='fill:%23000'/%3E%3Cpath d='M6.87%2C13.3a1.55%2C1.55%2C0%2C0%2C0%2C.32%2C1A1.07%2C1.07%2C0%2C0%2C0%2C8%2C14.7a1%2C1%2C0%2C0%2C0%2C.8-.35%2C1.56%2C1.56%2C0%2C0%2C0%2C.32-1.06%2C1.49%2C1.49%2C0%2C0%2C0-.31-1A1%2C1%2C0%2C0%2C0%2C8%2C11.91a1.05%2C1.05%2C0%2C0%2C0-.82.34A1.58%2C1.58%2C0%2C0%2C0%2C6.87%2C13.3Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72Zm8.86%2C13.47a.93.93%2C0%2C0%2C0%2C.72.32.79.79%2C0%2C0%2C0%2C.56-.21%2C1.15%2C1.15%2C0%2C0%2C0%2C.34-.65l.79.25a1.58%2C1.58%2C0%2C0%2C1-1.68%2C1.31A1.74%2C1.74%2C0%2C0%2C1%2C11%2C14.85a2.1%2C2.1%2C0%2C0%2C1-.52-1.51A2.23%2C2.23%2C0%2C0%2C1%2C11%2C11.77a1.78%2C1.78%2C0%2C0%2C1%2C1.38-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C1.21.44%2C1.59%2C1.59%2C0%2C0%2C1%2C.41.74l-.81.2a.83.83%2C0%2C0%2C0-.3-.5.85.85%2C0%2C0%2C0-.55-.18.89.89%2C0%2C0%2C0-.73.32%2C1.59%2C1.59%2C0%2C0%2C0-.28%2C1A1.76%2C1.76%2C0%2C0%2C0%2C11.58%2C14.38ZM10%2C13.31a2.13%2C2.13%2C0%2C0%2C1-.54%2C1.54A1.88%2C1.88%2C0%2C0%2C1%2C8%2C15.4a1.91%2C1.91%2C0%2C0%2C1-1.44-.55A2.13%2C2.13%2C0%2C0%2C1%2C6%2C13.33a2.48%2C2.48%2C0%2C0%2C1%2C.19-1%2C1.88%2C1.88%2C0%2C0%2C1%2C.37-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C.53-.36A2.14%2C2.14%2C0%2C0%2C1%2C8%2C11.21a1.91%2C1.91%2C0%2C0%2C1%2C1.44.55A2.13%2C2.13%2C0%2C0%2C1%2C10%2C13.31Zm-7.87%2C2V11.28H3.6a3%2C3%2C0%2C0%2C1%2C.77.07%2C1.34%2C1.34%2C0%2C0%2C1%2C.61.38%2C1.76%2C1.76%2C0%2C0%2C1%2C.39.65%2C3%2C3%2C0%2C0%2C1%2C.13%2C1%2C2.81%2C2.81%2C0%2C0%2C1-.12.87%2C1.75%2C1.75%2C0%2C0%2C1-.44.71%2C1.43%2C1.43%2C0%2C0%2C1-.57.33%2C2.84%2C2.84%2C0%2C0%2C1-.73.08Zm15.34%2C6.72H2.72V17.67H17.44Zm-.37-6.72-.9-1.4-.9%2C1.4h-1l1.39-2.11-1.26-1.94h1l.82%2C1.3.79-1.3h.95l-1.26%2C2%2C1.39%2C2.08Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-docx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_docx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M4.36%2C14.44a.8.8%2C0%2C0%2C0%2C.21-.39%2C2.44%2C2.44%2C0%2C0%2C0%2C.09-.74%2C2.28%2C2.28%2C0%2C0%2C0-.09-.73.94.94%2C0%2C0%2C0-.23-.39A.8.8%2C0%2C0%2C0%2C4%2C12a3.29%2C3.29%2C0%2C0%2C0-.67%2C0H2.92v2.69h.61a2%2C2%2C0%2C0%2C0%2C.5%2C0A.74.74%2C0%2C0%2C0%2C4.36%2C14.44Z' style='fill:%23000'/%3E%3Cpath d='M6.87%2C13.3a1.55%2C1.55%2C0%2C0%2C0%2C.32%2C1A1.07%2C1.07%2C0%2C0%2C0%2C8%2C14.7a1%2C1%2C0%2C0%2C0%2C.8-.35%2C1.56%2C1.56%2C0%2C0%2C0%2C.32-1.06%2C1.49%2C1.49%2C0%2C0%2C0-.31-1A1%2C1%2C0%2C0%2C0%2C8%2C11.91a1.05%2C1.05%2C0%2C0%2C0-.82.34A1.58%2C1.58%2C0%2C0%2C0%2C6.87%2C13.3Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72Zm8.86%2C13.47a.93.93%2C0%2C0%2C0%2C.72.32.79.79%2C0%2C0%2C0%2C.56-.21%2C1.15%2C1.15%2C0%2C0%2C0%2C.34-.65l.79.25a1.58%2C1.58%2C0%2C0%2C1-1.68%2C1.31A1.74%2C1.74%2C0%2C0%2C1%2C11%2C14.85a2.1%2C2.1%2C0%2C0%2C1-.52-1.51A2.23%2C2.23%2C0%2C0%2C1%2C11%2C11.77a1.78%2C1.78%2C0%2C0%2C1%2C1.38-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C1.21.44%2C1.59%2C1.59%2C0%2C0%2C1%2C.41.74l-.81.2a.83.83%2C0%2C0%2C0-.3-.5.85.85%2C0%2C0%2C0-.55-.18.89.89%2C0%2C0%2C0-.73.32%2C1.59%2C1.59%2C0%2C0%2C0-.28%2C1A1.76%2C1.76%2C0%2C0%2C0%2C11.58%2C14.38ZM10%2C13.31a2.13%2C2.13%2C0%2C0%2C1-.54%2C1.54A1.88%2C1.88%2C0%2C0%2C1%2C8%2C15.4a1.91%2C1.91%2C0%2C0%2C1-1.44-.55A2.13%2C2.13%2C0%2C0%2C1%2C6%2C13.33a2.48%2C2.48%2C0%2C0%2C1%2C.19-1%2C1.88%2C1.88%2C0%2C0%2C1%2C.37-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C.53-.36A2.14%2C2.14%2C0%2C0%2C1%2C8%2C11.21a1.91%2C1.91%2C0%2C0%2C1%2C1.44.55A2.13%2C2.13%2C0%2C0%2C1%2C10%2C13.31Zm-7.87%2C2V11.28H3.6a3%2C3%2C0%2C0%2C1%2C.77.07%2C1.34%2C1.34%2C0%2C0%2C1%2C.61.38%2C1.76%2C1.76%2C0%2C0%2C1%2C.39.65%2C3%2C3%2C0%2C0%2C1%2C.13%2C1%2C2.81%2C2.81%2C0%2C0%2C1-.12.87%2C1.75%2C1.75%2C0%2C0%2C1-.44.71%2C1.43%2C1.43%2C0%2C0%2C1-.57.33%2C2.84%2C2.84%2C0%2C0%2C1-.73.08Zm15.34%2C6.72H2.72V17.67H17.44Zm-.37-6.72-.9-1.4-.9%2C1.4h-1l1.39-2.11-1.26-1.94h1l.82%2C1.3.79-1.3h.95l-1.26%2C2%2C1.39%2C2.08Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-docx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_docx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M4.36%2C14.44a.8.8%2C0%2C0%2C0%2C.21-.39%2C2.44%2C2.44%2C0%2C0%2C0%2C.09-.74%2C2.28%2C2.28%2C0%2C0%2C0-.09-.73.94.94%2C0%2C0%2C0-.23-.39A.8.8%2C0%2C0%2C0%2C4%2C12a3.29%2C3.29%2C0%2C0%2C0-.67%2C0H2.92v2.69h.61a2%2C2%2C0%2C0%2C0%2C.5%2C0A.74.74%2C0%2C0%2C0%2C4.36%2C14.44Z' style='fill:%23000'/%3E%3Cpath d='M6.87%2C13.3a1.55%2C1.55%2C0%2C0%2C0%2C.32%2C1A1.07%2C1.07%2C0%2C0%2C0%2C8%2C14.7a1%2C1%2C0%2C0%2C0%2C.8-.35%2C1.56%2C1.56%2C0%2C0%2C0%2C.32-1.06%2C1.49%2C1.49%2C0%2C0%2C0-.31-1A1%2C1%2C0%2C0%2C0%2C8%2C11.91a1.05%2C1.05%2C0%2C0%2C0-.82.34A1.58%2C1.58%2C0%2C0%2C0%2C6.87%2C13.3Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72Zm8.86%2C13.47a.93.93%2C0%2C0%2C0%2C.72.32.79.79%2C0%2C0%2C0%2C.56-.21%2C1.15%2C1.15%2C0%2C0%2C0%2C.34-.65l.79.25a1.58%2C1.58%2C0%2C0%2C1-1.68%2C1.31A1.74%2C1.74%2C0%2C0%2C1%2C11%2C14.85a2.1%2C2.1%2C0%2C0%2C1-.52-1.51A2.23%2C2.23%2C0%2C0%2C1%2C11%2C11.77a1.78%2C1.78%2C0%2C0%2C1%2C1.38-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C1.21.44%2C1.59%2C1.59%2C0%2C0%2C1%2C.41.74l-.81.2a.83.83%2C0%2C0%2C0-.3-.5.85.85%2C0%2C0%2C0-.55-.18.89.89%2C0%2C0%2C0-.73.32%2C1.59%2C1.59%2C0%2C0%2C0-.28%2C1A1.76%2C1.76%2C0%2C0%2C0%2C11.58%2C14.38ZM10%2C13.31a2.13%2C2.13%2C0%2C0%2C1-.54%2C1.54A1.88%2C1.88%2C0%2C0%2C1%2C8%2C15.4a1.91%2C1.91%2C0%2C0%2C1-1.44-.55A2.13%2C2.13%2C0%2C0%2C1%2C6%2C13.33a2.48%2C2.48%2C0%2C0%2C1%2C.19-1%2C1.88%2C1.88%2C0%2C0%2C1%2C.37-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C.53-.36A2.14%2C2.14%2C0%2C0%2C1%2C8%2C11.21a1.91%2C1.91%2C0%2C0%2C1%2C1.44.55A2.13%2C2.13%2C0%2C0%2C1%2C10%2C13.31Zm-7.87%2C2V11.28H3.6a3%2C3%2C0%2C0%2C1%2C.77.07%2C1.34%2C1.34%2C0%2C0%2C1%2C.61.38%2C1.76%2C1.76%2C0%2C0%2C1%2C.39.65%2C3%2C3%2C0%2C0%2C1%2C.13%2C1%2C2.81%2C2.81%2C0%2C0%2C1-.12.87%2C1.75%2C1.75%2C0%2C0%2C1-.44.71%2C1.43%2C1.43%2C0%2C0%2C1-.57.33%2C2.84%2C2.84%2C0%2C0%2C1-.73.08Zm15.34%2C6.72H2.72V17.67H17.44Zm-.37-6.72-.9-1.4-.9%2C1.4h-1l1.39-2.11-1.26-1.94h1l.82%2C1.3.79-1.3h.95l-1.26%2C2%2C1.39%2C2.08Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-docx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_docx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M4.36%2C14.44a.8.8%2C0%2C0%2C0%2C.21-.39%2C2.44%2C2.44%2C0%2C0%2C0%2C.09-.74%2C2.28%2C2.28%2C0%2C0%2C0-.09-.73.94.94%2C0%2C0%2C0-.23-.39A.8.8%2C0%2C0%2C0%2C4%2C12a3.29%2C3.29%2C0%2C0%2C0-.67%2C0H2.92v2.69h.61a2%2C2%2C0%2C0%2C0%2C.5%2C0A.74.74%2C0%2C0%2C0%2C4.36%2C14.44Z' style='fill:%23000'/%3E%3Cpath d='M6.87%2C13.3a1.55%2C1.55%2C0%2C0%2C0%2C.32%2C1A1.07%2C1.07%2C0%2C0%2C0%2C8%2C14.7a1%2C1%2C0%2C0%2C0%2C.8-.35%2C1.56%2C1.56%2C0%2C0%2C0%2C.32-1.06%2C1.49%2C1.49%2C0%2C0%2C0-.31-1A1%2C1%2C0%2C0%2C0%2C8%2C11.91a1.05%2C1.05%2C0%2C0%2C0-.82.34A1.58%2C1.58%2C0%2C0%2C0%2C6.87%2C13.3Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72Zm8.86%2C13.47a.93.93%2C0%2C0%2C0%2C.72.32.79.79%2C0%2C0%2C0%2C.56-.21%2C1.15%2C1.15%2C0%2C0%2C0%2C.34-.65l.79.25a1.58%2C1.58%2C0%2C0%2C1-1.68%2C1.31A1.74%2C1.74%2C0%2C0%2C1%2C11%2C14.85a2.1%2C2.1%2C0%2C0%2C1-.52-1.51A2.23%2C2.23%2C0%2C0%2C1%2C11%2C11.77a1.78%2C1.78%2C0%2C0%2C1%2C1.38-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C1.21.44%2C1.59%2C1.59%2C0%2C0%2C1%2C.41.74l-.81.2a.83.83%2C0%2C0%2C0-.3-.5.85.85%2C0%2C0%2C0-.55-.18.89.89%2C0%2C0%2C0-.73.32%2C1.59%2C1.59%2C0%2C0%2C0-.28%2C1A1.76%2C1.76%2C0%2C0%2C0%2C11.58%2C14.38ZM10%2C13.31a2.13%2C2.13%2C0%2C0%2C1-.54%2C1.54A1.88%2C1.88%2C0%2C0%2C1%2C8%2C15.4a1.91%2C1.91%2C0%2C0%2C1-1.44-.55A2.13%2C2.13%2C0%2C0%2C1%2C6%2C13.33a2.48%2C2.48%2C0%2C0%2C1%2C.19-1%2C1.88%2C1.88%2C0%2C0%2C1%2C.37-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C.53-.36A2.14%2C2.14%2C0%2C0%2C1%2C8%2C11.21a1.91%2C1.91%2C0%2C0%2C1%2C1.44.55A2.13%2C2.13%2C0%2C0%2C1%2C10%2C13.31Zm-7.87%2C2V11.28H3.6a3%2C3%2C0%2C0%2C1%2C.77.07%2C1.34%2C1.34%2C0%2C0%2C1%2C.61.38%2C1.76%2C1.76%2C0%2C0%2C1%2C.39.65%2C3%2C3%2C0%2C0%2C1%2C.13%2C1%2C2.81%2C2.81%2C0%2C0%2C1-.12.87%2C1.75%2C1.75%2C0%2C0%2C1-.44.71%2C1.43%2C1.43%2C0%2C0%2C1-.57.33%2C2.84%2C2.84%2C0%2C0%2C1-.73.08Zm15.34%2C6.72H2.72V17.67H17.44Zm-.37-6.72-.9-1.4-.9%2C1.4h-1l1.39-2.11-1.26-1.94h1l.82%2C1.3.79-1.3h.95l-1.26%2C2%2C1.39%2C2.08Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-docx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_docx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M4.36%2C14.44a.8.8%2C0%2C0%2C0%2C.21-.39%2C2.44%2C2.44%2C0%2C0%2C0%2C.09-.74%2C2.28%2C2.28%2C0%2C0%2C0-.09-.73.94.94%2C0%2C0%2C0-.23-.39A.8.8%2C0%2C0%2C0%2C4%2C12a3.29%2C3.29%2C0%2C0%2C0-.67%2C0H2.92v2.69h.61a2%2C2%2C0%2C0%2C0%2C.5%2C0A.74.74%2C0%2C0%2C0%2C4.36%2C14.44Z' style='fill:%23000'/%3E%3Cpath d='M6.87%2C13.3a1.55%2C1.55%2C0%2C0%2C0%2C.32%2C1A1.07%2C1.07%2C0%2C0%2C0%2C8%2C14.7a1%2C1%2C0%2C0%2C0%2C.8-.35%2C1.56%2C1.56%2C0%2C0%2C0%2C.32-1.06%2C1.49%2C1.49%2C0%2C0%2C0-.31-1A1%2C1%2C0%2C0%2C0%2C8%2C11.91a1.05%2C1.05%2C0%2C0%2C0-.82.34A1.58%2C1.58%2C0%2C0%2C0%2C6.87%2C13.3Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72Zm8.86%2C13.47a.93.93%2C0%2C0%2C0%2C.72.32.79.79%2C0%2C0%2C0%2C.56-.21%2C1.15%2C1.15%2C0%2C0%2C0%2C.34-.65l.79.25a1.58%2C1.58%2C0%2C0%2C1-1.68%2C1.31A1.74%2C1.74%2C0%2C0%2C1%2C11%2C14.85a2.1%2C2.1%2C0%2C0%2C1-.52-1.51A2.23%2C2.23%2C0%2C0%2C1%2C11%2C11.77a1.78%2C1.78%2C0%2C0%2C1%2C1.38-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C1.21.44%2C1.59%2C1.59%2C0%2C0%2C1%2C.41.74l-.81.2a.83.83%2C0%2C0%2C0-.3-.5.85.85%2C0%2C0%2C0-.55-.18.89.89%2C0%2C0%2C0-.73.32%2C1.59%2C1.59%2C0%2C0%2C0-.28%2C1A1.76%2C1.76%2C0%2C0%2C0%2C11.58%2C14.38ZM10%2C13.31a2.13%2C2.13%2C0%2C0%2C1-.54%2C1.54A1.88%2C1.88%2C0%2C0%2C1%2C8%2C15.4a1.91%2C1.91%2C0%2C0%2C1-1.44-.55A2.13%2C2.13%2C0%2C0%2C1%2C6%2C13.33a2.48%2C2.48%2C0%2C0%2C1%2C.19-1%2C1.88%2C1.88%2C0%2C0%2C1%2C.37-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C.53-.36A2.14%2C2.14%2C0%2C0%2C1%2C8%2C11.21a1.91%2C1.91%2C0%2C0%2C1%2C1.44.55A2.13%2C2.13%2C0%2C0%2C1%2C10%2C13.31Zm-7.87%2C2V11.28H3.6a3%2C3%2C0%2C0%2C1%2C.77.07%2C1.34%2C1.34%2C0%2C0%2C1%2C.61.38%2C1.76%2C1.76%2C0%2C0%2C1%2C.39.65%2C3%2C3%2C0%2C0%2C1%2C.13%2C1%2C2.81%2C2.81%2C0%2C0%2C1-.12.87%2C1.75%2C1.75%2C0%2C0%2C1-.44.71%2C1.43%2C1.43%2C0%2C0%2C1-.57.33%2C2.84%2C2.84%2C0%2C0%2C1-.73.08Zm15.34%2C6.72H2.72V17.67H17.44Zm-.37-6.72-.9-1.4-.9%2C1.4h-1l1.39-2.11-1.26-1.94h1l.82%2C1.3.79-1.3h.95l-1.26%2C2%2C1.39%2C2.08Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-docx:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_docx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M4.36%2C14.44a.8.8%2C0%2C0%2C0%2C.21-.39%2C2.44%2C2.44%2C0%2C0%2C0%2C.09-.74%2C2.28%2C2.28%2C0%2C0%2C0-.09-.73.94.94%2C0%2C0%2C0-.23-.39A.8.8%2C0%2C0%2C0%2C4%2C12a3.29%2C3.29%2C0%2C0%2C0-.67%2C0H2.92v2.69h.61a2%2C2%2C0%2C0%2C0%2C.5%2C0A.74.74%2C0%2C0%2C0%2C4.36%2C14.44Z' style='fill:%23000'/%3E%3Cpath d='M6.87%2C13.3a1.55%2C1.55%2C0%2C0%2C0%2C.32%2C1A1.07%2C1.07%2C0%2C0%2C0%2C8%2C14.7a1%2C1%2C0%2C0%2C0%2C.8-.35%2C1.56%2C1.56%2C0%2C0%2C0%2C.32-1.06%2C1.49%2C1.49%2C0%2C0%2C0-.31-1A1%2C1%2C0%2C0%2C0%2C8%2C11.91a1.05%2C1.05%2C0%2C0%2C0-.82.34A1.58%2C1.58%2C0%2C0%2C0%2C6.87%2C13.3Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72Zm8.86%2C13.47a.93.93%2C0%2C0%2C0%2C.72.32.79.79%2C0%2C0%2C0%2C.56-.21%2C1.15%2C1.15%2C0%2C0%2C0%2C.34-.65l.79.25a1.58%2C1.58%2C0%2C0%2C1-1.68%2C1.31A1.74%2C1.74%2C0%2C0%2C1%2C11%2C14.85a2.1%2C2.1%2C0%2C0%2C1-.52-1.51A2.23%2C2.23%2C0%2C0%2C1%2C11%2C11.77a1.78%2C1.78%2C0%2C0%2C1%2C1.38-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C1.21.44%2C1.59%2C1.59%2C0%2C0%2C1%2C.41.74l-.81.2a.83.83%2C0%2C0%2C0-.3-.5.85.85%2C0%2C0%2C0-.55-.18.89.89%2C0%2C0%2C0-.73.32%2C1.59%2C1.59%2C0%2C0%2C0-.28%2C1A1.76%2C1.76%2C0%2C0%2C0%2C11.58%2C14.38ZM10%2C13.31a2.13%2C2.13%2C0%2C0%2C1-.54%2C1.54A1.88%2C1.88%2C0%2C0%2C1%2C8%2C15.4a1.91%2C1.91%2C0%2C0%2C1-1.44-.55A2.13%2C2.13%2C0%2C0%2C1%2C6%2C13.33a2.48%2C2.48%2C0%2C0%2C1%2C.19-1%2C1.88%2C1.88%2C0%2C0%2C1%2C.37-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C.53-.36A2.14%2C2.14%2C0%2C0%2C1%2C8%2C11.21a1.91%2C1.91%2C0%2C0%2C1%2C1.44.55A2.13%2C2.13%2C0%2C0%2C1%2C10%2C13.31Zm-7.87%2C2V11.28H3.6a3%2C3%2C0%2C0%2C1%2C.77.07%2C1.34%2C1.34%2C0%2C0%2C1%2C.61.38%2C1.76%2C1.76%2C0%2C0%2C1%2C.39.65%2C3%2C3%2C0%2C0%2C1%2C.13%2C1%2C2.81%2C2.81%2C0%2C0%2C1-.12.87%2C1.75%2C1.75%2C0%2C0%2C1-.44.71%2C1.43%2C1.43%2C0%2C0%2C1-.57.33%2C2.84%2C2.84%2C0%2C0%2C1-.73.08Zm15.34%2C6.72H2.72V17.67H17.44Zm-.37-6.72-.9-1.4-.9%2C1.4h-1l1.39-2.11-1.26-1.94h1l.82%2C1.3.79-1.3h.95l-1.26%2C2%2C1.39%2C2.08Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-docx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_docx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M4.36%2C14.44a.8.8%2C0%2C0%2C0%2C.21-.39%2C2.44%2C2.44%2C0%2C0%2C0%2C.09-.74%2C2.28%2C2.28%2C0%2C0%2C0-.09-.73.94.94%2C0%2C0%2C0-.23-.39A.8.8%2C0%2C0%2C0%2C4%2C12a3.29%2C3.29%2C0%2C0%2C0-.67%2C0H2.92v2.69h.61a2%2C2%2C0%2C0%2C0%2C.5%2C0A.74.74%2C0%2C0%2C0%2C4.36%2C14.44Z' style='fill:%23000'/%3E%3Cpath d='M6.87%2C13.3a1.55%2C1.55%2C0%2C0%2C0%2C.32%2C1A1.07%2C1.07%2C0%2C0%2C0%2C8%2C14.7a1%2C1%2C0%2C0%2C0%2C.8-.35%2C1.56%2C1.56%2C0%2C0%2C0%2C.32-1.06%2C1.49%2C1.49%2C0%2C0%2C0-.31-1A1%2C1%2C0%2C0%2C0%2C8%2C11.91a1.05%2C1.05%2C0%2C0%2C0-.82.34A1.58%2C1.58%2C0%2C0%2C0%2C6.87%2C13.3Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72Zm8.86%2C13.47a.93.93%2C0%2C0%2C0%2C.72.32.79.79%2C0%2C0%2C0%2C.56-.21%2C1.15%2C1.15%2C0%2C0%2C0%2C.34-.65l.79.25a1.58%2C1.58%2C0%2C0%2C1-1.68%2C1.31A1.74%2C1.74%2C0%2C0%2C1%2C11%2C14.85a2.1%2C2.1%2C0%2C0%2C1-.52-1.51A2.23%2C2.23%2C0%2C0%2C1%2C11%2C11.77a1.78%2C1.78%2C0%2C0%2C1%2C1.38-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C1.21.44%2C1.59%2C1.59%2C0%2C0%2C1%2C.41.74l-.81.2a.83.83%2C0%2C0%2C0-.3-.5.85.85%2C0%2C0%2C0-.55-.18.89.89%2C0%2C0%2C0-.73.32%2C1.59%2C1.59%2C0%2C0%2C0-.28%2C1A1.76%2C1.76%2C0%2C0%2C0%2C11.58%2C14.38ZM10%2C13.31a2.13%2C2.13%2C0%2C0%2C1-.54%2C1.54A1.88%2C1.88%2C0%2C0%2C1%2C8%2C15.4a1.91%2C1.91%2C0%2C0%2C1-1.44-.55A2.13%2C2.13%2C0%2C0%2C1%2C6%2C13.33a2.48%2C2.48%2C0%2C0%2C1%2C.19-1%2C1.88%2C1.88%2C0%2C0%2C1%2C.37-.56%2C1.66%2C1.66%2C0%2C0%2C1%2C.53-.36A2.14%2C2.14%2C0%2C0%2C1%2C8%2C11.21a1.91%2C1.91%2C0%2C0%2C1%2C1.44.55A2.13%2C2.13%2C0%2C0%2C1%2C10%2C13.31Zm-7.87%2C2V11.28H3.6a3%2C3%2C0%2C0%2C1%2C.77.07%2C1.34%2C1.34%2C0%2C0%2C1%2C.61.38%2C1.76%2C1.76%2C0%2C0%2C1%2C.39.65%2C3%2C3%2C0%2C0%2C1%2C.13%2C1%2C2.81%2C2.81%2C0%2C0%2C1-.12.87%2C1.75%2C1.75%2C0%2C0%2C1-.44.71%2C1.43%2C1.43%2C0%2C0%2C1-.57.33%2C2.84%2C2.84%2C0%2C0%2C1-.73.08Zm15.34%2C6.72H2.72V17.67H17.44Zm-.37-6.72-.9-1.4-.9%2C1.4h-1l1.39-2.11-1.26-1.94h1l.82%2C1.3.79-1.3h.95l-1.26%2C2%2C1.39%2C2.08Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-editar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3EEditar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM36.83%2C11.15%2C18.37%2C29.61V33.4h3.8L40.63%2C14.94Zm-2.35%2C2.77%2C3.58%2C3.59M27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-editar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EEditar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM36.83%2C11.15%2C18.37%2C29.61V33.4h3.8L40.63%2C14.94Zm-2.35%2C2.77%2C3.58%2C3.59M27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-editar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3EEditar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM36.83%2C11.15%2C18.37%2C29.61V33.4h3.8L40.63%2C14.94Zm-2.35%2C2.77%2C3.58%2C3.59M27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-editar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EEditar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM36.83%2C11.15%2C18.37%2C29.61V33.4h3.8L40.63%2C14.94Zm-2.35%2C2.77%2C3.58%2C3.59M27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-editar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3EEditar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM36.83%2C11.15%2C18.37%2C29.61V33.4h3.8L40.63%2C14.94Zm-2.35%2C2.77%2C3.58%2C3.59M27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-editar-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EEditar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM36.83%2C11.15%2C18.37%2C29.61V33.4h3.8L40.63%2C14.94Zm-2.35%2C2.77%2C3.58%2C3.59M27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-editar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EEditar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM36.83%2C11.15%2C18.37%2C29.61V33.4h3.8L40.63%2C14.94Zm-2.35%2C2.77%2C3.58%2C3.59M27%2C15.62H18a5%2C5%2C0%2C0%2C0-5%2C5v13a5%2C5%2C0%2C0%2C0%2C5%2C5H31a5%2C5%2C0%2C0%2C0%2C5-5V24.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-editar:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.6 29.44' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eedit lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.63%2C14.85v8.67a4.92%2C4.92%2C0%2C0%2C1-4.92%2C4.92H5.92A4.92%2C4.92%2C0%2C0%2C1%2C1%2C23.52V10.73A4.92%2C4.92%2C0%2C0%2C1%2C5.92%2C5.81h8.85m9.68-4.4L6.29%2C19.58v3.73H10L28.18%2C5.15ZM22.13%2C4.15l3.53%2C3.52M14.77%2C5.81H5.92A4.92%2C4.92%2C0%2C0%2C0%2C1%2C10.73V23.52a4.92%2C4.92%2C0%2C0%2C0%2C4.92%2C4.92H18.71a4.92%2C4.92%2C0%2C0%2C0%2C4.92-4.92V14.85' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-editar:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.6 29.44' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eedit lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.63%2C14.85v8.67a4.92%2C4.92%2C0%2C0%2C1-4.92%2C4.92H5.92A4.92%2C4.92%2C0%2C0%2C1%2C1%2C23.52V10.73A4.92%2C4.92%2C0%2C0%2C1%2C5.92%2C5.81h8.85m9.68-4.4L6.29%2C19.58v3.73H10L28.18%2C5.15ZM22.13%2C4.15l3.53%2C3.52M14.77%2C5.81H5.92A4.92%2C4.92%2C0%2C0%2C0%2C1%2C10.73V23.52a4.92%2C4.92%2C0%2C0%2C0%2C4.92%2C4.92H18.71a4.92%2C4.92%2C0%2C0%2C0%2C4.92-4.92V14.85' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-editar:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.6 29.44' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eedit lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.63%2C14.85v8.67a4.92%2C4.92%2C0%2C0%2C1-4.92%2C4.92H5.92A4.92%2C4.92%2C0%2C0%2C1%2C1%2C23.52V10.73A4.92%2C4.92%2C0%2C0%2C1%2C5.92%2C5.81h8.85m9.68-4.4L6.29%2C19.58v3.73H10L28.18%2C5.15ZM22.13%2C4.15l3.53%2C3.52M14.77%2C5.81H5.92A4.92%2C4.92%2C0%2C0%2C0%2C1%2C10.73V23.52a4.92%2C4.92%2C0%2C0%2C0%2C4.92%2C4.92H18.71a4.92%2C4.92%2C0%2C0%2C0%2C4.92-4.92V14.85' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-editar:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.6 29.44' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eedit lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.63%2C14.85v8.67a4.92%2C4.92%2C0%2C0%2C1-4.92%2C4.92H5.92A4.92%2C4.92%2C0%2C0%2C1%2C1%2C23.52V10.73A4.92%2C4.92%2C0%2C0%2C1%2C5.92%2C5.81h8.85m9.68-4.4L6.29%2C19.58v3.73H10L28.18%2C5.15ZM22.13%2C4.15l3.53%2C3.52M14.77%2C5.81H5.92A4.92%2C4.92%2C0%2C0%2C0%2C1%2C10.73V23.52a4.92%2C4.92%2C0%2C0%2C0%2C4.92%2C4.92H18.71a4.92%2C4.92%2C0%2C0%2C0%2C4.92-4.92V14.85' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-editar:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.6 29.44' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eedit lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.63%2C14.85v8.67a4.92%2C4.92%2C0%2C0%2C1-4.92%2C4.92H5.92A4.92%2C4.92%2C0%2C0%2C1%2C1%2C23.52V10.73A4.92%2C4.92%2C0%2C0%2C1%2C5.92%2C5.81h8.85m9.68-4.4L6.29%2C19.58v3.73H10L28.18%2C5.15ZM22.13%2C4.15l3.53%2C3.52M14.77%2C5.81H5.92A4.92%2C4.92%2C0%2C0%2C0%2C1%2C10.73V23.52a4.92%2C4.92%2C0%2C0%2C0%2C4.92%2C4.92H18.71a4.92%2C4.92%2C0%2C0%2C0%2C4.92-4.92V14.85' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-editar:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.6 29.44' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eedit lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.63%2C14.85v8.67a4.92%2C4.92%2C0%2C0%2C1-4.92%2C4.92H5.92A4.92%2C4.92%2C0%2C0%2C1%2C1%2C23.52V10.73A4.92%2C4.92%2C0%2C0%2C1%2C5.92%2C5.81h8.85m9.68-4.4L6.29%2C19.58v3.73H10L28.18%2C5.15ZM22.13%2C4.15l3.53%2C3.52M14.77%2C5.81H5.92A4.92%2C4.92%2C0%2C0%2C0%2C1%2C10.73V23.52a4.92%2C4.92%2C0%2C0%2C0%2C4.92%2C4.92H18.71a4.92%2C4.92%2C0%2C0%2C0%2C4.92-4.92V14.85' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-editar:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.6 29.44' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eedit lesson%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M23.63%2C14.85v8.67a4.92%2C4.92%2C0%2C0%2C1-4.92%2C4.92H5.92A4.92%2C4.92%2C0%2C0%2C1%2C1%2C23.52V10.73A4.92%2C4.92%2C0%2C0%2C1%2C5.92%2C5.81h8.85m9.68-4.4L6.29%2C19.58v3.73H10L28.18%2C5.15ZM22.13%2C4.15l3.53%2C3.52M14.77%2C5.81H5.92A4.92%2C4.92%2C0%2C0%2C0%2C1%2C10.73V23.52a4.92%2C4.92%2C0%2C0%2C0%2C4.92%2C4.92H18.71a4.92%2C4.92%2C0%2C0%2C0%2C4.92-4.92V14.85' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-escola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-escola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-escola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-escola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-escola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-escola:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-escola:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-exe:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eexe%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-1' fill='000' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Cpath class='cls-2' fill='000' d='M6.27%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56H6.91a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C6.27%2C11.9Z'/%3E%3Cpath class='cls-2' fill='000' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.81%2C13.8a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25A1.46%2C1.46%2C0%2C0%2C1%2C5%2C14.1%2C1.88%2C1.88%2C0%2C0%2C1%2C4.71%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H5.6A.87.87%2C0%2C0%2C0%2C5.81%2C13.8Zm2.3-2.49H9.17l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H10.41l-.67-1-.67%2C1h-1L9.24%2C12.9Zm4.72%2C2.49a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25%2C1.46%2C1.46%2C0%2C0%2C1-1.26-.56A1.88%2C1.88%2C0%2C0%2C1%2C11.73%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H12.62A.87.87%2C0%2C0%2C0%2C12.83%2C13.8ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3Cpath class='cls-2' fill='000' d='M13.29%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56h1.29a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C13.29%2C11.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-exe:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eexe%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-1' fill='000' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Cpath class='cls-2' fill='000' d='M6.27%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56H6.91a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C6.27%2C11.9Z'/%3E%3Cpath class='cls-2' fill='000' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.81%2C13.8a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25A1.46%2C1.46%2C0%2C0%2C1%2C5%2C14.1%2C1.88%2C1.88%2C0%2C0%2C1%2C4.71%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H5.6A.87.87%2C0%2C0%2C0%2C5.81%2C13.8Zm2.3-2.49H9.17l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H10.41l-.67-1-.67%2C1h-1L9.24%2C12.9Zm4.72%2C2.49a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25%2C1.46%2C1.46%2C0%2C0%2C1-1.26-.56A1.88%2C1.88%2C0%2C0%2C1%2C11.73%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H12.62A.87.87%2C0%2C0%2C0%2C12.83%2C13.8ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3Cpath class='cls-2' fill='000' d='M13.29%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56h1.29a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C13.29%2C11.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-exe:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eexe%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-1' fill='000' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Cpath class='cls-2' fill='000' d='M6.27%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56H6.91a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C6.27%2C11.9Z'/%3E%3Cpath class='cls-2' fill='000' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.81%2C13.8a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25A1.46%2C1.46%2C0%2C0%2C1%2C5%2C14.1%2C1.88%2C1.88%2C0%2C0%2C1%2C4.71%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H5.6A.87.87%2C0%2C0%2C0%2C5.81%2C13.8Zm2.3-2.49H9.17l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H10.41l-.67-1-.67%2C1h-1L9.24%2C12.9Zm4.72%2C2.49a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25%2C1.46%2C1.46%2C0%2C0%2C1-1.26-.56A1.88%2C1.88%2C0%2C0%2C1%2C11.73%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H12.62A.87.87%2C0%2C0%2C0%2C12.83%2C13.8ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3Cpath class='cls-2' fill='000' d='M13.29%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56h1.29a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C13.29%2C11.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-exe:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eexe%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-1' fill='000' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Cpath class='cls-2' fill='000' d='M6.27%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56H6.91a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C6.27%2C11.9Z'/%3E%3Cpath class='cls-2' fill='000' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.81%2C13.8a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25A1.46%2C1.46%2C0%2C0%2C1%2C5%2C14.1%2C1.88%2C1.88%2C0%2C0%2C1%2C4.71%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H5.6A.87.87%2C0%2C0%2C0%2C5.81%2C13.8Zm2.3-2.49H9.17l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H10.41l-.67-1-.67%2C1h-1L9.24%2C12.9Zm4.72%2C2.49a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25%2C1.46%2C1.46%2C0%2C0%2C1-1.26-.56A1.88%2C1.88%2C0%2C0%2C1%2C11.73%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H12.62A.87.87%2C0%2C0%2C0%2C12.83%2C13.8ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3Cpath class='cls-2' fill='000' d='M13.29%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56h1.29a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C13.29%2C11.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-exe:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eexe%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-1' fill='000' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Cpath class='cls-2' fill='000' d='M6.27%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56H6.91a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C6.27%2C11.9Z'/%3E%3Cpath class='cls-2' fill='000' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.81%2C13.8a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25A1.46%2C1.46%2C0%2C0%2C1%2C5%2C14.1%2C1.88%2C1.88%2C0%2C0%2C1%2C4.71%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H5.6A.87.87%2C0%2C0%2C0%2C5.81%2C13.8Zm2.3-2.49H9.17l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H10.41l-.67-1-.67%2C1h-1L9.24%2C12.9Zm4.72%2C2.49a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25%2C1.46%2C1.46%2C0%2C0%2C1-1.26-.56A1.88%2C1.88%2C0%2C0%2C1%2C11.73%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H12.62A.87.87%2C0%2C0%2C0%2C12.83%2C13.8ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3Cpath class='cls-2' fill='000' d='M13.29%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56h1.29a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C13.29%2C11.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-exe:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eexe%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-1' fill='000' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Cpath class='cls-2' fill='000' d='M6.27%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56H6.91a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C6.27%2C11.9Z'/%3E%3Cpath class='cls-2' fill='000' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.81%2C13.8a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25A1.46%2C1.46%2C0%2C0%2C1%2C5%2C14.1%2C1.88%2C1.88%2C0%2C0%2C1%2C4.71%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H5.6A.87.87%2C0%2C0%2C0%2C5.81%2C13.8Zm2.3-2.49H9.17l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H10.41l-.67-1-.67%2C1h-1L9.24%2C12.9Zm4.72%2C2.49a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25%2C1.46%2C1.46%2C0%2C0%2C1-1.26-.56A1.88%2C1.88%2C0%2C0%2C1%2C11.73%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H12.62A.87.87%2C0%2C0%2C0%2C12.83%2C13.8ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3Cpath class='cls-2' fill='000' d='M13.29%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56h1.29a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C13.29%2C11.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-exe:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Eexe%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-1' fill='000' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Cpath class='cls-2' fill='000' d='M6.27%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56H6.91a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C6.27%2C11.9Z'/%3E%3Cpath class='cls-2' fill='000' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.81%2C13.8a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25A1.46%2C1.46%2C0%2C0%2C1%2C5%2C14.1%2C1.88%2C1.88%2C0%2C0%2C1%2C4.71%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H5.6A.87.87%2C0%2C0%2C0%2C5.81%2C13.8Zm2.3-2.49H9.17l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H10.41l-.67-1-.67%2C1h-1L9.24%2C12.9Zm4.72%2C2.49a.66.66%2C0%2C0%2C0%2C.5.21.53.53%2C0%2C0%2C0%2C.34-.11.69.69%2C0%2C0%2C0%2C.21-.36l.86.14a1.42%2C1.42%2C0%2C0%2C1-.53.72%2C1.55%2C1.55%2C0%2C0%2C1-.9.25%2C1.46%2C1.46%2C0%2C0%2C1-1.26-.56A1.88%2C1.88%2C0%2C0%2C1%2C11.73%2C13a1.81%2C1.81%2C0%2C0%2C1%2C.43-1.27%2C1.4%2C1.4%2C0%2C0%2C1%2C1.08-.46%2C1.45%2C1.45%2C0%2C0%2C1%2C1.15.48%2C2.13%2C2.13%2C0%2C0%2C1%2C.4%2C1.48H12.62A.87.87%2C0%2C0%2C0%2C12.83%2C13.8ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3Cpath class='cls-2' fill='000' d='M13.29%2C11.9a.6.6%2C0%2C0%2C0-.47.21.8.8%2C0%2C0%2C0-.18.56h1.29a.83.83%2C0%2C0%2C0-.19-.57A.59.59%2C0%2C0%2C0%2C13.29%2C11.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-fechar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM14.67%2C14.67%2C36.33%2C36.33m0-21.66L14.67%2C36.33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-fechar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM14.67%2C14.67%2C36.33%2C36.33m0-21.66L14.67%2C36.33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-fechar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM14.67%2C14.67%2C36.33%2C36.33m0-21.66L14.67%2C36.33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-fechar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM14.67%2C14.67%2C36.33%2C36.33m0-21.66L14.67%2C36.33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-fechar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM14.67%2C14.67%2C36.33%2C36.33m0-21.66L14.67%2C36.33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-fechar-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM14.67%2C14.67%2C36.33%2C36.33m0-21.66L14.67%2C36.33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-fechar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclose%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1ZM14.67%2C14.67%2C36.33%2C36.33m0-21.66L14.67%2C36.33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-fechar:before {
  background-image: url("data:image/svg+xml, %3Csvg id='svg' version='1.1' width='400' height='400' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='display: block%3B'%3E %3Cg id='svgg'%3E %3Cpath id='path0' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2884%2C175%2C172%29' fill-rule='evenodd'/%3E %3Cpath id='path1' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2884%2C175%2C172%29' fill-rule='evenodd'/%3E %3Cpath id='path2' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2884%2C175%2C172%29' fill-rule='evenodd'/%3E %3Cpath id='path3' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2884%2C175%2C172%29' fill-rule='evenodd'/%3E %3Cpath id='path4' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2884%2C175%2C172%29' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E"); }

.icon--secondary.icon-fechar:before {
  background-image: url("data:image/svg+xml, %3Csvg id='svg' version='1.1' width='400' height='400' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='display: block%3B'%3E %3Cg id='svgg'%3E %3Cpath id='path0' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3Cpath id='path1' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3Cpath id='path2' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3Cpath id='path3' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3Cpath id='path4' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E"); }

.icon--white.icon-fechar:before {
  background-image: url("data:image/svg+xml, %3Csvg id='svg' version='1.1' width='400' height='400' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='display: block%3B'%3E %3Cg id='svgg'%3E %3Cpath id='path0' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28255%2C255%2C255%29' fill-rule='evenodd'/%3E %3Cpath id='path1' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28255%2C255%2C255%29' fill-rule='evenodd'/%3E %3Cpath id='path2' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28255%2C255%2C255%29' fill-rule='evenodd'/%3E %3Cpath id='path3' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28255%2C255%2C255%29' fill-rule='evenodd'/%3E %3Cpath id='path4' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28255%2C255%2C255%29' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E"); }

.icon--black.icon-fechar:before {
  background-image: url("data:image/svg+xml, %3Csvg id='svg' version='1.1' width='400' height='400' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='display: block%3B'%3E %3Cg id='svgg'%3E %3Cpath id='path0' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3Cpath id='path1' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3Cpath id='path2' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3Cpath id='path3' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3Cpath id='path4' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E"); }

.icon--grey.icon-fechar:before {
  background-image: url("data:image/svg+xml, %3Csvg id='svg' version='1.1' width='400' height='400' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='display: block%3B'%3E %3Cg id='svgg'%3E %3Cpath id='path0' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2887%2C87%2C86%29' fill-rule='evenodd'/%3E %3Cpath id='path1' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2887%2C87%2C86%29' fill-rule='evenodd'/%3E %3Cpath id='path2' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2887%2C87%2C86%29' fill-rule='evenodd'/%3E %3Cpath id='path3' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2887%2C87%2C86%29' fill-rule='evenodd'/%3E %3Cpath id='path4' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2887%2C87%2C86%29' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E"); }

.icon--action.icon-fechar:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg id='svg' version='1.1' width='400' height='400' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='display: block%3B'%3E %3Cg id='svgg'%3E %3Cpath id='path0' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3Cpath id='path1' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3Cpath id='path2' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3Cpath id='path3' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3Cpath id='path4' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%28234%2C107%2C68%29' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E"); }

.icon--action.icon-fechar:before {
  background-image: url("data:image/svg+xml, %3Csvg id='svg' version='1.1' width='400' height='400' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='display: block%3B'%3E %3Cg id='svgg'%3E %3Cpath id='path0' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3Cpath id='path1' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3Cpath id='path2' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3Cpath id='path3' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3Cpath id='path4' d='M108.280 98.293 C 106.396 98.489%2C106.000 99.345%2C106.000 103.226 L 106.000 106.000 103.226 106.000 C 97.847 106.000%2C97.517 106.934%2C98.283 119.975 C 98.772 128.287%2C98.893 128.503%2C103.332 128.978 L 105.937 129.257 106.214 132.214 C 106.607 136.409%2C107.199 136.802%2C113.700 137.182 C 113.865 137.192%2C114.001 138.055%2C114.002 139.100 C 114.008 143.680%2C115.080 144.800%2C119.460 144.800 C 120.637 144.800%2C121.608 144.935%2C121.618 145.100 C 121.998 151.598%2C122.409 152.220%2C126.580 152.611 L 129.491 152.884 129.717 155.542 C 130.087 159.905%2C130.201 160.018%2C134.600 160.374 L 137.400 160.600 137.644 163.400 C 138.025 167.753%2C138.744 168.392%2C143.266 168.398 L 145.132 168.400 145.412 171.386 C 145.785 175.376%2C145.983 175.582%2C149.919 176.085 L 153.200 176.503 153.202 178.352 C 153.208 182.864%2C154.297 184.000%2C158.617 184.000 C 161.019 184.000%2C161.200 184.224%2C161.200 187.207 C 161.200 190.999%2C161.666 191.452%2C165.981 191.853 L 168.695 192.105 168.947 194.819 C 169.353 199.183%2C169.778 199.600%2C173.826 199.600 C 175.022 199.600%2C176.000 199.780%2C176.000 200.000 C 176.000 200.220%2C175.022 200.400%2C173.826 200.400 C 169.778 200.400%2C169.353 200.817%2C168.947 205.181 L 168.695 207.895 165.981 208.147 C 161.666 208.548%2C161.200 209.001%2C161.200 212.793 C 161.200 215.776%2C161.019 216.000%2C158.617 216.000 C 154.297 216.000%2C153.208 217.136%2C153.202 221.648 L 153.200 223.497 149.919 223.915 C 145.983 224.418%2C145.785 224.624%2C145.412 228.614 L 145.132 231.600 143.266 231.602 C 138.744 231.608%2C138.025 232.247%2C137.644 236.600 L 137.400 239.400 134.300 239.620 C 130.317 239.902%2C129.637 240.748%2C129.610 245.453 L 129.600 247.106 126.634 247.384 C 122.403 247.780%2C121.999 248.386%2C121.618 254.900 C 121.608 255.065%2C120.637 255.200%2C119.460 255.200 C 115.080 255.200%2C114.008 256.320%2C114.002 260.900 C 114.001 261.945%2C113.865 262.808%2C113.700 262.818 C 107.199 263.198%2C106.607 263.591%2C106.214 267.786 L 105.937 270.743 103.332 271.022 C 98.947 271.492%2C98.792 271.757%2C98.297 279.617 C 97.467 292.788%2C97.882 294.000%2C103.226 294.000 L 106.000 294.000 106.000 296.774 C 106.000 302.118%2C107.212 302.533%2C120.383 301.703 C 128.243 301.208%2C128.508 301.053%2C128.978 296.668 L 129.257 294.063 132.214 293.786 C 136.409 293.393%2C136.802 292.801%2C137.182 286.300 C 137.192 286.135%2C138.055 285.999%2C139.100 285.998 C 143.680 285.992%2C144.800 284.920%2C144.800 280.540 C 144.800 279.363%2C144.935 278.392%2C145.100 278.382 C 151.614 278.001%2C152.220 277.597%2C152.616 273.366 L 152.894 270.400 154.547 270.390 C 159.252 270.363%2C160.098 269.683%2C160.380 265.700 L 160.600 262.600 163.400 262.356 C 167.760 261.975%2C168.392 261.259%2C168.398 256.700 L 168.400 254.800 169.900 254.783 C 174.870 254.725%2C175.822 253.968%2C176.216 249.766 L 176.494 246.800 178.347 246.798 C 182.864 246.792%2C184.000 245.704%2C184.000 241.383 C 184.000 238.981%2C184.224 238.800%2C187.207 238.800 C 190.999 238.800%2C191.452 238.334%2C191.853 234.020 L 192.105 231.308 195.150 231.077 C 198.807 230.801%2C199.584 230.138%2C199.628 227.256 C 199.672 224.359%2C200.338 223.302%2C200.372 226.074 C 200.424 230.252%2C200.805 230.646%2C205.181 231.053 L 207.895 231.305 208.147 234.019 C 208.548 238.334%2C209.001 238.800%2C212.793 238.800 C 215.776 238.800%2C216.000 238.981%2C216.000 241.383 C 216.000 245.703%2C217.136 246.792%2C221.648 246.798 L 223.497 246.800 223.915 250.081 C 224.418 254.017%2C224.624 254.215%2C228.614 254.588 L 231.600 254.868 231.602 256.734 C 231.608 261.256%2C232.247 261.975%2C236.600 262.356 L 239.400 262.600 239.626 265.400 C 239.982 269.799%2C240.095 269.913%2C244.458 270.283 L 247.116 270.509 247.389 273.420 C 247.780 277.591%2C248.402 278.002%2C254.900 278.382 C 255.065 278.392%2C255.200 279.363%2C255.200 280.540 C 255.200 284.920%2C256.320 285.992%2C260.900 285.998 C 261.945 285.999%2C262.808 286.135%2C262.818 286.300 C 263.198 292.801%2C263.591 293.393%2C267.786 293.786 L 270.743 294.063 271.022 296.668 C 271.497 301.107%2C271.713 301.228%2C280.025 301.717 C 293.066 302.483%2C294.000 302.153%2C294.000 296.774 L 294.000 294.000 296.774 294.000 C 302.153 294.000%2C302.483 293.066%2C301.717 280.025 C 301.228 271.713%2C301.107 271.497%2C296.668 271.022 L 294.063 270.743 293.786 267.786 C 293.393 263.591%2C292.801 263.198%2C286.300 262.818 C 286.135 262.808%2C285.999 261.945%2C285.998 260.900 C 285.992 256.320%2C284.920 255.200%2C280.540 255.200 C 279.363 255.200%2C278.392 255.065%2C278.382 254.900 C 278.002 248.401%2C277.591 247.780%2C273.416 247.389 L 270.500 247.115 270.305 244.086 C 270.066 240.349%2C269.392 239.603%2C266.256 239.595 C 262.662 239.585%2C262.400 239.410%2C262.400 237.013 C 262.400 232.693%2C261.264 231.608%2C256.734 231.602 L 254.868 231.600 254.588 228.614 C 254.215 224.630%2C254.013 224.417%2C250.123 223.921 L 246.883 223.507 246.734 220.560 C 246.538 216.685%2C246.115 216.262%2C242.239 216.066 L 239.291 215.917 239.050 214.459 C 238.917 213.656%2C238.807 212.345%2C238.804 211.544 C 238.797 209.105%2C237.864 208.389%2C234.350 208.123 L 231.305 207.892 231.053 205.180 C 230.647 200.817%2C230.222 200.400%2C226.174 200.400 C 224.978 200.400%2C224.000 200.220%2C224.000 200.000 C 224.000 199.780%2C224.978 199.600%2C226.174 199.600 C 230.222 199.600%2C230.647 199.183%2C231.053 194.819 L 231.305 192.105 234.019 191.853 C 238.334 191.452%2C238.800 190.999%2C238.800 187.207 C 238.800 184.224%2C238.981 184.000%2C241.383 184.000 C 245.704 184.000%2C246.792 182.864%2C246.798 178.347 L 246.800 176.494 249.766 176.216 C 253.968 175.822%2C254.725 174.870%2C254.783 169.900 L 254.800 168.400 256.700 168.398 C 261.259 168.392%2C261.975 167.760%2C262.356 163.400 L 262.600 160.600 265.700 160.380 C 269.683 160.098%2C270.363 159.252%2C270.390 154.547 L 270.400 152.894 273.366 152.616 C 277.597 152.220%2C278.001 151.614%2C278.382 145.100 C 278.392 144.935%2C279.363 144.800%2C280.540 144.800 C 284.920 144.800%2C285.992 143.680%2C285.998 139.100 C 285.999 138.055%2C286.135 137.192%2C286.300 137.182 C 292.801 136.802%2C293.393 136.409%2C293.786 132.214 L 294.063 129.257 296.668 128.978 C 301.053 128.508%2C301.208 128.243%2C301.703 120.383 C 302.533 107.212%2C302.118 106.000%2C296.774 106.000 L 294.000 106.000 294.000 103.226 C 294.000 97.882%2C292.788 97.467%2C279.617 98.297 C 271.757 98.792%2C271.492 98.947%2C271.022 103.332 L 270.743 105.937 267.786 106.214 C 263.591 106.607%2C263.198 107.199%2C262.818 113.700 C 262.808 113.865%2C261.945 114.001%2C260.900 114.002 C 256.320 114.008%2C255.200 115.080%2C255.200 119.460 C 255.200 120.637%2C255.065 121.608%2C254.900 121.618 C 248.386 121.999%2C247.780 122.403%2C247.384 126.634 L 247.106 129.600 245.453 129.610 C 240.748 129.637%2C239.902 130.317%2C239.620 134.300 L 239.400 137.400 236.600 137.644 C 232.247 138.025%2C231.608 138.744%2C231.602 143.266 L 231.600 145.132 228.614 145.412 C 224.624 145.785%2C224.418 145.983%2C223.915 149.919 L 223.497 153.200 221.648 153.202 C 217.136 153.208%2C216.000 154.297%2C216.000 158.617 C 216.000 161.019%2C215.776 161.200%2C212.793 161.200 C 209.001 161.200%2C208.548 161.666%2C208.147 165.981 L 207.895 168.695 205.181 168.947 C 200.817 169.353%2C200.400 169.778%2C200.400 173.826 C 200.400 175.022%2C200.220 176.000%2C200.000 176.000 C 199.780 176.000%2C199.600 175.022%2C199.600 173.826 C 199.600 169.778%2C199.183 169.353%2C194.820 168.947 L 192.108 168.695 191.877 165.650 C 191.611 162.136%2C190.895 161.203%2C188.456 161.196 C 187.655 161.193%2C186.325 161.080%2C185.500 160.943 L 184.000 160.695 184.000 158.607 C 184.000 154.298%2C182.861 153.208%2C178.352 153.202 L 176.503 153.200 176.085 149.919 C 175.582 145.983%2C175.376 145.785%2C171.386 145.412 L 168.400 145.132 168.398 143.266 C 168.392 138.744%2C167.753 138.025%2C163.400 137.644 L 160.600 137.400 160.374 134.600 C 160.018 130.201%2C159.905 130.087%2C155.542 129.717 L 152.884 129.491 152.611 126.580 C 152.220 122.409%2C151.598 121.998%2C145.100 121.618 C 144.935 121.608%2C144.800 120.637%2C144.800 119.460 C 144.800 115.080%2C143.680 114.008%2C139.100 114.002 C 138.055 114.001%2C137.192 113.865%2C137.182 113.700 C 136.802 107.199%2C136.409 106.607%2C132.214 106.214 L 129.257 105.937 128.978 103.332 C 128.536 99.204%2C128.035 98.839%2C122.200 98.389 C 117.478 98.025%2C111.266 97.982%2C108.280 98.293 ' stroke='none' fill='rgb%2829%2C29%2C27%29' fill-rule='evenodd'/%3E %3C/g%3E %3C/svg%3E"); }

.icon--primary.icon-gif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3EAsset 45%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.55%2C14.7a1.4%2C1.4%2C0%2C0%2C0%2C1.11.48%2C2%2C2%2C0%2C0%2C0%2C.67-.13%2C2.21%2C2.21%2C0%2C0%2C0%2C.59-.33v-.67H6.68v-.9H9v2.12a3.09%2C3.09%2C0%2C0%2C1-1%2C.58%2C3.54%2C3.54%2C0%2C0%2C1-1.31.25%2C3%2C3%2C0%2C0%2C1-1.46-.35%2C2.28%2C2.28%2C0%2C0%2C1-.93-1A3.21%2C3.21%2C0%2C0%2C1%2C4%2C13.32a3%2C3%2C0%2C0%2C1%2C.35-1.48%2C2.33%2C2.33%2C0%2C0%2C1%2C1-1%2C2.73%2C2.73%2C0%2C0%2C1%2C1.28-.27A2.53%2C2.53%2C0%2C0%2C1%2C8.22%2C11a1.91%2C1.91%2C0%2C0%2C1%2C.72%2C1.15l-1.07.2a1.15%2C1.15%2C0%2C0%2C0-.43-.62%2C1.26%2C1.26%2C0%2C0%2C0-.77-.23A1.48%2C1.48%2C0%2C0%2C0%2C5.54%2C12a1.92%2C1.92%2C0%2C0%2C0-.41%2C1.33A2.08%2C2.08%2C0%2C0%2C0%2C5.55%2C14.7ZM10%2C16V10.67H11V16Zm5.41-3.17v.9H13.16V16H12.08V10.67h3.66v.91H13.16v1.26ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-gif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EAsset 45%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.55%2C14.7a1.4%2C1.4%2C0%2C0%2C0%2C1.11.48%2C2%2C2%2C0%2C0%2C0%2C.67-.13%2C2.21%2C2.21%2C0%2C0%2C0%2C.59-.33v-.67H6.68v-.9H9v2.12a3.09%2C3.09%2C0%2C0%2C1-1%2C.58%2C3.54%2C3.54%2C0%2C0%2C1-1.31.25%2C3%2C3%2C0%2C0%2C1-1.46-.35%2C2.28%2C2.28%2C0%2C0%2C1-.93-1A3.21%2C3.21%2C0%2C0%2C1%2C4%2C13.32a3%2C3%2C0%2C0%2C1%2C.35-1.48%2C2.33%2C2.33%2C0%2C0%2C1%2C1-1%2C2.73%2C2.73%2C0%2C0%2C1%2C1.28-.27A2.53%2C2.53%2C0%2C0%2C1%2C8.22%2C11a1.91%2C1.91%2C0%2C0%2C1%2C.72%2C1.15l-1.07.2a1.15%2C1.15%2C0%2C0%2C0-.43-.62%2C1.26%2C1.26%2C0%2C0%2C0-.77-.23A1.48%2C1.48%2C0%2C0%2C0%2C5.54%2C12a1.92%2C1.92%2C0%2C0%2C0-.41%2C1.33A2.08%2C2.08%2C0%2C0%2C0%2C5.55%2C14.7ZM10%2C16V10.67H11V16Zm5.41-3.17v.9H13.16V16H12.08V10.67h3.66v.91H13.16v1.26ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-gif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3EAsset 45%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.55%2C14.7a1.4%2C1.4%2C0%2C0%2C0%2C1.11.48%2C2%2C2%2C0%2C0%2C0%2C.67-.13%2C2.21%2C2.21%2C0%2C0%2C0%2C.59-.33v-.67H6.68v-.9H9v2.12a3.09%2C3.09%2C0%2C0%2C1-1%2C.58%2C3.54%2C3.54%2C0%2C0%2C1-1.31.25%2C3%2C3%2C0%2C0%2C1-1.46-.35%2C2.28%2C2.28%2C0%2C0%2C1-.93-1A3.21%2C3.21%2C0%2C0%2C1%2C4%2C13.32a3%2C3%2C0%2C0%2C1%2C.35-1.48%2C2.33%2C2.33%2C0%2C0%2C1%2C1-1%2C2.73%2C2.73%2C0%2C0%2C1%2C1.28-.27A2.53%2C2.53%2C0%2C0%2C1%2C8.22%2C11a1.91%2C1.91%2C0%2C0%2C1%2C.72%2C1.15l-1.07.2a1.15%2C1.15%2C0%2C0%2C0-.43-.62%2C1.26%2C1.26%2C0%2C0%2C0-.77-.23A1.48%2C1.48%2C0%2C0%2C0%2C5.54%2C12a1.92%2C1.92%2C0%2C0%2C0-.41%2C1.33A2.08%2C2.08%2C0%2C0%2C0%2C5.55%2C14.7ZM10%2C16V10.67H11V16Zm5.41-3.17v.9H13.16V16H12.08V10.67h3.66v.91H13.16v1.26ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-gif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EAsset 45%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.55%2C14.7a1.4%2C1.4%2C0%2C0%2C0%2C1.11.48%2C2%2C2%2C0%2C0%2C0%2C.67-.13%2C2.21%2C2.21%2C0%2C0%2C0%2C.59-.33v-.67H6.68v-.9H9v2.12a3.09%2C3.09%2C0%2C0%2C1-1%2C.58%2C3.54%2C3.54%2C0%2C0%2C1-1.31.25%2C3%2C3%2C0%2C0%2C1-1.46-.35%2C2.28%2C2.28%2C0%2C0%2C1-.93-1A3.21%2C3.21%2C0%2C0%2C1%2C4%2C13.32a3%2C3%2C0%2C0%2C1%2C.35-1.48%2C2.33%2C2.33%2C0%2C0%2C1%2C1-1%2C2.73%2C2.73%2C0%2C0%2C1%2C1.28-.27A2.53%2C2.53%2C0%2C0%2C1%2C8.22%2C11a1.91%2C1.91%2C0%2C0%2C1%2C.72%2C1.15l-1.07.2a1.15%2C1.15%2C0%2C0%2C0-.43-.62%2C1.26%2C1.26%2C0%2C0%2C0-.77-.23A1.48%2C1.48%2C0%2C0%2C0%2C5.54%2C12a1.92%2C1.92%2C0%2C0%2C0-.41%2C1.33A2.08%2C2.08%2C0%2C0%2C0%2C5.55%2C14.7ZM10%2C16V10.67H11V16Zm5.41-3.17v.9H13.16V16H12.08V10.67h3.66v.91H13.16v1.26ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-gif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3EAsset 45%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.55%2C14.7a1.4%2C1.4%2C0%2C0%2C0%2C1.11.48%2C2%2C2%2C0%2C0%2C0%2C.67-.13%2C2.21%2C2.21%2C0%2C0%2C0%2C.59-.33v-.67H6.68v-.9H9v2.12a3.09%2C3.09%2C0%2C0%2C1-1%2C.58%2C3.54%2C3.54%2C0%2C0%2C1-1.31.25%2C3%2C3%2C0%2C0%2C1-1.46-.35%2C2.28%2C2.28%2C0%2C0%2C1-.93-1A3.21%2C3.21%2C0%2C0%2C1%2C4%2C13.32a3%2C3%2C0%2C0%2C1%2C.35-1.48%2C2.33%2C2.33%2C0%2C0%2C1%2C1-1%2C2.73%2C2.73%2C0%2C0%2C1%2C1.28-.27A2.53%2C2.53%2C0%2C0%2C1%2C8.22%2C11a1.91%2C1.91%2C0%2C0%2C1%2C.72%2C1.15l-1.07.2a1.15%2C1.15%2C0%2C0%2C0-.43-.62%2C1.26%2C1.26%2C0%2C0%2C0-.77-.23A1.48%2C1.48%2C0%2C0%2C0%2C5.54%2C12a1.92%2C1.92%2C0%2C0%2C0-.41%2C1.33A2.08%2C2.08%2C0%2C0%2C0%2C5.55%2C14.7ZM10%2C16V10.67H11V16Zm5.41-3.17v.9H13.16V16H12.08V10.67h3.66v.91H13.16v1.26ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-gif:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EAsset 45%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.55%2C14.7a1.4%2C1.4%2C0%2C0%2C0%2C1.11.48%2C2%2C2%2C0%2C0%2C0%2C.67-.13%2C2.21%2C2.21%2C0%2C0%2C0%2C.59-.33v-.67H6.68v-.9H9v2.12a3.09%2C3.09%2C0%2C0%2C1-1%2C.58%2C3.54%2C3.54%2C0%2C0%2C1-1.31.25%2C3%2C3%2C0%2C0%2C1-1.46-.35%2C2.28%2C2.28%2C0%2C0%2C1-.93-1A3.21%2C3.21%2C0%2C0%2C1%2C4%2C13.32a3%2C3%2C0%2C0%2C1%2C.35-1.48%2C2.33%2C2.33%2C0%2C0%2C1%2C1-1%2C2.73%2C2.73%2C0%2C0%2C1%2C1.28-.27A2.53%2C2.53%2C0%2C0%2C1%2C8.22%2C11a1.91%2C1.91%2C0%2C0%2C1%2C.72%2C1.15l-1.07.2a1.15%2C1.15%2C0%2C0%2C0-.43-.62%2C1.26%2C1.26%2C0%2C0%2C0-.77-.23A1.48%2C1.48%2C0%2C0%2C0%2C5.54%2C12a1.92%2C1.92%2C0%2C0%2C0-.41%2C1.33A2.08%2C2.08%2C0%2C0%2C0%2C5.55%2C14.7ZM10%2C16V10.67H11V16Zm5.41-3.17v.9H13.16V16H12.08V10.67h3.66v.91H13.16v1.26ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-gif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EAsset 45%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.55%2C14.7a1.4%2C1.4%2C0%2C0%2C0%2C1.11.48%2C2%2C2%2C0%2C0%2C0%2C.67-.13%2C2.21%2C2.21%2C0%2C0%2C0%2C.59-.33v-.67H6.68v-.9H9v2.12a3.09%2C3.09%2C0%2C0%2C1-1%2C.58%2C3.54%2C3.54%2C0%2C0%2C1-1.31.25%2C3%2C3%2C0%2C0%2C1-1.46-.35%2C2.28%2C2.28%2C0%2C0%2C1-.93-1A3.21%2C3.21%2C0%2C0%2C1%2C4%2C13.32a3%2C3%2C0%2C0%2C1%2C.35-1.48%2C2.33%2C2.33%2C0%2C0%2C1%2C1-1%2C2.73%2C2.73%2C0%2C0%2C1%2C1.28-.27A2.53%2C2.53%2C0%2C0%2C1%2C8.22%2C11a1.91%2C1.91%2C0%2C0%2C1%2C.72%2C1.15l-1.07.2a1.15%2C1.15%2C0%2C0%2C0-.43-.62%2C1.26%2C1.26%2C0%2C0%2C0-.77-.23A1.48%2C1.48%2C0%2C0%2C0%2C5.54%2C12a1.92%2C1.92%2C0%2C0%2C0-.41%2C1.33A2.08%2C2.08%2C0%2C0%2C0%2C5.55%2C14.7ZM10%2C16V10.67H11V16Zm5.41-3.17v.9H13.16V16H12.08V10.67h3.66v.91H13.16v1.26ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-graus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.73 33.3' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='13.94' cy='10.95' r='9.95' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpolyline points='5.5 16.47 1 29.06 7.02 26.2 9.88 32.23 13.88 21.06' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpolyline points='13.88 21.06 19.2 32.3 21.43 26.03 27.73 28.27 22.22 16.64' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-graus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.73 33.3' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='13.94' cy='10.95' r='9.95' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpolyline points='5.5 16.47 1 29.06 7.02 26.2 9.88 32.23 13.88 21.06' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpolyline points='13.88 21.06 19.2 32.3 21.43 26.03 27.73 28.27 22.22 16.64' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-graus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.73 33.3' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='13.94' cy='10.95' r='9.95' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpolyline points='5.5 16.47 1 29.06 7.02 26.2 9.88 32.23 13.88 21.06' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpolyline points='13.88 21.06 19.2 32.3 21.43 26.03 27.73 28.27 22.22 16.64' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-graus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.73 33.3' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='13.94' cy='10.95' r='9.95' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpolyline points='5.5 16.47 1 29.06 7.02 26.2 9.88 32.23 13.88 21.06' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpolyline points='13.88 21.06 19.2 32.3 21.43 26.03 27.73 28.27 22.22 16.64' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-graus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.73 33.3' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='13.94' cy='10.95' r='9.95' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpolyline points='5.5 16.47 1 29.06 7.02 26.2 9.88 32.23 13.88 21.06' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpolyline points='13.88 21.06 19.2 32.3 21.43 26.03 27.73 28.27 22.22 16.64' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-graus:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.73 33.3' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='13.94' cy='10.95' r='9.95' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpolyline points='5.5 16.47 1 29.06 7.02 26.2 9.88 32.23 13.88 21.06' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpolyline points='13.88 21.06 19.2 32.3 21.43 26.03 27.73 28.27 22.22 16.64' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-graus:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.73 33.3' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='13.94' cy='10.95' r='9.95' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpolyline points='5.5 16.47 1 29.06 7.02 26.2 9.88 32.23 13.88 21.06' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3Cpolyline points='13.88 21.06 19.2 32.3 21.43 26.03 27.73 28.27 22.22 16.64' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-guardar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.08 60.08' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eguardar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' d='M59.08%2C30A29%2C29%2C0%2C1%2C1%2C30%2C1%2C29%2C29%2C0%2C0%2C1%2C59.08%2C30ZM44.72%2C20.62%2C39.3%2C15.36H15.36V44.72H44.72ZM36.77%2C22.7H24V15.38H36.77Zm3.4%2C18.5H20.61V31.7H40.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-guardar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.08 60.08' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eguardar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M59.08%2C30A29%2C29%2C0%2C1%2C1%2C30%2C1%2C29%2C29%2C0%2C0%2C1%2C59.08%2C30ZM44.72%2C20.62%2C39.3%2C15.36H15.36V44.72H44.72ZM36.77%2C22.7H24V15.38H36.77Zm3.4%2C18.5H20.61V31.7H40.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-guardar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.08 60.08' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eguardar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' d='M59.08%2C30A29%2C29%2C0%2C1%2C1%2C30%2C1%2C29%2C29%2C0%2C0%2C1%2C59.08%2C30ZM44.72%2C20.62%2C39.3%2C15.36H15.36V44.72H44.72ZM36.77%2C22.7H24V15.38H36.77Zm3.4%2C18.5H20.61V31.7H40.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-guardar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.08 60.08' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eguardar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M59.08%2C30A29%2C29%2C0%2C1%2C1%2C30%2C1%2C29%2C29%2C0%2C0%2C1%2C59.08%2C30ZM44.72%2C20.62%2C39.3%2C15.36H15.36V44.72H44.72ZM36.77%2C22.7H24V15.38H36.77Zm3.4%2C18.5H20.61V31.7H40.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-guardar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.08 60.08' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eguardar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' d='M59.08%2C30A29%2C29%2C0%2C1%2C1%2C30%2C1%2C29%2C29%2C0%2C0%2C1%2C59.08%2C30ZM44.72%2C20.62%2C39.3%2C15.36H15.36V44.72H44.72ZM36.77%2C22.7H24V15.38H36.77Zm3.4%2C18.5H20.61V31.7H40.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-guardar-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.08 60.08' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eguardar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M59.08%2C30A29%2C29%2C0%2C1%2C1%2C30%2C1%2C29%2C29%2C0%2C0%2C1%2C59.08%2C30ZM44.72%2C20.62%2C39.3%2C15.36H15.36V44.72H44.72ZM36.77%2C22.7H24V15.38H36.77Zm3.4%2C18.5H20.61V31.7H40.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-guardar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60.08 60.08' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eguardar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M59.08%2C30A29%2C29%2C0%2C1%2C1%2C30%2C1%2C29%2C29%2C0%2C0%2C1%2C59.08%2C30ZM44.72%2C20.62%2C39.3%2C15.36H15.36V44.72H44.72ZM36.77%2C22.7H24V15.38H36.77Zm3.4%2C18.5H20.61V31.7H40.17Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-hora-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ehora%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' cx='26.3' cy='26.3' r='25.8'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' d='M26.3%2C12a14.25%2C14.25%2C0%2C1%2C0%2C6.24%2C1.42v4.35'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' x1='36.6' y1='12.02' x2='32.54' y2='13.44'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' x1='26.3' y1='26.59' x2='26.3' y2='17.41'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' x1='21.03' y1='31.86' x2='26.3' y2='26.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-hora-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehora%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' cx='26.3' cy='26.3' r='25.8'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M26.3%2C12a14.25%2C14.25%2C0%2C1%2C0%2C6.24%2C1.42v4.35'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='36.6' y1='12.02' x2='32.54' y2='13.44'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='26.3' y1='26.59' x2='26.3' y2='17.41'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='21.03' y1='31.86' x2='26.3' y2='26.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-hora-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ehora%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' cx='26.3' cy='26.3' r='25.8'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' d='M26.3%2C12a14.25%2C14.25%2C0%2C1%2C0%2C6.24%2C1.42v4.35'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' x1='36.6' y1='12.02' x2='32.54' y2='13.44'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' x1='26.3' y1='26.59' x2='26.3' y2='17.41'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' x1='21.03' y1='31.86' x2='26.3' y2='26.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-hora-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehora%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' cx='26.3' cy='26.3' r='25.8'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M26.3%2C12a14.25%2C14.25%2C0%2C1%2C0%2C6.24%2C1.42v4.35'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='36.6' y1='12.02' x2='32.54' y2='13.44'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='26.3' y1='26.59' x2='26.3' y2='17.41'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='21.03' y1='31.86' x2='26.3' y2='26.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-hora-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ehora%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' cx='26.3' cy='26.3' r='25.8'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' d='M26.3%2C12a14.25%2C14.25%2C0%2C1%2C0%2C6.24%2C1.42v4.35'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' x1='36.6' y1='12.02' x2='32.54' y2='13.44'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' x1='26.3' y1='26.59' x2='26.3' y2='17.41'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' x1='21.03' y1='31.86' x2='26.3' y2='26.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-hora-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehora%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' cx='26.3' cy='26.3' r='25.8'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' d='M26.3%2C12a14.25%2C14.25%2C0%2C1%2C0%2C6.24%2C1.42v4.35'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='36.6' y1='12.02' x2='32.54' y2='13.44'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='26.3' y1='26.59' x2='26.3' y2='17.41'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' x1='21.03' y1='31.86' x2='26.3' y2='26.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-hora-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehora%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' cx='26.3' cy='26.3' r='25.8'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' d='M26.3%2C12a14.25%2C14.25%2C0%2C1%2C0%2C6.24%2C1.42v4.35'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='36.6' y1='12.02' x2='32.54' y2='13.44'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='26.3' y1='26.59' x2='26.3' y2='17.41'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' x1='21.03' y1='31.86' x2='26.3' y2='26.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-importarusuarios:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.28 122.53' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3EadicionarVarioUsuarios%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' d='M79.68%2C37.24V122H.5V12.6H53M19.3%2C24.92a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.4A4.4%2C4.4%2C0%2C0%2C0%2C19.3%2C24.92ZM27.55%2C42A8.26%2C8.26%2C0%2C1%2C0%2C11%2C42M19.3%2C55.86a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.41A4.41%2C4.41%2C0%2C0%2C0%2C19.3%2C55.86ZM27.55%2C73A8.26%2C8.26%2C0%2C1%2C0%2C11%2C73M14.89%2C89.8a4.41%2C4.41%2C0%2C1%2C0%2C4.41-4.4A4.4%2C4.4%2C0%2C0%2C0%2C14.89%2C89.8Zm12.66%2C12.69a8.26%2C8.26%2C0%2C1%2C0-16.51%2C0M79.68.5V24.7M67.58%2C12.6h24.2M34.94%2C36.38H66.16M34.94%2C67.31H66.16M34.94%2C97.12H66.16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-importarusuarios:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.28 122.53' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EadicionarVarioUsuarios%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' d='M79.68%2C37.24V122H.5V12.6H53M19.3%2C24.92a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.4A4.4%2C4.4%2C0%2C0%2C0%2C19.3%2C24.92ZM27.55%2C42A8.26%2C8.26%2C0%2C1%2C0%2C11%2C42M19.3%2C55.86a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.41A4.41%2C4.41%2C0%2C0%2C0%2C19.3%2C55.86ZM27.55%2C73A8.26%2C8.26%2C0%2C1%2C0%2C11%2C73M14.89%2C89.8a4.41%2C4.41%2C0%2C1%2C0%2C4.41-4.4A4.4%2C4.4%2C0%2C0%2C0%2C14.89%2C89.8Zm12.66%2C12.69a8.26%2C8.26%2C0%2C1%2C0-16.51%2C0M79.68.5V24.7M67.58%2C12.6h24.2M34.94%2C36.38H66.16M34.94%2C67.31H66.16M34.94%2C97.12H66.16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-importarusuarios:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.28 122.53' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3EadicionarVarioUsuarios%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' d='M79.68%2C37.24V122H.5V12.6H53M19.3%2C24.92a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.4A4.4%2C4.4%2C0%2C0%2C0%2C19.3%2C24.92ZM27.55%2C42A8.26%2C8.26%2C0%2C1%2C0%2C11%2C42M19.3%2C55.86a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.41A4.41%2C4.41%2C0%2C0%2C0%2C19.3%2C55.86ZM27.55%2C73A8.26%2C8.26%2C0%2C1%2C0%2C11%2C73M14.89%2C89.8a4.41%2C4.41%2C0%2C1%2C0%2C4.41-4.4A4.4%2C4.4%2C0%2C0%2C0%2C14.89%2C89.8Zm12.66%2C12.69a8.26%2C8.26%2C0%2C1%2C0-16.51%2C0M79.68.5V24.7M67.58%2C12.6h24.2M34.94%2C36.38H66.16M34.94%2C67.31H66.16M34.94%2C97.12H66.16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-importarusuarios:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.28 122.53' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EadicionarVarioUsuarios%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' d='M79.68%2C37.24V122H.5V12.6H53M19.3%2C24.92a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.4A4.4%2C4.4%2C0%2C0%2C0%2C19.3%2C24.92ZM27.55%2C42A8.26%2C8.26%2C0%2C1%2C0%2C11%2C42M19.3%2C55.86a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.41A4.41%2C4.41%2C0%2C0%2C0%2C19.3%2C55.86ZM27.55%2C73A8.26%2C8.26%2C0%2C1%2C0%2C11%2C73M14.89%2C89.8a4.41%2C4.41%2C0%2C1%2C0%2C4.41-4.4A4.4%2C4.4%2C0%2C0%2C0%2C14.89%2C89.8Zm12.66%2C12.69a8.26%2C8.26%2C0%2C1%2C0-16.51%2C0M79.68.5V24.7M67.58%2C12.6h24.2M34.94%2C36.38H66.16M34.94%2C67.31H66.16M34.94%2C97.12H66.16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-importarusuarios:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.28 122.53' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3EadicionarVarioUsuarios%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' d='M79.68%2C37.24V122H.5V12.6H53M19.3%2C24.92a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.4A4.4%2C4.4%2C0%2C0%2C0%2C19.3%2C24.92ZM27.55%2C42A8.26%2C8.26%2C0%2C1%2C0%2C11%2C42M19.3%2C55.86a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.41A4.41%2C4.41%2C0%2C0%2C0%2C19.3%2C55.86ZM27.55%2C73A8.26%2C8.26%2C0%2C1%2C0%2C11%2C73M14.89%2C89.8a4.41%2C4.41%2C0%2C1%2C0%2C4.41-4.4A4.4%2C4.4%2C0%2C0%2C0%2C14.89%2C89.8Zm12.66%2C12.69a8.26%2C8.26%2C0%2C1%2C0-16.51%2C0M79.68.5V24.7M67.58%2C12.6h24.2M34.94%2C36.38H66.16M34.94%2C67.31H66.16M34.94%2C97.12H66.16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-importarusuarios:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.28 122.53' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EadicionarVarioUsuarios%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' d='M79.68%2C37.24V122H.5V12.6H53M19.3%2C24.92a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.4A4.4%2C4.4%2C0%2C0%2C0%2C19.3%2C24.92ZM27.55%2C42A8.26%2C8.26%2C0%2C1%2C0%2C11%2C42M19.3%2C55.86a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.41A4.41%2C4.41%2C0%2C0%2C0%2C19.3%2C55.86ZM27.55%2C73A8.26%2C8.26%2C0%2C1%2C0%2C11%2C73M14.89%2C89.8a4.41%2C4.41%2C0%2C1%2C0%2C4.41-4.4A4.4%2C4.4%2C0%2C0%2C0%2C14.89%2C89.8Zm12.66%2C12.69a8.26%2C8.26%2C0%2C1%2C0-16.51%2C0M79.68.5V24.7M67.58%2C12.6h24.2M34.94%2C36.38H66.16M34.94%2C67.31H66.16M34.94%2C97.12H66.16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-importarusuarios:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92.28 122.53' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EadicionarVarioUsuarios%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' d='M79.68%2C37.24V122H.5V12.6H53M19.3%2C24.92a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.4A4.4%2C4.4%2C0%2C0%2C0%2C19.3%2C24.92ZM27.55%2C42A8.26%2C8.26%2C0%2C1%2C0%2C11%2C42M19.3%2C55.86a4.41%2C4.41%2C0%2C1%2C0%2C4.4%2C4.41A4.41%2C4.41%2C0%2C0%2C0%2C19.3%2C55.86ZM27.55%2C73A8.26%2C8.26%2C0%2C1%2C0%2C11%2C73M14.89%2C89.8a4.41%2C4.41%2C0%2C1%2C0%2C4.41-4.4A4.4%2C4.4%2C0%2C0%2C0%2C14.89%2C89.8Zm12.66%2C12.69a8.26%2C8.26%2C0%2C1%2C0-16.51%2C0M79.68.5V24.7M67.58%2C12.6h24.2M34.94%2C36.38H66.16M34.94%2C67.31H66.16M34.94%2C97.12H66.16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-jpeg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_jpeg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M7.66%2C11.67a4.49%2C4.49%2C0%2C0%2C0-.65%2C0H6.57v1.27h.5a2.58%2C2.58%2C0%2C0%2C0%2C.71-.07.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72ZM13%2C12.63v.75H10.74V14.6h2.51v.76H9.84V10.88h3.32v.76H10.74v1ZM9.1%2C12.26A1.47%2C1.47%2C0%2C0%2C1%2C9%2C13a1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H6.57v1.69h-.9V10.88H7.12a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44A1.44%2C1.44%2C0%2C0%2C1%2C9.1%2C12.26Zm-6.9%2C2.8A1.51%2C1.51%2C0%2C0%2C1%2C1.84%2C14l.85-.1a1.31%2C1.31%2C0%2C0%2C0%2C.11.55.5.5%2C0%2C0%2C0%2C.45.24.52.52%2C0%2C0%2C0%2C.43-.17%2C1.45%2C1.45%2C0%2C0%2C0%2C.12-.72V10.88h.9v2.83a3.17%2C3.17%2C0%2C0%2C1-.09.86%2C1.25%2C1.25%2C0%2C0%2C1-.48.63%2C1.63%2C1.63%2C0%2C0%2C1-.91.23A1.35%2C1.35%2C0%2C0%2C1%2C2.2%2C15.06Zm15.24%2C7H2.72V17.67H17.44Zm.61-7.31a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.47%2C2.47%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2.05%2C2.05%2C0%2C0%2C1%2C15%2C11a2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11%2C1.79%2C1.79%2C0%2C0%2C0%2C.35%2C1.2%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h1.95Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-jpeg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_jpeg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M7.66%2C11.67a4.49%2C4.49%2C0%2C0%2C0-.65%2C0H6.57v1.27h.5a2.58%2C2.58%2C0%2C0%2C0%2C.71-.07.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72ZM13%2C12.63v.75H10.74V14.6h2.51v.76H9.84V10.88h3.32v.76H10.74v1ZM9.1%2C12.26A1.47%2C1.47%2C0%2C0%2C1%2C9%2C13a1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H6.57v1.69h-.9V10.88H7.12a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44A1.44%2C1.44%2C0%2C0%2C1%2C9.1%2C12.26Zm-6.9%2C2.8A1.51%2C1.51%2C0%2C0%2C1%2C1.84%2C14l.85-.1a1.31%2C1.31%2C0%2C0%2C0%2C.11.55.5.5%2C0%2C0%2C0%2C.45.24.52.52%2C0%2C0%2C0%2C.43-.17%2C1.45%2C1.45%2C0%2C0%2C0%2C.12-.72V10.88h.9v2.83a3.17%2C3.17%2C0%2C0%2C1-.09.86%2C1.25%2C1.25%2C0%2C0%2C1-.48.63%2C1.63%2C1.63%2C0%2C0%2C1-.91.23A1.35%2C1.35%2C0%2C0%2C1%2C2.2%2C15.06Zm15.24%2C7H2.72V17.67H17.44Zm.61-7.31a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.47%2C2.47%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2.05%2C2.05%2C0%2C0%2C1%2C15%2C11a2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11%2C1.79%2C1.79%2C0%2C0%2C0%2C.35%2C1.2%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h1.95Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-jpeg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_jpeg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M7.66%2C11.67a4.49%2C4.49%2C0%2C0%2C0-.65%2C0H6.57v1.27h.5a2.58%2C2.58%2C0%2C0%2C0%2C.71-.07.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72ZM13%2C12.63v.75H10.74V14.6h2.51v.76H9.84V10.88h3.32v.76H10.74v1ZM9.1%2C12.26A1.47%2C1.47%2C0%2C0%2C1%2C9%2C13a1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H6.57v1.69h-.9V10.88H7.12a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44A1.44%2C1.44%2C0%2C0%2C1%2C9.1%2C12.26Zm-6.9%2C2.8A1.51%2C1.51%2C0%2C0%2C1%2C1.84%2C14l.85-.1a1.31%2C1.31%2C0%2C0%2C0%2C.11.55.5.5%2C0%2C0%2C0%2C.45.24.52.52%2C0%2C0%2C0%2C.43-.17%2C1.45%2C1.45%2C0%2C0%2C0%2C.12-.72V10.88h.9v2.83a3.17%2C3.17%2C0%2C0%2C1-.09.86%2C1.25%2C1.25%2C0%2C0%2C1-.48.63%2C1.63%2C1.63%2C0%2C0%2C1-.91.23A1.35%2C1.35%2C0%2C0%2C1%2C2.2%2C15.06Zm15.24%2C7H2.72V17.67H17.44Zm.61-7.31a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.47%2C2.47%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2.05%2C2.05%2C0%2C0%2C1%2C15%2C11a2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11%2C1.79%2C1.79%2C0%2C0%2C0%2C.35%2C1.2%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h1.95Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-jpeg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_jpeg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M7.66%2C11.67a4.49%2C4.49%2C0%2C0%2C0-.65%2C0H6.57v1.27h.5a2.58%2C2.58%2C0%2C0%2C0%2C.71-.07.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72ZM13%2C12.63v.75H10.74V14.6h2.51v.76H9.84V10.88h3.32v.76H10.74v1ZM9.1%2C12.26A1.47%2C1.47%2C0%2C0%2C1%2C9%2C13a1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H6.57v1.69h-.9V10.88H7.12a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44A1.44%2C1.44%2C0%2C0%2C1%2C9.1%2C12.26Zm-6.9%2C2.8A1.51%2C1.51%2C0%2C0%2C1%2C1.84%2C14l.85-.1a1.31%2C1.31%2C0%2C0%2C0%2C.11.55.5.5%2C0%2C0%2C0%2C.45.24.52.52%2C0%2C0%2C0%2C.43-.17%2C1.45%2C1.45%2C0%2C0%2C0%2C.12-.72V10.88h.9v2.83a3.17%2C3.17%2C0%2C0%2C1-.09.86%2C1.25%2C1.25%2C0%2C0%2C1-.48.63%2C1.63%2C1.63%2C0%2C0%2C1-.91.23A1.35%2C1.35%2C0%2C0%2C1%2C2.2%2C15.06Zm15.24%2C7H2.72V17.67H17.44Zm.61-7.31a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.47%2C2.47%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2.05%2C2.05%2C0%2C0%2C1%2C15%2C11a2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11%2C1.79%2C1.79%2C0%2C0%2C0%2C.35%2C1.2%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h1.95Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-jpeg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_jpeg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M7.66%2C11.67a4.49%2C4.49%2C0%2C0%2C0-.65%2C0H6.57v1.27h.5a2.58%2C2.58%2C0%2C0%2C0%2C.71-.07.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72ZM13%2C12.63v.75H10.74V14.6h2.51v.76H9.84V10.88h3.32v.76H10.74v1ZM9.1%2C12.26A1.47%2C1.47%2C0%2C0%2C1%2C9%2C13a1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H6.57v1.69h-.9V10.88H7.12a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44A1.44%2C1.44%2C0%2C0%2C1%2C9.1%2C12.26Zm-6.9%2C2.8A1.51%2C1.51%2C0%2C0%2C1%2C1.84%2C14l.85-.1a1.31%2C1.31%2C0%2C0%2C0%2C.11.55.5.5%2C0%2C0%2C0%2C.45.24.52.52%2C0%2C0%2C0%2C.43-.17%2C1.45%2C1.45%2C0%2C0%2C0%2C.12-.72V10.88h.9v2.83a3.17%2C3.17%2C0%2C0%2C1-.09.86%2C1.25%2C1.25%2C0%2C0%2C1-.48.63%2C1.63%2C1.63%2C0%2C0%2C1-.91.23A1.35%2C1.35%2C0%2C0%2C1%2C2.2%2C15.06Zm15.24%2C7H2.72V17.67H17.44Zm.61-7.31a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.47%2C2.47%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2.05%2C2.05%2C0%2C0%2C1%2C15%2C11a2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11%2C1.79%2C1.79%2C0%2C0%2C0%2C.35%2C1.2%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h1.95Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-jpeg:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_jpeg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M7.66%2C11.67a4.49%2C4.49%2C0%2C0%2C0-.65%2C0H6.57v1.27h.5a2.58%2C2.58%2C0%2C0%2C0%2C.71-.07.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72ZM13%2C12.63v.75H10.74V14.6h2.51v.76H9.84V10.88h3.32v.76H10.74v1ZM9.1%2C12.26A1.47%2C1.47%2C0%2C0%2C1%2C9%2C13a1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H6.57v1.69h-.9V10.88H7.12a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44A1.44%2C1.44%2C0%2C0%2C1%2C9.1%2C12.26Zm-6.9%2C2.8A1.51%2C1.51%2C0%2C0%2C1%2C1.84%2C14l.85-.1a1.31%2C1.31%2C0%2C0%2C0%2C.11.55.5.5%2C0%2C0%2C0%2C.45.24.52.52%2C0%2C0%2C0%2C.43-.17%2C1.45%2C1.45%2C0%2C0%2C0%2C.12-.72V10.88h.9v2.83a3.17%2C3.17%2C0%2C0%2C1-.09.86%2C1.25%2C1.25%2C0%2C0%2C1-.48.63%2C1.63%2C1.63%2C0%2C0%2C1-.91.23A1.35%2C1.35%2C0%2C0%2C1%2C2.2%2C15.06Zm15.24%2C7H2.72V17.67H17.44Zm.61-7.31a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.47%2C2.47%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2.05%2C2.05%2C0%2C0%2C1%2C15%2C11a2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11%2C1.79%2C1.79%2C0%2C0%2C0%2C.35%2C1.2%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h1.95Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-jpeg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_jpeg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M7.66%2C11.67a4.49%2C4.49%2C0%2C0%2C0-.65%2C0H6.57v1.27h.5a2.58%2C2.58%2C0%2C0%2C0%2C.71-.07.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM2.72.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94V8.3H2.72ZM13%2C12.63v.75H10.74V14.6h2.51v.76H9.84V10.88h3.32v.76H10.74v1ZM9.1%2C12.26A1.47%2C1.47%2C0%2C0%2C1%2C9%2C13a1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H6.57v1.69h-.9V10.88H7.12a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44A1.44%2C1.44%2C0%2C0%2C1%2C9.1%2C12.26Zm-6.9%2C2.8A1.51%2C1.51%2C0%2C0%2C1%2C1.84%2C14l.85-.1a1.31%2C1.31%2C0%2C0%2C0%2C.11.55.5.5%2C0%2C0%2C0%2C.45.24.52.52%2C0%2C0%2C0%2C.43-.17%2C1.45%2C1.45%2C0%2C0%2C0%2C.12-.72V10.88h.9v2.83a3.17%2C3.17%2C0%2C0%2C1-.09.86%2C1.25%2C1.25%2C0%2C0%2C1-.48.63%2C1.63%2C1.63%2C0%2C0%2C1-.91.23A1.35%2C1.35%2C0%2C0%2C1%2C2.2%2C15.06Zm15.24%2C7H2.72V17.67H17.44Zm.61-7.31a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.47%2C2.47%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2.05%2C2.05%2C0%2C0%2C1%2C15%2C11a2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11%2C1.79%2C1.79%2C0%2C0%2C0%2C.35%2C1.2%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h1.95Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-lupa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.14 40.14' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-width='1px' d='M20.07%2C1A19.07%2C19.07%2C0%2C1%2C1%2C1%2C20.07%2C19.07%2C19.07%2C0%2C0%2C1%2C20.07%2C1Zm.5%2C8.45A6.4%2C6.4%2C0%2C1%2C0%2C28%2C14.69%2C6.4%2C6.4%2C0%2C0%2C0%2C20.57%2C9.45Zm-2.3%2C11.74-6.16%2C9.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-lupa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.14 40.14' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='1px' d='M20.07%2C1A19.07%2C19.07%2C0%2C1%2C1%2C1%2C20.07%2C19.07%2C19.07%2C0%2C0%2C1%2C20.07%2C1Zm.5%2C8.45A6.4%2C6.4%2C0%2C1%2C0%2C28%2C14.69%2C6.4%2C6.4%2C0%2C0%2C0%2C20.57%2C9.45Zm-2.3%2C11.74-6.16%2C9.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-lupa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.14 40.14' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-width='1px' d='M20.07%2C1A19.07%2C19.07%2C0%2C1%2C1%2C1%2C20.07%2C19.07%2C19.07%2C0%2C0%2C1%2C20.07%2C1Zm.5%2C8.45A6.4%2C6.4%2C0%2C1%2C0%2C28%2C14.69%2C6.4%2C6.4%2C0%2C0%2C0%2C20.57%2C9.45Zm-2.3%2C11.74-6.16%2C9.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-lupa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.14 40.14' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='1px' d='M20.07%2C1A19.07%2C19.07%2C0%2C1%2C1%2C1%2C20.07%2C19.07%2C19.07%2C0%2C0%2C1%2C20.07%2C1Zm.5%2C8.45A6.4%2C6.4%2C0%2C1%2C0%2C28%2C14.69%2C6.4%2C6.4%2C0%2C0%2C0%2C20.57%2C9.45Zm-2.3%2C11.74-6.16%2C9.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-lupa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.14 40.14' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-width='1px' d='M20.07%2C1A19.07%2C19.07%2C0%2C1%2C1%2C1%2C20.07%2C19.07%2C19.07%2C0%2C0%2C1%2C20.07%2C1Zm.5%2C8.45A6.4%2C6.4%2C0%2C1%2C0%2C28%2C14.69%2C6.4%2C6.4%2C0%2C0%2C0%2C20.57%2C9.45Zm-2.3%2C11.74-6.16%2C9.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-lupa-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.14 40.14' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='1px' d='M20.07%2C1A19.07%2C19.07%2C0%2C1%2C1%2C1%2C20.07%2C19.07%2C19.07%2C0%2C0%2C1%2C20.07%2C1Zm.5%2C8.45A6.4%2C6.4%2C0%2C1%2C0%2C28%2C14.69%2C6.4%2C6.4%2C0%2C0%2C0%2C20.57%2C9.45Zm-2.3%2C11.74-6.16%2C9.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-lupa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.14 40.14' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='1px' d='M20.07%2C1A19.07%2C19.07%2C0%2C1%2C1%2C1%2C20.07%2C19.07%2C19.07%2C0%2C0%2C1%2C20.07%2C1Zm.5%2C8.45A6.4%2C6.4%2C0%2C1%2C0%2C28%2C14.69%2C6.4%2C6.4%2C0%2C0%2C0%2C20.57%2C9.45Zm-2.3%2C11.74-6.16%2C9.59'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-agenda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26 26' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cimage width='26' height='26' xlink:href='data:image/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZ0lEQVRIS%2B2UwQrAIAxD4/D/fzm7DCai6Syll/VdFAw8iNZGEgICaCowILPX7iCaNFF/VtWf7HZim%2B3vdtlv1B0xrbr/ib7eD2BkLVEYaaLxeZ/MyzHWHEVRc%2BSnRG5K5KZEbtJ%2B7xvuLA44hpSWqAAAAABJRU5ErkJggg=='/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-agenda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26 26' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cimage width='26' height='26' xlink:href='data:image/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZ0lEQVRIS%2B2UwQrAIAxD4/D/fzm7DCai6Syll/VdFAw8iNZGEgICaCowILPX7iCaNFF/VtWf7HZim%2B3vdtlv1B0xrbr/ib7eD2BkLVEYaaLxeZ/MyzHWHEVRc%2BSnRG5K5KZEbtJ%2B7xvuLA44hpSWqAAAAABJRU5ErkJggg=='/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-agenda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26 26' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cimage width='26' height='26' xlink:href='data:image/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZ0lEQVRIS%2B2UwQrAIAxD4/D/fzm7DCai6Syll/VdFAw8iNZGEgICaCowILPX7iCaNFF/VtWf7HZim%2B3vdtlv1B0xrbr/ib7eD2BkLVEYaaLxeZ/MyzHWHEVRc%2BSnRG5K5KZEbtJ%2B7xvuLA44hpSWqAAAAABJRU5ErkJggg=='/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-agenda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26 26' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cimage width='26' height='26' xlink:href='data:image/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZ0lEQVRIS%2B2UwQrAIAxD4/D/fzm7DCai6Syll/VdFAw8iNZGEgICaCowILPX7iCaNFF/VtWf7HZim%2B3vdtlv1B0xrbr/ib7eD2BkLVEYaaLxeZ/MyzHWHEVRc%2BSnRG5K5KZEbtJ%2B7xvuLA44hpSWqAAAAABJRU5ErkJggg=='/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-agenda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26 26' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cimage width='26' height='26' xlink:href='data:image/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZ0lEQVRIS%2B2UwQrAIAxD4/D/fzm7DCai6Syll/VdFAw8iNZGEgICaCowILPX7iCaNFF/VtWf7HZim%2B3vdtlv1B0xrbr/ib7eD2BkLVEYaaLxeZ/MyzHWHEVRc%2BSnRG5K5KZEbtJ%2B7xvuLA44hpSWqAAAAABJRU5ErkJggg=='/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-agenda-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26 26' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cimage width='26' height='26' xlink:href='data:image/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZ0lEQVRIS%2B2UwQrAIAxD4/D/fzm7DCai6Syll/VdFAw8iNZGEgICaCowILPX7iCaNFF/VtWf7HZim%2B3vdtlv1B0xrbr/ib7eD2BkLVEYaaLxeZ/MyzHWHEVRc%2BSnRG5K5KZEbtJ%2B7xvuLA44hpSWqAAAAABJRU5ErkJggg=='/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-agenda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 26 26' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eschedule%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cimage width='26' height='26' xlink:href='data:image/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsSAAALEgHS3X78AAAAZ0lEQVRIS%2B2UwQrAIAxD4/D/fzm7DCai6Syll/VdFAw8iNZGEgICaCowILPX7iCaNFF/VtWf7HZim%2B3vdtlv1B0xrbr/ib7eD2BkLVEYaaLxeZ/MyzHWHEVRc%2BSnRG5K5KZEbtJ%2B7xvuLA44hpSWqAAAAABJRU5ErkJggg=='/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-ajuda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.38 27.04' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ehelp%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C3.73S2.54.35%2C6%2C.51C9.52.67%2C12%2C3.25%2C11.87%2C6.28c-.13%2C2.86-1.67%2C4.54-3.51%2C6.36C7%2C14%2C5%2C15.87%2C4.89%2C18.51l-.13%2C2.74m0%2C5.29a.63.63%2C0%2C0%2C0%2C0-1.25.63.63%2C0%2C0%2C0%2C0%2C1.25Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-ajuda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.38 27.04' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehelp%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C3.73S2.54.35%2C6%2C.51C9.52.67%2C12%2C3.25%2C11.87%2C6.28c-.13%2C2.86-1.67%2C4.54-3.51%2C6.36C7%2C14%2C5%2C15.87%2C4.89%2C18.51l-.13%2C2.74m0%2C5.29a.63.63%2C0%2C0%2C0%2C0-1.25.63.63%2C0%2C0%2C0%2C0%2C1.25Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-ajuda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.38 27.04' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ehelp%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C3.73S2.54.35%2C6%2C.51C9.52.67%2C12%2C3.25%2C11.87%2C6.28c-.13%2C2.86-1.67%2C4.54-3.51%2C6.36C7%2C14%2C5%2C15.87%2C4.89%2C18.51l-.13%2C2.74m0%2C5.29a.63.63%2C0%2C0%2C0%2C0-1.25.63.63%2C0%2C0%2C0%2C0%2C1.25Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-ajuda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.38 27.04' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehelp%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C3.73S2.54.35%2C6%2C.51C9.52.67%2C12%2C3.25%2C11.87%2C6.28c-.13%2C2.86-1.67%2C4.54-3.51%2C6.36C7%2C14%2C5%2C15.87%2C4.89%2C18.51l-.13%2C2.74m0%2C5.29a.63.63%2C0%2C0%2C0%2C0-1.25.63.63%2C0%2C0%2C0%2C0%2C1.25Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-ajuda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.38 27.04' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ehelp%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C3.73S2.54.35%2C6%2C.51C9.52.67%2C12%2C3.25%2C11.87%2C6.28c-.13%2C2.86-1.67%2C4.54-3.51%2C6.36C7%2C14%2C5%2C15.87%2C4.89%2C18.51l-.13%2C2.74m0%2C5.29a.63.63%2C0%2C0%2C0%2C0-1.25.63.63%2C0%2C0%2C0%2C0%2C1.25Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-ajuda-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.38 27.04' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehelp%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C3.73S2.54.35%2C6%2C.51C9.52.67%2C12%2C3.25%2C11.87%2C6.28c-.13%2C2.86-1.67%2C4.54-3.51%2C6.36C7%2C14%2C5%2C15.87%2C4.89%2C18.51l-.13%2C2.74m0%2C5.29a.63.63%2C0%2C0%2C0%2C0-1.25.63.63%2C0%2C0%2C0%2C0%2C1.25Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-ajuda-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.38 27.04' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehelp%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C3.73S2.54.35%2C6%2C.51C9.52.67%2C12%2C3.25%2C11.87%2C6.28c-.13%2C2.86-1.67%2C4.54-3.51%2C6.36C7%2C14%2C5%2C15.87%2C4.89%2C18.51l-.13%2C2.74m0%2C5.29a.63.63%2C0%2C0%2C0%2C0-1.25.63.63%2C0%2C0%2C0%2C0%2C1.25Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-anoescolar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.51 36.1' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eyear%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M12.31%2C29.13l-3%2C.69-.76-3.3%2C3-.69a6.83%2C6.83%2C0%2C0%2C1%2C.58-2.48L9.74%2C21.42l2.11-2.64%2C2.43%2C1.93a6.59%2C6.59%2C0%2C0%2C1%2C2.3-1.09V16.54H20v3.1a6.44%2C6.44%2C0%2C0%2C1%2C2.29%2C1.12l2.42-1.92%2C2.11%2C2.65-2.43%2C1.93a6.69%2C6.69%2C0%2C0%2C1%2C.54%2C2.49l3%2C.69-.76%2C3.29-3-.69a6.61%2C6.61%2C0%2C0%2C1-1.59%2C2L23.86%2C34l-3%2C1.46-1.36-2.81a7.12%2C7.12%2C0%2C0%2C1-1.23.12%2C6.9%2C6.9%2C0%2C0%2C1-1.3-.13L15.58%2C35.4l-3.05-1.47%2C1.36-2.81A6.78%2C6.78%2C0%2C0%2C1%2C12.31%2C29.13Zm9.44-3.06a3.52%2C3.52%2C0%2C1%2C0-3.52%2C3.52A3.53%2C3.53%2C0%2C0%2C0%2C21.75%2C26.07ZM24.38%2C13.8V3.18H.5V24.41H5.32M.5%2C11.14H24.38M6.6%2C0V6.9M17.88.13V7' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-anoescolar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.51 36.1' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eyear%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M12.31%2C29.13l-3%2C.69-.76-3.3%2C3-.69a6.83%2C6.83%2C0%2C0%2C1%2C.58-2.48L9.74%2C21.42l2.11-2.64%2C2.43%2C1.93a6.59%2C6.59%2C0%2C0%2C1%2C2.3-1.09V16.54H20v3.1a6.44%2C6.44%2C0%2C0%2C1%2C2.29%2C1.12l2.42-1.92%2C2.11%2C2.65-2.43%2C1.93a6.69%2C6.69%2C0%2C0%2C1%2C.54%2C2.49l3%2C.69-.76%2C3.29-3-.69a6.61%2C6.61%2C0%2C0%2C1-1.59%2C2L23.86%2C34l-3%2C1.46-1.36-2.81a7.12%2C7.12%2C0%2C0%2C1-1.23.12%2C6.9%2C6.9%2C0%2C0%2C1-1.3-.13L15.58%2C35.4l-3.05-1.47%2C1.36-2.81A6.78%2C6.78%2C0%2C0%2C1%2C12.31%2C29.13Zm9.44-3.06a3.52%2C3.52%2C0%2C1%2C0-3.52%2C3.52A3.53%2C3.53%2C0%2C0%2C0%2C21.75%2C26.07ZM24.38%2C13.8V3.18H.5V24.41H5.32M.5%2C11.14H24.38M6.6%2C0V6.9M17.88.13V7' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-anoescolar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.51 36.1' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eyear%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M12.31%2C29.13l-3%2C.69-.76-3.3%2C3-.69a6.83%2C6.83%2C0%2C0%2C1%2C.58-2.48L9.74%2C21.42l2.11-2.64%2C2.43%2C1.93a6.59%2C6.59%2C0%2C0%2C1%2C2.3-1.09V16.54H20v3.1a6.44%2C6.44%2C0%2C0%2C1%2C2.29%2C1.12l2.42-1.92%2C2.11%2C2.65-2.43%2C1.93a6.69%2C6.69%2C0%2C0%2C1%2C.54%2C2.49l3%2C.69-.76%2C3.29-3-.69a6.61%2C6.61%2C0%2C0%2C1-1.59%2C2L23.86%2C34l-3%2C1.46-1.36-2.81a7.12%2C7.12%2C0%2C0%2C1-1.23.12%2C6.9%2C6.9%2C0%2C0%2C1-1.3-.13L15.58%2C35.4l-3.05-1.47%2C1.36-2.81A6.78%2C6.78%2C0%2C0%2C1%2C12.31%2C29.13Zm9.44-3.06a3.52%2C3.52%2C0%2C1%2C0-3.52%2C3.52A3.53%2C3.53%2C0%2C0%2C0%2C21.75%2C26.07ZM24.38%2C13.8V3.18H.5V24.41H5.32M.5%2C11.14H24.38M6.6%2C0V6.9M17.88.13V7' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-anoescolar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.51 36.1' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eyear%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M12.31%2C29.13l-3%2C.69-.76-3.3%2C3-.69a6.83%2C6.83%2C0%2C0%2C1%2C.58-2.48L9.74%2C21.42l2.11-2.64%2C2.43%2C1.93a6.59%2C6.59%2C0%2C0%2C1%2C2.3-1.09V16.54H20v3.1a6.44%2C6.44%2C0%2C0%2C1%2C2.29%2C1.12l2.42-1.92%2C2.11%2C2.65-2.43%2C1.93a6.69%2C6.69%2C0%2C0%2C1%2C.54%2C2.49l3%2C.69-.76%2C3.29-3-.69a6.61%2C6.61%2C0%2C0%2C1-1.59%2C2L23.86%2C34l-3%2C1.46-1.36-2.81a7.12%2C7.12%2C0%2C0%2C1-1.23.12%2C6.9%2C6.9%2C0%2C0%2C1-1.3-.13L15.58%2C35.4l-3.05-1.47%2C1.36-2.81A6.78%2C6.78%2C0%2C0%2C1%2C12.31%2C29.13Zm9.44-3.06a3.52%2C3.52%2C0%2C1%2C0-3.52%2C3.52A3.53%2C3.53%2C0%2C0%2C0%2C21.75%2C26.07ZM24.38%2C13.8V3.18H.5V24.41H5.32M.5%2C11.14H24.38M6.6%2C0V6.9M17.88.13V7' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-anoescolar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.51 36.1' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eyear%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M12.31%2C29.13l-3%2C.69-.76-3.3%2C3-.69a6.83%2C6.83%2C0%2C0%2C1%2C.58-2.48L9.74%2C21.42l2.11-2.64%2C2.43%2C1.93a6.59%2C6.59%2C0%2C0%2C1%2C2.3-1.09V16.54H20v3.1a6.44%2C6.44%2C0%2C0%2C1%2C2.29%2C1.12l2.42-1.92%2C2.11%2C2.65-2.43%2C1.93a6.69%2C6.69%2C0%2C0%2C1%2C.54%2C2.49l3%2C.69-.76%2C3.29-3-.69a6.61%2C6.61%2C0%2C0%2C1-1.59%2C2L23.86%2C34l-3%2C1.46-1.36-2.81a7.12%2C7.12%2C0%2C0%2C1-1.23.12%2C6.9%2C6.9%2C0%2C0%2C1-1.3-.13L15.58%2C35.4l-3.05-1.47%2C1.36-2.81A6.78%2C6.78%2C0%2C0%2C1%2C12.31%2C29.13Zm9.44-3.06a3.52%2C3.52%2C0%2C1%2C0-3.52%2C3.52A3.53%2C3.53%2C0%2C0%2C0%2C21.75%2C26.07ZM24.38%2C13.8V3.18H.5V24.41H5.32M.5%2C11.14H24.38M6.6%2C0V6.9M17.88.13V7' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-anoescolar-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.51 36.1' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eyear%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M12.31%2C29.13l-3%2C.69-.76-3.3%2C3-.69a6.83%2C6.83%2C0%2C0%2C1%2C.58-2.48L9.74%2C21.42l2.11-2.64%2C2.43%2C1.93a6.59%2C6.59%2C0%2C0%2C1%2C2.3-1.09V16.54H20v3.1a6.44%2C6.44%2C0%2C0%2C1%2C2.29%2C1.12l2.42-1.92%2C2.11%2C2.65-2.43%2C1.93a6.69%2C6.69%2C0%2C0%2C1%2C.54%2C2.49l3%2C.69-.76%2C3.29-3-.69a6.61%2C6.61%2C0%2C0%2C1-1.59%2C2L23.86%2C34l-3%2C1.46-1.36-2.81a7.12%2C7.12%2C0%2C0%2C1-1.23.12%2C6.9%2C6.9%2C0%2C0%2C1-1.3-.13L15.58%2C35.4l-3.05-1.47%2C1.36-2.81A6.78%2C6.78%2C0%2C0%2C1%2C12.31%2C29.13Zm9.44-3.06a3.52%2C3.52%2C0%2C1%2C0-3.52%2C3.52A3.53%2C3.53%2C0%2C0%2C0%2C21.75%2C26.07ZM24.38%2C13.8V3.18H.5V24.41H5.32M.5%2C11.14H24.38M6.6%2C0V6.9M17.88.13V7' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-anoescolar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.51 36.1' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eyear%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M12.31%2C29.13l-3%2C.69-.76-3.3%2C3-.69a6.83%2C6.83%2C0%2C0%2C1%2C.58-2.48L9.74%2C21.42l2.11-2.64%2C2.43%2C1.93a6.59%2C6.59%2C0%2C0%2C1%2C2.3-1.09V16.54H20v3.1a6.44%2C6.44%2C0%2C0%2C1%2C2.29%2C1.12l2.42-1.92%2C2.11%2C2.65-2.43%2C1.93a6.69%2C6.69%2C0%2C0%2C1%2C.54%2C2.49l3%2C.69-.76%2C3.29-3-.69a6.61%2C6.61%2C0%2C0%2C1-1.59%2C2L23.86%2C34l-3%2C1.46-1.36-2.81a7.12%2C7.12%2C0%2C0%2C1-1.23.12%2C6.9%2C6.9%2C0%2C0%2C1-1.3-.13L15.58%2C35.4l-3.05-1.47%2C1.36-2.81A6.78%2C6.78%2C0%2C0%2C1%2C12.31%2C29.13Zm9.44-3.06a3.52%2C3.52%2C0%2C1%2C0-3.52%2C3.52A3.53%2C3.53%2C0%2C0%2C0%2C21.75%2C26.07ZM24.38%2C13.8V3.18H.5V24.41H5.32M.5%2C11.14H24.38M6.6%2C0V6.9M17.88.13V7' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-aulas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.33 25.23' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Elessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M6.58%2C7.36V.5H30.83V16.86H14.06M13%2C5.4H24.42M13%2C8.36H24.42M13%2C11.43H24.42M23.26%2C14.1%2C30.83%2C25M6.58%2C10.36a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.25A3.24%2C3.24%2C0%2C0%2C0%2C6.58%2C10.36Zm6.07%2C12.58a6.08%2C6.08%2C0%2C1%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-aulas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.33 25.23' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M6.58%2C7.36V.5H30.83V16.86H14.06M13%2C5.4H24.42M13%2C8.36H24.42M13%2C11.43H24.42M23.26%2C14.1%2C30.83%2C25M6.58%2C10.36a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.25A3.24%2C3.24%2C0%2C0%2C0%2C6.58%2C10.36Zm6.07%2C12.58a6.08%2C6.08%2C0%2C1%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-aulas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.33 25.23' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Elessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M6.58%2C7.36V.5H30.83V16.86H14.06M13%2C5.4H24.42M13%2C8.36H24.42M13%2C11.43H24.42M23.26%2C14.1%2C30.83%2C25M6.58%2C10.36a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.25A3.24%2C3.24%2C0%2C0%2C0%2C6.58%2C10.36Zm6.07%2C12.58a6.08%2C6.08%2C0%2C1%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-aulas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.33 25.23' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M6.58%2C7.36V.5H30.83V16.86H14.06M13%2C5.4H24.42M13%2C8.36H24.42M13%2C11.43H24.42M23.26%2C14.1%2C30.83%2C25M6.58%2C10.36a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.25A3.24%2C3.24%2C0%2C0%2C0%2C6.58%2C10.36Zm6.07%2C12.58a6.08%2C6.08%2C0%2C1%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-aulas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.33 25.23' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Elessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M6.58%2C7.36V.5H30.83V16.86H14.06M13%2C5.4H24.42M13%2C8.36H24.42M13%2C11.43H24.42M23.26%2C14.1%2C30.83%2C25M6.58%2C10.36a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.25A3.24%2C3.24%2C0%2C0%2C0%2C6.58%2C10.36Zm6.07%2C12.58a6.08%2C6.08%2C0%2C1%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-aulas-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.33 25.23' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M6.58%2C7.36V.5H30.83V16.86H14.06M13%2C5.4H24.42M13%2C8.36H24.42M13%2C11.43H24.42M23.26%2C14.1%2C30.83%2C25M6.58%2C10.36a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.25A3.24%2C3.24%2C0%2C0%2C0%2C6.58%2C10.36Zm6.07%2C12.58a6.08%2C6.08%2C0%2C1%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-aulas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.33 25.23' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elessons%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M6.58%2C7.36V.5H30.83V16.86H14.06M13%2C5.4H24.42M13%2C8.36H24.42M13%2C11.43H24.42M23.26%2C14.1%2C30.83%2C25M6.58%2C10.36a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.25A3.24%2C3.24%2C0%2C0%2C0%2C6.58%2C10.36Zm6.07%2C12.58a6.08%2C6.08%2C0%2C1%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-casa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.64 28.8' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ehome%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.14%2C10.31v18H16.23V17.52H8.36V28.3H.5v-18L12.32.5Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-casa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.64 28.8' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehome%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.14%2C10.31v18H16.23V17.52H8.36V28.3H.5v-18L12.32.5Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-casa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.64 28.8' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ehome%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.14%2C10.31v18H16.23V17.52H8.36V28.3H.5v-18L12.32.5Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-casa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.64 28.8' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehome%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.14%2C10.31v18H16.23V17.52H8.36V28.3H.5v-18L12.32.5Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-casa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.64 28.8' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ehome%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.14%2C10.31v18H16.23V17.52H8.36V28.3H.5v-18L12.32.5Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-casa-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.64 28.8' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehome%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.14%2C10.31v18H16.23V17.52H8.36V28.3H.5v-18L12.32.5Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-casa-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.64 28.8' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehome%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M24.14%2C10.31v18H16.23V17.52H8.36V28.3H.5v-18L12.32.5Z' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-disciplinas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.12 31.51' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Esubjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M25.62.5h-23A2.15%2C2.15%2C0%2C0%2C0%2C.5%2C2.65h0A2.15%2C2.15%2C0%2C0%2C0%2C2.68%2C4.8H25.62V31H3.14A2.64%2C2.64%2C0%2C0%2C1%2C.5%2C28.37V2.81M4.1%2C2.59H25.33' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-disciplinas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.12 31.51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Esubjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M25.62.5h-23A2.15%2C2.15%2C0%2C0%2C0%2C.5%2C2.65h0A2.15%2C2.15%2C0%2C0%2C0%2C2.68%2C4.8H25.62V31H3.14A2.64%2C2.64%2C0%2C0%2C1%2C.5%2C28.37V2.81M4.1%2C2.59H25.33' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-disciplinas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.12 31.51' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Esubjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M25.62.5h-23A2.15%2C2.15%2C0%2C0%2C0%2C.5%2C2.65h0A2.15%2C2.15%2C0%2C0%2C0%2C2.68%2C4.8H25.62V31H3.14A2.64%2C2.64%2C0%2C0%2C1%2C.5%2C28.37V2.81M4.1%2C2.59H25.33' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-disciplinas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.12 31.51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Esubjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M25.62.5h-23A2.15%2C2.15%2C0%2C0%2C0%2C.5%2C2.65h0A2.15%2C2.15%2C0%2C0%2C0%2C2.68%2C4.8H25.62V31H3.14A2.64%2C2.64%2C0%2C0%2C1%2C.5%2C28.37V2.81M4.1%2C2.59H25.33' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-disciplinas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.12 31.51' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Esubjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M25.62.5h-23A2.15%2C2.15%2C0%2C0%2C0%2C.5%2C2.65h0A2.15%2C2.15%2C0%2C0%2C0%2C2.68%2C4.8H25.62V31H3.14A2.64%2C2.64%2C0%2C0%2C1%2C.5%2C28.37V2.81M4.1%2C2.59H25.33' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-disciplinas-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.12 31.51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Esubjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M25.62.5h-23A2.15%2C2.15%2C0%2C0%2C0%2C.5%2C2.65h0A2.15%2C2.15%2C0%2C0%2C0%2C2.68%2C4.8H25.62V31H3.14A2.64%2C2.64%2C0%2C0%2C1%2C.5%2C28.37V2.81M4.1%2C2.59H25.33' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-disciplinas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.12 31.51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Esubjects%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M25.62.5h-23A2.15%2C2.15%2C0%2C0%2C0%2C.5%2C2.65h0A2.15%2C2.15%2C0%2C0%2C0%2C2.68%2C4.8H25.62V31H3.14A2.64%2C2.64%2C0%2C0%2C1%2C.5%2C28.37V2.81M4.1%2C2.59H25.33' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-escola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-escola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-escola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-escola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-escola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-escola-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-escola-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.97 29.64' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eschool%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M8.83%2C28.64H1V20.81H8.83ZM40%2C20.81H32.14v7.83H40Zm-7.83-3.63H8.83V28.64H32.14Zm0%2C0V14.65L20.48%2C6.16l-11.65%2C8v3M22.75%2C28.64V22H18.22v6.61M20.48%2C3.58h4V1h-4V6.16m0%2C4a2.65%2C2.65%2C0%2C1%2C0%2C2.65%2C2.65A2.65%2C2.65%2C0%2C0%2C0%2C20.48%2C10.18Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-grau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.57 33.11' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.16%2C1.08a9.95%2C9.95%2C0%2C1%2C1-12.71%2C6A9.95%2C9.95%2C0%2C0%2C1%2C17.16%2C1.08ZM5.38%2C16%2C.88%2C28.56l6-2.86%2C2.87%2C6%2C4-11.17m0%2C0L19.08%2C31.8l2.23-6.27%2C6.29%2C2.24L22.1%2C16.14' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-grau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.57 33.11' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.16%2C1.08a9.95%2C9.95%2C0%2C1%2C1-12.71%2C6A9.95%2C9.95%2C0%2C0%2C1%2C17.16%2C1.08ZM5.38%2C16%2C.88%2C28.56l6-2.86%2C2.87%2C6%2C4-11.17m0%2C0L19.08%2C31.8l2.23-6.27%2C6.29%2C2.24L22.1%2C16.14' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-grau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.57 33.11' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.16%2C1.08a9.95%2C9.95%2C0%2C1%2C1-12.71%2C6A9.95%2C9.95%2C0%2C0%2C1%2C17.16%2C1.08ZM5.38%2C16%2C.88%2C28.56l6-2.86%2C2.87%2C6%2C4-11.17m0%2C0L19.08%2C31.8l2.23-6.27%2C6.29%2C2.24L22.1%2C16.14' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-grau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.57 33.11' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.16%2C1.08a9.95%2C9.95%2C0%2C1%2C1-12.71%2C6A9.95%2C9.95%2C0%2C0%2C1%2C17.16%2C1.08ZM5.38%2C16%2C.88%2C28.56l6-2.86%2C2.87%2C6%2C4-11.17m0%2C0L19.08%2C31.8l2.23-6.27%2C6.29%2C2.24L22.1%2C16.14' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-grau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.57 33.11' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.16%2C1.08a9.95%2C9.95%2C0%2C1%2C1-12.71%2C6A9.95%2C9.95%2C0%2C0%2C1%2C17.16%2C1.08ZM5.38%2C16%2C.88%2C28.56l6-2.86%2C2.87%2C6%2C4-11.17m0%2C0L19.08%2C31.8l2.23-6.27%2C6.29%2C2.24L22.1%2C16.14' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-grau-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.57 33.11' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.16%2C1.08a9.95%2C9.95%2C0%2C1%2C1-12.71%2C6A9.95%2C9.95%2C0%2C0%2C1%2C17.16%2C1.08ZM5.38%2C16%2C.88%2C28.56l6-2.86%2C2.87%2C6%2C4-11.17m0%2C0L19.08%2C31.8l2.23-6.27%2C6.29%2C2.24L22.1%2C16.14' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-grau-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.57 33.11' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Edegrees%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M17.16%2C1.08a9.95%2C9.95%2C0%2C1%2C1-12.71%2C6A9.95%2C9.95%2C0%2C0%2C1%2C17.16%2C1.08ZM5.38%2C16%2C.88%2C28.56l6-2.86%2C2.87%2C6%2C4-11.17m0%2C0L19.08%2C31.8l2.23-6.27%2C6.29%2C2.24L22.1%2C16.14' style='fill:none%3Bstroke:%23fff%3Bstroke-miterlimit:10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-historico-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.57 29.57' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ehistory%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M21%2C6.27V1.93A14.29%2C14.29%2C0%2C1%2C1%2C14.79.5m10.3%2C0L21%2C1.93M14.79%2C15.07V5.89M9.51%2C20.34l5.28-5.27' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-historico-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.57 29.57' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehistory%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M21%2C6.27V1.93A14.29%2C14.29%2C0%2C1%2C1%2C14.79.5m10.3%2C0L21%2C1.93M14.79%2C15.07V5.89M9.51%2C20.34l5.28-5.27' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-historico-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.57 29.57' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ehistory%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M21%2C6.27V1.93A14.29%2C14.29%2C0%2C1%2C1%2C14.79.5m10.3%2C0L21%2C1.93M14.79%2C15.07V5.89M9.51%2C20.34l5.28-5.27' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-historico-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.57 29.57' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehistory%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M21%2C6.27V1.93A14.29%2C14.29%2C0%2C1%2C1%2C14.79.5m10.3%2C0L21%2C1.93M14.79%2C15.07V5.89M9.51%2C20.34l5.28-5.27' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-historico-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.57 29.57' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ehistory%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M21%2C6.27V1.93A14.29%2C14.29%2C0%2C1%2C1%2C14.79.5m10.3%2C0L21%2C1.93M14.79%2C15.07V5.89M9.51%2C20.34l5.28-5.27' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-historico-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.57 29.57' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ehistory%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M21%2C6.27V1.93A14.29%2C14.29%2C0%2C1%2C1%2C14.79.5m10.3%2C0L21%2C1.93M14.79%2C15.07V5.89M9.51%2C20.34l5.28-5.27' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-historico-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.57 29.57' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ehistory%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M21%2C6.27V1.93A14.29%2C14.29%2C0%2C1%2C1%2C14.79.5m10.3%2C0L21%2C1.93M14.79%2C15.07V5.89M9.51%2C20.34l5.28-5.27' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-remover-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='2px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-sair-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.36 39.36' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Elogout%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-width='2px' d='M.5%2C19.68A19.18%2C19.18%2C0%2C1%2C1%2C19.68%2C38.86%2C19.18%2C19.18%2C0%2C0%2C1%2C.5%2C19.68Zm14.28-6.45a8.85%2C8.85%2C0%2C1%2C0%2C9.63-.11m-4.56-2.41v8.93'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-sair-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.36 39.36' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elogout%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='2px' d='M.5%2C19.68A19.18%2C19.18%2C0%2C1%2C1%2C19.68%2C38.86%2C19.18%2C19.18%2C0%2C0%2C1%2C.5%2C19.68Zm14.28-6.45a8.85%2C8.85%2C0%2C1%2C0%2C9.63-.11m-4.56-2.41v8.93'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-sair-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.36 39.36' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Elogout%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-width='2px' d='M.5%2C19.68A19.18%2C19.18%2C0%2C1%2C1%2C19.68%2C38.86%2C19.18%2C19.18%2C0%2C0%2C1%2C.5%2C19.68Zm14.28-6.45a8.85%2C8.85%2C0%2C1%2C0%2C9.63-.11m-4.56-2.41v8.93'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-sair-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.36 39.36' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elogout%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='2px' d='M.5%2C19.68A19.18%2C19.18%2C0%2C1%2C1%2C19.68%2C38.86%2C19.18%2C19.18%2C0%2C0%2C1%2C.5%2C19.68Zm14.28-6.45a8.85%2C8.85%2C0%2C1%2C0%2C9.63-.11m-4.56-2.41v8.93'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-sair-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.36 39.36' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Elogout%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-width='2px' d='M.5%2C19.68A19.18%2C19.18%2C0%2C1%2C1%2C19.68%2C38.86%2C19.18%2C19.18%2C0%2C0%2C1%2C.5%2C19.68Zm14.28-6.45a8.85%2C8.85%2C0%2C1%2C0%2C9.63-.11m-4.56-2.41v8.93'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-sair-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.36 39.36' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Elogout%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='2px' d='M.5%2C19.68A19.18%2C19.18%2C0%2C1%2C1%2C19.68%2C38.86%2C19.18%2C19.18%2C0%2C0%2C1%2C.5%2C19.68Zm14.28-6.45a8.85%2C8.85%2C0%2C1%2C0%2C9.63-.11m-4.56-2.41v8.93'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-sair-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.36 39.36' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Elogout%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='2px' d='M.5%2C19.68A19.18%2C19.18%2C0%2C1%2C1%2C19.68%2C38.86%2C19.18%2C19.18%2C0%2C0%2C1%2C.5%2C19.68Zm14.28-6.45a8.85%2C8.85%2C0%2C1%2C0%2C9.63-.11m-4.56-2.41v8.93'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-toggle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' fill='rgb%2884%2C175%2C172%29'%3E %3Cpath stroke='rgb%2884%2C175%2C172%29' d='M4%2C10h24c1.104%2C0%2C2-0.896%2C2-2s-0.896-2-2-2H4C2.896%2C6%2C2%2C6.896%2C2%2C8S2.896%2C10%2C4%2C10z M28%2C14H4c-1.104%2C0-2%2C0.896-2%2C2  s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2S29.104%2C14%2C28%2C14z M28%2C22H4c-1.104%2C0-2%2C0.896-2%2C2s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2  S29.104%2C22%2C28%2C22z'/%3E %3C/svg%3E"); }

.icon--secondary.icon-menu-toggle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' fill='rgb%28234%2C107%2C68%29'%3E %3Cpath stroke='rgb%28234%2C107%2C68%29' d='M4%2C10h24c1.104%2C0%2C2-0.896%2C2-2s-0.896-2-2-2H4C2.896%2C6%2C2%2C6.896%2C2%2C8S2.896%2C10%2C4%2C10z M28%2C14H4c-1.104%2C0-2%2C0.896-2%2C2  s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2S29.104%2C14%2C28%2C14z M28%2C22H4c-1.104%2C0-2%2C0.896-2%2C2s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2  S29.104%2C22%2C28%2C22z'/%3E %3C/svg%3E"); }

.icon--white.icon-menu-toggle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' fill='rgb%28255%2C255%2C255%29'%3E %3Cpath stroke='rgb%28255%2C255%2C255%29' d='M4%2C10h24c1.104%2C0%2C2-0.896%2C2-2s-0.896-2-2-2H4C2.896%2C6%2C2%2C6.896%2C2%2C8S2.896%2C10%2C4%2C10z M28%2C14H4c-1.104%2C0-2%2C0.896-2%2C2  s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2S29.104%2C14%2C28%2C14z M28%2C22H4c-1.104%2C0-2%2C0.896-2%2C2s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2  S29.104%2C22%2C28%2C22z'/%3E %3C/svg%3E"); }

.icon--black.icon-menu-toggle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' fill='rgb%2829%2C29%2C27%29'%3E %3Cpath stroke='rgb%2829%2C29%2C27%29' d='M4%2C10h24c1.104%2C0%2C2-0.896%2C2-2s-0.896-2-2-2H4C2.896%2C6%2C2%2C6.896%2C2%2C8S2.896%2C10%2C4%2C10z M28%2C14H4c-1.104%2C0-2%2C0.896-2%2C2  s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2S29.104%2C14%2C28%2C14z M28%2C22H4c-1.104%2C0-2%2C0.896-2%2C2s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2  S29.104%2C22%2C28%2C22z'/%3E %3C/svg%3E"); }

.icon--grey.icon-menu-toggle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' fill='rgb%2887%2C87%2C86%29'%3E %3Cpath stroke='rgb%2887%2C87%2C86%29' d='M4%2C10h24c1.104%2C0%2C2-0.896%2C2-2s-0.896-2-2-2H4C2.896%2C6%2C2%2C6.896%2C2%2C8S2.896%2C10%2C4%2C10z M28%2C14H4c-1.104%2C0-2%2C0.896-2%2C2  s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2S29.104%2C14%2C28%2C14z M28%2C22H4c-1.104%2C0-2%2C0.896-2%2C2s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2  S29.104%2C22%2C28%2C22z'/%3E %3C/svg%3E"); }

.icon--action.icon-menu-toggle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' fill='rgb%28234%2C107%2C68%29'%3E %3Cpath stroke='rgb%28234%2C107%2C68%29' d='M4%2C10h24c1.104%2C0%2C2-0.896%2C2-2s-0.896-2-2-2H4C2.896%2C6%2C2%2C6.896%2C2%2C8S2.896%2C10%2C4%2C10z M28%2C14H4c-1.104%2C0-2%2C0.896-2%2C2  s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2S29.104%2C14%2C28%2C14z M28%2C22H4c-1.104%2C0-2%2C0.896-2%2C2s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2  S29.104%2C22%2C28%2C22z'/%3E %3C/svg%3E"); }

.icon--action.icon-menu-toggle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='32px' id='Layer_1' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' fill='rgb%2829%2C29%2C27%29'%3E %3Cpath stroke='rgb%2829%2C29%2C27%29' d='M4%2C10h24c1.104%2C0%2C2-0.896%2C2-2s-0.896-2-2-2H4C2.896%2C6%2C2%2C6.896%2C2%2C8S2.896%2C10%2C4%2C10z M28%2C14H4c-1.104%2C0-2%2C0.896-2%2C2  s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2S29.104%2C14%2C28%2C14z M28%2C22H4c-1.104%2C0-2%2C0.896-2%2C2s0.896%2C2%2C2%2C2h24c1.104%2C0%2C2-0.896%2C2-2  S29.104%2C22%2C28%2C22z'/%3E %3C/svg%3E"); }

.icon--primary.icon-menu-turmas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.24 28.99' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M9.82%2C3.74A3.25%2C3.25%2C0%2C1%2C1%2C6.58.5%2C3.24%2C3.24%2C0%2C0%2C1%2C9.82%2C3.74Zm2.83%2C9.33a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0M23.16.71A3.25%2C3.25%2C0%2C1%2C0%2C26.4%2C4%2C3.24%2C3.24%2C0%2C0%2C0%2C23.16.71Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0m-10%2C2.43A3.24%2C3.24%2C0%2C1%2C0%2C10.32%2C19%2C3.24%2C3.24%2C0%2C0%2C0%2C7.08%2C15.71Zm6.07%2C12.57A6.08%2C6.08%2C0%2C0%2C0%2C1%2C28.28M23.66%2C15.92a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.24A3.24%2C3.24%2C0%2C0%2C0%2C23.66%2C15.92Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-turmas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.24 28.99' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M9.82%2C3.74A3.25%2C3.25%2C0%2C1%2C1%2C6.58.5%2C3.24%2C3.24%2C0%2C0%2C1%2C9.82%2C3.74Zm2.83%2C9.33a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0M23.16.71A3.25%2C3.25%2C0%2C1%2C0%2C26.4%2C4%2C3.24%2C3.24%2C0%2C0%2C0%2C23.16.71Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0m-10%2C2.43A3.24%2C3.24%2C0%2C1%2C0%2C10.32%2C19%2C3.24%2C3.24%2C0%2C0%2C0%2C7.08%2C15.71Zm6.07%2C12.57A6.08%2C6.08%2C0%2C0%2C0%2C1%2C28.28M23.66%2C15.92a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.24A3.24%2C3.24%2C0%2C0%2C0%2C23.66%2C15.92Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-turmas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.24 28.99' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M9.82%2C3.74A3.25%2C3.25%2C0%2C1%2C1%2C6.58.5%2C3.24%2C3.24%2C0%2C0%2C1%2C9.82%2C3.74Zm2.83%2C9.33a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0M23.16.71A3.25%2C3.25%2C0%2C1%2C0%2C26.4%2C4%2C3.24%2C3.24%2C0%2C0%2C0%2C23.16.71Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0m-10%2C2.43A3.24%2C3.24%2C0%2C1%2C0%2C10.32%2C19%2C3.24%2C3.24%2C0%2C0%2C0%2C7.08%2C15.71Zm6.07%2C12.57A6.08%2C6.08%2C0%2C0%2C0%2C1%2C28.28M23.66%2C15.92a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.24A3.24%2C3.24%2C0%2C0%2C0%2C23.66%2C15.92Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-turmas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.24 28.99' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M9.82%2C3.74A3.25%2C3.25%2C0%2C1%2C1%2C6.58.5%2C3.24%2C3.24%2C0%2C0%2C1%2C9.82%2C3.74Zm2.83%2C9.33a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0M23.16.71A3.25%2C3.25%2C0%2C1%2C0%2C26.4%2C4%2C3.24%2C3.24%2C0%2C0%2C0%2C23.16.71Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0m-10%2C2.43A3.24%2C3.24%2C0%2C1%2C0%2C10.32%2C19%2C3.24%2C3.24%2C0%2C0%2C0%2C7.08%2C15.71Zm6.07%2C12.57A6.08%2C6.08%2C0%2C0%2C0%2C1%2C28.28M23.66%2C15.92a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.24A3.24%2C3.24%2C0%2C0%2C0%2C23.66%2C15.92Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-turmas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.24 28.99' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M9.82%2C3.74A3.25%2C3.25%2C0%2C1%2C1%2C6.58.5%2C3.24%2C3.24%2C0%2C0%2C1%2C9.82%2C3.74Zm2.83%2C9.33a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0M23.16.71A3.25%2C3.25%2C0%2C1%2C0%2C26.4%2C4%2C3.24%2C3.24%2C0%2C0%2C0%2C23.16.71Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0m-10%2C2.43A3.24%2C3.24%2C0%2C1%2C0%2C10.32%2C19%2C3.24%2C3.24%2C0%2C0%2C0%2C7.08%2C15.71Zm6.07%2C12.57A6.08%2C6.08%2C0%2C0%2C0%2C1%2C28.28M23.66%2C15.92a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.24A3.24%2C3.24%2C0%2C0%2C0%2C23.66%2C15.92Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-turmas-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.24 28.99' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M9.82%2C3.74A3.25%2C3.25%2C0%2C1%2C1%2C6.58.5%2C3.24%2C3.24%2C0%2C0%2C1%2C9.82%2C3.74Zm2.83%2C9.33a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0M23.16.71A3.25%2C3.25%2C0%2C1%2C0%2C26.4%2C4%2C3.24%2C3.24%2C0%2C0%2C0%2C23.16.71Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0m-10%2C2.43A3.24%2C3.24%2C0%2C1%2C0%2C10.32%2C19%2C3.24%2C3.24%2C0%2C0%2C0%2C7.08%2C15.71Zm6.07%2C12.57A6.08%2C6.08%2C0%2C0%2C0%2C1%2C28.28M23.66%2C15.92a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.24A3.24%2C3.24%2C0%2C0%2C0%2C23.66%2C15.92Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-turmas-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.24 28.99' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclasses%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M9.82%2C3.74A3.25%2C3.25%2C0%2C1%2C1%2C6.58.5%2C3.24%2C3.24%2C0%2C0%2C1%2C9.82%2C3.74Zm2.83%2C9.33a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0M23.16.71A3.25%2C3.25%2C0%2C1%2C0%2C26.4%2C4%2C3.24%2C3.24%2C0%2C0%2C0%2C23.16.71Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0m-10%2C2.43A3.24%2C3.24%2C0%2C1%2C0%2C10.32%2C19%2C3.24%2C3.24%2C0%2C0%2C0%2C7.08%2C15.71Zm6.07%2C12.57A6.08%2C6.08%2C0%2C0%2C0%2C1%2C28.28M23.66%2C15.92a3.25%2C3.25%2C0%2C1%2C0%2C3.24%2C3.24A3.24%2C3.24%2C0%2C0%2C0%2C23.66%2C15.92Zm6.08%2C12.57a6.08%2C6.08%2C0%2C0%2C0-12.15%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu-utilizadores-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.78 34.25' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eusers%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M16%2C21.27a4.34%2C4.34%2C0%2C1%2C1-4.34-4.34A4.34%2C4.34%2C0%2C0%2C1%2C16%2C21.27Zm3.79%2C12.48a8.13%2C8.13%2C0%2C0%2C0-16.26%2C0M11.89.5A6.08%2C6.08%2C0%2C1%2C0%2C18%2C6.58%2C6.08%2C6.08%2C0%2C0%2C0%2C11.89.5ZM23.28%2C24.07a11.39%2C11.39%2C0%2C0%2C0-22.78%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu-utilizadores-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.78 34.25' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eusers%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M16%2C21.27a4.34%2C4.34%2C0%2C1%2C1-4.34-4.34A4.34%2C4.34%2C0%2C0%2C1%2C16%2C21.27Zm3.79%2C12.48a8.13%2C8.13%2C0%2C0%2C0-16.26%2C0M11.89.5A6.08%2C6.08%2C0%2C1%2C0%2C18%2C6.58%2C6.08%2C6.08%2C0%2C0%2C0%2C11.89.5ZM23.28%2C24.07a11.39%2C11.39%2C0%2C0%2C0-22.78%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu-utilizadores-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.78 34.25' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eusers%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M16%2C21.27a4.34%2C4.34%2C0%2C1%2C1-4.34-4.34A4.34%2C4.34%2C0%2C0%2C1%2C16%2C21.27Zm3.79%2C12.48a8.13%2C8.13%2C0%2C0%2C0-16.26%2C0M11.89.5A6.08%2C6.08%2C0%2C1%2C0%2C18%2C6.58%2C6.08%2C6.08%2C0%2C0%2C0%2C11.89.5ZM23.28%2C24.07a11.39%2C11.39%2C0%2C0%2C0-22.78%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu-utilizadores-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.78 34.25' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eusers%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M16%2C21.27a4.34%2C4.34%2C0%2C1%2C1-4.34-4.34A4.34%2C4.34%2C0%2C0%2C1%2C16%2C21.27Zm3.79%2C12.48a8.13%2C8.13%2C0%2C0%2C0-16.26%2C0M11.89.5A6.08%2C6.08%2C0%2C1%2C0%2C18%2C6.58%2C6.08%2C6.08%2C0%2C0%2C0%2C11.89.5ZM23.28%2C24.07a11.39%2C11.39%2C0%2C0%2C0-22.78%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu-utilizadores-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.78 34.25' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eusers%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M16%2C21.27a4.34%2C4.34%2C0%2C1%2C1-4.34-4.34A4.34%2C4.34%2C0%2C0%2C1%2C16%2C21.27Zm3.79%2C12.48a8.13%2C8.13%2C0%2C0%2C0-16.26%2C0M11.89.5A6.08%2C6.08%2C0%2C1%2C0%2C18%2C6.58%2C6.08%2C6.08%2C0%2C0%2C0%2C11.89.5ZM23.28%2C24.07a11.39%2C11.39%2C0%2C0%2C0-22.78%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-utilizadores-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.78 34.25' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eusers%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M16%2C21.27a4.34%2C4.34%2C0%2C1%2C1-4.34-4.34A4.34%2C4.34%2C0%2C0%2C1%2C16%2C21.27Zm3.79%2C12.48a8.13%2C8.13%2C0%2C0%2C0-16.26%2C0M11.89.5A6.08%2C6.08%2C0%2C1%2C0%2C18%2C6.58%2C6.08%2C6.08%2C0%2C0%2C0%2C11.89.5ZM23.28%2C24.07a11.39%2C11.39%2C0%2C0%2C0-22.78%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu-utilizadores-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.78 34.25' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eusers%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M16%2C21.27a4.34%2C4.34%2C0%2C1%2C1-4.34-4.34A4.34%2C4.34%2C0%2C0%2C1%2C16%2C21.27Zm3.79%2C12.48a8.13%2C8.13%2C0%2C0%2C0-16.26%2C0M11.89.5A6.08%2C6.08%2C0%2C1%2C0%2C18%2C6.58%2C6.08%2C6.08%2C0%2C0%2C0%2C11.89.5ZM23.28%2C24.07a11.39%2C11.39%2C0%2C0%2C0-22.78%2C0' style='fill:none%3Bstroke:%23fff%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-menu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.76 24.78' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3EmenuHamburger%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cline class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='1' x2='45.76' y2='1'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='12.39' x2='45.76' y2='12.39'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='23.78' x2='45.76' y2='23.78'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-menu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.76 24.78' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EmenuHamburger%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='1' x2='45.76' y2='1'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='12.39' x2='45.76' y2='12.39'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='23.78' x2='45.76' y2='23.78'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-menu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.76 24.78' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3EmenuHamburger%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cline class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='1' x2='45.76' y2='1'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='12.39' x2='45.76' y2='12.39'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='23.78' x2='45.76' y2='23.78'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-menu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.76 24.78' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EmenuHamburger%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='1' x2='45.76' y2='1'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='12.39' x2='45.76' y2='12.39'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='23.78' x2='45.76' y2='23.78'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-menu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.76 24.78' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3EmenuHamburger%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cline class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='1' x2='45.76' y2='1'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='12.39' x2='45.76' y2='12.39'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='23.78' x2='45.76' y2='23.78'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.76 24.78' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EmenuHamburger%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='1' x2='45.76' y2='1'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='12.39' x2='45.76' y2='12.39'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='23.78' x2='45.76' y2='23.78'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-menu:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.76 24.78' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EmenuHamburger%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='1' x2='45.76' y2='1'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='12.39' x2='45.76' y2='12.39'/%3E%3Cline class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' x1='1' y1='23.78' x2='45.76' y2='23.78'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-mp3:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_mp3%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.77%2C15.36H5.9L5%2C11.83v3.53H4.17V10.88H5.53l.81%2C3%2C.8-3H8.5v4.48H7.66V11.83Zm2.63%2C0V10.88h1.45a6%2C6%2C0%2C0%2C1%2C1.08.06%2C1.22%2C1.22%2C0%2C0%2C1%2C.64.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.16%2C1.16%2C0%2C0%2C1-.47.21%2C4.48%2C4.48%2C0%2C0%2C1-.94.07H10.3v1.69Zm5.87-1.9a.55.55%2C0%2C0%2C0-.42-.19%2C1.24%2C1.24%2C0%2C0%2C0-.39.07l.09-.7a.82.82%2C0%2C0%2C0%2C.53-.15.56.56%2C0%2C0%2C0%2C.19-.43.48.48%2C0%2C0%2C0-.5-.5.52.52%2C0%2C0%2C0-.37.16.67.67%2C0%2C0%2C0-.19.44L13.42%2C12a1.55%2C1.55%2C0%2C0%2C1%2C.25-.65%2C1.09%2C1.09%2C0%2C0%2C1%2C.46-.38%2C1.6%2C1.6%2C0%2C0%2C1%2C.67-.14%2C1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4A1%2C1%2C0%2C0%2C1%2C15.48%2C13a1%2C1%2C0%2C0%2C1%2C.62.37%2C1.08%2C1.08%2C0%2C0%2C1%2C.23.69%2C1.38%2C1.38%2C0%2C0%2C1-.43%2C1%2C1.52%2C1.52%2C0%2C0%2C1-1.07.41%2C1.43%2C1.43%2C0%2C0%2C1-1-.35%2C1.39%2C1.39%2C0%2C0%2C1-.47-.91l.83-.1a.77.77%2C0%2C0%2C0%2C.22.48.57.57%2C0%2C0%2C0%2C.42.17.59.59%2C0%2C0%2C0%2C.45-.2.8.8%2C0%2C0%2C0%2C.18-.54A.73.73%2C0%2C0%2C0%2C15.27%2C13.46ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M11.51%2C12.84a.64.64%2C0%2C0%2C0%2C.29-.22.68.68%2C0%2C0%2C0%2C.1-.35.62.62%2C0%2C0%2C0-.14-.41.63.63%2C0%2C0%2C0-.37-.19%2C4.39%2C4.39%2C0%2C0%2C0-.65%2C0H10.3v1.27h.5A2.53%2C2.53%2C0%2C0%2C0%2C11.51%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-mp3:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_mp3%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.77%2C15.36H5.9L5%2C11.83v3.53H4.17V10.88H5.53l.81%2C3%2C.8-3H8.5v4.48H7.66V11.83Zm2.63%2C0V10.88h1.45a6%2C6%2C0%2C0%2C1%2C1.08.06%2C1.22%2C1.22%2C0%2C0%2C1%2C.64.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.16%2C1.16%2C0%2C0%2C1-.47.21%2C4.48%2C4.48%2C0%2C0%2C1-.94.07H10.3v1.69Zm5.87-1.9a.55.55%2C0%2C0%2C0-.42-.19%2C1.24%2C1.24%2C0%2C0%2C0-.39.07l.09-.7a.82.82%2C0%2C0%2C0%2C.53-.15.56.56%2C0%2C0%2C0%2C.19-.43.48.48%2C0%2C0%2C0-.5-.5.52.52%2C0%2C0%2C0-.37.16.67.67%2C0%2C0%2C0-.19.44L13.42%2C12a1.55%2C1.55%2C0%2C0%2C1%2C.25-.65%2C1.09%2C1.09%2C0%2C0%2C1%2C.46-.38%2C1.6%2C1.6%2C0%2C0%2C1%2C.67-.14%2C1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4A1%2C1%2C0%2C0%2C1%2C15.48%2C13a1%2C1%2C0%2C0%2C1%2C.62.37%2C1.08%2C1.08%2C0%2C0%2C1%2C.23.69%2C1.38%2C1.38%2C0%2C0%2C1-.43%2C1%2C1.52%2C1.52%2C0%2C0%2C1-1.07.41%2C1.43%2C1.43%2C0%2C0%2C1-1-.35%2C1.39%2C1.39%2C0%2C0%2C1-.47-.91l.83-.1a.77.77%2C0%2C0%2C0%2C.22.48.57.57%2C0%2C0%2C0%2C.42.17.59.59%2C0%2C0%2C0%2C.45-.2.8.8%2C0%2C0%2C0%2C.18-.54A.73.73%2C0%2C0%2C0%2C15.27%2C13.46ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M11.51%2C12.84a.64.64%2C0%2C0%2C0%2C.29-.22.68.68%2C0%2C0%2C0%2C.1-.35.62.62%2C0%2C0%2C0-.14-.41.63.63%2C0%2C0%2C0-.37-.19%2C4.39%2C4.39%2C0%2C0%2C0-.65%2C0H10.3v1.27h.5A2.53%2C2.53%2C0%2C0%2C0%2C11.51%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-mp3:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_mp3%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.77%2C15.36H5.9L5%2C11.83v3.53H4.17V10.88H5.53l.81%2C3%2C.8-3H8.5v4.48H7.66V11.83Zm2.63%2C0V10.88h1.45a6%2C6%2C0%2C0%2C1%2C1.08.06%2C1.22%2C1.22%2C0%2C0%2C1%2C.64.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.16%2C1.16%2C0%2C0%2C1-.47.21%2C4.48%2C4.48%2C0%2C0%2C1-.94.07H10.3v1.69Zm5.87-1.9a.55.55%2C0%2C0%2C0-.42-.19%2C1.24%2C1.24%2C0%2C0%2C0-.39.07l.09-.7a.82.82%2C0%2C0%2C0%2C.53-.15.56.56%2C0%2C0%2C0%2C.19-.43.48.48%2C0%2C0%2C0-.5-.5.52.52%2C0%2C0%2C0-.37.16.67.67%2C0%2C0%2C0-.19.44L13.42%2C12a1.55%2C1.55%2C0%2C0%2C1%2C.25-.65%2C1.09%2C1.09%2C0%2C0%2C1%2C.46-.38%2C1.6%2C1.6%2C0%2C0%2C1%2C.67-.14%2C1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4A1%2C1%2C0%2C0%2C1%2C15.48%2C13a1%2C1%2C0%2C0%2C1%2C.62.37%2C1.08%2C1.08%2C0%2C0%2C1%2C.23.69%2C1.38%2C1.38%2C0%2C0%2C1-.43%2C1%2C1.52%2C1.52%2C0%2C0%2C1-1.07.41%2C1.43%2C1.43%2C0%2C0%2C1-1-.35%2C1.39%2C1.39%2C0%2C0%2C1-.47-.91l.83-.1a.77.77%2C0%2C0%2C0%2C.22.48.57.57%2C0%2C0%2C0%2C.42.17.59.59%2C0%2C0%2C0%2C.45-.2.8.8%2C0%2C0%2C0%2C.18-.54A.73.73%2C0%2C0%2C0%2C15.27%2C13.46ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M11.51%2C12.84a.64.64%2C0%2C0%2C0%2C.29-.22.68.68%2C0%2C0%2C0%2C.1-.35.62.62%2C0%2C0%2C0-.14-.41.63.63%2C0%2C0%2C0-.37-.19%2C4.39%2C4.39%2C0%2C0%2C0-.65%2C0H10.3v1.27h.5A2.53%2C2.53%2C0%2C0%2C0%2C11.51%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-mp3:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_mp3%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.77%2C15.36H5.9L5%2C11.83v3.53H4.17V10.88H5.53l.81%2C3%2C.8-3H8.5v4.48H7.66V11.83Zm2.63%2C0V10.88h1.45a6%2C6%2C0%2C0%2C1%2C1.08.06%2C1.22%2C1.22%2C0%2C0%2C1%2C.64.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.16%2C1.16%2C0%2C0%2C1-.47.21%2C4.48%2C4.48%2C0%2C0%2C1-.94.07H10.3v1.69Zm5.87-1.9a.55.55%2C0%2C0%2C0-.42-.19%2C1.24%2C1.24%2C0%2C0%2C0-.39.07l.09-.7a.82.82%2C0%2C0%2C0%2C.53-.15.56.56%2C0%2C0%2C0%2C.19-.43.48.48%2C0%2C0%2C0-.5-.5.52.52%2C0%2C0%2C0-.37.16.67.67%2C0%2C0%2C0-.19.44L13.42%2C12a1.55%2C1.55%2C0%2C0%2C1%2C.25-.65%2C1.09%2C1.09%2C0%2C0%2C1%2C.46-.38%2C1.6%2C1.6%2C0%2C0%2C1%2C.67-.14%2C1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4A1%2C1%2C0%2C0%2C1%2C15.48%2C13a1%2C1%2C0%2C0%2C1%2C.62.37%2C1.08%2C1.08%2C0%2C0%2C1%2C.23.69%2C1.38%2C1.38%2C0%2C0%2C1-.43%2C1%2C1.52%2C1.52%2C0%2C0%2C1-1.07.41%2C1.43%2C1.43%2C0%2C0%2C1-1-.35%2C1.39%2C1.39%2C0%2C0%2C1-.47-.91l.83-.1a.77.77%2C0%2C0%2C0%2C.22.48.57.57%2C0%2C0%2C0%2C.42.17.59.59%2C0%2C0%2C0%2C.45-.2.8.8%2C0%2C0%2C0%2C.18-.54A.73.73%2C0%2C0%2C0%2C15.27%2C13.46ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M11.51%2C12.84a.64.64%2C0%2C0%2C0%2C.29-.22.68.68%2C0%2C0%2C0%2C.1-.35.62.62%2C0%2C0%2C0-.14-.41.63.63%2C0%2C0%2C0-.37-.19%2C4.39%2C4.39%2C0%2C0%2C0-.65%2C0H10.3v1.27h.5A2.53%2C2.53%2C0%2C0%2C0%2C11.51%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-mp3:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_mp3%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.77%2C15.36H5.9L5%2C11.83v3.53H4.17V10.88H5.53l.81%2C3%2C.8-3H8.5v4.48H7.66V11.83Zm2.63%2C0V10.88h1.45a6%2C6%2C0%2C0%2C1%2C1.08.06%2C1.22%2C1.22%2C0%2C0%2C1%2C.64.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.16%2C1.16%2C0%2C0%2C1-.47.21%2C4.48%2C4.48%2C0%2C0%2C1-.94.07H10.3v1.69Zm5.87-1.9a.55.55%2C0%2C0%2C0-.42-.19%2C1.24%2C1.24%2C0%2C0%2C0-.39.07l.09-.7a.82.82%2C0%2C0%2C0%2C.53-.15.56.56%2C0%2C0%2C0%2C.19-.43.48.48%2C0%2C0%2C0-.5-.5.52.52%2C0%2C0%2C0-.37.16.67.67%2C0%2C0%2C0-.19.44L13.42%2C12a1.55%2C1.55%2C0%2C0%2C1%2C.25-.65%2C1.09%2C1.09%2C0%2C0%2C1%2C.46-.38%2C1.6%2C1.6%2C0%2C0%2C1%2C.67-.14%2C1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4A1%2C1%2C0%2C0%2C1%2C15.48%2C13a1%2C1%2C0%2C0%2C1%2C.62.37%2C1.08%2C1.08%2C0%2C0%2C1%2C.23.69%2C1.38%2C1.38%2C0%2C0%2C1-.43%2C1%2C1.52%2C1.52%2C0%2C0%2C1-1.07.41%2C1.43%2C1.43%2C0%2C0%2C1-1-.35%2C1.39%2C1.39%2C0%2C0%2C1-.47-.91l.83-.1a.77.77%2C0%2C0%2C0%2C.22.48.57.57%2C0%2C0%2C0%2C.42.17.59.59%2C0%2C0%2C0%2C.45-.2.8.8%2C0%2C0%2C0%2C.18-.54A.73.73%2C0%2C0%2C0%2C15.27%2C13.46ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M11.51%2C12.84a.64.64%2C0%2C0%2C0%2C.29-.22.68.68%2C0%2C0%2C0%2C.1-.35.62.62%2C0%2C0%2C0-.14-.41.63.63%2C0%2C0%2C0-.37-.19%2C4.39%2C4.39%2C0%2C0%2C0-.65%2C0H10.3v1.27h.5A2.53%2C2.53%2C0%2C0%2C0%2C11.51%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-mp3:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_mp3%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.77%2C15.36H5.9L5%2C11.83v3.53H4.17V10.88H5.53l.81%2C3%2C.8-3H8.5v4.48H7.66V11.83Zm2.63%2C0V10.88h1.45a6%2C6%2C0%2C0%2C1%2C1.08.06%2C1.22%2C1.22%2C0%2C0%2C1%2C.64.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.16%2C1.16%2C0%2C0%2C1-.47.21%2C4.48%2C4.48%2C0%2C0%2C1-.94.07H10.3v1.69Zm5.87-1.9a.55.55%2C0%2C0%2C0-.42-.19%2C1.24%2C1.24%2C0%2C0%2C0-.39.07l.09-.7a.82.82%2C0%2C0%2C0%2C.53-.15.56.56%2C0%2C0%2C0%2C.19-.43.48.48%2C0%2C0%2C0-.5-.5.52.52%2C0%2C0%2C0-.37.16.67.67%2C0%2C0%2C0-.19.44L13.42%2C12a1.55%2C1.55%2C0%2C0%2C1%2C.25-.65%2C1.09%2C1.09%2C0%2C0%2C1%2C.46-.38%2C1.6%2C1.6%2C0%2C0%2C1%2C.67-.14%2C1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4A1%2C1%2C0%2C0%2C1%2C15.48%2C13a1%2C1%2C0%2C0%2C1%2C.62.37%2C1.08%2C1.08%2C0%2C0%2C1%2C.23.69%2C1.38%2C1.38%2C0%2C0%2C1-.43%2C1%2C1.52%2C1.52%2C0%2C0%2C1-1.07.41%2C1.43%2C1.43%2C0%2C0%2C1-1-.35%2C1.39%2C1.39%2C0%2C0%2C1-.47-.91l.83-.1a.77.77%2C0%2C0%2C0%2C.22.48.57.57%2C0%2C0%2C0%2C.42.17.59.59%2C0%2C0%2C0%2C.45-.2.8.8%2C0%2C0%2C0%2C.18-.54A.73.73%2C0%2C0%2C0%2C15.27%2C13.46ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M11.51%2C12.84a.64.64%2C0%2C0%2C0%2C.29-.22.68.68%2C0%2C0%2C0%2C.1-.35.62.62%2C0%2C0%2C0-.14-.41.63.63%2C0%2C0%2C0-.37-.19%2C4.39%2C4.39%2C0%2C0%2C0-.65%2C0H10.3v1.27h.5A2.53%2C2.53%2C0%2C0%2C0%2C11.51%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-mp3:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_mp3%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.77%2C15.36H5.9L5%2C11.83v3.53H4.17V10.88H5.53l.81%2C3%2C.8-3H8.5v4.48H7.66V11.83Zm2.63%2C0V10.88h1.45a6%2C6%2C0%2C0%2C1%2C1.08.06%2C1.22%2C1.22%2C0%2C0%2C1%2C.64.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.16%2C1.16%2C0%2C0%2C1-.47.21%2C4.48%2C4.48%2C0%2C0%2C1-.94.07H10.3v1.69Zm5.87-1.9a.55.55%2C0%2C0%2C0-.42-.19%2C1.24%2C1.24%2C0%2C0%2C0-.39.07l.09-.7a.82.82%2C0%2C0%2C0%2C.53-.15.56.56%2C0%2C0%2C0%2C.19-.43.48.48%2C0%2C0%2C0-.5-.5.52.52%2C0%2C0%2C0-.37.16.67.67%2C0%2C0%2C0-.19.44L13.42%2C12a1.55%2C1.55%2C0%2C0%2C1%2C.25-.65%2C1.09%2C1.09%2C0%2C0%2C1%2C.46-.38%2C1.6%2C1.6%2C0%2C0%2C1%2C.67-.14%2C1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4A1%2C1%2C0%2C0%2C1%2C15.48%2C13a1%2C1%2C0%2C0%2C1%2C.62.37%2C1.08%2C1.08%2C0%2C0%2C1%2C.23.69%2C1.38%2C1.38%2C0%2C0%2C1-.43%2C1%2C1.52%2C1.52%2C0%2C0%2C1-1.07.41%2C1.43%2C1.43%2C0%2C0%2C1-1-.35%2C1.39%2C1.39%2C0%2C0%2C1-.47-.91l.83-.1a.77.77%2C0%2C0%2C0%2C.22.48.57.57%2C0%2C0%2C0%2C.42.17.59.59%2C0%2C0%2C0%2C.45-.2.8.8%2C0%2C0%2C0%2C.18-.54A.73.73%2C0%2C0%2C0%2C15.27%2C13.46ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M11.51%2C12.84a.64.64%2C0%2C0%2C0%2C.29-.22.68.68%2C0%2C0%2C0%2C.1-.35.62.62%2C0%2C0%2C0-.14-.41.63.63%2C0%2C0%2C0-.37-.19%2C4.39%2C4.39%2C0%2C0%2C0-.65%2C0H10.3v1.27h.5A2.53%2C2.53%2C0%2C0%2C0%2C11.51%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-mp4:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_mp4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M3.28%2C25.37V20.89H4.63L5.44%2C24l.81-3.06H7.6v4.48H6.76V21.84l-.88%2C3.53H5l-.89-3.53v3.53Z' style='fill:%23000'/%3E%3Cpath d='M8.5%2C25.37V20.89H10A4.9%2C4.9%2C0%2C0%2C1%2C11%2C21a1.09%2C1.09%2C0%2C0%2C1%2C.64.44%2C1.33%2C1.33%2C0%2C0%2C1%2C.26.87%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.1%2C1.1%2C0%2C0%2C1-.38.44%2C1.34%2C1.34%2C0%2C0%2C1-.47.22%2C5.36%2C5.36%2C0%2C0%2C1-.93.06H9.41v1.69Zm.91-3.72v1.27H9.9a2.26%2C2.26%2C0%2C0%2C0%2C.72-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.59.59%2C0%2C0%2C0-.14-.4.65.65%2C0%2C0%2C0-.36-.2%2C4.56%2C4.56%2C0%2C0%2C0-.66%2C0Z' style='fill:%23000'/%3E%3Cpath d='M14.17%2C25.37v-.9H12.34v-.75l1.94-2.85H15v2.84h.56v.76H15v.9Zm0-1.66V22.18l-1%2C1.53Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-mp4:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_mp4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M3.28%2C25.37V20.89H4.63L5.44%2C24l.81-3.06H7.6v4.48H6.76V21.84l-.88%2C3.53H5l-.89-3.53v3.53Z' style='fill:%23000'/%3E%3Cpath d='M8.5%2C25.37V20.89H10A4.9%2C4.9%2C0%2C0%2C1%2C11%2C21a1.09%2C1.09%2C0%2C0%2C1%2C.64.44%2C1.33%2C1.33%2C0%2C0%2C1%2C.26.87%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.1%2C1.1%2C0%2C0%2C1-.38.44%2C1.34%2C1.34%2C0%2C0%2C1-.47.22%2C5.36%2C5.36%2C0%2C0%2C1-.93.06H9.41v1.69Zm.91-3.72v1.27H9.9a2.26%2C2.26%2C0%2C0%2C0%2C.72-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.59.59%2C0%2C0%2C0-.14-.4.65.65%2C0%2C0%2C0-.36-.2%2C4.56%2C4.56%2C0%2C0%2C0-.66%2C0Z' style='fill:%23000'/%3E%3Cpath d='M14.17%2C25.37v-.9H12.34v-.75l1.94-2.85H15v2.84h.56v.76H15v.9Zm0-1.66V22.18l-1%2C1.53Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-mp4:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_mp4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M3.28%2C25.37V20.89H4.63L5.44%2C24l.81-3.06H7.6v4.48H6.76V21.84l-.88%2C3.53H5l-.89-3.53v3.53Z' style='fill:%23000'/%3E%3Cpath d='M8.5%2C25.37V20.89H10A4.9%2C4.9%2C0%2C0%2C1%2C11%2C21a1.09%2C1.09%2C0%2C0%2C1%2C.64.44%2C1.33%2C1.33%2C0%2C0%2C1%2C.26.87%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.1%2C1.1%2C0%2C0%2C1-.38.44%2C1.34%2C1.34%2C0%2C0%2C1-.47.22%2C5.36%2C5.36%2C0%2C0%2C1-.93.06H9.41v1.69Zm.91-3.72v1.27H9.9a2.26%2C2.26%2C0%2C0%2C0%2C.72-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.59.59%2C0%2C0%2C0-.14-.4.65.65%2C0%2C0%2C0-.36-.2%2C4.56%2C4.56%2C0%2C0%2C0-.66%2C0Z' style='fill:%23000'/%3E%3Cpath d='M14.17%2C25.37v-.9H12.34v-.75l1.94-2.85H15v2.84h.56v.76H15v.9Zm0-1.66V22.18l-1%2C1.53Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-mp4:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_mp4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M3.28%2C25.37V20.89H4.63L5.44%2C24l.81-3.06H7.6v4.48H6.76V21.84l-.88%2C3.53H5l-.89-3.53v3.53Z' style='fill:%23000'/%3E%3Cpath d='M8.5%2C25.37V20.89H10A4.9%2C4.9%2C0%2C0%2C1%2C11%2C21a1.09%2C1.09%2C0%2C0%2C1%2C.64.44%2C1.33%2C1.33%2C0%2C0%2C1%2C.26.87%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.1%2C1.1%2C0%2C0%2C1-.38.44%2C1.34%2C1.34%2C0%2C0%2C1-.47.22%2C5.36%2C5.36%2C0%2C0%2C1-.93.06H9.41v1.69Zm.91-3.72v1.27H9.9a2.26%2C2.26%2C0%2C0%2C0%2C.72-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.59.59%2C0%2C0%2C0-.14-.4.65.65%2C0%2C0%2C0-.36-.2%2C4.56%2C4.56%2C0%2C0%2C0-.66%2C0Z' style='fill:%23000'/%3E%3Cpath d='M14.17%2C25.37v-.9H12.34v-.75l1.94-2.85H15v2.84h.56v.76H15v.9Zm0-1.66V22.18l-1%2C1.53Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-mp4:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_mp4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M3.28%2C25.37V20.89H4.63L5.44%2C24l.81-3.06H7.6v4.48H6.76V21.84l-.88%2C3.53H5l-.89-3.53v3.53Z' style='fill:%23000'/%3E%3Cpath d='M8.5%2C25.37V20.89H10A4.9%2C4.9%2C0%2C0%2C1%2C11%2C21a1.09%2C1.09%2C0%2C0%2C1%2C.64.44%2C1.33%2C1.33%2C0%2C0%2C1%2C.26.87%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.1%2C1.1%2C0%2C0%2C1-.38.44%2C1.34%2C1.34%2C0%2C0%2C1-.47.22%2C5.36%2C5.36%2C0%2C0%2C1-.93.06H9.41v1.69Zm.91-3.72v1.27H9.9a2.26%2C2.26%2C0%2C0%2C0%2C.72-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.59.59%2C0%2C0%2C0-.14-.4.65.65%2C0%2C0%2C0-.36-.2%2C4.56%2C4.56%2C0%2C0%2C0-.66%2C0Z' style='fill:%23000'/%3E%3Cpath d='M14.17%2C25.37v-.9H12.34v-.75l1.94-2.85H15v2.84h.56v.76H15v.9Zm0-1.66V22.18l-1%2C1.53Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-mp4:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_mp4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M3.28%2C25.37V20.89H4.63L5.44%2C24l.81-3.06H7.6v4.48H6.76V21.84l-.88%2C3.53H5l-.89-3.53v3.53Z' style='fill:%23000'/%3E%3Cpath d='M8.5%2C25.37V20.89H10A4.9%2C4.9%2C0%2C0%2C1%2C11%2C21a1.09%2C1.09%2C0%2C0%2C1%2C.64.44%2C1.33%2C1.33%2C0%2C0%2C1%2C.26.87%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.1%2C1.1%2C0%2C0%2C1-.38.44%2C1.34%2C1.34%2C0%2C0%2C1-.47.22%2C5.36%2C5.36%2C0%2C0%2C1-.93.06H9.41v1.69Zm.91-3.72v1.27H9.9a2.26%2C2.26%2C0%2C0%2C0%2C.72-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.59.59%2C0%2C0%2C0-.14-.4.65.65%2C0%2C0%2C0-.36-.2%2C4.56%2C4.56%2C0%2C0%2C0-.66%2C0Z' style='fill:%23000'/%3E%3Cpath d='M14.17%2C25.37v-.9H12.34v-.75l1.94-2.85H15v2.84h.56v.76H15v.9Zm0-1.66V22.18l-1%2C1.53Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-mp4:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.37' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_mp4%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M3.28%2C25.37V20.89H4.63L5.44%2C24l.81-3.06H7.6v4.48H6.76V21.84l-.88%2C3.53H5l-.89-3.53v3.53Z' style='fill:%23000'/%3E%3Cpath d='M8.5%2C25.37V20.89H10A4.9%2C4.9%2C0%2C0%2C1%2C11%2C21a1.09%2C1.09%2C0%2C0%2C1%2C.64.44%2C1.33%2C1.33%2C0%2C0%2C1%2C.26.87%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.1%2C1.1%2C0%2C0%2C1-.38.44%2C1.34%2C1.34%2C0%2C0%2C1-.47.22%2C5.36%2C5.36%2C0%2C0%2C1-.93.06H9.41v1.69Zm.91-3.72v1.27H9.9a2.26%2C2.26%2C0%2C0%2C0%2C.72-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.59.59%2C0%2C0%2C0-.14-.4.65.65%2C0%2C0%2C0-.36-.2%2C4.56%2C4.56%2C0%2C0%2C0-.66%2C0Z' style='fill:%23000'/%3E%3Cpath d='M14.17%2C25.37v-.9H12.34v-.75l1.94-2.85H15v2.84h.56v.76H15v.9Zm0-1.66V22.18l-1%2C1.53Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-ogg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.45' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_ogg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M2.11%2C23.16A3%2C3%2C0%2C0%2C1%2C2.31%2C22a2.12%2C2.12%2C0%2C0%2C1%2C.42-.62%2C1.83%2C1.83%2C0%2C0%2C1%2C.58-.4%2C2.42%2C2.42%2C0%2C0%2C1%2C1-.18%2C2.12%2C2.12%2C0%2C0%2C1%2C1.59.62%2C2.38%2C2.38%2C0%2C0%2C1%2C.59%2C1.71%2C2.31%2C2.31%2C0%2C0%2C1-.59%2C1.69%2C2.08%2C2.08%2C0%2C0%2C1-1.57.62%2C2.12%2C2.12%2C0%2C0%2C1-1.59-.61A2.3%2C2.3%2C0%2C0%2C1%2C2.11%2C23.16Zm.93%2C0a1.7%2C1.7%2C0%2C0%2C0%2C.35%2C1.15%2C1.14%2C1.14%2C0%2C0%2C0%2C.89.39%2C1.14%2C1.14%2C0%2C0%2C0%2C.89-.39%2C1.72%2C1.72%2C0%2C0%2C0%2C.35-1.17A1.69%2C1.69%2C0%2C0%2C0%2C5.18%2C22a1.12%2C1.12%2C0%2C0%2C0-.9-.38%2C1.14%2C1.14%2C0%2C0%2C0-.9.38A1.69%2C1.69%2C0%2C0%2C0%2C3%2C23.13Z' style='fill:%23000'/%3E%3Cpath d='M9.24%2C23.72V23h1.95v1.78a2.34%2C2.34%2C0%2C0%2C1-.82.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.44%2C2.44%2C0%2C0%2C1-1.23-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84A2.84%2C2.84%2C0%2C0%2C1%2C7%2C23.11a2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24A2%2C2%2C0%2C0%2C1%2C8.15%2C21a2.33%2C2.33%2C0%2C0%2C1%2C1.08-.23%2C2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.92.92%2C0%2C0%2C0-.35-.52%2C1.06%2C1.06%2C0%2C0%2C0-.65-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.71%2C1.71%2C0%2C0%2C0%2C.36%2C1.19%2C1.16%2C1.16%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C1.77%2C1.77%2C0%2C0%2C0%2C.49-.27v-.57Z' style='fill:%23000'/%3E%3Cpath d='M14.11%2C23.72V23h1.95v1.78a2.4%2C2.4%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.37%2C2.37%2C0%2C0%2C1-1.22-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84%2C2.84%2C2.84%2C0%2C0%2C1-.26-1.2%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2%2C2%2C0%2C0%2C1%2C13%2C21a2.29%2C2.29%2C0%2C0%2C1%2C1.07-.23%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.89.89%2C0%2C0%2C0-.36-.52%2C1%2C1%2C0%2C0%2C0-.65-.19%2C1.22%2C1.22%2C0%2C0%2C0-.94.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.76%2C1.76%2C0%2C0%2C0%2C.35%2C1.19%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.83%2C1.83%2C0%2C0%2C0%2C1.06-.38v-.57Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-ogg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.45' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_ogg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M2.11%2C23.16A3%2C3%2C0%2C0%2C1%2C2.31%2C22a2.12%2C2.12%2C0%2C0%2C1%2C.42-.62%2C1.83%2C1.83%2C0%2C0%2C1%2C.58-.4%2C2.42%2C2.42%2C0%2C0%2C1%2C1-.18%2C2.12%2C2.12%2C0%2C0%2C1%2C1.59.62%2C2.38%2C2.38%2C0%2C0%2C1%2C.59%2C1.71%2C2.31%2C2.31%2C0%2C0%2C1-.59%2C1.69%2C2.08%2C2.08%2C0%2C0%2C1-1.57.62%2C2.12%2C2.12%2C0%2C0%2C1-1.59-.61A2.3%2C2.3%2C0%2C0%2C1%2C2.11%2C23.16Zm.93%2C0a1.7%2C1.7%2C0%2C0%2C0%2C.35%2C1.15%2C1.14%2C1.14%2C0%2C0%2C0%2C.89.39%2C1.14%2C1.14%2C0%2C0%2C0%2C.89-.39%2C1.72%2C1.72%2C0%2C0%2C0%2C.35-1.17A1.69%2C1.69%2C0%2C0%2C0%2C5.18%2C22a1.12%2C1.12%2C0%2C0%2C0-.9-.38%2C1.14%2C1.14%2C0%2C0%2C0-.9.38A1.69%2C1.69%2C0%2C0%2C0%2C3%2C23.13Z' style='fill:%23000'/%3E%3Cpath d='M9.24%2C23.72V23h1.95v1.78a2.34%2C2.34%2C0%2C0%2C1-.82.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.44%2C2.44%2C0%2C0%2C1-1.23-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84A2.84%2C2.84%2C0%2C0%2C1%2C7%2C23.11a2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24A2%2C2%2C0%2C0%2C1%2C8.15%2C21a2.33%2C2.33%2C0%2C0%2C1%2C1.08-.23%2C2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.92.92%2C0%2C0%2C0-.35-.52%2C1.06%2C1.06%2C0%2C0%2C0-.65-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.71%2C1.71%2C0%2C0%2C0%2C.36%2C1.19%2C1.16%2C1.16%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C1.77%2C1.77%2C0%2C0%2C0%2C.49-.27v-.57Z' style='fill:%23000'/%3E%3Cpath d='M14.11%2C23.72V23h1.95v1.78a2.4%2C2.4%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.37%2C2.37%2C0%2C0%2C1-1.22-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84%2C2.84%2C2.84%2C0%2C0%2C1-.26-1.2%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2%2C2%2C0%2C0%2C1%2C13%2C21a2.29%2C2.29%2C0%2C0%2C1%2C1.07-.23%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.89.89%2C0%2C0%2C0-.36-.52%2C1%2C1%2C0%2C0%2C0-.65-.19%2C1.22%2C1.22%2C0%2C0%2C0-.94.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.76%2C1.76%2C0%2C0%2C0%2C.35%2C1.19%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.83%2C1.83%2C0%2C0%2C0%2C1.06-.38v-.57Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-ogg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.45' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_ogg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M2.11%2C23.16A3%2C3%2C0%2C0%2C1%2C2.31%2C22a2.12%2C2.12%2C0%2C0%2C1%2C.42-.62%2C1.83%2C1.83%2C0%2C0%2C1%2C.58-.4%2C2.42%2C2.42%2C0%2C0%2C1%2C1-.18%2C2.12%2C2.12%2C0%2C0%2C1%2C1.59.62%2C2.38%2C2.38%2C0%2C0%2C1%2C.59%2C1.71%2C2.31%2C2.31%2C0%2C0%2C1-.59%2C1.69%2C2.08%2C2.08%2C0%2C0%2C1-1.57.62%2C2.12%2C2.12%2C0%2C0%2C1-1.59-.61A2.3%2C2.3%2C0%2C0%2C1%2C2.11%2C23.16Zm.93%2C0a1.7%2C1.7%2C0%2C0%2C0%2C.35%2C1.15%2C1.14%2C1.14%2C0%2C0%2C0%2C.89.39%2C1.14%2C1.14%2C0%2C0%2C0%2C.89-.39%2C1.72%2C1.72%2C0%2C0%2C0%2C.35-1.17A1.69%2C1.69%2C0%2C0%2C0%2C5.18%2C22a1.12%2C1.12%2C0%2C0%2C0-.9-.38%2C1.14%2C1.14%2C0%2C0%2C0-.9.38A1.69%2C1.69%2C0%2C0%2C0%2C3%2C23.13Z' style='fill:%23000'/%3E%3Cpath d='M9.24%2C23.72V23h1.95v1.78a2.34%2C2.34%2C0%2C0%2C1-.82.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.44%2C2.44%2C0%2C0%2C1-1.23-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84A2.84%2C2.84%2C0%2C0%2C1%2C7%2C23.11a2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24A2%2C2%2C0%2C0%2C1%2C8.15%2C21a2.33%2C2.33%2C0%2C0%2C1%2C1.08-.23%2C2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.92.92%2C0%2C0%2C0-.35-.52%2C1.06%2C1.06%2C0%2C0%2C0-.65-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.71%2C1.71%2C0%2C0%2C0%2C.36%2C1.19%2C1.16%2C1.16%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C1.77%2C1.77%2C0%2C0%2C0%2C.49-.27v-.57Z' style='fill:%23000'/%3E%3Cpath d='M14.11%2C23.72V23h1.95v1.78a2.4%2C2.4%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.37%2C2.37%2C0%2C0%2C1-1.22-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84%2C2.84%2C2.84%2C0%2C0%2C1-.26-1.2%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2%2C2%2C0%2C0%2C1%2C13%2C21a2.29%2C2.29%2C0%2C0%2C1%2C1.07-.23%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.89.89%2C0%2C0%2C0-.36-.52%2C1%2C1%2C0%2C0%2C0-.65-.19%2C1.22%2C1.22%2C0%2C0%2C0-.94.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.76%2C1.76%2C0%2C0%2C0%2C.35%2C1.19%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.83%2C1.83%2C0%2C0%2C0%2C1.06-.38v-.57Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-ogg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.45' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_ogg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M2.11%2C23.16A3%2C3%2C0%2C0%2C1%2C2.31%2C22a2.12%2C2.12%2C0%2C0%2C1%2C.42-.62%2C1.83%2C1.83%2C0%2C0%2C1%2C.58-.4%2C2.42%2C2.42%2C0%2C0%2C1%2C1-.18%2C2.12%2C2.12%2C0%2C0%2C1%2C1.59.62%2C2.38%2C2.38%2C0%2C0%2C1%2C.59%2C1.71%2C2.31%2C2.31%2C0%2C0%2C1-.59%2C1.69%2C2.08%2C2.08%2C0%2C0%2C1-1.57.62%2C2.12%2C2.12%2C0%2C0%2C1-1.59-.61A2.3%2C2.3%2C0%2C0%2C1%2C2.11%2C23.16Zm.93%2C0a1.7%2C1.7%2C0%2C0%2C0%2C.35%2C1.15%2C1.14%2C1.14%2C0%2C0%2C0%2C.89.39%2C1.14%2C1.14%2C0%2C0%2C0%2C.89-.39%2C1.72%2C1.72%2C0%2C0%2C0%2C.35-1.17A1.69%2C1.69%2C0%2C0%2C0%2C5.18%2C22a1.12%2C1.12%2C0%2C0%2C0-.9-.38%2C1.14%2C1.14%2C0%2C0%2C0-.9.38A1.69%2C1.69%2C0%2C0%2C0%2C3%2C23.13Z' style='fill:%23000'/%3E%3Cpath d='M9.24%2C23.72V23h1.95v1.78a2.34%2C2.34%2C0%2C0%2C1-.82.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.44%2C2.44%2C0%2C0%2C1-1.23-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84A2.84%2C2.84%2C0%2C0%2C1%2C7%2C23.11a2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24A2%2C2%2C0%2C0%2C1%2C8.15%2C21a2.33%2C2.33%2C0%2C0%2C1%2C1.08-.23%2C2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.92.92%2C0%2C0%2C0-.35-.52%2C1.06%2C1.06%2C0%2C0%2C0-.65-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.71%2C1.71%2C0%2C0%2C0%2C.36%2C1.19%2C1.16%2C1.16%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C1.77%2C1.77%2C0%2C0%2C0%2C.49-.27v-.57Z' style='fill:%23000'/%3E%3Cpath d='M14.11%2C23.72V23h1.95v1.78a2.4%2C2.4%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.37%2C2.37%2C0%2C0%2C1-1.22-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84%2C2.84%2C2.84%2C0%2C0%2C1-.26-1.2%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2%2C2%2C0%2C0%2C1%2C13%2C21a2.29%2C2.29%2C0%2C0%2C1%2C1.07-.23%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.89.89%2C0%2C0%2C0-.36-.52%2C1%2C1%2C0%2C0%2C0-.65-.19%2C1.22%2C1.22%2C0%2C0%2C0-.94.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.76%2C1.76%2C0%2C0%2C0%2C.35%2C1.19%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.83%2C1.83%2C0%2C0%2C0%2C1.06-.38v-.57Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-ogg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.45' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_ogg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M2.11%2C23.16A3%2C3%2C0%2C0%2C1%2C2.31%2C22a2.12%2C2.12%2C0%2C0%2C1%2C.42-.62%2C1.83%2C1.83%2C0%2C0%2C1%2C.58-.4%2C2.42%2C2.42%2C0%2C0%2C1%2C1-.18%2C2.12%2C2.12%2C0%2C0%2C1%2C1.59.62%2C2.38%2C2.38%2C0%2C0%2C1%2C.59%2C1.71%2C2.31%2C2.31%2C0%2C0%2C1-.59%2C1.69%2C2.08%2C2.08%2C0%2C0%2C1-1.57.62%2C2.12%2C2.12%2C0%2C0%2C1-1.59-.61A2.3%2C2.3%2C0%2C0%2C1%2C2.11%2C23.16Zm.93%2C0a1.7%2C1.7%2C0%2C0%2C0%2C.35%2C1.15%2C1.14%2C1.14%2C0%2C0%2C0%2C.89.39%2C1.14%2C1.14%2C0%2C0%2C0%2C.89-.39%2C1.72%2C1.72%2C0%2C0%2C0%2C.35-1.17A1.69%2C1.69%2C0%2C0%2C0%2C5.18%2C22a1.12%2C1.12%2C0%2C0%2C0-.9-.38%2C1.14%2C1.14%2C0%2C0%2C0-.9.38A1.69%2C1.69%2C0%2C0%2C0%2C3%2C23.13Z' style='fill:%23000'/%3E%3Cpath d='M9.24%2C23.72V23h1.95v1.78a2.34%2C2.34%2C0%2C0%2C1-.82.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.44%2C2.44%2C0%2C0%2C1-1.23-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84A2.84%2C2.84%2C0%2C0%2C1%2C7%2C23.11a2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24A2%2C2%2C0%2C0%2C1%2C8.15%2C21a2.33%2C2.33%2C0%2C0%2C1%2C1.08-.23%2C2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.92.92%2C0%2C0%2C0-.35-.52%2C1.06%2C1.06%2C0%2C0%2C0-.65-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.71%2C1.71%2C0%2C0%2C0%2C.36%2C1.19%2C1.16%2C1.16%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C1.77%2C1.77%2C0%2C0%2C0%2C.49-.27v-.57Z' style='fill:%23000'/%3E%3Cpath d='M14.11%2C23.72V23h1.95v1.78a2.4%2C2.4%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.37%2C2.37%2C0%2C0%2C1-1.22-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84%2C2.84%2C2.84%2C0%2C0%2C1-.26-1.2%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2%2C2%2C0%2C0%2C1%2C13%2C21a2.29%2C2.29%2C0%2C0%2C1%2C1.07-.23%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.89.89%2C0%2C0%2C0-.36-.52%2C1%2C1%2C0%2C0%2C0-.65-.19%2C1.22%2C1.22%2C0%2C0%2C0-.94.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.76%2C1.76%2C0%2C0%2C0%2C.35%2C1.19%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.83%2C1.83%2C0%2C0%2C0%2C1.06-.38v-.57Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-ogg:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.45' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_ogg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M2.11%2C23.16A3%2C3%2C0%2C0%2C1%2C2.31%2C22a2.12%2C2.12%2C0%2C0%2C1%2C.42-.62%2C1.83%2C1.83%2C0%2C0%2C1%2C.58-.4%2C2.42%2C2.42%2C0%2C0%2C1%2C1-.18%2C2.12%2C2.12%2C0%2C0%2C1%2C1.59.62%2C2.38%2C2.38%2C0%2C0%2C1%2C.59%2C1.71%2C2.31%2C2.31%2C0%2C0%2C1-.59%2C1.69%2C2.08%2C2.08%2C0%2C0%2C1-1.57.62%2C2.12%2C2.12%2C0%2C0%2C1-1.59-.61A2.3%2C2.3%2C0%2C0%2C1%2C2.11%2C23.16Zm.93%2C0a1.7%2C1.7%2C0%2C0%2C0%2C.35%2C1.15%2C1.14%2C1.14%2C0%2C0%2C0%2C.89.39%2C1.14%2C1.14%2C0%2C0%2C0%2C.89-.39%2C1.72%2C1.72%2C0%2C0%2C0%2C.35-1.17A1.69%2C1.69%2C0%2C0%2C0%2C5.18%2C22a1.12%2C1.12%2C0%2C0%2C0-.9-.38%2C1.14%2C1.14%2C0%2C0%2C0-.9.38A1.69%2C1.69%2C0%2C0%2C0%2C3%2C23.13Z' style='fill:%23000'/%3E%3Cpath d='M9.24%2C23.72V23h1.95v1.78a2.34%2C2.34%2C0%2C0%2C1-.82.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.44%2C2.44%2C0%2C0%2C1-1.23-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84A2.84%2C2.84%2C0%2C0%2C1%2C7%2C23.11a2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24A2%2C2%2C0%2C0%2C1%2C8.15%2C21a2.33%2C2.33%2C0%2C0%2C1%2C1.08-.23%2C2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.92.92%2C0%2C0%2C0-.35-.52%2C1.06%2C1.06%2C0%2C0%2C0-.65-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.71%2C1.71%2C0%2C0%2C0%2C.36%2C1.19%2C1.16%2C1.16%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C1.77%2C1.77%2C0%2C0%2C0%2C.49-.27v-.57Z' style='fill:%23000'/%3E%3Cpath d='M14.11%2C23.72V23h1.95v1.78a2.4%2C2.4%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.37%2C2.37%2C0%2C0%2C1-1.22-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84%2C2.84%2C2.84%2C0%2C0%2C1-.26-1.2%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2%2C2%2C0%2C0%2C1%2C13%2C21a2.29%2C2.29%2C0%2C0%2C1%2C1.07-.23%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.89.89%2C0%2C0%2C0-.36-.52%2C1%2C1%2C0%2C0%2C0-.65-.19%2C1.22%2C1.22%2C0%2C0%2C0-.94.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.76%2C1.76%2C0%2C0%2C0%2C.35%2C1.19%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.83%2C1.83%2C0%2C0%2C0%2C1.06-.38v-.57Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-ogg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 25.45' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_ogg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M2.11%2C23.16A3%2C3%2C0%2C0%2C1%2C2.31%2C22a2.12%2C2.12%2C0%2C0%2C1%2C.42-.62%2C1.83%2C1.83%2C0%2C0%2C1%2C.58-.4%2C2.42%2C2.42%2C0%2C0%2C1%2C1-.18%2C2.12%2C2.12%2C0%2C0%2C1%2C1.59.62%2C2.38%2C2.38%2C0%2C0%2C1%2C.59%2C1.71%2C2.31%2C2.31%2C0%2C0%2C1-.59%2C1.69%2C2.08%2C2.08%2C0%2C0%2C1-1.57.62%2C2.12%2C2.12%2C0%2C0%2C1-1.59-.61A2.3%2C2.3%2C0%2C0%2C1%2C2.11%2C23.16Zm.93%2C0a1.7%2C1.7%2C0%2C0%2C0%2C.35%2C1.15%2C1.14%2C1.14%2C0%2C0%2C0%2C.89.39%2C1.14%2C1.14%2C0%2C0%2C0%2C.89-.39%2C1.72%2C1.72%2C0%2C0%2C0%2C.35-1.17A1.69%2C1.69%2C0%2C0%2C0%2C5.18%2C22a1.12%2C1.12%2C0%2C0%2C0-.9-.38%2C1.14%2C1.14%2C0%2C0%2C0-.9.38A1.69%2C1.69%2C0%2C0%2C0%2C3%2C23.13Z' style='fill:%23000'/%3E%3Cpath d='M9.24%2C23.72V23h1.95v1.78a2.34%2C2.34%2C0%2C0%2C1-.82.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.44%2C2.44%2C0%2C0%2C1-1.23-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84A2.84%2C2.84%2C0%2C0%2C1%2C7%2C23.11a2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24A2%2C2%2C0%2C0%2C1%2C8.15%2C21a2.33%2C2.33%2C0%2C0%2C1%2C1.08-.23%2C2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.92.92%2C0%2C0%2C0-.35-.52%2C1.06%2C1.06%2C0%2C0%2C0-.65-.19%2C1.24%2C1.24%2C0%2C0%2C0-1%2C.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.71%2C1.71%2C0%2C0%2C0%2C.36%2C1.19%2C1.16%2C1.16%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C1.77%2C1.77%2C0%2C0%2C0%2C.49-.27v-.57Z' style='fill:%23000'/%3E%3Cpath d='M14.11%2C23.72V23h1.95v1.78a2.4%2C2.4%2C0%2C0%2C1-.83.49%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.37%2C2.37%2C0%2C0%2C1-1.22-.3%2C1.94%2C1.94%2C0%2C0%2C1-.79-.84%2C2.84%2C2.84%2C0%2C0%2C1-.26-1.2%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24A2%2C2%2C0%2C0%2C1%2C13%2C21a2.29%2C2.29%2C0%2C0%2C1%2C1.07-.23%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.62%2C1.62%2C0%2C0%2C1%2C.6%2C1l-.9.17a.89.89%2C0%2C0%2C0-.36-.52%2C1%2C1%2C0%2C0%2C0-.65-.19%2C1.22%2C1.22%2C0%2C0%2C0-.94.37%2C1.6%2C1.6%2C0%2C0%2C0-.35%2C1.12%2C1.76%2C1.76%2C0%2C0%2C0%2C.35%2C1.19%2C1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.83%2C1.83%2C0%2C0%2C0%2C1.06-.38v-.57Z' style='fill:%23000'/%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-partilhar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Ctitle%3Epartilhar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='rgb%2884%2C175%2C172%29' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' cx='31.63' cy='38.45' r='3.34'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.29%2C26.24V16.16H15.43V43H25.86M15.43%2C22.16H42.29M24.22%2C12.83v6.6m9.28-6.6v6.6M31.74%2C39%2C42%2C44.62m0-12L31.74%2C38.27'/%3E%3Ccircle class='cls-1' fill='rgb%2884%2C175%2C172%29' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='32.33' r='3.34'/%3E%3Ccircle class='cls-1' fill='rgb%2884%2C175%2C172%29' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='44.25' r='3.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-partilhar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Ctitle%3Epartilhar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='rgb%28234%2C107%2C68%29' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' cx='31.63' cy='38.45' r='3.34'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.29%2C26.24V16.16H15.43V43H25.86M15.43%2C22.16H42.29M24.22%2C12.83v6.6m9.28-6.6v6.6M31.74%2C39%2C42%2C44.62m0-12L31.74%2C38.27'/%3E%3Ccircle class='cls-1' fill='rgb%28234%2C107%2C68%29' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='32.33' r='3.34'/%3E%3Ccircle class='cls-1' fill='rgb%28234%2C107%2C68%29' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='44.25' r='3.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-partilhar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Ctitle%3Epartilhar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='rgb%28255%2C255%2C255%29' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' cx='31.63' cy='38.45' r='3.34'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.29%2C26.24V16.16H15.43V43H25.86M15.43%2C22.16H42.29M24.22%2C12.83v6.6m9.28-6.6v6.6M31.74%2C39%2C42%2C44.62m0-12L31.74%2C38.27'/%3E%3Ccircle class='cls-1' fill='rgb%28255%2C255%2C255%29' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='32.33' r='3.34'/%3E%3Ccircle class='cls-1' fill='rgb%28255%2C255%2C255%29' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='44.25' r='3.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-partilhar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Ctitle%3Epartilhar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='rgb%2829%2C29%2C27%29' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' cx='31.63' cy='38.45' r='3.34'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.29%2C26.24V16.16H15.43V43H25.86M15.43%2C22.16H42.29M24.22%2C12.83v6.6m9.28-6.6v6.6M31.74%2C39%2C42%2C44.62m0-12L31.74%2C38.27'/%3E%3Ccircle class='cls-1' fill='rgb%2829%2C29%2C27%29' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='32.33' r='3.34'/%3E%3Ccircle class='cls-1' fill='rgb%2829%2C29%2C27%29' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='44.25' r='3.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-partilhar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Ctitle%3Epartilhar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='rgb%2887%2C87%2C86%29' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' cx='31.63' cy='38.45' r='3.34'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.29%2C26.24V16.16H15.43V43H25.86M15.43%2C22.16H42.29M24.22%2C12.83v6.6m9.28-6.6v6.6M31.74%2C39%2C42%2C44.62m0-12L31.74%2C38.27'/%3E%3Ccircle class='cls-1' fill='rgb%2887%2C87%2C86%29' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='32.33' r='3.34'/%3E%3Ccircle class='cls-1' fill='rgb%2887%2C87%2C86%29' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='44.25' r='3.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-partilhar-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Ctitle%3Epartilhar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='rgb%28234%2C107%2C68%29' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' cx='31.63' cy='38.45' r='3.34'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.29%2C26.24V16.16H15.43V43H25.86M15.43%2C22.16H42.29M24.22%2C12.83v6.6m9.28-6.6v6.6M31.74%2C39%2C42%2C44.62m0-12L31.74%2C38.27'/%3E%3Ccircle class='cls-1' fill='rgb%28234%2C107%2C68%29' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='32.33' r='3.34'/%3E%3Ccircle class='cls-1' fill='rgb%28234%2C107%2C68%29' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='44.25' r='3.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-partilhar-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 58'%3E%3Ctitle%3Epartilhar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='rgb%2829%2C29%2C27%29' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' cx='31.63' cy='38.45' r='3.34'/%3E%3Cpath class='cls-2' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' d='M57%2C29A28%2C28%2C0%2C1%2C1%2C29%2C1%2C28%2C28%2C0%2C0%2C1%2C57%2C29ZM42.29%2C26.24V16.16H15.43V43H25.86M15.43%2C22.16H42.29M24.22%2C12.83v6.6m9.28-6.6v6.6M31.74%2C39%2C42%2C44.62m0-12L31.74%2C38.27'/%3E%3Ccircle class='cls-1' fill='rgb%2829%2C29%2C27%29' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='32.33' r='3.34'/%3E%3Ccircle class='cls-1' fill='rgb%2829%2C29%2C27%29' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px' cx='42.04' cy='44.25' r='3.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-password:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 14.68' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Epassword%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M13.68%2C7.34A6.34%2C6.34%2C0%2C1%2C1%2C7.34%2C1%2C6.34%2C6.34%2C0%2C0%2C1%2C13.68%2C7.34Zm22.18%2C6.34V7.34H13.68m17.2%2C0v6.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-password:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 14.68' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Epassword%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M13.68%2C7.34A6.34%2C6.34%2C0%2C1%2C1%2C7.34%2C1%2C6.34%2C6.34%2C0%2C0%2C1%2C13.68%2C7.34Zm22.18%2C6.34V7.34H13.68m17.2%2C0v6.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-password:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 14.68' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Epassword%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M13.68%2C7.34A6.34%2C6.34%2C0%2C1%2C1%2C7.34%2C1%2C6.34%2C6.34%2C0%2C0%2C1%2C13.68%2C7.34Zm22.18%2C6.34V7.34H13.68m17.2%2C0v6.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-password:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 14.68' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Epassword%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M13.68%2C7.34A6.34%2C6.34%2C0%2C1%2C1%2C7.34%2C1%2C6.34%2C6.34%2C0%2C0%2C1%2C13.68%2C7.34Zm22.18%2C6.34V7.34H13.68m17.2%2C0v6.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-password:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 14.68' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Epassword%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M13.68%2C7.34A6.34%2C6.34%2C0%2C1%2C1%2C7.34%2C1%2C6.34%2C6.34%2C0%2C0%2C1%2C13.68%2C7.34Zm22.18%2C6.34V7.34H13.68m17.2%2C0v6.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-password:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 14.68' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Epassword%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M13.68%2C7.34A6.34%2C6.34%2C0%2C1%2C1%2C7.34%2C1%2C6.34%2C6.34%2C0%2C0%2C1%2C13.68%2C7.34Zm22.18%2C6.34V7.34H13.68m17.2%2C0v6.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-password:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.86 14.68' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Epassword%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M13.68%2C7.34A6.34%2C6.34%2C0%2C1%2C1%2C7.34%2C1%2C6.34%2C6.34%2C0%2C0%2C1%2C13.68%2C7.34Zm22.18%2C6.34V7.34H13.68m17.2%2C0v6.34'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-pdf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.61 22.58' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_pdf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.37%2C8.08h-.53V5.46a.11.11%2C0%2C0%2C0%2C0%2C0%2C.42.42%2C0%2C0%2C0-.1-.28l-4.27-5h0L13.37.07h0a.2.2%2C0%2C0%2C0-.08%2C0H2.64a.88.88%2C0%2C0%2C0-.87.89V8.08H1.24A1.25%2C1.25%2C0%2C0%2C0%2C0%2C9.34v6.59a1.26%2C1.26%2C0%2C0%2C0%2C1.24%2C1.26h.53V21.7a.87.87%2C0%2C0%2C0%2C.87.88H17a.87.87%2C0%2C0%2C0%2C.87-.88V17.19h.53a1.25%2C1.25%2C0%2C0%2C0%2C1.24-1.26V9.34A1.24%2C1.24%2C0%2C0%2C0%2C18.37%2C8.08ZM17%2C21.46H2.64V17.19H17ZM4.37%2C14.82V10.48H5.78a5.51%2C5.51%2C0%2C0%2C1%2C1%2C.06%2C1.18%2C1.18%2C0%2C0%2C1%2C.63.43%2C1.37%2C1.37%2C0%2C0%2C1%2C.25.84%2C1.36%2C1.36%2C0%2C0%2C1-.15.67%2C1%2C1%2C0%2C0%2C1-.37.43%2C1.31%2C1.31%2C0%2C0%2C1-.45.21%2C5.17%2C5.17%2C0%2C0%2C1-.91.06H5.25v1.64Zm4%2C0V10.48H10a3.39%2C3.39%2C0%2C0%2C1%2C.83.08%2C1.51%2C1.51%2C0%2C0%2C1%2C.65.4%2C1.9%2C1.9%2C0%2C0%2C1%2C.42.7%2C3.37%2C3.37%2C0%2C0%2C1%2C.14%2C1%2C2.8%2C2.8%2C0%2C0%2C1-.13.92%2C2%2C2%2C0%2C0%2C1-.47.77%2C1.43%2C1.43%2C0%2C0%2C1-.61.34%2C2.38%2C2.38%2C0%2C0%2C1-.78.1Zm7.08-2.58V13H13.68v1.85H12.8V10.48h3v.73H13.68v1ZM17%2C8.08H2.64V.89H12.7V5.42a.44.44%2C0%2C0%2C0%2C.43.44H17Z' style='fill:%23000'/%3E%3Cpath d='M11.14%2C12.65a2.58%2C2.58%2C0%2C0%2C0-.08-.77%2C1.07%2C1.07%2C0%2C0%2C0-.25-.42.89.89%2C0%2C0%2C0-.41-.21%2C4.89%2C4.89%2C0%2C0%2C0-.72%2C0H9.29v2.88h.65a2.12%2C2.12%2C0%2C0%2C0%2C.53-.05.77.77%2C0%2C0%2C0%2C.36-.18.91.91%2C0%2C0%2C0%2C.23-.42A2.77%2C2.77%2C0%2C0%2C0%2C11.14%2C12.65Z' style='fill:%23000'/%3E%3Cpath d='M6.42%2C12.37a.54.54%2C0%2C0%2C0%2C.28-.21.64.64%2C0%2C0%2C0%2C.09-.34.59.59%2C0%2C0%2C0-.13-.39.7.7%2C0%2C0%2C0-.36-.19%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0H5.25v1.23h.48A2.12%2C2.12%2C0%2C0%2C0%2C6.42%2C12.37Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-pdf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.61 22.58' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_pdf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.37%2C8.08h-.53V5.46a.11.11%2C0%2C0%2C0%2C0%2C0%2C.42.42%2C0%2C0%2C0-.1-.28l-4.27-5h0L13.37.07h0a.2.2%2C0%2C0%2C0-.08%2C0H2.64a.88.88%2C0%2C0%2C0-.87.89V8.08H1.24A1.25%2C1.25%2C0%2C0%2C0%2C0%2C9.34v6.59a1.26%2C1.26%2C0%2C0%2C0%2C1.24%2C1.26h.53V21.7a.87.87%2C0%2C0%2C0%2C.87.88H17a.87.87%2C0%2C0%2C0%2C.87-.88V17.19h.53a1.25%2C1.25%2C0%2C0%2C0%2C1.24-1.26V9.34A1.24%2C1.24%2C0%2C0%2C0%2C18.37%2C8.08ZM17%2C21.46H2.64V17.19H17ZM4.37%2C14.82V10.48H5.78a5.51%2C5.51%2C0%2C0%2C1%2C1%2C.06%2C1.18%2C1.18%2C0%2C0%2C1%2C.63.43%2C1.37%2C1.37%2C0%2C0%2C1%2C.25.84%2C1.36%2C1.36%2C0%2C0%2C1-.15.67%2C1%2C1%2C0%2C0%2C1-.37.43%2C1.31%2C1.31%2C0%2C0%2C1-.45.21%2C5.17%2C5.17%2C0%2C0%2C1-.91.06H5.25v1.64Zm4%2C0V10.48H10a3.39%2C3.39%2C0%2C0%2C1%2C.83.08%2C1.51%2C1.51%2C0%2C0%2C1%2C.65.4%2C1.9%2C1.9%2C0%2C0%2C1%2C.42.7%2C3.37%2C3.37%2C0%2C0%2C1%2C.14%2C1%2C2.8%2C2.8%2C0%2C0%2C1-.13.92%2C2%2C2%2C0%2C0%2C1-.47.77%2C1.43%2C1.43%2C0%2C0%2C1-.61.34%2C2.38%2C2.38%2C0%2C0%2C1-.78.1Zm7.08-2.58V13H13.68v1.85H12.8V10.48h3v.73H13.68v1ZM17%2C8.08H2.64V.89H12.7V5.42a.44.44%2C0%2C0%2C0%2C.43.44H17Z' style='fill:%23000'/%3E%3Cpath d='M11.14%2C12.65a2.58%2C2.58%2C0%2C0%2C0-.08-.77%2C1.07%2C1.07%2C0%2C0%2C0-.25-.42.89.89%2C0%2C0%2C0-.41-.21%2C4.89%2C4.89%2C0%2C0%2C0-.72%2C0H9.29v2.88h.65a2.12%2C2.12%2C0%2C0%2C0%2C.53-.05.77.77%2C0%2C0%2C0%2C.36-.18.91.91%2C0%2C0%2C0%2C.23-.42A2.77%2C2.77%2C0%2C0%2C0%2C11.14%2C12.65Z' style='fill:%23000'/%3E%3Cpath d='M6.42%2C12.37a.54.54%2C0%2C0%2C0%2C.28-.21.64.64%2C0%2C0%2C0%2C.09-.34.59.59%2C0%2C0%2C0-.13-.39.7.7%2C0%2C0%2C0-.36-.19%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0H5.25v1.23h.48A2.12%2C2.12%2C0%2C0%2C0%2C6.42%2C12.37Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-pdf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.61 22.58' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_pdf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.37%2C8.08h-.53V5.46a.11.11%2C0%2C0%2C0%2C0%2C0%2C.42.42%2C0%2C0%2C0-.1-.28l-4.27-5h0L13.37.07h0a.2.2%2C0%2C0%2C0-.08%2C0H2.64a.88.88%2C0%2C0%2C0-.87.89V8.08H1.24A1.25%2C1.25%2C0%2C0%2C0%2C0%2C9.34v6.59a1.26%2C1.26%2C0%2C0%2C0%2C1.24%2C1.26h.53V21.7a.87.87%2C0%2C0%2C0%2C.87.88H17a.87.87%2C0%2C0%2C0%2C.87-.88V17.19h.53a1.25%2C1.25%2C0%2C0%2C0%2C1.24-1.26V9.34A1.24%2C1.24%2C0%2C0%2C0%2C18.37%2C8.08ZM17%2C21.46H2.64V17.19H17ZM4.37%2C14.82V10.48H5.78a5.51%2C5.51%2C0%2C0%2C1%2C1%2C.06%2C1.18%2C1.18%2C0%2C0%2C1%2C.63.43%2C1.37%2C1.37%2C0%2C0%2C1%2C.25.84%2C1.36%2C1.36%2C0%2C0%2C1-.15.67%2C1%2C1%2C0%2C0%2C1-.37.43%2C1.31%2C1.31%2C0%2C0%2C1-.45.21%2C5.17%2C5.17%2C0%2C0%2C1-.91.06H5.25v1.64Zm4%2C0V10.48H10a3.39%2C3.39%2C0%2C0%2C1%2C.83.08%2C1.51%2C1.51%2C0%2C0%2C1%2C.65.4%2C1.9%2C1.9%2C0%2C0%2C1%2C.42.7%2C3.37%2C3.37%2C0%2C0%2C1%2C.14%2C1%2C2.8%2C2.8%2C0%2C0%2C1-.13.92%2C2%2C2%2C0%2C0%2C1-.47.77%2C1.43%2C1.43%2C0%2C0%2C1-.61.34%2C2.38%2C2.38%2C0%2C0%2C1-.78.1Zm7.08-2.58V13H13.68v1.85H12.8V10.48h3v.73H13.68v1ZM17%2C8.08H2.64V.89H12.7V5.42a.44.44%2C0%2C0%2C0%2C.43.44H17Z' style='fill:%23000'/%3E%3Cpath d='M11.14%2C12.65a2.58%2C2.58%2C0%2C0%2C0-.08-.77%2C1.07%2C1.07%2C0%2C0%2C0-.25-.42.89.89%2C0%2C0%2C0-.41-.21%2C4.89%2C4.89%2C0%2C0%2C0-.72%2C0H9.29v2.88h.65a2.12%2C2.12%2C0%2C0%2C0%2C.53-.05.77.77%2C0%2C0%2C0%2C.36-.18.91.91%2C0%2C0%2C0%2C.23-.42A2.77%2C2.77%2C0%2C0%2C0%2C11.14%2C12.65Z' style='fill:%23000'/%3E%3Cpath d='M6.42%2C12.37a.54.54%2C0%2C0%2C0%2C.28-.21.64.64%2C0%2C0%2C0%2C.09-.34.59.59%2C0%2C0%2C0-.13-.39.7.7%2C0%2C0%2C0-.36-.19%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0H5.25v1.23h.48A2.12%2C2.12%2C0%2C0%2C0%2C6.42%2C12.37Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-pdf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.61 22.58' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_pdf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.37%2C8.08h-.53V5.46a.11.11%2C0%2C0%2C0%2C0%2C0%2C.42.42%2C0%2C0%2C0-.1-.28l-4.27-5h0L13.37.07h0a.2.2%2C0%2C0%2C0-.08%2C0H2.64a.88.88%2C0%2C0%2C0-.87.89V8.08H1.24A1.25%2C1.25%2C0%2C0%2C0%2C0%2C9.34v6.59a1.26%2C1.26%2C0%2C0%2C0%2C1.24%2C1.26h.53V21.7a.87.87%2C0%2C0%2C0%2C.87.88H17a.87.87%2C0%2C0%2C0%2C.87-.88V17.19h.53a1.25%2C1.25%2C0%2C0%2C0%2C1.24-1.26V9.34A1.24%2C1.24%2C0%2C0%2C0%2C18.37%2C8.08ZM17%2C21.46H2.64V17.19H17ZM4.37%2C14.82V10.48H5.78a5.51%2C5.51%2C0%2C0%2C1%2C1%2C.06%2C1.18%2C1.18%2C0%2C0%2C1%2C.63.43%2C1.37%2C1.37%2C0%2C0%2C1%2C.25.84%2C1.36%2C1.36%2C0%2C0%2C1-.15.67%2C1%2C1%2C0%2C0%2C1-.37.43%2C1.31%2C1.31%2C0%2C0%2C1-.45.21%2C5.17%2C5.17%2C0%2C0%2C1-.91.06H5.25v1.64Zm4%2C0V10.48H10a3.39%2C3.39%2C0%2C0%2C1%2C.83.08%2C1.51%2C1.51%2C0%2C0%2C1%2C.65.4%2C1.9%2C1.9%2C0%2C0%2C1%2C.42.7%2C3.37%2C3.37%2C0%2C0%2C1%2C.14%2C1%2C2.8%2C2.8%2C0%2C0%2C1-.13.92%2C2%2C2%2C0%2C0%2C1-.47.77%2C1.43%2C1.43%2C0%2C0%2C1-.61.34%2C2.38%2C2.38%2C0%2C0%2C1-.78.1Zm7.08-2.58V13H13.68v1.85H12.8V10.48h3v.73H13.68v1ZM17%2C8.08H2.64V.89H12.7V5.42a.44.44%2C0%2C0%2C0%2C.43.44H17Z' style='fill:%23000'/%3E%3Cpath d='M11.14%2C12.65a2.58%2C2.58%2C0%2C0%2C0-.08-.77%2C1.07%2C1.07%2C0%2C0%2C0-.25-.42.89.89%2C0%2C0%2C0-.41-.21%2C4.89%2C4.89%2C0%2C0%2C0-.72%2C0H9.29v2.88h.65a2.12%2C2.12%2C0%2C0%2C0%2C.53-.05.77.77%2C0%2C0%2C0%2C.36-.18.91.91%2C0%2C0%2C0%2C.23-.42A2.77%2C2.77%2C0%2C0%2C0%2C11.14%2C12.65Z' style='fill:%23000'/%3E%3Cpath d='M6.42%2C12.37a.54.54%2C0%2C0%2C0%2C.28-.21.64.64%2C0%2C0%2C0%2C.09-.34.59.59%2C0%2C0%2C0-.13-.39.7.7%2C0%2C0%2C0-.36-.19%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0H5.25v1.23h.48A2.12%2C2.12%2C0%2C0%2C0%2C6.42%2C12.37Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-pdf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.61 22.58' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_pdf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.37%2C8.08h-.53V5.46a.11.11%2C0%2C0%2C0%2C0%2C0%2C.42.42%2C0%2C0%2C0-.1-.28l-4.27-5h0L13.37.07h0a.2.2%2C0%2C0%2C0-.08%2C0H2.64a.88.88%2C0%2C0%2C0-.87.89V8.08H1.24A1.25%2C1.25%2C0%2C0%2C0%2C0%2C9.34v6.59a1.26%2C1.26%2C0%2C0%2C0%2C1.24%2C1.26h.53V21.7a.87.87%2C0%2C0%2C0%2C.87.88H17a.87.87%2C0%2C0%2C0%2C.87-.88V17.19h.53a1.25%2C1.25%2C0%2C0%2C0%2C1.24-1.26V9.34A1.24%2C1.24%2C0%2C0%2C0%2C18.37%2C8.08ZM17%2C21.46H2.64V17.19H17ZM4.37%2C14.82V10.48H5.78a5.51%2C5.51%2C0%2C0%2C1%2C1%2C.06%2C1.18%2C1.18%2C0%2C0%2C1%2C.63.43%2C1.37%2C1.37%2C0%2C0%2C1%2C.25.84%2C1.36%2C1.36%2C0%2C0%2C1-.15.67%2C1%2C1%2C0%2C0%2C1-.37.43%2C1.31%2C1.31%2C0%2C0%2C1-.45.21%2C5.17%2C5.17%2C0%2C0%2C1-.91.06H5.25v1.64Zm4%2C0V10.48H10a3.39%2C3.39%2C0%2C0%2C1%2C.83.08%2C1.51%2C1.51%2C0%2C0%2C1%2C.65.4%2C1.9%2C1.9%2C0%2C0%2C1%2C.42.7%2C3.37%2C3.37%2C0%2C0%2C1%2C.14%2C1%2C2.8%2C2.8%2C0%2C0%2C1-.13.92%2C2%2C2%2C0%2C0%2C1-.47.77%2C1.43%2C1.43%2C0%2C0%2C1-.61.34%2C2.38%2C2.38%2C0%2C0%2C1-.78.1Zm7.08-2.58V13H13.68v1.85H12.8V10.48h3v.73H13.68v1ZM17%2C8.08H2.64V.89H12.7V5.42a.44.44%2C0%2C0%2C0%2C.43.44H17Z' style='fill:%23000'/%3E%3Cpath d='M11.14%2C12.65a2.58%2C2.58%2C0%2C0%2C0-.08-.77%2C1.07%2C1.07%2C0%2C0%2C0-.25-.42.89.89%2C0%2C0%2C0-.41-.21%2C4.89%2C4.89%2C0%2C0%2C0-.72%2C0H9.29v2.88h.65a2.12%2C2.12%2C0%2C0%2C0%2C.53-.05.77.77%2C0%2C0%2C0%2C.36-.18.91.91%2C0%2C0%2C0%2C.23-.42A2.77%2C2.77%2C0%2C0%2C0%2C11.14%2C12.65Z' style='fill:%23000'/%3E%3Cpath d='M6.42%2C12.37a.54.54%2C0%2C0%2C0%2C.28-.21.64.64%2C0%2C0%2C0%2C.09-.34.59.59%2C0%2C0%2C0-.13-.39.7.7%2C0%2C0%2C0-.36-.19%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0H5.25v1.23h.48A2.12%2C2.12%2C0%2C0%2C0%2C6.42%2C12.37Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-pdf:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.61 22.58' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_pdf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.37%2C8.08h-.53V5.46a.11.11%2C0%2C0%2C0%2C0%2C0%2C.42.42%2C0%2C0%2C0-.1-.28l-4.27-5h0L13.37.07h0a.2.2%2C0%2C0%2C0-.08%2C0H2.64a.88.88%2C0%2C0%2C0-.87.89V8.08H1.24A1.25%2C1.25%2C0%2C0%2C0%2C0%2C9.34v6.59a1.26%2C1.26%2C0%2C0%2C0%2C1.24%2C1.26h.53V21.7a.87.87%2C0%2C0%2C0%2C.87.88H17a.87.87%2C0%2C0%2C0%2C.87-.88V17.19h.53a1.25%2C1.25%2C0%2C0%2C0%2C1.24-1.26V9.34A1.24%2C1.24%2C0%2C0%2C0%2C18.37%2C8.08ZM17%2C21.46H2.64V17.19H17ZM4.37%2C14.82V10.48H5.78a5.51%2C5.51%2C0%2C0%2C1%2C1%2C.06%2C1.18%2C1.18%2C0%2C0%2C1%2C.63.43%2C1.37%2C1.37%2C0%2C0%2C1%2C.25.84%2C1.36%2C1.36%2C0%2C0%2C1-.15.67%2C1%2C1%2C0%2C0%2C1-.37.43%2C1.31%2C1.31%2C0%2C0%2C1-.45.21%2C5.17%2C5.17%2C0%2C0%2C1-.91.06H5.25v1.64Zm4%2C0V10.48H10a3.39%2C3.39%2C0%2C0%2C1%2C.83.08%2C1.51%2C1.51%2C0%2C0%2C1%2C.65.4%2C1.9%2C1.9%2C0%2C0%2C1%2C.42.7%2C3.37%2C3.37%2C0%2C0%2C1%2C.14%2C1%2C2.8%2C2.8%2C0%2C0%2C1-.13.92%2C2%2C2%2C0%2C0%2C1-.47.77%2C1.43%2C1.43%2C0%2C0%2C1-.61.34%2C2.38%2C2.38%2C0%2C0%2C1-.78.1Zm7.08-2.58V13H13.68v1.85H12.8V10.48h3v.73H13.68v1ZM17%2C8.08H2.64V.89H12.7V5.42a.44.44%2C0%2C0%2C0%2C.43.44H17Z' style='fill:%23000'/%3E%3Cpath d='M11.14%2C12.65a2.58%2C2.58%2C0%2C0%2C0-.08-.77%2C1.07%2C1.07%2C0%2C0%2C0-.25-.42.89.89%2C0%2C0%2C0-.41-.21%2C4.89%2C4.89%2C0%2C0%2C0-.72%2C0H9.29v2.88h.65a2.12%2C2.12%2C0%2C0%2C0%2C.53-.05.77.77%2C0%2C0%2C0%2C.36-.18.91.91%2C0%2C0%2C0%2C.23-.42A2.77%2C2.77%2C0%2C0%2C0%2C11.14%2C12.65Z' style='fill:%23000'/%3E%3Cpath d='M6.42%2C12.37a.54.54%2C0%2C0%2C0%2C.28-.21.64.64%2C0%2C0%2C0%2C.09-.34.59.59%2C0%2C0%2C0-.13-.39.7.7%2C0%2C0%2C0-.36-.19%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0H5.25v1.23h.48A2.12%2C2.12%2C0%2C0%2C0%2C6.42%2C12.37Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-pdf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.61 22.58' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_pdf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.37%2C8.08h-.53V5.46a.11.11%2C0%2C0%2C0%2C0%2C0%2C.42.42%2C0%2C0%2C0-.1-.28l-4.27-5h0L13.37.07h0a.2.2%2C0%2C0%2C0-.08%2C0H2.64a.88.88%2C0%2C0%2C0-.87.89V8.08H1.24A1.25%2C1.25%2C0%2C0%2C0%2C0%2C9.34v6.59a1.26%2C1.26%2C0%2C0%2C0%2C1.24%2C1.26h.53V21.7a.87.87%2C0%2C0%2C0%2C.87.88H17a.87.87%2C0%2C0%2C0%2C.87-.88V17.19h.53a1.25%2C1.25%2C0%2C0%2C0%2C1.24-1.26V9.34A1.24%2C1.24%2C0%2C0%2C0%2C18.37%2C8.08ZM17%2C21.46H2.64V17.19H17ZM4.37%2C14.82V10.48H5.78a5.51%2C5.51%2C0%2C0%2C1%2C1%2C.06%2C1.18%2C1.18%2C0%2C0%2C1%2C.63.43%2C1.37%2C1.37%2C0%2C0%2C1%2C.25.84%2C1.36%2C1.36%2C0%2C0%2C1-.15.67%2C1%2C1%2C0%2C0%2C1-.37.43%2C1.31%2C1.31%2C0%2C0%2C1-.45.21%2C5.17%2C5.17%2C0%2C0%2C1-.91.06H5.25v1.64Zm4%2C0V10.48H10a3.39%2C3.39%2C0%2C0%2C1%2C.83.08%2C1.51%2C1.51%2C0%2C0%2C1%2C.65.4%2C1.9%2C1.9%2C0%2C0%2C1%2C.42.7%2C3.37%2C3.37%2C0%2C0%2C1%2C.14%2C1%2C2.8%2C2.8%2C0%2C0%2C1-.13.92%2C2%2C2%2C0%2C0%2C1-.47.77%2C1.43%2C1.43%2C0%2C0%2C1-.61.34%2C2.38%2C2.38%2C0%2C0%2C1-.78.1Zm7.08-2.58V13H13.68v1.85H12.8V10.48h3v.73H13.68v1ZM17%2C8.08H2.64V.89H12.7V5.42a.44.44%2C0%2C0%2C0%2C.43.44H17Z' style='fill:%23000'/%3E%3Cpath d='M11.14%2C12.65a2.58%2C2.58%2C0%2C0%2C0-.08-.77%2C1.07%2C1.07%2C0%2C0%2C0-.25-.42.89.89%2C0%2C0%2C0-.41-.21%2C4.89%2C4.89%2C0%2C0%2C0-.72%2C0H9.29v2.88h.65a2.12%2C2.12%2C0%2C0%2C0%2C.53-.05.77.77%2C0%2C0%2C0%2C.36-.18.91.91%2C0%2C0%2C0%2C.23-.42A2.77%2C2.77%2C0%2C0%2C0%2C11.14%2C12.65Z' style='fill:%23000'/%3E%3Cpath d='M6.42%2C12.37a.54.54%2C0%2C0%2C0%2C.28-.21.64.64%2C0%2C0%2C0%2C.09-.34.59.59%2C0%2C0%2C0-.13-.39.7.7%2C0%2C0%2C0-.36-.19%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0H5.25v1.23h.48A2.12%2C2.12%2C0%2C0%2C0%2C6.42%2C12.37Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-png:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_png%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM4.19%2C15.36V10.88H5.64a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H5.09v1.69Zm4.18%2C0V10.88h.88l1.83%2C3v-3h.84v4.48H11L9.21%2C12.44v2.92ZM14%2C14.26a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.51%2C2.51%2C0%2C0%2C0%2C.49-.27v-.57H15V13h1.95v1.79a2.5%2C2.5%2C0%2C0%2C1-.82.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.54%2C2.54%2C0%2C0%2C1-1.23-.29%2C1.84%2C1.84%2C0%2C0%2C1-.78-.85%2C2.63%2C2.63%2C0%2C0%2C1-.27-1.19%2C2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24%2C2%2C2%2C0%2C0%2C1%2C.86-.84A2.39%2C2.39%2C0%2C0%2C1%2C15%2C10.8a2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.89.17a1.05%2C1.05%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19A1.21%2C1.21%2C0%2C0%2C0%2C14%2C12a1.54%2C1.54%2C0%2C0%2C0-.35%2C1.11A1.74%2C1.74%2C0%2C0%2C0%2C14%2C14.26Zm3.43-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M6.3%2C12.84a.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6%2C4.49%2C4.49%2C0%2C0%2C0-.65%2C0H5.09v1.27h.5A2.58%2C2.58%2C0%2C0%2C0%2C6.3%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-png:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_png%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM4.19%2C15.36V10.88H5.64a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H5.09v1.69Zm4.18%2C0V10.88h.88l1.83%2C3v-3h.84v4.48H11L9.21%2C12.44v2.92ZM14%2C14.26a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.51%2C2.51%2C0%2C0%2C0%2C.49-.27v-.57H15V13h1.95v1.79a2.5%2C2.5%2C0%2C0%2C1-.82.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.54%2C2.54%2C0%2C0%2C1-1.23-.29%2C1.84%2C1.84%2C0%2C0%2C1-.78-.85%2C2.63%2C2.63%2C0%2C0%2C1-.27-1.19%2C2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24%2C2%2C2%2C0%2C0%2C1%2C.86-.84A2.39%2C2.39%2C0%2C0%2C1%2C15%2C10.8a2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.89.17a1.05%2C1.05%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19A1.21%2C1.21%2C0%2C0%2C0%2C14%2C12a1.54%2C1.54%2C0%2C0%2C0-.35%2C1.11A1.74%2C1.74%2C0%2C0%2C0%2C14%2C14.26Zm3.43-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M6.3%2C12.84a.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6%2C4.49%2C4.49%2C0%2C0%2C0-.65%2C0H5.09v1.27h.5A2.58%2C2.58%2C0%2C0%2C0%2C6.3%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-png:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_png%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM4.19%2C15.36V10.88H5.64a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H5.09v1.69Zm4.18%2C0V10.88h.88l1.83%2C3v-3h.84v4.48H11L9.21%2C12.44v2.92ZM14%2C14.26a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.51%2C2.51%2C0%2C0%2C0%2C.49-.27v-.57H15V13h1.95v1.79a2.5%2C2.5%2C0%2C0%2C1-.82.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.54%2C2.54%2C0%2C0%2C1-1.23-.29%2C1.84%2C1.84%2C0%2C0%2C1-.78-.85%2C2.63%2C2.63%2C0%2C0%2C1-.27-1.19%2C2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24%2C2%2C2%2C0%2C0%2C1%2C.86-.84A2.39%2C2.39%2C0%2C0%2C1%2C15%2C10.8a2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.89.17a1.05%2C1.05%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19A1.21%2C1.21%2C0%2C0%2C0%2C14%2C12a1.54%2C1.54%2C0%2C0%2C0-.35%2C1.11A1.74%2C1.74%2C0%2C0%2C0%2C14%2C14.26Zm3.43-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M6.3%2C12.84a.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6%2C4.49%2C4.49%2C0%2C0%2C0-.65%2C0H5.09v1.27h.5A2.58%2C2.58%2C0%2C0%2C0%2C6.3%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-png:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_png%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM4.19%2C15.36V10.88H5.64a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H5.09v1.69Zm4.18%2C0V10.88h.88l1.83%2C3v-3h.84v4.48H11L9.21%2C12.44v2.92ZM14%2C14.26a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.51%2C2.51%2C0%2C0%2C0%2C.49-.27v-.57H15V13h1.95v1.79a2.5%2C2.5%2C0%2C0%2C1-.82.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.54%2C2.54%2C0%2C0%2C1-1.23-.29%2C1.84%2C1.84%2C0%2C0%2C1-.78-.85%2C2.63%2C2.63%2C0%2C0%2C1-.27-1.19%2C2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24%2C2%2C2%2C0%2C0%2C1%2C.86-.84A2.39%2C2.39%2C0%2C0%2C1%2C15%2C10.8a2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.89.17a1.05%2C1.05%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19A1.21%2C1.21%2C0%2C0%2C0%2C14%2C12a1.54%2C1.54%2C0%2C0%2C0-.35%2C1.11A1.74%2C1.74%2C0%2C0%2C0%2C14%2C14.26Zm3.43-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M6.3%2C12.84a.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6%2C4.49%2C4.49%2C0%2C0%2C0-.65%2C0H5.09v1.27h.5A2.58%2C2.58%2C0%2C0%2C0%2C6.3%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-png:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_png%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM4.19%2C15.36V10.88H5.64a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H5.09v1.69Zm4.18%2C0V10.88h.88l1.83%2C3v-3h.84v4.48H11L9.21%2C12.44v2.92ZM14%2C14.26a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.51%2C2.51%2C0%2C0%2C0%2C.49-.27v-.57H15V13h1.95v1.79a2.5%2C2.5%2C0%2C0%2C1-.82.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.54%2C2.54%2C0%2C0%2C1-1.23-.29%2C1.84%2C1.84%2C0%2C0%2C1-.78-.85%2C2.63%2C2.63%2C0%2C0%2C1-.27-1.19%2C2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24%2C2%2C2%2C0%2C0%2C1%2C.86-.84A2.39%2C2.39%2C0%2C0%2C1%2C15%2C10.8a2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.89.17a1.05%2C1.05%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19A1.21%2C1.21%2C0%2C0%2C0%2C14%2C12a1.54%2C1.54%2C0%2C0%2C0-.35%2C1.11A1.74%2C1.74%2C0%2C0%2C0%2C14%2C14.26Zm3.43-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M6.3%2C12.84a.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6%2C4.49%2C4.49%2C0%2C0%2C0-.65%2C0H5.09v1.27h.5A2.58%2C2.58%2C0%2C0%2C0%2C6.3%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-png:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_png%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM4.19%2C15.36V10.88H5.64a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H5.09v1.69Zm4.18%2C0V10.88h.88l1.83%2C3v-3h.84v4.48H11L9.21%2C12.44v2.92ZM14%2C14.26a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.51%2C2.51%2C0%2C0%2C0%2C.49-.27v-.57H15V13h1.95v1.79a2.5%2C2.5%2C0%2C0%2C1-.82.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.54%2C2.54%2C0%2C0%2C1-1.23-.29%2C1.84%2C1.84%2C0%2C0%2C1-.78-.85%2C2.63%2C2.63%2C0%2C0%2C1-.27-1.19%2C2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24%2C2%2C2%2C0%2C0%2C1%2C.86-.84A2.39%2C2.39%2C0%2C0%2C1%2C15%2C10.8a2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.89.17a1.05%2C1.05%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19A1.21%2C1.21%2C0%2C0%2C0%2C14%2C12a1.54%2C1.54%2C0%2C0%2C0-.35%2C1.11A1.74%2C1.74%2C0%2C0%2C0%2C14%2C14.26Zm3.43-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M6.3%2C12.84a.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6%2C4.49%2C4.49%2C0%2C0%2C0-.65%2C0H5.09v1.27h.5A2.58%2C2.58%2C0%2C0%2C0%2C6.3%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-png:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_png%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM4.19%2C15.36V10.88H5.64a5.76%2C5.76%2C0%2C0%2C1%2C1.07.06%2C1.21%2C1.21%2C0%2C0%2C1%2C.65.44%2C1.44%2C1.44%2C0%2C0%2C1%2C.26.88%2C1.47%2C1.47%2C0%2C0%2C1-.15.69%2C1.27%2C1.27%2C0%2C0%2C1-.38.44%2C1.22%2C1.22%2C0%2C0%2C1-.47.21%2C4.54%2C4.54%2C0%2C0%2C1-.94.07H5.09v1.69Zm4.18%2C0V10.88h.88l1.83%2C3v-3h.84v4.48H11L9.21%2C12.44v2.92ZM14%2C14.26a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.51%2C2.51%2C0%2C0%2C0%2C.49-.27v-.57H15V13h1.95v1.79a2.5%2C2.5%2C0%2C0%2C1-.82.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.54%2C2.54%2C0%2C0%2C1-1.23-.29%2C1.84%2C1.84%2C0%2C0%2C1-.78-.85%2C2.63%2C2.63%2C0%2C0%2C1-.27-1.19%2C2.53%2C2.53%2C0%2C0%2C1%2C.3-1.24%2C2%2C2%2C0%2C0%2C1%2C.86-.84A2.39%2C2.39%2C0%2C0%2C1%2C15%2C10.8a2.16%2C2.16%2C0%2C0%2C1%2C1.3.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.89.17a1.05%2C1.05%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19A1.21%2C1.21%2C0%2C0%2C0%2C14%2C12a1.54%2C1.54%2C0%2C0%2C0-.35%2C1.11A1.74%2C1.74%2C0%2C0%2C0%2C14%2C14.26Zm3.43-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3Cpath d='M6.3%2C12.84a.57.57%2C0%2C0%2C0%2C.28-.22.61.61%2C0%2C0%2C0%2C.11-.35.59.59%2C0%2C0%2C0-.51-.6%2C4.49%2C4.49%2C0%2C0%2C0-.65%2C0H5.09v1.27h.5A2.58%2C2.58%2C0%2C0%2C0%2C6.3%2C12.84Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-pps:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_pps%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.19%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.65.65%2C0%2C0%2C0%2C.11-.37.6.6%2C0%2C0%2C0-.16-.43.68.68%2C0%2C0%2C0-.38-.21%2C5.08%2C5.08%2C0%2C0%2C0-.69%2C0H4.9v1.35h.53A2.53%2C2.53%2C0%2C0%2C0%2C6.19%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M10.62%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.68.68%2C0%2C0%2C0%2C0-.8.68.68%2C0%2C0%2C0-.39-.21%2C4.88%2C4.88%2C0%2C0%2C0-.69%2C0H9.34v1.35h.52A2.53%2C2.53%2C0%2C0%2C0%2C10.62%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44Zm-13.5-6.6V10.7H5.48a5.52%2C5.52%2C0%2C0%2C1%2C1.15.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.51%2C1.51%2C0%2C0%2C1%2C.28.93%2C1.65%2C1.65%2C0%2C0%2C1-.16.74%2C1.34%2C1.34%2C0%2C0%2C1-.41.47%2C1.33%2C1.33%2C0%2C0%2C1-.49.22%2C5.15%2C5.15%2C0%2C0%2C1-1%2C.07H4.9v1.79Zm4.43%2C0V10.7H9.92a5.46%2C5.46%2C0%2C0%2C1%2C1.14.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.45%2C1.45%2C0%2C0%2C1%2C.28.93%2C1.53%2C1.53%2C0%2C0%2C1-.16.74%2C1.43%2C1.43%2C0%2C0%2C1-.4.47%2C1.37%2C1.37%2C0%2C0%2C1-.5.22%2C5.08%2C5.08%2C0%2C0%2C1-1%2C.07H9.34v1.79Zm7-1.67a.87.87%2C0%2C0%2C0-.34-.2c-.11%2C0-.37-.11-.77-.21a2.49%2C2.49%2C0%2C0%2C1-1.08-.47%2C1.21%2C1.21%2C0%2C0%2C1-.44-1%2C1.28%2C1.28%2C0%2C0%2C1%2C.2-.68%2C1.31%2C1.31%2C0%2C0%2C1%2C.6-.48%2C2.38%2C2.38%2C0%2C0%2C1%2C.93-.16%2C2%2C2%2C0%2C0%2C1%2C1.35.39%2C1.41%2C1.41%2C0%2C0%2C1%2C.48%2C1.05l-1%2C0a.79.79%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.61-.16%2C1.12%2C1.12%2C0%2C0%2C0-.65.17.37.37%2C0%2C0%2C0%2C0%2C.59%2C2.54%2C2.54%2C0%2C0%2C0%2C.88.31%2C4.57%2C4.57%2C0%2C0%2C1%2C1%2C.35%2C1.34%2C1.34%2C0%2C0%2C1%2C.52.48%2C1.51%2C1.51%2C0%2C0%2C1%2C0%2C1.52%2C1.44%2C1.44%2C0%2C0%2C1-.65.54%2C2.77%2C2.77%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42%2C1.8%2C1.8%2C0%2C0%2C1-.57-1.21l.93-.1a1.19%2C1.19%2C0%2C0%2C0%2C.34.7%2C1.27%2C1.27%2C0%2C0%2C0%2C1.4%2C0%2C.59.59%2C0%2C0%2C0%2C.23-.46A.43.43%2C0%2C0%2C0%2C15.37%2C13.78ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-pps:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_pps%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.19%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.65.65%2C0%2C0%2C0%2C.11-.37.6.6%2C0%2C0%2C0-.16-.43.68.68%2C0%2C0%2C0-.38-.21%2C5.08%2C5.08%2C0%2C0%2C0-.69%2C0H4.9v1.35h.53A2.53%2C2.53%2C0%2C0%2C0%2C6.19%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M10.62%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.68.68%2C0%2C0%2C0%2C0-.8.68.68%2C0%2C0%2C0-.39-.21%2C4.88%2C4.88%2C0%2C0%2C0-.69%2C0H9.34v1.35h.52A2.53%2C2.53%2C0%2C0%2C0%2C10.62%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44Zm-13.5-6.6V10.7H5.48a5.52%2C5.52%2C0%2C0%2C1%2C1.15.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.51%2C1.51%2C0%2C0%2C1%2C.28.93%2C1.65%2C1.65%2C0%2C0%2C1-.16.74%2C1.34%2C1.34%2C0%2C0%2C1-.41.47%2C1.33%2C1.33%2C0%2C0%2C1-.49.22%2C5.15%2C5.15%2C0%2C0%2C1-1%2C.07H4.9v1.79Zm4.43%2C0V10.7H9.92a5.46%2C5.46%2C0%2C0%2C1%2C1.14.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.45%2C1.45%2C0%2C0%2C1%2C.28.93%2C1.53%2C1.53%2C0%2C0%2C1-.16.74%2C1.43%2C1.43%2C0%2C0%2C1-.4.47%2C1.37%2C1.37%2C0%2C0%2C1-.5.22%2C5.08%2C5.08%2C0%2C0%2C1-1%2C.07H9.34v1.79Zm7-1.67a.87.87%2C0%2C0%2C0-.34-.2c-.11%2C0-.37-.11-.77-.21a2.49%2C2.49%2C0%2C0%2C1-1.08-.47%2C1.21%2C1.21%2C0%2C0%2C1-.44-1%2C1.28%2C1.28%2C0%2C0%2C1%2C.2-.68%2C1.31%2C1.31%2C0%2C0%2C1%2C.6-.48%2C2.38%2C2.38%2C0%2C0%2C1%2C.93-.16%2C2%2C2%2C0%2C0%2C1%2C1.35.39%2C1.41%2C1.41%2C0%2C0%2C1%2C.48%2C1.05l-1%2C0a.79.79%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.61-.16%2C1.12%2C1.12%2C0%2C0%2C0-.65.17.37.37%2C0%2C0%2C0%2C0%2C.59%2C2.54%2C2.54%2C0%2C0%2C0%2C.88.31%2C4.57%2C4.57%2C0%2C0%2C1%2C1%2C.35%2C1.34%2C1.34%2C0%2C0%2C1%2C.52.48%2C1.51%2C1.51%2C0%2C0%2C1%2C0%2C1.52%2C1.44%2C1.44%2C0%2C0%2C1-.65.54%2C2.77%2C2.77%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42%2C1.8%2C1.8%2C0%2C0%2C1-.57-1.21l.93-.1a1.19%2C1.19%2C0%2C0%2C0%2C.34.7%2C1.27%2C1.27%2C0%2C0%2C0%2C1.4%2C0%2C.59.59%2C0%2C0%2C0%2C.23-.46A.43.43%2C0%2C0%2C0%2C15.37%2C13.78ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-pps:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_pps%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.19%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.65.65%2C0%2C0%2C0%2C.11-.37.6.6%2C0%2C0%2C0-.16-.43.68.68%2C0%2C0%2C0-.38-.21%2C5.08%2C5.08%2C0%2C0%2C0-.69%2C0H4.9v1.35h.53A2.53%2C2.53%2C0%2C0%2C0%2C6.19%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M10.62%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.68.68%2C0%2C0%2C0%2C0-.8.68.68%2C0%2C0%2C0-.39-.21%2C4.88%2C4.88%2C0%2C0%2C0-.69%2C0H9.34v1.35h.52A2.53%2C2.53%2C0%2C0%2C0%2C10.62%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44Zm-13.5-6.6V10.7H5.48a5.52%2C5.52%2C0%2C0%2C1%2C1.15.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.51%2C1.51%2C0%2C0%2C1%2C.28.93%2C1.65%2C1.65%2C0%2C0%2C1-.16.74%2C1.34%2C1.34%2C0%2C0%2C1-.41.47%2C1.33%2C1.33%2C0%2C0%2C1-.49.22%2C5.15%2C5.15%2C0%2C0%2C1-1%2C.07H4.9v1.79Zm4.43%2C0V10.7H9.92a5.46%2C5.46%2C0%2C0%2C1%2C1.14.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.45%2C1.45%2C0%2C0%2C1%2C.28.93%2C1.53%2C1.53%2C0%2C0%2C1-.16.74%2C1.43%2C1.43%2C0%2C0%2C1-.4.47%2C1.37%2C1.37%2C0%2C0%2C1-.5.22%2C5.08%2C5.08%2C0%2C0%2C1-1%2C.07H9.34v1.79Zm7-1.67a.87.87%2C0%2C0%2C0-.34-.2c-.11%2C0-.37-.11-.77-.21a2.49%2C2.49%2C0%2C0%2C1-1.08-.47%2C1.21%2C1.21%2C0%2C0%2C1-.44-1%2C1.28%2C1.28%2C0%2C0%2C1%2C.2-.68%2C1.31%2C1.31%2C0%2C0%2C1%2C.6-.48%2C2.38%2C2.38%2C0%2C0%2C1%2C.93-.16%2C2%2C2%2C0%2C0%2C1%2C1.35.39%2C1.41%2C1.41%2C0%2C0%2C1%2C.48%2C1.05l-1%2C0a.79.79%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.61-.16%2C1.12%2C1.12%2C0%2C0%2C0-.65.17.37.37%2C0%2C0%2C0%2C0%2C.59%2C2.54%2C2.54%2C0%2C0%2C0%2C.88.31%2C4.57%2C4.57%2C0%2C0%2C1%2C1%2C.35%2C1.34%2C1.34%2C0%2C0%2C1%2C.52.48%2C1.51%2C1.51%2C0%2C0%2C1%2C0%2C1.52%2C1.44%2C1.44%2C0%2C0%2C1-.65.54%2C2.77%2C2.77%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42%2C1.8%2C1.8%2C0%2C0%2C1-.57-1.21l.93-.1a1.19%2C1.19%2C0%2C0%2C0%2C.34.7%2C1.27%2C1.27%2C0%2C0%2C0%2C1.4%2C0%2C.59.59%2C0%2C0%2C0%2C.23-.46A.43.43%2C0%2C0%2C0%2C15.37%2C13.78ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-pps:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_pps%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.19%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.65.65%2C0%2C0%2C0%2C.11-.37.6.6%2C0%2C0%2C0-.16-.43.68.68%2C0%2C0%2C0-.38-.21%2C5.08%2C5.08%2C0%2C0%2C0-.69%2C0H4.9v1.35h.53A2.53%2C2.53%2C0%2C0%2C0%2C6.19%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M10.62%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.68.68%2C0%2C0%2C0%2C0-.8.68.68%2C0%2C0%2C0-.39-.21%2C4.88%2C4.88%2C0%2C0%2C0-.69%2C0H9.34v1.35h.52A2.53%2C2.53%2C0%2C0%2C0%2C10.62%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44Zm-13.5-6.6V10.7H5.48a5.52%2C5.52%2C0%2C0%2C1%2C1.15.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.51%2C1.51%2C0%2C0%2C1%2C.28.93%2C1.65%2C1.65%2C0%2C0%2C1-.16.74%2C1.34%2C1.34%2C0%2C0%2C1-.41.47%2C1.33%2C1.33%2C0%2C0%2C1-.49.22%2C5.15%2C5.15%2C0%2C0%2C1-1%2C.07H4.9v1.79Zm4.43%2C0V10.7H9.92a5.46%2C5.46%2C0%2C0%2C1%2C1.14.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.45%2C1.45%2C0%2C0%2C1%2C.28.93%2C1.53%2C1.53%2C0%2C0%2C1-.16.74%2C1.43%2C1.43%2C0%2C0%2C1-.4.47%2C1.37%2C1.37%2C0%2C0%2C1-.5.22%2C5.08%2C5.08%2C0%2C0%2C1-1%2C.07H9.34v1.79Zm7-1.67a.87.87%2C0%2C0%2C0-.34-.2c-.11%2C0-.37-.11-.77-.21a2.49%2C2.49%2C0%2C0%2C1-1.08-.47%2C1.21%2C1.21%2C0%2C0%2C1-.44-1%2C1.28%2C1.28%2C0%2C0%2C1%2C.2-.68%2C1.31%2C1.31%2C0%2C0%2C1%2C.6-.48%2C2.38%2C2.38%2C0%2C0%2C1%2C.93-.16%2C2%2C2%2C0%2C0%2C1%2C1.35.39%2C1.41%2C1.41%2C0%2C0%2C1%2C.48%2C1.05l-1%2C0a.79.79%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.61-.16%2C1.12%2C1.12%2C0%2C0%2C0-.65.17.37.37%2C0%2C0%2C0%2C0%2C.59%2C2.54%2C2.54%2C0%2C0%2C0%2C.88.31%2C4.57%2C4.57%2C0%2C0%2C1%2C1%2C.35%2C1.34%2C1.34%2C0%2C0%2C1%2C.52.48%2C1.51%2C1.51%2C0%2C0%2C1%2C0%2C1.52%2C1.44%2C1.44%2C0%2C0%2C1-.65.54%2C2.77%2C2.77%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42%2C1.8%2C1.8%2C0%2C0%2C1-.57-1.21l.93-.1a1.19%2C1.19%2C0%2C0%2C0%2C.34.7%2C1.27%2C1.27%2C0%2C0%2C0%2C1.4%2C0%2C.59.59%2C0%2C0%2C0%2C.23-.46A.43.43%2C0%2C0%2C0%2C15.37%2C13.78ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-pps:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_pps%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.19%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.65.65%2C0%2C0%2C0%2C.11-.37.6.6%2C0%2C0%2C0-.16-.43.68.68%2C0%2C0%2C0-.38-.21%2C5.08%2C5.08%2C0%2C0%2C0-.69%2C0H4.9v1.35h.53A2.53%2C2.53%2C0%2C0%2C0%2C6.19%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M10.62%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.68.68%2C0%2C0%2C0%2C0-.8.68.68%2C0%2C0%2C0-.39-.21%2C4.88%2C4.88%2C0%2C0%2C0-.69%2C0H9.34v1.35h.52A2.53%2C2.53%2C0%2C0%2C0%2C10.62%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44Zm-13.5-6.6V10.7H5.48a5.52%2C5.52%2C0%2C0%2C1%2C1.15.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.51%2C1.51%2C0%2C0%2C1%2C.28.93%2C1.65%2C1.65%2C0%2C0%2C1-.16.74%2C1.34%2C1.34%2C0%2C0%2C1-.41.47%2C1.33%2C1.33%2C0%2C0%2C1-.49.22%2C5.15%2C5.15%2C0%2C0%2C1-1%2C.07H4.9v1.79Zm4.43%2C0V10.7H9.92a5.46%2C5.46%2C0%2C0%2C1%2C1.14.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.45%2C1.45%2C0%2C0%2C1%2C.28.93%2C1.53%2C1.53%2C0%2C0%2C1-.16.74%2C1.43%2C1.43%2C0%2C0%2C1-.4.47%2C1.37%2C1.37%2C0%2C0%2C1-.5.22%2C5.08%2C5.08%2C0%2C0%2C1-1%2C.07H9.34v1.79Zm7-1.67a.87.87%2C0%2C0%2C0-.34-.2c-.11%2C0-.37-.11-.77-.21a2.49%2C2.49%2C0%2C0%2C1-1.08-.47%2C1.21%2C1.21%2C0%2C0%2C1-.44-1%2C1.28%2C1.28%2C0%2C0%2C1%2C.2-.68%2C1.31%2C1.31%2C0%2C0%2C1%2C.6-.48%2C2.38%2C2.38%2C0%2C0%2C1%2C.93-.16%2C2%2C2%2C0%2C0%2C1%2C1.35.39%2C1.41%2C1.41%2C0%2C0%2C1%2C.48%2C1.05l-1%2C0a.79.79%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.61-.16%2C1.12%2C1.12%2C0%2C0%2C0-.65.17.37.37%2C0%2C0%2C0%2C0%2C.59%2C2.54%2C2.54%2C0%2C0%2C0%2C.88.31%2C4.57%2C4.57%2C0%2C0%2C1%2C1%2C.35%2C1.34%2C1.34%2C0%2C0%2C1%2C.52.48%2C1.51%2C1.51%2C0%2C0%2C1%2C0%2C1.52%2C1.44%2C1.44%2C0%2C0%2C1-.65.54%2C2.77%2C2.77%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42%2C1.8%2C1.8%2C0%2C0%2C1-.57-1.21l.93-.1a1.19%2C1.19%2C0%2C0%2C0%2C.34.7%2C1.27%2C1.27%2C0%2C0%2C0%2C1.4%2C0%2C.59.59%2C0%2C0%2C0%2C.23-.46A.43.43%2C0%2C0%2C0%2C15.37%2C13.78ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-pps:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_pps%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.19%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.65.65%2C0%2C0%2C0%2C.11-.37.6.6%2C0%2C0%2C0-.16-.43.68.68%2C0%2C0%2C0-.38-.21%2C5.08%2C5.08%2C0%2C0%2C0-.69%2C0H4.9v1.35h.53A2.53%2C2.53%2C0%2C0%2C0%2C6.19%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M10.62%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.68.68%2C0%2C0%2C0%2C0-.8.68.68%2C0%2C0%2C0-.39-.21%2C4.88%2C4.88%2C0%2C0%2C0-.69%2C0H9.34v1.35h.52A2.53%2C2.53%2C0%2C0%2C0%2C10.62%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44Zm-13.5-6.6V10.7H5.48a5.52%2C5.52%2C0%2C0%2C1%2C1.15.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.51%2C1.51%2C0%2C0%2C1%2C.28.93%2C1.65%2C1.65%2C0%2C0%2C1-.16.74%2C1.34%2C1.34%2C0%2C0%2C1-.41.47%2C1.33%2C1.33%2C0%2C0%2C1-.49.22%2C5.15%2C5.15%2C0%2C0%2C1-1%2C.07H4.9v1.79Zm4.43%2C0V10.7H9.92a5.46%2C5.46%2C0%2C0%2C1%2C1.14.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.45%2C1.45%2C0%2C0%2C1%2C.28.93%2C1.53%2C1.53%2C0%2C0%2C1-.16.74%2C1.43%2C1.43%2C0%2C0%2C1-.4.47%2C1.37%2C1.37%2C0%2C0%2C1-.5.22%2C5.08%2C5.08%2C0%2C0%2C1-1%2C.07H9.34v1.79Zm7-1.67a.87.87%2C0%2C0%2C0-.34-.2c-.11%2C0-.37-.11-.77-.21a2.49%2C2.49%2C0%2C0%2C1-1.08-.47%2C1.21%2C1.21%2C0%2C0%2C1-.44-1%2C1.28%2C1.28%2C0%2C0%2C1%2C.2-.68%2C1.31%2C1.31%2C0%2C0%2C1%2C.6-.48%2C2.38%2C2.38%2C0%2C0%2C1%2C.93-.16%2C2%2C2%2C0%2C0%2C1%2C1.35.39%2C1.41%2C1.41%2C0%2C0%2C1%2C.48%2C1.05l-1%2C0a.79.79%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.61-.16%2C1.12%2C1.12%2C0%2C0%2C0-.65.17.37.37%2C0%2C0%2C0%2C0%2C.59%2C2.54%2C2.54%2C0%2C0%2C0%2C.88.31%2C4.57%2C4.57%2C0%2C0%2C1%2C1%2C.35%2C1.34%2C1.34%2C0%2C0%2C1%2C.52.48%2C1.51%2C1.51%2C0%2C0%2C1%2C0%2C1.52%2C1.44%2C1.44%2C0%2C0%2C1-.65.54%2C2.77%2C2.77%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42%2C1.8%2C1.8%2C0%2C0%2C1-.57-1.21l.93-.1a1.19%2C1.19%2C0%2C0%2C0%2C.34.7%2C1.27%2C1.27%2C0%2C0%2C0%2C1.4%2C0%2C.59.59%2C0%2C0%2C0%2C.23-.46A.43.43%2C0%2C0%2C0%2C15.37%2C13.78ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-pps:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_pps%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.19%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.65.65%2C0%2C0%2C0%2C.11-.37.6.6%2C0%2C0%2C0-.16-.43.68.68%2C0%2C0%2C0-.38-.21%2C5.08%2C5.08%2C0%2C0%2C0-.69%2C0H4.9v1.35h.53A2.53%2C2.53%2C0%2C0%2C0%2C6.19%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M10.62%2C12.78a.6.6%2C0%2C0%2C0%2C.3-.24.68.68%2C0%2C0%2C0%2C0-.8.68.68%2C0%2C0%2C0-.39-.21%2C4.88%2C4.88%2C0%2C0%2C0-.69%2C0H9.34v1.35h.52A2.53%2C2.53%2C0%2C0%2C0%2C10.62%2C12.78Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44Zm-13.5-6.6V10.7H5.48a5.52%2C5.52%2C0%2C0%2C1%2C1.15.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.51%2C1.51%2C0%2C0%2C1%2C.28.93%2C1.65%2C1.65%2C0%2C0%2C1-.16.74%2C1.34%2C1.34%2C0%2C0%2C1-.41.47%2C1.33%2C1.33%2C0%2C0%2C1-.49.22%2C5.15%2C5.15%2C0%2C0%2C1-1%2C.07H4.9v1.79Zm4.43%2C0V10.7H9.92a5.46%2C5.46%2C0%2C0%2C1%2C1.14.07%2C1.21%2C1.21%2C0%2C0%2C1%2C.68.46%2C1.45%2C1.45%2C0%2C0%2C1%2C.28.93%2C1.53%2C1.53%2C0%2C0%2C1-.16.74%2C1.43%2C1.43%2C0%2C0%2C1-.4.47%2C1.37%2C1.37%2C0%2C0%2C1-.5.22%2C5.08%2C5.08%2C0%2C0%2C1-1%2C.07H9.34v1.79Zm7-1.67a.87.87%2C0%2C0%2C0-.34-.2c-.11%2C0-.37-.11-.77-.21a2.49%2C2.49%2C0%2C0%2C1-1.08-.47%2C1.21%2C1.21%2C0%2C0%2C1-.44-1%2C1.28%2C1.28%2C0%2C0%2C1%2C.2-.68%2C1.31%2C1.31%2C0%2C0%2C1%2C.6-.48%2C2.38%2C2.38%2C0%2C0%2C1%2C.93-.16%2C2%2C2%2C0%2C0%2C1%2C1.35.39%2C1.41%2C1.41%2C0%2C0%2C1%2C.48%2C1.05l-1%2C0a.79.79%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.61-.16%2C1.12%2C1.12%2C0%2C0%2C0-.65.17.37.37%2C0%2C0%2C0%2C0%2C.59%2C2.54%2C2.54%2C0%2C0%2C0%2C.88.31%2C4.57%2C4.57%2C0%2C0%2C1%2C1%2C.35%2C1.34%2C1.34%2C0%2C0%2C1%2C.52.48%2C1.51%2C1.51%2C0%2C0%2C1%2C0%2C1.52%2C1.44%2C1.44%2C0%2C0%2C1-.65.54%2C2.77%2C2.77%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42%2C1.8%2C1.8%2C0%2C0%2C1-.57-1.21l.93-.1a1.19%2C1.19%2C0%2C0%2C0%2C.34.7%2C1.27%2C1.27%2C0%2C0%2C0%2C1.4%2C0%2C.59.59%2C0%2C0%2C0%2C.23-.46A.43.43%2C0%2C0%2C0%2C15.37%2C13.78ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-ppsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon-ppsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M17.84%2C19.51a4.23%2C4.23%2C0%2C0%2C0-.64%2C0h-.42v1.27h.48a2.16%2C2.16%2C0%2C0%2C0%2C.7-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.61.61%2C0%2C0%2C0-.14-.4A.59.59%2C0%2C0%2C0%2C17.84%2C19.51Z' style='fill:%23000'/%3E%3Cpath d='M13.86%2C20.68a.57.57%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.56.56%2C0%2C0%2C0-.14-.4.59.59%2C0%2C0%2C0-.36-.2%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0h-.43v1.27h.48A2.12%2C2.12%2C0%2C0%2C0%2C13.86%2C20.68Z' style='fill:%23000'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.89h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM12%2C8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94V16H12Zm10.38%2C13a.93.93%2C0%2C0%2C0-.32-.19c-.11%2C0-.34-.1-.71-.19a2.39%2C2.39%2C0%2C0%2C1-1-.45%2C1.14%2C1.14%2C0%2C0%2C1-.4-.89%2C1.12%2C1.12%2C0%2C0%2C1%2C.19-.64%2C1.25%2C1.25%2C0%2C0%2C1%2C.55-.46%2C2.24%2C2.24%2C0%2C0%2C1%2C.86-.15%2C1.81%2C1.81%2C0%2C0%2C1%2C1.25.37%2C1.31%2C1.31%2C0%2C0%2C1%2C.44%2C1l-.89%2C0a.78.78%2C0%2C0%2C0-.24-.49.86.86%2C0%2C0%2C0-.57-.15%2C1%2C1%2C0%2C0%2C0-.6.16.31.31%2C0%2C0%2C0-.14.27.35.35%2C0%2C0%2C0%2C.13.28%2C2.34%2C2.34%2C0%2C0%2C0%2C.82.29%2C3.89%2C3.89%2C0%2C0%2C1%2C1%2C.33%2C1.25%2C1.25%2C0%2C0%2C1%2C.49.45%2C1.41%2C1.41%2C0%2C0%2C1%2C0%2C1.43%2C1.23%2C1.23%2C0%2C0%2C1-.6.5%2C2.41%2C2.41%2C0%2C0%2C1-1%2C.16%2C1.9%2C1.9%2C0%2C0%2C1-1.28-.39%2C1.75%2C1.75%2C0%2C0%2C1-.53-1.14l.86-.09a1.08%2C1.08%2C0%2C0%2C0%2C.32.65.93.93%2C0%2C0%2C0%2C.64.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.59.59%2C0%2C0%2C0%2C.22-.44A.44.44%2C0%2C0%2C0%2C22.36%2C21.62Zm-3.1-1.52a1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.23%2C1.23%2C0%2C0%2C1-.83.65%2C4.43%2C4.43%2C0%2C0%2C1-.93.07h-.57v1.68h-.89V18.72h1.42a5.47%2C5.47%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44A1.39%2C1.39%2C0%2C0%2C1%2C19.26%2C20.1Zm-7.47%2C3.09V18.72h1.42a5.4%2C5.4%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44%2C1.39%2C1.39%2C0%2C0%2C1%2C.26.87%2C1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.24%2C1.24%2C0%2C0%2C1-.37.44%2C1.18%2C1.18%2C0%2C0%2C1-.46.21%2C4.33%2C4.33%2C0%2C0%2C1-.92.07h-.58v1.68Zm14.92%2C6.6H12V25.41H26.71Zm-.06-6.6-1-1.54-1%2C1.54H23.64l1.5-2.33-1.36-2.14h1l.89%2C1.44.86-1.44h1L26.22%2C20.9l1.5%2C2.29Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-ppsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon-ppsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M17.84%2C19.51a4.23%2C4.23%2C0%2C0%2C0-.64%2C0h-.42v1.27h.48a2.16%2C2.16%2C0%2C0%2C0%2C.7-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.61.61%2C0%2C0%2C0-.14-.4A.59.59%2C0%2C0%2C0%2C17.84%2C19.51Z' style='fill:%23000'/%3E%3Cpath d='M13.86%2C20.68a.57.57%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.56.56%2C0%2C0%2C0-.14-.4.59.59%2C0%2C0%2C0-.36-.2%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0h-.43v1.27h.48A2.12%2C2.12%2C0%2C0%2C0%2C13.86%2C20.68Z' style='fill:%23000'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.89h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM12%2C8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94V16H12Zm10.38%2C13a.93.93%2C0%2C0%2C0-.32-.19c-.11%2C0-.34-.1-.71-.19a2.39%2C2.39%2C0%2C0%2C1-1-.45%2C1.14%2C1.14%2C0%2C0%2C1-.4-.89%2C1.12%2C1.12%2C0%2C0%2C1%2C.19-.64%2C1.25%2C1.25%2C0%2C0%2C1%2C.55-.46%2C2.24%2C2.24%2C0%2C0%2C1%2C.86-.15%2C1.81%2C1.81%2C0%2C0%2C1%2C1.25.37%2C1.31%2C1.31%2C0%2C0%2C1%2C.44%2C1l-.89%2C0a.78.78%2C0%2C0%2C0-.24-.49.86.86%2C0%2C0%2C0-.57-.15%2C1%2C1%2C0%2C0%2C0-.6.16.31.31%2C0%2C0%2C0-.14.27.35.35%2C0%2C0%2C0%2C.13.28%2C2.34%2C2.34%2C0%2C0%2C0%2C.82.29%2C3.89%2C3.89%2C0%2C0%2C1%2C1%2C.33%2C1.25%2C1.25%2C0%2C0%2C1%2C.49.45%2C1.41%2C1.41%2C0%2C0%2C1%2C0%2C1.43%2C1.23%2C1.23%2C0%2C0%2C1-.6.5%2C2.41%2C2.41%2C0%2C0%2C1-1%2C.16%2C1.9%2C1.9%2C0%2C0%2C1-1.28-.39%2C1.75%2C1.75%2C0%2C0%2C1-.53-1.14l.86-.09a1.08%2C1.08%2C0%2C0%2C0%2C.32.65.93.93%2C0%2C0%2C0%2C.64.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.59.59%2C0%2C0%2C0%2C.22-.44A.44.44%2C0%2C0%2C0%2C22.36%2C21.62Zm-3.1-1.52a1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.23%2C1.23%2C0%2C0%2C1-.83.65%2C4.43%2C4.43%2C0%2C0%2C1-.93.07h-.57v1.68h-.89V18.72h1.42a5.47%2C5.47%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44A1.39%2C1.39%2C0%2C0%2C1%2C19.26%2C20.1Zm-7.47%2C3.09V18.72h1.42a5.4%2C5.4%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44%2C1.39%2C1.39%2C0%2C0%2C1%2C.26.87%2C1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.24%2C1.24%2C0%2C0%2C1-.37.44%2C1.18%2C1.18%2C0%2C0%2C1-.46.21%2C4.33%2C4.33%2C0%2C0%2C1-.92.07h-.58v1.68Zm14.92%2C6.6H12V25.41H26.71Zm-.06-6.6-1-1.54-1%2C1.54H23.64l1.5-2.33-1.36-2.14h1l.89%2C1.44.86-1.44h1L26.22%2C20.9l1.5%2C2.29Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-ppsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon-ppsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M17.84%2C19.51a4.23%2C4.23%2C0%2C0%2C0-.64%2C0h-.42v1.27h.48a2.16%2C2.16%2C0%2C0%2C0%2C.7-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.61.61%2C0%2C0%2C0-.14-.4A.59.59%2C0%2C0%2C0%2C17.84%2C19.51Z' style='fill:%23000'/%3E%3Cpath d='M13.86%2C20.68a.57.57%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.56.56%2C0%2C0%2C0-.14-.4.59.59%2C0%2C0%2C0-.36-.2%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0h-.43v1.27h.48A2.12%2C2.12%2C0%2C0%2C0%2C13.86%2C20.68Z' style='fill:%23000'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.89h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM12%2C8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94V16H12Zm10.38%2C13a.93.93%2C0%2C0%2C0-.32-.19c-.11%2C0-.34-.1-.71-.19a2.39%2C2.39%2C0%2C0%2C1-1-.45%2C1.14%2C1.14%2C0%2C0%2C1-.4-.89%2C1.12%2C1.12%2C0%2C0%2C1%2C.19-.64%2C1.25%2C1.25%2C0%2C0%2C1%2C.55-.46%2C2.24%2C2.24%2C0%2C0%2C1%2C.86-.15%2C1.81%2C1.81%2C0%2C0%2C1%2C1.25.37%2C1.31%2C1.31%2C0%2C0%2C1%2C.44%2C1l-.89%2C0a.78.78%2C0%2C0%2C0-.24-.49.86.86%2C0%2C0%2C0-.57-.15%2C1%2C1%2C0%2C0%2C0-.6.16.31.31%2C0%2C0%2C0-.14.27.35.35%2C0%2C0%2C0%2C.13.28%2C2.34%2C2.34%2C0%2C0%2C0%2C.82.29%2C3.89%2C3.89%2C0%2C0%2C1%2C1%2C.33%2C1.25%2C1.25%2C0%2C0%2C1%2C.49.45%2C1.41%2C1.41%2C0%2C0%2C1%2C0%2C1.43%2C1.23%2C1.23%2C0%2C0%2C1-.6.5%2C2.41%2C2.41%2C0%2C0%2C1-1%2C.16%2C1.9%2C1.9%2C0%2C0%2C1-1.28-.39%2C1.75%2C1.75%2C0%2C0%2C1-.53-1.14l.86-.09a1.08%2C1.08%2C0%2C0%2C0%2C.32.65.93.93%2C0%2C0%2C0%2C.64.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.59.59%2C0%2C0%2C0%2C.22-.44A.44.44%2C0%2C0%2C0%2C22.36%2C21.62Zm-3.1-1.52a1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.23%2C1.23%2C0%2C0%2C1-.83.65%2C4.43%2C4.43%2C0%2C0%2C1-.93.07h-.57v1.68h-.89V18.72h1.42a5.47%2C5.47%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44A1.39%2C1.39%2C0%2C0%2C1%2C19.26%2C20.1Zm-7.47%2C3.09V18.72h1.42a5.4%2C5.4%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44%2C1.39%2C1.39%2C0%2C0%2C1%2C.26.87%2C1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.24%2C1.24%2C0%2C0%2C1-.37.44%2C1.18%2C1.18%2C0%2C0%2C1-.46.21%2C4.33%2C4.33%2C0%2C0%2C1-.92.07h-.58v1.68Zm14.92%2C6.6H12V25.41H26.71Zm-.06-6.6-1-1.54-1%2C1.54H23.64l1.5-2.33-1.36-2.14h1l.89%2C1.44.86-1.44h1L26.22%2C20.9l1.5%2C2.29Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-ppsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon-ppsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M17.84%2C19.51a4.23%2C4.23%2C0%2C0%2C0-.64%2C0h-.42v1.27h.48a2.16%2C2.16%2C0%2C0%2C0%2C.7-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.61.61%2C0%2C0%2C0-.14-.4A.59.59%2C0%2C0%2C0%2C17.84%2C19.51Z' style='fill:%23000'/%3E%3Cpath d='M13.86%2C20.68a.57.57%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.56.56%2C0%2C0%2C0-.14-.4.59.59%2C0%2C0%2C0-.36-.2%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0h-.43v1.27h.48A2.12%2C2.12%2C0%2C0%2C0%2C13.86%2C20.68Z' style='fill:%23000'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.89h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM12%2C8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94V16H12Zm10.38%2C13a.93.93%2C0%2C0%2C0-.32-.19c-.11%2C0-.34-.1-.71-.19a2.39%2C2.39%2C0%2C0%2C1-1-.45%2C1.14%2C1.14%2C0%2C0%2C1-.4-.89%2C1.12%2C1.12%2C0%2C0%2C1%2C.19-.64%2C1.25%2C1.25%2C0%2C0%2C1%2C.55-.46%2C2.24%2C2.24%2C0%2C0%2C1%2C.86-.15%2C1.81%2C1.81%2C0%2C0%2C1%2C1.25.37%2C1.31%2C1.31%2C0%2C0%2C1%2C.44%2C1l-.89%2C0a.78.78%2C0%2C0%2C0-.24-.49.86.86%2C0%2C0%2C0-.57-.15%2C1%2C1%2C0%2C0%2C0-.6.16.31.31%2C0%2C0%2C0-.14.27.35.35%2C0%2C0%2C0%2C.13.28%2C2.34%2C2.34%2C0%2C0%2C0%2C.82.29%2C3.89%2C3.89%2C0%2C0%2C1%2C1%2C.33%2C1.25%2C1.25%2C0%2C0%2C1%2C.49.45%2C1.41%2C1.41%2C0%2C0%2C1%2C0%2C1.43%2C1.23%2C1.23%2C0%2C0%2C1-.6.5%2C2.41%2C2.41%2C0%2C0%2C1-1%2C.16%2C1.9%2C1.9%2C0%2C0%2C1-1.28-.39%2C1.75%2C1.75%2C0%2C0%2C1-.53-1.14l.86-.09a1.08%2C1.08%2C0%2C0%2C0%2C.32.65.93.93%2C0%2C0%2C0%2C.64.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.59.59%2C0%2C0%2C0%2C.22-.44A.44.44%2C0%2C0%2C0%2C22.36%2C21.62Zm-3.1-1.52a1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.23%2C1.23%2C0%2C0%2C1-.83.65%2C4.43%2C4.43%2C0%2C0%2C1-.93.07h-.57v1.68h-.89V18.72h1.42a5.47%2C5.47%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44A1.39%2C1.39%2C0%2C0%2C1%2C19.26%2C20.1Zm-7.47%2C3.09V18.72h1.42a5.4%2C5.4%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44%2C1.39%2C1.39%2C0%2C0%2C1%2C.26.87%2C1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.24%2C1.24%2C0%2C0%2C1-.37.44%2C1.18%2C1.18%2C0%2C0%2C1-.46.21%2C4.33%2C4.33%2C0%2C0%2C1-.92.07h-.58v1.68Zm14.92%2C6.6H12V25.41H26.71Zm-.06-6.6-1-1.54-1%2C1.54H23.64l1.5-2.33-1.36-2.14h1l.89%2C1.44.86-1.44h1L26.22%2C20.9l1.5%2C2.29Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-ppsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon-ppsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M17.84%2C19.51a4.23%2C4.23%2C0%2C0%2C0-.64%2C0h-.42v1.27h.48a2.16%2C2.16%2C0%2C0%2C0%2C.7-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.61.61%2C0%2C0%2C0-.14-.4A.59.59%2C0%2C0%2C0%2C17.84%2C19.51Z' style='fill:%23000'/%3E%3Cpath d='M13.86%2C20.68a.57.57%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.56.56%2C0%2C0%2C0-.14-.4.59.59%2C0%2C0%2C0-.36-.2%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0h-.43v1.27h.48A2.12%2C2.12%2C0%2C0%2C0%2C13.86%2C20.68Z' style='fill:%23000'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.89h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM12%2C8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94V16H12Zm10.38%2C13a.93.93%2C0%2C0%2C0-.32-.19c-.11%2C0-.34-.1-.71-.19a2.39%2C2.39%2C0%2C0%2C1-1-.45%2C1.14%2C1.14%2C0%2C0%2C1-.4-.89%2C1.12%2C1.12%2C0%2C0%2C1%2C.19-.64%2C1.25%2C1.25%2C0%2C0%2C1%2C.55-.46%2C2.24%2C2.24%2C0%2C0%2C1%2C.86-.15%2C1.81%2C1.81%2C0%2C0%2C1%2C1.25.37%2C1.31%2C1.31%2C0%2C0%2C1%2C.44%2C1l-.89%2C0a.78.78%2C0%2C0%2C0-.24-.49.86.86%2C0%2C0%2C0-.57-.15%2C1%2C1%2C0%2C0%2C0-.6.16.31.31%2C0%2C0%2C0-.14.27.35.35%2C0%2C0%2C0%2C.13.28%2C2.34%2C2.34%2C0%2C0%2C0%2C.82.29%2C3.89%2C3.89%2C0%2C0%2C1%2C1%2C.33%2C1.25%2C1.25%2C0%2C0%2C1%2C.49.45%2C1.41%2C1.41%2C0%2C0%2C1%2C0%2C1.43%2C1.23%2C1.23%2C0%2C0%2C1-.6.5%2C2.41%2C2.41%2C0%2C0%2C1-1%2C.16%2C1.9%2C1.9%2C0%2C0%2C1-1.28-.39%2C1.75%2C1.75%2C0%2C0%2C1-.53-1.14l.86-.09a1.08%2C1.08%2C0%2C0%2C0%2C.32.65.93.93%2C0%2C0%2C0%2C.64.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.59.59%2C0%2C0%2C0%2C.22-.44A.44.44%2C0%2C0%2C0%2C22.36%2C21.62Zm-3.1-1.52a1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.23%2C1.23%2C0%2C0%2C1-.83.65%2C4.43%2C4.43%2C0%2C0%2C1-.93.07h-.57v1.68h-.89V18.72h1.42a5.47%2C5.47%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44A1.39%2C1.39%2C0%2C0%2C1%2C19.26%2C20.1Zm-7.47%2C3.09V18.72h1.42a5.4%2C5.4%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44%2C1.39%2C1.39%2C0%2C0%2C1%2C.26.87%2C1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.24%2C1.24%2C0%2C0%2C1-.37.44%2C1.18%2C1.18%2C0%2C0%2C1-.46.21%2C4.33%2C4.33%2C0%2C0%2C1-.92.07h-.58v1.68Zm14.92%2C6.6H12V25.41H26.71Zm-.06-6.6-1-1.54-1%2C1.54H23.64l1.5-2.33-1.36-2.14h1l.89%2C1.44.86-1.44h1L26.22%2C20.9l1.5%2C2.29Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-ppsx:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon-ppsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M17.84%2C19.51a4.23%2C4.23%2C0%2C0%2C0-.64%2C0h-.42v1.27h.48a2.16%2C2.16%2C0%2C0%2C0%2C.7-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.61.61%2C0%2C0%2C0-.14-.4A.59.59%2C0%2C0%2C0%2C17.84%2C19.51Z' style='fill:%23000'/%3E%3Cpath d='M13.86%2C20.68a.57.57%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.56.56%2C0%2C0%2C0-.14-.4.59.59%2C0%2C0%2C0-.36-.2%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0h-.43v1.27h.48A2.12%2C2.12%2C0%2C0%2C0%2C13.86%2C20.68Z' style='fill:%23000'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.89h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM12%2C8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94V16H12Zm10.38%2C13a.93.93%2C0%2C0%2C0-.32-.19c-.11%2C0-.34-.1-.71-.19a2.39%2C2.39%2C0%2C0%2C1-1-.45%2C1.14%2C1.14%2C0%2C0%2C1-.4-.89%2C1.12%2C1.12%2C0%2C0%2C1%2C.19-.64%2C1.25%2C1.25%2C0%2C0%2C1%2C.55-.46%2C2.24%2C2.24%2C0%2C0%2C1%2C.86-.15%2C1.81%2C1.81%2C0%2C0%2C1%2C1.25.37%2C1.31%2C1.31%2C0%2C0%2C1%2C.44%2C1l-.89%2C0a.78.78%2C0%2C0%2C0-.24-.49.86.86%2C0%2C0%2C0-.57-.15%2C1%2C1%2C0%2C0%2C0-.6.16.31.31%2C0%2C0%2C0-.14.27.35.35%2C0%2C0%2C0%2C.13.28%2C2.34%2C2.34%2C0%2C0%2C0%2C.82.29%2C3.89%2C3.89%2C0%2C0%2C1%2C1%2C.33%2C1.25%2C1.25%2C0%2C0%2C1%2C.49.45%2C1.41%2C1.41%2C0%2C0%2C1%2C0%2C1.43%2C1.23%2C1.23%2C0%2C0%2C1-.6.5%2C2.41%2C2.41%2C0%2C0%2C1-1%2C.16%2C1.9%2C1.9%2C0%2C0%2C1-1.28-.39%2C1.75%2C1.75%2C0%2C0%2C1-.53-1.14l.86-.09a1.08%2C1.08%2C0%2C0%2C0%2C.32.65.93.93%2C0%2C0%2C0%2C.64.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.59.59%2C0%2C0%2C0%2C.22-.44A.44.44%2C0%2C0%2C0%2C22.36%2C21.62Zm-3.1-1.52a1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.23%2C1.23%2C0%2C0%2C1-.83.65%2C4.43%2C4.43%2C0%2C0%2C1-.93.07h-.57v1.68h-.89V18.72h1.42a5.47%2C5.47%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44A1.39%2C1.39%2C0%2C0%2C1%2C19.26%2C20.1Zm-7.47%2C3.09V18.72h1.42a5.4%2C5.4%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44%2C1.39%2C1.39%2C0%2C0%2C1%2C.26.87%2C1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.24%2C1.24%2C0%2C0%2C1-.37.44%2C1.18%2C1.18%2C0%2C0%2C1-.46.21%2C4.33%2C4.33%2C0%2C0%2C1-.92.07h-.58v1.68Zm14.92%2C6.6H12V25.41H26.71Zm-.06-6.6-1-1.54-1%2C1.54H23.64l1.5-2.33-1.36-2.14h1l.89%2C1.44.86-1.44h1L26.22%2C20.9l1.5%2C2.29Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-ppsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon-ppsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M17.84%2C19.51a4.23%2C4.23%2C0%2C0%2C0-.64%2C0h-.42v1.27h.48a2.16%2C2.16%2C0%2C0%2C0%2C.7-.07.62.62%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.61.61%2C0%2C0%2C0-.14-.4A.59.59%2C0%2C0%2C0%2C17.84%2C19.51Z' style='fill:%23000'/%3E%3Cpath d='M13.86%2C20.68a.57.57%2C0%2C0%2C0%2C.28-.22.6.6%2C0%2C0%2C0%2C.1-.35.56.56%2C0%2C0%2C0-.14-.4.59.59%2C0%2C0%2C0-.36-.2%2C4.07%2C4.07%2C0%2C0%2C0-.63%2C0h-.43v1.27h.48A2.12%2C2.12%2C0%2C0%2C0%2C13.86%2C20.68Z' style='fill:%23000'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.89h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM12%2C8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94V16H12Zm10.38%2C13a.93.93%2C0%2C0%2C0-.32-.19c-.11%2C0-.34-.1-.71-.19a2.39%2C2.39%2C0%2C0%2C1-1-.45%2C1.14%2C1.14%2C0%2C0%2C1-.4-.89%2C1.12%2C1.12%2C0%2C0%2C1%2C.19-.64%2C1.25%2C1.25%2C0%2C0%2C1%2C.55-.46%2C2.24%2C2.24%2C0%2C0%2C1%2C.86-.15%2C1.81%2C1.81%2C0%2C0%2C1%2C1.25.37%2C1.31%2C1.31%2C0%2C0%2C1%2C.44%2C1l-.89%2C0a.78.78%2C0%2C0%2C0-.24-.49.86.86%2C0%2C0%2C0-.57-.15%2C1%2C1%2C0%2C0%2C0-.6.16.31.31%2C0%2C0%2C0-.14.27.35.35%2C0%2C0%2C0%2C.13.28%2C2.34%2C2.34%2C0%2C0%2C0%2C.82.29%2C3.89%2C3.89%2C0%2C0%2C1%2C1%2C.33%2C1.25%2C1.25%2C0%2C0%2C1%2C.49.45%2C1.41%2C1.41%2C0%2C0%2C1%2C0%2C1.43%2C1.23%2C1.23%2C0%2C0%2C1-.6.5%2C2.41%2C2.41%2C0%2C0%2C1-1%2C.16%2C1.9%2C1.9%2C0%2C0%2C1-1.28-.39%2C1.75%2C1.75%2C0%2C0%2C1-.53-1.14l.86-.09a1.08%2C1.08%2C0%2C0%2C0%2C.32.65.93.93%2C0%2C0%2C0%2C.64.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.59.59%2C0%2C0%2C0%2C.22-.44A.44.44%2C0%2C0%2C0%2C22.36%2C21.62Zm-3.1-1.52a1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.23%2C1.23%2C0%2C0%2C1-.83.65%2C4.43%2C4.43%2C0%2C0%2C1-.93.07h-.57v1.68h-.89V18.72h1.42a5.47%2C5.47%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44A1.39%2C1.39%2C0%2C0%2C1%2C19.26%2C20.1Zm-7.47%2C3.09V18.72h1.42a5.4%2C5.4%2C0%2C0%2C1%2C1.06.07%2C1.2%2C1.2%2C0%2C0%2C1%2C.63.44%2C1.39%2C1.39%2C0%2C0%2C1%2C.26.87%2C1.44%2C1.44%2C0%2C0%2C1-.15.69%2C1.24%2C1.24%2C0%2C0%2C1-.37.44%2C1.18%2C1.18%2C0%2C0%2C1-.46.21%2C4.33%2C4.33%2C0%2C0%2C1-.92.07h-.58v1.68Zm14.92%2C6.6H12V25.41H26.71Zm-.06-6.6-1-1.54-1%2C1.54H23.64l1.5-2.33-1.36-2.14h1l.89%2C1.44.86-1.44h1L26.22%2C20.9l1.5%2C2.29Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-ppt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_ppt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.23%2C12.77a.58.58%2C0%2C0%2C0%2C.32-.25.65.65%2C0%2C0%2C0%2C.12-.39.69.69%2C0%2C0%2C0-.16-.45.73.73%2C0%2C0%2C0-.41-.23%2C5.61%2C5.61%2C0%2C0%2C0-.73%2C0h-.5v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C6.23%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M10.93%2C12.77a.61.61%2C0%2C0%2C0%2C.32-.25.73.73%2C0%2C0%2C0-.05-.84.7.7%2C0%2C0%2C0-.41-.23%2C5.5%2C5.5%2C0%2C0%2C0-.73%2C0H9.57v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C10.93%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.86%2C15.61v-5H5.49a6.11%2C6.11%2C0%2C0%2C1%2C1.21.07%2C1.29%2C1.29%2C0%2C0%2C1%2C.72.5%2C1.53%2C1.53%2C0%2C0%2C1%2C.3%2C1%2C1.67%2C1.67%2C0%2C0%2C1-.17.78%2C1.37%2C1.37%2C0%2C0%2C1-.43.49%2C1.32%2C1.32%2C0%2C0%2C1-.53.24%2C5.43%2C5.43%2C0%2C0%2C1-1%2C.08H4.87v1.9Zm4.69%2C0v-5h1.63a6.24%2C6.24%2C0%2C0%2C1%2C1.22.07%2C1.32%2C1.32%2C0%2C0%2C1%2C.72.5%2C1.52%2C1.52%2C0%2C0%2C1%2C.29%2C1%2C1.55%2C1.55%2C0%2C0%2C1-.17.78%2C1.35%2C1.35%2C0%2C0%2C1-.42.49%2C1.39%2C1.39%2C0%2C0%2C1-.53.24%2C5.55%2C5.55%2C0%2C0%2C1-1.06.08H9.57v1.9Zm4.34-4.19v-.85h4v.85H15.4v4.19h-1V11.42ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-ppt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_ppt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.23%2C12.77a.58.58%2C0%2C0%2C0%2C.32-.25.65.65%2C0%2C0%2C0%2C.12-.39.69.69%2C0%2C0%2C0-.16-.45.73.73%2C0%2C0%2C0-.41-.23%2C5.61%2C5.61%2C0%2C0%2C0-.73%2C0h-.5v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C6.23%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M10.93%2C12.77a.61.61%2C0%2C0%2C0%2C.32-.25.73.73%2C0%2C0%2C0-.05-.84.7.7%2C0%2C0%2C0-.41-.23%2C5.5%2C5.5%2C0%2C0%2C0-.73%2C0H9.57v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C10.93%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.86%2C15.61v-5H5.49a6.11%2C6.11%2C0%2C0%2C1%2C1.21.07%2C1.29%2C1.29%2C0%2C0%2C1%2C.72.5%2C1.53%2C1.53%2C0%2C0%2C1%2C.3%2C1%2C1.67%2C1.67%2C0%2C0%2C1-.17.78%2C1.37%2C1.37%2C0%2C0%2C1-.43.49%2C1.32%2C1.32%2C0%2C0%2C1-.53.24%2C5.43%2C5.43%2C0%2C0%2C1-1%2C.08H4.87v1.9Zm4.69%2C0v-5h1.63a6.24%2C6.24%2C0%2C0%2C1%2C1.22.07%2C1.32%2C1.32%2C0%2C0%2C1%2C.72.5%2C1.52%2C1.52%2C0%2C0%2C1%2C.29%2C1%2C1.55%2C1.55%2C0%2C0%2C1-.17.78%2C1.35%2C1.35%2C0%2C0%2C1-.42.49%2C1.39%2C1.39%2C0%2C0%2C1-.53.24%2C5.55%2C5.55%2C0%2C0%2C1-1.06.08H9.57v1.9Zm4.34-4.19v-.85h4v.85H15.4v4.19h-1V11.42ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-ppt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_ppt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.23%2C12.77a.58.58%2C0%2C0%2C0%2C.32-.25.65.65%2C0%2C0%2C0%2C.12-.39.69.69%2C0%2C0%2C0-.16-.45.73.73%2C0%2C0%2C0-.41-.23%2C5.61%2C5.61%2C0%2C0%2C0-.73%2C0h-.5v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C6.23%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M10.93%2C12.77a.61.61%2C0%2C0%2C0%2C.32-.25.73.73%2C0%2C0%2C0-.05-.84.7.7%2C0%2C0%2C0-.41-.23%2C5.5%2C5.5%2C0%2C0%2C0-.73%2C0H9.57v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C10.93%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.86%2C15.61v-5H5.49a6.11%2C6.11%2C0%2C0%2C1%2C1.21.07%2C1.29%2C1.29%2C0%2C0%2C1%2C.72.5%2C1.53%2C1.53%2C0%2C0%2C1%2C.3%2C1%2C1.67%2C1.67%2C0%2C0%2C1-.17.78%2C1.37%2C1.37%2C0%2C0%2C1-.43.49%2C1.32%2C1.32%2C0%2C0%2C1-.53.24%2C5.43%2C5.43%2C0%2C0%2C1-1%2C.08H4.87v1.9Zm4.69%2C0v-5h1.63a6.24%2C6.24%2C0%2C0%2C1%2C1.22.07%2C1.32%2C1.32%2C0%2C0%2C1%2C.72.5%2C1.52%2C1.52%2C0%2C0%2C1%2C.29%2C1%2C1.55%2C1.55%2C0%2C0%2C1-.17.78%2C1.35%2C1.35%2C0%2C0%2C1-.42.49%2C1.39%2C1.39%2C0%2C0%2C1-.53.24%2C5.55%2C5.55%2C0%2C0%2C1-1.06.08H9.57v1.9Zm4.34-4.19v-.85h4v.85H15.4v4.19h-1V11.42ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-ppt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_ppt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.23%2C12.77a.58.58%2C0%2C0%2C0%2C.32-.25.65.65%2C0%2C0%2C0%2C.12-.39.69.69%2C0%2C0%2C0-.16-.45.73.73%2C0%2C0%2C0-.41-.23%2C5.61%2C5.61%2C0%2C0%2C0-.73%2C0h-.5v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C6.23%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M10.93%2C12.77a.61.61%2C0%2C0%2C0%2C.32-.25.73.73%2C0%2C0%2C0-.05-.84.7.7%2C0%2C0%2C0-.41-.23%2C5.5%2C5.5%2C0%2C0%2C0-.73%2C0H9.57v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C10.93%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.86%2C15.61v-5H5.49a6.11%2C6.11%2C0%2C0%2C1%2C1.21.07%2C1.29%2C1.29%2C0%2C0%2C1%2C.72.5%2C1.53%2C1.53%2C0%2C0%2C1%2C.3%2C1%2C1.67%2C1.67%2C0%2C0%2C1-.17.78%2C1.37%2C1.37%2C0%2C0%2C1-.43.49%2C1.32%2C1.32%2C0%2C0%2C1-.53.24%2C5.43%2C5.43%2C0%2C0%2C1-1%2C.08H4.87v1.9Zm4.69%2C0v-5h1.63a6.24%2C6.24%2C0%2C0%2C1%2C1.22.07%2C1.32%2C1.32%2C0%2C0%2C1%2C.72.5%2C1.52%2C1.52%2C0%2C0%2C1%2C.29%2C1%2C1.55%2C1.55%2C0%2C0%2C1-.17.78%2C1.35%2C1.35%2C0%2C0%2C1-.42.49%2C1.39%2C1.39%2C0%2C0%2C1-.53.24%2C5.55%2C5.55%2C0%2C0%2C1-1.06.08H9.57v1.9Zm4.34-4.19v-.85h4v.85H15.4v4.19h-1V11.42ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-ppt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_ppt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.23%2C12.77a.58.58%2C0%2C0%2C0%2C.32-.25.65.65%2C0%2C0%2C0%2C.12-.39.69.69%2C0%2C0%2C0-.16-.45.73.73%2C0%2C0%2C0-.41-.23%2C5.61%2C5.61%2C0%2C0%2C0-.73%2C0h-.5v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C6.23%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M10.93%2C12.77a.61.61%2C0%2C0%2C0%2C.32-.25.73.73%2C0%2C0%2C0-.05-.84.7.7%2C0%2C0%2C0-.41-.23%2C5.5%2C5.5%2C0%2C0%2C0-.73%2C0H9.57v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C10.93%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.86%2C15.61v-5H5.49a6.11%2C6.11%2C0%2C0%2C1%2C1.21.07%2C1.29%2C1.29%2C0%2C0%2C1%2C.72.5%2C1.53%2C1.53%2C0%2C0%2C1%2C.3%2C1%2C1.67%2C1.67%2C0%2C0%2C1-.17.78%2C1.37%2C1.37%2C0%2C0%2C1-.43.49%2C1.32%2C1.32%2C0%2C0%2C1-.53.24%2C5.43%2C5.43%2C0%2C0%2C1-1%2C.08H4.87v1.9Zm4.69%2C0v-5h1.63a6.24%2C6.24%2C0%2C0%2C1%2C1.22.07%2C1.32%2C1.32%2C0%2C0%2C1%2C.72.5%2C1.52%2C1.52%2C0%2C0%2C1%2C.29%2C1%2C1.55%2C1.55%2C0%2C0%2C1-.17.78%2C1.35%2C1.35%2C0%2C0%2C1-.42.49%2C1.39%2C1.39%2C0%2C0%2C1-.53.24%2C5.55%2C5.55%2C0%2C0%2C1-1.06.08H9.57v1.9Zm4.34-4.19v-.85h4v.85H15.4v4.19h-1V11.42ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-ppt:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_ppt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.23%2C12.77a.58.58%2C0%2C0%2C0%2C.32-.25.65.65%2C0%2C0%2C0%2C.12-.39.69.69%2C0%2C0%2C0-.16-.45.73.73%2C0%2C0%2C0-.41-.23%2C5.61%2C5.61%2C0%2C0%2C0-.73%2C0h-.5v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C6.23%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M10.93%2C12.77a.61.61%2C0%2C0%2C0%2C.32-.25.73.73%2C0%2C0%2C0-.05-.84.7.7%2C0%2C0%2C0-.41-.23%2C5.5%2C5.5%2C0%2C0%2C0-.73%2C0H9.57v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C10.93%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.86%2C15.61v-5H5.49a6.11%2C6.11%2C0%2C0%2C1%2C1.21.07%2C1.29%2C1.29%2C0%2C0%2C1%2C.72.5%2C1.53%2C1.53%2C0%2C0%2C1%2C.3%2C1%2C1.67%2C1.67%2C0%2C0%2C1-.17.78%2C1.37%2C1.37%2C0%2C0%2C1-.43.49%2C1.32%2C1.32%2C0%2C0%2C1-.53.24%2C5.43%2C5.43%2C0%2C0%2C1-1%2C.08H4.87v1.9Zm4.69%2C0v-5h1.63a6.24%2C6.24%2C0%2C0%2C1%2C1.22.07%2C1.32%2C1.32%2C0%2C0%2C1%2C.72.5%2C1.52%2C1.52%2C0%2C0%2C1%2C.29%2C1%2C1.55%2C1.55%2C0%2C0%2C1-.17.78%2C1.35%2C1.35%2C0%2C0%2C1-.42.49%2C1.39%2C1.39%2C0%2C0%2C1-.53.24%2C5.55%2C5.55%2C0%2C0%2C1-1.06.08H9.57v1.9Zm4.34-4.19v-.85h4v.85H15.4v4.19h-1V11.42ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-ppt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_ppt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M6.23%2C12.77a.58.58%2C0%2C0%2C0%2C.32-.25.65.65%2C0%2C0%2C0%2C.12-.39.69.69%2C0%2C0%2C0-.16-.45.73.73%2C0%2C0%2C0-.41-.23%2C5.61%2C5.61%2C0%2C0%2C0-.73%2C0h-.5v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C6.23%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M10.93%2C12.77a.61.61%2C0%2C0%2C0%2C.32-.25.73.73%2C0%2C0%2C0-.05-.84.7.7%2C0%2C0%2C0-.41-.23%2C5.5%2C5.5%2C0%2C0%2C0-.73%2C0H9.57v1.43h.56A2.66%2C2.66%2C0%2C0%2C0%2C10.93%2C12.77Z' style='fill:%23000'/%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.86%2C15.61v-5H5.49a6.11%2C6.11%2C0%2C0%2C1%2C1.21.07%2C1.29%2C1.29%2C0%2C0%2C1%2C.72.5%2C1.53%2C1.53%2C0%2C0%2C1%2C.3%2C1%2C1.67%2C1.67%2C0%2C0%2C1-.17.78%2C1.37%2C1.37%2C0%2C0%2C1-.43.49%2C1.32%2C1.32%2C0%2C0%2C1-.53.24%2C5.43%2C5.43%2C0%2C0%2C1-1%2C.08H4.87v1.9Zm4.69%2C0v-5h1.63a6.24%2C6.24%2C0%2C0%2C1%2C1.22.07%2C1.32%2C1.32%2C0%2C0%2C1%2C.72.5%2C1.52%2C1.52%2C0%2C0%2C1%2C.29%2C1%2C1.55%2C1.55%2C0%2C0%2C1-.17.78%2C1.35%2C1.35%2C0%2C0%2C1-.42.49%2C1.39%2C1.39%2C0%2C0%2C1-.53.24%2C5.55%2C5.55%2C0%2C0%2C1-1.06.08H9.57v1.9Zm4.34-4.19v-.85h4v.85H15.4v4.19h-1V11.42ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-pptx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Epptx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%2884%2C175%2C172%29' d='M5.55%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79A1.18%2C1.18%2C0%2C0%2C0%2C6%2C12.17a.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C5.55%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%2884%2C175%2C172%29' d='M9.41%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79%2C1.18%2C1.18%2C0%2C0%2C0-.21-.76.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C9.41%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%2884%2C175%2C172%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.17%2C11.39a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H3.94V11.31h.81v.48A1.22%2C1.22%2C0%2C0%2C1%2C5.17%2C11.39Zm3.86%2C0a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H7.8V11.31H8.6v.48A1.22%2C1.22%2C0%2C0%2C1%2C9%2C11.39Zm4.15-.08V12h-.59v1.32a3.25%2C3.25%2C0%2C0%2C0%2C0%2C.47.19.19%2C0%2C0%2C0%2C.08.11.25.25%2C0%2C0%2C0%2C.15%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.35-.08l.07.67a1.73%2C1.73%2C0%2C0%2C1-.68.13%2C1.08%2C1.08%2C0%2C0%2C1-.42-.08.62.62%2C0%2C0%2C1-.28-.2.8.8%2C0%2C0%2C1-.12-.34%2C4.17%2C4.17%2C0%2C0%2C1%2C0-.61V12h-.4v-.69h.4v-.65l.87-.51v1.16Zm.23%2C0h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H15.72l-.67-1-.67%2C1h-1l1.18-1.69Zm4-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-pptx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Epptx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%28234%2C107%2C68%29' d='M5.55%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79A1.18%2C1.18%2C0%2C0%2C0%2C6%2C12.17a.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C5.55%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%28234%2C107%2C68%29' d='M9.41%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79%2C1.18%2C1.18%2C0%2C0%2C0-.21-.76.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C9.41%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.17%2C11.39a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H3.94V11.31h.81v.48A1.22%2C1.22%2C0%2C0%2C1%2C5.17%2C11.39Zm3.86%2C0a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H7.8V11.31H8.6v.48A1.22%2C1.22%2C0%2C0%2C1%2C9%2C11.39Zm4.15-.08V12h-.59v1.32a3.25%2C3.25%2C0%2C0%2C0%2C0%2C.47.19.19%2C0%2C0%2C0%2C.08.11.25.25%2C0%2C0%2C0%2C.15%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.35-.08l.07.67a1.73%2C1.73%2C0%2C0%2C1-.68.13%2C1.08%2C1.08%2C0%2C0%2C1-.42-.08.62.62%2C0%2C0%2C1-.28-.2.8.8%2C0%2C0%2C1-.12-.34%2C4.17%2C4.17%2C0%2C0%2C1%2C0-.61V12h-.4v-.69h.4v-.65l.87-.51v1.16Zm.23%2C0h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H15.72l-.67-1-.67%2C1h-1l1.18-1.69Zm4-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-pptx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Epptx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%28255%2C255%2C255%29' d='M5.55%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79A1.18%2C1.18%2C0%2C0%2C0%2C6%2C12.17a.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C5.55%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%28255%2C255%2C255%29' d='M9.41%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79%2C1.18%2C1.18%2C0%2C0%2C0-.21-.76.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C9.41%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%28255%2C255%2C255%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.17%2C11.39a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H3.94V11.31h.81v.48A1.22%2C1.22%2C0%2C0%2C1%2C5.17%2C11.39Zm3.86%2C0a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H7.8V11.31H8.6v.48A1.22%2C1.22%2C0%2C0%2C1%2C9%2C11.39Zm4.15-.08V12h-.59v1.32a3.25%2C3.25%2C0%2C0%2C0%2C0%2C.47.19.19%2C0%2C0%2C0%2C.08.11.25.25%2C0%2C0%2C0%2C.15%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.35-.08l.07.67a1.73%2C1.73%2C0%2C0%2C1-.68.13%2C1.08%2C1.08%2C0%2C0%2C1-.42-.08.62.62%2C0%2C0%2C1-.28-.2.8.8%2C0%2C0%2C1-.12-.34%2C4.17%2C4.17%2C0%2C0%2C1%2C0-.61V12h-.4v-.69h.4v-.65l.87-.51v1.16Zm.23%2C0h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H15.72l-.67-1-.67%2C1h-1l1.18-1.69Zm4-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-pptx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Epptx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%2829%2C29%2C27%29' d='M5.55%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79A1.18%2C1.18%2C0%2C0%2C0%2C6%2C12.17a.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C5.55%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%2829%2C29%2C27%29' d='M9.41%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79%2C1.18%2C1.18%2C0%2C0%2C0-.21-.76.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C9.41%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.17%2C11.39a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H3.94V11.31h.81v.48A1.22%2C1.22%2C0%2C0%2C1%2C5.17%2C11.39Zm3.86%2C0a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H7.8V11.31H8.6v.48A1.22%2C1.22%2C0%2C0%2C1%2C9%2C11.39Zm4.15-.08V12h-.59v1.32a3.25%2C3.25%2C0%2C0%2C0%2C0%2C.47.19.19%2C0%2C0%2C0%2C.08.11.25.25%2C0%2C0%2C0%2C.15%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.35-.08l.07.67a1.73%2C1.73%2C0%2C0%2C1-.68.13%2C1.08%2C1.08%2C0%2C0%2C1-.42-.08.62.62%2C0%2C0%2C1-.28-.2.8.8%2C0%2C0%2C1-.12-.34%2C4.17%2C4.17%2C0%2C0%2C1%2C0-.61V12h-.4v-.69h.4v-.65l.87-.51v1.16Zm.23%2C0h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H15.72l-.67-1-.67%2C1h-1l1.18-1.69Zm4-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-pptx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Epptx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%2887%2C87%2C86%29' d='M5.55%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79A1.18%2C1.18%2C0%2C0%2C0%2C6%2C12.17a.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C5.55%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%2887%2C87%2C86%29' d='M9.41%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79%2C1.18%2C1.18%2C0%2C0%2C0-.21-.76.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C9.41%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%2887%2C87%2C86%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.17%2C11.39a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H3.94V11.31h.81v.48A1.22%2C1.22%2C0%2C0%2C1%2C5.17%2C11.39Zm3.86%2C0a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H7.8V11.31H8.6v.48A1.22%2C1.22%2C0%2C0%2C1%2C9%2C11.39Zm4.15-.08V12h-.59v1.32a3.25%2C3.25%2C0%2C0%2C0%2C0%2C.47.19.19%2C0%2C0%2C0%2C.08.11.25.25%2C0%2C0%2C0%2C.15%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.35-.08l.07.67a1.73%2C1.73%2C0%2C0%2C1-.68.13%2C1.08%2C1.08%2C0%2C0%2C1-.42-.08.62.62%2C0%2C0%2C1-.28-.2.8.8%2C0%2C0%2C1-.12-.34%2C4.17%2C4.17%2C0%2C0%2C1%2C0-.61V12h-.4v-.69h.4v-.65l.87-.51v1.16Zm.23%2C0h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H15.72l-.67-1-.67%2C1h-1l1.18-1.69Zm4-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-pptx:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Epptx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%28234%2C107%2C68%29' d='M5.55%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79A1.18%2C1.18%2C0%2C0%2C0%2C6%2C12.17a.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C5.55%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%28234%2C107%2C68%29' d='M9.41%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79%2C1.18%2C1.18%2C0%2C0%2C0-.21-.76.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C9.41%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.17%2C11.39a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H3.94V11.31h.81v.48A1.22%2C1.22%2C0%2C0%2C1%2C5.17%2C11.39Zm3.86%2C0a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H7.8V11.31H8.6v.48A1.22%2C1.22%2C0%2C0%2C1%2C9%2C11.39Zm4.15-.08V12h-.59v1.32a3.25%2C3.25%2C0%2C0%2C0%2C0%2C.47.19.19%2C0%2C0%2C0%2C.08.11.25.25%2C0%2C0%2C0%2C.15%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.35-.08l.07.67a1.73%2C1.73%2C0%2C0%2C1-.68.13%2C1.08%2C1.08%2C0%2C0%2C1-.42-.08.62.62%2C0%2C0%2C1-.28-.2.8.8%2C0%2C0%2C1-.12-.34%2C4.17%2C4.17%2C0%2C0%2C1%2C0-.61V12h-.4v-.69h.4v-.65l.87-.51v1.16Zm.23%2C0h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H15.72l-.67-1-.67%2C1h-1l1.18-1.69Zm4-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-pptx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Epptx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='none' d='M13.05%2C5.57V.91H2.72V8.3H17.44V6H13.5A.45.45%2C0%2C0%2C1%2C13.05%2C5.57Z'/%3E%3Crect class='cls-1' fill='none' x='2.72' y='17.67' width='14.73' height='4.38'/%3E%3Cpath class='cls-2' fill='rgb%2829%2C29%2C27%29' d='M5.55%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79A1.18%2C1.18%2C0%2C0%2C0%2C6%2C12.17a.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C5.55%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%2829%2C29%2C27%29' d='M9.41%2C14a.63.63%2C0%2C0%2C0%2C.5-.24%2C1.25%2C1.25%2C0%2C0%2C0%2C.2-.79%2C1.18%2C1.18%2C0%2C0%2C0-.21-.76.64.64%2C0%2C0%2C0-.51-.25.66.66%2C0%2C0%2C0-.53.25%2C1.09%2C1.09%2C0%2C0%2C0-.21.73%2C1.25%2C1.25%2C0%2C0%2C0%2C.22.81A.67.67%2C0%2C0%2C0%2C9.41%2C14Z'/%3E%3Cpath class='cls-2' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM5.17%2C11.39a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H3.94V11.31h.81v.48A1.22%2C1.22%2C0%2C0%2C1%2C5.17%2C11.39Zm3.86%2C0a1.17%2C1.17%2C0%2C0%2C1%2C.59-.15%2C1.25%2C1.25%2C0%2C0%2C1%2C1%2C.45%2C1.81%2C1.81%2C0%2C0%2C1%2C.4%2C1.25%2C1.86%2C1.86%2C0%2C0%2C1-.4%2C1.27%2C1.25%2C1.25%2C0%2C0%2C1-1%2C.46%2C1.1%2C1.1%2C0%2C0%2C1-.49-.11%2C1.68%2C1.68%2C0%2C0%2C1-.46-.37v1.65H7.8V11.31H8.6v.48A1.22%2C1.22%2C0%2C0%2C1%2C9%2C11.39Zm4.15-.08V12h-.59v1.32a3.25%2C3.25%2C0%2C0%2C0%2C0%2C.47.19.19%2C0%2C0%2C0%2C.08.11.25.25%2C0%2C0%2C0%2C.15%2C0%2C1.15%2C1.15%2C0%2C0%2C0%2C.35-.08l.07.67a1.73%2C1.73%2C0%2C0%2C1-.68.13%2C1.08%2C1.08%2C0%2C0%2C1-.42-.08.62.62%2C0%2C0%2C1-.28-.2.8.8%2C0%2C0%2C1-.12-.34%2C4.17%2C4.17%2C0%2C0%2C1%2C0-.61V12h-.4v-.69h.4v-.65l.87-.51v1.16Zm.23%2C0h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H15.72l-.67-1-.67%2C1h-1l1.18-1.69Zm4-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-reactivate-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.13 38.13' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Ereactive_user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='19.07' cy='19.07' r='18.57' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M23.33%2C11.21A10.26%2C10.26%2C0%2C0%2C0%2C21.25%2C11l-.78%2C0%2C1.92%2C3.1' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M12.43%2C26.65a10.31%2C10.31%2C0%2C1%2C0%2C10.9-15.44' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M11.75%2C25.32a11.87%2C11.87%2C0%2C0%2C0%2C.68%2C1.33' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Ccircle cx='11.88' cy='12.67' r='3.74' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M4.87%2C23.43a7%2C7%2C0%2C1%2C1%2C14%2C0' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cline x1='22.51' y1='8.23' x2='20.47' y2='11.03' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-reactivate-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.13 38.13' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ereactive_user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='19.07' cy='19.07' r='18.57' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M23.33%2C11.21A10.26%2C10.26%2C0%2C0%2C0%2C21.25%2C11l-.78%2C0%2C1.92%2C3.1' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M12.43%2C26.65a10.31%2C10.31%2C0%2C1%2C0%2C10.9-15.44' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M11.75%2C25.32a11.87%2C11.87%2C0%2C0%2C0%2C.68%2C1.33' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Ccircle cx='11.88' cy='12.67' r='3.74' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M4.87%2C23.43a7%2C7%2C0%2C1%2C1%2C14%2C0' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cline x1='22.51' y1='8.23' x2='20.47' y2='11.03' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-reactivate-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.13 38.13' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Ereactive_user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='19.07' cy='19.07' r='18.57' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M23.33%2C11.21A10.26%2C10.26%2C0%2C0%2C0%2C21.25%2C11l-.78%2C0%2C1.92%2C3.1' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M12.43%2C26.65a10.31%2C10.31%2C0%2C1%2C0%2C10.9-15.44' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M11.75%2C25.32a11.87%2C11.87%2C0%2C0%2C0%2C.68%2C1.33' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Ccircle cx='11.88' cy='12.67' r='3.74' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M4.87%2C23.43a7%2C7%2C0%2C1%2C1%2C14%2C0' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cline x1='22.51' y1='8.23' x2='20.47' y2='11.03' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-reactivate-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.13 38.13' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ereactive_user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='19.07' cy='19.07' r='18.57' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M23.33%2C11.21A10.26%2C10.26%2C0%2C0%2C0%2C21.25%2C11l-.78%2C0%2C1.92%2C3.1' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M12.43%2C26.65a10.31%2C10.31%2C0%2C1%2C0%2C10.9-15.44' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M11.75%2C25.32a11.87%2C11.87%2C0%2C0%2C0%2C.68%2C1.33' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Ccircle cx='11.88' cy='12.67' r='3.74' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M4.87%2C23.43a7%2C7%2C0%2C1%2C1%2C14%2C0' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cline x1='22.51' y1='8.23' x2='20.47' y2='11.03' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-reactivate-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.13 38.13' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Ereactive_user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='19.07' cy='19.07' r='18.57' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M23.33%2C11.21A10.26%2C10.26%2C0%2C0%2C0%2C21.25%2C11l-.78%2C0%2C1.92%2C3.1' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M12.43%2C26.65a10.31%2C10.31%2C0%2C1%2C0%2C10.9-15.44' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M11.75%2C25.32a11.87%2C11.87%2C0%2C0%2C0%2C.68%2C1.33' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Ccircle cx='11.88' cy='12.67' r='3.74' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M4.87%2C23.43a7%2C7%2C0%2C1%2C1%2C14%2C0' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cline x1='22.51' y1='8.23' x2='20.47' y2='11.03' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-reactivate-user:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.13 38.13' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Ereactive_user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='19.07' cy='19.07' r='18.57' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M23.33%2C11.21A10.26%2C10.26%2C0%2C0%2C0%2C21.25%2C11l-.78%2C0%2C1.92%2C3.1' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M12.43%2C26.65a10.31%2C10.31%2C0%2C1%2C0%2C10.9-15.44' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M11.75%2C25.32a11.87%2C11.87%2C0%2C0%2C0%2C.68%2C1.33' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Ccircle cx='11.88' cy='12.67' r='3.74' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M4.87%2C23.43a7%2C7%2C0%2C1%2C1%2C14%2C0' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cline x1='22.51' y1='8.23' x2='20.47' y2='11.03' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-reactivate-user:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.13 38.13' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Ereactive_user%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='19.07' cy='19.07' r='18.57' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M23.33%2C11.21A10.26%2C10.26%2C0%2C0%2C0%2C21.25%2C11l-.78%2C0%2C1.92%2C3.1' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M12.43%2C26.65a10.31%2C10.31%2C0%2C1%2C0%2C10.9-15.44' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M11.75%2C25.32a11.87%2C11.87%2C0%2C0%2C0%2C.68%2C1.33' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Ccircle cx='11.88' cy='12.67' r='3.74' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cpath d='M4.87%2C23.43a7%2C7%2C0%2C1%2C1%2C14%2C0' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3Cline x1='22.51' y1='8.23' x2='20.47' y2='11.03' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-remover-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-remover-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eapagar%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-width='1px' d='M25.5%2C1A24.5%2C24.5%2C0%2C1%2C1%2C1%2C25.5%2C24.5%2C24.5%2C0%2C0%2C1%2C25.5%2C1Zm3.55%2C11.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14M1%2C25.5A24.5%2C24.5%2C0%2C1%2C0%2C25.5%2C1%2C24.5%2C24.5%2C0%2C0%2C0%2C1%2C25.5ZM29.05%2C12.05H22v3h7.1Zm-14.7%2C3h22.3M33%2C36.18%2C34.7%2C17.62H16.3L17.17%2C36a3%2C3%2C0%2C0%2C0%2C3%2C2.91h9.69A3.06%2C3.06%2C0%2C0%2C0%2C33%2C36.18ZM22.71%2C21.29v14m5-14v14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-schoolyear-close:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eclose year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C26.3A25.81%2C25.81%2C0%2C1%2C1%2C26.3%2C52.11%2C25.8%2C25.8%2C0%2C0%2C1%2C.5%2C26.3ZM35%2C23.55H17V38.91H35Zm-2.35-.17V18.73a6.53%2C6.53%2C0%2C1%2C0-13%2C0v4.65m8.53%2C5.88a2%2C2%2C0%2C1%2C0-2.91%2C1.8V35.2H27V31.06A2%2C2%2C0%2C0%2C0%2C28.1%2C29.26Z' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-schoolyear-close:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclose year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C26.3A25.81%2C25.81%2C0%2C1%2C1%2C26.3%2C52.11%2C25.8%2C25.8%2C0%2C0%2C1%2C.5%2C26.3ZM35%2C23.55H17V38.91H35Zm-2.35-.17V18.73a6.53%2C6.53%2C0%2C1%2C0-13%2C0v4.65m8.53%2C5.88a2%2C2%2C0%2C1%2C0-2.91%2C1.8V35.2H27V31.06A2%2C2%2C0%2C0%2C0%2C28.1%2C29.26Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-schoolyear-close:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eclose year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C26.3A25.81%2C25.81%2C0%2C1%2C1%2C26.3%2C52.11%2C25.8%2C25.8%2C0%2C0%2C1%2C.5%2C26.3ZM35%2C23.55H17V38.91H35Zm-2.35-.17V18.73a6.53%2C6.53%2C0%2C1%2C0-13%2C0v4.65m8.53%2C5.88a2%2C2%2C0%2C1%2C0-2.91%2C1.8V35.2H27V31.06A2%2C2%2C0%2C0%2C0%2C28.1%2C29.26Z' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-schoolyear-close:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclose year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C26.3A25.81%2C25.81%2C0%2C1%2C1%2C26.3%2C52.11%2C25.8%2C25.8%2C0%2C0%2C1%2C.5%2C26.3ZM35%2C23.55H17V38.91H35Zm-2.35-.17V18.73a6.53%2C6.53%2C0%2C1%2C0-13%2C0v4.65m8.53%2C5.88a2%2C2%2C0%2C1%2C0-2.91%2C1.8V35.2H27V31.06A2%2C2%2C0%2C0%2C0%2C28.1%2C29.26Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-schoolyear-close:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eclose year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C26.3A25.81%2C25.81%2C0%2C1%2C1%2C26.3%2C52.11%2C25.8%2C25.8%2C0%2C0%2C1%2C.5%2C26.3ZM35%2C23.55H17V38.91H35Zm-2.35-.17V18.73a6.53%2C6.53%2C0%2C1%2C0-13%2C0v4.65m8.53%2C5.88a2%2C2%2C0%2C1%2C0-2.91%2C1.8V35.2H27V31.06A2%2C2%2C0%2C0%2C0%2C28.1%2C29.26Z' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-schoolyear-close:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclose year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C26.3A25.81%2C25.81%2C0%2C1%2C1%2C26.3%2C52.11%2C25.8%2C25.8%2C0%2C0%2C1%2C.5%2C26.3ZM35%2C23.55H17V38.91H35Zm-2.35-.17V18.73a6.53%2C6.53%2C0%2C1%2C0-13%2C0v4.65m8.53%2C5.88a2%2C2%2C0%2C1%2C0-2.91%2C1.8V35.2H27V31.06A2%2C2%2C0%2C0%2C0%2C28.1%2C29.26Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-schoolyear-close:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52.61 52.61' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclose year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C26.3A25.81%2C25.81%2C0%2C1%2C1%2C26.3%2C52.11%2C25.8%2C25.8%2C0%2C0%2C1%2C.5%2C26.3ZM35%2C23.55H17V38.91H35Zm-2.35-.17V18.73a6.53%2C6.53%2C0%2C1%2C0-13%2C0v4.65m8.53%2C5.88a2%2C2%2C0%2C1%2C0-2.91%2C1.8V35.2H27V31.06A2%2C2%2C0%2C0%2C0%2C28.1%2C29.26Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-schoolyear-open:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.2 29.2' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eopen school year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C14.6A14.1%2C14.1%2C0%2C1%2C1%2C14.6%2C28.7%2C14.1%2C14.1%2C0%2C0%2C1%2C.5%2C14.6Zm18.84-1.51H9.54v8.4h9.8ZM18.05%2C13l1.41-2.12a3.56%2C3.56%2C0%2C1%2C0-5.93-3.95L12.12%2C9.06m3.47%2C7.16a1.1%2C1.1%2C0%2C1%2C0-1.6%2C1v2.27h1V17.2A1.1%2C1.1%2C0%2C0%2C0%2C15.59%2C16.22Z' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-schoolyear-open:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.2 29.2' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eopen school year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C14.6A14.1%2C14.1%2C0%2C1%2C1%2C14.6%2C28.7%2C14.1%2C14.1%2C0%2C0%2C1%2C.5%2C14.6Zm18.84-1.51H9.54v8.4h9.8ZM18.05%2C13l1.41-2.12a3.56%2C3.56%2C0%2C1%2C0-5.93-3.95L12.12%2C9.06m3.47%2C7.16a1.1%2C1.1%2C0%2C1%2C0-1.6%2C1v2.27h1V17.2A1.1%2C1.1%2C0%2C0%2C0%2C15.59%2C16.22Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-schoolyear-open:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.2 29.2' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eopen school year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C14.6A14.1%2C14.1%2C0%2C1%2C1%2C14.6%2C28.7%2C14.1%2C14.1%2C0%2C0%2C1%2C.5%2C14.6Zm18.84-1.51H9.54v8.4h9.8ZM18.05%2C13l1.41-2.12a3.56%2C3.56%2C0%2C1%2C0-5.93-3.95L12.12%2C9.06m3.47%2C7.16a1.1%2C1.1%2C0%2C1%2C0-1.6%2C1v2.27h1V17.2A1.1%2C1.1%2C0%2C0%2C0%2C15.59%2C16.22Z' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-schoolyear-open:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.2 29.2' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eopen school year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C14.6A14.1%2C14.1%2C0%2C1%2C1%2C14.6%2C28.7%2C14.1%2C14.1%2C0%2C0%2C1%2C.5%2C14.6Zm18.84-1.51H9.54v8.4h9.8ZM18.05%2C13l1.41-2.12a3.56%2C3.56%2C0%2C1%2C0-5.93-3.95L12.12%2C9.06m3.47%2C7.16a1.1%2C1.1%2C0%2C1%2C0-1.6%2C1v2.27h1V17.2A1.1%2C1.1%2C0%2C0%2C0%2C15.59%2C16.22Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-schoolyear-open:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.2 29.2' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eopen school year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C14.6A14.1%2C14.1%2C0%2C1%2C1%2C14.6%2C28.7%2C14.1%2C14.1%2C0%2C0%2C1%2C.5%2C14.6Zm18.84-1.51H9.54v8.4h9.8ZM18.05%2C13l1.41-2.12a3.56%2C3.56%2C0%2C1%2C0-5.93-3.95L12.12%2C9.06m3.47%2C7.16a1.1%2C1.1%2C0%2C1%2C0-1.6%2C1v2.27h1V17.2A1.1%2C1.1%2C0%2C0%2C0%2C15.59%2C16.22Z' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-schoolyear-open:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.2 29.2' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eopen school year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C14.6A14.1%2C14.1%2C0%2C1%2C1%2C14.6%2C28.7%2C14.1%2C14.1%2C0%2C0%2C1%2C.5%2C14.6Zm18.84-1.51H9.54v8.4h9.8ZM18.05%2C13l1.41-2.12a3.56%2C3.56%2C0%2C1%2C0-5.93-3.95L12.12%2C9.06m3.47%2C7.16a1.1%2C1.1%2C0%2C1%2C0-1.6%2C1v2.27h1V17.2A1.1%2C1.1%2C0%2C0%2C0%2C15.59%2C16.22Z' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-schoolyear-open:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.2 29.2' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eopen school year%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cpath d='M.5%2C14.6A14.1%2C14.1%2C0%2C1%2C1%2C14.6%2C28.7%2C14.1%2C14.1%2C0%2C0%2C1%2C.5%2C14.6Zm18.84-1.51H9.54v8.4h9.8ZM18.05%2C13l1.41-2.12a3.56%2C3.56%2C0%2C1%2C0-5.93-3.95L12.12%2C9.06m3.47%2C7.16a1.1%2C1.1%2C0%2C1%2C0-1.6%2C1v2.27h1V17.2A1.1%2C1.1%2C0%2C0%2C0%2C15.59%2C16.22Z' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-smile:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192s-86.125%2C192-192%2C192S64%2C361.875%2C64%2C256S150.125%2C64%2C256%2C64 M256%2C32  C132.281%2C32%2C32%2C132.281%2C32%2C256s100.281%2C224%2C224%2C224s224-100.281%2C224-224S379.719%2C32%2C256%2C32L256%2C32z M192%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C224%2C165.5%2C209.688%2C144%2C192%2C144z M320%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C352%2C165.5%2C337.688%2C144%2C320%2C144z M399.375%2C292.469  c2.469-8.469-2.406-17.344-10.906-19.844c-8.469-2.531-17.344%2C2.438-19.844%2C10.875C354.125%2C333.25%2C307.813%2C368%2C256%2C368  s-98.125-34.75-112.641-84.5c-2.469-8.438-11.25-13.406-19.844-10.875c-8.484%2C2.5-13.344%2C11.375-10.875%2C19.844  C131.109%2C355.781%2C190.063%2C400%2C256%2C400S380.875%2C355.781%2C399.375%2C292.469z'/%3E%3C/svg%3E"); }

.icon--secondary.icon-smile:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192s-86.125%2C192-192%2C192S64%2C361.875%2C64%2C256S150.125%2C64%2C256%2C64 M256%2C32  C132.281%2C32%2C32%2C132.281%2C32%2C256s100.281%2C224%2C224%2C224s224-100.281%2C224-224S379.719%2C32%2C256%2C32L256%2C32z M192%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C224%2C165.5%2C209.688%2C144%2C192%2C144z M320%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C352%2C165.5%2C337.688%2C144%2C320%2C144z M399.375%2C292.469  c2.469-8.469-2.406-17.344-10.906-19.844c-8.469-2.531-17.344%2C2.438-19.844%2C10.875C354.125%2C333.25%2C307.813%2C368%2C256%2C368  s-98.125-34.75-112.641-84.5c-2.469-8.438-11.25-13.406-19.844-10.875c-8.484%2C2.5-13.344%2C11.375-10.875%2C19.844  C131.109%2C355.781%2C190.063%2C400%2C256%2C400S380.875%2C355.781%2C399.375%2C292.469z'/%3E%3C/svg%3E"); }

.icon--white.icon-smile:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192s-86.125%2C192-192%2C192S64%2C361.875%2C64%2C256S150.125%2C64%2C256%2C64 M256%2C32  C132.281%2C32%2C32%2C132.281%2C32%2C256s100.281%2C224%2C224%2C224s224-100.281%2C224-224S379.719%2C32%2C256%2C32L256%2C32z M192%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C224%2C165.5%2C209.688%2C144%2C192%2C144z M320%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C352%2C165.5%2C337.688%2C144%2C320%2C144z M399.375%2C292.469  c2.469-8.469-2.406-17.344-10.906-19.844c-8.469-2.531-17.344%2C2.438-19.844%2C10.875C354.125%2C333.25%2C307.813%2C368%2C256%2C368  s-98.125-34.75-112.641-84.5c-2.469-8.438-11.25-13.406-19.844-10.875c-8.484%2C2.5-13.344%2C11.375-10.875%2C19.844  C131.109%2C355.781%2C190.063%2C400%2C256%2C400S380.875%2C355.781%2C399.375%2C292.469z'/%3E%3C/svg%3E"); }

.icon--black.icon-smile:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192s-86.125%2C192-192%2C192S64%2C361.875%2C64%2C256S150.125%2C64%2C256%2C64 M256%2C32  C132.281%2C32%2C32%2C132.281%2C32%2C256s100.281%2C224%2C224%2C224s224-100.281%2C224-224S379.719%2C32%2C256%2C32L256%2C32z M192%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C224%2C165.5%2C209.688%2C144%2C192%2C144z M320%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C352%2C165.5%2C337.688%2C144%2C320%2C144z M399.375%2C292.469  c2.469-8.469-2.406-17.344-10.906-19.844c-8.469-2.531-17.344%2C2.438-19.844%2C10.875C354.125%2C333.25%2C307.813%2C368%2C256%2C368  s-98.125-34.75-112.641-84.5c-2.469-8.438-11.25-13.406-19.844-10.875c-8.484%2C2.5-13.344%2C11.375-10.875%2C19.844  C131.109%2C355.781%2C190.063%2C400%2C256%2C400S380.875%2C355.781%2C399.375%2C292.469z'/%3E%3C/svg%3E"); }

.icon--grey.icon-smile:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192s-86.125%2C192-192%2C192S64%2C361.875%2C64%2C256S150.125%2C64%2C256%2C64 M256%2C32  C132.281%2C32%2C32%2C132.281%2C32%2C256s100.281%2C224%2C224%2C224s224-100.281%2C224-224S379.719%2C32%2C256%2C32L256%2C32z M192%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C224%2C165.5%2C209.688%2C144%2C192%2C144z M320%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C352%2C165.5%2C337.688%2C144%2C320%2C144z M399.375%2C292.469  c2.469-8.469-2.406-17.344-10.906-19.844c-8.469-2.531-17.344%2C2.438-19.844%2C10.875C354.125%2C333.25%2C307.813%2C368%2C256%2C368  s-98.125-34.75-112.641-84.5c-2.469-8.438-11.25-13.406-19.844-10.875c-8.484%2C2.5-13.344%2C11.375-10.875%2C19.844  C131.109%2C355.781%2C190.063%2C400%2C256%2C400S380.875%2C355.781%2C399.375%2C292.469z'/%3E%3C/svg%3E"); }

.icon--action.icon-smile:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192s-86.125%2C192-192%2C192S64%2C361.875%2C64%2C256S150.125%2C64%2C256%2C64 M256%2C32  C132.281%2C32%2C32%2C132.281%2C32%2C256s100.281%2C224%2C224%2C224s224-100.281%2C224-224S379.719%2C32%2C256%2C32L256%2C32z M192%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C224%2C165.5%2C209.688%2C144%2C192%2C144z M320%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C352%2C165.5%2C337.688%2C144%2C320%2C144z M399.375%2C292.469  c2.469-8.469-2.406-17.344-10.906-19.844c-8.469-2.531-17.344%2C2.438-19.844%2C10.875C354.125%2C333.25%2C307.813%2C368%2C256%2C368  s-98.125-34.75-112.641-84.5c-2.469-8.438-11.25-13.406-19.844-10.875c-8.484%2C2.5-13.344%2C11.375-10.875%2C19.844  C131.109%2C355.781%2C190.063%2C400%2C256%2C400S380.875%2C355.781%2C399.375%2C292.469z'/%3E%3C/svg%3E"); }

.icon--action.icon-smile:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256%2C64c105.875%2C0%2C192%2C86.125%2C192%2C192s-86.125%2C192-192%2C192S64%2C361.875%2C64%2C256S150.125%2C64%2C256%2C64 M256%2C32  C132.281%2C32%2C32%2C132.281%2C32%2C256s100.281%2C224%2C224%2C224s224-100.281%2C224-224S379.719%2C32%2C256%2C32L256%2C32z M192%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C224%2C165.5%2C209.688%2C144%2C192%2C144z M320%2C144  c-17.688%2C0-32%2C21.5-32%2C48c0%2C26.531%2C14.313%2C48%2C32%2C48s32-21.469%2C32-48C352%2C165.5%2C337.688%2C144%2C320%2C144z M399.375%2C292.469  c2.469-8.469-2.406-17.344-10.906-19.844c-8.469-2.531-17.344%2C2.438-19.844%2C10.875C354.125%2C333.25%2C307.813%2C368%2C256%2C368  s-98.125-34.75-112.641-84.5c-2.469-8.438-11.25-13.406-19.844-10.875c-8.484%2C2.5-13.344%2C11.375-10.875%2C19.844  C131.109%2C355.781%2C190.063%2C400%2C256%2C400S380.875%2C355.781%2C399.375%2C292.469z'/%3E%3C/svg%3E"); }

.icon--primary.icon-svg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Esvg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2884%2C175%2C172%29' d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.6%2C13.78a.84.84%2C0%2C0%2C0-.32-.19l-.73-.2a2.45%2C2.45%2C0%2C0%2C1-1-.44%2C1.16%2C1.16%2C0%2C0%2C1-.41-.9%2C1.14%2C1.14%2C0%2C0%2C1%2C.19-.64A1.2%2C1.2%2C0%2C0%2C1%2C4.87%2C11a2.16%2C2.16%2C0%2C0%2C1%2C.88-.16A1.85%2C1.85%2C0%2C0%2C1%2C7%2C11.17a1.29%2C1.29%2C0%2C0%2C1%2C.45%2C1l-.9%2C0a.77.77%2C0%2C0%2C0-.25-.5.94.94%2C0%2C0%2C0-.58-.15%2C1%2C1%2C0%2C0%2C0-.61.16A.32.32%2C0%2C0%2C0%2C5%2C12a.33.33%2C0%2C0%2C0%2C.14.27%2C2.18%2C2.18%2C0%2C0%2C0%2C.83.3%2C4.29%2C4.29%2C0%2C0%2C1%2C1%2C.32%2C1.28%2C1.28%2C0%2C0%2C1%2C.49.46%2C1.34%2C1.34%2C0%2C0%2C1-.64%2C1.93%2C2.48%2C2.48%2C0%2C0%2C1-1%2C.17A2%2C2%2C0%2C0%2C1%2C4.5%2C15%2C1.71%2C1.71%2C0%2C0%2C1%2C4%2C13.9l.88-.09a1%2C1%2C0%2C0%2C0%2C.32.65%2C1%2C1%2C0%2C0%2C0%2C.66.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.57.57%2C0%2C0%2C0%2C.23-.44A.45.45%2C0%2C0%2C0%2C6.6%2C13.78Zm1.3-2.9h1L10%2C14.19l1.09-3.31h1l-1.6%2C4.48h-1Zm5.76%2C3.38a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h2v1.79a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.5%2C2.5%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24%2C2.05%2C2.05%2C0%2C0%2C1%2C.86-.84%2C2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11A1.79%2C1.79%2C0%2C0%2C0%2C13.66%2C14.26Zm3.78-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-svg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Esvg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.6%2C13.78a.84.84%2C0%2C0%2C0-.32-.19l-.73-.2a2.45%2C2.45%2C0%2C0%2C1-1-.44%2C1.16%2C1.16%2C0%2C0%2C1-.41-.9%2C1.14%2C1.14%2C0%2C0%2C1%2C.19-.64A1.2%2C1.2%2C0%2C0%2C1%2C4.87%2C11a2.16%2C2.16%2C0%2C0%2C1%2C.88-.16A1.85%2C1.85%2C0%2C0%2C1%2C7%2C11.17a1.29%2C1.29%2C0%2C0%2C1%2C.45%2C1l-.9%2C0a.77.77%2C0%2C0%2C0-.25-.5.94.94%2C0%2C0%2C0-.58-.15%2C1%2C1%2C0%2C0%2C0-.61.16A.32.32%2C0%2C0%2C0%2C5%2C12a.33.33%2C0%2C0%2C0%2C.14.27%2C2.18%2C2.18%2C0%2C0%2C0%2C.83.3%2C4.29%2C4.29%2C0%2C0%2C1%2C1%2C.32%2C1.28%2C1.28%2C0%2C0%2C1%2C.49.46%2C1.34%2C1.34%2C0%2C0%2C1-.64%2C1.93%2C2.48%2C2.48%2C0%2C0%2C1-1%2C.17A2%2C2%2C0%2C0%2C1%2C4.5%2C15%2C1.71%2C1.71%2C0%2C0%2C1%2C4%2C13.9l.88-.09a1%2C1%2C0%2C0%2C0%2C.32.65%2C1%2C1%2C0%2C0%2C0%2C.66.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.57.57%2C0%2C0%2C0%2C.23-.44A.45.45%2C0%2C0%2C0%2C6.6%2C13.78Zm1.3-2.9h1L10%2C14.19l1.09-3.31h1l-1.6%2C4.48h-1Zm5.76%2C3.38a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h2v1.79a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.5%2C2.5%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24%2C2.05%2C2.05%2C0%2C0%2C1%2C.86-.84%2C2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11A1.79%2C1.79%2C0%2C0%2C0%2C13.66%2C14.26Zm3.78-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-svg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Esvg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28255%2C255%2C255%29' d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.6%2C13.78a.84.84%2C0%2C0%2C0-.32-.19l-.73-.2a2.45%2C2.45%2C0%2C0%2C1-1-.44%2C1.16%2C1.16%2C0%2C0%2C1-.41-.9%2C1.14%2C1.14%2C0%2C0%2C1%2C.19-.64A1.2%2C1.2%2C0%2C0%2C1%2C4.87%2C11a2.16%2C2.16%2C0%2C0%2C1%2C.88-.16A1.85%2C1.85%2C0%2C0%2C1%2C7%2C11.17a1.29%2C1.29%2C0%2C0%2C1%2C.45%2C1l-.9%2C0a.77.77%2C0%2C0%2C0-.25-.5.94.94%2C0%2C0%2C0-.58-.15%2C1%2C1%2C0%2C0%2C0-.61.16A.32.32%2C0%2C0%2C0%2C5%2C12a.33.33%2C0%2C0%2C0%2C.14.27%2C2.18%2C2.18%2C0%2C0%2C0%2C.83.3%2C4.29%2C4.29%2C0%2C0%2C1%2C1%2C.32%2C1.28%2C1.28%2C0%2C0%2C1%2C.49.46%2C1.34%2C1.34%2C0%2C0%2C1-.64%2C1.93%2C2.48%2C2.48%2C0%2C0%2C1-1%2C.17A2%2C2%2C0%2C0%2C1%2C4.5%2C15%2C1.71%2C1.71%2C0%2C0%2C1%2C4%2C13.9l.88-.09a1%2C1%2C0%2C0%2C0%2C.32.65%2C1%2C1%2C0%2C0%2C0%2C.66.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.57.57%2C0%2C0%2C0%2C.23-.44A.45.45%2C0%2C0%2C0%2C6.6%2C13.78Zm1.3-2.9h1L10%2C14.19l1.09-3.31h1l-1.6%2C4.48h-1Zm5.76%2C3.38a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h2v1.79a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.5%2C2.5%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24%2C2.05%2C2.05%2C0%2C0%2C1%2C.86-.84%2C2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11A1.79%2C1.79%2C0%2C0%2C0%2C13.66%2C14.26Zm3.78-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-svg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Esvg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.6%2C13.78a.84.84%2C0%2C0%2C0-.32-.19l-.73-.2a2.45%2C2.45%2C0%2C0%2C1-1-.44%2C1.16%2C1.16%2C0%2C0%2C1-.41-.9%2C1.14%2C1.14%2C0%2C0%2C1%2C.19-.64A1.2%2C1.2%2C0%2C0%2C1%2C4.87%2C11a2.16%2C2.16%2C0%2C0%2C1%2C.88-.16A1.85%2C1.85%2C0%2C0%2C1%2C7%2C11.17a1.29%2C1.29%2C0%2C0%2C1%2C.45%2C1l-.9%2C0a.77.77%2C0%2C0%2C0-.25-.5.94.94%2C0%2C0%2C0-.58-.15%2C1%2C1%2C0%2C0%2C0-.61.16A.32.32%2C0%2C0%2C0%2C5%2C12a.33.33%2C0%2C0%2C0%2C.14.27%2C2.18%2C2.18%2C0%2C0%2C0%2C.83.3%2C4.29%2C4.29%2C0%2C0%2C1%2C1%2C.32%2C1.28%2C1.28%2C0%2C0%2C1%2C.49.46%2C1.34%2C1.34%2C0%2C0%2C1-.64%2C1.93%2C2.48%2C2.48%2C0%2C0%2C1-1%2C.17A2%2C2%2C0%2C0%2C1%2C4.5%2C15%2C1.71%2C1.71%2C0%2C0%2C1%2C4%2C13.9l.88-.09a1%2C1%2C0%2C0%2C0%2C.32.65%2C1%2C1%2C0%2C0%2C0%2C.66.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.57.57%2C0%2C0%2C0%2C.23-.44A.45.45%2C0%2C0%2C0%2C6.6%2C13.78Zm1.3-2.9h1L10%2C14.19l1.09-3.31h1l-1.6%2C4.48h-1Zm5.76%2C3.38a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h2v1.79a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.5%2C2.5%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24%2C2.05%2C2.05%2C0%2C0%2C1%2C.86-.84%2C2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11A1.79%2C1.79%2C0%2C0%2C0%2C13.66%2C14.26Zm3.78-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-svg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Esvg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2887%2C87%2C86%29' d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.6%2C13.78a.84.84%2C0%2C0%2C0-.32-.19l-.73-.2a2.45%2C2.45%2C0%2C0%2C1-1-.44%2C1.16%2C1.16%2C0%2C0%2C1-.41-.9%2C1.14%2C1.14%2C0%2C0%2C1%2C.19-.64A1.2%2C1.2%2C0%2C0%2C1%2C4.87%2C11a2.16%2C2.16%2C0%2C0%2C1%2C.88-.16A1.85%2C1.85%2C0%2C0%2C1%2C7%2C11.17a1.29%2C1.29%2C0%2C0%2C1%2C.45%2C1l-.9%2C0a.77.77%2C0%2C0%2C0-.25-.5.94.94%2C0%2C0%2C0-.58-.15%2C1%2C1%2C0%2C0%2C0-.61.16A.32.32%2C0%2C0%2C0%2C5%2C12a.33.33%2C0%2C0%2C0%2C.14.27%2C2.18%2C2.18%2C0%2C0%2C0%2C.83.3%2C4.29%2C4.29%2C0%2C0%2C1%2C1%2C.32%2C1.28%2C1.28%2C0%2C0%2C1%2C.49.46%2C1.34%2C1.34%2C0%2C0%2C1-.64%2C1.93%2C2.48%2C2.48%2C0%2C0%2C1-1%2C.17A2%2C2%2C0%2C0%2C1%2C4.5%2C15%2C1.71%2C1.71%2C0%2C0%2C1%2C4%2C13.9l.88-.09a1%2C1%2C0%2C0%2C0%2C.32.65%2C1%2C1%2C0%2C0%2C0%2C.66.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.57.57%2C0%2C0%2C0%2C.23-.44A.45.45%2C0%2C0%2C0%2C6.6%2C13.78Zm1.3-2.9h1L10%2C14.19l1.09-3.31h1l-1.6%2C4.48h-1Zm5.76%2C3.38a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h2v1.79a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.5%2C2.5%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24%2C2.05%2C2.05%2C0%2C0%2C1%2C.86-.84%2C2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11A1.79%2C1.79%2C0%2C0%2C0%2C13.66%2C14.26Zm3.78-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-svg:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Esvg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.6%2C13.78a.84.84%2C0%2C0%2C0-.32-.19l-.73-.2a2.45%2C2.45%2C0%2C0%2C1-1-.44%2C1.16%2C1.16%2C0%2C0%2C1-.41-.9%2C1.14%2C1.14%2C0%2C0%2C1%2C.19-.64A1.2%2C1.2%2C0%2C0%2C1%2C4.87%2C11a2.16%2C2.16%2C0%2C0%2C1%2C.88-.16A1.85%2C1.85%2C0%2C0%2C1%2C7%2C11.17a1.29%2C1.29%2C0%2C0%2C1%2C.45%2C1l-.9%2C0a.77.77%2C0%2C0%2C0-.25-.5.94.94%2C0%2C0%2C0-.58-.15%2C1%2C1%2C0%2C0%2C0-.61.16A.32.32%2C0%2C0%2C0%2C5%2C12a.33.33%2C0%2C0%2C0%2C.14.27%2C2.18%2C2.18%2C0%2C0%2C0%2C.83.3%2C4.29%2C4.29%2C0%2C0%2C1%2C1%2C.32%2C1.28%2C1.28%2C0%2C0%2C1%2C.49.46%2C1.34%2C1.34%2C0%2C0%2C1-.64%2C1.93%2C2.48%2C2.48%2C0%2C0%2C1-1%2C.17A2%2C2%2C0%2C0%2C1%2C4.5%2C15%2C1.71%2C1.71%2C0%2C0%2C1%2C4%2C13.9l.88-.09a1%2C1%2C0%2C0%2C0%2C.32.65%2C1%2C1%2C0%2C0%2C0%2C.66.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.57.57%2C0%2C0%2C0%2C.23-.44A.45.45%2C0%2C0%2C0%2C6.6%2C13.78Zm1.3-2.9h1L10%2C14.19l1.09-3.31h1l-1.6%2C4.48h-1Zm5.76%2C3.38a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h2v1.79a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.5%2C2.5%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24%2C2.05%2C2.05%2C0%2C0%2C1%2C.86-.84%2C2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11A1.79%2C1.79%2C0%2C0%2C0%2C13.66%2C14.26Zm3.78-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-svg:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Esvg%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.6%2C13.78a.84.84%2C0%2C0%2C0-.32-.19l-.73-.2a2.45%2C2.45%2C0%2C0%2C1-1-.44%2C1.16%2C1.16%2C0%2C0%2C1-.41-.9%2C1.14%2C1.14%2C0%2C0%2C1%2C.19-.64A1.2%2C1.2%2C0%2C0%2C1%2C4.87%2C11a2.16%2C2.16%2C0%2C0%2C1%2C.88-.16A1.85%2C1.85%2C0%2C0%2C1%2C7%2C11.17a1.29%2C1.29%2C0%2C0%2C1%2C.45%2C1l-.9%2C0a.77.77%2C0%2C0%2C0-.25-.5.94.94%2C0%2C0%2C0-.58-.15%2C1%2C1%2C0%2C0%2C0-.61.16A.32.32%2C0%2C0%2C0%2C5%2C12a.33.33%2C0%2C0%2C0%2C.14.27%2C2.18%2C2.18%2C0%2C0%2C0%2C.83.3%2C4.29%2C4.29%2C0%2C0%2C1%2C1%2C.32%2C1.28%2C1.28%2C0%2C0%2C1%2C.49.46%2C1.34%2C1.34%2C0%2C0%2C1-.64%2C1.93%2C2.48%2C2.48%2C0%2C0%2C1-1%2C.17A2%2C2%2C0%2C0%2C1%2C4.5%2C15%2C1.71%2C1.71%2C0%2C0%2C1%2C4%2C13.9l.88-.09a1%2C1%2C0%2C0%2C0%2C.32.65%2C1%2C1%2C0%2C0%2C0%2C.66.21%2C1%2C1%2C0%2C0%2C0%2C.65-.18.57.57%2C0%2C0%2C0%2C.23-.44A.45.45%2C0%2C0%2C0%2C6.6%2C13.78Zm1.3-2.9h1L10%2C14.19l1.09-3.31h1l-1.6%2C4.48h-1Zm5.76%2C3.38a1.18%2C1.18%2C0%2C0%2C0%2C.93.4%2C1.65%2C1.65%2C0%2C0%2C0%2C.57-.11%2C2.25%2C2.25%2C0%2C0%2C0%2C.49-.27v-.57h-1V13h2v1.79a2.56%2C2.56%2C0%2C0%2C1-.83.48%2C3%2C3%2C0%2C0%2C1-1.09.21%2C2.5%2C2.5%2C0%2C0%2C1-1.22-.29%2C1.91%2C1.91%2C0%2C0%2C1-.79-.85%2C2.76%2C2.76%2C0%2C0%2C1-.26-1.19%2C2.64%2C2.64%2C0%2C0%2C1%2C.29-1.24%2C2.05%2C2.05%2C0%2C0%2C1%2C.86-.84%2C2.42%2C2.42%2C0%2C0%2C1%2C1.07-.22%2C2.19%2C2.19%2C0%2C0%2C1%2C1.31.35%2C1.59%2C1.59%2C0%2C0%2C1%2C.6%2C1l-.9.17a.94.94%2C0%2C0%2C0-.36-.53%2C1.11%2C1.11%2C0%2C0%2C0-.65-.19%2C1.23%2C1.23%2C0%2C0%2C0-.94.38%2C1.59%2C1.59%2C0%2C0%2C0-.35%2C1.11A1.79%2C1.79%2C0%2C0%2C0%2C13.66%2C14.26Zm3.78-6H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-swf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_swf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.21%2C13.84a.79.79%2C0%2C0%2C0-.31-.19l-.69-.18a2.32%2C2.32%2C0%2C0%2C1-1-.43%2C1.08%2C1.08%2C0%2C0%2C1-.4-.86A1%2C1%2C0%2C0%2C1%2C4%2C11.57a1.14%2C1.14%2C0%2C0%2C1%2C.53-.43A2.1%2C2.1%2C0%2C0%2C1%2C5.4%2C11a1.87%2C1.87%2C0%2C0%2C1%2C1.22.35%2C1.24%2C1.24%2C0%2C0%2C1%2C.42.94l-.86%2C0a.75.75%2C0%2C0%2C0-.24-.47.84.84%2C0%2C0%2C0-.55-.15%2C1%2C1%2C0%2C0%2C0-.59.16.29.29%2C0%2C0%2C0-.13.26.3.3%2C0%2C0%2C0%2C.13.26%2C2.08%2C2.08%2C0%2C0%2C0%2C.79.29%2C4%2C4%2C0%2C0%2C1%2C.93.31%2C1.15%2C1.15%2C0%2C0%2C1%2C.47.43%2C1.23%2C1.23%2C0%2C0%2C1%2C.18.68%2C1.22%2C1.22%2C0%2C0%2C1-.21.69%2C1.19%2C1.19%2C0%2C0%2C1-.58.48%2C2.5%2C2.5%2C0%2C0%2C1-.93.16A1.84%2C1.84%2C0%2C0%2C1%2C4.21%2C15%2C1.59%2C1.59%2C0%2C0%2C1%2C3.69%2C14l.84-.08a1%2C1%2C0%2C0%2C0%2C.31.62.92.92%2C0%2C0%2C0%2C.62.2%2C1%2C1%2C0%2C0%2C0%2C.63-.18.54.54%2C0%2C0%2C0%2C.21-.41A.39.39%2C0%2C0%2C0%2C6.21%2C13.84Zm1.27-2.78h.88L9%2C14l.78-2.94h1l.75%2C3%2C.65-3h.87l-1%2C4.28h-.91l-.86-3.2-.84%2C3.2H8.5Zm8.71%2C1.74v.72H14.4v1.82h-.86V11.06h2.93v.73H14.4v1Zm1.25-4.5H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-swf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_swf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.21%2C13.84a.79.79%2C0%2C0%2C0-.31-.19l-.69-.18a2.32%2C2.32%2C0%2C0%2C1-1-.43%2C1.08%2C1.08%2C0%2C0%2C1-.4-.86A1%2C1%2C0%2C0%2C1%2C4%2C11.57a1.14%2C1.14%2C0%2C0%2C1%2C.53-.43A2.1%2C2.1%2C0%2C0%2C1%2C5.4%2C11a1.87%2C1.87%2C0%2C0%2C1%2C1.22.35%2C1.24%2C1.24%2C0%2C0%2C1%2C.42.94l-.86%2C0a.75.75%2C0%2C0%2C0-.24-.47.84.84%2C0%2C0%2C0-.55-.15%2C1%2C1%2C0%2C0%2C0-.59.16.29.29%2C0%2C0%2C0-.13.26.3.3%2C0%2C0%2C0%2C.13.26%2C2.08%2C2.08%2C0%2C0%2C0%2C.79.29%2C4%2C4%2C0%2C0%2C1%2C.93.31%2C1.15%2C1.15%2C0%2C0%2C1%2C.47.43%2C1.23%2C1.23%2C0%2C0%2C1%2C.18.68%2C1.22%2C1.22%2C0%2C0%2C1-.21.69%2C1.19%2C1.19%2C0%2C0%2C1-.58.48%2C2.5%2C2.5%2C0%2C0%2C1-.93.16A1.84%2C1.84%2C0%2C0%2C1%2C4.21%2C15%2C1.59%2C1.59%2C0%2C0%2C1%2C3.69%2C14l.84-.08a1%2C1%2C0%2C0%2C0%2C.31.62.92.92%2C0%2C0%2C0%2C.62.2%2C1%2C1%2C0%2C0%2C0%2C.63-.18.54.54%2C0%2C0%2C0%2C.21-.41A.39.39%2C0%2C0%2C0%2C6.21%2C13.84Zm1.27-2.78h.88L9%2C14l.78-2.94h1l.75%2C3%2C.65-3h.87l-1%2C4.28h-.91l-.86-3.2-.84%2C3.2H8.5Zm8.71%2C1.74v.72H14.4v1.82h-.86V11.06h2.93v.73H14.4v1Zm1.25-4.5H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-swf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_swf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.21%2C13.84a.79.79%2C0%2C0%2C0-.31-.19l-.69-.18a2.32%2C2.32%2C0%2C0%2C1-1-.43%2C1.08%2C1.08%2C0%2C0%2C1-.4-.86A1%2C1%2C0%2C0%2C1%2C4%2C11.57a1.14%2C1.14%2C0%2C0%2C1%2C.53-.43A2.1%2C2.1%2C0%2C0%2C1%2C5.4%2C11a1.87%2C1.87%2C0%2C0%2C1%2C1.22.35%2C1.24%2C1.24%2C0%2C0%2C1%2C.42.94l-.86%2C0a.75.75%2C0%2C0%2C0-.24-.47.84.84%2C0%2C0%2C0-.55-.15%2C1%2C1%2C0%2C0%2C0-.59.16.29.29%2C0%2C0%2C0-.13.26.3.3%2C0%2C0%2C0%2C.13.26%2C2.08%2C2.08%2C0%2C0%2C0%2C.79.29%2C4%2C4%2C0%2C0%2C1%2C.93.31%2C1.15%2C1.15%2C0%2C0%2C1%2C.47.43%2C1.23%2C1.23%2C0%2C0%2C1%2C.18.68%2C1.22%2C1.22%2C0%2C0%2C1-.21.69%2C1.19%2C1.19%2C0%2C0%2C1-.58.48%2C2.5%2C2.5%2C0%2C0%2C1-.93.16A1.84%2C1.84%2C0%2C0%2C1%2C4.21%2C15%2C1.59%2C1.59%2C0%2C0%2C1%2C3.69%2C14l.84-.08a1%2C1%2C0%2C0%2C0%2C.31.62.92.92%2C0%2C0%2C0%2C.62.2%2C1%2C1%2C0%2C0%2C0%2C.63-.18.54.54%2C0%2C0%2C0%2C.21-.41A.39.39%2C0%2C0%2C0%2C6.21%2C13.84Zm1.27-2.78h.88L9%2C14l.78-2.94h1l.75%2C3%2C.65-3h.87l-1%2C4.28h-.91l-.86-3.2-.84%2C3.2H8.5Zm8.71%2C1.74v.72H14.4v1.82h-.86V11.06h2.93v.73H14.4v1Zm1.25-4.5H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-swf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_swf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.21%2C13.84a.79.79%2C0%2C0%2C0-.31-.19l-.69-.18a2.32%2C2.32%2C0%2C0%2C1-1-.43%2C1.08%2C1.08%2C0%2C0%2C1-.4-.86A1%2C1%2C0%2C0%2C1%2C4%2C11.57a1.14%2C1.14%2C0%2C0%2C1%2C.53-.43A2.1%2C2.1%2C0%2C0%2C1%2C5.4%2C11a1.87%2C1.87%2C0%2C0%2C1%2C1.22.35%2C1.24%2C1.24%2C0%2C0%2C1%2C.42.94l-.86%2C0a.75.75%2C0%2C0%2C0-.24-.47.84.84%2C0%2C0%2C0-.55-.15%2C1%2C1%2C0%2C0%2C0-.59.16.29.29%2C0%2C0%2C0-.13.26.3.3%2C0%2C0%2C0%2C.13.26%2C2.08%2C2.08%2C0%2C0%2C0%2C.79.29%2C4%2C4%2C0%2C0%2C1%2C.93.31%2C1.15%2C1.15%2C0%2C0%2C1%2C.47.43%2C1.23%2C1.23%2C0%2C0%2C1%2C.18.68%2C1.22%2C1.22%2C0%2C0%2C1-.21.69%2C1.19%2C1.19%2C0%2C0%2C1-.58.48%2C2.5%2C2.5%2C0%2C0%2C1-.93.16A1.84%2C1.84%2C0%2C0%2C1%2C4.21%2C15%2C1.59%2C1.59%2C0%2C0%2C1%2C3.69%2C14l.84-.08a1%2C1%2C0%2C0%2C0%2C.31.62.92.92%2C0%2C0%2C0%2C.62.2%2C1%2C1%2C0%2C0%2C0%2C.63-.18.54.54%2C0%2C0%2C0%2C.21-.41A.39.39%2C0%2C0%2C0%2C6.21%2C13.84Zm1.27-2.78h.88L9%2C14l.78-2.94h1l.75%2C3%2C.65-3h.87l-1%2C4.28h-.91l-.86-3.2-.84%2C3.2H8.5Zm8.71%2C1.74v.72H14.4v1.82h-.86V11.06h2.93v.73H14.4v1Zm1.25-4.5H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-swf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_swf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.21%2C13.84a.79.79%2C0%2C0%2C0-.31-.19l-.69-.18a2.32%2C2.32%2C0%2C0%2C1-1-.43%2C1.08%2C1.08%2C0%2C0%2C1-.4-.86A1%2C1%2C0%2C0%2C1%2C4%2C11.57a1.14%2C1.14%2C0%2C0%2C1%2C.53-.43A2.1%2C2.1%2C0%2C0%2C1%2C5.4%2C11a1.87%2C1.87%2C0%2C0%2C1%2C1.22.35%2C1.24%2C1.24%2C0%2C0%2C1%2C.42.94l-.86%2C0a.75.75%2C0%2C0%2C0-.24-.47.84.84%2C0%2C0%2C0-.55-.15%2C1%2C1%2C0%2C0%2C0-.59.16.29.29%2C0%2C0%2C0-.13.26.3.3%2C0%2C0%2C0%2C.13.26%2C2.08%2C2.08%2C0%2C0%2C0%2C.79.29%2C4%2C4%2C0%2C0%2C1%2C.93.31%2C1.15%2C1.15%2C0%2C0%2C1%2C.47.43%2C1.23%2C1.23%2C0%2C0%2C1%2C.18.68%2C1.22%2C1.22%2C0%2C0%2C1-.21.69%2C1.19%2C1.19%2C0%2C0%2C1-.58.48%2C2.5%2C2.5%2C0%2C0%2C1-.93.16A1.84%2C1.84%2C0%2C0%2C1%2C4.21%2C15%2C1.59%2C1.59%2C0%2C0%2C1%2C3.69%2C14l.84-.08a1%2C1%2C0%2C0%2C0%2C.31.62.92.92%2C0%2C0%2C0%2C.62.2%2C1%2C1%2C0%2C0%2C0%2C.63-.18.54.54%2C0%2C0%2C0%2C.21-.41A.39.39%2C0%2C0%2C0%2C6.21%2C13.84Zm1.27-2.78h.88L9%2C14l.78-2.94h1l.75%2C3%2C.65-3h.87l-1%2C4.28h-.91l-.86-3.2-.84%2C3.2H8.5Zm8.71%2C1.74v.72H14.4v1.82h-.86V11.06h2.93v.73H14.4v1Zm1.25-4.5H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-swf:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_swf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.21%2C13.84a.79.79%2C0%2C0%2C0-.31-.19l-.69-.18a2.32%2C2.32%2C0%2C0%2C1-1-.43%2C1.08%2C1.08%2C0%2C0%2C1-.4-.86A1%2C1%2C0%2C0%2C1%2C4%2C11.57a1.14%2C1.14%2C0%2C0%2C1%2C.53-.43A2.1%2C2.1%2C0%2C0%2C1%2C5.4%2C11a1.87%2C1.87%2C0%2C0%2C1%2C1.22.35%2C1.24%2C1.24%2C0%2C0%2C1%2C.42.94l-.86%2C0a.75.75%2C0%2C0%2C0-.24-.47.84.84%2C0%2C0%2C0-.55-.15%2C1%2C1%2C0%2C0%2C0-.59.16.29.29%2C0%2C0%2C0-.13.26.3.3%2C0%2C0%2C0%2C.13.26%2C2.08%2C2.08%2C0%2C0%2C0%2C.79.29%2C4%2C4%2C0%2C0%2C1%2C.93.31%2C1.15%2C1.15%2C0%2C0%2C1%2C.47.43%2C1.23%2C1.23%2C0%2C0%2C1%2C.18.68%2C1.22%2C1.22%2C0%2C0%2C1-.21.69%2C1.19%2C1.19%2C0%2C0%2C1-.58.48%2C2.5%2C2.5%2C0%2C0%2C1-.93.16A1.84%2C1.84%2C0%2C0%2C1%2C4.21%2C15%2C1.59%2C1.59%2C0%2C0%2C1%2C3.69%2C14l.84-.08a1%2C1%2C0%2C0%2C0%2C.31.62.92.92%2C0%2C0%2C0%2C.62.2%2C1%2C1%2C0%2C0%2C0%2C.63-.18.54.54%2C0%2C0%2C0%2C.21-.41A.39.39%2C0%2C0%2C0%2C6.21%2C13.84Zm1.27-2.78h.88L9%2C14l.78-2.94h1l.75%2C3%2C.65-3h.87l-1%2C4.28h-.91l-.86-3.2-.84%2C3.2H8.5Zm8.71%2C1.74v.72H14.4v1.82h-.86V11.06h2.93v.73H14.4v1Zm1.25-4.5H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-swf:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_swf%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM6.21%2C13.84a.79.79%2C0%2C0%2C0-.31-.19l-.69-.18a2.32%2C2.32%2C0%2C0%2C1-1-.43%2C1.08%2C1.08%2C0%2C0%2C1-.4-.86A1%2C1%2C0%2C0%2C1%2C4%2C11.57a1.14%2C1.14%2C0%2C0%2C1%2C.53-.43A2.1%2C2.1%2C0%2C0%2C1%2C5.4%2C11a1.87%2C1.87%2C0%2C0%2C1%2C1.22.35%2C1.24%2C1.24%2C0%2C0%2C1%2C.42.94l-.86%2C0a.75.75%2C0%2C0%2C0-.24-.47.84.84%2C0%2C0%2C0-.55-.15%2C1%2C1%2C0%2C0%2C0-.59.16.29.29%2C0%2C0%2C0-.13.26.3.3%2C0%2C0%2C0%2C.13.26%2C2.08%2C2.08%2C0%2C0%2C0%2C.79.29%2C4%2C4%2C0%2C0%2C1%2C.93.31%2C1.15%2C1.15%2C0%2C0%2C1%2C.47.43%2C1.23%2C1.23%2C0%2C0%2C1%2C.18.68%2C1.22%2C1.22%2C0%2C0%2C1-.21.69%2C1.19%2C1.19%2C0%2C0%2C1-.58.48%2C2.5%2C2.5%2C0%2C0%2C1-.93.16A1.84%2C1.84%2C0%2C0%2C1%2C4.21%2C15%2C1.59%2C1.59%2C0%2C0%2C1%2C3.69%2C14l.84-.08a1%2C1%2C0%2C0%2C0%2C.31.62.92.92%2C0%2C0%2C0%2C.62.2%2C1%2C1%2C0%2C0%2C0%2C.63-.18.54.54%2C0%2C0%2C0%2C.21-.41A.39.39%2C0%2C0%2C0%2C6.21%2C13.84Zm1.27-2.78h.88L9%2C14l.78-2.94h1l.75%2C3%2C.65-3h.87l-1%2C4.28h-.91l-.86-3.2-.84%2C3.2H8.5Zm8.71%2C1.74v.72H14.4v1.82h-.86V11.06h2.93v.73H14.4v1Zm1.25-4.5H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-tif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon-tif%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.9h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM26.71%2C29.79H12V25.41H26.71ZM12.42%2C19.37V18.6H16v.77H14.68v3.76h-.92V19.37Zm4.16%2C3.76V18.6h.92v4.53Zm4.6-2.69v.77H19.29v1.92h-.92V18.6h3.11v.77H19.29v1.07Zm3.87%2C0v.77h-1.9v1.92h-.91V18.6h3.11v.77h-2.2v1.07ZM26.71%2C16H12V8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-tif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon-tif%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.9h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM26.71%2C29.79H12V25.41H26.71ZM12.42%2C19.37V18.6H16v.77H14.68v3.76h-.92V19.37Zm4.16%2C3.76V18.6h.92v4.53Zm4.6-2.69v.77H19.29v1.92h-.92V18.6h3.11v.77H19.29v1.07Zm3.87%2C0v.77h-1.9v1.92h-.91V18.6h3.11v.77h-2.2v1.07ZM26.71%2C16H12V8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-tif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon-tif%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.9h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM26.71%2C29.79H12V25.41H26.71ZM12.42%2C19.37V18.6H16v.77H14.68v3.76h-.92V19.37Zm4.16%2C3.76V18.6h.92v4.53Zm4.6-2.69v.77H19.29v1.92h-.92V18.6h3.11v.77H19.29v1.07Zm3.87%2C0v.77h-1.9v1.92h-.91V18.6h3.11v.77h-2.2v1.07ZM26.71%2C16H12V8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-tif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon-tif%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.9h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM26.71%2C29.79H12V25.41H26.71ZM12.42%2C19.37V18.6H16v.77H14.68v3.76h-.92V19.37Zm4.16%2C3.76V18.6h.92v4.53Zm4.6-2.69v.77H19.29v1.92h-.92V18.6h3.11v.77H19.29v1.07Zm3.87%2C0v.77h-1.9v1.92h-.91V18.6h3.11v.77h-2.2v1.07ZM26.71%2C16H12V8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-tif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon-tif%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.9h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM26.71%2C29.79H12V25.41H26.71ZM12.42%2C19.37V18.6H16v.77H14.68v3.76h-.92V19.37Zm4.16%2C3.76V18.6h.92v4.53Zm4.6-2.69v.77H19.29v1.92h-.92V18.6h3.11v.77H19.29v1.07Zm3.87%2C0v.77h-1.9v1.92h-.91V18.6h3.11v.77h-2.2v1.07ZM26.71%2C16H12V8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-tif:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon-tif%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.9h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM26.71%2C29.79H12V25.41H26.71ZM12.42%2C19.37V18.6H16v.77H14.68v3.76h-.92V19.37Zm4.16%2C3.76V18.6h.92v4.53Zm4.6-2.69v.77H19.29v1.92h-.92V18.6h3.11v.77H19.29v1.07Zm3.87%2C0v.77h-1.9v1.92h-.91V18.6h3.11v.77h-2.2v1.07ZM26.71%2C16H12V8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-tif:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.69 38.69' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon-tif%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M38.26%2C19.35A18.92%2C18.92%2C0%2C1%2C1%2C19.35.43%2C18.91%2C18.91%2C0%2C0%2C1%2C38.26%2C19.35Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-width:0.863596260547638px'/%3E%3Cpath d='M28.15%2C16H27.6V13.3a.46.46%2C0%2C0%2C0-.11-.29L23.1%2C7.9h0L23%2C7.82l0%2C0-.09%2C0H12a.9.9%2C0%2C0%2C0-.89.91V16h-.55a1.28%2C1.28%2C0%2C0%2C0-1.27%2C1.3v6.77a1.28%2C1.28%2C0%2C0%2C0%2C1.27%2C1.3h.55V30A.9.9%2C0%2C0%2C0%2C12%2C31H26.71A.9.9%2C0%2C0%2C0%2C27.6%2C30V25.41h.55a1.28%2C1.28%2C0%2C0%2C0%2C1.27-1.3V17.34A1.28%2C1.28%2C0%2C0%2C0%2C28.15%2C16ZM26.71%2C29.79H12V25.41H26.71ZM12.42%2C19.37V18.6H16v.77H14.68v3.76h-.92V19.37Zm4.16%2C3.76V18.6h.92v4.53Zm4.6-2.69v.77H19.29v1.92h-.92V18.6h3.11v.77H19.29v1.07Zm3.87%2C0v.77h-1.9v1.92h-.91V18.6h3.11v.77h-2.2v1.07ZM26.71%2C16H12V8.65H22.32v4.66a.45.45%2C0%2C0%2C0%2C.45.45h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-tiff:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3EAsset 44%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.15%2C11.63v-.77h3.6v.77H5.41v3.76H4.5V11.63Zm4.17%2C3.76V10.86h.91v4.53Zm4.59-2.69v.77H10v1.92H9.11V10.86h3.1v.77H10V12.7Zm3.87%2C0v.77H13.89v1.92H13V10.86h3.11v.77H13.89V12.7Zm1.66-4.4H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-tiff:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EAsset 44%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.15%2C11.63v-.77h3.6v.77H5.41v3.76H4.5V11.63Zm4.17%2C3.76V10.86h.91v4.53Zm4.59-2.69v.77H10v1.92H9.11V10.86h3.1v.77H10V12.7Zm3.87%2C0v.77H13.89v1.92H13V10.86h3.11v.77H13.89V12.7Zm1.66-4.4H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-tiff:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3EAsset 44%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.15%2C11.63v-.77h3.6v.77H5.41v3.76H4.5V11.63Zm4.17%2C3.76V10.86h.91v4.53Zm4.59-2.69v.77H10v1.92H9.11V10.86h3.1v.77H10V12.7Zm3.87%2C0v.77H13.89v1.92H13V10.86h3.11v.77H13.89V12.7Zm1.66-4.4H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-tiff:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EAsset 44%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.15%2C11.63v-.77h3.6v.77H5.41v3.76H4.5V11.63Zm4.17%2C3.76V10.86h.91v4.53Zm4.59-2.69v.77H10v1.92H9.11V10.86h3.1v.77H10V12.7Zm3.87%2C0v.77H13.89v1.92H13V10.86h3.11v.77H13.89V12.7Zm1.66-4.4H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-tiff:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3EAsset 44%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.15%2C11.63v-.77h3.6v.77H5.41v3.76H4.5V11.63Zm4.17%2C3.76V10.86h.91v4.53Zm4.59-2.69v.77H10v1.92H9.11V10.86h3.1v.77H10V12.7Zm3.87%2C0v.77H13.89v1.92H13V10.86h3.11v.77H13.89V12.7Zm1.66-4.4H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-tiff:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EAsset 44%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.15%2C11.63v-.77h3.6v.77H5.41v3.76H4.5V11.63Zm4.17%2C3.76V10.86h.91v4.53Zm4.59-2.69v.77H10v1.92H9.11V10.86h3.1v.77H10V12.7Zm3.87%2C0v.77H13.89v1.92H13V10.86h3.11v.77H13.89V12.7Zm1.66-4.4H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-tiff:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EAsset 44%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.15%2C11.63v-.77h3.6v.77H5.41v3.76H4.5V11.63Zm4.17%2C3.76V10.86h.91v4.53Zm4.59-2.69v.77H10v1.92H9.11V10.86h3.1v.77H10V12.7Zm3.87%2C0v.77H13.89v1.92H13V10.86h3.11v.77H13.89V12.7Zm1.66-4.4H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.24 28.99' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eclasses_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='7.08' cy='4.24' r='3.24' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C13.57a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='23.66' cy='4.45' r='3.24' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M17.59%2C13.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='7.58' cy='19.45' r='3.24' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1.5%2C28.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='24.16' cy='19.66' r='3.24' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M18.09%2C29a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.24 28.99' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclasses_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='7.08' cy='4.24' r='3.24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C13.57a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='23.66' cy='4.45' r='3.24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M17.59%2C13.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='7.58' cy='19.45' r='3.24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1.5%2C28.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='24.16' cy='19.66' r='3.24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M18.09%2C29a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.24 28.99' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eclasses_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='7.08' cy='4.24' r='3.24' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C13.57a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='23.66' cy='4.45' r='3.24' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M17.59%2C13.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='7.58' cy='19.45' r='3.24' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1.5%2C28.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='24.16' cy='19.66' r='3.24' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M18.09%2C29a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.24 28.99' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclasses_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='7.08' cy='4.24' r='3.24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C13.57a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='23.66' cy='4.45' r='3.24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M17.59%2C13.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='7.58' cy='19.45' r='3.24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1.5%2C28.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='24.16' cy='19.66' r='3.24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M18.09%2C29a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.24 28.99' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eclasses_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='7.08' cy='4.24' r='3.24' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C13.57a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='23.66' cy='4.45' r='3.24' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M17.59%2C13.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='7.58' cy='19.45' r='3.24' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1.5%2C28.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='24.16' cy='19.66' r='3.24' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M18.09%2C29a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-turmas:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.24 28.99' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eclasses_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='7.08' cy='4.24' r='3.24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C13.57a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='23.66' cy='4.45' r='3.24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M17.59%2C13.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='7.58' cy='19.45' r='3.24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1.5%2C28.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='24.16' cy='19.66' r='3.24' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M18.09%2C29a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-turmas:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.24 28.99' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eclasses_1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='7.08' cy='4.24' r='3.24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C13.57a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='23.66' cy='4.45' r='3.24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M17.59%2C13.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='7.58' cy='19.45' r='3.24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1.5%2C28.78a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='24.16' cy='19.66' r='3.24' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M18.09%2C29a6.08%2C6.08%2C0%2C0%2C1%2C12.15%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-txt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Etxt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2884%2C175%2C172%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.76%2C10.37V9.76h4.1v.61H6.17v4.93H5.44V10.37Zm4.55-.61h.83l.73%2C1.3c.21.36.36.64.51.94h0c.16-.33.3-.58.5-.94l.76-1.3h.82l-1.69%2C2.7%2C1.73%2C2.85h-.83L11%2C14.08c-.29-.47-.47-.77-.64-1.09h0c-.16.32-.31.62-.6%2C1.1l-.67%2C1.22H8.24l1.69-2.8Zm4.48.61V9.76h4.1v.61H15.2v4.93h-.72V10.37ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-txt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Etxt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.76%2C10.37V9.76h4.1v.61H6.17v4.93H5.44V10.37Zm4.55-.61h.83l.73%2C1.3c.21.36.36.64.51.94h0c.16-.33.3-.58.5-.94l.76-1.3h.82l-1.69%2C2.7%2C1.73%2C2.85h-.83L11%2C14.08c-.29-.47-.47-.77-.64-1.09h0c-.16.32-.31.62-.6%2C1.1l-.67%2C1.22H8.24l1.69-2.8Zm4.48.61V9.76h4.1v.61H15.2v4.93h-.72V10.37ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-txt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Etxt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28255%2C255%2C255%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.76%2C10.37V9.76h4.1v.61H6.17v4.93H5.44V10.37Zm4.55-.61h.83l.73%2C1.3c.21.36.36.64.51.94h0c.16-.33.3-.58.5-.94l.76-1.3h.82l-1.69%2C2.7%2C1.73%2C2.85h-.83L11%2C14.08c-.29-.47-.47-.77-.64-1.09h0c-.16.32-.31.62-.6%2C1.1l-.67%2C1.22H8.24l1.69-2.8Zm4.48.61V9.76h4.1v.61H15.2v4.93h-.72V10.37ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-txt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Etxt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.76%2C10.37V9.76h4.1v.61H6.17v4.93H5.44V10.37Zm4.55-.61h.83l.73%2C1.3c.21.36.36.64.51.94h0c.16-.33.3-.58.5-.94l.76-1.3h.82l-1.69%2C2.7%2C1.73%2C2.85h-.83L11%2C14.08c-.29-.47-.47-.77-.64-1.09h0c-.16.32-.31.62-.6%2C1.1l-.67%2C1.22H8.24l1.69-2.8Zm4.48.61V9.76h4.1v.61H15.2v4.93h-.72V10.37ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-txt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Etxt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2887%2C87%2C86%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.76%2C10.37V9.76h4.1v.61H6.17v4.93H5.44V10.37Zm4.55-.61h.83l.73%2C1.3c.21.36.36.64.51.94h0c.16-.33.3-.58.5-.94l.76-1.3h.82l-1.69%2C2.7%2C1.73%2C2.85h-.83L11%2C14.08c-.29-.47-.47-.77-.64-1.09h0c-.16.32-.31.62-.6%2C1.1l-.67%2C1.22H8.24l1.69-2.8Zm4.48.61V9.76h4.1v.61H15.2v4.93h-.72V10.37ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-txt:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Etxt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.76%2C10.37V9.76h4.1v.61H6.17v4.93H5.44V10.37Zm4.55-.61h.83l.73%2C1.3c.21.36.36.64.51.94h0c.16-.33.3-.58.5-.94l.76-1.3h.82l-1.69%2C2.7%2C1.73%2C2.85h-.83L11%2C14.08c-.29-.47-.47-.77-.64-1.09h0c-.16.32-.31.62-.6%2C1.1l-.67%2C1.22H8.24l1.69-2.8Zm4.48.61V9.76h4.1v.61H15.2v4.93h-.72V10.37ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-txt:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Etxt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.76%2C10.37V9.76h4.1v.61H6.17v4.93H5.44V10.37Zm4.55-.61h.83l.73%2C1.3c.21.36.36.64.51.94h0c.16-.33.3-.58.5-.94l.76-1.3h.82l-1.69%2C2.7%2C1.73%2C2.85h-.83L11%2C14.08c-.29-.47-.47-.77-.64-1.09h0c-.16.32-.31.62-.6%2C1.1l-.67%2C1.22H8.24l1.69-2.8Zm4.48.61V9.76h4.1v.61H15.2v4.93h-.72V10.37ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-utilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3ENomeProfessor%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='1px' cx='25.5' cy='25.5' r='24.5'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='1px' d='M32.66%2C18.31a7.16%2C7.16%2C0%2C1%2C1-7.16-7.15A7.16%2C7.16%2C0%2C0%2C1%2C32.66%2C18.31Zm6.25%2C20.6a13.41%2C13.41%2C0%2C0%2C0-26.82%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-utilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3ENomeProfessor%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='1px' cx='25.5' cy='25.5' r='24.5'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='1px' d='M32.66%2C18.31a7.16%2C7.16%2C0%2C1%2C1-7.16-7.15A7.16%2C7.16%2C0%2C0%2C1%2C32.66%2C18.31Zm6.25%2C20.6a13.41%2C13.41%2C0%2C0%2C0-26.82%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-utilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3ENomeProfessor%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='1px' cx='25.5' cy='25.5' r='24.5'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='1px' d='M32.66%2C18.31a7.16%2C7.16%2C0%2C1%2C1-7.16-7.15A7.16%2C7.16%2C0%2C0%2C1%2C32.66%2C18.31Zm6.25%2C20.6a13.41%2C13.41%2C0%2C0%2C0-26.82%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-utilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3ENomeProfessor%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='1px' cx='25.5' cy='25.5' r='24.5'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='1px' d='M32.66%2C18.31a7.16%2C7.16%2C0%2C1%2C1-7.16-7.15A7.16%2C7.16%2C0%2C0%2C1%2C32.66%2C18.31Zm6.25%2C20.6a13.41%2C13.41%2C0%2C0%2C0-26.82%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-utilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3ENomeProfessor%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='1px' cx='25.5' cy='25.5' r='24.5'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='1px' d='M32.66%2C18.31a7.16%2C7.16%2C0%2C1%2C1-7.16-7.15A7.16%2C7.16%2C0%2C0%2C1%2C32.66%2C18.31Zm6.25%2C20.6a13.41%2C13.41%2C0%2C0%2C0-26.82%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-utilizador-circle:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3ENomeProfessor%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='1px' cx='25.5' cy='25.5' r='24.5'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='1px' d='M32.66%2C18.31a7.16%2C7.16%2C0%2C1%2C1-7.16-7.15A7.16%2C7.16%2C0%2C0%2C1%2C32.66%2C18.31Zm6.25%2C20.6a13.41%2C13.41%2C0%2C0%2C0-26.82%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-utilizador-circle:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 51' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3ENomeProfessor%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Ccircle class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='1px' cx='25.5' cy='25.5' r='24.5'/%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='1px' d='M32.66%2C18.31a7.16%2C7.16%2C0%2C1%2C1-7.16-7.15A7.16%2C7.16%2C0%2C0%2C1%2C32.66%2C18.31Zm6.25%2C20.6a13.41%2C13.41%2C0%2C0%2C0-26.82%2C0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-utilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.87 36.02' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Euser%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M26.21%2C9.77A8.78%2C8.78%2C0%2C1%2C1%2C17.44%2C1%2C8.77%2C8.77%2C0%2C0%2C1%2C26.21%2C9.77ZM33.87%2C35A16.44%2C16.44%2C0%2C1%2C0%2C1%2C35'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-utilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.87 36.02' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Euser%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M26.21%2C9.77A8.78%2C8.78%2C0%2C1%2C1%2C17.44%2C1%2C8.77%2C8.77%2C0%2C0%2C1%2C26.21%2C9.77ZM33.87%2C35A16.44%2C16.44%2C0%2C1%2C0%2C1%2C35'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-utilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.87 36.02' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Euser%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M26.21%2C9.77A8.78%2C8.78%2C0%2C1%2C1%2C17.44%2C1%2C8.77%2C8.77%2C0%2C0%2C1%2C26.21%2C9.77ZM33.87%2C35A16.44%2C16.44%2C0%2C1%2C0%2C1%2C35'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-utilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.87 36.02' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Euser%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M26.21%2C9.77A8.78%2C8.78%2C0%2C1%2C1%2C17.44%2C1%2C8.77%2C8.77%2C0%2C0%2C1%2C26.21%2C9.77ZM33.87%2C35A16.44%2C16.44%2C0%2C1%2C0%2C1%2C35'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-utilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.87 36.02' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Euser%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M26.21%2C9.77A8.78%2C8.78%2C0%2C1%2C1%2C17.44%2C1%2C8.77%2C8.77%2C0%2C0%2C1%2C26.21%2C9.77ZM33.87%2C35A16.44%2C16.44%2C0%2C1%2C0%2C1%2C35'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-utilizador:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.87 36.02' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Euser%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M26.21%2C9.77A8.78%2C8.78%2C0%2C1%2C1%2C17.44%2C1%2C8.77%2C8.77%2C0%2C0%2C1%2C26.21%2C9.77ZM33.87%2C35A16.44%2C16.44%2C0%2C1%2C0%2C1%2C35'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-utilizador:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34.87 36.02' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Euser%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpath class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2px' d='M26.21%2C9.77A8.78%2C8.78%2C0%2C1%2C1%2C17.44%2C1%2C8.77%2C8.77%2C0%2C0%2C1%2C26.21%2C9.77ZM33.87%2C35A16.44%2C16.44%2C0%2C1%2C0%2C1%2C35'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-utilizadores:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.38 30.75' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eusers list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='11' cy='19.58' r='3.88' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M3.73%2C30.75a7.27%2C7.27%2C0%2C0%2C1%2C14.54%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='11.19' cy='6.44' r='5.44' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C22.09a10.19%2C10.19%2C0%2C0%2C1%2C20.38%2C0' fill='none' stroke='rgb%2884%2C175%2C172%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-utilizadores:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.38 30.75' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eusers list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='11' cy='19.58' r='3.88' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M3.73%2C30.75a7.27%2C7.27%2C0%2C0%2C1%2C14.54%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='11.19' cy='6.44' r='5.44' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C22.09a10.19%2C10.19%2C0%2C0%2C1%2C20.38%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-utilizadores:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.38 30.75' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eusers list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='11' cy='19.58' r='3.88' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M3.73%2C30.75a7.27%2C7.27%2C0%2C0%2C1%2C14.54%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='11.19' cy='6.44' r='5.44' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C22.09a10.19%2C10.19%2C0%2C0%2C1%2C20.38%2C0' fill='none' stroke='rgb%28255%2C255%2C255%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-utilizadores:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.38 30.75' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eusers list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='11' cy='19.58' r='3.88' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M3.73%2C30.75a7.27%2C7.27%2C0%2C0%2C1%2C14.54%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='11.19' cy='6.44' r='5.44' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C22.09a10.19%2C10.19%2C0%2C0%2C1%2C20.38%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-utilizadores:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.38 30.75' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eusers list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='11' cy='19.58' r='3.88' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M3.73%2C30.75a7.27%2C7.27%2C0%2C0%2C1%2C14.54%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='11.19' cy='6.44' r='5.44' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C22.09a10.19%2C10.19%2C0%2C0%2C1%2C20.38%2C0' fill='none' stroke='rgb%2887%2C87%2C86%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-utilizadores:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.38 30.75' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eusers list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='11' cy='19.58' r='3.88' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M3.73%2C30.75a7.27%2C7.27%2C0%2C0%2C1%2C14.54%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='11.19' cy='6.44' r='5.44' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C22.09a10.19%2C10.19%2C0%2C0%2C1%2C20.38%2C0' fill='none' stroke='rgb%28234%2C107%2C68%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-utilizadores:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.38 30.75' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eusers list%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Ccircle cx='11' cy='19.58' r='3.88' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M3.73%2C30.75a7.27%2C7.27%2C0%2C0%2C1%2C14.54%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Ccircle cx='11.19' cy='6.44' r='5.44' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3Cpath d='M1%2C22.09a10.19%2C10.19%2C0%2C0%2C1%2C20.38%2C0' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-miterlimit='10' stroke-width='2px'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-wmv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 24.99' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3Eicon_wmv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M2.31%2C25%2C1.17%2C20.23h1l.71%2C3.27.88-3.27H4.89l.83%2C3.32.73-3.32h1L6.26%2C25h-1l-1-3.56L3.35%2C25Z' style='fill:%23000'/%3E%3Cpath d='M7.9%2C25V20.23H9.34l.86%2C3.25.85-3.25H12.5V25h-.9V21.24L10.66%2C25H9.73l-.94-3.75V25Z' style='fill:%23000'/%3E%3Cpath d='M14.66%2C25%2C13%2C20.23h1l1.2%2C3.52%2C1.17-3.52h1L15.69%2C25Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-wmv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 24.99' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_wmv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M2.31%2C25%2C1.17%2C20.23h1l.71%2C3.27.88-3.27H4.89l.83%2C3.32.73-3.32h1L6.26%2C25h-1l-1-3.56L3.35%2C25Z' style='fill:%23000'/%3E%3Cpath d='M7.9%2C25V20.23H9.34l.86%2C3.25.85-3.25H12.5V25h-.9V21.24L10.66%2C25H9.73l-.94-3.75V25Z' style='fill:%23000'/%3E%3Cpath d='M14.66%2C25%2C13%2C20.23h1l1.2%2C3.52%2C1.17-3.52h1L15.69%2C25Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-wmv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 24.99' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3Eicon_wmv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M2.31%2C25%2C1.17%2C20.23h1l.71%2C3.27.88-3.27H4.89l.83%2C3.32.73-3.32h1L6.26%2C25h-1l-1-3.56L3.35%2C25Z' style='fill:%23000'/%3E%3Cpath d='M7.9%2C25V20.23H9.34l.86%2C3.25.85-3.25H12.5V25h-.9V21.24L10.66%2C25H9.73l-.94-3.75V25Z' style='fill:%23000'/%3E%3Cpath d='M14.66%2C25%2C13%2C20.23h1l1.2%2C3.52%2C1.17-3.52h1L15.69%2C25Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-wmv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 24.99' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_wmv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M2.31%2C25%2C1.17%2C20.23h1l.71%2C3.27.88-3.27H4.89l.83%2C3.32.73-3.32h1L6.26%2C25h-1l-1-3.56L3.35%2C25Z' style='fill:%23000'/%3E%3Cpath d='M7.9%2C25V20.23H9.34l.86%2C3.25.85-3.25H12.5V25h-.9V21.24L10.66%2C25H9.73l-.94-3.75V25Z' style='fill:%23000'/%3E%3Cpath d='M14.66%2C25%2C13%2C20.23h1l1.2%2C3.52%2C1.17-3.52h1L15.69%2C25Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-wmv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 24.99' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3Eicon_wmv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M2.31%2C25%2C1.17%2C20.23h1l.71%2C3.27.88-3.27H4.89l.83%2C3.32.73-3.32h1L6.26%2C25h-1l-1-3.56L3.35%2C25Z' style='fill:%23000'/%3E%3Cpath d='M7.9%2C25V20.23H9.34l.86%2C3.25.85-3.25H12.5V25h-.9V21.24L10.66%2C25H9.73l-.94-3.75V25Z' style='fill:%23000'/%3E%3Cpath d='M14.66%2C25%2C13%2C20.23h1l1.2%2C3.52%2C1.17-3.52h1L15.69%2C25Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-wmv:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 24.99' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3Eicon_wmv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M2.31%2C25%2C1.17%2C20.23h1l.71%2C3.27.88-3.27H4.89l.83%2C3.32.73-3.32h1L6.26%2C25h-1l-1-3.56L3.35%2C25Z' style='fill:%23000'/%3E%3Cpath d='M7.9%2C25V20.23H9.34l.86%2C3.25.85-3.25H12.5V25h-.9V21.24L10.66%2C25H9.73l-.94-3.75V25Z' style='fill:%23000'/%3E%3Cpath d='M14.66%2C25%2C13%2C20.23h1l1.2%2C3.52%2C1.17-3.52h1L15.69%2C25Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-wmv:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.27 24.99' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3Eicon_wmv%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M17.77%2C14.53V3A2.47%2C2.47%2C0%2C0%2C0%2C15.3.5H3A2.48%2C2.48%2C0%2C0%2C0%2C.5%2C3V14.53A2.48%2C2.48%2C0%2C0%2C0%2C3%2C17H15.3A2.47%2C2.47%2C0%2C0%2C0%2C17.77%2C14.53ZM6.9%2C5.5v7l6-4Z' style='fill:none%3Bstroke:%23000%3Bstroke-linecap:round%3Bstroke-linejoin:round'/%3E%3Cpath d='M2.31%2C25%2C1.17%2C20.23h1l.71%2C3.27.88-3.27H4.89l.83%2C3.32.73-3.32h1L6.26%2C25h-1l-1-3.56L3.35%2C25Z' style='fill:%23000'/%3E%3Cpath d='M7.9%2C25V20.23H9.34l.86%2C3.25.85-3.25H12.5V25h-.9V21.24L10.66%2C25H9.73l-.94-3.75V25Z' style='fill:%23000'/%3E%3Cpath d='M14.66%2C25%2C13%2C20.23h1l1.2%2C3.52%2C1.17-3.52h1L15.69%2C25Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-xls:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2884%2C175%2C172%29'%3E%3Ctitle%3EAsset 43%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.9%2C10.74H5l1%2C1.53.94-1.53H8L6.54%2C13.05%2C8.17%2C15.5H7L6%2C13.85l-1%2C1.65H3.74L5.37%2C13ZM12%2C14.69v.81H8.69V10.78h1v3.91Zm3.26-.86a.87.87%2C0%2C0%2C0-.35-.21l-.77-.21a2.43%2C2.43%2C0%2C0%2C1-1.08-.47%2C1.24%2C1.24%2C0%2C0%2C1-.44-1%2C1.18%2C1.18%2C0%2C0%2C1%2C.21-.67%2C1.2%2C1.2%2C0%2C0%2C1%2C.59-.49%2C2.4%2C2.4%2C0%2C0%2C1%2C.94-.16%2C2%2C2%2C0%2C0%2C1%2C1.34.39%2C1.37%2C1.37%2C0%2C0%2C1%2C.48%2C1l-1%2C0a.82.82%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.6-.16%2C1.08%2C1.08%2C0%2C0%2C0-.66.18.34.34%2C0%2C0%2C0-.15.29.35.35%2C0%2C0%2C0%2C.14.29%2C2.58%2C2.58%2C0%2C0%2C0%2C.88.32%2C4.48%2C4.48%2C0%2C0%2C1%2C1%2C.34%2C1.45%2C1.45%2C0%2C0%2C1%2C.53.48%2C1.5%2C1.5%2C0%2C0%2C1%2C.19.76%2C1.44%2C1.44%2C0%2C0%2C1-.23.77%2C1.46%2C1.46%2C0%2C0%2C1-.64.53%2C2.86%2C2.86%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42A1.78%2C1.78%2C0%2C0%2C1%2C12.48%2C14l.93-.09a1.19%2C1.19%2C0%2C0%2C0%2C.34.69%2C1%2C1%2C0%2C0%2C0%2C.7.22%2C1.08%2C1.08%2C0%2C0%2C0%2C.7-.2.56.56%2C0%2C0%2C0%2C.23-.46A.45.45%2C0%2C0%2C0%2C15.29%2C13.83ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-xls:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EAsset 43%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.9%2C10.74H5l1%2C1.53.94-1.53H8L6.54%2C13.05%2C8.17%2C15.5H7L6%2C13.85l-1%2C1.65H3.74L5.37%2C13ZM12%2C14.69v.81H8.69V10.78h1v3.91Zm3.26-.86a.87.87%2C0%2C0%2C0-.35-.21l-.77-.21a2.43%2C2.43%2C0%2C0%2C1-1.08-.47%2C1.24%2C1.24%2C0%2C0%2C1-.44-1%2C1.18%2C1.18%2C0%2C0%2C1%2C.21-.67%2C1.2%2C1.2%2C0%2C0%2C1%2C.59-.49%2C2.4%2C2.4%2C0%2C0%2C1%2C.94-.16%2C2%2C2%2C0%2C0%2C1%2C1.34.39%2C1.37%2C1.37%2C0%2C0%2C1%2C.48%2C1l-1%2C0a.82.82%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.6-.16%2C1.08%2C1.08%2C0%2C0%2C0-.66.18.34.34%2C0%2C0%2C0-.15.29.35.35%2C0%2C0%2C0%2C.14.29%2C2.58%2C2.58%2C0%2C0%2C0%2C.88.32%2C4.48%2C4.48%2C0%2C0%2C1%2C1%2C.34%2C1.45%2C1.45%2C0%2C0%2C1%2C.53.48%2C1.5%2C1.5%2C0%2C0%2C1%2C.19.76%2C1.44%2C1.44%2C0%2C0%2C1-.23.77%2C1.46%2C1.46%2C0%2C0%2C1-.64.53%2C2.86%2C2.86%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42A1.78%2C1.78%2C0%2C0%2C1%2C12.48%2C14l.93-.09a1.19%2C1.19%2C0%2C0%2C0%2C.34.69%2C1%2C1%2C0%2C0%2C0%2C.7.22%2C1.08%2C1.08%2C0%2C0%2C0%2C.7-.2.56.56%2C0%2C0%2C0%2C.23-.46A.45.45%2C0%2C0%2C0%2C15.29%2C13.83ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-xls:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28255%2C255%2C255%29'%3E%3Ctitle%3EAsset 43%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.9%2C10.74H5l1%2C1.53.94-1.53H8L6.54%2C13.05%2C8.17%2C15.5H7L6%2C13.85l-1%2C1.65H3.74L5.37%2C13ZM12%2C14.69v.81H8.69V10.78h1v3.91Zm3.26-.86a.87.87%2C0%2C0%2C0-.35-.21l-.77-.21a2.43%2C2.43%2C0%2C0%2C1-1.08-.47%2C1.24%2C1.24%2C0%2C0%2C1-.44-1%2C1.18%2C1.18%2C0%2C0%2C1%2C.21-.67%2C1.2%2C1.2%2C0%2C0%2C1%2C.59-.49%2C2.4%2C2.4%2C0%2C0%2C1%2C.94-.16%2C2%2C2%2C0%2C0%2C1%2C1.34.39%2C1.37%2C1.37%2C0%2C0%2C1%2C.48%2C1l-1%2C0a.82.82%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.6-.16%2C1.08%2C1.08%2C0%2C0%2C0-.66.18.34.34%2C0%2C0%2C0-.15.29.35.35%2C0%2C0%2C0%2C.14.29%2C2.58%2C2.58%2C0%2C0%2C0%2C.88.32%2C4.48%2C4.48%2C0%2C0%2C1%2C1%2C.34%2C1.45%2C1.45%2C0%2C0%2C1%2C.53.48%2C1.5%2C1.5%2C0%2C0%2C1%2C.19.76%2C1.44%2C1.44%2C0%2C0%2C1-.23.77%2C1.46%2C1.46%2C0%2C0%2C1-.64.53%2C2.86%2C2.86%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42A1.78%2C1.78%2C0%2C0%2C1%2C12.48%2C14l.93-.09a1.19%2C1.19%2C0%2C0%2C0%2C.34.69%2C1%2C1%2C0%2C0%2C0%2C.7.22%2C1.08%2C1.08%2C0%2C0%2C0%2C.7-.2.56.56%2C0%2C0%2C0%2C.23-.46A.45.45%2C0%2C0%2C0%2C15.29%2C13.83ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-xls:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EAsset 43%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.9%2C10.74H5l1%2C1.53.94-1.53H8L6.54%2C13.05%2C8.17%2C15.5H7L6%2C13.85l-1%2C1.65H3.74L5.37%2C13ZM12%2C14.69v.81H8.69V10.78h1v3.91Zm3.26-.86a.87.87%2C0%2C0%2C0-.35-.21l-.77-.21a2.43%2C2.43%2C0%2C0%2C1-1.08-.47%2C1.24%2C1.24%2C0%2C0%2C1-.44-1%2C1.18%2C1.18%2C0%2C0%2C1%2C.21-.67%2C1.2%2C1.2%2C0%2C0%2C1%2C.59-.49%2C2.4%2C2.4%2C0%2C0%2C1%2C.94-.16%2C2%2C2%2C0%2C0%2C1%2C1.34.39%2C1.37%2C1.37%2C0%2C0%2C1%2C.48%2C1l-1%2C0a.82.82%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.6-.16%2C1.08%2C1.08%2C0%2C0%2C0-.66.18.34.34%2C0%2C0%2C0-.15.29.35.35%2C0%2C0%2C0%2C.14.29%2C2.58%2C2.58%2C0%2C0%2C0%2C.88.32%2C4.48%2C4.48%2C0%2C0%2C1%2C1%2C.34%2C1.45%2C1.45%2C0%2C0%2C1%2C.53.48%2C1.5%2C1.5%2C0%2C0%2C1%2C.19.76%2C1.44%2C1.44%2C0%2C0%2C1-.23.77%2C1.46%2C1.46%2C0%2C0%2C1-.64.53%2C2.86%2C2.86%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42A1.78%2C1.78%2C0%2C0%2C1%2C12.48%2C14l.93-.09a1.19%2C1.19%2C0%2C0%2C0%2C.34.69%2C1%2C1%2C0%2C0%2C0%2C.7.22%2C1.08%2C1.08%2C0%2C0%2C0%2C.7-.2.56.56%2C0%2C0%2C0%2C.23-.46A.45.45%2C0%2C0%2C0%2C15.29%2C13.83ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-xls:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2887%2C87%2C86%29'%3E%3Ctitle%3EAsset 43%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.9%2C10.74H5l1%2C1.53.94-1.53H8L6.54%2C13.05%2C8.17%2C15.5H7L6%2C13.85l-1%2C1.65H3.74L5.37%2C13ZM12%2C14.69v.81H8.69V10.78h1v3.91Zm3.26-.86a.87.87%2C0%2C0%2C0-.35-.21l-.77-.21a2.43%2C2.43%2C0%2C0%2C1-1.08-.47%2C1.24%2C1.24%2C0%2C0%2C1-.44-1%2C1.18%2C1.18%2C0%2C0%2C1%2C.21-.67%2C1.2%2C1.2%2C0%2C0%2C1%2C.59-.49%2C2.4%2C2.4%2C0%2C0%2C1%2C.94-.16%2C2%2C2%2C0%2C0%2C1%2C1.34.39%2C1.37%2C1.37%2C0%2C0%2C1%2C.48%2C1l-1%2C0a.82.82%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.6-.16%2C1.08%2C1.08%2C0%2C0%2C0-.66.18.34.34%2C0%2C0%2C0-.15.29.35.35%2C0%2C0%2C0%2C.14.29%2C2.58%2C2.58%2C0%2C0%2C0%2C.88.32%2C4.48%2C4.48%2C0%2C0%2C1%2C1%2C.34%2C1.45%2C1.45%2C0%2C0%2C1%2C.53.48%2C1.5%2C1.5%2C0%2C0%2C1%2C.19.76%2C1.44%2C1.44%2C0%2C0%2C1-.23.77%2C1.46%2C1.46%2C0%2C0%2C1-.64.53%2C2.86%2C2.86%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42A1.78%2C1.78%2C0%2C0%2C1%2C12.48%2C14l.93-.09a1.19%2C1.19%2C0%2C0%2C0%2C.34.69%2C1%2C1%2C0%2C0%2C0%2C.7.22%2C1.08%2C1.08%2C0%2C0%2C0%2C.7-.2.56.56%2C0%2C0%2C0%2C.23-.46A.45.45%2C0%2C0%2C0%2C15.29%2C13.83ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-xls:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%28234%2C107%2C68%29'%3E%3Ctitle%3EAsset 43%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.9%2C10.74H5l1%2C1.53.94-1.53H8L6.54%2C13.05%2C8.17%2C15.5H7L6%2C13.85l-1%2C1.65H3.74L5.37%2C13ZM12%2C14.69v.81H8.69V10.78h1v3.91Zm3.26-.86a.87.87%2C0%2C0%2C0-.35-.21l-.77-.21a2.43%2C2.43%2C0%2C0%2C1-1.08-.47%2C1.24%2C1.24%2C0%2C0%2C1-.44-1%2C1.18%2C1.18%2C0%2C0%2C1%2C.21-.67%2C1.2%2C1.2%2C0%2C0%2C1%2C.59-.49%2C2.4%2C2.4%2C0%2C0%2C1%2C.94-.16%2C2%2C2%2C0%2C0%2C1%2C1.34.39%2C1.37%2C1.37%2C0%2C0%2C1%2C.48%2C1l-1%2C0a.82.82%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.6-.16%2C1.08%2C1.08%2C0%2C0%2C0-.66.18.34.34%2C0%2C0%2C0-.15.29.35.35%2C0%2C0%2C0%2C.14.29%2C2.58%2C2.58%2C0%2C0%2C0%2C.88.32%2C4.48%2C4.48%2C0%2C0%2C1%2C1%2C.34%2C1.45%2C1.45%2C0%2C0%2C1%2C.53.48%2C1.5%2C1.5%2C0%2C0%2C1%2C.19.76%2C1.44%2C1.44%2C0%2C0%2C1-.23.77%2C1.46%2C1.46%2C0%2C0%2C1-.64.53%2C2.86%2C2.86%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42A1.78%2C1.78%2C0%2C0%2C1%2C12.48%2C14l.93-.09a1.19%2C1.19%2C0%2C0%2C0%2C.34.69%2C1%2C1%2C0%2C0%2C0%2C.7.22%2C1.08%2C1.08%2C0%2C0%2C0%2C.7-.2.56.56%2C0%2C0%2C0%2C.23-.46A.45.45%2C0%2C0%2C0%2C15.29%2C13.83ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-xls:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EAsset 43%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M18.88%2C8.3h-.54V5.61a.43.43%2C0%2C0%2C1%2C0-.05.41.41%2C0%2C0%2C0-.11-.29L13.84.16h0a.22.22%2C0%2C0%2C0-.09-.07l0%2C0-.08%2C0H2.72a.9.9%2C0%2C0%2C0-.9.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.77a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.54V22.3a.9.9%2C0%2C0%2C0%2C.9.91H17.44a.91.91%2C0%2C0%2C0%2C.9-.91V17.67h.54a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.9%2C10.74H5l1%2C1.53.94-1.53H8L6.54%2C13.05%2C8.17%2C15.5H7L6%2C13.85l-1%2C1.65H3.74L5.37%2C13ZM12%2C14.69v.81H8.69V10.78h1v3.91Zm3.26-.86a.87.87%2C0%2C0%2C0-.35-.21l-.77-.21a2.43%2C2.43%2C0%2C0%2C1-1.08-.47%2C1.24%2C1.24%2C0%2C0%2C1-.44-1%2C1.18%2C1.18%2C0%2C0%2C1%2C.21-.67%2C1.2%2C1.2%2C0%2C0%2C1%2C.59-.49%2C2.4%2C2.4%2C0%2C0%2C1%2C.94-.16%2C2%2C2%2C0%2C0%2C1%2C1.34.39%2C1.37%2C1.37%2C0%2C0%2C1%2C.48%2C1l-1%2C0a.82.82%2C0%2C0%2C0-.27-.53%2C1%2C1%2C0%2C0%2C0-.6-.16%2C1.08%2C1.08%2C0%2C0%2C0-.66.18.34.34%2C0%2C0%2C0-.15.29.35.35%2C0%2C0%2C0%2C.14.29%2C2.58%2C2.58%2C0%2C0%2C0%2C.88.32%2C4.48%2C4.48%2C0%2C0%2C1%2C1%2C.34%2C1.45%2C1.45%2C0%2C0%2C1%2C.53.48%2C1.5%2C1.5%2C0%2C0%2C1%2C.19.76%2C1.44%2C1.44%2C0%2C0%2C1-.23.77%2C1.46%2C1.46%2C0%2C0%2C1-.64.53%2C2.86%2C2.86%2C0%2C0%2C1-1%2C.17%2C2.08%2C2.08%2C0%2C0%2C1-1.39-.42A1.78%2C1.78%2C0%2C0%2C1%2C12.48%2C14l.93-.09a1.19%2C1.19%2C0%2C0%2C0%2C.34.69%2C1%2C1%2C0%2C0%2C0%2C.7.22%2C1.08%2C1.08%2C0%2C0%2C0%2C.7-.2.56.56%2C0%2C0%2C0%2C.23-.46A.45.45%2C0%2C0%2C0%2C15.29%2C13.83ZM17.44%2C8.3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z' style='fill:%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--primary.icon-xlsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Exlsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2884%2C175%2C172%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.6%2C11.31H4.65l.58.9.61-.9h1L5.75%2C12.86%2C7%2C14.58H5.9l-.67-1-.67%2C1h-1L4.73%2C12.9Zm3.88%2C3.27V10.06h.87v4.52Zm3.58-1.07a.69.69%2C0%2C0%2C0-.29-.12A4.69%2C4.69%2C0%2C0%2C1%2C9.43%2C13%2C.84.84%2C0%2C0%2C1%2C9%2C12.24a.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74l.87-.13a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C11.05%2C13.51Zm1.32-2.21h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H14.68l-.67-1-.67%2C1h-1l1.18-1.69Zm5.07-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--secondary.icon-xlsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Exlsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.6%2C11.31H4.65l.58.9.61-.9h1L5.75%2C12.86%2C7%2C14.58H5.9l-.67-1-.67%2C1h-1L4.73%2C12.9Zm3.88%2C3.27V10.06h.87v4.52Zm3.58-1.07a.69.69%2C0%2C0%2C0-.29-.12A4.69%2C4.69%2C0%2C0%2C1%2C9.43%2C13%2C.84.84%2C0%2C0%2C1%2C9%2C12.24a.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74l.87-.13a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C11.05%2C13.51Zm1.32-2.21h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H14.68l-.67-1-.67%2C1h-1l1.18-1.69Zm5.07-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--white.icon-xlsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Exlsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28255%2C255%2C255%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.6%2C11.31H4.65l.58.9.61-.9h1L5.75%2C12.86%2C7%2C14.58H5.9l-.67-1-.67%2C1h-1L4.73%2C12.9Zm3.88%2C3.27V10.06h.87v4.52Zm3.58-1.07a.69.69%2C0%2C0%2C0-.29-.12A4.69%2C4.69%2C0%2C0%2C1%2C9.43%2C13%2C.84.84%2C0%2C0%2C1%2C9%2C12.24a.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74l.87-.13a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C11.05%2C13.51Zm1.32-2.21h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H14.68l-.67-1-.67%2C1h-1l1.18-1.69Zm5.07-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--black.icon-xlsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Exlsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.6%2C11.31H4.65l.58.9.61-.9h1L5.75%2C12.86%2C7%2C14.58H5.9l-.67-1-.67%2C1h-1L4.73%2C12.9Zm3.88%2C3.27V10.06h.87v4.52Zm3.58-1.07a.69.69%2C0%2C0%2C0-.29-.12A4.69%2C4.69%2C0%2C0%2C1%2C9.43%2C13%2C.84.84%2C0%2C0%2C1%2C9%2C12.24a.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74l.87-.13a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C11.05%2C13.51Zm1.32-2.21h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H14.68l-.67-1-.67%2C1h-1l1.18-1.69Zm5.07-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--grey.icon-xlsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Exlsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2887%2C87%2C86%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.6%2C11.31H4.65l.58.9.61-.9h1L5.75%2C12.86%2C7%2C14.58H5.9l-.67-1-.67%2C1h-1L4.73%2C12.9Zm3.88%2C3.27V10.06h.87v4.52Zm3.58-1.07a.69.69%2C0%2C0%2C0-.29-.12A4.69%2C4.69%2C0%2C0%2C1%2C9.43%2C13%2C.84.84%2C0%2C0%2C1%2C9%2C12.24a.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74l.87-.13a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C11.05%2C13.51Zm1.32-2.21h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H14.68l-.67-1-.67%2C1h-1l1.18-1.69Zm5.07-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-xlsx:hover:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Exlsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%28234%2C107%2C68%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.6%2C11.31H4.65l.58.9.61-.9h1L5.75%2C12.86%2C7%2C14.58H5.9l-.67-1-.67%2C1h-1L4.73%2C12.9Zm3.88%2C3.27V10.06h.87v4.52Zm3.58-1.07a.69.69%2C0%2C0%2C0-.29-.12A4.69%2C4.69%2C0%2C0%2C1%2C9.43%2C13%2C.84.84%2C0%2C0%2C1%2C9%2C12.24a.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74l.87-.13a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C11.05%2C13.51Zm1.32-2.21h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H14.68l-.67-1-.67%2C1h-1l1.18-1.69Zm5.07-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon--action.icon-xlsx:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.16 23.21'%3E%3Ctitle%3Exlsx%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' fill='rgb%2829%2C29%2C27%29' d='M18.88%2C8.3h-.55V5.61a.4.4%2C0%2C0%2C0%2C0-.05.45.45%2C0%2C0%2C0-.11-.29L13.84.16h0L13.74.08l0%2C0-.09%2C0H2.72a.9.9%2C0%2C0%2C0-.89.91V8.3H1.28A1.29%2C1.29%2C0%2C0%2C0%2C0%2C9.6v6.76a1.29%2C1.29%2C0%2C0%2C0%2C1.28%2C1.3h.55V22.3a.9.9%2C0%2C0%2C0%2C.89.91H17.44a.9.9%2C0%2C0%2C0%2C.89-.91V17.67h.55a1.29%2C1.29%2C0%2C0%2C0%2C1.28-1.3V9.6A1.29%2C1.29%2C0%2C0%2C0%2C18.88%2C8.3ZM17.44%2C22.05H2.72V17.67H17.44ZM3.6%2C11.31H4.65l.58.9.61-.9h1L5.75%2C12.86%2C7%2C14.58H5.9l-.67-1-.67%2C1h-1L4.73%2C12.9Zm3.88%2C3.27V10.06h.87v4.52Zm3.58-1.07a.69.69%2C0%2C0%2C0-.29-.12A4.69%2C4.69%2C0%2C0%2C1%2C9.43%2C13%2C.84.84%2C0%2C0%2C1%2C9%2C12.24a.91.91%2C0%2C0%2C1%2C.34-.72%2C1.57%2C1.57%2C0%2C0%2C1%2C1-.29%2C1.82%2C1.82%2C0%2C0%2C1%2C1%2C.22%2C1.12%2C1.12%2C0%2C0%2C1%2C.45.65l-.82.15a.51.51%2C0%2C0%2C0-.2-.29.72.72%2C0%2C0%2C0-.42-.1.93.93%2C0%2C0%2C0-.49.1.2.2%2C0%2C0%2C0-.1.18.19.19%2C0%2C0%2C0%2C.09.16%2C3.24%2C3.24%2C0%2C0%2C0%2C.81.24%2C2.42%2C2.42%2C0%2C0%2C1%2C1%2C.39.8.8%2C0%2C0%2C1%2C.27.64%2C1%2C1%2C0%2C0%2C1-.38.77%2C1.67%2C1.67%2C0%2C0%2C1-1.11.32%2C1.83%2C1.83%2C0%2C0%2C1-1.06-.27%2C1.25%2C1.25%2C0%2C0%2C1-.51-.74l.87-.13a.64.64%2C0%2C0%2C0%2C.22.38.77.77%2C0%2C0%2C0%2C.48.13.86.86%2C0%2C0%2C0%2C.5-.12.28.28%2C0%2C0%2C0%2C.11-.23A.23.23%2C0%2C0%2C0%2C11.05%2C13.51Zm1.32-2.21h1.06l.58.9.61-.9h1l-1.11%2C1.55%2C1.21%2C1.72H14.68l-.67-1-.67%2C1h-1l1.18-1.69Zm5.07-3H2.72V.91H13.05V5.57A.45.45%2C0%2C0%2C0%2C13.5%2C6h3.94Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.icon-wrapper {
  line-height: 24px;
  border-radius: 50%;
  margin: 5px;
  min-width: 24px;
  min-height: 24px;
  float: left;
  text-align: center; }

.icon-wrapper[disabled] {
  opacity: 0.5; }

.icon-wrapper--sm {
  line-height: 24px;
  width: 24px;
  height: 24px; }

.icon-wrapper--md {
  line-height: 32px;
  width: 32px;
  height: 32px; }

.icon-wrapper--lg {
  line-height: 48px;
  width: 48px;
  height: 48px; }

.icon-wrapper--xl {
  line-height: 64px;
  width: 64px;
  height: 64px; }

.icon-wrapper > a {
  min-width: 25px;
  min-height: 25px;
  display: block; }

.icon-wrapper--primary {
  background-color: #54afac; }

.icon-wrapper--secondary {
  background-color: #ea6b44; }

.icon:before {
  display: inline-block;
  content: ' ';
  background-size: 25px 25px;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  margin: 0 auto; }

.icon--md:before {
  background-size: 32px 32px;
  height: 32px;
  width: 32px; }

.icon--lg:before {
  background-size: 48px 48px;
  height: 48px;
  width: 48px; }

.icon--xl:before {
  background-size: 64px 64px;
  height: 64px;
  width: 64px; }

.icon--sm:before {
  background-size: 24px 24px;
  height: 24px;
  width: 24px; }

.icon-arrow:before {
  background-size: 16px 16px;
  width: 16px;
  height: 16px; }

.icon-arrow-down:before {
  background-size: 16px 16px;
  width: 16px;
  height: 16px; }

.mdc-input {
  min-width: 100% !important;
  margin: 8px 0 !important;
  margin-bottom: 8px !important;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1rem !important; }
  .mdc-input:not(.mdc-textfield--textarea) {
    height: 40px !important; }
  .mdc-input input {
    background: none;
    border: none;
    outline: none;
    height: 40px;
    padding: 0 !important;
    width: 100%; }
    .mdc-input input + i {
      position: absolute;
      right: -5px;
      bottom: 5px; }
    .mdc-input input .mdc-textfield__label--float-above {
      line-height: 30px; }
  .mdc-input > .mdc-textfield__label--float-above {
    transform: translateY(-75%) scale(0.75); }
  .mdc-input input,
  .mdc-input span {
    font-size: 1rem;
    font-weight: lighter; }

.mdc-input--icon > i {
  margin-right: 8px; }

.mdc-textfield--focused:after {
  transform: translateY(100%) scaleY(1) !important; }

.mdc-input--primary {
  border-bottom: 1px solid #1d1d1b; }
  .mdc-input--primary input,
  .mdc-input--primary .mdc-select__selected-text {
    color: #1d1d1b; }
  .mdc-input--primary .mdc-textfield__label,
  .mdc-input--primary span,
  .mdc-input--primary input::placeholder {
    font-weight: lighter;
    color: #1d1d1b; }

.mdc-input--secondary {
  border-bottom: 1px solid #878787; }
  .mdc-input--secondary input,
  .mdc-input--secondary .mdc-select__selected-text {
    color: #1d1d1b; }
  .mdc-input--secondary .mdc-textfield__label,
  .mdc-input--secondary span,
  .mdc-input--secondary input::placeholder {
    font-weight: lighter;
    color: #878787; }

.mdc-select,
.mdc-datepicker {
  position: relative;
  background-image: none !important; }

.mdc-select {
  margin: 0; }
  .mdc-select .mCSB_container {
    margin-right: 24px; }
  .mdc-select .mdc-select__menu {
    top: 42px !important;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden;
    min-height: 160px;
    border-radius: 0 0 8px 8px;
    background-color: #ebf4f4; }
    .mdc-select .mdc-select__menu .mdc-list {
      height: 100%; }
    .mdc-select .mdc-select__menu .mdc-list-item:hover {
      background-color: #c6c6c6; }

.mdc-select--multiple .mdc-list-item {
  padding: 0; }

.mdc-select::before,
.mdc-datepicker::before {
  content: '';
  position: absolute;
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.66 14.33' fill='rgb%2829%2C29%2C27%29'%3E%3Ctitle%3EdropDownArrowPointingDown%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Camada_1' data-name='Camada 1'%3E%3Cpolygon class='cls-1' fill='none' stroke='rgb%2829%2C29%2C27%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' points='25.66 1 13.33 13.33 1 1 25.66 1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  bottom: -20px;
  right: 0; }

.mdc-checkbox .mdc-checkbox__background {
  border-color: #1d1d1b; }

.mddtp-picker {
  font-family: Dosis !important;
  width: 250px !important;
  height: 240px !important;
  border-radius: 5px !important; }
  .mddtp-picker .mp-picker-info {
    display: none !important; }
  .mddtp-picker .mddtp-picker__header {
    background-color: #54afac !important; }
  .mddtp-picker .mddtp-picker__cell--today .mddtp-picker__cell--selected,
  .mddtp-picker .mddtp-picker__dot,
  .mddtp-picker .mddtp-picker__line,
  .mddtp-picker .mddtp-time__circle {
    background-color: #ea6b44 !important; }
  .mddtp-picker .mddtp-button {
    color: #54afac !important; }

.mdc-textfield--textarea {
  padding: 0px;
  border-bottom: none !important; }
  .mdc-textfield--textarea .textarea-wrapper {
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #878787; }
    .mdc-textfield--textarea .textarea-wrapper .mCSB_scrollTools {
      margin: 10px 5px; }
    .mdc-textfield--textarea .textarea-wrapper .textarea-clone {
      position: absolute;
      top: -9999px;
      left: -9999px;
      visibility: hidden;
      min-height: 160px;
      word-wrap: break-word;
      white-space: pre-wrap; }
    .mdc-textfield--textarea .textarea-wrapper textarea {
      width: calc(100% - 10px);
      white-space: normal;
      overflow: hidden; }
    .mdc-textfield--textarea .textarea-wrapper textarea,
    .mdc-textfield--textarea .textarea-wrapper label {
      resize: none; }
    .mdc-textfield--textarea .textarea-wrapper label {
      color: #878787 !important; }
    .mdc-textfield--textarea .textarea-wrapper .mdc-textfield__input {
      border: none; }

/* Image Cropper */
.cr-slider {
  color: black; }

.mdc-button {
  height: 40px;
  width: 120px;
  background: transparent;
  text-transform: initial;
  font-size: 1rem; }
  .mdc-button button {
    outline: none; }
  .mdc-button a {
    text-decoration: none; }

.mdc-button--primary {
  border: 1px solid #1d1d1b;
  color: #1d1d1b; }
  .mdc-button--primary a {
    color: #1d1d1b; }

.mdc-button--secondary {
  border: 1px solid #878787;
  color: #878787; }
  .mdc-button--secondary a {
    color: #878787; }

.mdc-snackbar {
  z-index: 999;
  height: 100px; }
  .mdc-snackbar .mdc-snackbar__action-wrapper {
    margin-left: 10px; }

.mdc-snackbar__text {
  font-size: 1.25rem;
  font-family: Dosis; }

.fc {
  max-width: 90%;
  margin: auto; }

.fc-today {
  background: none !important; }
  .fc-today .fc-day-number {
    color: #fff;
    background-color: #ea6b44;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center; }

.fc-more {
  color: #ef8f6a !important; }

.fc-more-popover {
  background-color: #ebf4f4; }

.fc-day-header,
.fc-day-number,
.fc-header-toolbar {
  color: #1d1d1b; }
  .fc-day-header h2,
  .fc-day-number h2,
  .fc-header-toolbar h2 {
    font-weight: lighter; }

.fc-button {
  background: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  color: #878787;
  outline: none; }

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
  font-weight: lighter !important; }

.fc-prev-button .fc-icon,
.fc-next-button .fc-icon {
  height: 25px;
  top: 10px !important; }

.fc-button.fc-state-active {
  text-decoration: underline;
  color: #1d1d1b; }

.fc-content {
  margin: auto;
  color: black; }

.fc-content-task {
  background-color: #8ecae8;
  border-color: #8ecae8; }
  .fc-content-task .fc-event-dot {
    background-color: #8ecae8;
    border-color: #8ecae8; }

.fc-content-classtask {
  background-color: #ef8f6a;
  border-color: #ef8f6a; }
  .fc-content-classtask .fc-event-dot {
    background-color: #ef8f6a;
    border-color: #ef8f6a; }

.fc-content-class {
  background-color: #00a19a;
  border-color: #00a19a; }
  .fc-content-class .fc-event-dot {
    background-color: #00a19a;
    border-color: #00a19a; }

.fc-content-finishedclass {
  background-color: #eac6ad;
  border-color: #eac6ad; }
  .fc-content-finishedclass .fc-event-dot {
    background-color: #eac6ad;
    border-color: #eac6ad; }

.fc-content-event {
  background-color: #fff2a6;
  border-color: #fff2a6; }
  .fc-content-event .fc-event-dot {
    background-color: #fff2a6;
    border-color: #fff2a6; }

.fc-widget-header,
.fc-list-item {
  background: transparent !important;
  color: #1d1d1b; }
  .fc-widget-header .fc-list-item-title,
  .fc-widget-header .fc-list-item-marker,
  .fc-widget-header .fc-list-item-time,
  .fc-list-item .fc-list-item-title,
  .fc-list-item .fc-list-item-marker,
  .fc-list-item .fc-list-item-time {
    background: transparent !important; }
  .fc-widget-header span,
  .fc-list-item span {
    color: #1d1d1b; }

.fc-time {
  display: none; }

.list-layout {
  display: grid;
  height: 100%;
  grid-template-areas: "title title" "list list";
  grid-template-rows: auto 1fr;
  grid-template-columns: 48px 1fr 48px;
  grid-row-gap: 24px;
  grid-column-gap: 16px; }
  .list-layout .layout-list {
    grid-area: list;
    grid-column-start: 2;
    position: relative; }

.filters-list-layout {
  display: grid;
  height: 100%;
  grid-template-areas: "title title" "create list" "filters list";
  grid-template-rows: 50px 80px 1fr;
  grid-template-columns: 216px 1fr;
  grid-row-gap: 8px;
  grid-column-gap: 24px;
  padding: 0 24px; }
  .filters-list-layout .layout-title {
    grid-area: title;
    grid-column-start: 2;
    display: flex;
    align-items: center; }
  .filters-list-layout .layout-create {
    grid-area: create;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .filters-list-layout .layout-create .create-wrapper {
      display: grid;
      justify-items: center; }
  .filters-list-layout .layout-filters {
    grid-area: filters;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .filters-list-layout .layout-list {
    grid-area: list;
    position: relative; }

@media screen and (max-width: 1023px) {
  .filters-list-layout {
    grid-template-areas: "create title" "filters filters" "list list";
    grid-template-rows: 80px auto 1fr; }
    .filters-list-layout .layout-filters {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 24px; } }

.content-filters-layout {
  display: grid;
  height: 100%;
  grid-template-areas: "content filters";
  padding: 0 48px;
  grid-template-columns: 1fr 200px;
  grid-column-gap: 32px; }
  .content-filters-layout .layout-filters {
    grid-area: filters;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .content-filters-layout .layout-content {
    grid-area: content;
    position: relative; }

@media screen and (max-width: 1279px) {
  .content-filters-layout {
    padding: 0 16px;
    grid-column-gap: 16px; } }

.form-layout {
  display: grid;
  height: 100%;
  grid-template-areas: "title" "form";
  grid-template-rows: 50px 1fr;
  grid-row-gap: 8px;
  margin: 0 96px; }
  .form-layout .layout-title {
    grid-area: title;
    display: flex;
    align-items: center; }
  .form-layout .layout-form {
    grid-area: form;
    position: relative; }

@media screen and (max-width: 1279px) {
  .form-layout {
    margin: 0 48px; } }

@media screen and (max-width: 1023px) {
  .form-layout {
    margin: 0 16px; } }

.authentication-container {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fcfcfc;
  background-image: url("/images/wiorganize/login-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 500px auto; }

.login-container {
  width: 250px; }

#logo {
  width: 120px;
  height: 120px; }

form {
  float: left;
  text-align: center; }
  form .field-validation-error {
    color: #d50000; }
  form .mdc-textfield {
    width: calc(100% - 20px);
    margin: 16px; }
    form .mdc-textfield .mdc-textfield__label {
      color: #878787; }
  form label {
    font-weight: lighter; }
    form label > i {
      margin-right: 10px; }
  form .mdc-button {
    border-radius: 16px;
    width: calc(100% - 20px);
    margin-top: 16px; }

#discipline_create .create-form-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 16px; }
  #discipline_create .create-form-container #discipline_name {
    grid-column: 1 / 2; }
  #discipline_create .create-form-container #discipline_description {
    grid-column: 1 / 4; }
  #discipline_create .create-form-container #discipline_icon_actions_wrapper {
    display: grid;
    grid-column: 1 / 6; }
    #discipline_create .create-form-container #discipline_icon_actions_wrapper .mandatory-fields {
      margin: 16px 0px; }

#discipline_edit .edit-form-container {
  display: grid;
  grid-row-gap: 16px; }
  #discipline_edit .edit-form-container #discipline_info {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 16px; }
    #discipline_edit .edit-form-container #discipline_info #discipline_name {
      grid-column: 1 / 2; }
    #discipline_edit .edit-form-container #discipline_info #discipline_description {
      grid-column: 1 / 4; }
    #discipline_edit .edit-form-container #discipline_info #discipline_icon {
      grid-column: 1 / 6; }
    #discipline_edit .edit-form-container #discipline_info .mandatory-fields {
      grid-column: 1 / 6;
      margin-bottom: 16px; }
    #discipline_edit .edit-form-container #discipline_info .actions {
      grid-column: 1 / 6; }

#discipline_edit .mandatory-fields {
  margin-bottom: 16px; }

#discipline_list #list > .list__content {
  display: grid;
  grid-row-gap: 16px; }
  #discipline_list #list > .list__content .discipline-item .summary {
    display: grid;
    grid-template-areas: "info actions";
    grid-template-columns: 1fr 200px;
    align-items: center;
    min-height: 54px; }
    #discipline_list #list > .list__content .discipline-item .summary .info {
      display: grid;
      grid-template-columns: 52px 1fr 1fr;
      align-items: center; }
    #discipline_list #list > .list__content .discipline-item .summary .actions {
      justify-self: flex-end; }

#class_create .create-form-container {
  display: grid;
  grid-row-gap: 16px; }
  #class_create .create-form-container .class-info {
    display: grid;
    grid-template-areas: "info filters";
    grid-template-columns: 1fr 1fr;
    align-items: baseline;
    grid-column-gap: 24px; }
    #class_create .create-form-container .class-info .info {
      grid-area: info;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: repeat(3, auto); }
      #class_create .create-form-container .class-info .info #class_name {
        grid-column: 1 / 2; }
      #class_create .create-form-container .class-info .info #class_summary, #class_create .create-form-container .class-info .info #class_obs {
        grid-column: 1 / 4; }
    #class_create .create-form-container .class-info .filters {
      display: grid;
      grid-area: filters;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      justify-items: center; }
      #class_create .create-form-container .class-info .filters .mdc-input {
        margin-bottom: 0 !important;
        margin-top: 8px !important;
        grid-column: 2 / 4; }
    #class_create .create-form-container .class-info #class_visible {
      position: absolute;
      right: 32px;
      bottom: 32px; }
  #class_create .create-form-container .attachments {
    display: grid;
    grid-template-areas: 'add add' 'form form';
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px; }
    #class_create .create-form-container .attachments #attachments_add {
      display: grid;
      grid-area: add;
      grid-column: 1 / 2;
      grid-template-columns: 32px auto;
      grid-column-gap: 16px;
      align-items: center;
      border-bottom: 1px solid #1d1d1b;
      padding: 16px 0; }
    #class_create .create-form-container .attachments #attachments_form {
      display: grid;
      grid-area: form;
      grid-template-rows: auto auto;
      grid-row-gap: 24px; }
      #class_create .create-form-container .attachments #attachments_form .attachments-files {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px; }
        #class_create .create-form-container .attachments #attachments_form .attachments-files .file {
          align-items: center;
          display: grid;
          padding: 0 24px;
          border-right: 1px solid #878787;
          margin-right: -12px;
          padding-right: 32px; }
        #class_create .create-form-container .attachments #attachments_form .attachments-files .list {
          display: grid;
          padding: 0 24px;
          grid-template-rows: 32px 120px;
          grid-row-gap: 16px; }
          #class_create .create-form-container .attachments #attachments_form .attachments-files .list .class-attachment {
            display: grid;
            grid-template-columns: 32px auto 32px;
            align-items: center;
            grid-column-gap: 8px; }
  #class_create .create-form-container .classtasks {
    display: grid;
    grid-template-areas: 'add add' 'form form';
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px; }
    #class_create .create-form-container .classtasks #classtasks_add {
      display: grid;
      grid-area: add;
      grid-column: 1 / 2;
      grid-template-columns: 32px auto;
      grid-column-gap: 16px;
      align-items: center;
      border-bottom: 1px solid #1d1d1b;
      padding: 16px 0; }
    #class_create .create-form-container .classtasks #classtasks_form {
      display: grid;
      grid-area: form;
      grid-template-rows: auto auto;
      grid-row-gap: 24px; }
      #class_create .create-form-container .classtasks #classtasks_form .classtasks-work {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px; }
        #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .work {
          align-items: center;
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          grid-row-gap: 8px;
          padding: 0 24px;
          border-right: 1px solid #878787;
          margin-right: -12px;
          padding-right: 32px; }
          #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .work .mdc-input {
            margin-bottom: 0 !important;
            margin-top: 8px !important; }
          #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .work .name {
            grid-column: 1 / 3; }
          #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .work .description {
            grid-column: 1 / 3; }
          #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .work .submission-date {
            grid-column: 1 / 3; }
          #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .work .file {
            grid-column: 1 / 5; }
        #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .list {
          display: grid;
          padding: 0 24px;
          grid-template-rows: 32px 320px;
          grid-row-gap: 16px; }
          #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .list .class-task {
            display: grid;
            grid-template-columns: auto 32px;
            grid-column-gap: 8px;
            border-bottom: 1px solid #878787;
            padding: 16px 0; }
            #class_create .create-form-container .classtasks #classtasks_form .classtasks-work .list .class-task .info {
              display: grid;
              grid-template-rows: repeat(3, auto);
              grid-row-gap: 8px; }
  #class_create .create-form-container .mandatory-fields {
    margin-bottom: 16px; }

#class_edit .edit-form-container {
  display: grid;
  grid-row-gap: 16px; }
  #class_edit .edit-form-container #class_info {
    display: grid;
    grid-template-areas: "info filters";
    grid-template-columns: 1fr 1fr;
    align-items: baseline;
    grid-column-gap: 24px; }
    #class_edit .edit-form-container #class_info .info {
      grid-area: info;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: repeat(3, auto); }
      #class_edit .edit-form-container #class_info .info #class_name {
        grid-column: 1 / 2; }
      #class_edit .edit-form-container #class_info .info #class_summary, #class_edit .edit-form-container #class_info .info #class_obs {
        grid-column: 1 / 4; }
    #class_edit .edit-form-container #class_info .filters {
      display: grid;
      grid-area: filters;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: repeat(6, auto);
      justify-items: center; }
      #class_edit .edit-form-container #class_info .filters > div {
        margin-bottom: 0 !important;
        margin-top: 8px !important;
        grid-column: 2 / 4; }
    #class_edit .edit-form-container #class_info #class_visible {
      position: absolute;
      right: 32px;
      bottom: 32px; }
  #class_edit .edit-form-container .attachments {
    display: grid;
    grid-template-areas: 'add add' 'form form';
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px; }
    #class_edit .edit-form-container .attachments #attachments_add {
      display: grid;
      grid-area: add;
      grid-column: 1 / 2;
      grid-template-columns: 32px auto;
      grid-column-gap: 16px;
      align-items: center;
      border-bottom: 1px solid #1d1d1b;
      padding: 16px 0; }
    #class_edit .edit-form-container .attachments #attachments_form {
      display: grid;
      grid-area: form;
      grid-template-rows: auto auto;
      grid-row-gap: 24px; }
      #class_edit .edit-form-container .attachments #attachments_form .attachments-files {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px; }
        #class_edit .edit-form-container .attachments #attachments_form .attachments-files .file {
          align-items: center;
          display: grid;
          padding: 0 24px;
          border-right: 1px solid #878787;
          margin-right: -12px;
          padding-right: 32px; }
        #class_edit .edit-form-container .attachments #attachments_form .attachments-files .list {
          display: grid;
          padding: 0 24px;
          grid-template-rows: 32px 120px;
          grid-row-gap: 16px; }
          #class_edit .edit-form-container .attachments #attachments_form .attachments-files .list .class-attachment {
            display: grid;
            grid-template-columns: 32px auto 32px;
            align-items: center;
            grid-column-gap: 8px; }
  #class_edit .edit-form-container .classtasks {
    display: grid;
    grid-template-areas: 'add add' 'form form';
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px; }
    #class_edit .edit-form-container .classtasks #classtasks_add {
      display: grid;
      grid-area: add;
      grid-column: 1 / 2;
      grid-template-columns: 32px auto;
      grid-column-gap: 16px;
      align-items: center;
      border-bottom: 1px solid #1d1d1b;
      padding: 16px 0; }
    #class_edit .edit-form-container .classtasks #classtasks_form {
      display: grid;
      grid-area: form;
      grid-template-rows: auto auto;
      grid-row-gap: 24px; }
      #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px; }
        #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .work {
          align-items: center;
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          grid-row-gap: 8px;
          padding: 0 24px;
          border-right: 1px solid #878787;
          margin-right: -12px;
          padding-right: 32px; }
          #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .work .mdc-input {
            margin-bottom: 0 !important;
            margin-top: 8px !important; }
          #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .work .name {
            grid-column: 1 / 3; }
          #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .work .description {
            grid-column: 1 / 3; }
          #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .work .submission-date {
            grid-column: 1 / 3; }
          #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .work .file {
            grid-column: 1 / 5; }
        #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .list {
          display: grid;
          padding: 0 24px;
          grid-template-rows: 32px 320px;
          grid-row-gap: 16px; }
          #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .list .class-task {
            display: grid;
            grid-template-columns: auto 32px;
            grid-column-gap: 8px;
            border-bottom: 1px solid #878787;
            padding: 16px 0; }
            #class_edit .edit-form-container .classtasks #classtasks_form .classtasks-work .list .class-task .info {
              display: grid;
              grid-template-rows: repeat(3, auto);
              grid-row-gap: 8px; }
  #class_edit .edit-form-container .mandatory-fields {
    margin-bottom: 16px; }

#class_list .header {
  display: grid;
  grid-template-columns: 1fr 200px; }
  #class_list .header .summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }

#class_list #list > .list__content {
  display: grid;
  grid-row-gap: 16px; }
  #class_list #list > .list__content .class-item {
    display: grid;
    grid-template-rows: auto auto;
    grid-row-gap: 24px; }
    #class_list #list > .list__content .class-item .summary {
      display: grid;
      grid-template-areas: 'info actions';
      grid-template-columns: 32px 1fr 48px; }
      #class_list #list > .list__content .class-item .summary .info {
        display: grid;
        grid-template-areas: 'name date classroom' 'discipline hour duration' 'summary summary summary';
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 24px;
        grid-template-rows: 32px 32px auto;
        align-items: baseline; }
        #class_list #list > .list__content .class-item .summary .info > div {
          display: grid;
          grid-template-columns: 80px 1fr; }
        #class_list #list > .list__content .class-item .summary .info .description {
          grid-column: 1 / 3; }
      @media screen and (max-width: 1023px) {
        #class_list #list > .list__content .class-item .summary .info {
          grid-template-columns: 1fr 1fr; }
          #class_list #list > .list__content .class-item .summary .info .description {
            grid-column: 1 / 2; } }
      #class_list #list > .list__content .class-item .summary .actions {
        display: grid;
        grid-template-rows: 48px 48px 1fr;
        align-items: center;
        justify-self: flex-end; }
        #class_list #list > .list__content .class-item .summary .actions .expand {
          align-self: end; }
    #class_list #list > .list__content .class-item .details {
      display: grid;
      grid-template-areas: 'info actions';
      grid-template-columns: 32px 1fr; }
      #class_list #list > .list__content .class-item .details .info {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 24px;
        grid-column: 2 / 3;
        align-items: baseline; }
        #class_list #list > .list__content .class-item .details .info > .obs {
          display: grid;
          grid-template-columns: 80px 1fr; }
        #class_list #list > .list__content .class-item .details .info .obs {
          grid-column: 1 / 3; }
        #class_list #list > .list__content .class-item .details .info .attachment {
          display: grid;
          grid-template-columns: 32px auto 32px;
          align-items: center;
          grid-column-gap: 8px; }
      @media screen and (max-width: 1023px) {
        #class_list #list > .list__content .class-item .details .info {
          grid-template-columns: 1fr 1fr; }
          #class_list #list > .list__content .class-item .details .info .obs {
            grid-column: 1 / 2; } }

#classroom_create .create-form-container {
  display: grid;
  justify-items: center;
  grid-row-gap: 32px;
  grid-template-rows: 64px auto auto; }
  #classroom_create .create-form-container .classroom-info {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 192px;
    grid-column-gap: 64px;
    justify-content: center;
    width: 500px; }
  #classroom_create .create-form-container .classroom-students {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 64px; }
    #classroom_create .create-form-container .classroom-students .search {
      display: grid;
      grid-template-rows: 80px 120px;
      grid-row-gap: 16px;
      margin-right: -32px;
      padding-right: 32px;
      border-right: 1px solid #878787; }
      #classroom_create .create-form-container .classroom-students .search .mdc-input {
        min-width: 192px !important;
        max-width: 192px; }
      #classroom_create .create-form-container .classroom-students .search .student-search-item {
        display: grid;
        grid-template-columns: auto 64px; }
    #classroom_create .create-form-container .classroom-students .list {
      display: grid;
      grid-template-rows: 80px 120px;
      grid-row-gap: 16px; }
      #classroom_create .create-form-container .classroom-students .list .student-list-item {
        display: grid;
        grid-template-columns: auto 64px; }
  #classroom_create .create-form-container #classroom_disciplineteachers_actions_wrapper {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-row-gap: 16px; }
    #classroom_create .create-form-container #classroom_disciplineteachers_actions_wrapper .classroom-disciplineteachers {
      border-top: 1px solid #878787; }
      #classroom_create .create-form-container #classroom_disciplineteachers_actions_wrapper .classroom-disciplineteachers .disciplineteacher {
        display: grid;
        align-items: center;
        grid-template-columns: 192px 192px 32px;
        grid-column-gap: 64px;
        justify-content: center; }
      #classroom_create .create-form-container #classroom_disciplineteachers_actions_wrapper .classroom-disciplineteachers .list {
        margin: auto;
        width: 544px !important; }
        #classroom_create .create-form-container #classroom_disciplineteachers_actions_wrapper .classroom-disciplineteachers .list .discipline-teacher-item {
          display: grid;
          align-items: center;
          grid-template-columns: 192px 192px 32px;
          grid-column-gap: 64px;
          justify-content: center;
          border-bottom: 1px solid #878787; }
          #classroom_create .create-form-container #classroom_disciplineteachers_actions_wrapper .classroom-disciplineteachers .list .discipline-teacher-item .discipline {
            display: grid;
            grid-template-columns: 48px auto;
            grid-auto-rows: 48px;
            align-items: center; }

#classroom_edit .edit-form-container {
  display: grid;
  grid-row-gap: 32px;
  grid-template-rows: 56px auto auto; }
  #classroom_edit .edit-form-container .classroom-info {
    display: grid;
    grid-template-columns: 192px 192px;
    grid-column-gap: 64px;
    justify-content: center; }
  #classroom_edit .edit-form-container .classroom-students {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 64px; }
    #classroom_edit .edit-form-container .classroom-students .search {
      display: grid;
      grid-template-rows: 80px 120px;
      grid-row-gap: 16px;
      margin-right: -32px;
      padding-right: 32px;
      border-right: 1px solid #878787; }
      #classroom_edit .edit-form-container .classroom-students .search .mdc-input {
        min-width: 192px !important;
        max-width: 192px; }
      #classroom_edit .edit-form-container .classroom-students .search .student-search-item {
        display: grid;
        grid-template-columns: auto 64px; }
    #classroom_edit .edit-form-container .classroom-students .list {
      display: grid;
      grid-template-rows: 80px 120px;
      grid-row-gap: 16px; }
      #classroom_edit .edit-form-container .classroom-students .list .student-list-item {
        display: grid;
        grid-template-columns: auto 64px; }
  #classroom_edit .edit-form-container .classroom-disciplineteachers {
    display: grid;
    grid-template-rows: 64px 1fr;
    grid-row-gap: 16px;
    border-top: 1px solid #878787; }
    #classroom_edit .edit-form-container .classroom-disciplineteachers .disciplineteacher {
      display: grid;
      align-items: center;
      grid-template-columns: 192px 192px 32px;
      grid-column-gap: 64px;
      justify-content: center; }
    #classroom_edit .edit-form-container .classroom-disciplineteachers .list {
      margin: auto;
      width: 544px !important; }
      #classroom_edit .edit-form-container .classroom-disciplineteachers .list .discipline-teacher-item {
        display: grid;
        align-items: center;
        grid-template-columns: 192px 192px 32px;
        grid-column-gap: 64px;
        justify-content: center;
        border-bottom: 1px solid #878787; }
        #classroom_edit .edit-form-container .classroom-disciplineteachers .list .discipline-teacher-item .discipline {
          display: grid;
          grid-template-columns: 48px auto;
          grid-auto-rows: 48px;
          align-items: center; }
  #classroom_edit .edit-form-container .removed {
    color: red !important;
    text-decoration: underline; }

#classroom_list .header {
  display: grid;
  grid-template-columns: 1fr 200px; }
  #classroom_list .header .summary {
    display: grid;
    grid-template-columns: 64px 64px 1fr 1fr 1fr; }

#classroom_list #list > .list__content {
  display: grid;
  grid-row-gap: 16px; }
  #classroom_list #list > .list__content .classroom-item .summary {
    display: grid;
    grid-template-areas: "info actions";
    grid-template-columns: 1fr 200px;
    align-items: center;
    min-height: 54px; }
    #classroom_list #list > .list__content .classroom-item .summary .info {
      display: grid;
      grid-template-columns: 64px 64px 1fr 1fr 1fr;
      align-items: center; }
    #classroom_list #list > .list__content .classroom-item .summary .actions {
      justify-self: flex-end; }
  #classroom_list #list > .list__content .classroom-item .details {
    display: grid;
    grid-template-columns: 64px 64px 1fr 1fr 1fr 200px; }
    #classroom_list #list > .list__content .classroom-item .details .disciplines {
      display: grid;
      grid-template-columns: 32px auto;
      grid-auto-rows: 32px;
      align-items: center;
      grid-column-start: 3;
      grid-row-gap: 8px;
      border-left: 1px solid #878787;
      margin-left: -16px;
      padding-left: 16px; }
      #classroom_list #list > .list__content .classroom-item .details .disciplines .icon-wrapper {
        margin: 0; }
    #classroom_list #list > .list__content .classroom-item .details .teachers {
      display: grid;
      align-items: center;
      grid-auto-rows: 32px;
      grid-row-gap: 8px;
      grid-column-start: 4; }
    #classroom_list #list > .list__content .classroom-item .details .students {
      display: grid;
      align-items: center;
      grid-auto-rows: 32px;
      grid-row-gap: 8px;
      grid-template-columns: auto 32px;
      grid-column-start: 5;
      border-left: 1px solid #878787;
      margin-left: -16px;
      padding-left: 16px; }

@media screen and (max-width: 1023px) {
  #classroom_list .header {
    grid-template-columns: 1fr 50px; }
  #classroom_list #list > .list__content .classroom-item .summary {
    grid-template-columns: 1fr 50px; }
  #classroom_list #list > .list__content .classroom-item .details {
    grid-template-columns: 64px 64px 1fr 1fr 1fr 50px; } }

#degree_create .create-form-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 16px; }
  #degree_create .create-form-container #degree_name {
    grid-column: 1 / 2; }
  #degree_create .create-form-container #degree_description {
    grid-column: 1 / 4; }
  #degree_create .create-form-container .mandatory-fields {
    grid-column: 1 / 6;
    margin-bottom: 16px; }
  #degree_create .create-form-container .actions {
    grid-column: 1 / 6; }

#degree_edit .edit-form-container {
  display: grid;
  grid-row-gap: 16px; }
  #degree_edit .edit-form-container #degree_info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 16px; }
    #degree_edit .edit-form-container #degree_info #degree_name {
      grid-column: 1 / 2; }
    #degree_edit .edit-form-container #degree_info #degree_description {
      grid-column: 1 / 4; }
    #degree_edit .edit-form-container #degree_info .mandatory-fields {
      grid-column: 1 / 6;
      margin-bottom: 16px; }
    #degree_edit .edit-form-container #degree_info .actions {
      grid-column: 1 / 6; }

#degree_list #list > .list__content {
  display: grid;
  grid-row-gap: 16px; }
  #degree_list #list > .list__content .degree-item .summary {
    display: grid;
    grid-template-areas: "info actions";
    grid-template-columns: 1fr 200px;
    align-items: center;
    min-height: 54px; }
    #degree_list #list > .list__content .degree-item .summary .info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center; }
    #degree_list #list > .list__content .degree-item .summary .actions {
      justify-self: flex-end; }

#user_create .create-form-container {
  display: grid;
  grid-row-gap: 16px;
  justify-items: center; }
  #user_create .create-form-container .user-import {
    display: grid;
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    padding: 8px 32px; }
    #user_create .create-form-container .user-import button {
      width: 192px; }
    #user_create .create-form-container .user-import > button:first-of-type {
      justify-self: end; }
    #user_create .create-form-container .user-import > button:last-of-type {
      justify-self: start; }
  #user_create .create-form-container .user-info {
    display: grid;
    grid-template-areas: 'info image';
    grid-template-columns: 1fr 320px;
    grid-column-gap: 24px; }
    #user_create .create-form-container .user-info .info {
      grid-area: info;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 32px;
      grid-row-gap: 16px; }
      #user_create .create-form-container .user-info .info #user_obs {
        grid-column: 1 / 4; }
    @media screen and (max-width: 1023px) {
      #user_create .create-form-container .user-info .info {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 8px; } }
    #user_create .create-form-container .user-info .image {
      grid-area: image;
      text-align: center;
      padding-top: 24px; }
  @media screen and (max-width: 1279px) {
    #user_create .create-form-container .user-info {
      display: grid;
      grid-template-columns: 1fr 210px;
      grid-column-gap: 24px; } }
  #user_create .create-form-container .mandatory-fields {
    margin-bottom: 16px; }

#user_edit .edit-form-container {
  display: grid;
  grid-row-gap: 16px; }
  #user_edit .edit-form-container #user_info {
    display: grid;
    grid-template-areas: "info image";
    grid-template-columns: 1fr 320px;
    grid-column-gap: 24px; }
    #user_edit .edit-form-container #user_info .info {
      grid-area: info;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 32px;
      grid-row-gap: 32px; }
      #user_edit .edit-form-container #user_info .info #user_obs {
        grid-column: 1 / 4; }
    @media screen and (max-width: 1023px) {
      #user_edit .edit-form-container #user_info .info {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 8px; }
        #user_edit .edit-form-container #user_info .info #user_obs {
          grid-column: 1 / 3; } }
    #user_edit .edit-form-container #user_info .image {
      grid-area: image;
      text-align: center;
      padding-top: 24px; }
  #user_edit .edit-form-container .mandatory-fields {
    margin-bottom: 16px; }

#user_list .header {
  display: grid;
  grid-template-columns: 1fr 200px; }
  #user_list .header .summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }

#user_list #list > .list__content {
  display: grid;
  grid-row-gap: 16px; }
  #user_list #list > .list__content .user-item .summary {
    display: grid;
    grid-template-areas: "info actions";
    grid-template-columns: 1fr 200px;
    align-items: center;
    min-height: 54px; }
    #user_list #list > .list__content .user-item .summary .info {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      align-items: center; }
      #user_list #list > .list__content .user-item .summary .info > div {
        display: grid;
        grid-template-columns: 1fr; }
    #user_list #list > .list__content .user-item .summary .actions {
      justify-self: flex-end; }
  #user_list #list > .list__content .user-item .details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 200px; }
    #user_list #list > .list__content .user-item .details .info {
      display: grid;
      grid-template-rows: 1fr 1fr; }
      #user_list #list > .list__content .user-item .details .info > div {
        display: grid;
        grid-template-columns: 1fr; }
      #user_list #list > .list__content .user-item .details .info span {
        margin-right: 8px; }
    #user_list #list > .list__content .user-item .details img {
      width: 80%; }

@media screen and (max-width: 1023px) {
  #user_list .header {
    grid-template-columns: 1fr 50px; }
  #user_list #list > .list__content .user-item .summary {
    grid-template-columns: 1fr 50px; }
  #user_list #list > .list__content .user-item .details {
    grid-template-columns: 1fr 1fr 1fr 50px; } }

#history_list .list-container {
  display: grid;
  grid-template-rows: 0px 1fr;
  height: 100%; }
  #history_list .list-container .icons {
    display: grid;
    padding: 0 24px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin-top: -20px;
    z-index: 2; }
    #history_list .list-container .icons .icon-item {
      display: grid;
      justify-items: center;
      grid-template-rows: 48px 48px; }
  #history_list .list-container .scrollarea {
    height: calc(100% - 80px);
    margin-top: 80px; }
  #history_list .list-container #list .header {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: center; }
  #history_list .list-container #list .content {
    display: grid;
    width: 100%;
    grid-auto-rows: 48px; }
    #history_list .list-container #list .content .history-item {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      justify-items: center; }

#schedule_base {
  display: grid;
  grid-template-rows: 1fr 64px; }
  #schedule_base #schedule_labels {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: right;
    grid-column-gap: 16px; }
  #schedule_base .schedule-container {
    position: relative;
    height: 100%; }
    #schedule_base .schedule-container #schedule {
      max-width: 100%; }
  #schedule_base .filters {
    display: grid;
    grid-template-areas: 'discipline' 'classroom' 'eventtasks';
    grid-template-rows: 64px 64px 1fr;
    grid-row-gap: 24px; }
    #schedule_base .filters .events-tasks-container {
      grid-area: eventtasks;
      position: relative;
      height: 100%; }
      #schedule_base .filters .events-tasks-container .mdc-input {
        margin: 0 !important;
        border-bottom: 1px solid #878787; }
      #schedule_base .filters .events-tasks-container .mdc-input.mdc-datepicker {
        border: none; }
        #schedule_base .filters .events-tasks-container .mdc-input.mdc-datepicker:before {
          background: none; }
      #schedule_base .filters .events-tasks-container .mdc-input.mdc-select:before {
        background: none; }
      #schedule_base .filters .events-tasks-container #event_container {
        display: grid;
        align-self: end;
        padding: 24px 0;
        border-bottom: 1px solid #878787;
        margin-bottom: -1px; }
        #schedule_base .filters .events-tasks-container #event_container #event_create_button {
          display: grid;
          justify-items: center;
          grid-template-rows: 48px auto auto; }
        #schedule_base .filters .events-tasks-container #event_container #event_create_form {
          display: grid;
          grid-template-rows: auto auto 64px;
          grid-row-gap: 16px; }
          #schedule_base .filters .events-tasks-container #event_container #event_create_form .title {
            display: grid;
            grid-template-columns: 48px auto 32px;
            align-items: center;
            border-bottom: 1px solid #878787;
            margin: 0 16px; }
          #schedule_base .filters .events-tasks-container #event_container #event_create_form .form {
            display: grid;
            grid-template-rows: repeat(7, auto); }
            #schedule_base .filters .events-tasks-container #event_container #event_create_form .form .start-date, #schedule_base .filters .events-tasks-container #event_container #event_create_form .form .end-date {
              display: grid;
              grid-template-columns: 48px 1fr 1fr;
              border-bottom: 1px solid #878787;
              align-items: center; }
          #schedule_base .filters .events-tasks-container #event_container #event_create_form .actions {
            align-self: center;
            justify-self: center; }
        #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card {
          display: grid;
          grid-template-rows: auto auto 64px;
          grid-row-gap: 16px;
          padding: 8px; }
          #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card .title {
            display: grid;
            grid-template-columns: auto 24px;
            align-items: center;
            margin-left: 16px; }
            #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card .title input {
              text-align: center; }
          #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card .form {
            display: grid;
            grid-template-rows: repeat(7, auto); }
            #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card .form .start-date, #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card .form .end-date {
              display: grid;
              grid-template-columns: 48px 1fr 1fr;
              border-bottom: 1px solid #878787;
              align-items: center; }
          #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card .actions #edit_event_actions {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-column-gap: 16px;
            align-self: center;
            justify-self: center;
            justify-items: center;
            height: 100%;
            align-items: end; }
          #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card .actions #share_event_actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 16px;
            align-self: center;
            justify-self: center;
            justify-items: center;
            height: 100%;
            align-items: end; }
            #schedule_base .filters .events-tasks-container #event_container #event_edit_form > .mdc-card .actions #share_event_actions button {
              width: 100%;
              min-width: auto; }
      #schedule_base .filters .events-tasks-container #task_container {
        display: grid;
        align-self: baseline;
        padding: 24px 0; }
        #schedule_base .filters .events-tasks-container #task_container #task_create_button {
          display: grid;
          justify-items: center;
          grid-template-rows: 48px auto auto; }
        #schedule_base .filters .events-tasks-container #task_container #task_create_form {
          display: grid;
          grid-template-rows: auto auto 64px;
          grid-row-gap: 16px; }
          #schedule_base .filters .events-tasks-container #task_container #task_create_form .title {
            display: grid;
            grid-template-columns: 48px auto 32px;
            align-items: center;
            border-bottom: 1px solid #878787;
            margin: 0 16px; }
          #schedule_base .filters .events-tasks-container #task_container #task_create_form .form {
            display: grid;
            grid-template-rows: repeat(4, auto); }
            #schedule_base .filters .events-tasks-container #task_container #task_create_form .form .end-date {
              display: grid;
              grid-template-columns: 48px 1fr 1fr;
              border-bottom: 1px solid #878787;
              align-items: center; }
          #schedule_base .filters .events-tasks-container #task_container #task_create_form .actions {
            align-self: center;
            justify-self: center; }
        #schedule_base .filters .events-tasks-container #task_container #task_edit_form > .mdc-card {
          display: grid;
          grid-template-rows: auto auto 64px;
          grid-row-gap: 16px;
          padding: 8px; }
          #schedule_base .filters .events-tasks-container #task_container #task_edit_form > .mdc-card .title {
            display: grid;
            grid-template-columns: auto 24px;
            align-items: center;
            margin-left: 16px; }
            #schedule_base .filters .events-tasks-container #task_container #task_edit_form > .mdc-card .title input {
              text-align: center; }
          #schedule_base .filters .events-tasks-container #task_container #task_edit_form > .mdc-card .form {
            display: grid;
            grid-template-rows: repeat(7, auto); }
            #schedule_base .filters .events-tasks-container #task_container #task_edit_form > .mdc-card .form .start-date, #schedule_base .filters .events-tasks-container #task_container #task_edit_form > .mdc-card .form .end-date {
              display: grid;
              grid-template-columns: 48px 1fr 1fr;
              border-bottom: 1px solid #878787;
              align-items: center; }
          #schedule_base .filters .events-tasks-container #task_container #task_edit_form > .mdc-card .actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 16px;
            align-self: center;
            justify-self: center;
            justify-items: center;
            height: 100%;
            align-items: end; }

#dashboard {
  position: relative;
  height: calc(100% - 48px);
  margin: 24px; }
  #dashboard .dashbard-container {
    display: grid;
    justify-content: center; }
    #dashboard .dashbard-container h2 {
      margin: 0; }
    #dashboard .dashbard-container .mdc-card {
      padding: 8px; }
    #dashboard .dashbard-container > .summary {
      display: grid;
      grid-row-gap: 16px; }
      #dashboard .dashbard-container > .summary > .user-info {
        display: grid;
        grid-template-columns: 120px auto auto;
        grid-column-gap: 32px;
        align-items: center;
        justify-content: center; }
        #dashboard .dashbard-container > .summary > .user-info .image {
          width: 100px;
          height: 100px; }
          #dashboard .dashbard-container > .summary > .user-info .image > img {
            width: 100%;
            height: 100%; }
        #dashboard .dashbard-container > .summary > .user-info > .details {
          display: grid;
          grid-auto-rows: 1fr; }
          #dashboard .dashbard-container > .summary > .user-info > .details .detail-item {
            align-items: center;
            display: grid;
            grid-template-columns: 32px 1fr 1fr;
            grid-column-gap: 8px; }
      #dashboard .dashbard-container > .summary > .charts {
        display: grid;
        grid-auto-columns: 1fr 1fr;
        grid-column-gap: 16px; }
        #dashboard .dashbard-container > .summary > .charts .chart--primary {
          fill: #54afac !important; }
        #dashboard .dashbard-container > .summary > .charts .chart--secondary {
          fill: #ea6b44 !important; }
        #dashboard .dashbard-container > .summary > .charts .chart-container {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 16px; }
          #dashboard .dashbard-container > .summary > .charts .chart-container > .chart {
            justify-self: end; }
          #dashboard .dashbard-container > .summary > .charts .chart-container > .info {
            display: grid;
            justify-items: left;
            grid-column-gap: 8px;
            justify-self: start; }
            #dashboard .dashbard-container > .summary > .charts .chart-container > .info span {
              font-style: normal; }
            #dashboard .dashbard-container > .summary > .charts .chart-container > .info > :first-child, #dashboard .dashbard-container > .summary > .charts .chart-container > .info > :nth-child(2) {
              justify-self: center; }
          #dashboard .dashbard-container > .summary > .charts .chart-container:first-child {
            grid-column: 1; }
          #dashboard .dashbard-container > .summary > .charts .chart-container:nth-child(2) {
            grid-column: 2; }
      #dashboard .dashbard-container > .summary > .info {
        display: grid;
        grid-template-columns: auto 1fr 64px;
        align-items: center;
        grid-column-gap: 24px;
        padding: 8px 16px; }
        #dashboard .dashbard-container > .summary > .info > .summary {
          display: grid;
          grid-template-rows: repeat(4, auto);
          grid-row-gap: 8px; }
          #dashboard .dashbard-container > .summary > .info > .summary .viewmore {
            color: #ea6b44;
            font-size: 0.75rem; }
        #dashboard .dashbard-container > .summary > .info > .total {
          display: grid;
          justify-items: center; }
    #dashboard .dashbard-container > .agenda {
      display: grid;
      grid-auto-rows: 1fr; }
      #dashboard .dashbard-container > .agenda .mdc-card {
        position: relative;
        height: 100%; }
        #dashboard .dashbard-container > .agenda .mdc-card #month_schedule, #dashboard .dashbard-container > .agenda .mdc-card #day_schedule {
          max-width: 100%;
          margin: 0; }
  @media screen and (min-width: 1024px) {
    #dashboard .dashbard-container {
      grid-auto-columns: 1fr 1fr;
      grid-column-gap: 16px; }
      #dashboard .dashbard-container > .summary {
        grid-column: 1; }
      #dashboard .dashbard-container > .agenda {
        grid-column: 2; } }
  @media screen and (max-width: 1023px) {
    #dashboard .dashbard-container {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr;
      grid-row-gap: 16px; }
      #dashboard .dashbard-container > .summary {
        grid-row: 1; }
      #dashboard .dashbard-container > .agenda {
        grid-row: 2; } }

#school_list .header {
  display: grid;
  grid-template-columns: 1fr 100px; }
  #school_list .header .summary {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

#school_list #list > .list__content {
  display: grid;
  grid-row-gap: 16px; }
  #school_list #list > .list__content .school-item .summary {
    display: grid;
    grid-template-areas: "info actions";
    grid-template-columns: 1fr 100px;
    align-items: center;
    min-height: 54px; }
    #school_list #list > .list__content .school-item .summary .info {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      align-items: center; }
    #school_list #list > .list__content .school-item .summary .actions {
      justify-self: flex-end; }

#school_create .create-form-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 32px;
  align-items: center; }
  #school_create .create-form-container #school_name {
    grid-column: 1 / 6; }
  #school_create .create-form-container #school_address {
    grid-column: 1 / 6; }
  #school_create .create-form-container #school_email {
    grid-column: 1 / 3; }
  #school_create .create-form-container #school_contact {
    grid-column: 3 / 5; }
  #school_create .create-form-container #school_active {
    justify-self: right;
    grid-column: 5 / 6; }
  #school_create .create-form-container .mandatory-fields {
    grid-column: 1 / 6;
    margin-bottom: 16px; }
  #school_create .create-form-container .actions {
    grid-column: 1 / 6; }

#school_edit .edit-form-container {
  display: grid;
  grid-row-gap: 16px; }
  #school_edit .edit-form-container #school_info {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 32px;
    align-items: center; }
    #school_edit .edit-form-container #school_info #school_name {
      grid-column: 1 / 6; }
    #school_edit .edit-form-container #school_info #school_address {
      grid-column: 1 / 6; }
    #school_edit .edit-form-container #school_info #school_email {
      grid-column: 1 / 3; }
    #school_edit .edit-form-container #school_info #school_contact {
      grid-column: 3 / 5; }
    #school_edit .edit-form-container #school_info #school_active {
      justify-self: right;
      grid-column: 5 / 6; }
    #school_edit .edit-form-container #school_info .mandatory-fields {
      grid-column: 1 / 6;
      margin-bottom: 16px; }
    #school_edit .edit-form-container #school_info .actions {
      grid-column: 1 / 6; }

#schoolyear_list .mCSB_container {
  display: grid;
  grid-row-gap: 16px; }

#schoolyear_list .list__content {
  display: grid;
  grid-row-gap: 16px; }
  #schoolyear_list .list__content .schoolyear-item {
    display: grid;
    grid-template-areas: 'info actions';
    grid-template-columns: 1fr 200px;
    align-items: center;
    min-height: 54px; }
    #schoolyear_list .list__content .schoolyear-item .info {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-column-gap: 16px;
      align-items: center; }
    #schoolyear_list .list__content .schoolyear-item .actions .close,
    #schoolyear_list .list__content .schoolyear-item .actions .open {
      display: grid;
      align-items: center;
      justify-items: center;
      grid-auto-flow: column; }

#schoolyear_create .create-form-container {
  display: grid;
  grid-template-areas: 'title title' 'description school' 'actions actions';
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: 40px 80px 1fr;
  align-items: end;
  height: 280px; }
  #schoolyear_create .create-form-container .title {
    grid-area: title; }
  #schoolyear_create .create-form-container .description {
    grid-area: description; }
  #schoolyear_create .create-form-container .school {
    grid-area: school; }
  #schoolyear_create .create-form-container .actions {
    grid-area: actions; }

#app {
  display: grid;
  grid-template-areas: 'header header' 'sidebar content';
  grid-template-columns: fit-content(100%) 1fr;
  grid-template-rows: 93px auto;
  height: 100%; }
  #app > .header {
    grid-area: header;
    background: none;
    z-index: 4; }
    #app > .header > .mdc-toolbar__row {
      margin-top: 16px;
      padding: 0 24px;
      background-color: #ea6b44; }
      #app > .header > .mdc-toolbar__row > .mdc-toolbar__section {
        align-items: center;
        color: #fff; }
  #app > .sidebar {
    grid-area: sidebar;
    grid-row: 1 / 3; }
  #app > .content {
    grid-area: content;
    background-color: #fcfcfc;
    height: calc(100% - 16px); }
  #app .container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }

#wizard {
  display: grid;
  align-items: center;
  justify-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999; }
  #wizard .container,
  #wizard .restart-container {
    color: #fff;
    background-color: #ea6b44;
    text-align: center;
    width: 400px;
    height: 400px;
    border-radius: 50%; }
    #wizard .container img,
    #wizard .restart-container img {
      width: 120px;
      margin-top: 25px; }
    #wizard .container button,
    #wizard .restart-container button {
      margin-top: 20px;
      border-color: #fff;
      color: #fff; }

@media screen and (max-width: 1279px) {
  #app > .header {
    grid-column: 1 / 3; }
  #app > .content {
    grid-column: 1 / 3; } }

.message--success {
  background-color: forestgreen;
  color: white; }
  .message--success button {
    color: white; }

.message--error {
  background-color: darkred;
  color: white; }
  .message--error button {
    color: white; }

.field-validation-error {
  color: #d50000; }

img {
  margin-bottom: 15px;
  padding: 0; }

.hidden {
  display: none !important; }

.clickable {
  cursor: pointer; }

.circle {
  display: inline-block;
  color: #1d1d1b; }

.circle:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.circle--primary:before {
  background-color: #54afac; }

.circle--secondary:before {
  background-color: #ea6b44; }

.circle--tertiary:before {
  background-color: #307772; }

.circle--quaternary:before {
  background-color: #eac6ad; }

.circle--quinary:before {
  background-color: #ef8f6a; }

.circle--senary:before {
  background-color: #8ecae8; }

.circle--septenary:before {
  background-color: #fff2a6; }

.circle--septenary:before {
  background-color: #fff2a6; }

.circle--octonary:before {
  background-color: #00a19a; }

/* CUSTOM SCROLL */
.scrollarea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  float: left; }
  .scrollarea .scrollarea__header + .scrollarea__content {
    height: calc(100% - 54px); }
  .scrollarea .scrollarea__content {
    min-height: 120px;
    width: 100%;
    height: 100%; }

.mCSB_scrollTools_vertical {
  margin: 5px 0 !important; }

.mCSB_draggerRail {
  width: 2px !important;
  background-color: #ebf4f4 !important; }

.mCSB_dragger_bar {
  width: 6px !important;
  background-color: #ea6b44 !important; }

.mCSB_outside + .mCSB_scrollTools {
  right: -20px; }
