.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 12px;
  user-select: none;
  touch-action: manipulation;
  outline: none;
}

.highcharts-root {
  display: block;
}

.highcharts-root text {
  stroke-width: 0;
}

.highcharts-strong {
  font-weight: bold;
}

.highcharts-emphasized {
  font-style: italic;
}

.highcharts-anchor {
  cursor: pointer;
}

.highcharts-background {
  fill: #ffffff;
}

.highcharts-plot-border, .highcharts-plot-background {
  fill: none;
}

.highcharts-label-box {
  fill: none;
}

.highcharts-button-box {
  fill: inherit;
}

.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}

.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}

/* Titles */
.highcharts-title {
  fill: #333333;
  font-size: 1.5em;
}

.highcharts-subtitle {
  fill: #666666;
  font-size: 1em;
}

/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-axis-title {
  fill: #666666;
}

.highcharts-axis-labels {
  fill: #666666;
  cursor: default;
  font-size: 0.9em;
}

.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}

.highcharts-tick {
  stroke: #ccd6eb;
}

.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}

.highcharts-minor-grid-line {
  stroke: #f2f2f2;
}

.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}

.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}

/* Credits */
.highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}

.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}

/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}

.highcharts-tooltip text {
  fill: #333333;
}

.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}

.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

.highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}

div.highcharts-tooltip {
  filter: none;
}

.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}

.highcharts-graph {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: #cccccc;
}

.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}

.highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
  /* quick in */
}

.highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
  /* quick in */
}

.highcharts-state-hover path {
  transition: stroke-width 50ms;
  /* quick in */
}

.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */
}

/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}

/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: #7cb5ec;
  stroke: #7cb5ec;
}

.highcharts-color-1 {
  fill: #434348;
  stroke: #434348;
}

.highcharts-color-2 {
  fill: #90ed7d;
  stroke: #90ed7d;
}

.highcharts-color-3 {
  fill: #f7a35c;
  stroke: #f7a35c;
}

.highcharts-color-4 {
  fill: #8085e9;
  stroke: #8085e9;
}

.highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}

.highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}

.highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}

.highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}

.highcharts-color-9 {
  fill: #91e8e1;
  stroke: #91e8e1;
}

.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}

.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff;
}

.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover):not(.highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
  opacity: 0;
}

.highcharts-point {
  stroke-width: 1px;
}

.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}

.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}

.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-data-label text, text.highcharts-data-label {
  fill: #333333;
}

.highcharts-data-label-connector {
  fill: none;
}

.highcharts-data-label-hidden {
  pointer-events: none;
}

.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}

.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}

.highcharts-column-series rect.highcharts-point {
  stroke: #ffffff;
}

.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}

.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}

.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}

.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}

.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}

.highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}

.highcharts-treemap-series .highcharts-above-level {
  display: none;
}

.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}

.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}

.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}

.highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}

.highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}

.highcharts-lollipop-stem {
  stroke: #000000;
}

.highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}

.highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}

/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}

.highcharts-legend-item > text {
  fill: #333333;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}

.highcharts-legend-item:hover text {
  fill: #000000;
}

.highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}

.highcharts-legend-nav-active {
  fill: #003399;
  cursor: pointer;
}

.highcharts-legend-nav-inactive {
  fill: #cccccc;
}

circle.highcharts-legend-nav-active, circle.highcharts-legend-nav-inactive {
  /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}

.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}

/* Bubble legend */
.highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}

.highcharts-bubble-legend-connectors {
  stroke-width: 1;
}

.highcharts-bubble-legend-labels {
  fill: #333333;
}

/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}

.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}

.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}

/* Plot bands and polar pane backgrounds */
.highcharts-plot-band, .highcharts-pane {
  fill: #000000;
  fill-opacity: 0.05;
}

.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}

/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: #ffffff;
}

.highcharts-boxplot-median {
  stroke-width: 2px;
}

.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}

.highcharts-errorbar-series .highcharts-point {
  stroke: #000000;
}

.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0;
}

.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}

.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3;
}

.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}

.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}

.highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #cccccc;
  transition: stroke 250ms, fill-opacity 250ms;
}

.highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc;
}

/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}

.highcharts-navigator-mask-inside {
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}

.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}

.highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}

.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}

.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}

.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}

.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}

.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6;
}

.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}

.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}

.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px;
}

.highcharts-scrollbar-arrow {
  fill: #666666;
}

.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px;
}

.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}

.highcharts-button {
  fill: #f7f7f7;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}

.highcharts-button text {
  fill: #333333;
}

.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #cccccc;
}

.highcharts-button-hover text {
  fill: #333333;
}

.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}

.highcharts-button-pressed text {
  fill: #333333;
  font-weight: bold;
}

.highcharts-button-disabled text {
  fill: #333333;
}

.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}

.highcharts-range-label rect {
  fill: none;
}

.highcharts-range-label text {
  fill: #666666;
}

.highcharts-range-input rect {
  fill: none;
}

.highcharts-range-input text {
  fill: #333333;
}

.highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}

input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
  /* #4798 */
}

.highcharts-crosshair-label text {
  fill: #ffffff;
  font-size: 1.1em;
}

.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}

.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px;
}

.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff;
}

.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}

.highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: #ffffff;
  transition: fill 250ms;
}

.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000000;
  fill: #ccd6eb;
}

.highcharts-flags-series .highcharts-point text {
  fill: #000000;
  font-size: 0.9em;
  font-weight: bold;
}

/* Highmaps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
}

.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}

.highcharts-mapline-series .highcharts-point {
  fill: none;
}

.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}

.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.highcharts-coloraxis {
  stroke-width: 0;
}

.highcharts-coloraxis-marker {
  fill: #999999;
}

.highcharts-null-point {
  fill: #f7f7f7;
}

/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}

/* Exporting module */
.highcharts-contextbutton {
  fill: #ffffff;
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}

.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}

.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px;
}

.highcharts-menu {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}

.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #333333;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}

.highcharts-menu-item:hover {
  background: #335cad;
  color: #ffffff;
}

/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}

.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #003399;
  font-weight: bold;
  text-decoration: underline;
}

/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666;
}

/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}

/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0;
}

/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333;
}

.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333;
}

/* Annotations module */
.highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000000;
  fill: #000000;
  fill-opacity: 0.75;
}

.highcharts-annotation-label text {
  fill: #e6e6e6;
}

/* Gantt */
.highcharts-treegrid-node-collapsed, .highcharts-treegrid-node-expanded {
  cursor: pointer;
}

.highcharts-point-connecting-path {
  fill: none;
}

.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}

.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}

.m-searchresults,.node-preview-container nav,.m-localtask--actions nav,.m-localtask nav,.node-preview-container ul,.m-localtask--actions ul,.m-localtask ul{padding:0;margin:0}.node-preview-container nav li,.m-localtask--actions nav li,.m-localtask nav li,.node-preview-container ul li,.m-localtask--actions ul li,.m-localtask ul li{list-style-type:none;padding:0;margin:0}*[data-section=wisteria],*[data-section=dark-hot-pink],*[data-section=baby-puke-green],*[data-section=teal],*[data-section=tealblue],body,:root,*[data-section=orange]{--button-color-1: var(--main-color-1);--button-color-2: var(--main-color-2);--menu-color-1: var(--main-color-1);--menu-color-2: var(--main-color-2);--link-color-1: var(--main-color-1);--text-highlight-1: var(--main-color-2);--gradient-square-1: var(--main-color-2);--gradient-square-2: var(--main-color-3);--pagination-color-1: var(--main-color-1);--background-color-1: var(--main-color-1);--i-am-color-1: var(--main-color-1);--i-am-color-2: var(--main-color-2);--i-am-color-3: var(--main-color-3);--gradient-background-color-1: var(--main-color-2);--gradient-background-color-2: var(--main-color-1);--icon-color-1: var(--main-color-1);--icon-color-2: var(--main-color-2);--tag-color-1: var(--main-color-1)}body,:root,*[data-section=orange]{--main-color-1: #f5a03e;--main-color-2: #c84c09;--main-color-3: #f18700;--pagination-color-1: #c84c09;--link-color-1: #c84c09;--i-am-color-1: #f5a03e;--i-am-color-2: #c84c09;--i-am-color-3: #f5a03e;--tag-color-1: #cccccc}*[data-section=tealblue]{--main-color-1: #0089ae;--main-color-2: #00536f;--main-color-3: #059ec7;--gradient-background-color-2: #059ec7}*[data-section=teal]{--main-color-1: #009680;--main-color-2: #004d4a;--main-color-3: #00a68d;--background-color-1: #004d4a;--tag-color-1: #008d78}*[data-section=baby-puke-green]{--main-color-1: #6e8200;--main-color-2: #bec501;--main-color-3: #cad202;--button-color-1: #bec501;--button-color-2: #6e8200;--gradient-square-1: #6e8200;--gradient-square-2: #ced600;--gradient-background-color-1: #6e8200;--gradient-background-color-2: #bec501;--link-color-1: #6e8200;--pagination-color-1: #6e8200;--i-am-color-1: #bec501;--i-am-color-2: #6e8200;--menu-color-1: #bec501;--menu-color-2: #6e8200;--tag-color-1: #bec501;--text-highlight-1: #6e8200}*[data-section=dark-hot-pink]{--main-color-1: #940053;--main-color-2: #be0259;--main-color-3: #c4026c;--gradient-square-2: #940053;--i-am-color-3: #940053;--tag-color-1: #940053}*[data-section=wisteria]{--main-color-1: #6e5d9b;--main-color-2: #4a2f70;--main-color-3: #8c81c0;--background-color-1: #4a2f70;--gradient-background-color-2: #8c81c0;--link-color-1: #4a2f70;--menu-color-1: #8c81c0;--menu-color-2: #4a2f70}.m-download__fileitem__filename>a,.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a,.m-paragraph--highcharts-diagram__text a[data-mime=file],.m-paragraph--bubble-element__overlay_text a[data-mime=file],.m-paragraph--bubbles__text a[data-mime=file],.m-paragraph--topicfocus__element_view_text a[data-mime=file],.m-paragraph--documentselement__richtext a[data-mime=file],.m-paragraph--factboxesfrontpage__richtext a[data-mime=file],.m-paragraph--processelement__richtext a[data-mime=file],.m-paragraph--processelement__processteaser a[data-mime=file],.m-paragraph--faqelement__richtext a[data-mime=file],.m-paragraph--flexelement__richtext a[data-mime=file],.m-paragraph--textbildkombinationen__richtext a[data-mime=file],.m-paragraph--highlightbox2__richtext a[data-mime=file],.m-paragraph--highlightbox__richtext a[data-mime=file],.m-paragraph--factbox__richtext ul li a[data-mime=file],.m-paragraph--headlineintro__richtext a[data-mime=file],.m-node--event__text a[data-mime=file],.m-node--press__text a[data-mime=file],.m-node--news__text a[data-mime=file],.m-node__text a[data-mime=file]{color:var(--link-color-1);display:inline-block;position:relative;margin-left:48px;border-bottom:2px solid transparent}@media(max-width: 767px){.m-download__fileitem__filename>a,.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a,.m-paragraph--highcharts-diagram__text a[data-mime=file],.m-paragraph--bubble-element__overlay_text a[data-mime=file],.m-paragraph--bubbles__text a[data-mime=file],.m-paragraph--topicfocus__element_view_text a[data-mime=file],.m-paragraph--documentselement__richtext a[data-mime=file],.m-paragraph--factboxesfrontpage__richtext a[data-mime=file],.m-paragraph--processelement__richtext a[data-mime=file],.m-paragraph--processelement__processteaser a[data-mime=file],.m-paragraph--faqelement__richtext a[data-mime=file],.m-paragraph--flexelement__richtext a[data-mime=file],.m-paragraph--textbildkombinationen__richtext a[data-mime=file],.m-paragraph--highlightbox2__richtext a[data-mime=file],.m-paragraph--highlightbox__richtext a[data-mime=file],.m-paragraph--factbox__richtext ul li a[data-mime=file],.m-paragraph--headlineintro__richtext a[data-mime=file],.m-node--event__text a[data-mime=file],.m-node--press__text a[data-mime=file],.m-node--news__text a[data-mime=file],.m-node__text a[data-mime=file]{margin-left:38px}}.m-download__fileitem__filename>a::before,.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a::before,.m-paragraph--highcharts-diagram__text a[data-mime=file]::before,.m-paragraph--bubble-element__overlay_text a[data-mime=file]::before,.m-paragraph--bubbles__text a[data-mime=file]::before,.m-paragraph--topicfocus__element_view_text a[data-mime=file]::before,.m-paragraph--documentselement__richtext a[data-mime=file]::before,.m-paragraph--factboxesfrontpage__richtext a[data-mime=file]::before,.m-paragraph--processelement__richtext a[data-mime=file]::before,.m-paragraph--processelement__processteaser a[data-mime=file]::before,.m-paragraph--faqelement__richtext a[data-mime=file]::before,.m-paragraph--flexelement__richtext a[data-mime=file]::before,.m-paragraph--textbildkombinationen__richtext a[data-mime=file]::before,.m-paragraph--highlightbox2__richtext a[data-mime=file]::before,.m-paragraph--highlightbox__richtext a[data-mime=file]::before,.m-paragraph--factbox__richtext ul li a[data-mime=file]::before,.m-paragraph--headlineintro__richtext a[data-mime=file]::before,.m-node--event__text a[data-mime=file]::before,.m-node--press__text a[data-mime=file]::before,.m-node--news__text a[data-mime=file]::before,.m-node__text a[data-mime=file]::before{background:var(--icon-dark-arrow_download-color-1);content:"";position:absolute;left:-48px;top:0;width:25px;height:25px}@media(max-width: 767px){.m-download__fileitem__filename>a::before,.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a::before,.m-paragraph--highcharts-diagram__text a[data-mime=file]::before,.m-paragraph--bubble-element__overlay_text a[data-mime=file]::before,.m-paragraph--bubbles__text a[data-mime=file]::before,.m-paragraph--topicfocus__element_view_text a[data-mime=file]::before,.m-paragraph--documentselement__richtext a[data-mime=file]::before,.m-paragraph--factboxesfrontpage__richtext a[data-mime=file]::before,.m-paragraph--processelement__richtext a[data-mime=file]::before,.m-paragraph--processelement__processteaser a[data-mime=file]::before,.m-paragraph--faqelement__richtext a[data-mime=file]::before,.m-paragraph--flexelement__richtext a[data-mime=file]::before,.m-paragraph--textbildkombinationen__richtext a[data-mime=file]::before,.m-paragraph--highlightbox2__richtext a[data-mime=file]::before,.m-paragraph--highlightbox__richtext a[data-mime=file]::before,.m-paragraph--factbox__richtext ul li a[data-mime=file]::before,.m-paragraph--headlineintro__richtext a[data-mime=file]::before,.m-node--event__text a[data-mime=file]::before,.m-node--press__text a[data-mime=file]::before,.m-node--news__text a[data-mime=file]::before,.m-node__text a[data-mime=file]::before{left:-38px}}.m-download__fileitem__filename>a:hover,.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a:hover,.m-paragraph--highcharts-diagram__text a[data-mime=file]:hover,.m-paragraph--bubble-element__overlay_text a[data-mime=file]:hover,.m-paragraph--bubbles__text a[data-mime=file]:hover,.m-paragraph--topicfocus__element_view_text a[data-mime=file]:hover,.m-paragraph--documentselement__richtext a[data-mime=file]:hover,.m-paragraph--factboxesfrontpage__richtext a[data-mime=file]:hover,.m-paragraph--processelement__richtext a[data-mime=file]:hover,.m-paragraph--processelement__processteaser a[data-mime=file]:hover,.m-paragraph--faqelement__richtext a[data-mime=file]:hover,.m-paragraph--flexelement__richtext a[data-mime=file]:hover,.m-paragraph--textbildkombinationen__richtext a[data-mime=file]:hover,.m-paragraph--highlightbox2__richtext a[data-mime=file]:hover,.m-paragraph--highlightbox__richtext a[data-mime=file]:hover,.m-paragraph--factbox__richtext ul li a[data-mime=file]:hover,.m-paragraph--headlineintro__richtext a[data-mime=file]:hover,.m-node--event__text a[data-mime=file]:hover,.m-node--press__text a[data-mime=file]:hover,.m-node--news__text a[data-mime=file]:hover,.m-node__text a[data-mime=file]:hover{color:var(--link-color-1);border-bottom:2px solid var(--link-color-1);padding-bottom:0}.m-paragraph--highcharts-diagram__text a[data-mime=file],.m-paragraph--bubble-element__overlay_text a[data-mime=file],.m-paragraph--bubbles__text a[data-mime=file],.m-paragraph--topicfocus__element_view_text a[data-mime=file],.m-paragraph--documentselement__richtext a[data-mime=file],.m-paragraph--factboxesfrontpage__richtext a[data-mime=file],.m-paragraph--processelement__richtext a[data-mime=file],.m-paragraph--processelement__processteaser a[data-mime=file],.m-paragraph--faqelement__richtext a[data-mime=file],.m-paragraph--flexelement__richtext a[data-mime=file],.m-paragraph--textbildkombinationen__richtext a[data-mime=file],.m-paragraph--highlightbox2__richtext a[data-mime=file],.m-paragraph--highlightbox__richtext a[data-mime=file],.m-paragraph--factbox__richtext ul li a[data-mime=file],.m-paragraph--headlineintro__richtext a[data-mime=file],.m-node--event__text a[data-mime=file],.m-node--press__text a[data-mime=file],.m-node--news__text a[data-mime=file],.m-node__text a[data-mime=file]{margin-left:29px}.m-paragraph--highcharts-diagram__text a[data-mime=file]::before,.m-paragraph--bubble-element__overlay_text a[data-mime=file]::before,.m-paragraph--bubbles__text a[data-mime=file]::before,.m-paragraph--topicfocus__element_view_text a[data-mime=file]::before,.m-paragraph--documentselement__richtext a[data-mime=file]::before,.m-paragraph--factboxesfrontpage__richtext a[data-mime=file]::before,.m-paragraph--processelement__richtext a[data-mime=file]::before,.m-paragraph--processelement__processteaser a[data-mime=file]::before,.m-paragraph--faqelement__richtext a[data-mime=file]::before,.m-paragraph--flexelement__richtext a[data-mime=file]::before,.m-paragraph--textbildkombinationen__richtext a[data-mime=file]::before,.m-paragraph--highlightbox2__richtext a[data-mime=file]::before,.m-paragraph--highlightbox__richtext a[data-mime=file]::before,.m-paragraph--factbox__richtext ul li a[data-mime=file]::before,.m-paragraph--headlineintro__richtext a[data-mime=file]::before,.m-node--event__text a[data-mime=file]::before,.m-node--press__text a[data-mime=file]::before,.m-node--news__text a[data-mime=file]::before,.m-node__text a[data-mime=file]::before{top:4px;left:-29px;width:17px;height:17px}.m-2click-notice__text_link,.m-paragraph--distributionboxelement__links a,.m-searchresult__snippet strong,.m-form__description a,[id$="--description"] a,.m-paragraph--highcharts-diagram__text a,.m-paragraph--bubble-element__overlay_text a,.m-paragraph--bubbles__text a,.m-paragraph--topicfocus__element_view_text a,.m-paragraph--documentselement__richtext a,.m-paragraph--factboxesfrontpage__richtext a,.m-paragraph--processelement__richtext a,.m-paragraph--processelement__processteaser a,.m-paragraph--faqelement__richtext a,.m-paragraph--flexelement__richtext a,.m-paragraph--textbildkombinationen__richtext a,.m-paragraph--highlightbox2__richtext a,.m-paragraph--highlightbox__richtext a,.m-paragraph--factbox__richtext ul li a,.m-paragraph--headlineintro__richtext a,.m-node--event__text a,.m-node--press__text a,.m-node--news__text a,.m-node__text a{border-bottom:2px dotted var(--link-color-1)}.m-2click-notice__text_link:hover,.m-paragraph--distributionboxelement__links a:hover,.m-searchresult__snippet strong:hover,.m-form__description a:hover,[id$="--description"] a:hover,.m-paragraph--highcharts-diagram__text a:hover,.m-paragraph--bubble-element__overlay_text a:hover,.m-paragraph--bubbles__text a:hover,.m-paragraph--topicfocus__element_view_text a:hover,.m-paragraph--documentselement__richtext a:hover,.m-paragraph--factboxesfrontpage__richtext a:hover,.m-paragraph--processelement__richtext a:hover,.m-paragraph--processelement__processteaser a:hover,.m-paragraph--faqelement__richtext a:hover,.m-paragraph--flexelement__richtext a:hover,.m-paragraph--textbildkombinationen__richtext a:hover,.m-paragraph--highlightbox2__richtext a:hover,.m-paragraph--highlightbox__richtext a:hover,.m-paragraph--factbox__richtext ul li a:hover,.m-paragraph--headlineintro__richtext a:hover,.m-node--event__text a:hover,.m-node--press__text a:hover,.m-node--news__text a:hover,.m-node__text a:hover{border-bottom-style:solid}.m-pressteaser__more a,.m-eventteaser__more a,.m-newsteaser__more a,.m-paragraph--highcharts-diagram__link a,.m-paragraph--bubble-element__overlay_back,.m-paragraph--topicfocus__element_view_link a,.m-paragraph--eventslider__link a,.m-paragraph--factboxesfrontpage__link a,.m-paragraph--newsslider__link a,.m-paragraph--processelement__link a,.m-paragraph--highcharts__tab-controls>a,.m-paragraph--calltoactionbox1__link a,.m-paragraph--highlightbox__link a,.m-form--div--managed-file .m-form__submit,.m-form__userloginform button,.m-listen--news .form-actions button,.m-node--event__back,.m-node--press__back,.m-node--news__back,.m-anchors__link.is-current,.m-footer__newsletterlink,.m-footer__contactformlink,.m-paragraph--calltoactionbox2__link a,.m-paragraph--highlightbox2__link a,.l-page-404__button,.node-preview-container form button,.m-localtask--actions form button,.m-localtask form button{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background-color:var(--button-color-1);border:0;outline:0;padding:8px 23px 7px;border-radius:4px;color:#fff;display:inline-block;position:relative;min-width:166px;overflow:hidden;text-align:center;z-index:1}@media print{.m-pressteaser__more a,.m-eventteaser__more a,.m-newsteaser__more a,.m-paragraph--highcharts-diagram__link a,.m-paragraph--bubble-element__overlay_back,.m-paragraph--topicfocus__element_view_link a,.m-paragraph--eventslider__link a,.m-paragraph--factboxesfrontpage__link a,.m-paragraph--newsslider__link a,.m-paragraph--processelement__link a,.m-paragraph--highcharts__tab-controls>a,.m-paragraph--calltoactionbox1__link a,.m-paragraph--highlightbox__link a,.m-form--div--managed-file .m-form__submit,.m-form__userloginform button,.m-listen--news .form-actions button,.m-node--event__back,.m-node--press__back,.m-node--news__back,.m-anchors__link.is-current,.m-footer__newsletterlink,.m-footer__contactformlink,.m-paragraph--calltoactionbox2__link a,.m-paragraph--highlightbox2__link a,.l-page-404__button,.node-preview-container form button,.m-localtask--actions form button,.m-localtask form button{-webkit-transition:none;transition:none}}.m-pressteaser__more a:hover,.m-eventteaser__more a:hover,.m-newsteaser__more a:hover,.m-paragraph--highcharts-diagram__link a:hover,.m-paragraph--bubble-element__overlay_back:hover,.m-paragraph--topicfocus__element_view_link a:hover,.m-paragraph--eventslider__link a:hover,.m-paragraph--factboxesfrontpage__link a:hover,.m-paragraph--newsslider__link a:hover,.m-paragraph--processelement__link a:hover,.m-paragraph--highcharts__tab-controls>a:hover,.m-paragraph--calltoactionbox1__link a:hover,.m-paragraph--highlightbox__link a:hover,.m-form--div--managed-file .m-form__submit:hover,.m-form__userloginform button:hover,.m-listen--news .form-actions button:hover,.m-node--event__back:hover,.m-node--press__back:hover,.m-node--news__back:hover,.m-anchors__link.is-current:hover,.m-footer__newsletterlink:hover,.m-footer__contactformlink:hover,.m-paragraph--calltoactionbox2__link a:hover,.m-paragraph--highlightbox2__link a:hover,.l-page-404__button:hover,.node-preview-container form button:hover,.m-localtask--actions form button:hover,.m-localtask form button:hover{background-color:var(--button-color-2);color:#fff !important}@media(max-width: 767px){.m-pressteaser__more a,.m-eventteaser__more a,.m-newsteaser__more a,.m-paragraph--highcharts-diagram__link a,.m-paragraph--bubble-element__overlay_back,.m-paragraph--topicfocus__element_view_link a,.m-paragraph--eventslider__link a,.m-paragraph--factboxesfrontpage__link a,.m-paragraph--newsslider__link a,.m-paragraph--processelement__link a,.m-paragraph--highcharts__tab-controls>a,.m-paragraph--calltoactionbox1__link a,.m-paragraph--highlightbox__link a,.m-form--div--managed-file .m-form__submit,.m-form__userloginform button,.m-listen--news .form-actions button,.m-node--event__back,.m-node--press__back,.m-node--news__back,.m-anchors__link.is-current,.m-footer__newsletterlink,.m-footer__contactformlink,.m-paragraph--calltoactionbox2__link a,.m-paragraph--highlightbox2__link a,.l-page-404__button,.node-preview-container form button,.m-localtask--actions form button,.m-localtask form button{min-width:auto}}.m-pressteaser__more a::before,.m-eventteaser__more a::before,.m-newsteaser__more a::before,.m-paragraph--highcharts-diagram__link a::before,.m-paragraph--bubble-element__overlay_back::before,.m-paragraph--topicfocus__element_view_link a::before,.m-paragraph--eventslider__link a::before,.m-paragraph--factboxesfrontpage__link a::before,.m-paragraph--newsslider__link a::before,.m-paragraph--processelement__link a::before,.m-paragraph--highcharts__tab-controls>a::before,.m-paragraph--calltoactionbox1__link a::before,.m-paragraph--highlightbox__link a::before,.m-form--div--managed-file .m-form__submit::before,.m-form__userloginform button::before,.m-listen--news .form-actions button::before,.m-node--event__back::before,.m-node--press__back::before,.m-node--news__back::before,.m-anchors__link.is-current::before,.m-footer__newsletterlink::before,.m-footer__contactformlink::before,.m-paragraph--calltoactionbox2__link a::before,.m-paragraph--highlightbox2__link a::before,.l-page-404__button::before,.node-preview-container form button::before,.m-localtask--actions form button::before,.m-localtask form button::before{content:"";display:none;width:90px;height:90px;border-radius:50%;position:absolute;z-index:-1;top:calc(50% - 45px);left:calc(50% - 45px)}.m-pressteaser__more a:hover,.m-eventteaser__more a:hover,.m-newsteaser__more a:hover,.m-paragraph--highcharts-diagram__link a:hover,.m-paragraph--bubble-element__overlay_back:hover,.m-paragraph--topicfocus__element_view_link a:hover,.m-paragraph--eventslider__link a:hover,.m-paragraph--factboxesfrontpage__link a:hover,.m-paragraph--newsslider__link a:hover,.m-paragraph--processelement__link a:hover,.m-paragraph--highcharts__tab-controls>a:hover,.m-paragraph--calltoactionbox1__link a:hover,.m-paragraph--highlightbox__link a:hover,.m-form--div--managed-file .m-form__submit:hover,.m-form__userloginform button:hover,.m-listen--news .form-actions button:hover,.m-node--event__back:hover,.m-node--press__back:hover,.m-node--news__back:hover,.m-anchors__link.is-current:hover,.m-footer__newsletterlink:hover,.m-footer__contactformlink:hover,.m-paragraph--calltoactionbox2__link a:hover,.m-paragraph--highlightbox2__link a:hover,.l-page-404__button:hover,.node-preview-container form button:hover,.m-localtask--actions form button:hover,.m-localtask form button:hover{color:#fff}.m-pressteaser__more a:active::before,.m-eventteaser__more a:active::before,.m-newsteaser__more a:active::before,.m-paragraph--highcharts-diagram__link a:active::before,.m-paragraph--bubble-element__overlay_back:active::before,.m-paragraph--topicfocus__element_view_link a:active::before,.m-paragraph--eventslider__link a:active::before,.m-paragraph--factboxesfrontpage__link a:active::before,.m-paragraph--newsslider__link a:active::before,.m-paragraph--processelement__link a:active::before,.m-paragraph--highcharts__tab-controls>a:active::before,.m-paragraph--calltoactionbox1__link a:active::before,.m-paragraph--highlightbox__link a:active::before,.m-form--div--managed-file .m-form__submit:active::before,.m-form__userloginform button:active::before,.m-listen--news .form-actions button:active::before,.m-node--event__back:active::before,.m-node--press__back:active::before,.m-node--news__back:active::before,.m-anchors__link.is-current:active::before,.m-footer__newsletterlink:active::before,.m-footer__contactformlink:active::before,.m-paragraph--calltoactionbox2__link a:active::before,.m-paragraph--highlightbox2__link a:active::before,.l-page-404__button:active::before,.node-preview-container form button:active::before,.m-localtask--actions form button:active::before,.m-localtask form button:active::before,.m-pressteaser__more a.is-pressed::before,.m-eventteaser__more a.is-pressed::before,.m-newsteaser__more a.is-pressed::before,.m-paragraph--highcharts-diagram__link a.is-pressed::before,.is-pressed.m-paragraph--bubble-element__overlay_back::before,.m-paragraph--topicfocus__element_view_link a.is-pressed::before,.m-paragraph--eventslider__link a.is-pressed::before,.m-paragraph--factboxesfrontpage__link a.is-pressed::before,.m-paragraph--newsslider__link a.is-pressed::before,.m-paragraph--processelement__link a.is-pressed::before,.m-paragraph--highcharts__tab-controls>a.is-pressed::before,.m-paragraph--calltoactionbox1__link a.is-pressed::before,.m-paragraph--highlightbox__link a.is-pressed::before,.m-form--div--managed-file .is-pressed.m-form__submit::before,.m-form__userloginform button.is-pressed::before,.m-listen--news .form-actions button.is-pressed::before,.is-pressed.m-node--event__back::before,.is-pressed.m-node--press__back::before,.is-pressed.m-node--news__back::before,.is-pressed.m-anchors__link.is-current::before,.is-pressed.m-footer__newsletterlink::before,.is-pressed.m-footer__contactformlink::before,.m-paragraph--calltoactionbox2__link a.is-pressed::before,.m-paragraph--highlightbox2__link a.is-pressed::before,.is-pressed.l-page-404__button::before,.node-preview-container form button.is-pressed::before,.m-localtask--actions form button.is-pressed::before,.m-localtask form button.is-pressed::before{display:block}.m-paragraph--calltoactionbox2__link a,.m-paragraph--highlightbox2__link a,.l-page-404__button,.node-preview-container form button,.m-localtask--actions form button,.m-localtask form button{color:var(--main-color-1) !important;background-color:#fff !important}.m-paragraph--calltoactionbox2__link a::before,.m-paragraph--highlightbox2__link a::before,.l-page-404__button::before,.node-preview-container form button::before,.m-localtask--actions form button::before,.m-localtask form button::before{background-color:#ececec !important}.m-paragraph--calltoactionbox2__link a:hover,.m-paragraph--highlightbox2__link a:hover,.l-page-404__button:hover,.node-preview-container form button:hover,.m-localtask--actions form button:hover,.m-localtask form button:hover{color:var(--main-color-2) !important;background-color:#fff !important}.m-footer__newsletterlink,.m-footer__contactformlink{background-color:#f5a03e !important}.m-footer__newsletterlink:hover,.m-footer__contactformlink:hover{background-color:#c84c09 !important}.m-node--annual-report__downloadlinkwrapper a{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background-image:linear-gradient(79deg, #c84c09 -32%, #f5a03e 62%);border:0;outline:0;padding:18px 77px 20px 26px;border-radius:7px;color:#fff;display:inline-block;overflow:hidden;z-index:1;position:relative}@media print{.m-node--annual-report__downloadlinkwrapper a{-webkit-transition:none;transition:none}}.m-node--annual-report__downloadlinkwrapper a:before{content:"";position:absolute;background-color:#fff;opacity:.25;top:0;right:0;width:60px;height:100%}.m-node--annual-report__downloadlinkwrapper a:after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cpath fill='%23FFF' d='M7.111 0v19.396L1.396 13.8 0 15.168 8 23l8-7.832-1.397-1.368-5.714 5.596V0z' fill-rule='evenodd'/%3e%3c/svg%3e") center no-repeat;position:absolute;top:22px;right:22px;width:16px;height:23px}.m-node--annual-report__downloadlinkwrapper a:hover{color:#fff}@media(max-width: 1200px){.m-node--annual-report__downloadlinkwrapper a{font-size:16px !important;font-weight:400 !important;padding-top:8px;padding-bottom:9px;padding-left:18px;padding-right:55px}.m-node--annual-report__downloadlinkwrapper a:before{width:40px}.m-node--annual-report__downloadlinkwrapper a:after{top:11px;right:13px;width:14px;height:20px}}.m-node--annual-article__backlink a{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background-image:linear-gradient(70deg, #c84c09 -33%, #f5a03e 62%);-webkit-box-shadow:0 3px 10px 0 #828282;box-shadow:0 3px 10px 0 #828282;border:0;outline:0;padding:15px 28px 15px 58px;color:#fff;display:inline-block;position:relative}@media print{.m-node--annual-article__backlink a{-webkit-transition:none;transition:none}}@media(max-width: 767px){.m-node--annual-article__backlink a{padding:12px 20px 12px 45px}}.m-node--annual-article__backlink a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cpath fill='%23FFF' d='M7.111 0v19.396L1.396 13.8 0 15.168 8 23l8-7.832-1.397-1.368-5.714 5.596V0z' fill-rule='evenodd'/%3e%3c/svg%3e") center no-repeat;content:"";position:absolute;left:31px;top:16px;width:16px;height:23px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media(max-width: 767px){.m-node--annual-article__backlink a::before{left:17px;top:12px;width:20px;height:22px}}.m-node--annual-article__backlink a:hover{color:#fff}.m-node--annual-article__backlink a:hover::before{left:27px}@media(max-width: 767px){.m-node--annual-article__backlink a:hover::before{left:14px}}.m-paragraph--textbildkombinationen__caption,.m-paragraph--youtubevideo__caption,.m-paragraph--highcharts-diagram__text figure figcaption,.m-paragraph--bubble-element__overlay_text figure figcaption,.m-paragraph--bubbles__text figure figcaption,.m-paragraph--topicfocus__element_view_text figure figcaption,.m-paragraph--documentselement__richtext figure figcaption,.m-paragraph--factboxesfrontpage__richtext figure figcaption,.m-paragraph--processelement__richtext figure figcaption,.m-paragraph--processelement__processteaser figure figcaption,.m-paragraph--faqelement__richtext figure figcaption,.m-paragraph--flexelement__richtext figure figcaption,.m-paragraph--textbildkombinationen__richtext figure figcaption,.m-paragraph--highlightbox2__richtext figure figcaption,.m-paragraph--highlightbox__richtext figure figcaption,.m-paragraph--factbox__richtext ul li figure figcaption,.m-paragraph--headlineintro__richtext figure figcaption,.m-node--event__text figure figcaption,.m-node--press__text figure figcaption,.m-node--news__text figure figcaption,.m-node__text figure figcaption{color:#828282;margin-top:6px}.m-eventteaser__tag ul,.m-eventteaser__audience ul,.m-node--event__tag ul,.m-node--event__audience ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none}.m-eventteaser__tag li,.m-eventteaser__audience li,.m-node--event__tag li,.m-node--event__audience li{padding-right:8px;padding-bottom:7px}.m-eventteaser__tag span,.m-eventteaser__audience span,.m-node--event__tag span,.m-node--event__audience span{color:#fff;display:block;padding:4px 7px 3px;border-radius:4px;background-color:var(--tag-color-1)}.m-eventteaser__tag span:hover,.m-eventteaser__audience span:hover,.m-node--event__tag span:hover,.m-node--event__audience span:hover{color:#fff}.m-searchresults__pager,.m-listen--publication nav[role=navigation],.m-listen--event nav[role=navigation],.m-listen--press nav[role=navigation]{text-align:center}.m-searchresults__pager .pager__item,.m-listen--publication nav[role=navigation] .pager__item,.m-listen--event nav[role=navigation] .pager__item,.m-listen--press nav[role=navigation] .pager__item{display:inline-block}.m-searchresults__pager .pager__item a,.m-listen--publication nav[role=navigation] .pager__item a,.m-listen--event nav[role=navigation] .pager__item a,.m-listen--press nav[role=navigation] .pager__item a{color:var(--link-color-1);font-size:18px;line-height:26px;font-weight:bold;margin:0 3px}.m-searchresults__pager .pager__item a:hover,.m-listen--publication nav[role=navigation] .pager__item a:hover,.m-listen--event nav[role=navigation] .pager__item a:hover,.m-listen--press nav[role=navigation] .pager__item a:hover{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;color:var(--main-color-3)}@media print{.m-searchresults__pager .pager__item a:hover,.m-listen--publication nav[role=navigation] .pager__item a:hover,.m-listen--event nav[role=navigation] .pager__item a:hover,.m-listen--press nav[role=navigation] .pager__item a:hover{-webkit-transition:none;transition:none}}.m-searchresults__pager .pager__item.is-active a,.m-listen--publication nav[role=navigation] .pager__item.is-active a,.m-listen--event nav[role=navigation] .pager__item.is-active a,.m-listen--press nav[role=navigation] .pager__item.is-active a{color:#fff;margin:0 1px;padding:1px 10px 3px;border-radius:4px;background-image:linear-gradient(42deg, var(--main-color-2) -35%, var(--main-color-3) 65%)}.m-searchresults__pager .pager__item--next span,.m-listen--publication nav[role=navigation] .pager__item--next span,.m-listen--event nav[role=navigation] .pager__item--next span,.m-listen--press nav[role=navigation] .pager__item--next span{display:none}.m-searchresults__pager .pager__item--next a,.m-listen--publication nav[role=navigation] .pager__item--next a,.m-listen--event nav[role=navigation] .pager__item--next a,.m-listen--press nav[role=navigation] .pager__item--next a{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;-webkit-transform:rotate(270deg);transform:rotate(270deg);display:block;width:19px;height:10px}.m-searchresults__pager .pager__item--next a:hover,.m-listen--publication nav[role=navigation] .pager__item--next a:hover,.m-listen--event nav[role=navigation] .pager__item--next a:hover,.m-listen--press nav[role=navigation] .pager__item--next a:hover{background:var(--icon-dark-arrow_down_bold-color-1)}.m-searchresults__pager .pager__item--previous span,.m-listen--publication nav[role=navigation] .pager__item--previous span,.m-listen--event nav[role=navigation] .pager__item--previous span,.m-listen--press nav[role=navigation] .pager__item--previous span{display:none}.m-searchresults__pager .pager__item--previous a,.m-listen--publication nav[role=navigation] .pager__item--previous a,.m-listen--event nav[role=navigation] .pager__item--previous a,.m-listen--press nav[role=navigation] .pager__item--previous a{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;-webkit-transform:rotate(90deg);transform:rotate(90deg);display:block;width:19px;height:10px}.m-searchresults__pager .pager__item--last,.m-listen--publication nav[role=navigation] .pager__item--last,.m-listen--event nav[role=navigation] .pager__item--last,.m-listen--press nav[role=navigation] .pager__item--last,.m-searchresults__pager .pager__item--first,.m-listen--publication nav[role=navigation] .pager__item--first,.m-listen--event nav[role=navigation] .pager__item--first,.m-listen--press nav[role=navigation] .pager__item--first{display:none}.accordion.open .accordion-content{display:block}.accordion-content{display:none}.m-form-success__title,.m-paragraph--bubble-element__overlay_title,.m-paragraph--topicfocus__heading,.m-paragraph--eventslider__linetext,.m-paragraph--factboxesfrontpage__linetext,.m-paragraph--newsslider__linetext,.m-paragraph--quotes__linetext,.m-paragraph--process__linetext,.m-paragraph--youtubevideo__linetext,.m-paragraph--highlightbox2__linetext,.m-paragraph--highlightbox__linetext,.m-paragraph--tileslist__linetext,.m-paragraph--headlineintro__linetext,.m-searchresults__title,.m-node--list__col>h2>div,.m-node--press__title,.m-node--news__title,.l-page-404__title,h1,.m-node--annual-article__header_title,.m-headerimage__title,.m-node--frontpage__sliderclaim strong,.m-search__inner h2,.m-node--frontpage__sliderclaim{font-family:AktivGrotesk;font-size:45px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}@media(max-width: 1200px){.m-form-success__title,.m-paragraph--bubble-element__overlay_title,.m-paragraph--topicfocus__heading,.m-paragraph--eventslider__linetext,.m-paragraph--factboxesfrontpage__linetext,.m-paragraph--newsslider__linetext,.m-paragraph--quotes__linetext,.m-paragraph--process__linetext,.m-paragraph--youtubevideo__linetext,.m-paragraph--highlightbox2__linetext,.m-paragraph--highlightbox__linetext,.m-paragraph--tileslist__linetext,.m-paragraph--headlineintro__linetext,.m-searchresults__title,.m-node--list__col>h2>div,.m-node--press__title,.m-node--news__title,.l-page-404__title,h1,.m-node--annual-article__header_title,.m-headerimage__title,.m-node--frontpage__sliderclaim strong,.m-search__inner h2,.m-node--frontpage__sliderclaim{font-size:35px}}@media(max-width: 767px){.m-form-success__title,.m-paragraph--bubble-element__overlay_title,.m-paragraph--topicfocus__heading,.m-paragraph--eventslider__linetext,.m-paragraph--factboxesfrontpage__linetext,.m-paragraph--newsslider__linetext,.m-paragraph--quotes__linetext,.m-paragraph--process__linetext,.m-paragraph--youtubevideo__linetext,.m-paragraph--highlightbox2__linetext,.m-paragraph--highlightbox__linetext,.m-paragraph--tileslist__linetext,.m-paragraph--headlineintro__linetext,.m-searchresults__title,.m-node--list__col>h2>div,.m-node--press__title,.m-node--news__title,.l-page-404__title,h1,.m-node--annual-article__header_title,.m-headerimage__title,.m-node--frontpage__sliderclaim strong,.m-search__inner h2,.m-node--frontpage__sliderclaim{font-size:30px}}.m-node--frontpage__sliderclaim strong,.m-search__inner h2,.m-node--frontpage__sliderclaim{line-height:1.33}@media(max-width: 767px){.m-headerimage__title{font-size:24px}}.m-node--annual-article__header_title{font-size:40px}@media(max-width: 1200px){.m-node--annual-article__header_title{font-size:30px}}@media(max-width: 767px){.m-node--annual-article__header_title{font-size:24px}}.m-search__inner h2,.m-node--frontpage__sliderclaim{font-weight:normal}.m-pressteaser__title,.m-eventteaser__title,.m-fpnewsteaser__title,.m-publication__title,.m-newsteaser__title,.m-firstmainnav--level2__trigger>a,.m-firstmainnav--level1__trigger a,.m-paragraph--distributionboxelement__linetext,.m-paragraph--icontile__linetext,.m-paragraph--linktile__linetext,.m-paragraph--quoteelement__puretext,.m-paragraph--processelement__linetext,.m-paragraph--contactboxelement__linetext,.m-paragraph--faqelement__linetext,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionbox2__linetext,.m-paragraph--calltoactionbox1__linetext,.m-searchresult__title,h2,.m-paragraph--highcharts-diagram__text h2,.m-paragraph--bubble-element__overlay_text h2,.m-paragraph--bubbles__text h2,.m-paragraph--topicfocus__element_view_text h2,.m-paragraph--documentselement__richtext h2,.m-paragraph--factboxesfrontpage__richtext h2,.m-paragraph--processelement__richtext h2,.m-paragraph--processelement__processteaser h2,.m-paragraph--faqelement__richtext h2,.m-paragraph--flexelement__richtext h2,.m-paragraph--textbildkombinationen__richtext h2,.m-paragraph--highlightbox2__richtext h2,.m-paragraph--highlightbox__richtext h2,.m-paragraph--factbox__richtext ul li h2,.m-paragraph--headlineintro__richtext h2,.m-node--event__text h2,.m-node--press__text h2,.m-node--news__text h2,.m-node__text h2,.m-paragraph--iam__inner{font-family:AktivGrotesk;font-size:24px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal}@media(max-width: 1200px){.m-pressteaser__title,.m-eventteaser__title,.m-fpnewsteaser__title,.m-publication__title,.m-newsteaser__title,.m-firstmainnav--level2__trigger>a,.m-firstmainnav--level1__trigger a,.m-paragraph--distributionboxelement__linetext,.m-paragraph--icontile__linetext,.m-paragraph--linktile__linetext,.m-paragraph--quoteelement__puretext,.m-paragraph--processelement__linetext,.m-paragraph--contactboxelement__linetext,.m-paragraph--faqelement__linetext,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionbox2__linetext,.m-paragraph--calltoactionbox1__linetext,.m-searchresult__title,h2,.m-paragraph--highcharts-diagram__text h2,.m-paragraph--bubble-element__overlay_text h2,.m-paragraph--bubbles__text h2,.m-paragraph--topicfocus__element_view_text h2,.m-paragraph--documentselement__richtext h2,.m-paragraph--factboxesfrontpage__richtext h2,.m-paragraph--processelement__richtext h2,.m-paragraph--processelement__processteaser h2,.m-paragraph--faqelement__richtext h2,.m-paragraph--flexelement__richtext h2,.m-paragraph--textbildkombinationen__richtext h2,.m-paragraph--highlightbox2__richtext h2,.m-paragraph--highlightbox__richtext h2,.m-paragraph--factbox__richtext ul li h2,.m-paragraph--headlineintro__richtext h2,.m-node--event__text h2,.m-node--press__text h2,.m-node--news__text h2,.m-node__text h2,.m-paragraph--iam__inner{font-size:22px}}@media(max-width: 767px){.m-pressteaser__title,.m-eventteaser__title,.m-fpnewsteaser__title,.m-publication__title,.m-newsteaser__title,.m-firstmainnav--level2__trigger>a,.m-firstmainnav--level1__trigger a,.m-paragraph--distributionboxelement__linetext,.m-paragraph--icontile__linetext,.m-paragraph--linktile__linetext,.m-paragraph--quoteelement__puretext,.m-paragraph--processelement__linetext,.m-paragraph--contactboxelement__linetext,.m-paragraph--faqelement__linetext,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionbox2__linetext,.m-paragraph--calltoactionbox1__linetext,.m-searchresult__title,h2,.m-paragraph--highcharts-diagram__text h2,.m-paragraph--bubble-element__overlay_text h2,.m-paragraph--bubbles__text h2,.m-paragraph--topicfocus__element_view_text h2,.m-paragraph--documentselement__richtext h2,.m-paragraph--factboxesfrontpage__richtext h2,.m-paragraph--processelement__richtext h2,.m-paragraph--processelement__processteaser h2,.m-paragraph--faqelement__richtext h2,.m-paragraph--flexelement__richtext h2,.m-paragraph--textbildkombinationen__richtext h2,.m-paragraph--highlightbox2__richtext h2,.m-paragraph--highlightbox__richtext h2,.m-paragraph--factbox__richtext ul li h2,.m-paragraph--headlineintro__richtext h2,.m-node--event__text h2,.m-node--press__text h2,.m-node--news__text h2,.m-node__text h2,.m-paragraph--iam__inner{font-size:18px}}.m-paragraph--iam__inner{font-weight:300}.m-paragraph--bubbles__headline,.m-paragraph--tabs__headline,.m-paragraph--topicfocus__element_view_heading,.m-paragraph--factboxesfrontpage__subheadline,.m-paragraph--faq__linetext,.m-paragraph--downloads__headline,.m-paragraph--flexelement__linetext,.m-paragraph--textbildkombinationen__linetext,.m-paragraph--factbox__linetext,h3,.m-paragraph--highcharts-diagram__text h3,.m-paragraph--bubble-element__overlay_text h3,.m-paragraph--bubbles__text h3,.m-paragraph--topicfocus__element_view_text h3,.m-paragraph--documentselement__richtext h3,.m-paragraph--factboxesfrontpage__richtext h3,.m-paragraph--processelement__richtext h3,.m-paragraph--processelement__processteaser h3,.m-paragraph--faqelement__richtext h3,.m-paragraph--flexelement__richtext h3,.m-paragraph--textbildkombinationen__richtext h3,.m-paragraph--highlightbox2__richtext h3,.m-paragraph--highlightbox__richtext h3,.m-paragraph--factbox__richtext ul li h3,.m-paragraph--headlineintro__richtext h3,.m-node--event__text h3,.m-node--press__text h3,.m-node--news__text h3,.m-node__text h3,.m-2click-notice__text_click,.m-paragraph--calltoactionbox2__linetext{font-family:AktivGrotesk;font-size:38px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}@media(max-width: 1200px){.m-paragraph--bubbles__headline,.m-paragraph--tabs__headline,.m-paragraph--topicfocus__element_view_heading,.m-paragraph--factboxesfrontpage__subheadline,.m-paragraph--faq__linetext,.m-paragraph--downloads__headline,.m-paragraph--flexelement__linetext,.m-paragraph--textbildkombinationen__linetext,.m-paragraph--factbox__linetext,h3,.m-paragraph--highcharts-diagram__text h3,.m-paragraph--bubble-element__overlay_text h3,.m-paragraph--bubbles__text h3,.m-paragraph--topicfocus__element_view_text h3,.m-paragraph--documentselement__richtext h3,.m-paragraph--factboxesfrontpage__richtext h3,.m-paragraph--processelement__richtext h3,.m-paragraph--processelement__processteaser h3,.m-paragraph--faqelement__richtext h3,.m-paragraph--flexelement__richtext h3,.m-paragraph--textbildkombinationen__richtext h3,.m-paragraph--highlightbox2__richtext h3,.m-paragraph--highlightbox__richtext h3,.m-paragraph--factbox__richtext ul li h3,.m-paragraph--headlineintro__richtext h3,.m-node--event__text h3,.m-node--press__text h3,.m-node--news__text h3,.m-node__text h3,.m-2click-notice__text_click,.m-paragraph--calltoactionbox2__linetext{font-size:30px}}@media(max-width: 767px){.m-paragraph--bubbles__headline,.m-paragraph--tabs__headline,.m-paragraph--topicfocus__element_view_heading,.m-paragraph--factboxesfrontpage__subheadline,.m-paragraph--faq__linetext,.m-paragraph--downloads__headline,.m-paragraph--flexelement__linetext,.m-paragraph--textbildkombinationen__linetext,.m-paragraph--factbox__linetext,h3,.m-paragraph--highcharts-diagram__text h3,.m-paragraph--bubble-element__overlay_text h3,.m-paragraph--bubbles__text h3,.m-paragraph--topicfocus__element_view_text h3,.m-paragraph--documentselement__richtext h3,.m-paragraph--factboxesfrontpage__richtext h3,.m-paragraph--processelement__richtext h3,.m-paragraph--processelement__processteaser h3,.m-paragraph--faqelement__richtext h3,.m-paragraph--flexelement__richtext h3,.m-paragraph--textbildkombinationen__richtext h3,.m-paragraph--highlightbox2__richtext h3,.m-paragraph--highlightbox__richtext h3,.m-paragraph--factbox__richtext ul li h3,.m-paragraph--headlineintro__richtext h3,.m-node--event__text h3,.m-node--press__text h3,.m-node--news__text h3,.m-node__text h3,.m-2click-notice__text_click,.m-paragraph--calltoactionbox2__linetext{font-size:25px}}@media(max-width: 1200px){.m-2click-notice__text_click,.m-paragraph--calltoactionbox2__linetext{font-size:22px}}@media(max-width: 767px){.m-2click-notice__text_click,.m-paragraph--calltoactionbox2__linetext{font-size:18px}}.m-pressteaser__teaser,.m-tabnavi__item,.m-form-success__text,.m-footer-social__title,.m-footer__contactlink .m-paragraph--contactboxcontactelement__linetext,.m-footer__upper,.m-block--languageswitch,.m-search-form__button,.m-newsteaser__teaser,.hamburger-title,.m-servicenav,.m-firstmainnav--level3__trigger a,.m-mainnav__service,.m-paragraph--documents .m-download__fileitem__mime a,.m-paragraph--factboxesfrontpage__puretext,.m-paragraph--distributionboxelement__links,.m-paragraph--distributionboxelement__puretext,.m-paragraph--icontile__puretext,.m-paragraph--linktile__puretext,.m-paragraph--contactboxelement__puretext,.m-paragraph--youtubevideo__puretext,.m-paragraph--tileslist__description,.m-paragraph--factbox__puretext,.m-block--dov_breadcrumbs__list__trigger a,.m-block--dov_breadcrumbs__list__trigger::after,.m-block--searchsorting h2,.m-multistepform p,.m-searchresult__flagbundle,.m-searchresult__flagog,.m-searchresult__snippet,.m-searchresults__no-result,.m-form__searchapipageblockformsearch .m-form__search,.m-form--fieldset legend,.vsb-menu .multi li,.vsb-main button span,.vsb-menu li,.m-listen__noresultsfound,.m-node--event__teaser,.m-node--event__location,.m-node--event__timeline,.l-page-404__text,.m-paragraph--highcharts-diagram__text,.m-paragraph--bubble-element__overlay_text,.m-paragraph--bubbles__text,.m-paragraph--topicfocus__element_view_text,.m-paragraph--documentselement__richtext,.m-paragraph--factboxesfrontpage__richtext,.m-paragraph--processelement__richtext,.m-paragraph--processelement__processteaser,.m-paragraph--faqelement__richtext,.m-paragraph--flexelement__richtext,.m-paragraph--textbildkombinationen__richtext,.m-paragraph--highlightbox2__richtext,.m-paragraph--highlightbox__richtext,.m-paragraph--factbox__richtext ul li,.m-paragraph--headlineintro__richtext,.m-node--event__text,.m-node--press__text,.m-node--news__text,.m-node__text,.m-tabnavi__item a.is-opened,.m-anchors__link,.m-footer__newsletter h5,.m-search__title,.m-footernav--level1__trigger a,.m-paragraph--bubble-element__bubble_title,.m-paragraph--tab-element__name button,.m-paragraph--topicfocus__element_button,.m-paragraph--quoteelement__linetext,.m-paragraph--contactboxelement__name,.m-paragraph--highcharts-diagram__text h4,.m-paragraph--bubble-element__overlay_text h4,.m-paragraph--bubbles__text h4,.m-paragraph--topicfocus__element_view_text h4,.m-paragraph--documentselement__richtext h4,.m-paragraph--factboxesfrontpage__richtext h4,.m-paragraph--processelement__richtext h4,.m-paragraph--processelement__processteaser h4,.m-paragraph--faqelement__richtext h4,.m-paragraph--flexelement__richtext h4,.m-paragraph--textbildkombinationen__richtext h4,.m-paragraph--highlightbox2__richtext h4,.m-paragraph--highlightbox__richtext h4,.m-paragraph--factbox__richtext ul li h4,.m-paragraph--headlineintro__richtext h4,.m-node--event__text h4,.m-node--press__text h4,.m-node--news__text h4,.m-node__text h4,.m-2click-notice__text_link_wrapper,.m-2click-notice__text_note,.m-download__fileitem__filename>a,.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a,.m-labels{font-family:AktivGrotesk;font-size:18px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.44;letter-spacing:normal}@media(max-width: 767px){.m-pressteaser__teaser,.m-tabnavi__item,.m-form-success__text,.m-footer-social__title,.m-footer__contactlink .m-paragraph--contactboxcontactelement__linetext,.m-footer__upper,.m-block--languageswitch,.m-search-form__button,.m-newsteaser__teaser,.hamburger-title,.m-servicenav,.m-firstmainnav--level3__trigger a,.m-mainnav__service,.m-paragraph--documents .m-download__fileitem__mime a,.m-paragraph--factboxesfrontpage__puretext,.m-paragraph--distributionboxelement__links,.m-paragraph--distributionboxelement__puretext,.m-paragraph--icontile__puretext,.m-paragraph--linktile__puretext,.m-paragraph--contactboxelement__puretext,.m-paragraph--youtubevideo__puretext,.m-paragraph--tileslist__description,.m-paragraph--factbox__puretext,.m-block--dov_breadcrumbs__list__trigger a,.m-block--dov_breadcrumbs__list__trigger::after,.m-block--searchsorting h2,.m-multistepform p,.m-searchresult__flagbundle,.m-searchresult__flagog,.m-searchresult__snippet,.m-searchresults__no-result,.m-form__searchapipageblockformsearch .m-form__search,.m-form--fieldset legend,.vsb-menu .multi li,.vsb-main button span,.vsb-menu li,.m-listen__noresultsfound,.m-node--event__teaser,.m-node--event__location,.m-node--event__timeline,.l-page-404__text,.m-paragraph--highcharts-diagram__text,.m-paragraph--bubble-element__overlay_text,.m-paragraph--bubbles__text,.m-paragraph--topicfocus__element_view_text,.m-paragraph--documentselement__richtext,.m-paragraph--factboxesfrontpage__richtext,.m-paragraph--processelement__richtext,.m-paragraph--processelement__processteaser,.m-paragraph--faqelement__richtext,.m-paragraph--flexelement__richtext,.m-paragraph--textbildkombinationen__richtext,.m-paragraph--highlightbox2__richtext,.m-paragraph--highlightbox__richtext,.m-paragraph--factbox__richtext ul li,.m-paragraph--headlineintro__richtext,.m-node--event__text,.m-node--press__text,.m-node--news__text,.m-node__text,.m-tabnavi__item a.is-opened,.m-anchors__link,.m-footer__newsletter h5,.m-search__title,.m-footernav--level1__trigger a,.m-paragraph--bubble-element__bubble_title,.m-paragraph--tab-element__name button,.m-paragraph--topicfocus__element_button,.m-paragraph--quoteelement__linetext,.m-paragraph--contactboxelement__name,.m-paragraph--highcharts-diagram__text h4,.m-paragraph--bubble-element__overlay_text h4,.m-paragraph--bubbles__text h4,.m-paragraph--topicfocus__element_view_text h4,.m-paragraph--documentselement__richtext h4,.m-paragraph--factboxesfrontpage__richtext h4,.m-paragraph--processelement__richtext h4,.m-paragraph--processelement__processteaser h4,.m-paragraph--faqelement__richtext h4,.m-paragraph--flexelement__richtext h4,.m-paragraph--textbildkombinationen__richtext h4,.m-paragraph--highlightbox2__richtext h4,.m-paragraph--highlightbox__richtext h4,.m-paragraph--factbox__richtext ul li h4,.m-paragraph--headlineintro__richtext h4,.m-node--event__text h4,.m-node--press__text h4,.m-node--news__text h4,.m-node__text h4,.m-2click-notice__text_link_wrapper,.m-2click-notice__text_note,.m-download__fileitem__filename>a,.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a,.m-labels{font-size:16px}}@media(max-width: 767px){.m-labels{font-size:18px}}.m-download__fileitem__filename>a,.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a{line-height:1.39}.m-tabnavi__item a.is-opened,.m-anchors__link,.m-footer__newsletter h5,.m-search__title,.m-footernav--level1__trigger a,.m-paragraph--bubble-element__bubble_title,.m-paragraph--tab-element__name button,.m-paragraph--topicfocus__element_button,.m-paragraph--quoteelement__linetext,.m-paragraph--contactboxelement__name,.m-paragraph--factbox__richtext ul li,.m-paragraph--highcharts-diagram__text h4,.m-paragraph--bubble-element__overlay_text h4,.m-paragraph--bubbles__text h4,.m-paragraph--topicfocus__element_view_text h4,.m-paragraph--documentselement__richtext h4,.m-paragraph--factboxesfrontpage__richtext h4,.m-paragraph--processelement__richtext h4,.m-paragraph--processelement__processteaser h4,.m-paragraph--faqelement__richtext h4,.m-paragraph--flexelement__richtext h4,.m-paragraph--textbildkombinationen__richtext h4,.m-paragraph--highlightbox2__richtext h4,.m-paragraph--highlightbox__richtext h4,.m-paragraph--factbox__richtext ul li h4,.m-paragraph--headlineintro__richtext h4,.m-node--event__text h4,.m-node--press__text h4,.m-node--news__text h4,.m-node__text h4,.m-2click-notice__text_link_wrapper,.m-2click-notice__text_note{font-weight:bold}@media(max-width: 767px){.m-2click-notice__text_link_wrapper,.m-2click-notice__text_note{font-size:14px}}.m-block--searchsorting ul,.m-paragraph--highcharts-diagram__text h5,.m-paragraph--bubble-element__overlay_text h5,.m-paragraph--bubbles__text h5,.m-paragraph--topicfocus__element_view_text h5,.m-paragraph--documentselement__richtext h5,.m-paragraph--factboxesfrontpage__richtext h5,.m-paragraph--processelement__richtext h5,.m-paragraph--processelement__processteaser h5,.m-paragraph--faqelement__richtext h5,.m-paragraph--flexelement__richtext h5,.m-paragraph--textbildkombinationen__richtext h5,.m-paragraph--highlightbox2__richtext h5,.m-paragraph--highlightbox__richtext h5,.m-paragraph--factbox__richtext ul li h5,.m-paragraph--headlineintro__richtext h5,.m-node--event__text h5,.m-node--press__text h5,.m-node--news__text h5,.m-node__text h5{font-family:AktivGrotesk;font-size:16px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal}.m-download__fileitem__mime a,.m-eventteaser__weekdaytime,.m-fpnewsteaser__date,.m-footer__lower,.m-publication__theme,.m-paragraph--quoteelement__caption,.m-paragraph--highcharts-diagram__text h6,.m-paragraph--bubble-element__overlay_text h6,.m-paragraph--bubbles__text h6,.m-paragraph--topicfocus__element_view_text h6,.m-paragraph--documentselement__richtext h6,.m-paragraph--factboxesfrontpage__richtext h6,.m-paragraph--processelement__richtext h6,.m-paragraph--processelement__processteaser h6,.m-paragraph--faqelement__richtext h6,.m-paragraph--flexelement__richtext h6,.m-paragraph--textbildkombinationen__richtext h6,.m-paragraph--highlightbox2__richtext h6,.m-paragraph--highlightbox__richtext h6,.m-paragraph--factbox__richtext ul li h6,.m-paragraph--headlineintro__richtext h6,.m-node--event__text h6,.m-node--press__text h6,.m-node--news__text h6,.m-node__text h6,.m-paragraph--textbildkombinationen__caption,.m-paragraph--youtubevideo__caption,.m-paragraph--highcharts-diagram__text figure figcaption,.m-paragraph--bubble-element__overlay_text figure figcaption,.m-paragraph--bubbles__text figure figcaption,.m-paragraph--topicfocus__element_view_text figure figcaption,.m-paragraph--documentselement__richtext figure figcaption,.m-paragraph--factboxesfrontpage__richtext figure figcaption,.m-paragraph--processelement__richtext figure figcaption,.m-paragraph--processelement__processteaser figure figcaption,.m-paragraph--faqelement__richtext figure figcaption,.m-paragraph--flexelement__richtext figure figcaption,.m-paragraph--textbildkombinationen__richtext figure figcaption,.m-paragraph--highlightbox2__richtext figure figcaption,.m-paragraph--highlightbox__richtext figure figcaption,.m-paragraph--factbox__richtext ul li figure figcaption,.m-paragraph--headlineintro__richtext figure figcaption,.m-node--event__text figure figcaption,.m-node--press__text figure figcaption,.m-node--news__text figure figcaption,.m-node__text figure figcaption,.m-eventteaser__location,.m-eventteaser__tag span,.m-eventteaser__audience span,.m-node--event__tag span,.m-node--event__audience span{font-family:AktivGrotesk;font-size:15px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal}.m-form__description p,[id$="--description"] p,.m-form__description,[id$="--description"]{font-family:AktivGrotesk;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.4;letter-spacing:normal}.m-eventteaser__location{font-style:italic}@media(max-width: 767px){.m-paragraph--textbildkombinationen__caption,.m-paragraph--youtubevideo__caption,.m-paragraph--highcharts-diagram__text figure figcaption,.m-paragraph--bubble-element__overlay_text figure figcaption,.m-paragraph--bubbles__text figure figcaption,.m-paragraph--topicfocus__element_view_text figure figcaption,.m-paragraph--documentselement__richtext figure figcaption,.m-paragraph--factboxesfrontpage__richtext figure figcaption,.m-paragraph--processelement__richtext figure figcaption,.m-paragraph--processelement__processteaser figure figcaption,.m-paragraph--faqelement__richtext figure figcaption,.m-paragraph--flexelement__richtext figure figcaption,.m-paragraph--textbildkombinationen__richtext figure figcaption,.m-paragraph--highlightbox2__richtext figure figcaption,.m-paragraph--highlightbox__richtext figure figcaption,.m-paragraph--factbox__richtext ul li figure figcaption,.m-paragraph--headlineintro__richtext figure figcaption,.m-node--event__text figure figcaption,.m-node--press__text figure figcaption,.m-node--news__text figure figcaption,.m-node__text figure figcaption{font-size:14px}}.m-eventteaser__date span.m-time__year,.m-node--event__date,.m-eventteaser__date{font-family:AktivGrotesk;font-size:35px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.m-eventteaser__date{font-weight:bold}.m-paragraph--processelement__number,.m-paragraph--factboxesfrontpage__richtext ul li::before,.m-paragraph--factboxesfrontpage__richtext ol li::before{font-family:AktivGrotesk;font-size:75px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.m-paragraph--factboxesfrontpage__richtext ul li::before,.m-paragraph--factboxesfrontpage__richtext ol li::before{font-size:60px;line-height:1}@media(max-width: 767px){.m-paragraph--factboxesfrontpage__richtext ul li::before,.m-paragraph--factboxesfrontpage__richtext ol li::before{font-size:45px}}.m-paragraph--processelement__toggle,.m-paragraph--contactboxcontactelement__linetext,.m-form__submit,.m-node--annual-report__downloadlinkwrapper a,.m-node--annual-article__backlink a,.m-pressteaser__more a,.m-eventteaser__more a,.m-newsteaser__more a,.m-paragraph--highcharts-diagram__link a,.m-paragraph--bubble-element__overlay_back,.m-paragraph--topicfocus__element_view_link a,.m-paragraph--eventslider__link a,.m-paragraph--factboxesfrontpage__link a,.m-paragraph--newsslider__link a,.m-paragraph--processelement__link a,.m-paragraph--highcharts__tab-controls>a,.m-paragraph--calltoactionbox1__link a,.m-paragraph--highlightbox__link a,.m-form--div--managed-file .m-form__submit,.m-form__userloginform button,.m-listen--news .form-actions button,.m-node--event__back,.m-node--press__back,.m-node--news__back,.m-paragraph--calltoactionbox2__link a,.m-paragraph--highlightbox2__link a,.l-page-404__button,.node-preview-container form button,.m-localtask--actions form button,.m-localtask form button,.m-footer__newsletterlink,.m-footer__contactformlink,.m-anchors__link.is-current{font-family:AktivGrotesk;font-size:16px;font-weight:bold;font-stretch:normal;font-style:normal;line-height:1.63;letter-spacing:normal}.m-anchors__link.is-current,.m-node--annual-report__downloadlinkwrapper a,.m-node--annual-article__backlink a{font-size:18px;line-height:1.44}@media(max-width: 767px){.m-anchors__link.is-current,.m-node--annual-report__downloadlinkwrapper a,.m-node--annual-article__backlink a{font-size:16px}}/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}.container,.m-paragraph--highcharts-diagram__inner,.m-paragraph--bubbles__container,.m-paragraph--documents,.m-paragraph--eventslider__content,.m-paragraph--factboxfp__container,.m-paragraph--distribution,.m-paragraph--newsslider,.m-paragraph--quotes,.m-paragraph--process,.m-paragraph--highcharts,.m-paragraph--contact,:not([data-id]) .m-paragraph--faqs,.m-paragraph--faqs__wrapper,:not([data-id]) .m-paragraph--downloads,.m-paragraph--downloads__wrapper,.m-paragraph--calltoaction1,.m-paragraph--flexelement,.m-paragraph--textbildkombinationen__center,.m-paragraph--youtube-video,.m-paragraph--highlightbox2,.m-paragraph--highlightbox1,.m-paragraph--tileslist__container,.m-paragraph--factbox,.m-paragraph--headlineintro,.m-block--gvl_breadcrumbs__container,.m-node--annual-article__backlink_container,.m-node--form__container,.m-node--list__container,.m-node--event__container,.m-node--press__container,.m-node--news__container,.l-page-404__container,.l-search__main,.container-fluid,.m-paragraph--tabs__center,.m-paragraph--topicfocus__inner,.m-paragraph--eventslider__container,.m-paragraph--calltoaction2,.m-paragraph--tileslist__bg,.m-node--annual-report__lowerbox,.m-node--frontpage__iamcontainer,.container-xl,.container-lg,.container-md{width:100%;padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media(min-width: 768px){.container-md,.container-sm,.container,.m-paragraph--highcharts-diagram__inner,.m-paragraph--bubbles__container,.m-paragraph--documents,.m-paragraph--eventslider__content,.m-paragraph--factboxfp__container,.m-paragraph--distribution,.m-paragraph--newsslider,.m-paragraph--quotes,.m-paragraph--process,.m-paragraph--highcharts,.m-paragraph--contact,:not([data-id]) .m-paragraph--faqs,.m-paragraph--faqs__wrapper,:not([data-id]) .m-paragraph--downloads,.m-paragraph--downloads__wrapper,.m-paragraph--calltoaction1,.m-paragraph--flexelement,.m-paragraph--textbildkombinationen__center,.m-paragraph--youtube-video,.m-paragraph--highlightbox2,.m-paragraph--highlightbox1,.m-paragraph--tileslist__container,.m-paragraph--factbox,.m-paragraph--headlineintro,.m-block--gvl_breadcrumbs__container,.m-node--annual-article__backlink_container,.m-node--form__container,.m-node--list__container,.m-node--event__container,.m-node--press__container,.m-node--news__container,.l-page-404__container,.l-search__main{max-width:90%}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container,.m-paragraph--highcharts-diagram__inner,.m-paragraph--bubbles__container,.m-paragraph--documents,.m-paragraph--eventslider__content,.m-paragraph--factboxfp__container,.m-paragraph--distribution,.m-paragraph--newsslider,.m-paragraph--quotes,.m-paragraph--process,.m-paragraph--highcharts,.m-paragraph--contact,:not([data-id]) .m-paragraph--faqs,.m-paragraph--faqs__wrapper,:not([data-id]) .m-paragraph--downloads,.m-paragraph--downloads__wrapper,.m-paragraph--calltoaction1,.m-paragraph--flexelement,.m-paragraph--textbildkombinationen__center,.m-paragraph--youtube-video,.m-paragraph--highlightbox2,.m-paragraph--highlightbox1,.m-paragraph--tileslist__container,.m-paragraph--factbox,.m-paragraph--headlineintro,.m-block--gvl_breadcrumbs__container,.m-node--annual-article__backlink_container,.m-node--form__container,.m-node--list__container,.m-node--event__container,.m-node--press__container,.m-node--news__container,.l-page-404__container,.l-search__main{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container,.m-paragraph--highcharts-diagram__inner,.m-paragraph--bubbles__container,.m-paragraph--documents,.m-paragraph--eventslider__content,.m-paragraph--factboxfp__container,.m-paragraph--distribution,.m-paragraph--newsslider,.m-paragraph--quotes,.m-paragraph--process,.m-paragraph--highcharts,.m-paragraph--contact,:not([data-id]) .m-paragraph--faqs,.m-paragraph--faqs__wrapper,:not([data-id]) .m-paragraph--downloads,.m-paragraph--downloads__wrapper,.m-paragraph--calltoaction1,.m-paragraph--flexelement,.m-paragraph--textbildkombinationen__center,.m-paragraph--youtube-video,.m-paragraph--highlightbox2,.m-paragraph--highlightbox1,.m-paragraph--tileslist__container,.m-paragraph--factbox,.m-paragraph--headlineintro,.m-block--gvl_breadcrumbs__container,.m-node--annual-article__backlink_container,.m-node--form__container,.m-node--list__container,.m-node--event__container,.m-node--press__container,.m-node--news__container,.l-page-404__container,.l-search__main{max-width:1248px}}.row,.m-publication,.m-2click-notice__visible,.m-firstmainnav--level2,.m-mainnav__lowerrow,.m-paragraph--bubbles__row,.m-paragraph--tabs__row,.m-paragraph--topicfocus__row,.m-paragraph--documents__row,.m-paragraph--eventslider__contentrow,.m-paragraph--eventslider__row,.m-paragraph--factboxfp__inner,.m-paragraph--factboxfp__row,.m-paragraph--distributionboxes__distributionboxesref,.m-paragraph--distribution__row,.m-paragraph--newsslider__main,.m-paragraph--newsslider__header,.m-paragraph--quotes__main,.m-paragraph--quotes__header,.m-paragraph--process__processreference,.m-paragraph--process__main,.m-paragraph--process__header,.m-paragraph--contactboxelement__contactselementref,.m-paragraph--contactbox__contactboxreference,.m-paragraph--contact__row,.m-paragraph--faqs:not([data-id]) .m-paragraph--faqs__row,.m-paragraph--faqs__wrapper__row,.m-paragraph--downloads:not([data-id]) .m-paragraph--downloads__row,.m-paragraph--downloads__wrapper__row,.m-paragraph--calltoactionboxes2__boxreferences,.m-paragraph--calltoaction2__row,.m-paragraph--calltoactionboxes1__boxreferences,.m-paragraph--calltoaction1__row,.m-paragraph--flexelement__row,.m-paragraph--textbildkombinationen__inner,.m-paragraph--textbildkombinationen__row,.m-paragraph--youtube-video__main,.m-paragraph--youtube-video__header,.m-paragraph--highlightbox2__inner,.m-paragraph--highlightbox2__row,.m-paragraph--highlightbox1__row,.m-paragraph--tileslist__tilelist,.m-paragraph--tileslist__row,.m-paragraph--factbox__richtext ul,.m-paragraph--factbox__text-box,.m-paragraph--factbox__inner,.m-paragraph--headlineintro__inner,.m-block--gvl_breadcrumbs__row,.m-listen--publication,.m-listen--event,.m-listen--press,.views-infinite-scroll-content-wrapper,#js-form-wrapper--views_exposed_form,.m-node--annual-article__backlink_row,.m-node--annual-report__lowerbox_row,.m-node--form__row,.m-node--list__row,.m-node--event__row,.m-node--press__row,.m-node--news__row,.m-node--frontpage__iamrow,.l-page-404__row,.l-search__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-24px;margin-left:-24px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.m-mainnav__service,.m-paragraph--factboxesfrontpage__bottom,.m-paragraph--distribution__col,.m-paragraph--newsslider__headercol,.m-paragraph--quotes__maincol,[data-count="1"] .m-paragraph--quotes__headercol,.m-paragraph--process__maincol,.m-paragraph--textbildkombinationen__col,.m-paragraph--highlightbox2__col,.m-paragraph--highlightbox1__col,.m-paragraph--factbox__text,.m-paragraph--factbox__inner.center .m-paragraph--factbox__text,.m-listen--publication__trigger,.m-node--annual-article__backlink_col,.col-xl-9,.col-xl-8,.m-paragraph--documents__col,.m-paragraph--quotes__headercol,.m-paragraph--process__headercol,.m-paragraph--contact[data-count="1"] .m-paragraph--contact__col,.m-paragraph--faqs:not([data-id]) .m-paragraph--faqs__col,.m-paragraph--faqs__wrapper .m-paragraph--faqs,.m-paragraph--faqs__tabnavi,.m-paragraph--downloads:not([data-id]) .m-paragraph--downloads__col,.m-paragraph--downloads__wrapper .m-paragraph--downloads,.m-paragraph--downloads__tabnavi,.m-paragraph--flexelement__col,.m-paragraph--textbildkombinationen[data-hasimage="0"] .m-paragraph--textbildkombinationen__col,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__col,.m-paragraph--youtube-video__headercol,.m-paragraph--highlightbox2[data-hasimage="1"] .m-paragraph--highlightbox2__content,.m-paragraph--factbox__text-center,.m-paragraph--headlineintro__col,.m-block--gvl_breadcrumbs__col,.m-listen--publication nav[role=navigation],.m-listen--event__trigger,.m-listen--event nav[role=navigation],.m-listen--press__trigger,.m-listen--press nav[role=navigation],#js-form-wrapper--views_exposed_form .js-form-wrapper__inner,.m-node--form__col,.m-node--list__col,.m-node--event__col,.m-node--press__col,.m-node--news__col,.l-page--search__container,.col-xl-7,.m-headerimage__title,.m-paragraph--eventslider__events,.col-xl-6,.m-paragraph--eventslider__title,.m-paragraph--contactboxelement__contactselementref>div,.m-paragraph--contactbox__contactboxreference>div,.m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--textbildkombinationen__contentwrapper,.m-paragraph--textbildkombinationen__imagewrapper,.m-paragraph--tileslist__text,.col-xl-5,.m-footer__company,.col-xl-4,.m-footer__servicenav,.m-paragraph--distributionboxes__distributionboxesref>div,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction1[data-count="2"] .m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--calltoaction1[data-count="3"] .m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--highlightbox2__mediaimage,.m-paragraph--tileslist[data-count="1"] .m-paragraph--tileslist__tile,.m-paragraph--tileslist[data-count="2"] .m-paragraph--tileslist__tile,.m-paragraph--tileslist[data-count="3"] .m-paragraph--tileslist__tile,.m-paragraph--factbox__richtext ul li,.m-listen--news__trigger,.col-xl-3,.m-footer__social,.m-footer__newsletter,.m-footer__footernav,.m-footer__contact,.m-footer__logo,.m-paragraph--tileslist__tile,.col-xl-2,.m-mainnav__social,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.m-paragraph--contact[data-count="1"] .m-paragraph--contactbox__contactboxreference>div,.m-paragraph--textbildkombinationen[data-hasimage="0"] .m-paragraph--textbildkombinationen__contentwrapper,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__contentwrapper,.col-md-11,.col-md-10,.m-paragraph--contactbox__contactboxreference>div,.m-paragraph--contact[data-count="1"] .m-paragraph--contact__col,.col-md-9,.m-publication>div:nth-child(2),.m-headerimage__title,.col-md-8,.m-2click-notice,.m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__imagewrapper,.col-md-7,.m-paragraph--highlightbox2[data-hasimage="1"] .m-paragraph--highlightbox2__content,.col-md-6,.m-footer__newsletter,.m-footer__footernav,.m-footer__contact,.m-footer__logo,.m-paragraph--factboxesfrontpage__top,.m-paragraph--factboxesfrontpage__image,.m-paragraph--distributionboxes__distributionboxesref>div,.m-paragraph--process__processreferenceitem,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction2[data-count="2"] .m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction1[data-count="2"] .m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--calltoaction1[data-count="3"] .m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--tileslist__tile,.col-md-5,.m-paragraph--highlightbox2__mediaimage,.col-md-4,.m-paragraph--eventslider__image,.col-md-3,.m-publication>div:nth-child(1),.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.m-publication>div:nth-child(2),.m-publication>div:nth-child(1),.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.m-footer__servicenav,.m-footer__social,.m-footer__company,.m-footer__newsletter,.m-footer__footernav,.m-footer__contact,.m-footer__logo,.m-publication>div:nth-child(3),.m-headerimage__title,.m-mainnav__social,.m-mainnav__service,.m-mainnav__lowerinner,.m-mainnav__outer,.m-paragraph--bubbles__col,.m-paragraph--tabs__col,.m-paragraph--topicfocus__col,.m-paragraph--documents__col,.m-paragraph--eventslider__events,.m-paragraph--eventslider__title,.m-paragraph--eventslider__image,.m-paragraph--factboxesfrontpage__bottom,.m-paragraph--factboxesfrontpage__top,.m-paragraph--factboxesfrontpage__image,.m-paragraph--factboxfp__col,.m-paragraph--distributionboxes__distributionboxesref>div,.m-paragraph--distribution__col,.m-paragraph--newsslider__maincol,.m-paragraph--newsslider__headercol,.m-paragraph--quotes__maincol,.m-paragraph--quotes__headercol,.m-paragraph--process__processreferenceitem,.m-paragraph--process__maincol,.m-paragraph--process__headercol,.m-paragraph--contactboxelement__contactselementref>div,.m-paragraph--contactbox__contactboxreference>div,.m-paragraph--contact__col,.m-paragraph--faqs:not([data-id]) .m-paragraph--faqs__col,.m-paragraph--faqs__wrapper .m-paragraph--faqs,.m-paragraph--faqs__tabnavi,.m-paragraph--downloads:not([data-id]) .m-paragraph--downloads__col,.m-paragraph--downloads__wrapper .m-paragraph--downloads,.m-paragraph--downloads__tabnavi,.m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction2__col,.m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--calltoaction1__col,.m-paragraph--flexelement__col,.m-paragraph--textbildkombinationen__contentwrapper,.m-paragraph--textbildkombinationen__imagewrapper,.m-paragraph--textbildkombinationen[data-hasimage="0"] .m-paragraph--textbildkombinationen__col,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__col,.m-paragraph--textbildkombinationen__col,.m-paragraph--youtube-video__maincol,.m-paragraph--youtube-video__headercol,.m-paragraph--highlightbox2__content,.m-paragraph--highlightbox2__mediaimage,.m-paragraph--highlightbox2__col,.m-paragraph--highlightbox1__col,.m-paragraph--tileslist__tile,.m-paragraph--tileslist__tiles,.m-paragraph--factbox__image,.m-node--annual-report__lowerbox_col,.m-node--list__list,.m-node--frontpage__iaminner,.l-page-404__col,.l-search__col,.col-11,.col-10,.m-2click-notice,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:24px;padding-left:24px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10,.m-2click-notice{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12,.m-footer__servicenav,.m-footer__social,.m-footer__company,.m-footer__newsletter,.m-footer__footernav,.m-footer__contact,.m-footer__logo,.m-publication>div:nth-child(3),.m-headerimage__title,.m-mainnav__social,.m-mainnav__service,.m-mainnav__lowerinner,.m-mainnav__outer,.m-paragraph--bubbles__col,.m-paragraph--tabs__col,.m-paragraph--topicfocus__col,.m-paragraph--documents__col,.m-paragraph--eventslider__events,.m-paragraph--eventslider__title,.m-paragraph--eventslider__image,.m-paragraph--factboxesfrontpage__bottom,.m-paragraph--factboxesfrontpage__top,.m-paragraph--factboxesfrontpage__image,.m-paragraph--factboxfp__col,.m-paragraph--distributionboxes__distributionboxesref>div,.m-paragraph--distribution__col,.m-paragraph--newsslider__maincol,.m-paragraph--newsslider__headercol,.m-paragraph--quotes__maincol,.m-paragraph--quotes__headercol,.m-paragraph--process__processreferenceitem,.m-paragraph--process__maincol,.m-paragraph--process__headercol,.m-paragraph--contactboxelement__contactselementref>div,.m-paragraph--contactbox__contactboxreference>div,.m-paragraph--contact__col,.m-paragraph--faqs:not([data-id]) .m-paragraph--faqs__col,.m-paragraph--faqs__wrapper .m-paragraph--faqs,.m-paragraph--faqs__tabnavi,.m-paragraph--downloads:not([data-id]) .m-paragraph--downloads__col,.m-paragraph--downloads__wrapper .m-paragraph--downloads,.m-paragraph--downloads__tabnavi,.m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction2__col,.m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--calltoaction1__col,.m-paragraph--flexelement__col,.m-paragraph--textbildkombinationen__contentwrapper,.m-paragraph--textbildkombinationen__imagewrapper,.m-paragraph--textbildkombinationen[data-hasimage="0"] .m-paragraph--textbildkombinationen__col,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__col,.m-paragraph--textbildkombinationen__col,.m-paragraph--youtube-video__maincol,.m-paragraph--youtube-video__headercol,.m-paragraph--highlightbox2__content,.m-paragraph--highlightbox2__mediaimage,.m-paragraph--highlightbox2__col,.m-paragraph--highlightbox1__col,.m-paragraph--tileslist__tile,.m-paragraph--tileslist__tiles,.m-paragraph--tileslist__text,.m-paragraph--factbox__richtext ul li,.m-paragraph--factbox__text-center,.m-paragraph--factbox__text,.m-paragraph--factbox__image,.m-paragraph--factbox__inner.center .m-paragraph--factbox__text,.m-paragraph--headlineintro__col,.m-block--gvl_breadcrumbs__col,.m-listen--publication__trigger,.m-node--annual-article__backlink_col,.m-node--annual-report__lowerbox_col,.m-node--list__list,.m-node--press__col,.m-node--news__col,.m-node--frontpage__iaminner,.l-page-404__col,.l-page--search__container,.l-search__col{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1,.m-paragraph--eventslider__title{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media(min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12,.m-publication>div:nth-child(2),.m-publication>div:nth-child(1),.m-listen--publication nav[role=navigation],.m-listen--event nav[role=navigation],.m-listen--press__trigger,.m-listen--press nav[role=navigation],.m-listen--news__trigger,.m-node--form__col,.m-node--list__col{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media(min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3,.m-publication>div:nth-child(1){-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4,.m-paragraph--eventslider__image{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5,.m-paragraph--highlightbox2__mediaimage{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6,.m-footer__newsletter,.m-footer__footernav,.m-footer__contact,.m-footer__logo,.m-paragraph--factboxesfrontpage__top,.m-paragraph--factboxesfrontpage__image,.m-paragraph--distributionboxes__distributionboxesref>div,.m-paragraph--process__processreferenceitem,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction2[data-count="2"] .m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction1[data-count="2"] .m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--calltoaction1[data-count="3"] .m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--tileslist__tile,.m-paragraph--factbox__richtext ul li,.m-listen--news__trigger{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7,.m-paragraph--highlightbox2[data-hasimage="1"] .m-paragraph--highlightbox2__content{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8,.m-2click-notice,.m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__imagewrapper{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9,.m-publication>div:nth-child(2),.m-headerimage__title,.m-paragraph--tileslist__text,.m-paragraph--factbox__text{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10,.m-paragraph--contactbox__contactboxreference>div,.m-paragraph--contact[data-count="1"] .m-paragraph--contact__col,.m-paragraph--factbox__text-center{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12,.m-paragraph--contact[data-count="1"] .m-paragraph--contactbox__contactboxreference>div,.m-paragraph--textbildkombinationen[data-hasimage="0"] .m-paragraph--textbildkombinationen__contentwrapper,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__contentwrapper,.m-listen--event__trigger,#js-form-wrapper--views_exposed_form .js-form-wrapper__inner,.m-node--event__col{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media(min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media(min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2,.m-mainnav__social{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3,.m-footer__social,.m-footer__newsletter,.m-footer__footernav,.m-footer__contact,.m-footer__logo,.m-paragraph--tileslist__tile{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4,.m-footer__servicenav,.m-paragraph--distributionboxes__distributionboxesref>div,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction1[data-count="2"] .m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--calltoaction1[data-count="3"] .m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--highlightbox2__mediaimage,.m-paragraph--tileslist[data-count="1"] .m-paragraph--tileslist__tile,.m-paragraph--tileslist[data-count="2"] .m-paragraph--tileslist__tile,.m-paragraph--tileslist[data-count="3"] .m-paragraph--tileslist__tile,.m-paragraph--factbox__richtext ul li,.m-listen--news__trigger{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5,.m-footer__company{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6,.m-paragraph--eventslider__title,.m-paragraph--contactboxelement__contactselementref>div,.m-paragraph--contactbox__contactboxreference>div,.m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--textbildkombinationen__contentwrapper,.m-paragraph--textbildkombinationen__imagewrapper,.m-paragraph--tileslist__text{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7,.m-headerimage__title,.m-paragraph--eventslider__events{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8,.m-paragraph--documents__col,.m-paragraph--quotes__headercol,.m-paragraph--process__headercol,.m-paragraph--contact[data-count="1"] .m-paragraph--contact__col,.m-paragraph--faqs:not([data-id]) .m-paragraph--faqs__col,.m-paragraph--faqs__wrapper .m-paragraph--faqs,.m-paragraph--faqs__tabnavi,.m-paragraph--downloads:not([data-id]) .m-paragraph--downloads__col,.m-paragraph--downloads__wrapper .m-paragraph--downloads,.m-paragraph--downloads__tabnavi,.m-paragraph--flexelement__col,.m-paragraph--textbildkombinationen[data-hasimage="0"] .m-paragraph--textbildkombinationen__col,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__col,.m-paragraph--youtube-video__headercol,.m-paragraph--highlightbox2[data-hasimage="1"] .m-paragraph--highlightbox2__content,.m-paragraph--factbox__text-center,.m-paragraph--headlineintro__col,.m-block--gvl_breadcrumbs__col,.m-listen--publication nav[role=navigation],.m-listen--event__trigger,.m-listen--event nav[role=navigation],.m-listen--press__trigger,.m-listen--press nav[role=navigation],#js-form-wrapper--views_exposed_form .js-form-wrapper__inner,.m-node--form__col,.m-node--list__col,.m-node--event__col,.m-node--press__col,.m-node--news__col,.l-page--search__container{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10,.m-mainnav__service,.m-paragraph--factboxesfrontpage__bottom,.m-paragraph--distribution__col,.m-paragraph--newsslider__headercol,.m-paragraph--quotes__maincol,[data-count="1"] .m-paragraph--quotes__headercol,.m-paragraph--process__maincol,.m-paragraph--textbildkombinationen__col,.m-paragraph--highlightbox2__col,.m-paragraph--highlightbox1__col,.m-paragraph--factbox__text,.m-paragraph--factbox__inner.center .m-paragraph--factbox__text,.m-listen--publication__trigger,.m-node--annual-article__backlink_col{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1,.m-paragraph--tileslist__text{margin-left:8.3333333333%}.offset-xl-2,.m-node--press__col,.m-node--news__col{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start,.m-paragraph--factbox__text-box{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end,.m-paragraph--factboxfp__inner,.m-paragraph--factbox__inner{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center,.m-2click-notice__visible,.m-paragraph--bubbles__row,.m-paragraph--tabs__row,.m-paragraph--topicfocus__row,.m-paragraph--documents__row,.m-paragraph--factboxfp__row,.m-paragraph--distributionboxes__distributionboxesref,.m-paragraph--distribution__row,.m-paragraph--newsslider__main,.m-paragraph--newsslider__header,.m-paragraph--quotes__main,.m-paragraph--quotes__header,.m-paragraph--process__main,.m-paragraph--process__header,.m-paragraph--contactbox__contactboxreference,.m-paragraph--contact__row,.m-paragraph--faqs:not([data-id]) .m-paragraph--faqs__row,.m-paragraph--faqs__wrapper__row,.m-paragraph--downloads:not([data-id]) .m-paragraph--downloads__row,.m-paragraph--downloads__wrapper__row,.m-paragraph--calltoactionboxes2__boxreferences,.m-paragraph--calltoaction2__row,.m-paragraph--calltoactionboxes1__boxreferences,.m-paragraph--calltoaction1__row,.m-paragraph--flexelement__row,.m-paragraph--textbildkombinationen__inner,.m-paragraph--textbildkombinationen__row,.m-paragraph--youtube-video__main,.m-paragraph--youtube-video__header,.m-paragraph--highlightbox2__row,.m-paragraph--highlightbox1__row,.m-paragraph--tileslist[data-count="1"] .m-paragraph--tileslist__tilelist,.m-paragraph--tileslist[data-count="2"] .m-paragraph--tileslist__tilelist,.m-paragraph--tileslist[data-count="3"] .m-paragraph--tileslist__tilelist,.m-paragraph--factbox__inner.center,.m-paragraph--headlineintro__inner,.m-block--gvl_breadcrumbs__row,.m-node--annual-article__backlink_row,.m-node--annual-report__lowerbox_row,.m-node--frontpage__iamrow{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between,.m-paragraph--process__processreference{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center,.m-paragraph--factbox__text-box{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0,.m-paragraph--factboxfp__inner,.m-paragraph--contactboxelement__contactselementref,.m-paragraph--faqs__wrapper .m-paragraph--faqs,.m-paragraph--downloads__wrapper .m-paragraph--downloads,.m-paragraph--calltoactionboxes2__boxreferences,.m-paragraph--calltoactionboxes1__boxreferences,.m-paragraph--factbox__text-box{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0,.m-paragraph--factboxfp__inner,.m-paragraph--contactboxelement__contactselementref,.m-paragraph--faqs__wrapper .m-paragraph--faqs,.m-paragraph--downloads__wrapper .m-paragraph--downloads,.m-paragraph--calltoactionboxes2__boxreferences,.m-paragraph--calltoactionboxes1__boxreferences,.m-paragraph--factbox__text-box{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.m-6{margin:.7rem !important}.mt-6,.my-6{margin-top:.7rem !important}.mr-6,.mx-6{margin-right:.7rem !important}.mb-6,.my-6{margin-bottom:.7rem !important}.ml-6,.mx-6{margin-left:.7rem !important}.m-7{margin:2px !important}.mt-7,.my-7{margin-top:2px !important}.mr-7,.mx-7{margin-right:2px !important}.mb-7,.my-7{margin-bottom:2px !important}.ml-7,.mx-7{margin-left:2px !important}.m-8{margin:.9rem !important}.mt-8,.my-8{margin-top:.9rem !important}.mr-8,.mx-8{margin-right:.9rem !important}.mb-8,.my-8{margin-bottom:.9rem !important}.ml-8,.mx-8{margin-left:.9rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.m-paragraph--contactboxelement__contactselementref>div,.px-0,.m-paragraph--eventslider__image,.m-paragraph--factboxesfrontpage__bottom,.m-paragraph--factboxesfrontpage__top,.m-paragraph--factboxesfrontpage__image,.m-paragraph--process__processreferenceitem,.m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction2__col{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.m-paragraph--contactboxelement__contactselementref>div,.px-0,.m-paragraph--eventslider__image,.m-paragraph--factboxesfrontpage__bottom,.m-paragraph--factboxesfrontpage__top,.m-paragraph--factboxesfrontpage__image,.m-paragraph--process__processreferenceitem,.m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction2__col{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.p-6{padding:.7rem !important}.pt-6,.py-6{padding-top:.7rem !important}.pr-6,.px-6,.m-paragraph--contactbox__contactboxreference>div,.m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--tileslist__tile{padding-right:.7rem !important}.pb-6,.py-6{padding-bottom:.7rem !important}.pl-6,.px-6,.m-paragraph--contactbox__contactboxreference>div,.m-paragraph--calltoactionboxes1__boxreferences>div,.m-paragraph--tileslist__tile{padding-left:.7rem !important}.p-7{padding:2px !important}.pt-7,.py-7{padding-top:2px !important}.pr-7,.px-7,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction2[data-count="2"] .m-paragraph--calltoactionboxes2__boxreferences>div{padding-right:2px !important}.pb-7,.py-7{padding-bottom:2px !important}.pl-7,.px-7,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionboxes2__boxreferences>div,.m-paragraph--calltoaction2[data-count="2"] .m-paragraph--calltoactionboxes2__boxreferences>div{padding-left:2px !important}.p-8{padding:.9rem !important}.pt-8,.py-8{padding-top:.9rem !important}.pr-8,.px-8,.m-paragraph--distributionboxes__distributionboxesref>div{padding-right:.9rem !important}.pb-8,.py-8{padding-bottom:.9rem !important}.pl-8,.px-8,.m-paragraph--distributionboxes__distributionboxesref>div{padding-left:.9rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-n6{margin:-0.7rem !important}.mt-n6,.my-n6{margin-top:-0.7rem !important}.mr-n6,.mx-n6,.m-paragraph--contactbox__contactboxreference,.m-paragraph--tileslist__tilelist{margin-right:-0.7rem !important}.mb-n6,.my-n6{margin-bottom:-0.7rem !important}.ml-n6,.mx-n6,.m-paragraph--contactbox__contactboxreference,.m-paragraph--tileslist__tilelist{margin-left:-0.7rem !important}.m-n7{margin:-2px !important}.mt-n7,.my-n7{margin-top:-2px !important}.mr-n7,.mx-n7,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionboxes2__boxreferences,.m-paragraph--calltoaction2[data-count="2"] .m-paragraph--calltoactionboxes2__boxreferences{margin-right:-2px !important}.mb-n7,.my-n7{margin-bottom:-2px !important}.ml-n7,.mx-n7,.m-paragraph--calltoaction2[data-count="3"] .m-paragraph--calltoactionboxes2__boxreferences,.m-paragraph--calltoaction2[data-count="2"] .m-paragraph--calltoactionboxes2__boxreferences{margin-left:-2px !important}.m-n8{margin:-0.9rem !important}.mt-n8,.my-n8{margin-top:-0.9rem !important}.mr-n8,.mx-n8,.m-paragraph--distributionboxes__distributionboxesref{margin-right:-0.9rem !important}.mb-n8,.my-n8{margin-bottom:-0.9rem !important}.ml-n8,.mx-n8,.m-paragraph--distributionboxes__distributionboxesref{margin-left:-0.9rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto,.m-listen--publication__trigger,.m-listen--publication nav[role=navigation],.m-listen--event__trigger,.m-listen--event nav[role=navigation],.m-listen--press__trigger,.m-listen--press nav[role=navigation],#js-form-wrapper--views_exposed_form .js-form-wrapper__inner,.m-node--form__col,.m-node--list__col,.m-node--event__col{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto,.m-listen--publication__trigger,.m-listen--publication nav[role=navigation],.m-listen--event__trigger,.m-listen--event nav[role=navigation],.m-listen--press__trigger,.m-listen--press nav[role=navigation],#js-form-wrapper--views_exposed_form .js-form-wrapper__inner,.m-node--form__col,.m-node--list__col,.m-node--event__col{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.m-sm-6{margin:.7rem !important}.mt-sm-6,.my-sm-6{margin-top:.7rem !important}.mr-sm-6,.mx-sm-6{margin-right:.7rem !important}.mb-sm-6,.my-sm-6{margin-bottom:.7rem !important}.ml-sm-6,.mx-sm-6{margin-left:.7rem !important}.m-sm-7{margin:2px !important}.mt-sm-7,.my-sm-7{margin-top:2px !important}.mr-sm-7,.mx-sm-7{margin-right:2px !important}.mb-sm-7,.my-sm-7{margin-bottom:2px !important}.ml-sm-7,.mx-sm-7{margin-left:2px !important}.m-sm-8{margin:.9rem !important}.mt-sm-8,.my-sm-8{margin-top:.9rem !important}.mr-sm-8,.mx-sm-8{margin-right:.9rem !important}.mb-sm-8,.my-sm-8{margin-bottom:.9rem !important}.ml-sm-8,.mx-sm-8{margin-left:.9rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.p-sm-6{padding:.7rem !important}.pt-sm-6,.py-sm-6{padding-top:.7rem !important}.pr-sm-6,.px-sm-6{padding-right:.7rem !important}.pb-sm-6,.py-sm-6{padding-bottom:.7rem !important}.pl-sm-6,.px-sm-6{padding-left:.7rem !important}.p-sm-7{padding:2px !important}.pt-sm-7,.py-sm-7{padding-top:2px !important}.pr-sm-7,.px-sm-7{padding-right:2px !important}.pb-sm-7,.py-sm-7{padding-bottom:2px !important}.pl-sm-7,.px-sm-7{padding-left:2px !important}.p-sm-8{padding:.9rem !important}.pt-sm-8,.py-sm-8{padding-top:.9rem !important}.pr-sm-8,.px-sm-8{padding-right:.9rem !important}.pb-sm-8,.py-sm-8{padding-bottom:.9rem !important}.pl-sm-8,.px-sm-8{padding-left:.9rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-n6{margin:-0.7rem !important}.mt-sm-n6,.my-sm-n6{margin-top:-0.7rem !important}.mr-sm-n6,.mx-sm-n6{margin-right:-0.7rem !important}.mb-sm-n6,.my-sm-n6{margin-bottom:-0.7rem !important}.ml-sm-n6,.mx-sm-n6{margin-left:-0.7rem !important}.m-sm-n7{margin:-2px !important}.mt-sm-n7,.my-sm-n7{margin-top:-2px !important}.mr-sm-n7,.mx-sm-n7{margin-right:-2px !important}.mb-sm-n7,.my-sm-n7{margin-bottom:-2px !important}.ml-sm-n7,.mx-sm-n7{margin-left:-2px !important}.m-sm-n8{margin:-0.9rem !important}.mt-sm-n8,.my-sm-n8{margin-top:-0.9rem !important}.mr-sm-n8,.mx-sm-n8{margin-right:-0.9rem !important}.mb-sm-n8,.my-sm-n8{margin-bottom:-0.9rem !important}.ml-sm-n8,.mx-sm-n8{margin-left:-0.9rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.m-md-6{margin:.7rem !important}.mt-md-6,.my-md-6{margin-top:.7rem !important}.mr-md-6,.mx-md-6{margin-right:.7rem !important}.mb-md-6,.my-md-6{margin-bottom:.7rem !important}.ml-md-6,.mx-md-6{margin-left:.7rem !important}.m-md-7{margin:2px !important}.mt-md-7,.my-md-7{margin-top:2px !important}.mr-md-7,.mx-md-7{margin-right:2px !important}.mb-md-7,.my-md-7{margin-bottom:2px !important}.ml-md-7,.mx-md-7{margin-left:2px !important}.m-md-8{margin:.9rem !important}.mt-md-8,.my-md-8{margin-top:.9rem !important}.mr-md-8,.mx-md-8{margin-right:.9rem !important}.mb-md-8,.my-md-8{margin-bottom:.9rem !important}.ml-md-8,.mx-md-8{margin-left:.9rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.m-paragraph--highlightbox2__mediaimage,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.m-paragraph--highlightbox2[data-hasimage="1"] .m-paragraph--highlightbox2__content,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.p-md-6{padding:.7rem !important}.pt-md-6,.py-md-6{padding-top:.7rem !important}.pr-md-6,.px-md-6{padding-right:.7rem !important}.pb-md-6,.py-md-6{padding-bottom:.7rem !important}.pl-md-6,.px-md-6{padding-left:.7rem !important}.p-md-7{padding:2px !important}.pt-md-7,.py-md-7{padding-top:2px !important}.pr-md-7,.px-md-7{padding-right:2px !important}.pb-md-7,.py-md-7{padding-bottom:2px !important}.pl-md-7,.px-md-7{padding-left:2px !important}.p-md-8{padding:.9rem !important}.pt-md-8,.py-md-8{padding-top:.9rem !important}.pr-md-8,.px-md-8{padding-right:.9rem !important}.pb-md-8,.py-md-8{padding-bottom:.9rem !important}.pl-md-8,.px-md-8{padding-left:.9rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-n6{margin:-0.7rem !important}.mt-md-n6,.my-md-n6{margin-top:-0.7rem !important}.mr-md-n6,.mx-md-n6{margin-right:-0.7rem !important}.mb-md-n6,.my-md-n6{margin-bottom:-0.7rem !important}.ml-md-n6,.mx-md-n6{margin-left:-0.7rem !important}.m-md-n7{margin:-2px !important}.mt-md-n7,.my-md-n7{margin-top:-2px !important}.mr-md-n7,.mx-md-n7{margin-right:-2px !important}.mb-md-n7,.my-md-n7{margin-bottom:-2px !important}.ml-md-n7,.mx-md-n7{margin-left:-2px !important}.m-md-n8{margin:-0.9rem !important}.mt-md-n8,.my-md-n8{margin-top:-0.9rem !important}.mr-md-n8,.mx-md-n8{margin-right:-0.9rem !important}.mb-md-n8,.my-md-n8{margin-bottom:-0.9rem !important}.ml-md-n8,.mx-md-n8{margin-left:-0.9rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.m-lg-6{margin:.7rem !important}.mt-lg-6,.my-lg-6{margin-top:.7rem !important}.mr-lg-6,.mx-lg-6{margin-right:.7rem !important}.mb-lg-6,.my-lg-6{margin-bottom:.7rem !important}.ml-lg-6,.mx-lg-6{margin-left:.7rem !important}.m-lg-7{margin:2px !important}.mt-lg-7,.my-lg-7{margin-top:2px !important}.mr-lg-7,.mx-lg-7{margin-right:2px !important}.mb-lg-7,.my-lg-7{margin-bottom:2px !important}.ml-lg-7,.mx-lg-7{margin-left:2px !important}.m-lg-8{margin:.9rem !important}.mt-lg-8,.my-lg-8{margin-top:.9rem !important}.mr-lg-8,.mx-lg-8{margin-right:.9rem !important}.mb-lg-8,.my-lg-8{margin-bottom:.9rem !important}.ml-lg-8,.mx-lg-8{margin-left:.9rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.p-lg-6{padding:.7rem !important}.pt-lg-6,.py-lg-6{padding-top:.7rem !important}.pr-lg-6,.px-lg-6{padding-right:.7rem !important}.pb-lg-6,.py-lg-6{padding-bottom:.7rem !important}.pl-lg-6,.px-lg-6{padding-left:.7rem !important}.p-lg-7{padding:2px !important}.pt-lg-7,.py-lg-7{padding-top:2px !important}.pr-lg-7,.px-lg-7{padding-right:2px !important}.pb-lg-7,.py-lg-7{padding-bottom:2px !important}.pl-lg-7,.px-lg-7{padding-left:2px !important}.p-lg-8{padding:.9rem !important}.pt-lg-8,.py-lg-8{padding-top:.9rem !important}.pr-lg-8,.px-lg-8{padding-right:.9rem !important}.pb-lg-8,.py-lg-8{padding-bottom:.9rem !important}.pl-lg-8,.px-lg-8{padding-left:.9rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-n6{margin:-0.7rem !important}.mt-lg-n6,.my-lg-n6{margin-top:-0.7rem !important}.mr-lg-n6,.mx-lg-n6{margin-right:-0.7rem !important}.mb-lg-n6,.my-lg-n6{margin-bottom:-0.7rem !important}.ml-lg-n6,.mx-lg-n6{margin-left:-0.7rem !important}.m-lg-n7{margin:-2px !important}.mt-lg-n7,.my-lg-n7{margin-top:-2px !important}.mr-lg-n7,.mx-lg-n7{margin-right:-2px !important}.mb-lg-n7,.my-lg-n7{margin-bottom:-2px !important}.ml-lg-n7,.mx-lg-n7{margin-left:-2px !important}.m-lg-n8{margin:-0.9rem !important}.mt-lg-n8,.my-lg-n8{margin-top:-0.9rem !important}.mr-lg-n8,.mx-lg-n8{margin-right:-0.9rem !important}.mb-lg-n8,.my-lg-n8{margin-bottom:-0.9rem !important}.ml-lg-n8,.mx-lg-n8{margin-left:-0.9rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.m-xl-6{margin:.7rem !important}.mt-xl-6,.my-xl-6{margin-top:.7rem !important}.mr-xl-6,.mx-xl-6{margin-right:.7rem !important}.mb-xl-6,.my-xl-6{margin-bottom:.7rem !important}.ml-xl-6,.mx-xl-6{margin-left:.7rem !important}.m-xl-7{margin:2px !important}.mt-xl-7,.my-xl-7{margin-top:2px !important}.mr-xl-7,.mx-xl-7{margin-right:2px !important}.mb-xl-7,.my-xl-7{margin-bottom:2px !important}.ml-xl-7,.mx-xl-7{margin-left:2px !important}.m-xl-8{margin:.9rem !important}.mt-xl-8,.my-xl-8{margin-top:.9rem !important}.mr-xl-8,.mx-xl-8{margin-right:.9rem !important}.mb-xl-8,.my-xl-8{margin-bottom:.9rem !important}.ml-xl-8,.mx-xl-8{margin-left:.9rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.m-paragraph--contactboxelement__contactselementref>div,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.m-paragraph--contactboxelement__contactselementref>div,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.p-xl-6{padding:.7rem !important}.pt-xl-6,.py-xl-6{padding-top:.7rem !important}.pr-xl-6,.px-xl-6{padding-right:.7rem !important}.pb-xl-6,.py-xl-6{padding-bottom:.7rem !important}.pl-xl-6,.px-xl-6{padding-left:.7rem !important}.p-xl-7{padding:2px !important}.pt-xl-7,.py-xl-7{padding-top:2px !important}.pr-xl-7,.px-xl-7{padding-right:2px !important}.pb-xl-7,.py-xl-7{padding-bottom:2px !important}.pl-xl-7,.px-xl-7{padding-left:2px !important}.p-xl-8{padding:.9rem !important}.pt-xl-8,.py-xl-8{padding-top:.9rem !important}.pr-xl-8,.px-xl-8{padding-right:.9rem !important}.pb-xl-8,.py-xl-8{padding-bottom:.9rem !important}.pl-xl-8,.px-xl-8{padding-left:.9rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2,.m-paragraph--contactboxelement__contactselementref{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2,.m-paragraph--contactboxelement__contactselementref{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-n6{margin:-0.7rem !important}.mt-xl-n6,.my-xl-n6{margin-top:-0.7rem !important}.mr-xl-n6,.mx-xl-n6{margin-right:-0.7rem !important}.mb-xl-n6,.my-xl-n6{margin-bottom:-0.7rem !important}.ml-xl-n6,.mx-xl-n6{margin-left:-0.7rem !important}.m-xl-n7{margin:-2px !important}.mt-xl-n7,.my-xl-n7{margin-top:-2px !important}.mr-xl-n7,.mx-xl-n7{margin-right:-2px !important}.mb-xl-n7,.my-xl-n7{margin-bottom:-2px !important}.ml-xl-n7,.mx-xl-n7{margin-left:-2px !important}.m-xl-n8{margin:-0.9rem !important}.mt-xl-n8,.my-xl-n8{margin-top:-0.9rem !important}.mr-xl-n8,.mx-xl-n8{margin-right:-0.9rem !important}.mb-xl-n8,.my-xl-n8{margin-bottom:-0.9rem !important}.ml-xl-n8,.mx-xl-n8{margin-left:-0.9rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@font-face{font-family:"AktivGrotesk";font-style:normal;font-weight:normal;font-display:swap;src:url(../fonts/aktivgrotesk_std_rg-webfont.eot);src:local("AktivGrotesk"),local("AktivGrotesk"),url(../fonts/aktivgrotesk_std_rg-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/aktivgrotesk_std_rg-webfont.woff) format("woff"),url(../fonts/aktivgrotesk_std_rg-webfont.ttf) format("truetype"),url(../fonts/aktivgrotesk_std_rg-webfont.svg#OpenSans) format("svg")}@font-face{font-family:"AktivGrotesk";font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/aktivgrotesk_std_lt-webfont.eot);src:local("AktivGrotesk Light"),local("AktivGroteskLight"),url(../fonts/aktivgrotesk_std_lt-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/aktivgrotesk_std_lt-webfont.woff) format("woff"),url(../fonts/aktivgrotesk_std_lt-webfont.ttf) format("truetype"),url(../fonts/aktivgrotesk_std_lt-webfont.svg#OpenSans) format("svg")}@font-face{font-family:"AktivGrotesk";font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/aktivgrotesk_std_md-webfont.eot);src:local("AktivGrotesk Medium"),local("AktivGroteskMd"),url(../fonts/aktivgrotesk_std_md-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/aktivgrotesk_std_md-webfont.woff) format("woff"),url(../fonts/aktivgrotesk_std_md-webfont.ttf) format("truetype"),url(../fonts/aktivgrotesk_std_md-webfont.svg#OpenSans) format("svg")}@font-face{font-family:"AktivGrotesk";font-style:normal;font-weight:bold;font-display:swap;src:url(../fonts/aktivgrotesk_std_bd-webfont.eot);src:local("AktivGrotesk Bold"),local("AktivGroteskBold"),url(../fonts/aktivgrotesk_std_bd-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/aktivgrotesk_std_bd-webfont.woff) format("woff"),url(../fonts/aktivgrotesk_std_bd-webfont.ttf) format("truetype"),url(../fonts/aktivgrotesk_std_bd-webfont.svg#OpenSans) format("svg")}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}html,body,div,span,object,iframe,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}h1,h2,h3,h4,h5,h6{margin:0;padding:0}a{text-decoration:none}img{vertical-align:bottom}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:500}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{font:1em/1.231 ​sans-serif;*font-size:small}input,textarea,button{font:99% sans-serif;padding:3px 0 2px}select{font:99% sans-serif}pre,code,kbd,samp{font-family:monospace,sans-serif}a:hover,a:active,object{outline:none}ul,ol{margin:0}ol{list-style-type:decimal}nav ul,nav li{margin:0;list-style:none;list-style-image:none}small{font-size:.8em}strong,th{font-weight:500}td{vertical-align:top}sub,sup{font-size:.7em;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;padding:15px}textarea{overflow:auto}.ie6 legend,.ie7 legend{margin-left:-7px}input[type=radio]{vertical-align:text-bottom}input[type=checkbox]{vertical-align:top}.ie7 input[type=checkbox]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}label,input[type=button],input[type=submit],input[type=image],button{cursor:pointer}button,input,select,textarea{margin:0}input:invalid,textarea:invalid{border-radius:1px;-webkit-box-shadow:0px 0px 5px red;box-shadow:0px 0px 5px red}.no-boxshadow input:invalid,.no-boxshadow textarea:invalid{background-color:#f0dddd}::-moz-selection{background:#0d589c;color:#fff;text-shadow:none}::selection{background:#0d589c;color:#fff;text-shadow:none}a:link{-webkit-tap-highlight-color:#0d589c}button{width:auto;overflow:visible}.ie7 img{-ms-interpolation-mode:bicubic}body,select,input,textarea{color:#444}a,a:active,a:visited{-moz-outline:none;outline:none}.ir{display:block;text-indent:-999em;overflow:hidden;background-repeat:no-repeat;text-align:left;direction:ltr}.hidden{display:none;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}@media print{*{background:transparent !important;text-shadow:none !important;-webkit-filter:none !important;filter:none !important;-ms-filter:none !important}a,a:visited{padding-left:0 !important;background:none !important;text-decoration:underline}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-url{display:block !important}.magnify{display:none}#tabs,#footer,#mainNav,#admin-menu,#sidebar_first,#nidIndicator,#breadcrumb,.action-links,.search-mode-block,.language-switcher-locale-url,#block-iav-interface-contact-block,.pane-jobmarket-form,.trendence-logos,#frontpageTeaser,#sm_box_main,.mejs-container,.node-type-iav-job .pane-1,.pane-node-iav-job-applyurl a,#joblist_filterbox,#eventTabs,.node-type-event .gmap,#jobalert-form,.application-teaser,.job-newsletter,#job_detail_img,.jobTabs{display:none !important;visibility:hidden}.hideme{position:static !important;left:0 !important;top:auto !important}}a:hover{color:var(--link-color-1)}.is-active{display:block}.is-inactive{display:none}.is-hidden{display:none}.row-eq-height,.m-paragraph--tileslist__tilelist{display:-webkit-box;display:-ms-flexbox;display:flex}.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]) li,.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]) li,.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]) li,.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]) li,.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]) li,.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]) li,.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]) li,.m-node--event__text ul:not([style*="list-style-type:"]) li,.m-node--press__text ul:not([style*="list-style-type:"]) li,.m-node--news__text ul:not([style*="list-style-type:"]) li,.m-node__text ul:not([style*="list-style-type:"]) li{list-style-type:none;padding-left:31px;margin-bottom:15px;position:relative}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]) li,.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]) li,.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]) li,.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]) li,.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]) li,.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]) li,.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]) li,.m-node--event__text ul:not([style*="list-style-type:"]) li,.m-node--press__text ul:not([style*="list-style-type:"]) li,.m-node--news__text ul:not([style*="list-style-type:"]) li,.m-node__text ul:not([style*="list-style-type:"]) li{padding-left:20px}}@media print{.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]) li,.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]) li,.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]) li,.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]) li,.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]) li,.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]) li,.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]) li,.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]) li,.m-node--event__text ul:not([style*="list-style-type:"]) li,.m-node--press__text ul:not([style*="list-style-type:"]) li,.m-node--news__text ul:not([style*="list-style-type:"]) li,.m-node__text ul:not([style*="list-style-type:"]) li{list-style-type:disc;padding-left:0}}.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]) li::before,.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]) li::before,.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]) li::before,.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]) li::before,.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]) li::before,.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]) li::before,.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]) li::before,.m-node--event__text ul:not([style*="list-style-type:"]) li::before,.m-node--press__text ul:not([style*="list-style-type:"]) li::before,.m-node--news__text ul:not([style*="list-style-type:"]) li::before,.m-node__text ul:not([style*="list-style-type:"]) li::before{content:"";position:absolute;left:0;top:11px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#000;border-radius:50%;width:10px;height:10px}@media print{.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]) li::before,.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]) li::before,.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]) li::before,.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]) li::before,.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]) li::before,.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]) li::before,.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]) li::before,.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]) li::before,.m-node--event__text ul:not([style*="list-style-type:"]) li::before,.m-node--press__text ul:not([style*="list-style-type:"]) li::before,.m-node--news__text ul:not([style*="list-style-type:"]) li::before,.m-node__text ul:not([style*="list-style-type:"]) li::before{display:none}}.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]) li ul,.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]) li ul,.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]) li ul,.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]) li ul,.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]) li ul,.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]) li ul,.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]) li ul,.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]) li ul,.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]) li ul,.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]) li ul,.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]) li ul,.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]) li ul,.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]) li ul,.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]) li ul,.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]) li ul,.m-node--event__text ul:not([style*="list-style-type:"]) li ul,.m-node--press__text ul:not([style*="list-style-type:"]) li ul,.m-node--news__text ul:not([style*="list-style-type:"]) li ul,.m-node__text ul:not([style*="list-style-type:"]) li ul,.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]) li ol,.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]) li ol,.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]) li ol,.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]) li ol,.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]) li ol,.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]) li ol,.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]) li ol,.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]) li ol,.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]) li ol,.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]) li ol,.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]) li ol,.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]) li ol,.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]) li ol,.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]) li ol,.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]) li ol,.m-node--event__text ul:not([style*="list-style-type:"]) li ol,.m-node--press__text ul:not([style*="list-style-type:"]) li ol,.m-node--news__text ul:not([style*="list-style-type:"]) li ol,.m-node__text ul:not([style*="list-style-type:"]) li ol{float:none}.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]),.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]),.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]),.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]),.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]),.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]),.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]),.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]),.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]),.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]),.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]),.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]),.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]),.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]),.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]),.m-node--event__text ul:not([style*="list-style-type:"]),.m-node--press__text ul:not([style*="list-style-type:"]),.m-node--news__text ul:not([style*="list-style-type:"]),.m-node__text ul:not([style*="list-style-type:"]){width:calc(100% - 43px);margin-left:43px}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text ul:not([style*="list-style-type:"]),.m-paragraph--bubble-element__overlay_text ul:not([style*="list-style-type:"]),.m-paragraph--bubbles__text ul:not([style*="list-style-type:"]),.m-paragraph--topicfocus__element_view_text ul:not([style*="list-style-type:"]),.m-paragraph--documentselement__richtext ul:not([style*="list-style-type:"]),.m-paragraph--factboxesfrontpage__richtext ul:not([style*="list-style-type:"]),.m-paragraph--processelement__richtext ul:not([style*="list-style-type:"]),.m-paragraph--processelement__processteaser ul:not([style*="list-style-type:"]),.m-paragraph--faqelement__richtext ul:not([style*="list-style-type:"]),.m-paragraph--flexelement__richtext ul:not([style*="list-style-type:"]),.m-paragraph--textbildkombinationen__richtext ul:not([style*="list-style-type:"]),.m-paragraph--highlightbox2__richtext ul:not([style*="list-style-type:"]),.m-paragraph--highlightbox__richtext ul:not([style*="list-style-type:"]),.m-paragraph--factbox__richtext ul li ul:not([style*="list-style-type:"]),.m-paragraph--headlineintro__richtext ul:not([style*="list-style-type:"]),.m-node--event__text ul:not([style*="list-style-type:"]),.m-node--press__text ul:not([style*="list-style-type:"]),.m-node--news__text ul:not([style*="list-style-type:"]),.m-node__text ul:not([style*="list-style-type:"]){width:calc(100% - 20px);margin-left:20px}}.m-paragraph--highcharts-diagram__text ol li,.m-paragraph--bubble-element__overlay_text ol li,.m-paragraph--bubbles__text ol li,.m-paragraph--topicfocus__element_view_text ol li,.m-paragraph--documentselement__richtext ol li,.m-paragraph--factboxesfrontpage__richtext ol li,.m-paragraph--processelement__richtext ol li,.m-paragraph--processelement__processteaser ol li,.m-paragraph--faqelement__richtext ol li,.m-paragraph--flexelement__richtext ol li,.m-paragraph--textbildkombinationen__richtext ol li,.m-paragraph--highlightbox2__richtext ol li,.m-paragraph--highlightbox__richtext ol li,.m-paragraph--factbox__richtext ul li ol li,.m-paragraph--headlineintro__richtext ol li,.m-node--event__text ol li,.m-node--press__text ol li,.m-node--news__text ol li,.m-node__text ol li{margin-bottom:15px}.m-paragraph--highcharts-diagram__text table,.m-paragraph--bubble-element__overlay_text table,.m-paragraph--bubbles__text table,.m-paragraph--topicfocus__element_view_text table,.m-paragraph--documentselement__richtext table,.m-paragraph--factboxesfrontpage__richtext table,.m-paragraph--processelement__richtext table,.m-paragraph--processelement__processteaser table,.m-paragraph--faqelement__richtext table,.m-paragraph--flexelement__richtext table,.m-paragraph--textbildkombinationen__richtext table,.m-paragraph--highlightbox2__richtext table,.m-paragraph--highlightbox__richtext table,.m-paragraph--factbox__richtext ul li table,.m-paragraph--headlineintro__richtext table,.m-node--event__text table,.m-node--press__text table,.m-node--news__text table,.m-node__text table{width:100% !important;border-spacing:0}.m-paragraph--highcharts-diagram__text table thead tr td,.m-paragraph--bubble-element__overlay_text table thead tr td,.m-paragraph--bubbles__text table thead tr td,.m-paragraph--topicfocus__element_view_text table thead tr td,.m-paragraph--documentselement__richtext table thead tr td,.m-paragraph--factboxesfrontpage__richtext table thead tr td,.m-paragraph--processelement__richtext table thead tr td,.m-paragraph--processelement__processteaser table thead tr td,.m-paragraph--faqelement__richtext table thead tr td,.m-paragraph--flexelement__richtext table thead tr td,.m-paragraph--textbildkombinationen__richtext table thead tr td,.m-paragraph--highlightbox2__richtext table thead tr td,.m-paragraph--highlightbox__richtext table thead tr td,.m-paragraph--factbox__richtext ul li table thead tr td,.m-paragraph--headlineintro__richtext table thead tr td,.m-node--event__text table thead tr td,.m-node--press__text table thead tr td,.m-node--news__text table thead tr td,.m-node__text table thead tr td,.m-paragraph--highcharts-diagram__text table thead tr th,.m-paragraph--bubble-element__overlay_text table thead tr th,.m-paragraph--bubbles__text table thead tr th,.m-paragraph--topicfocus__element_view_text table thead tr th,.m-paragraph--documentselement__richtext table thead tr th,.m-paragraph--factboxesfrontpage__richtext table thead tr th,.m-paragraph--processelement__richtext table thead tr th,.m-paragraph--processelement__processteaser table thead tr th,.m-paragraph--faqelement__richtext table thead tr th,.m-paragraph--flexelement__richtext table thead tr th,.m-paragraph--textbildkombinationen__richtext table thead tr th,.m-paragraph--highlightbox2__richtext table thead tr th,.m-paragraph--highlightbox__richtext table thead tr th,.m-paragraph--factbox__richtext ul li table thead tr th,.m-paragraph--headlineintro__richtext table thead tr th,.m-node--event__text table thead tr th,.m-node--press__text table thead tr th,.m-node--news__text table thead tr th,.m-node__text table thead tr th{padding:5px 17px 15px;border-left:1px solid #000}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text table thead tr td,.m-paragraph--bubble-element__overlay_text table thead tr td,.m-paragraph--bubbles__text table thead tr td,.m-paragraph--topicfocus__element_view_text table thead tr td,.m-paragraph--documentselement__richtext table thead tr td,.m-paragraph--factboxesfrontpage__richtext table thead tr td,.m-paragraph--processelement__richtext table thead tr td,.m-paragraph--processelement__processteaser table thead tr td,.m-paragraph--faqelement__richtext table thead tr td,.m-paragraph--flexelement__richtext table thead tr td,.m-paragraph--textbildkombinationen__richtext table thead tr td,.m-paragraph--highlightbox2__richtext table thead tr td,.m-paragraph--highlightbox__richtext table thead tr td,.m-paragraph--factbox__richtext ul li table thead tr td,.m-paragraph--headlineintro__richtext table thead tr td,.m-node--event__text table thead tr td,.m-node--press__text table thead tr td,.m-node--news__text table thead tr td,.m-node__text table thead tr td,.m-paragraph--highcharts-diagram__text table thead tr th,.m-paragraph--bubble-element__overlay_text table thead tr th,.m-paragraph--bubbles__text table thead tr th,.m-paragraph--topicfocus__element_view_text table thead tr th,.m-paragraph--documentselement__richtext table thead tr th,.m-paragraph--factboxesfrontpage__richtext table thead tr th,.m-paragraph--processelement__richtext table thead tr th,.m-paragraph--processelement__processteaser table thead tr th,.m-paragraph--faqelement__richtext table thead tr th,.m-paragraph--flexelement__richtext table thead tr th,.m-paragraph--textbildkombinationen__richtext table thead tr th,.m-paragraph--highlightbox2__richtext table thead tr th,.m-paragraph--highlightbox__richtext table thead tr th,.m-paragraph--factbox__richtext ul li table thead tr th,.m-paragraph--headlineintro__richtext table thead tr th,.m-node--event__text table thead tr th,.m-node--press__text table thead tr th,.m-node--news__text table thead tr th,.m-node__text table thead tr th{width:100% !important;display:block;border-left:0;padding:5px 0 0}}.m-paragraph--highcharts-diagram__text table thead tr td:first-child,.m-paragraph--bubble-element__overlay_text table thead tr td:first-child,.m-paragraph--bubbles__text table thead tr td:first-child,.m-paragraph--topicfocus__element_view_text table thead tr td:first-child,.m-paragraph--documentselement__richtext table thead tr td:first-child,.m-paragraph--factboxesfrontpage__richtext table thead tr td:first-child,.m-paragraph--processelement__richtext table thead tr td:first-child,.m-paragraph--processelement__processteaser table thead tr td:first-child,.m-paragraph--faqelement__richtext table thead tr td:first-child,.m-paragraph--flexelement__richtext table thead tr td:first-child,.m-paragraph--textbildkombinationen__richtext table thead tr td:first-child,.m-paragraph--highlightbox2__richtext table thead tr td:first-child,.m-paragraph--highlightbox__richtext table thead tr td:first-child,.m-paragraph--factbox__richtext ul li table thead tr td:first-child,.m-paragraph--headlineintro__richtext table thead tr td:first-child,.m-node--event__text table thead tr td:first-child,.m-node--press__text table thead tr td:first-child,.m-node--news__text table thead tr td:first-child,.m-node__text table thead tr td:first-child,.m-paragraph--highcharts-diagram__text table thead tr th:first-child,.m-paragraph--bubble-element__overlay_text table thead tr th:first-child,.m-paragraph--bubbles__text table thead tr th:first-child,.m-paragraph--topicfocus__element_view_text table thead tr th:first-child,.m-paragraph--documentselement__richtext table thead tr th:first-child,.m-paragraph--factboxesfrontpage__richtext table thead tr th:first-child,.m-paragraph--processelement__richtext table thead tr th:first-child,.m-paragraph--processelement__processteaser table thead tr th:first-child,.m-paragraph--faqelement__richtext table thead tr th:first-child,.m-paragraph--flexelement__richtext table thead tr th:first-child,.m-paragraph--textbildkombinationen__richtext table thead tr th:first-child,.m-paragraph--highlightbox2__richtext table thead tr th:first-child,.m-paragraph--highlightbox__richtext table thead tr th:first-child,.m-paragraph--factbox__richtext ul li table thead tr th:first-child,.m-paragraph--headlineintro__richtext table thead tr th:first-child,.m-node--event__text table thead tr th:first-child,.m-node--press__text table thead tr th:first-child,.m-node--news__text table thead tr th:first-child,.m-node__text table thead tr th:first-child{padding-left:0;border-left:0}.m-paragraph--highcharts-diagram__text table thead tr td:last-child,.m-paragraph--bubble-element__overlay_text table thead tr td:last-child,.m-paragraph--bubbles__text table thead tr td:last-child,.m-paragraph--topicfocus__element_view_text table thead tr td:last-child,.m-paragraph--documentselement__richtext table thead tr td:last-child,.m-paragraph--factboxesfrontpage__richtext table thead tr td:last-child,.m-paragraph--processelement__richtext table thead tr td:last-child,.m-paragraph--processelement__processteaser table thead tr td:last-child,.m-paragraph--faqelement__richtext table thead tr td:last-child,.m-paragraph--flexelement__richtext table thead tr td:last-child,.m-paragraph--textbildkombinationen__richtext table thead tr td:last-child,.m-paragraph--highlightbox2__richtext table thead tr td:last-child,.m-paragraph--highlightbox__richtext table thead tr td:last-child,.m-paragraph--factbox__richtext ul li table thead tr td:last-child,.m-paragraph--headlineintro__richtext table thead tr td:last-child,.m-node--event__text table thead tr td:last-child,.m-node--press__text table thead tr td:last-child,.m-node--news__text table thead tr td:last-child,.m-node__text table thead tr td:last-child,.m-paragraph--highcharts-diagram__text table thead tr th:last-child,.m-paragraph--bubble-element__overlay_text table thead tr th:last-child,.m-paragraph--bubbles__text table thead tr th:last-child,.m-paragraph--topicfocus__element_view_text table thead tr th:last-child,.m-paragraph--documentselement__richtext table thead tr th:last-child,.m-paragraph--factboxesfrontpage__richtext table thead tr th:last-child,.m-paragraph--processelement__richtext table thead tr th:last-child,.m-paragraph--processelement__processteaser table thead tr th:last-child,.m-paragraph--faqelement__richtext table thead tr th:last-child,.m-paragraph--flexelement__richtext table thead tr th:last-child,.m-paragraph--textbildkombinationen__richtext table thead tr th:last-child,.m-paragraph--highlightbox2__richtext table thead tr th:last-child,.m-paragraph--highlightbox__richtext table thead tr th:last-child,.m-paragraph--factbox__richtext ul li table thead tr th:last-child,.m-paragraph--headlineintro__richtext table thead tr th:last-child,.m-node--event__text table thead tr th:last-child,.m-node--press__text table thead tr th:last-child,.m-node--news__text table thead tr th:last-child,.m-node__text table thead tr th:last-child{padding-right:0}.m-paragraph--highcharts-diagram__text table tbody tr td,.m-paragraph--bubble-element__overlay_text table tbody tr td,.m-paragraph--bubbles__text table tbody tr td,.m-paragraph--topicfocus__element_view_text table tbody tr td,.m-paragraph--documentselement__richtext table tbody tr td,.m-paragraph--factboxesfrontpage__richtext table tbody tr td,.m-paragraph--processelement__richtext table tbody tr td,.m-paragraph--processelement__processteaser table tbody tr td,.m-paragraph--faqelement__richtext table tbody tr td,.m-paragraph--flexelement__richtext table tbody tr td,.m-paragraph--textbildkombinationen__richtext table tbody tr td,.m-paragraph--highlightbox2__richtext table tbody tr td,.m-paragraph--highlightbox__richtext table tbody tr td,.m-paragraph--factbox__richtext ul li table tbody tr td,.m-paragraph--headlineintro__richtext table tbody tr td,.m-node--event__text table tbody tr td,.m-node--press__text table tbody tr td,.m-node--news__text table tbody tr td,.m-node__text table tbody tr td{padding:20px 17px;width:auto !important;border-left:1px solid #000}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text table tbody tr td,.m-paragraph--bubble-element__overlay_text table tbody tr td,.m-paragraph--bubbles__text table tbody tr td,.m-paragraph--topicfocus__element_view_text table tbody tr td,.m-paragraph--documentselement__richtext table tbody tr td,.m-paragraph--factboxesfrontpage__richtext table tbody tr td,.m-paragraph--processelement__richtext table tbody tr td,.m-paragraph--processelement__processteaser table tbody tr td,.m-paragraph--faqelement__richtext table tbody tr td,.m-paragraph--flexelement__richtext table tbody tr td,.m-paragraph--textbildkombinationen__richtext table tbody tr td,.m-paragraph--highlightbox2__richtext table tbody tr td,.m-paragraph--highlightbox__richtext table tbody tr td,.m-paragraph--factbox__richtext ul li table tbody tr td,.m-paragraph--headlineintro__richtext table tbody tr td,.m-node--event__text table tbody tr td,.m-node--press__text table tbody tr td,.m-node--news__text table tbody tr td,.m-node__text table tbody tr td{width:100% !important;display:block;border-left:0;padding:5px 0 0}}.m-paragraph--highcharts-diagram__text table tbody tr td:first-child,.m-paragraph--bubble-element__overlay_text table tbody tr td:first-child,.m-paragraph--bubbles__text table tbody tr td:first-child,.m-paragraph--topicfocus__element_view_text table tbody tr td:first-child,.m-paragraph--documentselement__richtext table tbody tr td:first-child,.m-paragraph--factboxesfrontpage__richtext table tbody tr td:first-child,.m-paragraph--processelement__richtext table tbody tr td:first-child,.m-paragraph--processelement__processteaser table tbody tr td:first-child,.m-paragraph--faqelement__richtext table tbody tr td:first-child,.m-paragraph--flexelement__richtext table tbody tr td:first-child,.m-paragraph--textbildkombinationen__richtext table tbody tr td:first-child,.m-paragraph--highlightbox2__richtext table tbody tr td:first-child,.m-paragraph--highlightbox__richtext table tbody tr td:first-child,.m-paragraph--factbox__richtext ul li table tbody tr td:first-child,.m-paragraph--headlineintro__richtext table tbody tr td:first-child,.m-node--event__text table tbody tr td:first-child,.m-node--press__text table tbody tr td:first-child,.m-node--news__text table tbody tr td:first-child,.m-node__text table tbody tr td:first-child{padding-left:0;border-left:0}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text table tbody tr td:first-child,.m-paragraph--bubble-element__overlay_text table tbody tr td:first-child,.m-paragraph--bubbles__text table tbody tr td:first-child,.m-paragraph--topicfocus__element_view_text table tbody tr td:first-child,.m-paragraph--documentselement__richtext table tbody tr td:first-child,.m-paragraph--factboxesfrontpage__richtext table tbody tr td:first-child,.m-paragraph--processelement__richtext table tbody tr td:first-child,.m-paragraph--processelement__processteaser table tbody tr td:first-child,.m-paragraph--faqelement__richtext table tbody tr td:first-child,.m-paragraph--flexelement__richtext table tbody tr td:first-child,.m-paragraph--textbildkombinationen__richtext table tbody tr td:first-child,.m-paragraph--highlightbox2__richtext table tbody tr td:first-child,.m-paragraph--highlightbox__richtext table tbody tr td:first-child,.m-paragraph--factbox__richtext ul li table tbody tr td:first-child,.m-paragraph--headlineintro__richtext table tbody tr td:first-child,.m-node--event__text table tbody tr td:first-child,.m-node--press__text table tbody tr td:first-child,.m-node--news__text table tbody tr td:first-child,.m-node__text table tbody tr td:first-child{padding-top:25px}}.m-paragraph--highcharts-diagram__text table tbody tr td:last-child,.m-paragraph--bubble-element__overlay_text table tbody tr td:last-child,.m-paragraph--bubbles__text table tbody tr td:last-child,.m-paragraph--topicfocus__element_view_text table tbody tr td:last-child,.m-paragraph--documentselement__richtext table tbody tr td:last-child,.m-paragraph--factboxesfrontpage__richtext table tbody tr td:last-child,.m-paragraph--processelement__richtext table tbody tr td:last-child,.m-paragraph--processelement__processteaser table tbody tr td:last-child,.m-paragraph--faqelement__richtext table tbody tr td:last-child,.m-paragraph--flexelement__richtext table tbody tr td:last-child,.m-paragraph--textbildkombinationen__richtext table tbody tr td:last-child,.m-paragraph--highlightbox2__richtext table tbody tr td:last-child,.m-paragraph--highlightbox__richtext table tbody tr td:last-child,.m-paragraph--factbox__richtext ul li table tbody tr td:last-child,.m-paragraph--headlineintro__richtext table tbody tr td:last-child,.m-node--event__text table tbody tr td:last-child,.m-node--press__text table tbody tr td:last-child,.m-node--news__text table tbody tr td:last-child,.m-node__text table tbody tr td:last-child{padding-right:0}.m-paragraph--highcharts-diagram__text table tbody tr:first-child td,.m-paragraph--bubble-element__overlay_text table tbody tr:first-child td,.m-paragraph--bubbles__text table tbody tr:first-child td,.m-paragraph--topicfocus__element_view_text table tbody tr:first-child td,.m-paragraph--documentselement__richtext table tbody tr:first-child td,.m-paragraph--factboxesfrontpage__richtext table tbody tr:first-child td,.m-paragraph--processelement__richtext table tbody tr:first-child td,.m-paragraph--processelement__processteaser table tbody tr:first-child td,.m-paragraph--faqelement__richtext table tbody tr:first-child td,.m-paragraph--flexelement__richtext table tbody tr:first-child td,.m-paragraph--textbildkombinationen__richtext table tbody tr:first-child td,.m-paragraph--highlightbox2__richtext table tbody tr:first-child td,.m-paragraph--highlightbox__richtext table tbody tr:first-child td,.m-paragraph--factbox__richtext ul li table tbody tr:first-child td,.m-paragraph--headlineintro__richtext table tbody tr:first-child td,.m-node--event__text table tbody tr:first-child td,.m-node--press__text table tbody tr:first-child td,.m-node--news__text table tbody tr:first-child td,.m-node__text table tbody tr:first-child td{padding-top:5px}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text table tbody tr:first-child td:first-child,.m-paragraph--bubble-element__overlay_text table tbody tr:first-child td:first-child,.m-paragraph--bubbles__text table tbody tr:first-child td:first-child,.m-paragraph--topicfocus__element_view_text table tbody tr:first-child td:first-child,.m-paragraph--documentselement__richtext table tbody tr:first-child td:first-child,.m-paragraph--factboxesfrontpage__richtext table tbody tr:first-child td:first-child,.m-paragraph--processelement__richtext table tbody tr:first-child td:first-child,.m-paragraph--processelement__processteaser table tbody tr:first-child td:first-child,.m-paragraph--faqelement__richtext table tbody tr:first-child td:first-child,.m-paragraph--flexelement__richtext table tbody tr:first-child td:first-child,.m-paragraph--textbildkombinationen__richtext table tbody tr:first-child td:first-child,.m-paragraph--highlightbox2__richtext table tbody tr:first-child td:first-child,.m-paragraph--highlightbox__richtext table tbody tr:first-child td:first-child,.m-paragraph--factbox__richtext ul li table tbody tr:first-child td:first-child,.m-paragraph--headlineintro__richtext table tbody tr:first-child td:first-child,.m-node--event__text table tbody tr:first-child td:first-child,.m-node--press__text table tbody tr:first-child td:first-child,.m-node--news__text table tbody tr:first-child td:first-child,.m-node__text table tbody tr:first-child td:first-child{padding-top:25px}}.m-paragraph--highcharts-diagram__text table tbody tr:last-child td,.m-paragraph--bubble-element__overlay_text table tbody tr:last-child td,.m-paragraph--bubbles__text table tbody tr:last-child td,.m-paragraph--topicfocus__element_view_text table tbody tr:last-child td,.m-paragraph--documentselement__richtext table tbody tr:last-child td,.m-paragraph--factboxesfrontpage__richtext table tbody tr:last-child td,.m-paragraph--processelement__richtext table tbody tr:last-child td,.m-paragraph--processelement__processteaser table tbody tr:last-child td,.m-paragraph--faqelement__richtext table tbody tr:last-child td,.m-paragraph--flexelement__richtext table tbody tr:last-child td,.m-paragraph--textbildkombinationen__richtext table tbody tr:last-child td,.m-paragraph--highlightbox2__richtext table tbody tr:last-child td,.m-paragraph--highlightbox__richtext table tbody tr:last-child td,.m-paragraph--factbox__richtext ul li table tbody tr:last-child td,.m-paragraph--headlineintro__richtext table tbody tr:last-child td,.m-node--event__text table tbody tr:last-child td,.m-node--press__text table tbody tr:last-child td,.m-node--news__text table tbody tr:last-child td,.m-node__text table tbody tr:last-child td{padding-bottom:5px}.m-paragraph--highcharts-diagram__text table[data-cols="2"] thead tr td,.m-paragraph--bubble-element__overlay_text table[data-cols="2"] thead tr td,.m-paragraph--bubbles__text table[data-cols="2"] thead tr td,.m-paragraph--topicfocus__element_view_text table[data-cols="2"] thead tr td,.m-paragraph--documentselement__richtext table[data-cols="2"] thead tr td,.m-paragraph--factboxesfrontpage__richtext table[data-cols="2"] thead tr td,.m-paragraph--processelement__richtext table[data-cols="2"] thead tr td,.m-paragraph--processelement__processteaser table[data-cols="2"] thead tr td,.m-paragraph--faqelement__richtext table[data-cols="2"] thead tr td,.m-paragraph--flexelement__richtext table[data-cols="2"] thead tr td,.m-paragraph--textbildkombinationen__richtext table[data-cols="2"] thead tr td,.m-paragraph--highlightbox2__richtext table[data-cols="2"] thead tr td,.m-paragraph--highlightbox__richtext table[data-cols="2"] thead tr td,.m-paragraph--factbox__richtext ul li table[data-cols="2"] thead tr td,.m-paragraph--headlineintro__richtext table[data-cols="2"] thead tr td,.m-node--event__text table[data-cols="2"] thead tr td,.m-node--press__text table[data-cols="2"] thead tr td,.m-node--news__text table[data-cols="2"] thead tr td,.m-node__text table[data-cols="2"] thead tr td,.m-paragraph--highcharts-diagram__text table[data-cols="2"] thead tr th,.m-paragraph--bubble-element__overlay_text table[data-cols="2"] thead tr th,.m-paragraph--bubbles__text table[data-cols="2"] thead tr th,.m-paragraph--topicfocus__element_view_text table[data-cols="2"] thead tr th,.m-paragraph--documentselement__richtext table[data-cols="2"] thead tr th,.m-paragraph--factboxesfrontpage__richtext table[data-cols="2"] thead tr th,.m-paragraph--processelement__richtext table[data-cols="2"] thead tr th,.m-paragraph--processelement__processteaser table[data-cols="2"] thead tr th,.m-paragraph--faqelement__richtext table[data-cols="2"] thead tr th,.m-paragraph--flexelement__richtext table[data-cols="2"] thead tr th,.m-paragraph--textbildkombinationen__richtext table[data-cols="2"] thead tr th,.m-paragraph--highlightbox2__richtext table[data-cols="2"] thead tr th,.m-paragraph--highlightbox__richtext table[data-cols="2"] thead tr th,.m-paragraph--factbox__richtext ul li table[data-cols="2"] thead tr th,.m-paragraph--headlineintro__richtext table[data-cols="2"] thead tr th,.m-node--event__text table[data-cols="2"] thead tr th,.m-node--press__text table[data-cols="2"] thead tr th,.m-node--news__text table[data-cols="2"] thead tr th,.m-node__text table[data-cols="2"] thead tr th{width:50% !important}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text table[data-cols="2"] thead tr td,.m-paragraph--bubble-element__overlay_text table[data-cols="2"] thead tr td,.m-paragraph--bubbles__text table[data-cols="2"] thead tr td,.m-paragraph--topicfocus__element_view_text table[data-cols="2"] thead tr td,.m-paragraph--documentselement__richtext table[data-cols="2"] thead tr td,.m-paragraph--factboxesfrontpage__richtext table[data-cols="2"] thead tr td,.m-paragraph--processelement__richtext table[data-cols="2"] thead tr td,.m-paragraph--processelement__processteaser table[data-cols="2"] thead tr td,.m-paragraph--faqelement__richtext table[data-cols="2"] thead tr td,.m-paragraph--flexelement__richtext table[data-cols="2"] thead tr td,.m-paragraph--textbildkombinationen__richtext table[data-cols="2"] thead tr td,.m-paragraph--highlightbox2__richtext table[data-cols="2"] thead tr td,.m-paragraph--highlightbox__richtext table[data-cols="2"] thead tr td,.m-paragraph--factbox__richtext ul li table[data-cols="2"] thead tr td,.m-paragraph--headlineintro__richtext table[data-cols="2"] thead tr td,.m-node--event__text table[data-cols="2"] thead tr td,.m-node--press__text table[data-cols="2"] thead tr td,.m-node--news__text table[data-cols="2"] thead tr td,.m-node__text table[data-cols="2"] thead tr td,.m-paragraph--highcharts-diagram__text table[data-cols="2"] thead tr th,.m-paragraph--bubble-element__overlay_text table[data-cols="2"] thead tr th,.m-paragraph--bubbles__text table[data-cols="2"] thead tr th,.m-paragraph--topicfocus__element_view_text table[data-cols="2"] thead tr th,.m-paragraph--documentselement__richtext table[data-cols="2"] thead tr th,.m-paragraph--factboxesfrontpage__richtext table[data-cols="2"] thead tr th,.m-paragraph--processelement__richtext table[data-cols="2"] thead tr th,.m-paragraph--processelement__processteaser table[data-cols="2"] thead tr th,.m-paragraph--faqelement__richtext table[data-cols="2"] thead tr th,.m-paragraph--flexelement__richtext table[data-cols="2"] thead tr th,.m-paragraph--textbildkombinationen__richtext table[data-cols="2"] thead tr th,.m-paragraph--highlightbox2__richtext table[data-cols="2"] thead tr th,.m-paragraph--highlightbox__richtext table[data-cols="2"] thead tr th,.m-paragraph--factbox__richtext ul li table[data-cols="2"] thead tr th,.m-paragraph--headlineintro__richtext table[data-cols="2"] thead tr th,.m-node--event__text table[data-cols="2"] thead tr th,.m-node--press__text table[data-cols="2"] thead tr th,.m-node--news__text table[data-cols="2"] thead tr th,.m-node__text table[data-cols="2"] thead tr th{width:100% !important}}.m-paragraph--highcharts-diagram__text table[data-cols="2"] tbody tr td,.m-paragraph--bubble-element__overlay_text table[data-cols="2"] tbody tr td,.m-paragraph--bubbles__text table[data-cols="2"] tbody tr td,.m-paragraph--topicfocus__element_view_text table[data-cols="2"] tbody tr td,.m-paragraph--documentselement__richtext table[data-cols="2"] tbody tr td,.m-paragraph--factboxesfrontpage__richtext table[data-cols="2"] tbody tr td,.m-paragraph--processelement__richtext table[data-cols="2"] tbody tr td,.m-paragraph--processelement__processteaser table[data-cols="2"] tbody tr td,.m-paragraph--faqelement__richtext table[data-cols="2"] tbody tr td,.m-paragraph--flexelement__richtext table[data-cols="2"] tbody tr td,.m-paragraph--textbildkombinationen__richtext table[data-cols="2"] tbody tr td,.m-paragraph--highlightbox2__richtext table[data-cols="2"] tbody tr td,.m-paragraph--highlightbox__richtext table[data-cols="2"] tbody tr td,.m-paragraph--factbox__richtext ul li table[data-cols="2"] tbody tr td,.m-paragraph--headlineintro__richtext table[data-cols="2"] tbody tr td,.m-node--event__text table[data-cols="2"] tbody tr td,.m-node--press__text table[data-cols="2"] tbody tr td,.m-node--news__text table[data-cols="2"] tbody tr td,.m-node__text table[data-cols="2"] tbody tr td{width:50% !important}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text table[data-cols="2"] tbody tr td,.m-paragraph--bubble-element__overlay_text table[data-cols="2"] tbody tr td,.m-paragraph--bubbles__text table[data-cols="2"] tbody tr td,.m-paragraph--topicfocus__element_view_text table[data-cols="2"] tbody tr td,.m-paragraph--documentselement__richtext table[data-cols="2"] tbody tr td,.m-paragraph--factboxesfrontpage__richtext table[data-cols="2"] tbody tr td,.m-paragraph--processelement__richtext table[data-cols="2"] tbody tr td,.m-paragraph--processelement__processteaser table[data-cols="2"] tbody tr td,.m-paragraph--faqelement__richtext table[data-cols="2"] tbody tr td,.m-paragraph--flexelement__richtext table[data-cols="2"] tbody tr td,.m-paragraph--textbildkombinationen__richtext table[data-cols="2"] tbody tr td,.m-paragraph--highlightbox2__richtext table[data-cols="2"] tbody tr td,.m-paragraph--highlightbox__richtext table[data-cols="2"] tbody tr td,.m-paragraph--factbox__richtext ul li table[data-cols="2"] tbody tr td,.m-paragraph--headlineintro__richtext table[data-cols="2"] tbody tr td,.m-node--event__text table[data-cols="2"] tbody tr td,.m-node--press__text table[data-cols="2"] tbody tr td,.m-node--news__text table[data-cols="2"] tbody tr td,.m-node__text table[data-cols="2"] tbody tr td{width:100% !important}}.m-paragraph--highcharts-diagram__text table .text-align-left,.m-paragraph--bubble-element__overlay_text table .text-align-left,.m-paragraph--bubbles__text table .text-align-left,.m-paragraph--topicfocus__element_view_text table .text-align-left,.m-paragraph--documentselement__richtext table .text-align-left,.m-paragraph--factboxesfrontpage__richtext table .text-align-left,.m-paragraph--processelement__richtext table .text-align-left,.m-paragraph--processelement__processteaser table .text-align-left,.m-paragraph--faqelement__richtext table .text-align-left,.m-paragraph--flexelement__richtext table .text-align-left,.m-paragraph--textbildkombinationen__richtext table .text-align-left,.m-paragraph--highlightbox2__richtext table .text-align-left,.m-paragraph--highlightbox__richtext table .text-align-left,.m-paragraph--factbox__richtext ul li table .text-align-left,.m-paragraph--headlineintro__richtext table .text-align-left,.m-node--event__text table .text-align-left,.m-node--press__text table .text-align-left,.m-node--news__text table .text-align-left,.m-node__text table .text-align-left{text-align:left}.m-paragraph--highcharts-diagram__text table .text-align-right,.m-paragraph--bubble-element__overlay_text table .text-align-right,.m-paragraph--bubbles__text table .text-align-right,.m-paragraph--topicfocus__element_view_text table .text-align-right,.m-paragraph--documentselement__richtext table .text-align-right,.m-paragraph--factboxesfrontpage__richtext table .text-align-right,.m-paragraph--processelement__richtext table .text-align-right,.m-paragraph--processelement__processteaser table .text-align-right,.m-paragraph--faqelement__richtext table .text-align-right,.m-paragraph--flexelement__richtext table .text-align-right,.m-paragraph--textbildkombinationen__richtext table .text-align-right,.m-paragraph--highlightbox2__richtext table .text-align-right,.m-paragraph--highlightbox__richtext table .text-align-right,.m-paragraph--factbox__richtext ul li table .text-align-right,.m-paragraph--headlineintro__richtext table .text-align-right,.m-node--event__text table .text-align-right,.m-node--press__text table .text-align-right,.m-node--news__text table .text-align-right,.m-node__text table .text-align-right{text-align:right}.m-paragraph--highcharts-diagram__text img,.m-paragraph--bubble-element__overlay_text img,.m-paragraph--bubbles__text img,.m-paragraph--topicfocus__element_view_text img,.m-paragraph--documentselement__richtext img,.m-paragraph--factboxesfrontpage__richtext img,.m-paragraph--processelement__richtext img,.m-paragraph--processelement__processteaser img,.m-paragraph--faqelement__richtext img,.m-paragraph--flexelement__richtext img,.m-paragraph--textbildkombinationen__richtext img,.m-paragraph--highlightbox2__richtext img,.m-paragraph--highlightbox__richtext img,.m-paragraph--factbox__richtext ul li img,.m-paragraph--headlineintro__richtext img,.m-node--event__text img,.m-node--press__text img,.m-node--news__text img,.m-node__text img{width:100%;height:auto}.m-paragraph--highcharts-diagram__text figure a,.m-paragraph--bubble-element__overlay_text figure a,.m-paragraph--bubbles__text figure a,.m-paragraph--topicfocus__element_view_text figure a,.m-paragraph--documentselement__richtext figure a,.m-paragraph--factboxesfrontpage__richtext figure a,.m-paragraph--processelement__richtext figure a,.m-paragraph--processelement__processteaser figure a,.m-paragraph--faqelement__richtext figure a,.m-paragraph--flexelement__richtext figure a,.m-paragraph--textbildkombinationen__richtext figure a,.m-paragraph--highlightbox2__richtext figure a,.m-paragraph--highlightbox__richtext figure a,.m-paragraph--factbox__richtext ul li figure a,.m-paragraph--headlineintro__richtext figure a,.m-node--event__text figure a,.m-node--press__text figure a,.m-node--news__text figure a,.m-node__text figure a{display:inline-block;border:0 !important}.m-paragraph--highcharts-diagram__text figure+p,.m-paragraph--bubble-element__overlay_text figure+p,.m-paragraph--bubbles__text figure+p,.m-paragraph--topicfocus__element_view_text figure+p,.m-paragraph--documentselement__richtext figure+p,.m-paragraph--factboxesfrontpage__richtext figure+p,.m-paragraph--processelement__richtext figure+p,.m-paragraph--processelement__processteaser figure+p,.m-paragraph--faqelement__richtext figure+p,.m-paragraph--flexelement__richtext figure+p,.m-paragraph--textbildkombinationen__richtext figure+p,.m-paragraph--highlightbox2__richtext figure+p,.m-paragraph--highlightbox__richtext figure+p,.m-paragraph--factbox__richtext ul li figure+p,.m-paragraph--headlineintro__richtext figure+p,.m-node--event__text figure+p,.m-node--press__text figure+p,.m-node--news__text figure+p,.m-node__text figure+p{margin-top:21px}.m-paragraph--highcharts-diagram__text figure figcaption,.m-paragraph--bubble-element__overlay_text figure figcaption,.m-paragraph--bubbles__text figure figcaption,.m-paragraph--topicfocus__element_view_text figure figcaption,.m-paragraph--documentselement__richtext figure figcaption,.m-paragraph--factboxesfrontpage__richtext figure figcaption,.m-paragraph--processelement__richtext figure figcaption,.m-paragraph--processelement__processteaser figure figcaption,.m-paragraph--faqelement__richtext figure figcaption,.m-paragraph--flexelement__richtext figure figcaption,.m-paragraph--textbildkombinationen__richtext figure figcaption,.m-paragraph--highlightbox2__richtext figure figcaption,.m-paragraph--highlightbox__richtext figure figcaption,.m-paragraph--factbox__richtext ul li figure figcaption,.m-paragraph--headlineintro__richtext figure figcaption,.m-node--event__text figure figcaption,.m-node--press__text figure figcaption,.m-node--news__text figure figcaption,.m-node__text figure figcaption{padding-bottom:6px;border-bottom:1px solid #979797}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text figure figcaption,.m-paragraph--bubble-element__overlay_text figure figcaption,.m-paragraph--bubbles__text figure figcaption,.m-paragraph--topicfocus__element_view_text figure figcaption,.m-paragraph--documentselement__richtext figure figcaption,.m-paragraph--factboxesfrontpage__richtext figure figcaption,.m-paragraph--processelement__richtext figure figcaption,.m-paragraph--processelement__processteaser figure figcaption,.m-paragraph--faqelement__richtext figure figcaption,.m-paragraph--flexelement__richtext figure figcaption,.m-paragraph--textbildkombinationen__richtext figure figcaption,.m-paragraph--highlightbox2__richtext figure figcaption,.m-paragraph--highlightbox__richtext figure figcaption,.m-paragraph--factbox__richtext ul li figure figcaption,.m-paragraph--headlineintro__richtext figure figcaption,.m-node--event__text figure figcaption,.m-node--press__text figure figcaption,.m-node--news__text figure figcaption,.m-node__text figure figcaption{padding-bottom:0;border-bottom:0}}.m-paragraph--highcharts-diagram__text figure.align-center figcaption,.m-paragraph--bubble-element__overlay_text figure.align-center figcaption,.m-paragraph--bubbles__text figure.align-center figcaption,.m-paragraph--topicfocus__element_view_text figure.align-center figcaption,.m-paragraph--documentselement__richtext figure.align-center figcaption,.m-paragraph--factboxesfrontpage__richtext figure.align-center figcaption,.m-paragraph--processelement__richtext figure.align-center figcaption,.m-paragraph--processelement__processteaser figure.align-center figcaption,.m-paragraph--faqelement__richtext figure.align-center figcaption,.m-paragraph--flexelement__richtext figure.align-center figcaption,.m-paragraph--textbildkombinationen__richtext figure.align-center figcaption,.m-paragraph--highlightbox2__richtext figure.align-center figcaption,.m-paragraph--highlightbox__richtext figure.align-center figcaption,.m-paragraph--factbox__richtext ul li figure.align-center figcaption,.m-paragraph--headlineintro__richtext figure.align-center figcaption,.m-node--event__text figure.align-center figcaption,.m-node--press__text figure.align-center figcaption,.m-node--news__text figure.align-center figcaption,.m-node__text figure.align-center figcaption{padding-bottom:0;border-bottom:0}.m-paragraph--highcharts-diagram__text .m-mediaimage--default.align-left,.m-paragraph--bubble-element__overlay_text .m-mediaimage--default.align-left,.m-paragraph--bubbles__text .m-mediaimage--default.align-left,.m-paragraph--topicfocus__element_view_text .m-mediaimage--default.align-left,.m-paragraph--documentselement__richtext .m-mediaimage--default.align-left,.m-paragraph--factboxesfrontpage__richtext .m-mediaimage--default.align-left,.m-paragraph--processelement__richtext .m-mediaimage--default.align-left,.m-paragraph--processelement__processteaser .m-mediaimage--default.align-left,.m-paragraph--faqelement__richtext .m-mediaimage--default.align-left,.m-paragraph--flexelement__richtext .m-mediaimage--default.align-left,.m-paragraph--textbildkombinationen__richtext .m-mediaimage--default.align-left,.m-paragraph--highlightbox2__richtext .m-mediaimage--default.align-left,.m-paragraph--highlightbox__richtext .m-mediaimage--default.align-left,.m-paragraph--factbox__richtext ul li .m-mediaimage--default.align-left,.m-paragraph--headlineintro__richtext .m-mediaimage--default.align-left,.m-node--event__text .m-mediaimage--default.align-left,.m-node--press__text .m-mediaimage--default.align-left,.m-node--news__text .m-mediaimage--default.align-left,.m-node__text .m-mediaimage--default.align-left,.m-paragraph--highcharts-diagram__text figure.align-left,.m-paragraph--bubble-element__overlay_text figure.align-left,.m-paragraph--bubbles__text figure.align-left,.m-paragraph--topicfocus__element_view_text figure.align-left,.m-paragraph--documentselement__richtext figure.align-left,.m-paragraph--factboxesfrontpage__richtext figure.align-left,.m-paragraph--processelement__richtext figure.align-left,.m-paragraph--processelement__processteaser figure.align-left,.m-paragraph--faqelement__richtext figure.align-left,.m-paragraph--flexelement__richtext figure.align-left,.m-paragraph--textbildkombinationen__richtext figure.align-left,.m-paragraph--highlightbox2__richtext figure.align-left,.m-paragraph--highlightbox__richtext figure.align-left,.m-paragraph--factbox__richtext ul li figure.align-left,.m-paragraph--headlineintro__richtext figure.align-left,.m-node--event__text figure.align-left,.m-node--press__text figure.align-left,.m-node--news__text figure.align-left,.m-node__text figure.align-left,.m-paragraph--highcharts-diagram__text img.align-left,.m-paragraph--bubble-element__overlay_text img.align-left,.m-paragraph--bubbles__text img.align-left,.m-paragraph--topicfocus__element_view_text img.align-left,.m-paragraph--documentselement__richtext img.align-left,.m-paragraph--factboxesfrontpage__richtext img.align-left,.m-paragraph--processelement__richtext img.align-left,.m-paragraph--processelement__processteaser img.align-left,.m-paragraph--faqelement__richtext img.align-left,.m-paragraph--flexelement__richtext img.align-left,.m-paragraph--textbildkombinationen__richtext img.align-left,.m-paragraph--highlightbox2__richtext img.align-left,.m-paragraph--highlightbox__richtext img.align-left,.m-paragraph--factbox__richtext ul li img.align-left,.m-paragraph--headlineintro__richtext img.align-left,.m-node--event__text img.align-left,.m-node--press__text img.align-left,.m-node--news__text img.align-left,.m-node__text img.align-left{max-width:285px;margin-right:24px;margin-bottom:20px;float:left}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text .m-mediaimage--default.align-left,.m-paragraph--bubble-element__overlay_text .m-mediaimage--default.align-left,.m-paragraph--bubbles__text .m-mediaimage--default.align-left,.m-paragraph--topicfocus__element_view_text .m-mediaimage--default.align-left,.m-paragraph--documentselement__richtext .m-mediaimage--default.align-left,.m-paragraph--factboxesfrontpage__richtext .m-mediaimage--default.align-left,.m-paragraph--processelement__richtext .m-mediaimage--default.align-left,.m-paragraph--processelement__processteaser .m-mediaimage--default.align-left,.m-paragraph--faqelement__richtext .m-mediaimage--default.align-left,.m-paragraph--flexelement__richtext .m-mediaimage--default.align-left,.m-paragraph--textbildkombinationen__richtext .m-mediaimage--default.align-left,.m-paragraph--highlightbox2__richtext .m-mediaimage--default.align-left,.m-paragraph--highlightbox__richtext .m-mediaimage--default.align-left,.m-paragraph--factbox__richtext ul li .m-mediaimage--default.align-left,.m-paragraph--headlineintro__richtext .m-mediaimage--default.align-left,.m-node--event__text .m-mediaimage--default.align-left,.m-node--press__text .m-mediaimage--default.align-left,.m-node--news__text .m-mediaimage--default.align-left,.m-node__text .m-mediaimage--default.align-left,.m-paragraph--highcharts-diagram__text figure.align-left,.m-paragraph--bubble-element__overlay_text figure.align-left,.m-paragraph--bubbles__text figure.align-left,.m-paragraph--topicfocus__element_view_text figure.align-left,.m-paragraph--documentselement__richtext figure.align-left,.m-paragraph--factboxesfrontpage__richtext figure.align-left,.m-paragraph--processelement__richtext figure.align-left,.m-paragraph--processelement__processteaser figure.align-left,.m-paragraph--faqelement__richtext figure.align-left,.m-paragraph--flexelement__richtext figure.align-left,.m-paragraph--textbildkombinationen__richtext figure.align-left,.m-paragraph--highlightbox2__richtext figure.align-left,.m-paragraph--highlightbox__richtext figure.align-left,.m-paragraph--factbox__richtext ul li figure.align-left,.m-paragraph--headlineintro__richtext figure.align-left,.m-node--event__text figure.align-left,.m-node--press__text figure.align-left,.m-node--news__text figure.align-left,.m-node__text figure.align-left,.m-paragraph--highcharts-diagram__text img.align-left,.m-paragraph--bubble-element__overlay_text img.align-left,.m-paragraph--bubbles__text img.align-left,.m-paragraph--topicfocus__element_view_text img.align-left,.m-paragraph--documentselement__richtext img.align-left,.m-paragraph--factboxesfrontpage__richtext img.align-left,.m-paragraph--processelement__richtext img.align-left,.m-paragraph--processelement__processteaser img.align-left,.m-paragraph--faqelement__richtext img.align-left,.m-paragraph--flexelement__richtext img.align-left,.m-paragraph--textbildkombinationen__richtext img.align-left,.m-paragraph--highlightbox2__richtext img.align-left,.m-paragraph--highlightbox__richtext img.align-left,.m-paragraph--factbox__richtext ul li img.align-left,.m-paragraph--headlineintro__richtext img.align-left,.m-node--event__text img.align-left,.m-node--press__text img.align-left,.m-node--news__text img.align-left,.m-node__text img.align-left{float:none;max-width:none;margin-right:0}}.m-paragraph--highcharts-diagram__text .m-mediaimage--default.align-right,.m-paragraph--bubble-element__overlay_text .m-mediaimage--default.align-right,.m-paragraph--bubbles__text .m-mediaimage--default.align-right,.m-paragraph--topicfocus__element_view_text .m-mediaimage--default.align-right,.m-paragraph--documentselement__richtext .m-mediaimage--default.align-right,.m-paragraph--factboxesfrontpage__richtext .m-mediaimage--default.align-right,.m-paragraph--processelement__richtext .m-mediaimage--default.align-right,.m-paragraph--processelement__processteaser .m-mediaimage--default.align-right,.m-paragraph--faqelement__richtext .m-mediaimage--default.align-right,.m-paragraph--flexelement__richtext .m-mediaimage--default.align-right,.m-paragraph--textbildkombinationen__richtext .m-mediaimage--default.align-right,.m-paragraph--highlightbox2__richtext .m-mediaimage--default.align-right,.m-paragraph--highlightbox__richtext .m-mediaimage--default.align-right,.m-paragraph--factbox__richtext ul li .m-mediaimage--default.align-right,.m-paragraph--headlineintro__richtext .m-mediaimage--default.align-right,.m-node--event__text .m-mediaimage--default.align-right,.m-node--press__text .m-mediaimage--default.align-right,.m-node--news__text .m-mediaimage--default.align-right,.m-node__text .m-mediaimage--default.align-right,.m-paragraph--highcharts-diagram__text figure.align-right,.m-paragraph--bubble-element__overlay_text figure.align-right,.m-paragraph--bubbles__text figure.align-right,.m-paragraph--topicfocus__element_view_text figure.align-right,.m-paragraph--documentselement__richtext figure.align-right,.m-paragraph--factboxesfrontpage__richtext figure.align-right,.m-paragraph--processelement__richtext figure.align-right,.m-paragraph--processelement__processteaser figure.align-right,.m-paragraph--faqelement__richtext figure.align-right,.m-paragraph--flexelement__richtext figure.align-right,.m-paragraph--textbildkombinationen__richtext figure.align-right,.m-paragraph--highlightbox2__richtext figure.align-right,.m-paragraph--highlightbox__richtext figure.align-right,.m-paragraph--factbox__richtext ul li figure.align-right,.m-paragraph--headlineintro__richtext figure.align-right,.m-node--event__text figure.align-right,.m-node--press__text figure.align-right,.m-node--news__text figure.align-right,.m-node__text figure.align-right,.m-paragraph--highcharts-diagram__text img.align-right,.m-paragraph--bubble-element__overlay_text img.align-right,.m-paragraph--bubbles__text img.align-right,.m-paragraph--topicfocus__element_view_text img.align-right,.m-paragraph--documentselement__richtext img.align-right,.m-paragraph--factboxesfrontpage__richtext img.align-right,.m-paragraph--processelement__richtext img.align-right,.m-paragraph--processelement__processteaser img.align-right,.m-paragraph--faqelement__richtext img.align-right,.m-paragraph--flexelement__richtext img.align-right,.m-paragraph--textbildkombinationen__richtext img.align-right,.m-paragraph--highlightbox2__richtext img.align-right,.m-paragraph--highlightbox__richtext img.align-right,.m-paragraph--factbox__richtext ul li img.align-right,.m-paragraph--headlineintro__richtext img.align-right,.m-node--event__text img.align-right,.m-node--press__text img.align-right,.m-node--news__text img.align-right,.m-node__text img.align-right{max-width:285px;margin-left:24px;margin-bottom:20px;float:right}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text .m-mediaimage--default.align-right,.m-paragraph--bubble-element__overlay_text .m-mediaimage--default.align-right,.m-paragraph--bubbles__text .m-mediaimage--default.align-right,.m-paragraph--topicfocus__element_view_text .m-mediaimage--default.align-right,.m-paragraph--documentselement__richtext .m-mediaimage--default.align-right,.m-paragraph--factboxesfrontpage__richtext .m-mediaimage--default.align-right,.m-paragraph--processelement__richtext .m-mediaimage--default.align-right,.m-paragraph--processelement__processteaser .m-mediaimage--default.align-right,.m-paragraph--faqelement__richtext .m-mediaimage--default.align-right,.m-paragraph--flexelement__richtext .m-mediaimage--default.align-right,.m-paragraph--textbildkombinationen__richtext .m-mediaimage--default.align-right,.m-paragraph--highlightbox2__richtext .m-mediaimage--default.align-right,.m-paragraph--highlightbox__richtext .m-mediaimage--default.align-right,.m-paragraph--factbox__richtext ul li .m-mediaimage--default.align-right,.m-paragraph--headlineintro__richtext .m-mediaimage--default.align-right,.m-node--event__text .m-mediaimage--default.align-right,.m-node--press__text .m-mediaimage--default.align-right,.m-node--news__text .m-mediaimage--default.align-right,.m-node__text .m-mediaimage--default.align-right,.m-paragraph--highcharts-diagram__text figure.align-right,.m-paragraph--bubble-element__overlay_text figure.align-right,.m-paragraph--bubbles__text figure.align-right,.m-paragraph--topicfocus__element_view_text figure.align-right,.m-paragraph--documentselement__richtext figure.align-right,.m-paragraph--factboxesfrontpage__richtext figure.align-right,.m-paragraph--processelement__richtext figure.align-right,.m-paragraph--processelement__processteaser figure.align-right,.m-paragraph--faqelement__richtext figure.align-right,.m-paragraph--flexelement__richtext figure.align-right,.m-paragraph--textbildkombinationen__richtext figure.align-right,.m-paragraph--highlightbox2__richtext figure.align-right,.m-paragraph--highlightbox__richtext figure.align-right,.m-paragraph--factbox__richtext ul li figure.align-right,.m-paragraph--headlineintro__richtext figure.align-right,.m-node--event__text figure.align-right,.m-node--press__text figure.align-right,.m-node--news__text figure.align-right,.m-node__text figure.align-right,.m-paragraph--highcharts-diagram__text img.align-right,.m-paragraph--bubble-element__overlay_text img.align-right,.m-paragraph--bubbles__text img.align-right,.m-paragraph--topicfocus__element_view_text img.align-right,.m-paragraph--documentselement__richtext img.align-right,.m-paragraph--factboxesfrontpage__richtext img.align-right,.m-paragraph--processelement__richtext img.align-right,.m-paragraph--processelement__processteaser img.align-right,.m-paragraph--faqelement__richtext img.align-right,.m-paragraph--flexelement__richtext img.align-right,.m-paragraph--textbildkombinationen__richtext img.align-right,.m-paragraph--highlightbox2__richtext img.align-right,.m-paragraph--highlightbox__richtext img.align-right,.m-paragraph--factbox__richtext ul li img.align-right,.m-paragraph--headlineintro__richtext img.align-right,.m-node--event__text img.align-right,.m-node--press__text img.align-right,.m-node--news__text img.align-right,.m-node__text img.align-right{float:none;max-width:none;margin-left:0}}.m-paragraph--highcharts-diagram__text a,.m-paragraph--bubble-element__overlay_text a,.m-paragraph--bubbles__text a,.m-paragraph--topicfocus__element_view_text a,.m-paragraph--documentselement__richtext a,.m-paragraph--factboxesfrontpage__richtext a,.m-paragraph--processelement__richtext a,.m-paragraph--processelement__processteaser a,.m-paragraph--faqelement__richtext a,.m-paragraph--flexelement__richtext a,.m-paragraph--textbildkombinationen__richtext a,.m-paragraph--highlightbox2__richtext a,.m-paragraph--highlightbox__richtext a,.m-paragraph--factbox__richtext ul li a,.m-paragraph--headlineintro__richtext a,.m-node--event__text a,.m-node--press__text a,.m-node--news__text a,.m-node__text a{color:var(--link-color-1)}.m-paragraph--highcharts-diagram__text a[data-mime=file],.m-paragraph--bubble-element__overlay_text a[data-mime=file],.m-paragraph--bubbles__text a[data-mime=file],.m-paragraph--topicfocus__element_view_text a[data-mime=file],.m-paragraph--documentselement__richtext a[data-mime=file],.m-paragraph--factboxesfrontpage__richtext a[data-mime=file],.m-paragraph--processelement__richtext a[data-mime=file],.m-paragraph--processelement__processteaser a[data-mime=file],.m-paragraph--faqelement__richtext a[data-mime=file],.m-paragraph--flexelement__richtext a[data-mime=file],.m-paragraph--textbildkombinationen__richtext a[data-mime=file],.m-paragraph--highlightbox2__richtext a[data-mime=file],.m-paragraph--highlightbox__richtext a[data-mime=file],.m-paragraph--factbox__richtext ul li a[data-mime=file],.m-paragraph--headlineintro__richtext a[data-mime=file],.m-node--event__text a[data-mime=file],.m-node--press__text a[data-mime=file],.m-node--news__text a[data-mime=file],.m-node__text a[data-mime=file]{display:inline;margin-left:22px}.m-paragraph--highcharts-diagram__text a[data-mime=file]::before,.m-paragraph--bubble-element__overlay_text a[data-mime=file]::before,.m-paragraph--bubbles__text a[data-mime=file]::before,.m-paragraph--topicfocus__element_view_text a[data-mime=file]::before,.m-paragraph--documentselement__richtext a[data-mime=file]::before,.m-paragraph--factboxesfrontpage__richtext a[data-mime=file]::before,.m-paragraph--processelement__richtext a[data-mime=file]::before,.m-paragraph--processelement__processteaser a[data-mime=file]::before,.m-paragraph--faqelement__richtext a[data-mime=file]::before,.m-paragraph--flexelement__richtext a[data-mime=file]::before,.m-paragraph--textbildkombinationen__richtext a[data-mime=file]::before,.m-paragraph--highlightbox2__richtext a[data-mime=file]::before,.m-paragraph--highlightbox__richtext a[data-mime=file]::before,.m-paragraph--factbox__richtext ul li a[data-mime=file]::before,.m-paragraph--headlineintro__richtext a[data-mime=file]::before,.m-node--event__text a[data-mime=file]::before,.m-node--press__text a[data-mime=file]::before,.m-node--news__text a[data-mime=file]::before,.m-node__text a[data-mime=file]::before{left:-22px;top:2px}.m-paragraph--highcharts-diagram__text strong,.m-paragraph--bubble-element__overlay_text strong,.m-paragraph--bubbles__text strong,.m-paragraph--topicfocus__element_view_text strong,.m-paragraph--documentselement__richtext strong,.m-paragraph--factboxesfrontpage__richtext strong,.m-paragraph--processelement__richtext strong,.m-paragraph--processelement__processteaser strong,.m-paragraph--faqelement__richtext strong,.m-paragraph--flexelement__richtext strong,.m-paragraph--textbildkombinationen__richtext strong,.m-paragraph--highlightbox2__richtext strong,.m-paragraph--highlightbox__richtext strong,.m-paragraph--factbox__richtext ul li strong,.m-paragraph--headlineintro__richtext strong,.m-node--event__text strong,.m-node--press__text strong,.m-node--news__text strong,.m-node__text strong{font-weight:bold}.m-paragraph--highcharts-diagram__text u,.m-paragraph--bubble-element__overlay_text u,.m-paragraph--bubbles__text u,.m-paragraph--topicfocus__element_view_text u,.m-paragraph--documentselement__richtext u,.m-paragraph--factboxesfrontpage__richtext u,.m-paragraph--processelement__richtext u,.m-paragraph--processelement__processteaser u,.m-paragraph--faqelement__richtext u,.m-paragraph--flexelement__richtext u,.m-paragraph--textbildkombinationen__richtext u,.m-paragraph--highlightbox2__richtext u,.m-paragraph--highlightbox__richtext u,.m-paragraph--factbox__richtext ul li u,.m-paragraph--headlineintro__richtext u,.m-node--event__text u,.m-node--press__text u,.m-node--news__text u,.m-node__text u{text-decoration:none;border-bottom:2px dotted}.m-paragraph--highcharts-diagram__text em,.m-paragraph--bubble-element__overlay_text em,.m-paragraph--bubbles__text em,.m-paragraph--topicfocus__element_view_text em,.m-paragraph--documentselement__richtext em,.m-paragraph--factboxesfrontpage__richtext em,.m-paragraph--processelement__richtext em,.m-paragraph--processelement__processteaser em,.m-paragraph--faqelement__richtext em,.m-paragraph--flexelement__richtext em,.m-paragraph--textbildkombinationen__richtext em,.m-paragraph--highlightbox2__richtext em,.m-paragraph--highlightbox__richtext em,.m-paragraph--factbox__richtext ul li em,.m-paragraph--headlineintro__richtext em,.m-node--event__text em,.m-node--press__text em,.m-node--news__text em,.m-node__text em,.m-paragraph--highcharts-diagram__text i,.m-paragraph--bubble-element__overlay_text i,.m-paragraph--bubbles__text i,.m-paragraph--topicfocus__element_view_text i,.m-paragraph--documentselement__richtext i,.m-paragraph--factboxesfrontpage__richtext i,.m-paragraph--processelement__richtext i,.m-paragraph--processelement__processteaser i,.m-paragraph--faqelement__richtext i,.m-paragraph--flexelement__richtext i,.m-paragraph--textbildkombinationen__richtext i,.m-paragraph--highlightbox2__richtext i,.m-paragraph--highlightbox__richtext i,.m-paragraph--factbox__richtext ul li i,.m-paragraph--headlineintro__richtext i,.m-node--event__text i,.m-node--press__text i,.m-node--news__text i,.m-node__text i{font-style:italic}.m-paragraph--highcharts-diagram__text ul,.m-paragraph--bubble-element__overlay_text ul,.m-paragraph--bubbles__text ul,.m-paragraph--topicfocus__element_view_text ul,.m-paragraph--documentselement__richtext ul,.m-paragraph--factboxesfrontpage__richtext ul,.m-paragraph--processelement__richtext ul,.m-paragraph--processelement__processteaser ul,.m-paragraph--faqelement__richtext ul,.m-paragraph--flexelement__richtext ul,.m-paragraph--textbildkombinationen__richtext ul,.m-paragraph--highlightbox2__richtext ul,.m-paragraph--highlightbox__richtext ul,.m-paragraph--factbox__richtext ul li ul,.m-paragraph--headlineintro__richtext ul,.m-node--event__text ul,.m-node--press__text ul,.m-node--news__text ul,.m-node__text ul,.m-paragraph--highcharts-diagram__text ol,.m-paragraph--bubble-element__overlay_text ol,.m-paragraph--bubbles__text ol,.m-paragraph--topicfocus__element_view_text ol,.m-paragraph--documentselement__richtext ol,.m-paragraph--factboxesfrontpage__richtext ol,.m-paragraph--processelement__richtext ol,.m-paragraph--processelement__processteaser ol,.m-paragraph--faqelement__richtext ol,.m-paragraph--flexelement__richtext ol,.m-paragraph--textbildkombinationen__richtext ol,.m-paragraph--highlightbox2__richtext ol,.m-paragraph--highlightbox__richtext ol,.m-paragraph--factbox__richtext ul li ol,.m-paragraph--headlineintro__richtext ol,.m-node--event__text ol,.m-node--press__text ol,.m-node--news__text ol,.m-node__text ol{width:100%}.m-paragraph--highcharts-diagram__text ul ul,.m-paragraph--bubble-element__overlay_text ul ul,.m-paragraph--bubbles__text ul ul,.m-paragraph--topicfocus__element_view_text ul ul,.m-paragraph--documentselement__richtext ul ul,.m-paragraph--factboxesfrontpage__richtext ul ul,.m-paragraph--processelement__richtext ul ul,.m-paragraph--processelement__processteaser ul ul,.m-paragraph--faqelement__richtext ul ul,.m-paragraph--flexelement__richtext ul ul,.m-paragraph--textbildkombinationen__richtext ul ul,.m-paragraph--highlightbox2__richtext ul ul,.m-paragraph--highlightbox__richtext ul ul,.m-paragraph--factbox__richtext ul li ul ul,.m-paragraph--headlineintro__richtext ul ul,.m-node--event__text ul ul,.m-node--press__text ul ul,.m-node--news__text ul ul,.m-node__text ul ul,.m-paragraph--highcharts-diagram__text ul ol,.m-paragraph--bubble-element__overlay_text ul ol,.m-paragraph--bubbles__text ul ol,.m-paragraph--topicfocus__element_view_text ul ol,.m-paragraph--documentselement__richtext ul ol,.m-paragraph--factboxesfrontpage__richtext ul ol,.m-paragraph--processelement__richtext ul ol,.m-paragraph--processelement__processteaser ul ol,.m-paragraph--faqelement__richtext ul ol,.m-paragraph--flexelement__richtext ul ol,.m-paragraph--textbildkombinationen__richtext ul ol,.m-paragraph--highlightbox2__richtext ul ol,.m-paragraph--highlightbox__richtext ul ol,.m-paragraph--factbox__richtext ul li ul ol,.m-paragraph--headlineintro__richtext ul ol,.m-node--event__text ul ol,.m-node--press__text ul ol,.m-node--news__text ul ol,.m-node__text ul ol,.m-paragraph--highcharts-diagram__text ol ul,.m-paragraph--bubble-element__overlay_text ol ul,.m-paragraph--bubbles__text ol ul,.m-paragraph--topicfocus__element_view_text ol ul,.m-paragraph--documentselement__richtext ol ul,.m-paragraph--factboxesfrontpage__richtext ol ul,.m-paragraph--processelement__richtext ol ul,.m-paragraph--processelement__processteaser ol ul,.m-paragraph--faqelement__richtext ol ul,.m-paragraph--flexelement__richtext ol ul,.m-paragraph--textbildkombinationen__richtext ol ul,.m-paragraph--highlightbox2__richtext ol ul,.m-paragraph--highlightbox__richtext ol ul,.m-paragraph--factbox__richtext ul li ol ul,.m-paragraph--headlineintro__richtext ol ul,.m-node--event__text ol ul,.m-node--press__text ol ul,.m-node--news__text ol ul,.m-node__text ol ul,.m-paragraph--highcharts-diagram__text ol ol,.m-paragraph--bubble-element__overlay_text ol ol,.m-paragraph--bubbles__text ol ol,.m-paragraph--topicfocus__element_view_text ol ol,.m-paragraph--documentselement__richtext ol ol,.m-paragraph--factboxesfrontpage__richtext ol ol,.m-paragraph--processelement__richtext ol ol,.m-paragraph--processelement__processteaser ol ol,.m-paragraph--faqelement__richtext ol ol,.m-paragraph--flexelement__richtext ol ol,.m-paragraph--textbildkombinationen__richtext ol ol,.m-paragraph--highlightbox2__richtext ol ol,.m-paragraph--highlightbox__richtext ol ol,.m-paragraph--factbox__richtext ul li ol ol,.m-paragraph--headlineintro__richtext ol ol,.m-node--event__text ol ol,.m-node--press__text ol ol,.m-node--news__text ol ol,.m-node__text ol ol{margin-top:15px}.m-paragraph--highcharts-diagram__text ul+p,.m-paragraph--bubble-element__overlay_text ul+p,.m-paragraph--bubbles__text ul+p,.m-paragraph--topicfocus__element_view_text ul+p,.m-paragraph--documentselement__richtext ul+p,.m-paragraph--factboxesfrontpage__richtext ul+p,.m-paragraph--processelement__richtext ul+p,.m-paragraph--processelement__processteaser ul+p,.m-paragraph--faqelement__richtext ul+p,.m-paragraph--flexelement__richtext ul+p,.m-paragraph--textbildkombinationen__richtext ul+p,.m-paragraph--highlightbox2__richtext ul+p,.m-paragraph--highlightbox__richtext ul+p,.m-paragraph--factbox__richtext ul li ul+p,.m-paragraph--headlineintro__richtext ul+p,.m-node--event__text ul+p,.m-node--press__text ul+p,.m-node--news__text ul+p,.m-node__text ul+p,.m-paragraph--highcharts-diagram__text ol+p,.m-paragraph--bubble-element__overlay_text ol+p,.m-paragraph--bubbles__text ol+p,.m-paragraph--topicfocus__element_view_text ol+p,.m-paragraph--documentselement__richtext ol+p,.m-paragraph--factboxesfrontpage__richtext ol+p,.m-paragraph--processelement__richtext ol+p,.m-paragraph--processelement__processteaser ol+p,.m-paragraph--faqelement__richtext ol+p,.m-paragraph--flexelement__richtext ol+p,.m-paragraph--textbildkombinationen__richtext ol+p,.m-paragraph--highlightbox2__richtext ol+p,.m-paragraph--highlightbox__richtext ol+p,.m-paragraph--factbox__richtext ul li ol+p,.m-paragraph--headlineintro__richtext ol+p,.m-node--event__text ol+p,.m-node--press__text ol+p,.m-node--news__text ol+p,.m-node__text ol+p{margin-top:21px}.m-paragraph--highcharts-diagram__text ul+h3,.m-paragraph--bubble-element__overlay_text ul+h3,.m-paragraph--bubbles__text ul+h3,.m-paragraph--topicfocus__element_view_text ul+h3,.m-paragraph--documentselement__richtext ul+h3,.m-paragraph--factboxesfrontpage__richtext ul+h3,.m-paragraph--processelement__richtext ul+h3,.m-paragraph--processelement__processteaser ul+h3,.m-paragraph--faqelement__richtext ul+h3,.m-paragraph--flexelement__richtext ul+h3,.m-paragraph--textbildkombinationen__richtext ul+h3,.m-paragraph--highlightbox2__richtext ul+h3,.m-paragraph--highlightbox__richtext ul+h3,.m-paragraph--factbox__richtext ul li ul+h3,.m-paragraph--headlineintro__richtext ul+h3,.m-node--event__text ul+h3,.m-node--press__text ul+h3,.m-node--news__text ul+h3,.m-node__text ul+h3,.m-paragraph--highcharts-diagram__text ol+h3,.m-paragraph--bubble-element__overlay_text ol+h3,.m-paragraph--bubbles__text ol+h3,.m-paragraph--topicfocus__element_view_text ol+h3,.m-paragraph--documentselement__richtext ol+h3,.m-paragraph--factboxesfrontpage__richtext ol+h3,.m-paragraph--processelement__richtext ol+h3,.m-paragraph--processelement__processteaser ol+h3,.m-paragraph--faqelement__richtext ol+h3,.m-paragraph--flexelement__richtext ol+h3,.m-paragraph--textbildkombinationen__richtext ol+h3,.m-paragraph--highlightbox2__richtext ol+h3,.m-paragraph--highlightbox__richtext ol+h3,.m-paragraph--factbox__richtext ul li ol+h3,.m-paragraph--headlineintro__richtext ol+h3,.m-node--event__text ol+h3,.m-node--press__text ol+h3,.m-node--news__text ol+h3,.m-node__text ol+h3{margin-top:40px}.m-paragraph--highcharts-diagram__text ul+h4,.m-paragraph--bubble-element__overlay_text ul+h4,.m-paragraph--bubbles__text ul+h4,.m-paragraph--topicfocus__element_view_text ul+h4,.m-paragraph--documentselement__richtext ul+h4,.m-paragraph--factboxesfrontpage__richtext ul+h4,.m-paragraph--processelement__richtext ul+h4,.m-paragraph--processelement__processteaser ul+h4,.m-paragraph--faqelement__richtext ul+h4,.m-paragraph--flexelement__richtext ul+h4,.m-paragraph--textbildkombinationen__richtext ul+h4,.m-paragraph--highlightbox2__richtext ul+h4,.m-paragraph--highlightbox__richtext ul+h4,.m-paragraph--factbox__richtext ul li ul+h4,.m-paragraph--headlineintro__richtext ul+h4,.m-node--event__text ul+h4,.m-node--press__text ul+h4,.m-node--news__text ul+h4,.m-node__text ul+h4,.m-paragraph--highcharts-diagram__text ol+h4,.m-paragraph--bubble-element__overlay_text ol+h4,.m-paragraph--bubbles__text ol+h4,.m-paragraph--topicfocus__element_view_text ol+h4,.m-paragraph--documentselement__richtext ol+h4,.m-paragraph--factboxesfrontpage__richtext ol+h4,.m-paragraph--processelement__richtext ol+h4,.m-paragraph--processelement__processteaser ol+h4,.m-paragraph--faqelement__richtext ol+h4,.m-paragraph--flexelement__richtext ol+h4,.m-paragraph--textbildkombinationen__richtext ol+h4,.m-paragraph--highlightbox2__richtext ol+h4,.m-paragraph--highlightbox__richtext ol+h4,.m-paragraph--factbox__richtext ul li ol+h4,.m-paragraph--headlineintro__richtext ol+h4,.m-node--event__text ol+h4,.m-node--press__text ol+h4,.m-node--news__text ol+h4,.m-node__text ol+h4{margin-top:30px}.m-paragraph--highcharts-diagram__text ol,.m-paragraph--bubble-element__overlay_text ol,.m-paragraph--bubbles__text ol,.m-paragraph--topicfocus__element_view_text ol,.m-paragraph--documentselement__richtext ol,.m-paragraph--factboxesfrontpage__richtext ol,.m-paragraph--processelement__richtext ol,.m-paragraph--processelement__processteaser ol,.m-paragraph--faqelement__richtext ol,.m-paragraph--flexelement__richtext ol,.m-paragraph--textbildkombinationen__richtext ol,.m-paragraph--highlightbox2__richtext ol,.m-paragraph--highlightbox__richtext ol,.m-paragraph--factbox__richtext ul li ol,.m-paragraph--headlineintro__richtext ol,.m-node--event__text ol,.m-node--press__text ol,.m-node--news__text ol,.m-node__text ol{margin-left:60px;width:calc(100% - 60px)}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text ol,.m-paragraph--bubble-element__overlay_text ol,.m-paragraph--bubbles__text ol,.m-paragraph--topicfocus__element_view_text ol,.m-paragraph--documentselement__richtext ol,.m-paragraph--factboxesfrontpage__richtext ol,.m-paragraph--processelement__richtext ol,.m-paragraph--processelement__processteaser ol,.m-paragraph--faqelement__richtext ol,.m-paragraph--flexelement__richtext ol,.m-paragraph--textbildkombinationen__richtext ol,.m-paragraph--highlightbox2__richtext ol,.m-paragraph--highlightbox__richtext ol,.m-paragraph--factbox__richtext ul li ol,.m-paragraph--headlineintro__richtext ol,.m-node--event__text ol,.m-node--press__text ol,.m-node--news__text ol,.m-node__text ol{margin-left:40px;width:calc(100% - 40px)}}.m-paragraph--highcharts-diagram__text h2+p,.m-paragraph--bubble-element__overlay_text h2+p,.m-paragraph--bubbles__text h2+p,.m-paragraph--topicfocus__element_view_text h2+p,.m-paragraph--documentselement__richtext h2+p,.m-paragraph--factboxesfrontpage__richtext h2+p,.m-paragraph--processelement__richtext h2+p,.m-paragraph--processelement__processteaser h2+p,.m-paragraph--faqelement__richtext h2+p,.m-paragraph--flexelement__richtext h2+p,.m-paragraph--textbildkombinationen__richtext h2+p,.m-paragraph--highlightbox2__richtext h2+p,.m-paragraph--highlightbox__richtext h2+p,.m-paragraph--factbox__richtext ul li h2+p,.m-paragraph--headlineintro__richtext h2+p,.m-node--event__text h2+p,.m-node--press__text h2+p,.m-node--news__text h2+p,.m-node__text h2+p,.m-paragraph--highcharts-diagram__text h2+ul,.m-paragraph--bubble-element__overlay_text h2+ul,.m-paragraph--bubbles__text h2+ul,.m-paragraph--topicfocus__element_view_text h2+ul,.m-paragraph--documentselement__richtext h2+ul,.m-paragraph--factboxesfrontpage__richtext h2+ul,.m-paragraph--processelement__richtext h2+ul,.m-paragraph--processelement__processteaser h2+ul,.m-paragraph--faqelement__richtext h2+ul,.m-paragraph--flexelement__richtext h2+ul,.m-paragraph--textbildkombinationen__richtext h2+ul,.m-paragraph--highlightbox2__richtext h2+ul,.m-paragraph--highlightbox__richtext h2+ul,.m-paragraph--factbox__richtext ul li h2+ul,.m-paragraph--headlineintro__richtext h2+ul,.m-node--event__text h2+ul,.m-node--press__text h2+ul,.m-node--news__text h2+ul,.m-node__text h2+ul,.m-paragraph--highcharts-diagram__text h2+ol,.m-paragraph--bubble-element__overlay_text h2+ol,.m-paragraph--bubbles__text h2+ol,.m-paragraph--topicfocus__element_view_text h2+ol,.m-paragraph--documentselement__richtext h2+ol,.m-paragraph--factboxesfrontpage__richtext h2+ol,.m-paragraph--processelement__richtext h2+ol,.m-paragraph--processelement__processteaser h2+ol,.m-paragraph--faqelement__richtext h2+ol,.m-paragraph--flexelement__richtext h2+ol,.m-paragraph--textbildkombinationen__richtext h2+ol,.m-paragraph--highlightbox2__richtext h2+ol,.m-paragraph--highlightbox__richtext h2+ol,.m-paragraph--factbox__richtext ul li h2+ol,.m-paragraph--headlineintro__richtext h2+ol,.m-node--event__text h2+ol,.m-node--press__text h2+ol,.m-node--news__text h2+ol,.m-node__text h2+ol,.m-paragraph--highcharts-diagram__text h2+table,.m-paragraph--bubble-element__overlay_text h2+table,.m-paragraph--bubbles__text h2+table,.m-paragraph--topicfocus__element_view_text h2+table,.m-paragraph--documentselement__richtext h2+table,.m-paragraph--factboxesfrontpage__richtext h2+table,.m-paragraph--processelement__richtext h2+table,.m-paragraph--processelement__processteaser h2+table,.m-paragraph--faqelement__richtext h2+table,.m-paragraph--flexelement__richtext h2+table,.m-paragraph--textbildkombinationen__richtext h2+table,.m-paragraph--highlightbox2__richtext h2+table,.m-paragraph--highlightbox__richtext h2+table,.m-paragraph--factbox__richtext ul li h2+table,.m-paragraph--headlineintro__richtext h2+table,.m-node--event__text h2+table,.m-node--press__text h2+table,.m-node--news__text h2+table,.m-node__text h2+table{margin-top:21px}.m-paragraph--highcharts-diagram__text h3+p,.m-paragraph--bubble-element__overlay_text h3+p,.m-paragraph--bubbles__text h3+p,.m-paragraph--topicfocus__element_view_text h3+p,.m-paragraph--documentselement__richtext h3+p,.m-paragraph--factboxesfrontpage__richtext h3+p,.m-paragraph--processelement__richtext h3+p,.m-paragraph--processelement__processteaser h3+p,.m-paragraph--faqelement__richtext h3+p,.m-paragraph--flexelement__richtext h3+p,.m-paragraph--textbildkombinationen__richtext h3+p,.m-paragraph--highlightbox2__richtext h3+p,.m-paragraph--highlightbox__richtext h3+p,.m-paragraph--factbox__richtext ul li h3+p,.m-paragraph--headlineintro__richtext h3+p,.m-node--event__text h3+p,.m-node--press__text h3+p,.m-node--news__text h3+p,.m-node__text h3+p,.m-paragraph--highcharts-diagram__text h3+ul,.m-paragraph--bubble-element__overlay_text h3+ul,.m-paragraph--bubbles__text h3+ul,.m-paragraph--topicfocus__element_view_text h3+ul,.m-paragraph--documentselement__richtext h3+ul,.m-paragraph--factboxesfrontpage__richtext h3+ul,.m-paragraph--processelement__richtext h3+ul,.m-paragraph--processelement__processteaser h3+ul,.m-paragraph--faqelement__richtext h3+ul,.m-paragraph--flexelement__richtext h3+ul,.m-paragraph--textbildkombinationen__richtext h3+ul,.m-paragraph--highlightbox2__richtext h3+ul,.m-paragraph--highlightbox__richtext h3+ul,.m-paragraph--factbox__richtext ul li h3+ul,.m-paragraph--headlineintro__richtext h3+ul,.m-node--event__text h3+ul,.m-node--press__text h3+ul,.m-node--news__text h3+ul,.m-node__text h3+ul,.m-paragraph--highcharts-diagram__text h3+ol,.m-paragraph--bubble-element__overlay_text h3+ol,.m-paragraph--bubbles__text h3+ol,.m-paragraph--topicfocus__element_view_text h3+ol,.m-paragraph--documentselement__richtext h3+ol,.m-paragraph--factboxesfrontpage__richtext h3+ol,.m-paragraph--processelement__richtext h3+ol,.m-paragraph--processelement__processteaser h3+ol,.m-paragraph--faqelement__richtext h3+ol,.m-paragraph--flexelement__richtext h3+ol,.m-paragraph--textbildkombinationen__richtext h3+ol,.m-paragraph--highlightbox2__richtext h3+ol,.m-paragraph--highlightbox__richtext h3+ol,.m-paragraph--factbox__richtext ul li h3+ol,.m-paragraph--headlineintro__richtext h3+ol,.m-node--event__text h3+ol,.m-node--press__text h3+ol,.m-node--news__text h3+ol,.m-node__text h3+ol,.m-paragraph--highcharts-diagram__text h3+h4,.m-paragraph--bubble-element__overlay_text h3+h4,.m-paragraph--bubbles__text h3+h4,.m-paragraph--topicfocus__element_view_text h3+h4,.m-paragraph--documentselement__richtext h3+h4,.m-paragraph--factboxesfrontpage__richtext h3+h4,.m-paragraph--processelement__richtext h3+h4,.m-paragraph--processelement__processteaser h3+h4,.m-paragraph--faqelement__richtext h3+h4,.m-paragraph--flexelement__richtext h3+h4,.m-paragraph--textbildkombinationen__richtext h3+h4,.m-paragraph--highlightbox2__richtext h3+h4,.m-paragraph--highlightbox__richtext h3+h4,.m-paragraph--factbox__richtext ul li h3+h4,.m-paragraph--headlineintro__richtext h3+h4,.m-node--event__text h3+h4,.m-node--press__text h3+h4,.m-node--news__text h3+h4,.m-node__text h3+h4,.m-paragraph--highcharts-diagram__text h3+table,.m-paragraph--bubble-element__overlay_text h3+table,.m-paragraph--bubbles__text h3+table,.m-paragraph--topicfocus__element_view_text h3+table,.m-paragraph--documentselement__richtext h3+table,.m-paragraph--factboxesfrontpage__richtext h3+table,.m-paragraph--processelement__richtext h3+table,.m-paragraph--processelement__processteaser h3+table,.m-paragraph--faqelement__richtext h3+table,.m-paragraph--flexelement__richtext h3+table,.m-paragraph--textbildkombinationen__richtext h3+table,.m-paragraph--highlightbox2__richtext h3+table,.m-paragraph--highlightbox__richtext h3+table,.m-paragraph--factbox__richtext ul li h3+table,.m-paragraph--headlineintro__richtext h3+table,.m-node--event__text h3+table,.m-node--press__text h3+table,.m-node--news__text h3+table,.m-node__text h3+table{margin-top:17px}.m-paragraph--highcharts-diagram__text h4+p,.m-paragraph--bubble-element__overlay_text h4+p,.m-paragraph--bubbles__text h4+p,.m-paragraph--topicfocus__element_view_text h4+p,.m-paragraph--documentselement__richtext h4+p,.m-paragraph--factboxesfrontpage__richtext h4+p,.m-paragraph--processelement__richtext h4+p,.m-paragraph--processelement__processteaser h4+p,.m-paragraph--faqelement__richtext h4+p,.m-paragraph--flexelement__richtext h4+p,.m-paragraph--textbildkombinationen__richtext h4+p,.m-paragraph--highlightbox2__richtext h4+p,.m-paragraph--highlightbox__richtext h4+p,.m-paragraph--factbox__richtext ul li h4+p,.m-paragraph--headlineintro__richtext h4+p,.m-node--event__text h4+p,.m-node--press__text h4+p,.m-node--news__text h4+p,.m-node__text h4+p{margin-top:8px}.m-paragraph--highcharts-diagram__text h4+ul,.m-paragraph--bubble-element__overlay_text h4+ul,.m-paragraph--bubbles__text h4+ul,.m-paragraph--topicfocus__element_view_text h4+ul,.m-paragraph--documentselement__richtext h4+ul,.m-paragraph--factboxesfrontpage__richtext h4+ul,.m-paragraph--processelement__richtext h4+ul,.m-paragraph--processelement__processteaser h4+ul,.m-paragraph--faqelement__richtext h4+ul,.m-paragraph--flexelement__richtext h4+ul,.m-paragraph--textbildkombinationen__richtext h4+ul,.m-paragraph--highlightbox2__richtext h4+ul,.m-paragraph--highlightbox__richtext h4+ul,.m-paragraph--factbox__richtext ul li h4+ul,.m-paragraph--headlineintro__richtext h4+ul,.m-node--event__text h4+ul,.m-node--press__text h4+ul,.m-node--news__text h4+ul,.m-node__text h4+ul,.m-paragraph--highcharts-diagram__text h4+ol,.m-paragraph--bubble-element__overlay_text h4+ol,.m-paragraph--bubbles__text h4+ol,.m-paragraph--topicfocus__element_view_text h4+ol,.m-paragraph--documentselement__richtext h4+ol,.m-paragraph--factboxesfrontpage__richtext h4+ol,.m-paragraph--processelement__richtext h4+ol,.m-paragraph--processelement__processteaser h4+ol,.m-paragraph--faqelement__richtext h4+ol,.m-paragraph--flexelement__richtext h4+ol,.m-paragraph--textbildkombinationen__richtext h4+ol,.m-paragraph--highlightbox2__richtext h4+ol,.m-paragraph--highlightbox__richtext h4+ol,.m-paragraph--factbox__richtext ul li h4+ol,.m-paragraph--headlineintro__richtext h4+ol,.m-node--event__text h4+ol,.m-node--press__text h4+ol,.m-node--news__text h4+ol,.m-node__text h4+ol,.m-paragraph--highcharts-diagram__text h4+table,.m-paragraph--bubble-element__overlay_text h4+table,.m-paragraph--bubbles__text h4+table,.m-paragraph--topicfocus__element_view_text h4+table,.m-paragraph--documentselement__richtext h4+table,.m-paragraph--factboxesfrontpage__richtext h4+table,.m-paragraph--processelement__richtext h4+table,.m-paragraph--processelement__processteaser h4+table,.m-paragraph--faqelement__richtext h4+table,.m-paragraph--flexelement__richtext h4+table,.m-paragraph--textbildkombinationen__richtext h4+table,.m-paragraph--highlightbox2__richtext h4+table,.m-paragraph--highlightbox__richtext h4+table,.m-paragraph--factbox__richtext ul li h4+table,.m-paragraph--headlineintro__richtext h4+table,.m-node--event__text h4+table,.m-node--press__text h4+table,.m-node--news__text h4+table,.m-node__text h4+table{margin-top:16px}.m-paragraph--highcharts-diagram__text h4+h4,.m-paragraph--bubble-element__overlay_text h4+h4,.m-paragraph--bubbles__text h4+h4,.m-paragraph--topicfocus__element_view_text h4+h4,.m-paragraph--documentselement__richtext h4+h4,.m-paragraph--factboxesfrontpage__richtext h4+h4,.m-paragraph--processelement__richtext h4+h4,.m-paragraph--processelement__processteaser h4+h4,.m-paragraph--faqelement__richtext h4+h4,.m-paragraph--flexelement__richtext h4+h4,.m-paragraph--textbildkombinationen__richtext h4+h4,.m-paragraph--highlightbox2__richtext h4+h4,.m-paragraph--highlightbox__richtext h4+h4,.m-paragraph--factbox__richtext ul li h4+h4,.m-paragraph--headlineintro__richtext h4+h4,.m-node--event__text h4+h4,.m-node--press__text h4+h4,.m-node--news__text h4+h4,.m-node__text h4+h4{margin-top:10px}.m-paragraph--highcharts-diagram__text h5+p,.m-paragraph--bubble-element__overlay_text h5+p,.m-paragraph--bubbles__text h5+p,.m-paragraph--topicfocus__element_view_text h5+p,.m-paragraph--documentselement__richtext h5+p,.m-paragraph--factboxesfrontpage__richtext h5+p,.m-paragraph--processelement__richtext h5+p,.m-paragraph--processelement__processteaser h5+p,.m-paragraph--faqelement__richtext h5+p,.m-paragraph--flexelement__richtext h5+p,.m-paragraph--textbildkombinationen__richtext h5+p,.m-paragraph--highlightbox2__richtext h5+p,.m-paragraph--highlightbox__richtext h5+p,.m-paragraph--factbox__richtext ul li h5+p,.m-paragraph--headlineintro__richtext h5+p,.m-node--event__text h5+p,.m-node--press__text h5+p,.m-node--news__text h5+p,.m-node__text h5+p{margin-top:8px}.m-paragraph--highcharts-diagram__text h5+ul,.m-paragraph--bubble-element__overlay_text h5+ul,.m-paragraph--bubbles__text h5+ul,.m-paragraph--topicfocus__element_view_text h5+ul,.m-paragraph--documentselement__richtext h5+ul,.m-paragraph--factboxesfrontpage__richtext h5+ul,.m-paragraph--processelement__richtext h5+ul,.m-paragraph--processelement__processteaser h5+ul,.m-paragraph--faqelement__richtext h5+ul,.m-paragraph--flexelement__richtext h5+ul,.m-paragraph--textbildkombinationen__richtext h5+ul,.m-paragraph--highlightbox2__richtext h5+ul,.m-paragraph--highlightbox__richtext h5+ul,.m-paragraph--factbox__richtext ul li h5+ul,.m-paragraph--headlineintro__richtext h5+ul,.m-node--event__text h5+ul,.m-node--press__text h5+ul,.m-node--news__text h5+ul,.m-node__text h5+ul,.m-paragraph--highcharts-diagram__text h5+ol,.m-paragraph--bubble-element__overlay_text h5+ol,.m-paragraph--bubbles__text h5+ol,.m-paragraph--topicfocus__element_view_text h5+ol,.m-paragraph--documentselement__richtext h5+ol,.m-paragraph--factboxesfrontpage__richtext h5+ol,.m-paragraph--processelement__richtext h5+ol,.m-paragraph--processelement__processteaser h5+ol,.m-paragraph--faqelement__richtext h5+ol,.m-paragraph--flexelement__richtext h5+ol,.m-paragraph--textbildkombinationen__richtext h5+ol,.m-paragraph--highlightbox2__richtext h5+ol,.m-paragraph--highlightbox__richtext h5+ol,.m-paragraph--factbox__richtext ul li h5+ol,.m-paragraph--headlineintro__richtext h5+ol,.m-node--event__text h5+ol,.m-node--press__text h5+ol,.m-node--news__text h5+ol,.m-node__text h5+ol,.m-paragraph--highcharts-diagram__text h5+table,.m-paragraph--bubble-element__overlay_text h5+table,.m-paragraph--bubbles__text h5+table,.m-paragraph--topicfocus__element_view_text h5+table,.m-paragraph--documentselement__richtext h5+table,.m-paragraph--factboxesfrontpage__richtext h5+table,.m-paragraph--processelement__richtext h5+table,.m-paragraph--processelement__processteaser h5+table,.m-paragraph--faqelement__richtext h5+table,.m-paragraph--flexelement__richtext h5+table,.m-paragraph--textbildkombinationen__richtext h5+table,.m-paragraph--highlightbox2__richtext h5+table,.m-paragraph--highlightbox__richtext h5+table,.m-paragraph--factbox__richtext ul li h5+table,.m-paragraph--headlineintro__richtext h5+table,.m-node--event__text h5+table,.m-node--press__text h5+table,.m-node--news__text h5+table,.m-node__text h5+table{margin-top:21px}.m-paragraph--highcharts-diagram__text h6+p,.m-paragraph--bubble-element__overlay_text h6+p,.m-paragraph--bubbles__text h6+p,.m-paragraph--topicfocus__element_view_text h6+p,.m-paragraph--documentselement__richtext h6+p,.m-paragraph--factboxesfrontpage__richtext h6+p,.m-paragraph--processelement__richtext h6+p,.m-paragraph--processelement__processteaser h6+p,.m-paragraph--faqelement__richtext h6+p,.m-paragraph--flexelement__richtext h6+p,.m-paragraph--textbildkombinationen__richtext h6+p,.m-paragraph--highlightbox2__richtext h6+p,.m-paragraph--highlightbox__richtext h6+p,.m-paragraph--factbox__richtext ul li h6+p,.m-paragraph--headlineintro__richtext h6+p,.m-node--event__text h6+p,.m-node--press__text h6+p,.m-node--news__text h6+p,.m-node__text h6+p{margin-top:4px}.m-paragraph--highcharts-diagram__text h6+ul,.m-paragraph--bubble-element__overlay_text h6+ul,.m-paragraph--bubbles__text h6+ul,.m-paragraph--topicfocus__element_view_text h6+ul,.m-paragraph--documentselement__richtext h6+ul,.m-paragraph--factboxesfrontpage__richtext h6+ul,.m-paragraph--processelement__richtext h6+ul,.m-paragraph--processelement__processteaser h6+ul,.m-paragraph--faqelement__richtext h6+ul,.m-paragraph--flexelement__richtext h6+ul,.m-paragraph--textbildkombinationen__richtext h6+ul,.m-paragraph--highlightbox2__richtext h6+ul,.m-paragraph--highlightbox__richtext h6+ul,.m-paragraph--factbox__richtext ul li h6+ul,.m-paragraph--headlineintro__richtext h6+ul,.m-node--event__text h6+ul,.m-node--press__text h6+ul,.m-node--news__text h6+ul,.m-node__text h6+ul,.m-paragraph--highcharts-diagram__text h6+ol,.m-paragraph--bubble-element__overlay_text h6+ol,.m-paragraph--bubbles__text h6+ol,.m-paragraph--topicfocus__element_view_text h6+ol,.m-paragraph--documentselement__richtext h6+ol,.m-paragraph--factboxesfrontpage__richtext h6+ol,.m-paragraph--processelement__richtext h6+ol,.m-paragraph--processelement__processteaser h6+ol,.m-paragraph--faqelement__richtext h6+ol,.m-paragraph--flexelement__richtext h6+ol,.m-paragraph--textbildkombinationen__richtext h6+ol,.m-paragraph--highlightbox2__richtext h6+ol,.m-paragraph--highlightbox__richtext h6+ol,.m-paragraph--factbox__richtext ul li h6+ol,.m-paragraph--headlineintro__richtext h6+ol,.m-node--event__text h6+ol,.m-node--press__text h6+ol,.m-node--news__text h6+ol,.m-node__text h6+ol,.m-paragraph--highcharts-diagram__text h6+table,.m-paragraph--bubble-element__overlay_text h6+table,.m-paragraph--bubbles__text h6+table,.m-paragraph--topicfocus__element_view_text h6+table,.m-paragraph--documentselement__richtext h6+table,.m-paragraph--factboxesfrontpage__richtext h6+table,.m-paragraph--processelement__richtext h6+table,.m-paragraph--processelement__processteaser h6+table,.m-paragraph--faqelement__richtext h6+table,.m-paragraph--flexelement__richtext h6+table,.m-paragraph--textbildkombinationen__richtext h6+table,.m-paragraph--highlightbox2__richtext h6+table,.m-paragraph--highlightbox__richtext h6+table,.m-paragraph--factbox__richtext ul li h6+table,.m-paragraph--headlineintro__richtext h6+table,.m-node--event__text h6+table,.m-node--press__text h6+table,.m-node--news__text h6+table,.m-node__text h6+table{margin-top:21px}.m-paragraph--highcharts-diagram__text p+p,.m-paragraph--bubble-element__overlay_text p+p,.m-paragraph--bubbles__text p+p,.m-paragraph--topicfocus__element_view_text p+p,.m-paragraph--documentselement__richtext p+p,.m-paragraph--factboxesfrontpage__richtext p+p,.m-paragraph--processelement__richtext p+p,.m-paragraph--processelement__processteaser p+p,.m-paragraph--faqelement__richtext p+p,.m-paragraph--flexelement__richtext p+p,.m-paragraph--textbildkombinationen__richtext p+p,.m-paragraph--highlightbox2__richtext p+p,.m-paragraph--highlightbox__richtext p+p,.m-paragraph--factbox__richtext ul li p+p,.m-paragraph--headlineintro__richtext p+p,.m-node--event__text p+p,.m-node--press__text p+p,.m-node--news__text p+p,.m-node__text p+p{margin-top:21px}.m-paragraph--highcharts-diagram__text p+ul,.m-paragraph--bubble-element__overlay_text p+ul,.m-paragraph--bubbles__text p+ul,.m-paragraph--topicfocus__element_view_text p+ul,.m-paragraph--documentselement__richtext p+ul,.m-paragraph--factboxesfrontpage__richtext p+ul,.m-paragraph--processelement__richtext p+ul,.m-paragraph--processelement__processteaser p+ul,.m-paragraph--faqelement__richtext p+ul,.m-paragraph--flexelement__richtext p+ul,.m-paragraph--textbildkombinationen__richtext p+ul,.m-paragraph--highlightbox2__richtext p+ul,.m-paragraph--highlightbox__richtext p+ul,.m-paragraph--factbox__richtext ul li p+ul,.m-paragraph--headlineintro__richtext p+ul,.m-node--event__text p+ul,.m-node--press__text p+ul,.m-node--news__text p+ul,.m-node__text p+ul{margin-top:21px}.m-paragraph--highcharts-diagram__text p+ol,.m-paragraph--bubble-element__overlay_text p+ol,.m-paragraph--bubbles__text p+ol,.m-paragraph--topicfocus__element_view_text p+ol,.m-paragraph--documentselement__richtext p+ol,.m-paragraph--factboxesfrontpage__richtext p+ol,.m-paragraph--processelement__richtext p+ol,.m-paragraph--processelement__processteaser p+ol,.m-paragraph--faqelement__richtext p+ol,.m-paragraph--flexelement__richtext p+ol,.m-paragraph--textbildkombinationen__richtext p+ol,.m-paragraph--highlightbox2__richtext p+ol,.m-paragraph--highlightbox__richtext p+ol,.m-paragraph--factbox__richtext ul li p+ol,.m-paragraph--headlineintro__richtext p+ol,.m-node--event__text p+ol,.m-node--press__text p+ol,.m-node--news__text p+ol,.m-node__text p+ol{margin-top:21px}.m-paragraph--highcharts-diagram__text p+figure,.m-paragraph--bubble-element__overlay_text p+figure,.m-paragraph--bubbles__text p+figure,.m-paragraph--topicfocus__element_view_text p+figure,.m-paragraph--documentselement__richtext p+figure,.m-paragraph--factboxesfrontpage__richtext p+figure,.m-paragraph--processelement__richtext p+figure,.m-paragraph--processelement__processteaser p+figure,.m-paragraph--faqelement__richtext p+figure,.m-paragraph--flexelement__richtext p+figure,.m-paragraph--textbildkombinationen__richtext p+figure,.m-paragraph--highlightbox2__richtext p+figure,.m-paragraph--highlightbox__richtext p+figure,.m-paragraph--factbox__richtext ul li p+figure,.m-paragraph--headlineintro__richtext p+figure,.m-node--event__text p+figure,.m-node--press__text p+figure,.m-node--news__text p+figure,.m-node__text p+figure{margin-top:21px}.m-paragraph--highcharts-diagram__text p+h2,.m-paragraph--bubble-element__overlay_text p+h2,.m-paragraph--bubbles__text p+h2,.m-paragraph--topicfocus__element_view_text p+h2,.m-paragraph--documentselement__richtext p+h2,.m-paragraph--factboxesfrontpage__richtext p+h2,.m-paragraph--processelement__richtext p+h2,.m-paragraph--processelement__processteaser p+h2,.m-paragraph--faqelement__richtext p+h2,.m-paragraph--flexelement__richtext p+h2,.m-paragraph--textbildkombinationen__richtext p+h2,.m-paragraph--highlightbox2__richtext p+h2,.m-paragraph--highlightbox__richtext p+h2,.m-paragraph--factbox__richtext ul li p+h2,.m-paragraph--headlineintro__richtext p+h2,.m-node--event__text p+h2,.m-node--press__text p+h2,.m-node--news__text p+h2,.m-node__text p+h2{margin-top:40px}.m-paragraph--highcharts-diagram__text p+h3,.m-paragraph--bubble-element__overlay_text p+h3,.m-paragraph--bubbles__text p+h3,.m-paragraph--topicfocus__element_view_text p+h3,.m-paragraph--documentselement__richtext p+h3,.m-paragraph--factboxesfrontpage__richtext p+h3,.m-paragraph--processelement__richtext p+h3,.m-paragraph--processelement__processteaser p+h3,.m-paragraph--faqelement__richtext p+h3,.m-paragraph--flexelement__richtext p+h3,.m-paragraph--textbildkombinationen__richtext p+h3,.m-paragraph--highlightbox2__richtext p+h3,.m-paragraph--highlightbox__richtext p+h3,.m-paragraph--factbox__richtext ul li p+h3,.m-paragraph--headlineintro__richtext p+h3,.m-node--event__text p+h3,.m-node--press__text p+h3,.m-node--news__text p+h3,.m-node__text p+h3{margin-top:33px}.m-paragraph--highcharts-diagram__text p+h4,.m-paragraph--bubble-element__overlay_text p+h4,.m-paragraph--bubbles__text p+h4,.m-paragraph--topicfocus__element_view_text p+h4,.m-paragraph--documentselement__richtext p+h4,.m-paragraph--factboxesfrontpage__richtext p+h4,.m-paragraph--processelement__richtext p+h4,.m-paragraph--processelement__processteaser p+h4,.m-paragraph--faqelement__richtext p+h4,.m-paragraph--flexelement__richtext p+h4,.m-paragraph--textbildkombinationen__richtext p+h4,.m-paragraph--highlightbox2__richtext p+h4,.m-paragraph--highlightbox__richtext p+h4,.m-paragraph--factbox__richtext ul li p+h4,.m-paragraph--headlineintro__richtext p+h4,.m-node--event__text p+h4,.m-node--press__text p+h4,.m-node--news__text p+h4,.m-node__text p+h4{margin-top:26px}.m-paragraph--highcharts-diagram__text p+h5,.m-paragraph--bubble-element__overlay_text p+h5,.m-paragraph--bubbles__text p+h5,.m-paragraph--topicfocus__element_view_text p+h5,.m-paragraph--documentselement__richtext p+h5,.m-paragraph--factboxesfrontpage__richtext p+h5,.m-paragraph--processelement__richtext p+h5,.m-paragraph--processelement__processteaser p+h5,.m-paragraph--faqelement__richtext p+h5,.m-paragraph--flexelement__richtext p+h5,.m-paragraph--textbildkombinationen__richtext p+h5,.m-paragraph--highlightbox2__richtext p+h5,.m-paragraph--highlightbox__richtext p+h5,.m-paragraph--factbox__richtext ul li p+h5,.m-paragraph--headlineintro__richtext p+h5,.m-node--event__text p+h5,.m-node--press__text p+h5,.m-node--news__text p+h5,.m-node__text p+h5{margin-top:21px}.m-paragraph--highcharts-diagram__text p+h6,.m-paragraph--bubble-element__overlay_text p+h6,.m-paragraph--bubbles__text p+h6,.m-paragraph--topicfocus__element_view_text p+h6,.m-paragraph--documentselement__richtext p+h6,.m-paragraph--factboxesfrontpage__richtext p+h6,.m-paragraph--processelement__richtext p+h6,.m-paragraph--processelement__processteaser p+h6,.m-paragraph--faqelement__richtext p+h6,.m-paragraph--flexelement__richtext p+h6,.m-paragraph--textbildkombinationen__richtext p+h6,.m-paragraph--highlightbox2__richtext p+h6,.m-paragraph--highlightbox__richtext p+h6,.m-paragraph--factbox__richtext ul li p+h6,.m-paragraph--headlineintro__richtext p+h6,.m-node--event__text p+h6,.m-node--press__text p+h6,.m-node--news__text p+h6,.m-node__text p+h6{margin-top:21px}.m-paragraph--highcharts-diagram__text p+table,.m-paragraph--bubble-element__overlay_text p+table,.m-paragraph--bubbles__text p+table,.m-paragraph--topicfocus__element_view_text p+table,.m-paragraph--documentselement__richtext p+table,.m-paragraph--factboxesfrontpage__richtext p+table,.m-paragraph--processelement__richtext p+table,.m-paragraph--processelement__processteaser p+table,.m-paragraph--faqelement__richtext p+table,.m-paragraph--flexelement__richtext p+table,.m-paragraph--textbildkombinationen__richtext p+table,.m-paragraph--highlightbox2__richtext p+table,.m-paragraph--highlightbox__richtext p+table,.m-paragraph--factbox__richtext ul li p+table,.m-paragraph--headlineintro__richtext p+table,.m-node--event__text p+table,.m-node--press__text p+table,.m-node--news__text p+table,.m-node__text p+table{margin-top:54px}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text p+table,.m-paragraph--bubble-element__overlay_text p+table,.m-paragraph--bubbles__text p+table,.m-paragraph--topicfocus__element_view_text p+table,.m-paragraph--documentselement__richtext p+table,.m-paragraph--factboxesfrontpage__richtext p+table,.m-paragraph--processelement__richtext p+table,.m-paragraph--processelement__processteaser p+table,.m-paragraph--faqelement__richtext p+table,.m-paragraph--flexelement__richtext p+table,.m-paragraph--textbildkombinationen__richtext p+table,.m-paragraph--highlightbox2__richtext p+table,.m-paragraph--highlightbox__richtext p+table,.m-paragraph--factbox__richtext ul li p+table,.m-paragraph--headlineintro__richtext p+table,.m-node--event__text p+table,.m-node--press__text p+table,.m-node--news__text p+table,.m-node__text p+table{margin-top:34px}}.m-paragraph--highcharts-diagram__text p+.m-media--document,.m-paragraph--bubble-element__overlay_text p+.m-media--document,.m-paragraph--bubbles__text p+.m-media--document,.m-paragraph--topicfocus__element_view_text p+.m-media--document,.m-paragraph--documentselement__richtext p+.m-media--document,.m-paragraph--factboxesfrontpage__richtext p+.m-media--document,.m-paragraph--processelement__richtext p+.m-media--document,.m-paragraph--processelement__processteaser p+.m-media--document,.m-paragraph--faqelement__richtext p+.m-media--document,.m-paragraph--flexelement__richtext p+.m-media--document,.m-paragraph--textbildkombinationen__richtext p+.m-media--document,.m-paragraph--highlightbox2__richtext p+.m-media--document,.m-paragraph--highlightbox__richtext p+.m-media--document,.m-paragraph--factbox__richtext ul li p+.m-media--document,.m-paragraph--headlineintro__richtext p+.m-media--document,.m-node--event__text p+.m-media--document,.m-node--press__text p+.m-media--document,.m-node--news__text p+.m-media--document,.m-node__text p+.m-media--document{margin-top:21px}.m-paragraph--highcharts-diagram__text table+p,.m-paragraph--bubble-element__overlay_text table+p,.m-paragraph--bubbles__text table+p,.m-paragraph--topicfocus__element_view_text table+p,.m-paragraph--documentselement__richtext table+p,.m-paragraph--factboxesfrontpage__richtext table+p,.m-paragraph--processelement__richtext table+p,.m-paragraph--processelement__processteaser table+p,.m-paragraph--faqelement__richtext table+p,.m-paragraph--flexelement__richtext table+p,.m-paragraph--textbildkombinationen__richtext table+p,.m-paragraph--highlightbox2__richtext table+p,.m-paragraph--highlightbox__richtext table+p,.m-paragraph--factbox__richtext ul li table+p,.m-paragraph--headlineintro__richtext table+p,.m-node--event__text table+p,.m-node--press__text table+p,.m-node--news__text table+p,.m-node__text table+p{margin-top:54px}.m-paragraph--highcharts-diagram__text .highlighted,.m-paragraph--bubble-element__overlay_text .highlighted,.m-paragraph--bubbles__text .highlighted,.m-paragraph--topicfocus__element_view_text .highlighted,.m-paragraph--documentselement__richtext .highlighted,.m-paragraph--factboxesfrontpage__richtext .highlighted,.m-paragraph--processelement__richtext .highlighted,.m-paragraph--processelement__processteaser .highlighted,.m-paragraph--faqelement__richtext .highlighted,.m-paragraph--flexelement__richtext .highlighted,.m-paragraph--textbildkombinationen__richtext .highlighted,.m-paragraph--highlightbox2__richtext .highlighted,.m-paragraph--highlightbox__richtext .highlighted,.m-paragraph--factbox__richtext ul li .highlighted,.m-paragraph--headlineintro__richtext .highlighted,.m-node--event__text .highlighted,.m-node--press__text .highlighted,.m-node--news__text .highlighted,.m-node__text .highlighted{color:var(--link-color-1)}.m-paragraph--highcharts-diagram__text .text-align-center,.m-paragraph--bubble-element__overlay_text .text-align-center,.m-paragraph--bubbles__text .text-align-center,.m-paragraph--topicfocus__element_view_text .text-align-center,.m-paragraph--documentselement__richtext .text-align-center,.m-paragraph--factboxesfrontpage__richtext .text-align-center,.m-paragraph--processelement__richtext .text-align-center,.m-paragraph--processelement__processteaser .text-align-center,.m-paragraph--faqelement__richtext .text-align-center,.m-paragraph--flexelement__richtext .text-align-center,.m-paragraph--textbildkombinationen__richtext .text-align-center,.m-paragraph--highlightbox2__richtext .text-align-center,.m-paragraph--highlightbox__richtext .text-align-center,.m-paragraph--factbox__richtext ul li .text-align-center,.m-paragraph--headlineintro__richtext .text-align-center,.m-node--event__text .text-align-center,.m-node--press__text .text-align-center,.m-node--news__text .text-align-center,.m-node__text .text-align-center{text-align:center}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text .text-align-center,.m-paragraph--bubble-element__overlay_text .text-align-center,.m-paragraph--bubbles__text .text-align-center,.m-paragraph--topicfocus__element_view_text .text-align-center,.m-paragraph--documentselement__richtext .text-align-center,.m-paragraph--factboxesfrontpage__richtext .text-align-center,.m-paragraph--processelement__richtext .text-align-center,.m-paragraph--processelement__processteaser .text-align-center,.m-paragraph--faqelement__richtext .text-align-center,.m-paragraph--flexelement__richtext .text-align-center,.m-paragraph--textbildkombinationen__richtext .text-align-center,.m-paragraph--highlightbox2__richtext .text-align-center,.m-paragraph--highlightbox__richtext .text-align-center,.m-paragraph--factbox__richtext ul li .text-align-center,.m-paragraph--headlineintro__richtext .text-align-center,.m-node--event__text .text-align-center,.m-node--press__text .text-align-center,.m-node--news__text .text-align-center,.m-node__text .text-align-center{text-align:left}}.m-paragraph--highcharts-diagram__text .text-align-right,.m-paragraph--bubble-element__overlay_text .text-align-right,.m-paragraph--bubbles__text .text-align-right,.m-paragraph--topicfocus__element_view_text .text-align-right,.m-paragraph--documentselement__richtext .text-align-right,.m-paragraph--factboxesfrontpage__richtext .text-align-right,.m-paragraph--processelement__richtext .text-align-right,.m-paragraph--processelement__processteaser .text-align-right,.m-paragraph--faqelement__richtext .text-align-right,.m-paragraph--flexelement__richtext .text-align-right,.m-paragraph--textbildkombinationen__richtext .text-align-right,.m-paragraph--highlightbox2__richtext .text-align-right,.m-paragraph--highlightbox__richtext .text-align-right,.m-paragraph--factbox__richtext ul li .text-align-right,.m-paragraph--headlineintro__richtext .text-align-right,.m-node--event__text .text-align-right,.m-node--press__text .text-align-right,.m-node--news__text .text-align-right,.m-node__text .text-align-right{text-align:right}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text .text-align-right,.m-paragraph--bubble-element__overlay_text .text-align-right,.m-paragraph--bubbles__text .text-align-right,.m-paragraph--topicfocus__element_view_text .text-align-right,.m-paragraph--documentselement__richtext .text-align-right,.m-paragraph--factboxesfrontpage__richtext .text-align-right,.m-paragraph--processelement__richtext .text-align-right,.m-paragraph--processelement__processteaser .text-align-right,.m-paragraph--faqelement__richtext .text-align-right,.m-paragraph--flexelement__richtext .text-align-right,.m-paragraph--textbildkombinationen__richtext .text-align-right,.m-paragraph--highlightbox2__richtext .text-align-right,.m-paragraph--highlightbox__richtext .text-align-right,.m-paragraph--factbox__richtext ul li .text-align-right,.m-paragraph--headlineintro__richtext .text-align-right,.m-node--event__text .text-align-right,.m-node--press__text .text-align-right,.m-node--news__text .text-align-right,.m-node__text .text-align-right{text-align:left}}.m-paragraph--highcharts-diagram__text iframe,.m-paragraph--bubble-element__overlay_text iframe,.m-paragraph--bubbles__text iframe,.m-paragraph--topicfocus__element_view_text iframe,.m-paragraph--documentselement__richtext iframe,.m-paragraph--factboxesfrontpage__richtext iframe,.m-paragraph--processelement__richtext iframe,.m-paragraph--processelement__processteaser iframe,.m-paragraph--faqelement__richtext iframe,.m-paragraph--flexelement__richtext iframe,.m-paragraph--textbildkombinationen__richtext iframe,.m-paragraph--highlightbox2__richtext iframe,.m-paragraph--highlightbox__richtext iframe,.m-paragraph--factbox__richtext ul li iframe,.m-paragraph--headlineintro__richtext iframe,.m-node--event__text iframe,.m-node--press__text iframe,.m-node--news__text iframe,.m-node__text iframe{width:100%}::-moz-selection{background-color:var(--text-highlight-1);color:#fff;text-shadow:none}::selection{background-color:var(--text-highlight-1);color:#fff;text-shadow:none}html,body,.inner_items{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{height:100%}body{position:relative;padding:0;margin:0;padding-top:105px}@media(max-width: 767px){body{padding-top:75px}}body:after{content:"desktop";display:none}body.js-has-scrolled{padding-top:80px}@media(max-width: 767px){body.js-has-scrolled{padding-top:60px}}body.main-menu-is-open{height:calc(100vh - 105px);padding-top:105px;overflow:hidden}body.main-menu-is-open.js-has-scrolled{height:calc(100vh - 80px);padding-top:80px}body.toolbar-horizontal.toolbar-tray-open,body.toolbar-horizontal.toolbar-tray-open{padding-top:105px79px !important}body.toolbar-horizontal.toolbar-tray-open.js-has-scrolled,body.toolbar-horizontal.toolbar-tray-open.js-has-scrolled{padding-top:80px79px !important}@media(max-width: 767px){body.js-bubble-overlay-is-opened{height:100vh;overflow:hidden}}a{text-decoration:none;color:#000;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(max-width: 767px),screen and (max-width: 1200px){a{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent}}@media(max-width: 767px),screen and (max-width: 1200px){a:link{-webkit-tap-highlight-color:rgba(0,0,0,0)}}html,body,input,textarea{color:#000;font-family:AktivGrotesk,sans-serif;font-size:14px;line-height:1.3}@media(max-width: 1200px){h2{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media(max-width: 1200px){h3{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}em,i{font-style:italic}.innerWrapper{width:1248px;margin:0 auto;position:relative}@media(min-width: 1201px)and (max-width: 1350px){.innerWrapper{width:90%;margin:0 auto}}@media(max-width: 1200px){.innerWrapper{width:90%;margin:0 auto}}@media(max-width: 767px){.innerWrapper{width:87%;margin:0 auto}}.print{display:none}#page>.innerWrapper{position:relative}@media(max-width: 1200px){html.mobile-menu-is-opened{position:fixed;right:0;left:0}body.mobile-menu-is-opened .menu_hover_bg{top:0}}@media(max-width: 767px){html.mobile-menu-is-opened{position:relative;right:auto;left:auto}body.mobile-menu-is-opened>*{display:none}body.mobile-menu-is-opened #header{display:block}}.scrollbar-measure{height:100px;overflow:scroll;position:absolute;top:-9999px}.node-preview-container,.m-localtask--actions,.m-localtask{position:fixed;left:0;top:290px;width:170px;z-index:119}@media(max-width: 767px){.node-preview-container,.m-localtask--actions,.m-localtask{width:135px}}.node-preview-container form .node-preview-backlink,.m-localtask--actions form .node-preview-backlink,.m-localtask form .node-preview-backlink{color:#fff}.node-preview-container form .node-preview-backlink:hover,.m-localtask--actions form .node-preview-backlink:hover,.m-localtask form .node-preview-backlink:hover{color:#fff;text-decoration:underline}.node-preview-container form label,.m-localtask--actions form label,.m-localtask form label{color:#fff;width:auto}.node-preview-container form select,.m-localtask--actions form select,.m-localtask form select{padding:0 10px;height:30px}.node-preview-container form button,.m-localtask--actions form button,.m-localtask form button{line-height:18px;font-size:14px;min-width:auto;display:block}.node-preview-container nav li,.m-localtask--actions nav li,.m-localtask nav li,.node-preview-container ul li,.m-localtask--actions ul li,.m-localtask ul li{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;padding:10px 0 8px 0;background-color:var(--button-color-1)}@media print{.node-preview-container nav li,.m-localtask--actions nav li,.m-localtask nav li,.node-preview-container ul li,.m-localtask--actions ul li,.m-localtask ul li{-webkit-transition:none;transition:none}}@media(max-width: 767px){.node-preview-container nav li,.m-localtask--actions nav li,.m-localtask nav li,.node-preview-container ul li,.m-localtask--actions ul li,.m-localtask ul li{padding:0}}.node-preview-container nav li:hover,.m-localtask--actions nav li:hover,.m-localtask nav li:hover,.node-preview-container ul li:hover,.m-localtask--actions ul li:hover,.m-localtask ul li:hover{background-color:var(--button-color-2)}.node-preview-container nav li a,.m-localtask--actions nav li a,.m-localtask nav li a,.node-preview-container ul li a,.m-localtask--actions ul li a,.m-localtask ul li a{color:#fff;padding:.4em 1em;display:block;text-transform:uppercase}.node-preview-container nav li+li,.m-localtask--actions nav li+li,.m-localtask nav li+li,.node-preview-container ul li+li,.m-localtask--actions ul li+li,.m-localtask ul li+li{border-top:1px solid #fff}.m-localtask--actions{top:-150px}.node-preview-container{background-color:var(--button-color-1);width:180px}.btn{display:block;background-color:#4a2f70}.contextual{display:none}.toolbar-tray span.toolbar-icon{padding:1em 1.3333em}.visually-hidden{display:none}#admin-toolbar-search-input{height:auto;line-height:2.3rem}.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none !important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:hover,.choices[data-type*=select-one] .choices__button:focus{opacity:1}.choices[data-type*=select-one] .choices__button:focus{-webkit-box-shadow:0px 0px 0px 2px #00bcd4;box-shadow:0px 0px 0px 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=text] .choices__button:hover,.choices[data-type*=text] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;-webkit-box-sizing:border-box;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.choices{margin-bottom:0}.choices.is-focus .choices__inner{border-color:var(--main-color-1)}.choices[data-type*=select-one] .choices__input{display:block !important;opacity:0;z-index:-1;position:absolute}.choices [hidden]{display:block !important;opacity:0;z-index:-1;position:absolute}.choices[data-type*=select-one] .choices__inner{padding:0;width:100%;background-color:#fff;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:solid 2px #ccc;border-radius:0;font-size:18px;position:relative}.choices[data-type*=select-one] .choices__inner::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;content:"";width:20px;height:9px;position:absolute;right:22px;top:19px}@media print{.choices[data-type*=select-one] .choices__inner::after{-webkit-transition:none;transition:none}}.choices[data-type*=select-one]:after{border:0;top:24px;right:14px;width:18px;height:18px}.choices[data-type*=select-one].is-open:after{top:28px}.choices[data-type*=select-one].is-open .choices__inner::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.choices[data-type*=select-multiple] .choices__inner{width:100%;background-color:#fff;padding:9.5px 7.5px 3.75px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #ccc;border-radius:0;font-size:18px}.choices[data-type*=select-multiple]:after{border:0;top:24px;right:14px;width:18px;height:18px}.choices[data-type*=select-multiple].is-open:after{top:28px}.choices__list--single{padding:13px 17px 12px;line-height:20px;width:auto}.choices__placeholder{font-style:italic;opacity:1}.choices__list{z-index:10;-webkit-box-sizing:border-box;box-sizing:border-box}.choices__list .choices__item{font-size:18px;color:#000}@media(max-width: 767px){.choices__list .choices__item{font-size:15px}}.choices__list--multiple .choices__item.is-highlighted,.choices__list--multiple .choices__item{background-color:var(--main-color-1) !important;border:1px solid var(--main-color-1);border-radius:2px;color:#fff}.choices__list--multiple+input.choices__input{background-color:#fff}.choices__list--dropdown .choices__item--selectable{padding-right:10px !important}.choices__list--dropdown{word-break:initial !important}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-webkit-transition:opacity 0s,-webkit-transform 0s;transition:opacity 0s,-webkit-transform 0s;transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s,-webkit-transform 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333333%;width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714286%;width:calc(100% / 70);height:10px;float:left}button[data-action]{display:none}.tns-nav button{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;display:inline-block;width:24px;height:5px;padding:0;border:0;-webkit-box-shadow:none;box-shadow:none;opacity:1;outline:none;background-color:#ececec}@media print{.tns-nav button{-webkit-transition:none;transition:none}}.tns-nav button:hover,.tns-nav button.tns-nav-active{background-color:var(--pagination-color-1)}@media(max-width: 767px){.tns-nav button{margin-top:5px;margin-bottom:5px}}.tns-nav button+button{margin-left:10px}@media(max-width: 767px){.tns-nav button+button{margin-left:5px}}.tns-controls [data-controls=next],.tns-controls [data-controls=prev]{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;width:30px;height:20px;position:relative;background-size:100% 100%;text-indent:-9999px;border:0;padding:0;outline:none;background-color:transparent}@media print{.tns-controls [data-controls=next],.tns-controls [data-controls=prev]{-webkit-transition:none;transition:none}}.tns-controls [data-controls=next]::before,.tns-controls [data-controls=prev]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";width:19px;height:12px;position:absolute;left:5px;top:4px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tns-controls:focus{outline:none}.tns-controls [data-controls=next]::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);left:6px}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeOutDown{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:var(--main-color-1);border-color:var(--main-color-2)}.flatpickr-calendar{font-family:AktivGrotesk !important}#friendlycaptcha-widget{width:350px}.simplebar-track.simplebar-vertical{visibility:visible !important}.simplebar-track.simplebar-vertical:after{content:"";position:absolute;top:0;bottom:0;left:5px;width:1px;background-color:#cacaca}.simplebar-track.simplebar-vertical .simplebar-scrollbar{visibility:visible !important}.simplebar-track.simplebar-vertical .simplebar-scrollbar::before{background-color:#cacaca;width:7px;opacity:1;border-radius:0;-webkit-transition:none;transition:none;top:0px;bottom:-1px}.l-header{position:fixed;top:0;left:0;right:0;z-index:500;height:105px;width:100%;-webkit-box-shadow:0 2px 4px 0 #d0d0d0;box-shadow:0 2px 4px 0 #d0d0d0;background-color:#fff}.js-has-scrolled .l-header{height:80px}@media(max-width: 767px){.js-has-scrolled .l-header{height:60px}}.js-anchormenu-fixed .l-header{-webkit-box-shadow:none;box-shadow:none}@media(max-width: 767px){.l-header{height:75px}body:not(.page-node-type-frontpage) .l-header{-webkit-box-shadow:0 2px 4px 0 #979797;box-shadow:0 2px 4px 0 #979797}body.js-anchormenu-fixed:not(.page-node-type-frontpage) .l-header{-webkit-box-shadow:none;box-shadow:none}}@media print{.l-header{display:none}}.main-menu-is-open .l-header{height:auto;max-height:100%;position:fixed;overflow:auto}body.toolbar-horizontal.toolbar-tray-open .l-header,body.toolbar-horizontal.toolbar-tray-open .l-header{top:79px;max-height:calc(100% - 79px)}body.toolbar-horizontal.toolbar-tray-open.main-menu-is-open .l-header,body.toolbar-horizontal.toolbar-tray-open.js-has-scrolled .l-header{top:79px;max-height:calc(100% - 79px)}.l-header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.l-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10%;height:105px}.js-has-scrolled .l-header__left{height:80px}@media(max-width: 767px){.js-has-scrolled .l-header__left{height:60px}}@media(max-width: 767px){.l-header__left{height:75px}}@media(min-width: 1201px)and (max-width: 1350px){.l-header__left{padding-left:48px}}@media(max-width: 1200px){.l-header__left{padding-left:48px}}@media(max-width: 767px){.l-header__left{padding-left:20px}}.l-header__left>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-menu-is-open .l-header__left{display:none}@media(max-width: 1200px){.main-menu-is-open .l-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:0;top:0}}.l-header__right{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#000;height:105px}.js-has-scrolled .l-header__right{height:80px}@media(max-width: 767px){.js-has-scrolled .l-header__right{height:60px}}@media(min-width: 1201px)and (max-width: 1350px){.l-header__right{padding-right:0}}@media(max-width: 1200px){.l-header__right{padding-right:0}}@media(max-width: 767px){.l-header__right{height:75px;padding-right:0}}.l-header__right>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1200px){.l-header__right>div.l-header__servicenav,.l-header__right>div.l-header__language-switcher{display:none}}.main-menu-is-open .l-header__right{position:absolute;right:0;top:0}.l-header__logo .m-logo{width:106px;display:block}.l-header__logo .m-logo img{width:100%;height:auto}.js-has-scrolled .l-header__logo .m-logo{width:90px}@media(max-width: 767px){.l-header__logo .m-logo{width:69px}.js-has-scrolled .l-header__logo .m-logo{width:69px}}.l-header__labels{margin-left:40px}@media(max-width: 1200px){.l-header__left .l-header__labels{display:none}}.l-header__servicenav{background-color:#fff}.main-menu-is-open .l-header__servicenav{display:none}.l-header__language-switcher{background-color:#fff;padding:0 38px 0 43px}.main-menu-is-open .l-header__language-switcher{display:none}.l-header__language-switcher a{color:#fff}.l-header__search{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;padding:0 30px}@media print{.l-header__search{-webkit-transition:none;transition:none}}@media(max-width: 767px){.l-header__search{padding:0 15px}}.l-header__search:hover,.l-header__search.is-active{background-color:#828282}.l-header__hamburger{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;padding:0 30px;cursor:pointer}@media print{.l-header__hamburger{-webkit-transition:none;transition:none}}@media(max-width: 767px){.l-header__hamburger{padding:0 15px}}.l-header__hamburger:hover,.l-header__hamburger.is-active{background-color:#828282}.l-header__mainnav{display:none;width:100%}.main-menu-is-open .l-header__mainnav{display:block;position:relative}@media(max-width: 1200px){.main-menu-is-open .l-header__mainnav{margin-top:105px;overflow:hidden}}@media(max-width: 767px){.main-menu-is-open .l-header__mainnav{margin-top:75px}}@media(max-width: 1200px){.main-menu-is-open .l-header__mainnav::before{content:"";display:block;width:100%;height:5px;position:absolute;top:-5px;left:0;-webkit-box-shadow:0 2px 4px 0 #d0d0d0;box-shadow:0 2px 4px 0 #d0d0d0}}@media(max-width: 1200px){.main-menu-is-open.js-has-scrolled .l-header__mainnav{margin-top:80px}}@media(max-width: 767px){.main-menu-is-open.js-has-scrolled .l-header__mainnav{margin-top:60px}}.l-footer{width:100%;position:relative;color:#fff}@media print{.l-footer{display:none}}.l-footer a{color:#fff}.l-footer a:hover{color:#c84c09}.l-search{-webkit-transition:all 500ms ease-out;transition:all 500ms ease-out;position:fixed;top:-210px;left:0;right:0;z-index:500;background-color:#fff;overflow:hidden;visibility:hidden;opacity:0;height:0;-webkit-box-shadow:0px 1px 5px 0px rgba(0,0,0,.2);box-shadow:0px 1px 5px 0px rgba(0,0,0,.2)}@media print{.l-search{-webkit-transition:none;transition:none}}.l-search.open{top:0;opacity:1;height:auto;visibility:visible;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}@media print{.l-search.open{-webkit-transition:none;transition:none}}.l-search.open .m-search{margin-top:0;opacity:1;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}@media print{.l-search.open .m-search{-webkit-transition:none;transition:none}}.l-search__main{padding-top:92px;padding-bottom:92px;position:relative}@media(max-width: 1200px){.l-search__main{padding-bottom:45px}}@media(max-width: 767px){.l-search__main{padding-top:43px;padding-bottom:35px}}.l-search__col{zoom:1;position:inherit}.l-search__col:before,.l-search__col:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.l-search__col:after{clear:both}.user-logged-in .l-search{top:-210px}.user-logged-in .l-search.open{top:79px}.l-page-404__outer .m-headerimage{display:none}.l-page-404__content{padding-bottom:56%}@media(max-width: 767px){.l-page-404__content{padding-bottom:100%}}.l-page-404__container{position:absolute;left:0;right:0;top:35%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width: 767px){.l-page-404__container{top:25%}}.l-page-404__image-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1}.l-page-404__image{background-image:url(../images/design/trompeter_404.d51bf5.jpg);width:100%;background-size:cover;height:100%;background-position:right}.l-page-404__overlay{background-color:#f18700;position:absolute;top:0;left:0;right:0;bottom:0;opacity:.8}.l-page-404__title{color:#fff;margin-bottom:16px}.l-page-404__text{color:#fff}.l-page-404__button{padding:16px 74px 12px 39px;margin-top:30px}.l-page-404__button::before{display:none !important}.l-page-404__button::after{background:var(--icon-arrow_top-color-1);-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;content:"";display:block;width:17px;height:23px;position:absolute;right:24px;top:17px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media print{.l-page-404__button::after{-webkit-transition:none;transition:none}}.l-page-404__button:hover::after{background:var(--icon-dark-arrow_top-color-1)}.m-ctypes>div{margin-bottom:100px}@media(max-width: 767px){.m-ctypes>div{margin-bottom:65px}}.m-ctypes>div:last-child{margin-bottom:0}.m-node--annual-article+.m-node--annual-article__backlink+.m-node--annual-article__ctypes,.m-node--forms>div:first-child:not(.m-anchors),.m-node--list,.m-node--event,.m-node--press,.m-node--news,.m-node--page>div:first-child:not(.m-anchors),.l-page--search__inner{padding-top:83px}@media(max-width: 767px){.m-node--annual-article+.m-node--annual-article__backlink+.m-node--annual-article__ctypes,.m-node--forms>div:first-child:not(.m-anchors),.m-node--list,.m-node--event,.m-node--press,.m-node--news,.m-node--page>div:first-child:not(.m-anchors),.l-page--search__inner{padding-top:48px}}.m-node__text{margin-bottom:48px}.m-node--frontpage__slider{position:relative}.m-node--frontpage__sliderclaim{text-align:center;position:absolute;top:36%;left:20%;z-index:3}@media(max-width: 767px){.m-node--frontpage__sliderclaim{display:none}}.m-node--frontpage__sliderimages{white-space:nowrap}.m-node--frontpage__sliderimage{width:100%;min-height:771px;background-color:#dadedf;display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important;vertical-align:top;white-space:normal;text-align:center}@media(max-width: 1200px){.m-node--frontpage__sliderimage{min-height:450px}}@media(max-width: 767px){.m-node--frontpage__sliderimage{min-height:186px}}.m-node--frontpage__sliderimage div{margin:auto}.m-node--frontpage__sliderimage picture{display:block;width:100%;margin:auto}.m-node--frontpage__sliderimage img{width:auto;height:auto;max-width:100%;max-height:771px}@media(max-width: 1200px){.m-node--frontpage__sliderimage img{max-height:450px}}@media(max-width: 767px){.m-node--frontpage__sliderimage img{max-height:186px}}.m-node--frontpage__iam{margin-top:-120px;margin-bottom:142px}@media(max-width: 1200px){.m-node--frontpage__iam{margin-top:-35px;margin-bottom:45px}}@media(max-width: 767px){.m-node--frontpage__iam{margin-top:-23px;margin-bottom:20px}}.m-node--frontpage__iaminner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 1200px){.m-node--frontpage__iaminner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:500px}}@media(max-width: 767px){.m-node--frontpage__iaminner{max-width:none}}.m-node--news__date{font-size:15px;line-height:1.33;color:#828282}.m-node--news__title{margin-top:20px}@media(max-width: 767px){.m-node--news__title{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.m-node--news__teaser{font-size:18px;line-height:1.44;font-weight:bold;margin-top:18px}.m-node--news__text{margin-top:27px}.m-node--news__text .m-node__text{margin-bottom:0}.m-node--news__image{margin-top:53px}.m-node--news__image img{width:100%;height:auto}.m-node--news__ctypes{margin-top:130px}@media(max-width: 1200px){.m-node--news__ctypes{margin-top:110px}}@media(max-width: 767px){.m-node--news__ctypes{margin-top:90px}}.m-node--news__back{margin-bottom:22px}.m-node--press__date{font-size:15px;line-height:1.33;color:#828282}.m-node--press__title{margin-top:20px}@media(max-width: 767px){.m-node--press__title{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.m-node--press__teaser{font-size:18px;line-height:1.44;font-weight:bold;margin-top:18px}.m-node--press__text{margin-top:27px}.m-node--press__image{margin-top:53px}.m-node--press__image img{width:100%;height:auto}.m-node--press__ctypes{margin-top:130px}@media(max-width: 1200px){.m-node--press__ctypes{margin-top:110px}}@media(max-width: 767px){.m-node--press__ctypes{margin-top:90px}}.m-node--press__back{margin-bottom:22px}.m-node--event__date{margin-bottom:20px}.m-node--event__date .m-time__day,.m-node--event__date .m-time__month{font-weight:500}.m-node--event__date+.m-node--event__audience,.m-node--event__date+.m-node--event__tag{margin-top:20px}.m-node--event__audience{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.m-node--event__tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:10px}.m-node--event__timeline{color:#828282;margin-bottom:22px}.m-node--event__location{color:#000;font-style:italic;margin-top:18px}.m-node--event__teaser{font-weight:bold;margin-top:37px}.m-node--event__text{margin-top:43px}.m-node--event__back{margin-bottom:35px}.m-node--event__form{margin-top:120px}.m-node--event__form h3{margin:40px 0 20px}@media(max-width: 1200px){.m-node--event__form{margin-top:80px}}@media(max-width: 767px){.m-node--event__form{margin-top:50px}}.m-node--list__col>h2{margin-bottom:23px}.m-node--list__ctypes{width:100%}.m-node--form__ctypes{margin-top:130px}@media(max-width: 1200px){.m-node--form__ctypes{margin-top:110px}}@media(max-width: 767px){.m-node--form__ctypes{margin-top:90px}}.m-node--annual-report__stagewrapper{position:relative;margin-bottom:120px}.m-node--annual-report__stageovers{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;overflow:hidden}.m-node--annual-report__canvaswrapper{width:100%;padding-bottom:56.25%;position:relative}@media(max-width: 767px){.m-node--annual-report__canvaswrapper{padding-bottom:134%}}.m-node--annual-report__canvas{position:absolute;top:0;left:0;right:0;bottom:0}.m-node--annual-report__titlebox{height:45%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:9}.m-node--annual-report__lowerbox{height:calc(55% + 5px)}.m-node--annual-report__lowerbox_row{height:100%}.m-node--annual-report__lowerbox_col{max-width:1600px;height:100%;position:relative}.m-node--annual-report__lowerbox_slide{position:absolute;height:100%;width:90%;top:100%;opacity:0}.m-node--annual-report__stagewrapper.done .m-node--annual-report__lowerbox_slide{-webkit-transition:3s;transition:3s;top:0;opacity:1}.m-node--annual-report__download{position:absolute}@media(max-width: 1200px){.m-node--annual-report__download{bottom:30px}}.m-node--annual-report__downloadlinkwrapper{overflow:hidden}.m-node--annual-report__downloadlinkwrapper a{float:left}.m-node--annual-report__anchors{height:calc(100% - 95px);margin-top:95px;float:left}.m-node--annual-report__yearsbox{padding-top:8%;opacity:0}@media(max-width: 767px){.m-node--annual-report__yearsbox{padding-top:22%}}.m-node--annual-report__stagewrapper.done .m-node--annual-report__yearsbox{-webkit-transition:3s;transition:3s;opacity:1}.m-node--annual-report__yearsbox_year{font-size:40px;font-weight:700;color:#fff}@media(max-width: 767px){.m-node--annual-report__yearsbox_year{font-size:30px}}.m-node--annual-report__yearsbox_year.with-dropdown{cursor:pointer;padding-right:45px;position:relative}@media(max-width: 767px){.m-node--annual-report__yearsbox_year.with-dropdown{padding-right:40px;padding-bottom:5px}}.m-node--annual-report__yearsbox_year.with-dropdown::before{content:"";position:absolute;bottom:0;height:3px;width:100%;background-color:#fff}.m-node--annual-report__yearsbox_year.with-dropdown::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;position:absolute;top:19px;right:0;width:30px;height:16px}@media(max-width: 767px){.m-node--annual-report__yearsbox_year.with-dropdown::after{top:13px;right:2px;width:25px}}.m-node--annual-report__yearsbox_year.with-dropdown.open::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.m-node--annual-report__yearsbox_year.with-dropdown:hover{color:#f18700}.m-node--annual-report__yearsbox_year.with-dropdown:hover::before{background-color:#f18700}.m-node--annual-report__yearsbox_year.with-dropdown:hover::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f18700'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-node--annual-report__yearsbox_otheryears{padding:0;list-style-type:none;display:none;position:relative;padding-top:20px}@media(max-width: 767px){.m-node--annual-report__yearsbox_otheryears::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#cacaca;opacity:.73}}@media(max-width: 767px){.m-node--annual-report__yearsbox_otheryears{padding-bottom:10px}}.m-node--annual-report__yearsbox_otheryears>li{padding-left:24px}.m-node--annual-report__yearsbox_otheryears>li a{display:inline-block;font-size:35px;font-weight:400;color:#fff;margin-bottom:20px;position:relative}@media(max-width: 767px){.m-node--annual-report__yearsbox_otheryears>li a{font-size:25px;font-weight:300;margin-bottom:9px}}.m-node--annual-report__yearsbox_otheryears>li a:hover::after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background-color:#fff}.m-node--annual-report__yearsbox_year.open+.m-node--annual-report__yearsbox_otheryears{display:block}.m-node--annual-article{position:relative}body.toolbar-horizontal.toolbar-tray-open .m-node--annual-article,body.toolbar-horizontal.toolbar-tray-open .m-node--annual-article{margin-top:79px}.m-node--annual-article+.m-node--annual-article__backlink{margin-top:181px}@media(max-width: 1200px){.m-node--annual-article+.m-node--annual-article__backlink{margin-top:60px}}@media(max-width: 767px){.m-node--annual-article+.m-node--annual-article__backlink{margin-top:40px}}.m-node--annual-article+.m-node--annual-article__backlink+.m-node--annual-article__ctypes{margin-top:-181px}@media(max-width: 1200px){.m-node--annual-article+.m-node--annual-article__backlink+.m-node--annual-article__ctypes{margin-top:-90px}}@media(max-width: 767px){.m-node--annual-article+.m-node--annual-article__backlink+.m-node--annual-article__ctypes{margin-top:-45px}}.m-node--annual-article__header{position:relative}.m-node--annual-article__header_image{display:block;height:500px;overflow:hidden;position:relative;background-color:#dadedf;background-size:cover;background-position:top center}@media(max-width: 1200px){.m-node--annual-article__header_image{height:350px}}@media(max-width: 767px){.m-node--annual-article__header_image{height:186px}}.m-node--annual-article__header_title{color:#fff;text-align:center;position:absolute;top:60px;left:0;right:0;z-index:1}.m-node--annual-article__header_text{margin-top:9px}.m-node--annual-article__header_year{display:inline-block;margin-top:9px}.m-node--annual-article__backlink{position:sticky;top:375px;left:0;z-index:600}@media(max-width: 1200px){.m-node--annual-article__backlink{display:block;position:relative;top:-25px;left:auto;z-index:450}}@media(max-width: 767px){.m-node--annual-article__backlink{top:-10px}}.m-node--annual-article__backlink a{position:absolute;top:-80px;left:0}@media(max-width: 1200px){.m-node--annual-article__backlink a{position:relative;top:auto;left:auto;margin-bottom:15px}}@media(min-width: 1201px){.m-node--annual-article__backlink_container{padding:0;width:auto;max-width:none}}@media(min-width: 1201px)and (max-width: 1350px){.m-node--annual-article__backlink_container{padding:0;width:auto;max-width:none}}@media(min-width: 1201px){.m-node--annual-article__backlink_row{display:block;margin:0}}@media(min-width: 1201px)and (max-width: 1350px){.m-node--annual-article__backlink_row{display:block;margin:0}}@media(min-width: 1201px){.m-node--annual-article__backlink_col{padding:0;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:none}}@media(min-width: 1201px)and (max-width: 1350px){.m-node--annual-article__backlink_col{padding:0;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:none}}.m-listen--news{margin-bottom:115px}.m-listen--news .m-form--div--select{width:auto;float:left;margin-right:6px}.m-listen--news .m-form--div--select label{display:none}@media(max-width: 767px){.m-listen--news .m-form--div--select label{display:none !important}}.m-listen--news .form-actions button{height:63px}@media(max-width: 767px){.m-listen--news .form-actions button{max-width:239px}}.m-listen--news .pager{list-style-type:none}.m-listen--news .pager .pager__item{text-align:center}.m-listen--news .pager .pager__item a.button{position:relative;color:var(--main-color-2);font-size:16px;line-height:24px;padding:0 33px 4px 2px;font-weight:bold}.m-listen--news .pager .pager__item a.button::before{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;content:"";border-bottom:solid 3px #828282;width:100%;position:absolute;left:0;right:0;bottom:0}@media print{.m-listen--news .pager .pager__item a.button::before{-webkit-transition:none;transition:none}}.m-listen--news .pager .pager__item a.button::after{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";width:20px;height:9px;position:absolute;right:0;top:5px}@media print{.m-listen--news .pager .pager__item a.button::after{-webkit-transition:none;transition:none}}.m-listen--news .pager .pager__item a.button:hover::before{border-color:var(--main-color-2)}.m-listen--news .pager .pager__item a.button:hover::after{background:var(--icon-dark-arrow_down-color-1)}.m-listen--news__trigger{margin-bottom:17px}@media(min-width: 1201px){.m-listen--news__trigger{padding:0 10px}}.m-listen--news__trigger>.views-field,.m-listen--news__trigger>.views-field>.field-content{height:100%;display:block}#js-form-wrapper--views_exposed_form{margin-bottom:70px}.views-infinite-scroll-content-wrapper{margin-bottom:48px}.views-infinite-scroll-content-wrapper>form{margin-bottom:73px}.m-listen--press{margin-bottom:115px;margin-top:54px}@media(max-width: 767px){.m-listen--press{margin-top:15px}}.m-listen--press__trigger>div:nth-child(6){padding-bottom:49px;margin-bottom:48px;border-bottom:1px solid #ccc}@media(max-width: 767px){.m-listen--press__trigger>div:nth-child(6){padding-bottom:21px;margin-bottom:20px}}.m-listen--press__trigger:last-of-type{margin-bottom:50px}.m-listen--press__trigger:last-of-type>div:nth-child(6){display:none}.m-listen--event{margin-top:79px;margin-bottom:115px}.m-listen--event nav[role=navigation]{margin-top:56px}.m-listen--event__trigger{margin-top:90px}.m-listen--event__trigger:first-child{margin-top:0}.m-listen--publication{margin-top:72px;margin-bottom:115px}@media(max-width: 767px){.m-listen--publication{margin-top:30px}}.m-listen__noresultsfound{text-align:center}.m-form--div--managed-file,.m-form--div--radio,.m-form--div--checkbox,.m-form--div--accept-data-protection-policy,.m-form--div--search,.m-form--div--password,.m-form--div--number,.m-form--div--textarea,.m-form--div--iban,.m-form--div--tel,.m-form--div--select,.m-form--div--url,.m-form--div--date,.m-form--div--email,.m-form--div--textfield,.m-form--div--text{background-color:transparent;padding-top:1.5714285714rem;margin-bottom:1.4285714286rem;position:relative}@media(max-width: 767px){.m-form--div--managed-file,.m-form--div--radio,.m-form--div--checkbox,.m-form--div--accept-data-protection-policy,.m-form--div--search,.m-form--div--password,.m-form--div--number,.m-form--div--textarea,.m-form--div--iban,.m-form--div--tel,.m-form--div--select,.m-form--div--url,.m-form--div--date,.m-form--div--email,.m-form--div--textfield,.m-form--div--text{padding-top:0}}.m-form--div--managed-file .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--radio .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--checkbox .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--accept-data-protection-policy .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--search .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--password .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--number .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--textarea .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--iban .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--tel .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--select .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--url .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--date .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--email .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--textfield .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--text .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--managed-file label,.m-form--div--radio label,.m-form--div--checkbox label,.m-form--div--accept-data-protection-policy label,.m-form--div--search label,.m-form--div--password label,.m-form--div--number label,.m-form--div--textarea label,.m-form--div--iban label,.m-form--div--tel label,.m-form--div--select label,.m-form--div--url label,.m-form--div--date label,.m-form--div--email label,.m-form--div--textfield label,.m-form--div--text label,.m-form--div--managed-file textarea,.m-form--div--radio textarea,.m-form--div--checkbox textarea,.m-form--div--accept-data-protection-policy textarea,.m-form--div--search textarea,.m-form--div--password textarea,.m-form--div--number textarea,.m-form--div--textarea textarea,.m-form--div--iban textarea,.m-form--div--tel textarea,.m-form--div--select textarea,.m-form--div--url textarea,.m-form--div--date textarea,.m-form--div--email textarea,.m-form--div--textfield textarea,.m-form--div--text textarea,.m-form--div--managed-file input,.m-form--div--radio input,.m-form--div--checkbox input,.m-form--div--accept-data-protection-policy input,.m-form--div--search input,.m-form--div--password input,.m-form--div--number input,.m-form--div--textarea input,.m-form--div--iban input,.m-form--div--tel input,.m-form--div--select input,.m-form--div--url input,.m-form--div--date input,.m-form--div--email input,.m-form--div--textfield input,.m-form--div--text input{font-size:1.2857142857rem;color:#828282}@media(max-width: 767px){.m-form--div--managed-file .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--radio .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--checkbox .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--accept-data-protection-policy .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--search .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--password .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--number .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--textarea .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--iban .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--tel .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--select .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--url .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--date .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--email .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--textfield .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--text .select2-container--default .select2-selection__rendered .select2-selection__placeholder,.m-form--div--managed-file label,.m-form--div--radio label,.m-form--div--checkbox label,.m-form--div--accept-data-protection-policy label,.m-form--div--search label,.m-form--div--password label,.m-form--div--number label,.m-form--div--textarea label,.m-form--div--iban label,.m-form--div--tel label,.m-form--div--select label,.m-form--div--url label,.m-form--div--date label,.m-form--div--email label,.m-form--div--textfield label,.m-form--div--text label,.m-form--div--managed-file textarea,.m-form--div--radio textarea,.m-form--div--checkbox textarea,.m-form--div--accept-data-protection-policy textarea,.m-form--div--search textarea,.m-form--div--password textarea,.m-form--div--number textarea,.m-form--div--textarea textarea,.m-form--div--iban textarea,.m-form--div--tel textarea,.m-form--div--select textarea,.m-form--div--url textarea,.m-form--div--date textarea,.m-form--div--email textarea,.m-form--div--textfield textarea,.m-form--div--text textarea,.m-form--div--managed-file input,.m-form--div--radio input,.m-form--div--checkbox input,.m-form--div--accept-data-protection-policy input,.m-form--div--search input,.m-form--div--password input,.m-form--div--number input,.m-form--div--textarea input,.m-form--div--iban input,.m-form--div--tel input,.m-form--div--select input,.m-form--div--url input,.m-form--div--date input,.m-form--div--email input,.m-form--div--textfield input,.m-form--div--text input{font-size:1.0714285714rem}}.m-form__number,.m-form__textarea,.m-form__search,.m-form__iban,.m-form__tel,.m-form--select,.m-form__url,.m-form__date,.m-form__email,.m-form__textfield,.m-form__password,.m-form__text{outline:none;background-color:#ececec;color:#828282;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ececec;height:48px;line-height:24px}.error.m-form__number,.error.m-form__textarea,.error.m-form__search,.error.m-form__iban,.error.m-form__tel,.error.m-form--select,.error.m-form__url,.error.m-form__date,.error.m-form__email,.error.m-form__textfield,.error.m-form__password,.error.m-form__text{border-color:#f5a03e}.m-form__required{margin-top:25px;float:left}.m-form__required .m-form__required_text{font-size:18px;line-height:1.44;color:#828282;text-align:left}@media(max-width: 767px){.m-form__required .m-form__required_text{font-size:14px;line-height:1.2}}.m-form__description-button{position:absolute;right:0;top:3px;width:42px;height:42px;padding:10px 17px 9px 14px;border-radius:4px;background-image:linear-gradient(42deg, var(--main-color-2) -35%, var(--main-color-1) 65%);cursor:pointer}@media(max-width: 767px){.m-form__description-button{right:-5px;top:5px;width:38px;height:38px}}.m-form__description-button:hover::before{opacity:1}.m-form__description-button::before{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;content:"";background-color:var(--main-color-2);opacity:0;border-radius:4px;z-index:1;position:absolute;right:0;top:0;width:42px;height:42px}@media print{.m-form__description-button::before{-webkit-transition:none;transition:none}}@media(max-width: 767px){.m-form__description-button::before{width:38px;height:38px}}.m-form__description-button::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='white'%3e%3cg%3e%3cpath d='M3.478 23c-1.265 0-2.192-.804-1.307-4.34l1.452-6.274c.253-1.005.294-1.406 0-1.406-.38 0-2.021.693-2.991 1.377L0 11.272C3.076 8.579 6.615 7 8.131 7c1.264 0 1.475 1.568.843 3.98l-1.661 6.594c-.295 1.165-.168 1.567.126 1.567.379 0 1.623-.484 2.845-1.489L11 18.657C8.008 21.793 4.742 23 3.478 23M8.41 0C10.137 0 11 1.022 11 2.19 11 3.65 9.5 5 7.547 5c-1.636 0-2.59-.84-2.545-2.226C5.002 1.606 6.138 0 8.41 0'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";width:11px;height:23px;position:absolute;z-index:2;right:16px;top:9px}@media(max-width: 767px){.m-form__description-button::after{width:10px;height:21px;right:15px;top:9px}}.m-form__description,[id$="--description"]{display:none;position:absolute;width:310px;height:auto;padding:20px;-webkit-box-shadow:0 2px 16px 0 rgba(163,163,163,.21);box-shadow:0 2px 16px 0 rgba(163,163,163,.21);background-color:#fff;right:-133px;bottom:calc(100% + 35px);z-index:10}.m-form__description.active,[id$="--description"].active{display:block}.m-form__description::after,[id$="--description"]::after{clip:rect(0px, 50px, 50px, 0px);-webkit-transform:rotate(45deg);transform:rotate(45deg);content:"";width:30px;height:30px;-webkit-box-shadow:0 2px 16px 0 rgba(163,163,163,.21);box-shadow:0 2px 16px 0 rgba(163,163,163,.21);background-color:#fff;position:absolute;bottom:-15px;left:0;right:0;margin:0 auto}@media(max-width: 1200px){.m-form__description::after,[id$="--description"]::after{-webkit-transform:rotate(315deg);transform:rotate(315deg);top:20px;bottom:auto;right:-15px;left:auto}}@media(max-width: 1200px){.m-form__description,[id$="--description"]{right:80px;top:10px;bottom:auto;padding:20px}}@media(max-width: 767px){.m-form__description,[id$="--description"]{padding:17px;width:220px;right:60px}}.m-form__description a,[id$="--description"] a{color:var(--link-color-1)}@media(max-width: 767px){.m-multistepform .m-form__description p,.m-multistepform [id$="--description"] p{margin-top:15px;margin-bottom:10px}}.m-form__description p:first-child,[id$="--description"] p:first-child{margin-top:0}.m-form__description p:last-child,[id$="--description"] p:last-child{margin-bottom:0}.m-form__error{position:fixed;width:100%;background-color:#c84c09;bottom:0;left:0;z-index:1000;text-align:center}@media(max-width: 767px){.m-form__error{text-align:left}}.m-form__error_msg{display:inline-block;padding:10px 10px 10px 40px;position:relative}@media(max-width: 767px){.m-form__error_msg{padding-left:28px;margin-left:6.5%}}.m-form__error_msg>span{display:block;padding:10px;color:#fff}.m-form__error_msg>span:before{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width: 767px){.m-form__error_msg>span:before{left:1px}}div.pg_forms__success_outer{text-align:center}div.pg_forms__success_outer .pg_forms__success__title{margin-top:70px;margin-bottom:90px}div.pg_forms__success{color:#8c81c0;font-weight:300;font-size:1.4285714286rem;line-height:1.3rem}@media(max-width: 767px){div.pg_forms__success{font-size:1.2857142857rem;line-height:1.4444444444rem}}h2.pg_forms__success__title{color:#f18700;display:inline-block;width:120px;margin-bottom:90px;font-size:2.7142857143rem;line-height:1.0526315789rem;font-weight:400;text-align:left}h2.pg_forms__success__title:before{color:#f18700;font-size:200px;top:-75px;left:-52px}@media(max-width: 767px){h2.pg_forms__success__title{margin-top:30px;margin-left:calc(50% - 60px)}}.pg_subscription_confirm_message{padding-bottom:150px}.pg_subscription_confirm_message a{color:#f18700}.m-form__required_fields_footer{margin-top:2.8571428571rem;color:#8c81c0;font-size:1.2857142857rem;text-align:left;position:relative}.m-form__required_fields_footer:before{content:"*"}.m-form__required_fields_footer:after{content:"";position:absolute;top:-8px;left:0;width:45px;height:1px;border-top:1px solid #8c81c0}.doi-form-success-message--temp{padding-top:40px;padding-bottom:80px}.form-item-mail{display:none}.form-item--error-message,.m-form--div--managed-file .form-managed-file .messages{font-size:16px;line-height:22px;padding:10px 17px;background-color:var(--main-color-1);color:#fff;width:100%;float:left}@media(max-width: 767px){.form-item--error-message,.m-form--div--managed-file .form-managed-file .messages{font-size:1.0714285714rem}}.m-form__spacer{height:20px}.m-node--form__form h2,.m-node--event__form h2{font-size:38px;font-weight:bold;line-height:1.6;margin-bottom:25px}@media(max-width: 767px){.m-node--form__form h2,.m-node--event__form h2{font-size:28px;line-height:1.3}}.m-node--form__form h3,.m-node--event__form h3{font-size:24px;font-weight:bold;line-height:1.25;margin:30px 0 20px}@media(max-width: 767px){.m-node--form__form h3,.m-node--event__form h3{font-size:20px;line-height:1.15}}.hidden-search{display:none !important}.vsb-menu{cursor:pointer;z-index:1000;display:block;visibility:hidden;position:absolute;background-color:#fff;font-size:11px;margin-top:-2px;-webkit-box-shadow:0 18px 16px 0 rgba(163,163,163,.21);box-shadow:0 18px 16px 0 rgba(163,163,163,.21);border:solid 2px #ccc;border-top:0}.vsb-js-search-zone{position:absolute;z-index:1001;width:80%;min-height:1.8em;padding:2px;background-color:#fff}.vsb-js-search-zone input{border:1px solid gray;margin-left:2px;width:96%;border-radius:4px;height:25px !important}.vsb-main{position:relative;display:inline-block;vertical-align:middle;text-align:left}.vsb-menu li{color:#c84c09;display:list-item;padding:10px}.vsb-menu li:hover{background:none;text-decoration:underline}.vsb-menu ul{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;white-space:nowrap;color:#333;cursor:pointer;overflow-y:auto;min-width:260px !important;padding:5px 40px 25px 20px}li.disabled{cursor:not-allowed;opacity:.3;background-color:#999}.vsb-main button{background-image:none;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border-radius:0;width:100%;text-align:left;z-index:1;background-color:#fff;border:solid 2px #ccc;padding:17px 22px}.vsb-main button:focus{outline:0}.vsb-main button span{font-weight:bold;color:#000}.vsb-main button.disabled{cursor:not-allowed;opacity:.65}.vsb-main .title{margin-right:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vsb-main ul{white-space:nowrap}.vsb-menu li.grouped-option{font-weight:bold;font-size:15px;padding-left:5px}.vsb-menu :not(.multi) li.active::before{content:"";display:inline-block;font-size:inherit;float:left;margin-left:-16px;-webkit-transform:rotate(45deg);transform:rotate(45deg);height:10px;width:5px;border-bottom:3px solid #000;border-right:3px solid #000;border-radius:2px}.vsb-menu .multi li{color:#c84c09;padding:5px 10px 5px 0;margin-left:37px;position:relative}.vsb-menu .multi li.grouped-option{font-weight:bold;font-size:15px;padding-left:5px}.vsb-menu .multi li:not(.grouped-option)::before{content:"";display:block;position:absolute;top:7px;left:-37px;width:18px;height:18px;border:solid 2px #ccc}.vsb-menu .multi li.active::after{content:"";display:block;position:absolute;top:7px;left:-37px;width:18px;height:18px;border:solid 2px #f5a03e;background-color:#f5a03e}.caret{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;content:"";display:block;width:19px;height:10px;position:absolute;right:27px;top:27px}@media print{.caret{-webkit-transition:none;transition:none}}.caret.rotate{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.m-form--fieldset{position:relative;margin-top:2.6428571429rem;margin-bottom:1.4285714286rem;border:0;padding:0;width:100%;zoom:1}.m-form--fieldset:before,.m-form--fieldset:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-form--fieldset:after{clear:both}@media(max-width: 767px){.m-form--fieldset{margin:0}}.m-form--fieldset legend{color:#000;float:left;margin-bottom:31px;display:block;width:100%}@media(max-width: 767px){.m-form--fieldset legend{margin-bottom:5px}}.m-form--fieldset.error .fieldset-wrapper .form-item--error-message,.m-form--fieldset.error .fieldset-wrapper .m-form--div--managed-file .form-managed-file .messages,.m-form--div--managed-file .form-managed-file .m-form--fieldset.error .fieldset-wrapper .messages{width:calc(100% + 185px);margin-left:-185px}@media(max-width: 767px){.m-form--fieldset.error .fieldset-wrapper .form-item--error-message,.m-form--fieldset.error .fieldset-wrapper .m-form--div--managed-file .form-managed-file .messages,.m-form--div--managed-file .form-managed-file .m-form--fieldset.error .fieldset-wrapper .messages{width:100%;margin-left:0;margin-bottom:5px}}.m-form--fieldset .fieldset-wrapper{width:100%;padding-left:185px;float:left;position:initial}@media(max-width: 767px){.m-form--fieldset .fieldset-wrapper{padding-left:0}}.m-form--fieldset.required legend>span:after{content:" *"}.m-form--fieldset .m-form--div--radio{float:left;width:100%}.m-form--fieldset.small{margin-top:3.5714285714rem}.m-form--fieldset.small legend{width:185px;margin-bottom:5px}@media(max-width: 767px){.m-form--fieldset.small legend{width:100%}}.m-form--fieldset.small .fieldset-wrapper{width:calc(100% - 185px);padding-left:0}@media(max-width: 767px){.m-form--fieldset.small .fieldset-wrapper{width:100%}}.m-form--fieldset.small .m-form--div--radio{width:auto;margin-right:20px}.m-form--fieldset+.m-form--fieldset{margin-top:4.2857142857rem}@media(max-width: 767px){.m-form--fieldset+.m-form--fieldset{margin-top:2.1428571429rem}}fieldset.hide-legend>legend{display:none}.m-form--div--friendlycaptcha{height:2px}.m-form__number,.m-form__textarea,.m-form__search,.m-form__iban,.m-form__tel,.m-form--select,.m-form__url,.m-form__date,.m-form__email,.m-form__textfield,.m-form__password,.m-form__text{background-color:#ececec;-webkit-appearance:none;outline:0 none;border-radius:0;padding:1.1428571429rem 1.2142857143rem 1rem 1.2142857143rem;width:100%}.m-form__number:invalid,.m-form__textarea:invalid,.m-form__search:invalid,.m-form__iban:invalid,.m-form__tel:invalid,.m-form--select:invalid,.m-form__url:invalid,.m-form__date:invalid,.m-form__email:invalid,.m-form__textfield:invalid,.m-form__password:invalid,.m-form__text:invalid{-webkit-box-shadow:none;box-shadow:none;border-radius:0}.has-value.m-form--div--number label,.has-value.m-form--div--textarea label,.has-value.m-form--div--iban label,.has-value.m-form--div--tel label,.has-value.m-form--div--select label,.has-value.m-form--div--url label,.has-value.m-form--div--date label,.has-value.m-form--div--email label,.has-value.m-form--div--textfield label,.has-value.m-form--div--password label,.has-value.m-form--div--text label,.is-focus.m-form--div--number label,.is-focus.m-form--div--textarea label,.is-focus.m-form--div--iban label,.is-focus.m-form--div--tel label,.is-focus.m-form--div--select label,.is-focus.m-form--div--url label,.is-focus.m-form--div--date label,.is-focus.m-form--div--email label,.is-focus.m-form--div--textfield label,.is-focus.m-form--div--password label,.is-focus.m-form--div--text label{top:0;left:18px;font-size:1rem;color:#828282;opacity:1;border-color:var(--main-color-1);-webkit-animation:fadeinout 2s linear forwards;animation:fadeinout 2s linear forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media(max-width: 767px){.has-value.m-form--div--number label,.has-value.m-form--div--textarea label,.has-value.m-form--div--iban label,.has-value.m-form--div--tel label,.has-value.m-form--div--select label,.has-value.m-form--div--url label,.has-value.m-form--div--date label,.has-value.m-form--div--email label,.has-value.m-form--div--textfield label,.has-value.m-form--div--password label,.has-value.m-form--div--text label,.is-focus.m-form--div--number label,.is-focus.m-form--div--textarea label,.is-focus.m-form--div--iban label,.is-focus.m-form--div--tel label,.is-focus.m-form--div--select label,.is-focus.m-form--div--url label,.is-focus.m-form--div--date label,.is-focus.m-form--div--email label,.is-focus.m-form--div--textfield label,.is-focus.m-form--div--password label,.is-focus.m-form--div--text label{display:block;position:relative;top:auto;left:auto;margin-bottom:3px;font-size:1.0714285714rem}}.m-form--div--number,.m-form--div--textarea,.m-form--div--iban,.m-form--div--tel,.m-form--div--select,.m-form--div--url,.m-form--div--date,.m-form--div--email,.m-form--div--textfield,.m-form--div--password,.m-form--div--text{zoom:1;width:100%}.m-form--div--number:before,.m-form--div--textarea:before,.m-form--div--iban:before,.m-form--div--tel:before,.m-form--div--select:before,.m-form--div--url:before,.m-form--div--date:before,.m-form--div--email:before,.m-form--div--textfield:before,.m-form--div--password:before,.m-form--div--text:before,.m-form--div--number:after,.m-form--div--textarea:after,.m-form--div--iban:after,.m-form--div--tel:after,.m-form--div--select:after,.m-form--div--url:after,.m-form--div--date:after,.m-form--div--email:after,.m-form--div--textfield:after,.m-form--div--password:after,.m-form--div--text:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-form--div--number:after,.m-form--div--textarea:after,.m-form--div--iban:after,.m-form--div--tel:after,.m-form--div--select:after,.m-form--div--url:after,.m-form--div--date:after,.m-form--div--email:after,.m-form--div--textfield:after,.m-form--div--password:after,.m-form--div--text:after{clear:both}.m-form--div--number label,.m-form--div--textarea label,.m-form--div--iban label,.m-form--div--tel label,.m-form--div--select label,.m-form--div--url label,.m-form--div--date label,.m-form--div--email label,.m-form--div--textfield label,.m-form--div--password label,.m-form--div--text label{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;position:absolute;z-index:1;top:34px;left:17px;cursor:text}@media print{.m-form--div--number label,.m-form--div--textarea label,.m-form--div--iban label,.m-form--div--tel label,.m-form--div--select label,.m-form--div--url label,.m-form--div--date label,.m-form--div--email label,.m-form--div--textfield label,.m-form--div--password label,.m-form--div--text label{-webkit-transition:none;transition:none}}.m-form--div--number label.form-required:after,.m-form--div--textarea label.form-required:after,.m-form--div--iban label.form-required:after,.m-form--div--tel label.form-required:after,.m-form--div--select label.form-required:after,.m-form--div--url label.form-required:after,.m-form--div--date label.form-required:after,.m-form--div--email label.form-required:after,.m-form--div--textfield label.form-required:after,.m-form--div--password label.form-required:after,.m-form--div--text label.form-required:after{content:" *"}@media(max-width: 767px){.m-form--div--number label,.m-form--div--textarea label,.m-form--div--iban label,.m-form--div--tel label,.m-form--div--select label,.m-form--div--url label,.m-form--div--date label,.m-form--div--email label,.m-form--div--textfield label,.m-form--div--password label,.m-form--div--text label{display:block;position:relative;top:auto;left:auto;margin-bottom:3px}}.is-focus.m-form--div--number input,.is-focus.m-form--div--textarea input,.is-focus.m-form--div--iban input,.is-focus.m-form--div--tel input,.is-focus.m-form--div--select input,.is-focus.m-form--div--url input,.is-focus.m-form--div--date input,.is-focus.m-form--div--email input,.is-focus.m-form--div--textfield input,.is-focus.m-form--div--password input,.is-focus.m-form--div--text input{border-color:#f5a03e}.has-value.m-form--div--number input,.has-value.m-form--div--textarea input,.has-value.m-form--div--iban input,.has-value.m-form--div--tel input,.has-value.m-form--div--select input,.has-value.m-form--div--url input,.has-value.m-form--div--date input,.has-value.m-form--div--email input,.has-value.m-form--div--textfield input,.has-value.m-form--div--password input,.has-value.m-form--div--text input,.is-focus.m-form--div--number input,.is-focus.m-form--div--textarea input,.is-focus.m-form--div--iban input,.is-focus.m-form--div--tel input,.is-focus.m-form--div--select input,.is-focus.m-form--div--url input,.is-focus.m-form--div--date input,.is-focus.m-form--div--email input,.is-focus.m-form--div--textfield input,.is-focus.m-form--div--password input,.is-focus.m-form--div--text input{color:#000}.m-form--div--text{width:100%}.m-form--div--number .m-form__description-button,.m-form--div--iban .m-form__description-button,.m-form--div--tel .m-form__description-button,.m-form--div--date .m-form__description-button,.m-form--div--email .m-form__description-button,.m-form--div--textfield .m-form__description-button{top:24px}@media(max-width: 767px){.m-form--div--number .m-form__description-button,.m-form--div--iban .m-form__description-button,.m-form--div--tel .m-form__description-button,.m-form--div--date .m-form__description-button,.m-form--div--email .m-form__description-button,.m-form--div--textfield .m-form__description-button{top:26px}}.m-form--div--number [id$="--description"],.m-form--div--iban [id$="--description"],.m-form--div--tel [id$="--description"],.m-form--div--date [id$="--description"],.m-form--div--email [id$="--description"],.m-form--div--textfield [id$="--description"]{bottom:calc(100% + 13px)}@media(max-width: 1200px){.m-form--div--number [id$="--description"],.m-form--div--iban [id$="--description"],.m-form--div--tel [id$="--description"],.m-form--div--date [id$="--description"],.m-form--div--email [id$="--description"],.m-form--div--textfield [id$="--description"]{bottom:initial}}.m-form--div--date label.visually-hidden{display:block;clip:auto;height:auto;overflow:auto;position:static;width:auto}.m-form--div--date input{color:transparent}.m-form--div--date.has-value input{color:#000}.m-form--div--date.has-value label,.m-form--div--date.is-focus label{right:calc(53px + 68px) !important}@media(max-width: 767px){.m-form--div--date.has-value label,.m-form--div--date.is-focus label{right:auto !important}}.m-form__date::-webkit-calendar-picker-indicator{display:none}.m-form--div--date__icon::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 29'%3e%3cpath fill='black' d='M25 4h-4v2h-2V4h-4v2h-2V4H9v2H7V4H2v23h29V4h-4v2h-2V4zm2-2h6v27H0V2h7V0h2v2h4V0h2v2h4V0h2v2h4V0h2v2zm-17 9h3v3h-3v-3zm0 5h3v3h-3v-3zm-5 0h3v3H5v-3zm5 5h3v3h-3v-3zm-5 0h3v3H5v-3zm10-10h3v3h-3v-3zm0 5h3v3h-3v-3zm0 5h3v3h-3v-3zm5-10h3v3h-3v-3zm0 5h3v3h-3v-3zm0 5h3v3h-3v-3zm5-10h3v3h-3v-3zm0 5h3v3h-3v-3z'/%3e%3c/svg%3e") center no-repeat;content:"";display:block;position:absolute;top:31px;right:80px;width:28px;height:28px}@media(max-width: 767px){.m-form--div--date__icon::before{top:31px;right:50px}}.m-form--div--select{width:100%;zoom:1;padding-top:0}.m-form--div--select:before,.m-form--div--select:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-form--div--select:after{clear:both}.m-form--div--select label{position:relative;top:auto;left:auto;width:185px;float:left;margin-top:14px;padding-right:5px;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media(max-width: 767px){.m-form--div--select label{width:100%;margin-top:0;margin-bottom:3px;display:block !important}}.m-form--div--select .choices{float:left;width:calc(100% - 185px)}@media(max-width: 767px){.m-form--div--select .choices{width:100%}}.m-form--div--select .choices__inner.has-value input,.m-form--div--select .choices__inner.is-focus input{color:#000}@media(max-width: 767px){.m-form--div--select .m-form__description-button{top:27px}}@media(max-width: 1200px){.m-form--div--select [id$="--description"]{top:-10px}}@media(max-width: 767px){.m-form--div--select [id$="--description"]{top:1px;bottom:auto}}@media(max-width: 767px){.m-form--div--select [id$="--description"]::after{top:30px}}.m-form--div--search{padding-top:0}.m-form--div--search label{display:none}.m-form__search{border-color:#fff}.m-form__pgnewsletterregisterform{width:54%;margin:0 auto 16px auto;text-align:center}@media(min-width: 1201px)and (max-width: 1350px){.m-form__pgnewsletterregisterform{width:70%}}@media(max-width: 767px),screen and (max-width: 1200px){.m-form__pgnewsletterregisterform{width:100%}}@media(max-width: 767px){.m-form__pgnewsletterregisterform{margin-bottom:18px}}.m-form__pgnewsletterregisterform .m-form--div--email{width:67%;margin-right:2.5%;float:left}.m-form__pgnewsletterregisterform .m-form--div--email>input{height:40px;padding-left:20px}@media(max-width: 767px){.m-form__pgnewsletterregisterform .m-form--div--email{width:100%;float:none;margin-right:0;margin-bottom:10px}}.m-form__pgnewsletterregisterform .m-form--div--email label{color:#fff;top:5px;font-size:1.2142857143rem;display:none}.m-form__pgnewsletterregisterform .m-form__email{background-color:transparent;border:1px solid #fff;color:#fff;padding:5px 10px;font-size:1.2142857143rem;width:calc(100% - 23px)}.m-form__pgnewsletterregisterform .m-form__email::-webkit-input-placeholder{color:#fff;opacity:1}.m-form__pgnewsletterregisterform .m-form__email::-moz-placeholder{color:#fff;opacity:1}.m-form__pgnewsletterregisterform .m-form__email:-ms-input-placeholder{color:#fff;opacity:1}.m-form__pgnewsletterregisterform .m-form__email::-ms-input-placeholder{color:#fff;opacity:1}.m-form__pgnewsletterregisterform .m-form__email::placeholder{color:#fff;opacity:1}.m-form__pgnewsletterregisterform .m-form__email:focus::-webkit-input-placeholder{color:#fff;opacity:.5}.m-form__pgnewsletterregisterform .m-form__email:focus::-moz-placeholder{color:#fff;opacity:.5}.m-form__pgnewsletterregisterform .m-form__email:focus:-ms-input-placeholder{color:#fff;opacity:.5}.m-form__pgnewsletterregisterform .m-form__email:focus::-ms-input-placeholder{color:#fff;opacity:.5}.m-form__pgnewsletterregisterform .m-form__email:focus::placeholder{color:#fff;opacity:.5}@media(max-width: 767px){.m-form__pgnewsletterregisterform .m-form__email{width:100%}}.m-form__pgnewsletterregisterform .m-form__submit{width:20%;float:left;font-size:1.2142857143rem}@media(max-width: 767px){.m-form__pgnewsletterregisterform .m-form__submit{width:100%;float:none}}.m-form__pgnewsletterregisterform__text{margin-bottom:37px;font-size:2.0714285714rem;line-height:1.3448275862rem;color:#fff}.m-form__pgnewsletterregisterform__text>span{display:block}@media(max-width: 767px){.m-form__pgnewsletterregisterform__text{font-size:1.5714285714rem;margin-bottom:14px}.m-form__pgnewsletterregisterform__text span{display:none}}.m-form__pgnewsletterregisterform__inner{zoom:1}.m-form__pgnewsletterregisterform__inner:before,.m-form__pgnewsletterregisterform__inner:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-form__pgnewsletterregisterform__inner:after{clear:both}.m-form__submit{-webkit-appearance:none;border-radius:0}@media(max-width: 767px){.m-form__submit{display:block;width:100%;padding:0 1.4285714286rem;text-align:center}}.m-form__submit.m-form__submit--nosteps{margin-top:50px;background-color:var(--main-color-1) !important;float:left !important}.m-form__submit.m-form__submit--nosteps:hover{background-color:var(--main-color-2) !important}.m-form__submit.m-form__submit--nosteps::after{display:none}.m-form__submit.m-form__submit--nextstep,.m-form__submit.m-form__submit--nosteps{-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;background-color:var(--main-color-1) !important;color:#fff;display:block;padding:8px 42px 8px 18px;border-radius:4px;border:0;min-width:166px;font-size:16px;line-height:1.62;float:right;position:relative}@media print{.m-form__submit.m-form__submit--nextstep,.m-form__submit.m-form__submit--nosteps{-webkit-transition:none;transition:none}}.m-form__submit.m-form__submit--nextstep::after,.m-form__submit.m-form__submit--nosteps::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:15px;height:20px;top:9px;position:absolute;right:15px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.m-form__submit.m-form__submit--nextstep:hover,.m-form__submit.m-form__submit--nosteps:hover{background-color:var(--main-color-2) !important}@media(max-width: 767px){.m-form__submit.m-form__submit--nextstep,.m-form__submit.m-form__submit--nosteps{width:auto}}.m-form__textarea{height:200px;width:100%}.m-form--div--textarea{-webkit-transition:.5s height linear;transition:.5s height linear}.m-form--div--textarea textarea{resize:none;padding-top:1.5rem}.m-form--div--textarea.is-focus .m-form__textarea{color:#000;min-height:200px}.m-form--div--textarea.is-focus label{top:4px;bottom:auto}.m-form__textarea.error:not(.is-focus){border-color:#c84c09}[data-hasdesc="1"].m-form__grid100,[data-hasdesc="1"].m-form__request_online_form_street,[data-hasdesc="1"].m-formgrid__big_small,[data-hasdesc="1"].m-form__request_online_form_zip_city,[data-hasdesc="1"].m-form__request_online_form_salutation_title,[data-hasdesc="1"].m-form__newsletter_subscribe_salutation_title,[data-hasdesc="1"].m-formgrid__small_big,[data-hasdesc="1"].m-form__request_online_form_names,[data-hasdesc="1"].m-form__newsletter_subscribe_names,[data-hasdesc="1"].m-formgrid__half{background-color:transparent}.m-form__request_online_form_zip_city>div:first-of-type,.m-form__request_online_form_salutation_title>div:first-of-type,.m-form__newsletter_subscribe_salutation_title>div:first-of-type,.m-formgrid__small_big>div:first-of-type{width:20%}.m-form__request_online_form_zip_city>div:last-of-type,.m-form__request_online_form_salutation_title>div:last-of-type,.m-form__newsletter_subscribe_salutation_title>div:last-of-type,.m-formgrid__small_big>div:last-of-type{width:78%}@media(max-width: 767px),screen and (max-width: 1200px){.m-form__request_online_form_zip_city>div:first-of-type,.m-form__request_online_form_salutation_title>div:first-of-type,.m-form__newsletter_subscribe_salutation_title>div:first-of-type,.m-formgrid__small_big>div:first-of-type,.m-form__request_online_form_zip_city>div:last-of-type,.m-form__request_online_form_salutation_title>div:last-of-type,.m-form__newsletter_subscribe_salutation_title>div:last-of-type,.m-formgrid__small_big>div:last-of-type{width:100%}}.m-form__request_online_form_street>div:first-of-type,.m-formgrid__big_small>div:first-of-type{width:78%}.m-form__request_online_form_street>div:last-of-type,.m-formgrid__big_small>div:last-of-type{width:20%}@media(max-width: 767px),screen and (max-width: 1200px){.m-form__request_online_form_street>div:first-of-type,.m-formgrid__big_small>div:first-of-type,.m-form__request_online_form_street>div:last-of-type,.m-formgrid__big_small>div:last-of-type{width:100%}}.m-form__grid100{width:100%}#search-api-page-block-form-search{display:block}.m-form__searchapipageblockformsearch{zoom:1}.m-form__searchapipageblockformsearch:before,.m-form__searchapipageblockformsearch:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-form__searchapipageblockformsearch:after{clear:both}.m-form__searchapipageblockformsearch .m-form--div--search{width:calc(100% - 100px);margin-bottom:0;float:left}.m-block--searchform .m-form__searchapipageblockformsearch .m-form--div--search{width:calc(100% - 300px);margin-bottom:0;float:left}@media(max-width: 1200px){.m-block--searchform .m-form__searchapipageblockformsearch .m-form--div--search{width:calc(100% - 250px)}}@media(max-width: 767px){.m-block--searchform .m-form__searchapipageblockformsearch .m-form--div--search{width:calc(100% - 100px)}}.m-form__searchapipageblockformsearch .m-form__submit{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background-color:#f5a03e;color:#fd7e14;text-indent:-9999px;height:77px;width:84px;border:0;margin-left:16px;font-size:0}@media print{.m-form__searchapipageblockformsearch .m-form__submit{-webkit-transition:none;transition:none}}@media(max-width: 767px){.m-form__searchapipageblockformsearch .m-form__submit{height:57px;display:inline-block}}.m-form__searchapipageblockformsearch .m-form__submit::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='white'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.47 9.46a8.079 8.079 0 008.014 8.186c4.441.057 8.112-3.568 8.163-8.06.05-4.402-3.551-8.06-7.988-8.115-4.515-.055-8.15 3.49-8.188 7.989m15.233 5.75L25 23.471 23.412 25l-8.196-8.339c-2.477 1.842-5.079 2.46-7.922 1.845-2.236-.483-4.04-1.686-5.421-3.519-2.805-3.72-2.42-8.968.892-12.27 3.314-3.303 8.486-3.622 12.22-.806 3.335 2.515 5.368 8.044 1.72 13.298'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";color:#fff;display:block;width:38px;height:38px;margin-left:25px}@media(max-width: 767px){.m-form__searchapipageblockformsearch .m-form__submit::before{height:32px;margin-left:5px}}.m-form__searchapipageblockformsearch .m-form__submit:hover,.m-form__searchapipageblockformsearch .m-form__submit:focus,.m-form__searchapipageblockformsearch .m-form__submit:active{background-color:#c84c09}.m-form__searchapipageblockformsearch .m-form__search{-webkit-transition:all 500ms ease-out;transition:all 500ms ease-out;width:100%;float:left;color:#000;background-color:#fff;border:1px solid #ccc;height:77px;padding:20px 65px 20px 42px;position:relative}@media print{.m-form__searchapipageblockformsearch .m-form__search{-webkit-transition:none;transition:none}}@media(max-width: 767px){.m-form__searchapipageblockformsearch .m-form__search{height:57px;line-height:57px;padding:20px 15px 20px 15px}}.m-form__searchapipageblockformsearch .m-form__search:focus{border-color:#f5a03e}.m-form__searchapipageblockformsearch .m-form__search::-webkit-search-cancel-button{-webkit-appearance:none}.m-form__searchapipageblockformsearch+h2{display:none}.m-form__searchapipageblockformsearch+h3{display:block;width:100%}.m-searchresults{margin-top:33px}.m-searchresults__title{margin-top:120px}@media(max-width: 1200px){.m-searchresults__title{margin-top:100px}}@media(max-width: 767px){.m-searchresults__title{margin-top:60px}}.m-searchresults__title span{color:#f18700}.m-searchfilter__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:60px}@media(max-width: 767px){.m-searchfilter__container{margin-top:23px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.m-searchresults__trigger{list-style-type:none;position:relative;margin-bottom:55px;padding-bottom:55px;border-bottom:1px solid #ccc}@media(max-width: 1200px){.m-searchresults__trigger{margin-bottom:45px;padding-bottom:45px}}@media(max-width: 767px){.m-searchresults__trigger{margin-bottom:30px;padding-bottom:30px}}.m-searchresults__trigger.results-count-holder{padding-bottom:0;margin-bottom:60px;margin-top:-60px}.m-searchresults__trigger.results-count-holder+.m-searchresults__trigger:before{display:none}.m-searchresults__trigger.empty-results-holder:not(:last-child){display:none}.m-searchresults__trigger.empty-results-holder+.m-searchresults__trigger:before{display:none}.m-searchresults__results-count{display:inline-block;border-bottom:3px solid #f18700;font-size:1.2857142857rem}.m-searchresult__title a{color:#f5a03e}.m-searchresult__title a:hover{color:#c84c09}.m-searchresult__snippet{margin-top:18px}.m-searchresult__snippet strong{color:#c84c09;font-weight:400}.m-searchresult__snippet strong:hover{border-bottom-style:dotted}.m-searchresult__flags{margin-bottom:20px}.m-searchresult__flagbundle,.m-searchresult__flagog{color:#828282;display:inline-block}.m-searchresult__flagog{display:none}.m-searchresult__flagbundle{text-transform:capitalize}.m-form--div--checkbox{margin-bottom:1.4285714286rem}.m-form--div--accept-data-protection-policy{margin-top:1.7857142857rem}.m-form--div--checkbox,.m-form--div--accept-data-protection-policy{zoom:1;padding:0 68px 0 185px}.m-form--div--checkbox:before,.m-form--div--accept-data-protection-policy:before,.m-form--div--checkbox:after,.m-form--div--accept-data-protection-policy:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-form--div--checkbox:after,.m-form--div--accept-data-protection-policy:after{clear:both}@media(max-width: 767px){.m-form--div--checkbox,.m-form--div--accept-data-protection-policy{padding:0 68px 0 0}}.m-form--div--checkbox input,.m-form--div--accept-data-protection-policy input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background:transparent;position:absolute;visibility:hidden;margin:0;padding:0;width:0;height:0}.m-form--div--checkbox input.required+label:after,.m-form--div--accept-data-protection-policy input.required+label:after{content:" *"}.m-form--div--checkbox label,.m-form--div--accept-data-protection-policy label{position:relative;color:#000;font-weight:normal;font-size:1.2857142857rem;line-height:1.4444444444rem;font-style:normal;display:block;padding-left:24px}@media(max-width: 767px){.m-form--div--checkbox label,.m-form--div--accept-data-protection-policy label{font-size:1.0714285714rem}}.m-form--div--checkbox label::before,.m-form--div--accept-data-protection-policy label::before{content:""}.m-form--div--checkbox label>a,.m-form--div--accept-data-protection-policy label>a{font-size:inherit;line-height:inherit;font-style:normal;color:var(--main-color-3)}.m-form--div--checkbox input[type=checkbox].error:not(:checked)+label::before,.m-form--div--accept-data-protection-policy input[type=checkbox].error:not(:checked)+label::before{border-color:#c84c09;content:""}.m-form--div--checkbox input[type=checkbox]:checked+label::before,.m-form--div--accept-data-protection-policy input[type=checkbox]:checked+label::before,.m-form--div--checkbox input[type=checkbox]:not(:checked)+label::before,.m-form--div--accept-data-protection-policy input[type=checkbox]:not(:checked)+label::before{display:block;float:left;width:14px;height:14px;position:absolute;left:0;top:2px;border:2px solid #ccc;background:#fff;margin-right:13px;content:""}@media(max-width: 767px){.m-form--div--checkbox input[type=checkbox]:checked+label::before,.m-form--div--accept-data-protection-policy input[type=checkbox]:checked+label::before,.m-form--div--checkbox input[type=checkbox]:not(:checked)+label::before,.m-form--div--accept-data-protection-policy input[type=checkbox]:not(:checked)+label::before{margin-right:5px}}.m-form--div--checkbox input[type=checkbox]:hover+label::before,.m-form--div--accept-data-protection-policy input[type=checkbox]:hover+label::before{background-color:var(--main-color-3)}.m-form--div--checkbox input[type=checkbox]:checked+label::before,.m-form--div--accept-data-protection-policy input[type=checkbox]:checked+label::before{content:"";color:#fff;font-size:11px;line-height:14px;border-color:var(--main-color-3);background-color:var(--main-color-3)}@media(max-width: 767px){.m-form--div--checkbox,.m-form--div--accept-data-protection-policy{width:auto}}@media(max-width: 1200px){.m-form--div--checkbox [id$="--description"],.m-form--div--accept-data-protection-policy [id$="--description"]{top:-10px}}.dpp-wrapper{padding-top:11px}.dpp-wrapper .m-form--div--checkbox{padding:0 68px 0 0}.m-form--div--radio{margin-bottom:0.7142857143rem}.m-form--div--radio{width:100%;padding-top:0}.m-form--div--radio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background:transparent;position:absolute;visibility:hidden;margin:0;padding:0;width:0;height:0}.m-form--div--radio input.required+label:after{content:" *"}.m-form--div--radio label{color:#000;font-weight:normal;font-size:1.2857142857rem;line-height:1.4444444444rem;font-style:normal;padding-left:24px;position:relative;display:block}@media(max-width: 767px){.m-form--div--radio label{font-size:1.0714285714rem}}.m-form--div--radio label::before{content:""}.m-form--div--radio label>a{font-size:inherit;line-height:inherit;font-style:normal;color:var(--main-color-3)}.m-form--div--radio input[type=radio].error:not(:checked)+label::before{border-color:#c84c09;content:""}.m-form--div--radio input[type=radio]:checked+label::before,.m-form--div--radio input[type=radio]:not(:checked)+label::before{display:block;float:left;width:14px;height:14px;position:absolute;left:0;top:2px;border:2px solid #ccc;background:#fff;margin-right:13px;content:""}@media(max-width: 767px){.m-form--div--radio input[type=radio]:checked+label::before,.m-form--div--radio input[type=radio]:not(:checked)+label::before{margin-right:5px}}.m-form--div--radio input[type=radio]:checked+label::before,.m-form--div--radio input[type=radio]:not(:checked)+label::before{border-radius:30px}.m-form--div--radio input[type=radio]:hover+label::before{background-color:var(--main-color-3)}.m-form--div--radio input[type=radio]:checked+label::before{content:"";color:#fff;font-size:11px;line-height:14px;border-color:var(--main-color-3);background-color:var(--main-color-3)}@media(max-width: 767px){.m-form--div--radio{width:auto}}.m-form__userloginform{max-width:440px;width:100%;padding:45px;margin:0 auto;border-image-source:linear-gradient(45deg, #c84c09 0%, #059ec7 20%, #008d78 40%, #940053 60%, #bec501 80%, #4a2f70 100%);border-style:solid;border-width:6px;border-image-slice:1}@media(max-width: 767px){.m-form__userloginform{margin:100px auto 100px !important}}.m-form__userloginform .m-form__description-button,.m-form__userloginform .m-form__description{display:none}.m-form__userloginform .m-form__textfield,.m-form__userloginform .m-form__password{background-color:#181717;color:#fff !important;border-image-source:linear-gradient(45deg, #4a2f70 0%, #bec501 20%, #940053 40%, #008d78 60%, #0089ae 80%, #c84c09 100%);border-style:solid;border-width:1px;border-image-slice:1}.m-form__userloginform .m-form--div--textfield label,.m-form__userloginform .m-form--div--password label{color:#fff !important}.m-form__userloginform button{width:100%;border-radius:0;background-color:#444;border:1px solid #666;color:#fff;position:relative}.m-form__userloginform button:hover,.m-form__userloginform button:focus{background-color:#666}@media(max-width: 767px){.m-form__userloginform{padding:20px;margin:100px 20px 0;max-width:calc(100% - 40px)}}body.path-user{background-color:#181717;height:100%}body.path-user .m-headerimage,body.path-user .m-footer__upper{display:none}body.path-user footer{position:absolute;bottom:0}body.path-user .m-block--gvl_content{margin:0}body.path-user .dialog-off-canvas-main-canvas{height:100%}body.path-user .l-page{position:relative;top:30%;-webkit-transform:translateY(-33%);transform:translateY(-30%)}@media(max-width: 767px){body.path-user .l-page{position:relative;top:auto;-webkit-transform:none;transform:none}body.path-user footer{position:relative}}img[data-drupal-selector=edit-captcha-image]{margin-bottom:2.5rem}.m-form--div--number{width:100%}.m-form__number{-webkit-appearance:none;-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.m-form--div--managed-file{zoom:1}.m-form--div--managed-file:before,.m-form--div--managed-file:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-form--div--managed-file:after{clear:both}.m-form--div--managed-file .m-form__submit{background-color:#828282}.m-form--div--managed-file .m-form__submit[name=file_upload_button]{display:none}.m-form--div--managed-file .m-form__submit:hover{background-color:#828282}.m-form--div--managed-file .m-form__showing_description{bottom:calc(100% - 25px)}@media(max-width: 1200px){.m-form--div--managed-file .m-form__showing_description{top:53px;bottom:initial}}@media(max-width: 767px){.m-form--div--managed-file .m-form__showing_description{top:50px}}.m-form--div--managed-file .m-form__description-button{top:auto;bottom:11px}.m-form--div--managed-file .form-managed-file{margin-top:12px;background-color:#ececec;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:63px;padding:0 22px}@media(max-width: 767px){.m-form--div--managed-file .form-managed-file{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;min-height:63px;padding:12px 16px 16px}}.m-form--div--managed-file .form-managed-file input[type=file]{margin:0;padding:0;border:none;width:100%}.m-form--div--managed-file .form-managed-file>span.file>a,.m-form--div--managed-file .form-managed-file>span.file{font-size:1.0714285714rem}@media(max-width: 767px){.m-form--div--managed-file .form-managed-file>span.file>a,.m-form--div--managed-file .form-managed-file>span.file{word-break:break-all}}.m-form--div--managed-file .form-managed-file .ajax-progress{display:none}@media(max-width: 767px){.m-form--div--managed-file .form-managed-file .m-form__submit{margin-top:6px}}#m-multistepform [data-drupal-messages]{display:none}.m-multistepform{zoom:1;width:100%;max-width:795px;margin:0 auto}.m-multistepform:before,.m-multistepform:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-multistepform:after{clear:both}@media(max-width: 1200px){.m-multistepform{max-width:100%}}.m-multistepform .m-form__submit.m-form__submit--nextstep,.m-multistepform .m-form__submit.m-form__submit--nosteps{margin-right:68px}@media(max-width: 767px){.m-multistepform .m-form__submit.m-form__submit--nextstep,.m-multistepform .m-form__submit.m-form__submit--nosteps{margin-right:40px}}.m-multistepform .m-form--fieldset{padding:0 68px 0 0}@media(max-width: 767px){.m-multistepform .m-form--fieldset{padding:0 40px 0 0}}.m-multistepform p{margin:15px 0}@media(max-width: 767px){.m-multistepform p{margin-top:25px;margin-bottom:20px}}.m-multistepform .m-form-qctag,.m-multistepform .m-form--div--friendlycaptcha,.m-multistepform .m-form--div--managed-file,.m-multistepform .m-form--div--textfield,.m-multistepform .m-form--div--number,.m-multistepform .m-form--div--date,.m-multistepform .m-form--div--email,.m-multistepform .m-form--div--password,.m-multistepform .m-form--div--select,.m-multistepform .m-form--div--tel,.m-multistepform .m-form--div--text,.m-multistepform .m-form--div--iban,.m-multistepform .m-form--div--textarea,.m-multistepform .m-form--div--url{padding-right:68px}@media(max-width: 767px){.m-multistepform .m-form-qctag,.m-multistepform .m-form--div--friendlycaptcha,.m-multistepform .m-form--div--managed-file,.m-multistepform .m-form--div--textfield,.m-multistepform .m-form--div--number,.m-multistepform .m-form--div--date,.m-multistepform .m-form--div--email,.m-multistepform .m-form--div--password,.m-multistepform .m-form--div--select,.m-multistepform .m-form--div--tel,.m-multistepform .m-form--div--text,.m-multistepform .m-form--div--iban,.m-multistepform .m-form--div--textarea,.m-multistepform .m-form--div--url{padding-right:40px}}.pg-forms-openbudgets-form .fieldset-legend{font-size:24px;font-weight:bold;line-height:1.25;display:block;padding:75px 0 20px}@media(max-width: 767px){.pg-forms-openbudgets-form .fieldset-legend{font-size:20px;line-height:1.15}}.pg-forms-openbudgets-form .m-form-qctag [name=takes_info],.pg-forms-openbudgets-form .m-form-qctag [name=shooting_days_info]{margin-top:-10px;margin-bottom:0;font-size:1.2857142857rem;font-style:italic;color:#828282}@media(max-width: 767px){.pg-forms-openbudgets-form .m-form-qctag [name=takes_info],.pg-forms-openbudgets-form .m-form-qctag [name=shooting_days_info]{font-size:1.0714285714rem;margin-bottom:20px}}.m-form__newsletter_unsubscribe_newsletter_grid,.m-form__newsletter_subscribe_newsletter_select_grid{text-align:center}.m-form__newsletter_unsubscribe_newsletter_grid>div:last-child,.m-form__newsletter_subscribe_newsletter_select_grid>div:last-child,.m-form__newsletter_unsubscribe_newsletter_grid>div:first-child,.m-form__newsletter_subscribe_newsletter_select_grid>div:first-child{display:inline-block;width:auto;float:none;margin-bottom:0}.m-form__newsletter_unsubscribe_newsletter_grid>div:last-child,.m-form__newsletter_subscribe_newsletter_select_grid>div:last-child{margin-left:50px}.m-form__newsletter_subscribe_required{margin-top:2.8571428571rem;color:#8c81c0;font-size:1.2857142857rem;text-align:left;position:relative}.m-form__newsletter_subscribe_required:before{content:"*"}.m-form__newsletter_subscribe_required:after{content:"";position:absolute;top:-8px;left:0;width:45px;height:1px;border-top:1px solid #8c81c0}.m-form__newsletter_unsubscribe_newsletter_grid{padding-bottom:20px}.m-form__request_online_form_zip_city{padding-bottom:30px}.m-formsteps{list-style-type:none;overflow:hidden;margin:0 -5px 60px}@media(max-width: 767px){.m-formsteps{margin-bottom:30px}}.m-formsteps__trigger{float:left;margin:0 12px 12px 0}.m-formsteps__trigger.is-active a,.m-formsteps__trigger.is-active span{background-color:#fff;color:var(--main-color-1);border-color:var(--main-color-1)}.m-formsteps__trigger a,.m-formsteps__trigger span{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;border-radius:4px;background-color:#ccc;padding:4px 24px;color:#fff;font-size:15px;line-height:1.6;display:block}@media print{.m-formsteps__trigger a,.m-formsteps__trigger span{-webkit-transition:none;transition:none}}@media(max-width: 767px){.m-formsteps__trigger a,.m-formsteps__trigger span{min-width:initial}}.m-formsteps__trigger span{border-radius:4px;border:solid 1px #ccc}.m-formsteps__trigger a{border-radius:4px;border:solid 1px var(--main-color-1);background-color:var(--main-color-1);color:#fff}.m-formsteps__trigger:not(.is-active) a:hover{background-color:#fff;color:var(--main-color-1)}.m-formsteps__trigger div.ajax-progress{display:none}.m-node--form__forminner{margin:0 auto}.m-block--facetsblock h2,.m-block--facetsblock .facet-block__title{display:none}.m-block--facetsblock .vsb-menu{width:100%}.m-block--facetsblock .vsb-menu ul{padding-left:12px}.m-block--facetsblock .vsb-menu :not(.multi) li.active::before{display:none}.m-block--searchsorting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.l-page--search[data-result-count="0"] .m-block--searchsorting{display:none}@media(max-width: 767px){.m-block--searchsorting{margin-top:17px}}.m-block--searchsorting h2::after{content:":"}.m-block--searchsorting ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:2px;margin-top:2px;list-style:none}.m-block--searchsorting ul li{margin-left:18px}.m-block--searchsorting ul li a{color:#c84c09;border-bottom:2px solid #fff;display:inline-block}.m-block--searchsorting ul li a:hover,.m-block--searchsorting ul li a.is-active{border-bottom-color:var(--link-color-1)}.m-block--gvl_breadcrumbs__container{margin-bottom:32px}.m-block--gvl_breadcrumbs__col{zoom:1}.m-block--gvl_breadcrumbs__col:before,.m-block--gvl_breadcrumbs__col:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-block--gvl_breadcrumbs__col:after{clear:both}.m-block--gvl_breadcrumbs{float:left;width:calc(100% - 180px)}@media(max-width: 767px){.m-block--gvl_breadcrumbs{width:100%}}.m-block--gvl_breadcrumbs__social-share{float:right;width:180px}@media(max-width: 767px){.m-block--gvl_breadcrumbs__social-share{width:100%;float:left;margin-top:10px}}.m-block--dov_breadcrumbs__list{zoom:1}.m-block--dov_breadcrumbs__list:before,.m-block--dov_breadcrumbs__list:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-block--dov_breadcrumbs__list:after{clear:both}.m-block--dov_breadcrumbs__list__trigger{float:left;margin-right:5px}.m-block--dov_breadcrumbs__list__trigger::after{content:"/";font-weight:400;color:#828282;padding-left:4px}.m-block--dov_breadcrumbs__list__trigger a{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;color:#828282;font-weight:400}@media print{.m-block--dov_breadcrumbs__list__trigger a{-webkit-transition:none;transition:none}}.m-block--dov_breadcrumbs__list__trigger a:hover{color:var(--link-color-1)}.m-block--dov_breadcrumbs__list__trigger:last-child::after{display:none}.m-paragraph--headlineintro__richtext{margin-top:20px}.m-paragraph--headlineintro__richtext table{width:calc(100% + 200px) !important;margin-left:-100px;margin-right:-100px}@media(max-width: 1200px){.m-paragraph--headlineintro__richtext table{width:100% !important;margin-left:0;margin-right:0}}.m-paragraph--factbox__inner.center{margin-top:0}.m-paragraph--factbox__inner.center .m-paragraph--factbox__text{margin-top:0}.m-paragraph--factbox__mediaimage{position:absolute;padding-bottom:37.25%;max-width:800px;width:100%}@media(max-width: 1200px){.m-paragraph--factbox__mediaimage{max-width:50%}}@media(max-width: 767px){.m-paragraph--factbox__mediaimage{position:relative;padding-bottom:0;max-width:100%}}.m-paragraph--factbox__mediaimage img{position:absolute;max-height:650px;max-width:100%;width:auto;height:auto}@media(max-width: 767px){.m-paragraph--factbox__mediaimage img{position:relative;max-height:none}}.m-paragraph--factbox__text{margin-top:271px}@media(max-width: 1200px){.m-paragraph--factbox__text{margin-top:121px}}@media(max-width: 767px){.m-paragraph--factbox__text{margin-top:0}}.m-paragraph--factbox__text-box{padding:66px 50px 68px 68px;position:relative}@media(max-width: 1200px){.m-paragraph--factbox__text-box{padding:40px}}@media(max-width: 767px){.m-paragraph--factbox__text-box{padding:25px}}.m-paragraph--factbox__text-box::before{background-image:linear-gradient(56deg, var(--gradient-background-color-1) -33%, var(--gradient-background-color-2) 63%);content:"";position:absolute;left:0;top:0;bottom:0;right:0;opacity:.9}@media(max-width: 767px){.m-paragraph--factbox__text-center{padding-left:0;padding-right:0}}.m-paragraph--factbox__linetext{color:#fff}.m-paragraph--factbox__puretext{color:#fff;margin-top:17px}.m-paragraph--factbox__richtext{width:100%;margin-top:47px}@media(max-width: 1200px){.m-paragraph--factbox__richtext{margin-top:37px}}@media(max-width: 767px){.m-paragraph--factbox__richtext{margin-top:30px}}.m-paragraph--factbox__richtext ul{list-style-type:none;padding-left:27px;margin-top:-35px}@media(max-width: 1200px){.m-paragraph--factbox__richtext ul{margin-top:-25px}}@media(max-width: 767px){.m-paragraph--factbox__richtext ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:0}}.m-paragraph--factbox__richtext ul li{float:left;padding-right:70px;padding-left:31px;margin-top:35px;position:relative;color:#fff;font-weight:normal}@media(max-width: 1200px){.m-paragraph--factbox__richtext ul li{padding-right:30px;padding-left:20px;margin-top:25px}}@media(max-width: 767px){.m-paragraph--factbox__richtext ul li{padding-left:23px;padding-right:0}}@media(max-width: 767px){.m-paragraph--factbox__richtext ul li:last-child{margin-bottom:0}}.m-paragraph--factbox__richtext ul li::before{content:"";width:10px;height:10px;border-radius:10px;background-color:#fff;position:absolute;left:0;top:6px}.m-paragraph--factbox__richtext ul li a{color:#fff !important;border-bottom-color:#fff !important}.m-node--frontpage .m-paragraph--tileslist,.m-paragraph--tileslist[data-hasimage="0"]{padding-top:64px}.m-paragraph--tileslist__bg{background-color:#ececec;background-size:cover}@media(max-width: 1200px){.m-paragraph--tileslist__bg{background-image:none !important}}.m-paragraph--tileslist__container{position:relative;padding-top:113px;padding-bottom:125px}.m-paragraph--tileslist__container::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:-64px;right:180px;bottom:auto;left:auto;width:130px;height:130px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}@media(max-width: 1200px){.m-paragraph--tileslist__container{padding-bottom:90px}}@media(max-width: 767px){.m-paragraph--tileslist__container{padding-bottom:70px}}@media(max-width: 1200px){.m-paragraph--tileslist__container::before{right:60px}}@media(max-width: 767px){.m-paragraph--tileslist__container::before{right:0}}.m-paragraph--tileslist[data-hasimage="1"] .m-paragraph--tileslist__container::before{display:none}.m-node--frontpage .m-paragraph--tileslist[data-hasimage="1"] .m-paragraph--tileslist__container::before{display:block}@media(max-width: 1200px){.m-paragraph--tileslist__text{padding:0}}.m-paragraph--tileslist__linetext{margin-bottom:20px}@media(max-width: 1200px){.m-paragraph--tileslist__tiles{padding:0}}.m-paragraph--tileslist__tilelist{margin-top:58px}@media(max-width: 1200px){.m-paragraph--tileslist__tilelist{margin-top:38px}}@media(max-width: 767px){.m-paragraph--tileslist__tilelist{margin-top:23px}}.m-paragraph--tileslist__tile{margin-top:20px}.m-paragraph--highlightbox1__inner{border-image-source:linear-gradient(64deg, var(--gradient-square-1) -33%, var(--gradient-square-2) 63%);padding:75px 96px 70px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}@media(max-width: 1200px){.m-paragraph--highlightbox1__inner{padding:50px}}@media(max-width: 767px){.m-paragraph--highlightbox1__inner{padding:25px}}.m-paragraph--highlightbox__linetext{margin-bottom:25px}.m-paragraph--highlightbox__link{margin-top:21px}.m-paragraph--highlightbox2__mediaimage img{width:100%;height:auto}.m-paragraph--highlightbox2__content{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 1200px){.m-paragraph--highlightbox2[data-hasimage="1"] .m-paragraph--highlightbox2__content{display:block;margin-top:55px}}@media(max-width: 767px){.m-paragraph--highlightbox2[data-hasimage="1"] .m-paragraph--highlightbox2__content{margin-top:0}}.m-paragraph--highlightbox2__textwrapper{background-color:#828282;color:#fff;padding:62px 46px 62px 51px}@media(max-width: 1200px){.m-paragraph--highlightbox2__textwrapper{padding:52px 36px 52px 41px}}@media(max-width: 767px){.m-paragraph--highlightbox2__textwrapper{padding:25px}}.m-paragraph--highlightbox2__richtext{margin-top:17px}.m-paragraph--highlightbox2__richtext a{color:#fff !important;border-bottom-color:#fff !important}.m-paragraph--highlightbox2__link{margin-top:23px}.m-paragraph--highlightbox2__link a{text-decoration:none}.m-paragraph--youtubevideo__linetext{margin-bottom:20px}.m-paragraph--youtubevideo__puretext{margin-bottom:76px}.m-paragraph--youtube-video__video{position:relative;position:relative;padding-bottom:56.25%;height:0}.m-paragraph--youtube-video__video::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:auto;right:auto;bottom:-52px;left:-74px;width:146px;height:146px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}@media(max-width: 767px){.m-paragraph--youtube-video__video::before{display:none}}.m-paragraph--youtube-video__clickable{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.m-paragraph--youtube-video__clickable>iframe{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%}.m-paragraph--youtube-video__preview-image img{width:100%;height:auto}.m-paragraph--youtubevideo__caption{padding-left:100px;margin-top:9px}@media(max-width: 767px){.m-paragraph--youtubevideo__caption{padding-left:0;margin-top:6px}}.m-paragraph--textbildkombinationen[data-withbackground="1"]{background-color:#ececec;padding:100px 0}.m-paragraph--textbildkombinationen[data-layout=right] .m-paragraph--textbildkombinationen__inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__imagewrapper{margin:40px auto 0;text-align:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.m-paragraph--textbildkombinationen__link{display:block}.m-paragraph--textbildkombinationen__mediaimage img{width:100%;height:auto}@media(max-width: 1200px){.m-paragraph--textbildkombinationen__contentwrapper{margin-top:25px}}.m-paragraph--textbildkombinationen[data-hasimage="0"] .m-paragraph--textbildkombinationen__contentwrapper,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__contentwrapper{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media(max-width: 767px){.m-paragraph--textbildkombinationen[data-hasimage="0"] .m-paragraph--textbildkombinationen__contentwrapper,.m-paragraph--textbildkombinationen[data-layout=center] .m-paragraph--textbildkombinationen__contentwrapper{margin-top:0}}.m-paragraph--textbildkombinationen__linetext{margin-bottom:20px}.m-paragraph--flexelement__linetext{margin-bottom:20px}.m-paragraph--flexelement__richtext table{width:calc(100% + 200px) !important;margin-left:-100px;margin-right:-100px}@media(max-width: 1200px){.m-paragraph--flexelement__richtext table{width:100% !important;margin-left:0;margin-right:0}}@media(max-width: 1200px){.m-paragraph--calltoactionboxes1__boxreferences{margin-top:-40px}}.m-paragraph--calltoactionboxes1__boxreferences>div{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 1200px){.m-paragraph--calltoactionboxes1__boxreferences>div{margin-top:40px}}.m-paragraph--calltoactionbox1{border-image-source:linear-gradient(64deg, var(--gradient-square-1) -33%, var(--gradient-square-2) 63%);padding:59px 33px 59px 33px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1;text-align:center;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media(max-width: 1200px){.m-paragraph--calltoactionbox1{padding-bottom:55px}}@media(max-width: 767px){.m-paragraph--calltoactionbox1{padding-top:50px;padding-bottom:50px}}.m-paragraph--calltoactionbox1[data-hasicon="1"]{margin-top:38px}@media(max-width: 767px){.m-paragraph--calltoactionbox1[data-hasicon="1"]{margin-top:29px}}.m-paragraph--calltoaction1[data-count="3"] .m-paragraph--calltoactionbox1[data-hasicon="1"]{margin-top:0}@media(max-width: 767px){.m-paragraph--calltoaction1[data-count="3"] .m-paragraph--calltoactionbox1[data-hasicon="1"]{margin-top:29px}}.m-paragraph--calltoactionbox1__icon{display:block}.m-paragraph--calltoactionbox1__icon [data-icon]{position:relative;display:block;width:77px;height:66px;margin:0 auto}.m-paragraph--calltoactionbox1__icon [data-icon]::before{content:"";position:absolute;left:0;top:0;width:77px;height:66px}.m-paragraph--calltoactionbox1__icon [data-icon=group]::before{background:var(--icon-group-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=lupe]::before{background:var(--icon-labelsearch-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=world]::before{background:var(--icon-world-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=document]::before{background:var(--icon-contracts-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=folder]::before{background:var(--icon-folder-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=sign]::before{background:var(--icon-sign-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=speaker]::before{background:var(--icon-headphones-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=music]::before,.m-paragraph--calltoactionbox1__icon [data-icon=vinyl]::before{background:var(--icon-label-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=exclamationmark]::before{background:var(--icon-ausrufezeichen-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=bass]::before{background:var(--icon-bass-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=movie]::before{background:var(--icon-film-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=questionmark]::before{background:var(--icon-fragezeichen-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=info]::before{background:var(--icon-info-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=note]::before{background:var(--icon-note-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=trompete]::before{background:var(--icon-trompete-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=violine]::before{background:var(--icon-violine-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=coins]::before{background:var(--icon-coins-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon=shaking-hands]::before{background:var(--icon-shaking-hands-color-1)}.m-paragraph--calltoactionbox1__icon [data-icon]{position:absolute;width:129px;height:90px;left:27px;top:-43px;background-color:#fff;text-align:center}@media(max-width: 1200px){.m-paragraph--calltoactionbox1__icon [data-icon]{width:110px;height:80px}}@media(max-width: 767px){.m-paragraph--calltoactionbox1__icon [data-icon]{width:90px;height:60px;left:20px;top:-34px}}.m-paragraph--calltoactionbox1__icon [data-icon]::before{left:calc(50% - 45px);width:90px;height:90px}@media(max-width: 1200px){.m-paragraph--calltoactionbox1__icon [data-icon]::before{left:calc(50% - 40px);width:80px;height:80px}}@media(max-width: 767px){.m-paragraph--calltoactionbox1__icon [data-icon]::before{left:calc(50% - 30px);width:60px;height:60px}}.m-paragraph--calltoaction1[data-count="3"] .m-paragraph--calltoactionbox1__icon{display:none}@media(max-width: 767px){.m-paragraph--calltoaction1[data-count="3"] .m-paragraph--calltoactionbox1__icon{display:block}}.m-paragraph--calltoactionbox1__linetext{width:100%}@media(max-width: 1200px){.m-paragraph--calltoactionbox1__linetext{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.m-paragraph--calltoactionbox1__link{margin-top:20px;font-size:0}.m-paragraph--calltoactionbox1__link a{min-width:274px}@media(max-width: 1200px){.m-paragraph--calltoactionbox1__link a{min-width:auto}}.m-paragraph--calltoaction2__inner{overflow:hidden}@media(max-width: 1200px){.m-paragraph--calltoactionboxes2__boxreferences{margin-top:-4px}}@media(max-width: 1200px){.m-paragraph--calltoactionboxes2__boxreferences>div{margin-top:4px}}.m-paragraph--calltoactionbox2{padding:106px 50px 111px 50px;color:#fff;text-align:center;position:relative;background-size:cover;height:100%}@media(max-width: 1200px){.m-paragraph--calltoactionbox2{background-image:none !important;padding-top:76px;padding-bottom:71px}}@media(max-width: 767px){.m-paragraph--calltoactionbox2{padding:56px 40px 51px 40px}}.m-paragraph--calltoactionbox2::before{background-color:var(--background-color-1);content:"";position:absolute;left:0;top:0;bottom:0;right:0;opacity:.8}.m-paragraph--calltoactionbox2__linetext{position:relative}@media(max-width: 1200px){.m-paragraph--calltoactionbox2__linetext{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.m-paragraph--calltoactionbox2__link{margin-top:30px;position:relative}.m-paragraph--calltoactionbox2__link a{text-decoration:none}.m-paragraph--downloads__wrapper+.m-paragraph--headlineintro{margin-bottom:40px}.m-paragraph--downloads__wrapper .m-paragraph--downloads{display:none}.m-paragraph--downloads__wrapper .m-paragraph--downloads.is-opened{display:block}.m-paragraph--downloads__wrapper[data-count="1"] .m-paragraph--downloads__tabnavi{display:none}.m-paragraph--downloads__headline{margin-bottom:42px}.m-paragraph--downloads__wrapper:not([data-count="1"]) .m-paragraph--downloads__headline{display:none}.m-paragraph--downloads__file{margin-top:37px}@media(max-width: 1200px){.m-paragraph--downloads__file{margin-top:27px}}@media(max-width: 767px){.m-paragraph--downloads__file{margin-top:23px}}.m-paragraph--downloads__file:first-child{margin-top:0}.m-paragraph--faqs__wrapper+.m-paragraph--headlineintro{margin-bottom:40px}.m-paragraph--faqs__wrapper .m-paragraph--faqs{display:none}.m-paragraph--faqs__wrapper .m-paragraph--faqs.is-opened{display:block}.m-paragraph--faqs__wrapper[data-count="1"] .m-paragraph--faqs__tabnavi{display:none}.m-paragraph--faq__linetext{margin-bottom:42px}.m-paragraph--faqs__wrapper:not([data-count="1"]) .m-paragraph--faq__linetext{display:none}.m-paragraph--faq__faqreference{margin-top:43px}.m-paragraph--faq__faqreference:first-child{margin-top:0}.m-paragraph--faqelement.is-opened .m-paragraph--faqelement__linetext::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.m-paragraph--faqelement.is-opened .m-paragraph--faqelement__richtext{display:block}.m-paragraph--faqelement__linetext{position:relative;padding-left:37px;padding-right:30px;cursor:pointer}@media(max-width: 767px){.m-paragraph--faqelement__linetext{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}.m-paragraph--faqelement__linetext::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23000000' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";position:absolute;left:0;top:2px;width:25px;height:25px}.m-paragraph--faqelement__linetext::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:20px;height:10px;position:absolute;right:0;top:8px}.m-paragraph--faqelement__linetext:hover{color:var(--main-color-1)}.m-paragraph--faqelement__linetext:hover::before{background:var(--icon-dark-questionmark-color-1)}.m-paragraph--faqelement__linetext:hover::after{background:var(--icon-dark-arrow_down_bold-color-1)}.m-paragraph--faqelement__richtext{margin-top:20px;padding-left:37px;padding-right:30px;display:none}.m-paragraph--faqelement__richtext table thead tr td,.m-paragraph--faqelement__richtext table thead tr th{padding-top:10px;padding-bottom:10px}@media(max-width: 767px){.m-paragraph--faqelement__richtext table thead tr td,.m-paragraph--faqelement__richtext table thead tr th{padding-top:5px;padding-bottom:5px}}.m-paragraph--faqelement__richtext table tbody tr td{padding-top:10px;padding-bottom:10px}@media(max-width: 767px){.m-paragraph--faqelement__richtext table tbody tr td{padding-top:5px;padding-bottom:5px}}@media(max-width: 1200px){.m-paragraph--contactbox__contactboxreference{margin-top:-40px}}@media(max-width: 1200px){.m-paragraph--contactbox__contactboxreference>div{margin-top:40px}}.m-paragraph--contactboxelement{background-image:linear-gradient(56deg, var(--gradient-background-color-1) -33%, var(--gradient-background-color-2) 63%);padding:46px 10% 42px 10%;opacity:1;color:#fff;height:100%}@media(max-width: 767px){.m-paragraph--contactboxelement{padding:27px 30px 25px 30px}}.m-paragraph--contactboxelement a{color:#fff !important;border-bottom-color:#fff !important}.m-paragraph--contactboxelement__inner{position:relative;padding-left:86px}@media(max-width: 767px){.m-paragraph--contactboxelement__inner{padding-left:0}}.m-paragraph--contactboxelement__inner::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cpath fill='%23ffffff' class='st0' d='M87.4 320.5c-17-19.9-41.1-47.7-41.1-96.9 0-87.8 91.1-159.2 203.1-159.2s203.1 71.4 203.1 159.2C452.5 321.5 348 382 251.2 382c-30.2-.4-60.2-4.7-89.2-12.8-20.3 12.2-32.4 20.6-86.8 36.2 10.7-26.9 14.9-56 12.2-84.9zM10 226.1c.2 40.8 14.9 80.3 41.5 111.3 1.1 36.2-20.7 88.2-40.3 126 52.7-9.3 127.6-29.9 161.5-50.2 26.9 6.5 54.5 9.9 82.2 10 143.4 0 241.2-95.7 241.2-197.1 0-114.9-115.5-197.9-243-197.9C124.7 28.2 10 111.8 10 226.1z'/%3e%3c/svg%3e") center no-repeat;content:"";position:absolute;left:0;top:-4px;width:67px;height:67px}@media(max-width: 767px){.m-paragraph--contactboxelement__inner::before{display:none}}.m-paragraph--contactboxelement__linetext{margin-bottom:28px}.m-paragraph--contactboxelement__puretext{margin-top:3px}.m-paragraph--contactboxelement__contactselementref{margin-top:10px;padding-top:40px;position:relative}@media(max-width: 767px){.m-paragraph--contactboxelement__contactselementref{padding-top:30px}}.m-paragraph--contactboxelement__contactselementref::before{content:"";position:absolute;left:.5rem;top:0;width:34px;height:2px;background-color:#fff}@media(max-width: 1200px){.m-paragraph--contactboxelement__contactselementref::before{left:0}}.m-paragraph--contactboxelement__contactselementref>div{margin-top:11px;max-width:none}.m-paragraph--contactcontactelement{padding-left:29px;position:relative}.m-paragraph--contactboxcontactelement__icon [data-icon]{position:absolute;left:0;top:3px;width:18px;height:18px}.m-paragraph--contactboxcontactelement__icon [data-icon=fax]{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 21'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cpath d='M5 19l1.75-8h10.5L19 19H5zM22.653 8H1.347C.673 8 0 8.775 0 9.431v4.175c0 .655.673 1.43 1.347 1.43h2.427L2.694 21h18.612l-1.08-5.963h2.427c.674 0 1.347-.776 1.347-1.431V9.43C24 8.775 23.327 8 22.653 8zM1.516 6h20.968c.704 0 .589-.73.238-.848-.35-.12-4.246-1.552-4.925-1.552h-1.11V0H7.313v3.6h-1.11c-.679 0-4.575 1.433-4.925 1.552C.928 5.27.812 6 1.516 6z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--contactboxcontactelement__icon [data-icon=phone]{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M10.959 10.959c-1.88 1.88-4.058 3.677-4.918 2.817-1.233-1.233-1.992-2.306-4.709-.123-2.716 2.185-.63 3.64.564 4.834 1.377 1.377 6.512.072 11.588-5.003 5.075-5.076 6.38-10.21 5.002-11.588-1.194-1.194-2.649-3.28-4.832-.564-2.184 2.716-1.11 3.476.122 4.709.86.86-.937 3.037-2.817 4.918'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--contactboxcontactelement__icon [data-icon=email]{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M17.613 2.907L9.906 7.209c-.34.19-.578.214-.906.214-.329 0-.566-.024-.906-.214L.387 2.907C-.003 2.689 0 2.944 0 3.14v7.835C0 11.424.558 12 .992 12h16.016c.434 0 .992-.576.992-1.024V3.14c0-.197.004-.452-.387-.234M.565 1.153c.49.28 7.273 4.137 7.525 4.281.253.144.58.213.91.213.33 0 .657-.07.91-.213l7.525-4.28c.49-.28.954-1.154.053-1.154H.512c-.9 0-.437.875.053 1.153'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--contactboxcontactelement__linetext{padding-bottom:2px}.m-paragraph--contactboxcontactelement__link{display:inline-block}.m-paragraph--contactboxcontactelement__link:hover .m-paragraph--contactboxcontactelement__linetext{border-bottom:2px solid #fff;padding-bottom:0}.m-paragraph--highcharts[data-active-tab=artists] .m-paragraph--highcharts__tabs>div[data-tab-name=producers]{display:none}.m-paragraph--highcharts[data-active-tab=artists] .m-paragraph--highcharts__tab-controls>a[data-tab-control=artists]{background-color:#0089ae}.m-paragraph--highcharts[data-active-tab=producers] .m-paragraph--highcharts__tabs>div[data-tab-name=artists]{display:none}.m-paragraph--highcharts[data-active-tab=producers] .m-paragraph--highcharts__tab-controls>a[data-tab-control=producers]{background-color:#009680}.m-paragraph--highcharts__tab-controls>a{background-color:#828282}.m-paragraph--highcharts__tab-controls>a:first-child{margin-right:7px}.m-paragraph--highcharts__tab-controls>a:hover[data-tab-control=artists]{background-color:#0089ae}.m-paragraph--highcharts__tab-controls>a:hover[data-tab-control=producers]{background-color:#009680}.m-paragraph--highcharts__tabs>div{height:700px}@media(max-width: 767px){.m-paragraph--highcharts__tabs>div{height:400px}}.m-paragraph--highcharts__tab-artists .highcharts-legend-box{fill:#fff;stroke-width:3}.m-paragraph--process__maincol{overflow:hidden}.m-paragraph--process__processreference{overflow:visible !important;margin-top:65px;margin-left:calc(108px * -1);margin-right:calc(108px * -1);margin-bottom:67px}@media(max-width: 1200px){.m-paragraph--process__processreference{margin-left:calc(58px * -1);margin-right:calc(58px * -1)}}.m-paragraph--process__processreference::before{content:"";position:absolute;left:calc(50% - 1px);width:2px;top:0;bottom:-67px;background-color:#000}.m-paragraph--process__processreferenceitem{margin-top:116px;position:relative}@media(max-width: 767px){.m-paragraph--process__processreferenceitem{margin-top:56px}}.m-paragraph--process__processreferenceitem:first-child{margin-top:51px}.m-paragraph--process__processreferenceitem:nth-child(2){margin-top:141px}@media(max-width: 767px){.m-paragraph--process__processreferenceitem:nth-child(2){margin-top:56px}}.m-paragraph--process__processreferenceitem::before{content:"";position:absolute;right:0;left:0;height:2px;top:107px;z-index:-2;background-color:#000}.m-paragraph--processelement{margin:0 108px;-webkit-box-shadow:0 2px 16px 0 rgba(163,163,163,.3);box-shadow:0 2px 16px 0 rgba(163,163,163,.3);background-color:#fff;position:relative}@media(max-width: 1200px){.m-paragraph--processelement{margin:0 58px}}.m-paragraph--processelement::before{content:"";position:absolute;right:-45px;left:-45px;top:0;bottom:0;z-index:-1;background-color:#fff}@media(max-width: 1200px){.m-paragraph--processelement::before{right:-30px;left:-30px}}.m-paragraph--processelement__step{background-image:linear-gradient(56deg, var(--gradient-background-color-1) -33%, var(--gradient-background-color-2) 63%);background-color:#000;height:219px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-paragraph--process__processreferenceitem:nth-child(3n+1) .m-paragraph--processelement__step{background-image:none}.m-paragraph--processelement__step a{color:#fff !important;border-bottom-color:#fff !important}.m-paragraph--processelement__number{border:5px solid #fff;color:#fff;padding:0 25px}.m-paragraph--processelement__main{padding:20px}.m-paragraph--processelement__linetext+.m-paragraph--processelement__content{margin-top:10px}.m-paragraph--processelement__processteaser{position:relative}.m-paragraph--processelement__processteaser::before{content:"";display:block;width:100%;height:85px;position:absolute;left:0;bottom:0;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(-12%, rgba(255, 255, 255, 0)), to(#ffffff));background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) -12%, #ffffff)}.m-paragraph--processelement__content[data-hasrichtext="0"] .m-paragraph--processelement__processteaser::before,.m-paragraph--processelement__content[data-hasrichtext="1"].is-opened .m-paragraph--processelement__processteaser::before{display:none}.m-paragraph--processelement__richtext{margin-top:20px;display:none}.m-paragraph--processelement__content.is-opened .m-paragraph--processelement__richtext{display:block}.m-paragraph--processelement__link{margin-top:28px;text-align:center;font-size:0}.m-paragraph--processelement__toggle+.m-paragraph--processelement__link{margin-top:24px}.m-paragraph--processelement__toggle{color:var(--main-color-1);text-align:center;position:relative;margin-top:22px;cursor:pointer}.m-paragraph--processelement__toggle:hover::before,.m-paragraph--processelement__toggle:active::before,.m-paragraph--processelement__toggle.is-pressed::before{background-color:var(--main-color-2)}.m-paragraph--processelement__toggle:hover .m-paragraph--processelement__unfold::before,.m-paragraph--processelement__toggle:active .m-paragraph--processelement__unfold::before{background:var(--icon-dark-arrow_down_bold-color-1)}.m-paragraph--processelement__toggle:hover .m-paragraph--processelement__close::before,.m-paragraph--processelement__toggle:active .m-paragraph--processelement__close::before{background:var(--icon-dark-arrow_down_bold-color-1)}.m-paragraph--processelement__unfold{position:relative;padding-right:33px;display:inline-block}.m-paragraph--processelement__unfold::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:20px;height:10px;position:absolute;right:0;top:8px}.m-paragraph--processelement__content.is-opened .m-paragraph--processelement__unfold{display:none}.m-paragraph--processelement__close{display:none;position:relative;padding-right:33px}.m-paragraph--processelement__close::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:20px;height:10px;position:absolute;right:0;top:8px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.m-paragraph--processelement__content.is-opened .m-paragraph--processelement__close{display:inline-block}.m-paragraph--quotes__maincol{overflow:hidden;text-align:center}.m-paragraph--quotes__slider{margin:0 -10px}.m-paragraph--quotes__quotesreferences{margin:63px 0 30px 0;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex}[data-count="1"] .m-paragraph--quotes__quotesreferences{margin-top:24px;margin-bottom:0}@media(max-width: 1200px){[data-count="1"] .m-paragraph--quotes__quotesreferences{margin-top:37px}}.m-paragraph--quotes__quotesreference{display:inline-block;vertical-align:top;white-space:normal}.m-paragraph--quoteelement{margin:0 10px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%}.m-paragraph--quoteelement__quote{background-color:var(--main-color-1);padding:50px 40px;min-height:298px;height:100%;border-radius:4px;color:#fff;text-align:center;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.m-paragraph--quotes__quotesreference:nth-child(odd) .m-paragraph--quoteelement__quote{background-color:#000 !important}[data-count="1"] .m-paragraph--quotes__quotesreference:nth-child(odd) .m-paragraph--quoteelement__quote{background-color:var(--main-color-1) !important;padding:60px 70px 45px}@media(max-width: 767px){[data-count="1"] .m-paragraph--quotes__quotesreference:nth-child(odd) .m-paragraph--quoteelement__quote{padding-left:40px;padding-right:40px}}.m-paragraph--quoteelement__quote::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%23000000' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23000000' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";width:84px;height:64px;position:absolute;right:70px;top:-21px}.m-paragraph--quotes__quotesreference:nth-child(odd) .m-paragraph--quoteelement__quote::before{background:var(--icon-quotationmarks-color-1)}[data-count="1"] .m-paragraph--quotes__quotesreference:nth-child(odd) .m-paragraph--quoteelement__quote::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%23000000' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23000000' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}@media(max-width: 767px){[data-count="1"] .m-paragraph--quotes__quotesreference:nth-child(odd) .m-paragraph--quoteelement__quote::before{right:40px}}.m-paragraph--quoteelement__arrow{background-color:var(--main-color-1);position:absolute;width:40px;height:16px;left:calc(50% - 19px);bottom:-16px}.m-paragraph--quotes__quotesreference:nth-child(odd) .m-paragraph--quoteelement__arrow{background-color:#000 !important}[data-count="1"] .m-paragraph--quotes__quotesreference:nth-child(odd) .m-paragraph--quoteelement__arrow{background-color:var(--main-color-1) !important}.m-paragraph--quoteelement__arrow::before{content:"";position:absolute;left:0;bottom:0;width:0;height:0;border-style:solid;border-width:16px 0 0 20px;border-color:transparent transparent transparent #fff}.m-paragraph--quoteelement__arrow::after{content:"";position:absolute;right:0;bottom:0;width:0;height:0;border-style:solid;border-width:0 0 16px 20px;border-color:transparent transparent #fff transparent}.m-paragraph--quoteelement__puretext{-ms-flex-item-align:center;align-self:center}.m-paragraph--quoteelement__person{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:36px 0}[data-count="1"] .m-paragraph--quoteelement__person{padding-bottom:0}.m-paragraph--quoteelement__mediaimage{float:left;width:59px;min-height:59px;margin-right:10px}.m-paragraph--quoteelement__mediaimage .m-mediaimage--default{position:relative;width:59px;height:59px;overflow:hidden;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.m-paragraph--quoteelement__mediaimage img{position:absolute;max-height:59px;width:auto;height:auto;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.m-paragraph--quoteelement__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-paragraph--quoteelement__caption{color:#828282;margin-top:3px}.m-paragraph--newsslider__maincol{text-align:center}.m-paragraph--newsslider__slider{position:relative;margin:0 -10px}.m-paragraph--newsslider__slider::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:-12px;right:26%;bottom:auto;left:auto;width:156px;height:156px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}@media(max-width: 1200px){.m-paragraph--newsslider__slider{position:relative}.m-paragraph--newsslider__slider::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:-12px;right:60px;bottom:auto;left:auto;width:156px;height:156px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}}@media(max-width: 767px){.m-paragraph--newsslider__slider{position:relative}.m-paragraph--newsslider__slider::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:12px;right:30px;bottom:auto;left:auto;width:86px;height:86px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}}.m-paragraph--newsslider__items{margin:46px 0 59px 0;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex}.m-paragraph--newsslider__trigger{display:inline-block;vertical-align:top;white-space:normal}.m-paragraph--iam{background-color:var(--i-am-color-1)}.m-paragraph--iam:hover{background-color:var(--i-am-color-2)}.m-paragraph--iam a::before{background-color:var(--i-am-color-3)}.m-paragraph--iam__link{width:240px;height:240px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden}@media(max-width: 1200px){.m-paragraph--iam__link{width:100%;height:50px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px}}.m-paragraph--iam__link::before{content:"";display:none;width:159px;height:159px;border-radius:50%;position:absolute;z-index:1;top:calc(50% - 79px);left:calc(50% - 79px)}.m-paragraph--iam__link:active::before{display:block}.m-paragraph--iam__inner{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;position:relative;z-index:2}@media(max-width: 1200px){.m-paragraph--iam__inner{display:block;text-align:left}}@media(max-width: 1200px){.m-paragraph--iam__inner *{display:inline}}.m-paragraph--link-tile{background-color:#fff;-webkit-box-shadow:0 2px 16px 0 rgba(163,163,163,.21);box-shadow:0 2px 16px 0 rgba(163,163,163,.21);height:100%}.m-paragraph--link-tile__wrapper{display:block;height:100%}.m-paragraph--link-tile__wrapper[href]:hover{background-image:linear-gradient(39deg, var(--gradient-background-color-1) -35%, var(--gradient-background-color-2) 65%);color:#fff}.m-paragraph--link-tile__wrapper[href]:hover .m-paragraph--linktile__mediaimage img{-webkit-transform:scale(1.03);-khtml-transform:scale(1.03);transform:scale(1.03)}.m-paragraph--link-tile__wrapper[href]:hover .m-paragraph--linktile__linetext{color:#fff !important}.m-paragraph--linktile__mediaimage{overflow:hidden}.m-paragraph--linktile__mediaimage img{width:100%;height:auto}.m-paragraph--linktile__mediaimage img{-webkit-transition:all 350ms ease-out;transition:all 350ms ease-out;width:100.1%}@media print{.m-paragraph--linktile__mediaimage img{-webkit-transition:none;transition:none}}.m-paragraph--link-tile__content{padding:20px 20px 45px 20px}.m-paragraph--link-tile__wrapper[data-hasimage="0"] .m-paragraph--link-tile__content{padding:40px}@media(max-width: 767px){.m-paragraph--link-tile__wrapper[data-hasimage="0"] .m-paragraph--link-tile__content{padding:25px}}.m-paragraph--tileslist[data-count="1"] .m-paragraph--link-tile__content{padding-left:30px;padding-right:30px}.m-paragraph--linktile__linetext{color:var(--link-color-1);margin-bottom:13px}.m-paragraph--icon-tile{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;background-color:#fff;-webkit-box-shadow:0 2px 16px 0 rgba(163,163,163,.21);box-shadow:0 2px 16px 0 rgba(163,163,163,.21);height:100%}.m-paragraph--icon-tile__link-wrapper{display:block;height:100%}.m-paragraph--icon-tile__link-wrapper:hover{background-image:linear-gradient(39deg, var(--gradient-background-color-1) -35%, var(--gradient-background-color-2) 65%);color:#fff}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon{display:block}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon]{position:relative;display:block;width:77px;height:66px;margin:0 auto}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon]::before{content:"";position:absolute;left:0;top:0;width:77px;height:66px}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=group]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=lupe]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=world]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=document]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=folder]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=sign]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=speaker]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23ffffff'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23ffffff'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%23ffffff'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%23ffffff'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=music]::before,.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=vinyl]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=exclamationmark]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%23ffffff' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=bass]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%23ffffff'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=movie]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%23ffffff' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%23ffffff' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=questionmark]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%23ffffff' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%23ffffff' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%23ffffff' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%23ffffff' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%23ffffff' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%23ffffff' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%23ffffff' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=info]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%23ffffff'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=note]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%23ffffff'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=trompete]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%23ffffff' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=violine]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23ffffff' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=coins]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23ffffff' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%23ffffff' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%23ffffff' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%23ffffff' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%23ffffff' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%23ffffff' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%23ffffff' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%23ffffff' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%23ffffff' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%23ffffff' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%23ffffff' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%23ffffff' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%23ffffff' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%23ffffff' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%23ffffff' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%23ffffff' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%23ffffff' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%23ffffff' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%23ffffff' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%23ffffff' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%23ffffff' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%23ffffff' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%23ffffff' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%23ffffff' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%23ffffff' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%23ffffff' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%23ffffff' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%23ffffff' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23ffffff' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__icon [data-icon=shaking-hands]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23ffffff' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%23ffffff' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%23ffffff' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%23ffffff' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%23ffffff' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%23ffffff' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%23ffffff' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%23ffffff' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%23ffffff' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%23ffffff' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%23ffffff' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%23ffffff' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%23ffffff' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%23ffffff' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%23ffffff' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%23ffffff' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%23ffffff' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%23ffffff' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%23ffffff' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%23ffffff' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%23ffffff' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%23ffffff' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%23ffffff' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%23ffffff' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%23ffffff' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%23ffffff' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%23ffffff' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%23ffffff' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%23ffffff' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%23ffffff' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%23ffffff' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%23ffffff' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%23ffffff' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%23ffffff' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23ffffff' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%23ffffff' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%23ffffff' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%23ffffff' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23ffffff' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--icon-tile__link-wrapper:hover .m-paragraph--icontile__linetext{color:#fff !important}.m-paragraph--icon-tile__content{padding:43px 25px 72px;text-align:center}.m-paragraph--icontile__icon{display:block;margin-bottom:13px;text-align:center}.m-paragraph--icontile__icon [data-icon]{position:relative;display:block;width:77px;height:66px;margin:0 auto}.m-paragraph--icontile__icon [data-icon]::before{content:"";position:absolute;left:0;top:0;width:77px;height:66px}.m-paragraph--icontile__icon [data-icon=group]::before{background:var(--icon-group-color-1)}.m-paragraph--icontile__icon [data-icon=lupe]::before{background:var(--icon-labelsearch-color-1)}.m-paragraph--icontile__icon [data-icon=world]::before{background:var(--icon-world-color-1)}.m-paragraph--icontile__icon [data-icon=document]::before{background:var(--icon-contracts-color-1)}.m-paragraph--icontile__icon [data-icon=folder]::before{background:var(--icon-folder-color-1)}.m-paragraph--icontile__icon [data-icon=sign]::before{background:var(--icon-sign-color-1)}.m-paragraph--icontile__icon [data-icon=speaker]::before{background:var(--icon-headphones-color-1)}.m-paragraph--icontile__icon [data-icon=music]::before,.m-paragraph--icontile__icon [data-icon=vinyl]::before{background:var(--icon-label-color-1)}.m-paragraph--icontile__icon [data-icon=exclamationmark]::before{background:var(--icon-ausrufezeichen-color-1)}.m-paragraph--icontile__icon [data-icon=bass]::before{background:var(--icon-bass-color-1)}.m-paragraph--icontile__icon [data-icon=movie]::before{background:var(--icon-film-color-1)}.m-paragraph--icontile__icon [data-icon=questionmark]::before{background:var(--icon-fragezeichen-color-1)}.m-paragraph--icontile__icon [data-icon=info]::before{background:var(--icon-info-color-1)}.m-paragraph--icontile__icon [data-icon=note]::before{background:var(--icon-note-color-1)}.m-paragraph--icontile__icon [data-icon=trompete]::before{background:var(--icon-trompete-color-1)}.m-paragraph--icontile__icon [data-icon=violine]::before{background:var(--icon-violine-color-1)}.m-paragraph--icontile__icon [data-icon=coins]::before{background:var(--icon-coins-color-1)}.m-paragraph--icontile__icon [data-icon=shaking-hands]::before{background:var(--icon-shaking-hands-color-1)}.m-paragraph--icontile__linetext{color:var(--main-color-1);margin-bottom:13px}.m-paragraph--distributionboxes__distributionboxesref>div{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 767px){.m-paragraph--distributionboxes__distributionboxesref>div{margin-top:25px}}@media(max-width: 767px){.m-paragraph--distributionboxes__distributionboxesref>div:first-child{margin-top:0}}.m-paragraph--distributionelement{width:100%;padding:52px 32px 52px 32px;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(-10%, #ffffff), color-stop(105%, #ececec));background-image:linear-gradient(to bottom, #ffffff -10%, #ececec 105%)}@media(max-width: 767px){.m-paragraph--distributionelement{padding-top:35px;padding-bottom:35px}}.m-paragraph--distributionboxelement__puretext{margin-top:20px}.m-paragraph--distributionboxelement__links{margin-top:20px}.m-paragraph--distributionboxelement__links>div{margin-top:13px}.m-paragraph--distributionboxelement__links>div:first-child{margin-top:0}.m-paragraph--distributionboxelement__links a{color:var(--link-color-1)}.m-paragraph--factboxfp{padding-top:52px}.m-paragraph--factboxfp__container{position:relative}.m-paragraph--factboxfp__container::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:-52px;right:auto;bottom:auto;left:-50px;width:152px;height:152px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}.m-paragraph--factboxesfrontpage__mediaimage img{width:100%;height:auto}.m-paragraph--factboxesfrontpage__mediaimage img{position:absolute}@media(max-width: 767px){.m-paragraph--factboxesfrontpage__mediaimage img{position:relative}}.m-paragraph--factboxesfrontpage__top-inner{padding:119px 42px 153px 79px}@media(max-width: 1200px){.m-paragraph--factboxesfrontpage__top-inner{padding:77px 0 150px 50px}}@media(max-width: 767px){.m-paragraph--factboxesfrontpage__top-inner{padding:35px 0 75px 0}}.m-paragraph--factboxesfrontpage__puretext{margin-top:20px}.m-paragraph--factboxesfrontpage__link{margin-top:18px}.m-paragraph--factboxesfrontpage__bottom-inner{padding:68px 71px 71px 71px;position:relative}@media(max-width: 1200px){.m-paragraph--factboxesfrontpage__bottom-inner{padding:45px}}@media(max-width: 767px){.m-paragraph--factboxesfrontpage__bottom-inner{padding:30px}}.m-paragraph--factboxesfrontpage__bottom-inner::before{background-image:linear-gradient(56deg, var(--gradient-background-color-1) -33%, var(--gradient-background-color-2) 63%);content:"";position:absolute;left:0;top:0;bottom:0;right:0;opacity:.9}.m-paragraph--factboxesfrontpage__subheadline{color:#fff;text-align:center;position:relative}.m-paragraph--factboxesfrontpage__richtext{color:#fff;margin-top:40px}.m-paragraph--factboxesfrontpage__richtext ul,.m-paragraph--factboxesfrontpage__richtext ol{counter-reset:mycounter;list-style:none;margin:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 1200px){.m-paragraph--factboxesfrontpage__richtext ul,.m-paragraph--factboxesfrontpage__richtext ol{margin-top:-42px}}@media(max-width: 767px){.m-paragraph--factboxesfrontpage__richtext ul,.m-paragraph--factboxesfrontpage__richtext ol{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:0}}.m-paragraph--factboxesfrontpage__richtext ul li,.m-paragraph--factboxesfrontpage__richtext ol li{counter-increment:mycounter;width:25%;margin:0;padding-top:80px;position:relative}@media(max-width: 1200px){.m-paragraph--factboxesfrontpage__richtext ul li,.m-paragraph--factboxesfrontpage__richtext ol li{width:46%;margin-top:42px;padding-top:66px}}@media(max-width: 767px){.m-paragraph--factboxesfrontpage__richtext ul li,.m-paragraph--factboxesfrontpage__richtext ol li{width:100%;margin-top:30px;padding-top:55px}}@media(max-width: 767px){.m-paragraph--factboxesfrontpage__richtext ul li:first-child,.m-paragraph--factboxesfrontpage__richtext ol li:first-child{margin-top:0}}.m-paragraph--factboxesfrontpage__richtext ul li::before,.m-paragraph--factboxesfrontpage__richtext ol li::before{content:counter(mycounter);position:absolute;right:0;left:0;top:-6px;text-align:center}.m-paragraph--factboxesfrontpage__richtext ul li::after,.m-paragraph--factboxesfrontpage__richtext ol li::after{content:"";position:absolute;left:0;top:44px;width:100%;height:3px;background:#fff;background:-webkit-gradient(linear, left top, right top, from(white), color-stop(36%, white), color-stop(36%, rgba(255, 255, 255, 0)), color-stop(64%, rgba(255, 255, 255, 0)), color-stop(64%, white), to(white));background:linear-gradient(90deg, white 0%, white 36%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0) 64%, white 64%, white 100%)}@media(max-width: 767px){.m-paragraph--factboxesfrontpage__richtext ul li::after,.m-paragraph--factboxesfrontpage__richtext ol li::after{top:28px}}.m-paragraph--factboxesfrontpage__richtext ul li::after,.m-paragraph--factboxesfrontpage__richtext ol li::after{right:0;left:auto}.m-paragraph--eventslider{position:relative;padding-top:73px;padding-bottom:48px;overflow-x:hidden}@media(max-width: 1200px){.m-paragraph--eventslider{padding-bottom:0}}.m-paragraph--eventslider__row{min-height:787px}@media(max-width: 1200px){.m-paragraph--eventslider__row{min-height:auto}}.m-paragraph--eventslider__image{position:absolute;right:0;top:73px;height:787px;text-align:right}@media(max-width: 1200px){.m-paragraph--eventslider__image{display:none}}.m-paragraph--eventslider__mediaimage{height:100%;display:inline-block;position:relative}.m-paragraph--eventslider__mediaimage *{height:100%}.m-paragraph--eventslider__mediaimage img{position:relative;z-index:1;max-height:100%;width:auto}.m-paragraph--eventslider__mediaimage::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:auto;right:auto;bottom:calc(-1 * 48px);left:-80px;width:169px;height:169px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}.m-paragraph--eventslider__mediaimage::before{z-index:2}.m-paragraph--eventslider__contentrow{position:relative}.m-paragraph--eventslider__contentrow::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:calc(-1 * 73px);right:auto;bottom:auto;left:-74px;width:98px;height:98px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}.m-paragraph--eventslider__events{margin-top:88px}.m-paragraph--eventslider__trigger{margin-top:104px}@media(max-width: 1200px){.m-paragraph--eventslider__trigger{margin-top:60px}}@media(max-width: 767px){.m-paragraph--eventslider__trigger{margin-top:40px}}.m-paragraph--eventslider__trigger:first-child{margin-top:0}.m-paragraph--eventslider__link{margin-top:45px;padding-left:138px}@media(max-width: 767px){.m-paragraph--eventslider__link{padding-left:0}}.m-paragraph--documents .m-download__fileitem__filename>a{margin-left:29px;margin-bottom:0}.m-paragraph--documents .m-download__fileitem__filename>a::before{width:17px;height:17px;left:-29px;top:3px}@media(max-width: 767px){.m-paragraph--documents .m-download__fileitem__mime{padding-left:29px}}.m-paragraph--documents .m-download__fileitem__mime a{border-bottom:2px solid transparent}.m-paragraph--documents .m-download__fileitem__mime a:hover{color:var(--link-color-1)}.m-paragraph--documentselement{margin-bottom:27px;padding-bottom:6px;border-bottom:1px solid #ccc}.m-paragraph--documentselement.accordion.open{margin-bottom:29px;padding-bottom:44px}.m-paragraph--documentselement.accordion.open .m-paragraph--documentselement__linetext::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.m-paragraph--documentselement__linetext{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;margin-bottom:19px;padding-right:30px;position:relative}@media print{.m-paragraph--documentselement__linetext{-webkit-transition:none;transition:none}}.m-paragraph--documentselement__linetext::after{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23cccccc'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;height:10px;width:19px;position:absolute;right:0;top:9px}@media print{.m-paragraph--documentselement__linetext::after{-webkit-transition:none;transition:none}}.m-paragraph--documentselement__linetext:hover{cursor:pointer;color:var(--link-color-1)}.m-paragraph--documentselement__linetext:hover::after{background:var(--icon-dark-arrow_down_bold-color-1)}.m-paragraph--documentselement__richtext{margin-top:50px}.m-paragraph--topicfocus{background-size:cover;background-position:top center;min-height:747px;padding:110px 0}@media(max-width: 1200px){.m-paragraph--topicfocus{background-size:auto;min-height:auto;padding:60px 0}}@media(max-width: 767px){.m-paragraph--topicfocus{padding:45px 0}}.m-paragraph--topicfocus__col{max-width:1600px}.m-paragraph--topicfocus__heading{color:#fff}.m-paragraph--topicfocus__elementswrapper{margin-top:66px}@media(max-width: 1200px){.m-paragraph--topicfocus__elementswrapper{margin-top:30px}}.m-paragraph--topicfocus__elementsinner{position:relative}.m-paragraph--topicfocus__element.active .m-paragraph--topicfocus__element_view{display:block}.m-paragraph--topicfocus__element.active .m-paragraph--topicfocus__element_button{color:#fff}.m-paragraph--topicfocus__element.active .m-paragraph--topicfocus__element_button::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}@media(max-width: 1200px){.m-paragraph--topicfocus__element.active .m-paragraph--topicfocus__element_button::before{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}}.m-paragraph--topicfocus__element.active .m-paragraph--topicfocus__element_button::after{width:100%}@media(max-width: 1200px){.m-paragraph--topicfocus__element:last-child.active .m-paragraph--topicfocus__element_view{margin-bottom:0}}.m-paragraph--topicfocus__element_button{margin-right:66%;background-color:#ececec;cursor:pointer;margin-bottom:12px;position:relative;-webkit-transition:all .3s;transition:all .3s}@media(max-width: 1200px){.m-paragraph--topicfocus__element_button{margin-right:0}}.m-paragraph--topicfocus__element_button::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23000000'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);content:"";display:block;width:31px;height:16px;position:absolute;right:30px;top:calc(50% - 8px);z-index:1}@media(max-width: 1200px){.m-paragraph--topicfocus__element_button::before{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@media(max-width: 767px){.m-paragraph--topicfocus__element_button::before{top:calc(50% - 7px);width:25px;height:14px;right:20px}}.m-paragraph--topicfocus__element_button:after{background-image:linear-gradient(79deg, var(--gradient-background-color-1) -32%, var(--gradient-background-color-2) 62%);content:"";position:absolute;z-index:0;height:100%;left:0;top:0;width:0;-webkit-transition:all .3s;transition:all .3s}.m-paragraph--topicfocus__element_button:hover{color:#fff}.m-paragraph--topicfocus__element_button:hover::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-paragraph--topicfocus__element_button:hover::after{width:100%}.m-paragraph--topicfocus__element_button span{display:block;position:relative;z-index:1;padding:29px 70px 33px 37px}@media(max-width: 767px){.m-paragraph--topicfocus__element_button span{padding:19px 65px 19px 20px}}.m-paragraph--topicfocus__element_view{position:absolute;width:50%;top:0;right:11%;display:none;padding-left:2px}@media(min-width: 1201px)and (max-width: 1350px){.m-paragraph--topicfocus__element_view{right:9%}}@media(max-width: 1200px){.m-paragraph--topicfocus__element_view{position:relative;width:100%;right:auto;top:auto;margin-top:18px;margin-bottom:62px}}@media(max-width: 767px){.m-paragraph--topicfocus__element_view{margin-bottom:40px}}.m-paragraph--topicfocus__element_view_heading{color:#fff}.m-paragraph--topicfocus__element_view_text{color:#fff;margin-top:14px}.m-paragraph--topicfocus__element_view_text a{color:#fff !important;border-bottom-color:#fff !important}.m-paragraph--topicfocus__element_view_link{margin-top:30px}@media(max-width: 767px){.m-paragraph--topicfocus__element_view_link{margin-top:17px}}.m-paragraph--tabs{overflow-x:hidden;padding-bottom:30px}@media(max-width: 1200px){.m-paragraph--tabs{overflow-x:auto;padding-bottom:45px}}.m-paragraph--tabs[data-withbackground="1"]{background-color:#ececec;padding:100px 0 130px}@media(max-width: 767px){.m-paragraph--tabs[data-withbackground="1"]{padding:45px 0 65px}}.m-paragraph--tabs__center{margin-top:28px}@media(max-width: 1200px){.m-paragraph--tabs__center{margin-top:0}}.m-paragraph--tabs__col{max-width:1600px}.m-paragraph--tabs__headline+.m-paragraph--tabs__elements{margin-top:44px}@media(max-width: 1200px){.m-paragraph--tabs__headline+.m-paragraph--tabs__elements{margin-top:30px}}.m-paragraph--tabs__elements{position:relative}[data-hastitle="0"] .m-paragraph--tabs__elements{margin-top:92px}@media(max-width: 1200px){[data-hastitle="0"] .m-paragraph--tabs__elements{margin-top:68px}}.m-paragraph--tab-element{float:left}.m-paragraph--tab-element:first-child .m-paragraph--tab-element__name button::before{left:0}.m-paragraph--tab-element__name{float:left;margin-right:20px;z-index:1;position:relative}@media(max-width: 1200px){.m-paragraph--tab-element__name{margin-right:10px}}@media(max-width: 767px){.m-paragraph--tab-element__name{margin-right:5px}}[data-count="1"] .m-paragraph--tab-element__name{display:none}.m-paragraph--tab-element__name button{background-color:#fff;-webkit-box-shadow:0 0 29px 0 rgba(0,0,0,.16);box-shadow:0 0 29px 0 rgba(0,0,0,.16);color:#000;border:0;outline:0;padding:23px 60px 20px;position:relative;margin-bottom:20px}@media(max-width: 1200px){.m-paragraph--tab-element__name button{padding:15px 30px;margin-bottom:10px}}@media(max-width: 767px){.m-paragraph--tab-element__name button{padding:10px 16px;margin-bottom:5px}}.m-paragraph--tab-element__name button:hover,.active .m-paragraph--tab-element__name button{background-color:var(--main-color-1);color:#fff}.m-paragraph--tab-element__content{position:relative;display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.m-paragraph--tab-element__content::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:-120px;right:-100px;bottom:auto;left:auto;width:184px;height:184px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}@media(max-width: 1200px){.m-paragraph--tab-element__content{position:relative;position:absolute}.m-paragraph--tab-element__content::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:-56px;right:-17px;bottom:auto;left:auto;width:156px;height:156px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}}@media(max-width: 767px){.m-paragraph--tab-element__content{position:relative;position:absolute}.m-paragraph--tab-element__content::before{border-image-source:linear-gradient(42deg, var(--gradient-square-1) -35%, var(--gradient-square-2) 65%);content:"";display:block;position:absolute;top:-16px;right:-16px;bottom:auto;left:auto;width:86px;height:86px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}}.m-paragraph--tab-element.active .m-paragraph--tab-element__content{display:block}.m-paragraph--tab-element__contentinner{padding:87px 11% 82px 8%;-webkit-box-shadow:0 0 29px 0 rgba(0,0,0,.16);box-shadow:0 0 29px 0 rgba(0,0,0,.16);background-color:#fff;position:relative}@media(max-width: 1200px){.m-paragraph--tab-element__contentinner{padding-left:6%;padding-right:6%}}@media(max-width: 767px){.m-paragraph--tab-element__contentinner{padding:45px 20px}}.m-paragraph--tab-element__contentinner .m-paragraph--textbildkombinationen{margin-top:39px;margin-bottom:29px}@media(max-width: 1200px){.m-paragraph--tab-element__contentinner .m-paragraph--textbildkombinationen{margin-top:0;margin-bottom:0}}.m-paragraph--bubbles{position:relative;padding-top:100px;padding-bottom:100px;overflow-x:hidden}@media(max-width: 1200px){.m-paragraph--bubbles{padding-top:60px;padding-bottom:60px}}@media(max-width: 767px){.m-paragraph--bubbles{padding-top:45px;padding-bottom:45px}}.m-paragraph--bubbles::before{background-image:linear-gradient(61deg, var(--gradient-background-color-1) -35%, var(--gradient-background-color-2) 63%);content:"";display:block;position:absolute;right:0;top:0;bottom:0;left:0;opacity:.9}.m-paragraph--bubbles__headline{color:#fff}.m-paragraph--bubbles__headline+.m-paragraph--bubbles__elements{margin-top:63px}@media(max-width: 1200px){.m-paragraph--bubbles__headline+.m-paragraph--bubbles__elements{margin-top:45px}}@media(max-width: 767px){.m-paragraph--bubbles__headline+.m-paragraph--bubbles__elements{margin-top:20px}}.m-paragraph--bubbles__text{color:#fff;margin-top:17px}.m-paragraph--bubbles__text a{color:#fff !important;border-bottom-color:#fff !important}.m-paragraph--bubbles__text+.m-paragraph--bubbles__elements{margin-top:63px}@media(max-width: 1200px){.m-paragraph--bubbles__text+.m-paragraph--bubbles__elements{margin-top:45px}}@media(max-width: 767px){.m-paragraph--bubbles__text+.m-paragraph--bubbles__elements{margin-top:20px}}.m-paragraph--bubbles__elements{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 767px){.m-paragraph--bubbles__elements{-ms-flex-pack:distribute;justify-content:space-around}}[data-count="5"] .m-paragraph--bubbles__elements{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media(max-width: 767px){[data-count="5"] .m-paragraph--bubbles__elements{-ms-flex-pack:distribute;justify-content:space-around}}@media(max-width: 1200px){.m-paragraph--bubbles__elements{margin-top:-20px}}@media(max-width: 767px){.m-paragraph--bubbles__elements{margin-top:-25px}}.m-paragraph--bubble-element{width:50%;-webkit-transition:-webkit-transform ease-out .1s,background .2s;-webkit-transition:background .2s,-webkit-transform ease-out .1s;transition:background .2s,-webkit-transform ease-out .1s;transition:transform ease-out .1s,background .2s;transition:transform ease-out .1s,background .2s,-webkit-transform ease-out .1s}@media(max-width: 1200px){.m-paragraph--bubble-element{margin-top:20px}}@media(max-width: 767px){.m-paragraph--bubble-element{margin-top:25px;min-width:125px;text-align:center}}.m-paragraph--bubble-element:nth-child(4n+3),.m-paragraph--bubble-element:nth-child(4n+4){text-align:right}@media(max-width: 767px){.m-paragraph--bubble-element:nth-child(4n+3),.m-paragraph--bubble-element:nth-child(4n+4){text-align:center}}[data-count="5"] .m-paragraph--bubble-element{width:calc(100%/3)}@media(max-width: 767px){[data-count="5"] .m-paragraph--bubble-element{width:50%;min-width:125px}}[data-count="5"] .m-paragraph--bubble-element:nth-child(2){text-align:center}[data-count="5"] .m-paragraph--bubble-element:nth-child(4),[data-count="5"] .m-paragraph--bubble-element:nth-child(5){width:222px;text-align:center}@media(max-width: 1200px){[data-count="5"] .m-paragraph--bubble-element:nth-child(4),[data-count="5"] .m-paragraph--bubble-element:nth-child(5){width:160px}}@media(max-width: 767px){[data-count="5"] .m-paragraph--bubble-element:nth-child(4),[data-count="5"] .m-paragraph--bubble-element:nth-child(5){width:50%;min-width:125px}}.m-paragraph--bubble-element__inner{width:50%;display:inline-block}[data-count="5"] .m-paragraph--bubble-element__inner{width:auto}@media(max-width: 767px){[data-count="5"] .m-paragraph--bubble-element__inner{width:125px}}@media(max-width: 1200px){.m-paragraph--bubble-element__inner{min-width:160px}}@media(max-width: 767px){.m-paragraph--bubble-element__inner{min-width:125px}}.m-paragraph--bubble-element__bubble{width:222px;text-align:center}.m-paragraph--bubble-element__bubble.has-overlay{cursor:pointer}@media(max-width: 1200px){.m-paragraph--bubble-element__bubble{width:160px}}@media(max-width: 767px){.m-paragraph--bubble-element__bubble{width:auto;margin:0 auto}}.m-paragraph--bubble-element__bubble_image{position:relative;width:222px}@media(max-width: 767px){.m-paragraph--bubble-element__bubble_image{width:125px;margin:0 auto}}.m-paragraph--bubble-element__bubble_image::before{content:"";position:absolute;left:-11px;top:-11px;width:calc(222px + 22px);height:calc(222px + 22px);opacity:.35;-moz-border-radius:50%;-webkit-border-radius:50%;background-color:#fff;-webkit-filter:blur(20px);filter:blur(20px);border:rgba(255,255,255,.5) 10px solid;z-index:0}@media(max-width: 1200px){.m-paragraph--bubble-element__bubble_image::before{width:calc(160px + 22px);height:calc(160px + 22px)}}@media(max-width: 767px){.m-paragraph--bubble-element__bubble_image::before{width:calc(125px + 22px);height:calc(125px + 22px)}}.m-paragraph--bubble-element__bubble_image .m-mediaimage--default{position:relative;width:222px;height:222px;overflow:hidden;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background-color:#fff;z-index:1}@media(max-width: 1200px){.m-paragraph--bubble-element__bubble_image .m-mediaimage--default{width:160px;height:160px}}@media(max-width: 767px){.m-paragraph--bubble-element__bubble_image .m-mediaimage--default{width:125px;height:125px}}.m-paragraph--bubble-element__bubble_image img{position:absolute;max-height:222px;width:auto;height:auto;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@media(max-width: 1200px){.m-paragraph--bubble-element__bubble_image img{max-height:160px}}@media(max-width: 767px){.m-paragraph--bubble-element__bubble_image img{max-height:125px}}.m-paragraph--bubble-element__bubble_image::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:30px;height:15px;position:absolute;right:51px;bottom:2px;z-index:1;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-filter:drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));filter:drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5))}@media(max-width: 1200px){.m-paragraph--bubble-element__bubble_image::after{right:80px;bottom:9px}}@media(max-width: 767px){.m-paragraph--bubble-element__bubble_image::after{right:13px;bottom:4px}}.m-paragraph--bubble-element__bubble_image:hover::before{-webkit-animation:sonarEffect 1s ease-out 75ms;animation:sonarEffect 1s ease-out 75ms}.m-paragraph--bubble-element__bubble_image:hover{-webkit-transform:scale(0.9);transform:scale(0.9)}.m-paragraph--bubble-element__bubble_title{color:#fff;margin-top:16px}@media(max-width: 1200px){.m-paragraph--bubble-element__bubble_title{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media(max-width: 767px){.m-paragraph--bubble-element__bubble_title{margin-top:10px}}.m-paragraph--bubble-element__overlay{display:none;position:fixed;overflow:auto;left:0;top:0;bottom:0;right:0;z-index:600}.m-paragraph--bubble-element.show-overlay .m-paragraph--bubble-element__overlay{display:block}.m-paragraph--bubble-element__overlay::before{content:"";position:fixed;background-color:#000;opacity:.16;left:0;top:0;bottom:0;right:0;z-index:600}.m-paragraph--bubble-element__overlay_inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:90%;max-width:1600px;overflow:hidden;-webkit-box-shadow:0 0 32px 0 rgba(0,0,0,.28);box-shadow:0 0 32px 0 rgba(0,0,0,.28);background-color:#fff;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:602;text-align:left}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_inner{overflow:auto;max-height:90%}}.m-paragraph--bubble-element__overlay_image{width:31%;overflow:hidden}.m-paragraph--bubble-element__overlay_image img{width:100%;height:auto}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_image{display:none}}.m-paragraph--bubble-element__overlay_image+.m-paragraph--bubble-element__overlay_content{margin-left:0;margin-right:0;padding-left:9%;padding-right:13%}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_image+.m-paragraph--bubble-element__overlay_content{width:100%;padding-left:25px;padding-right:25px}}.m-paragraph--bubble-element__overlay_content{width:69%;position:relative;margin-left:0;padding:104px 10% 104px 10%;margin:0 auto}@media(max-width: 1200px){.m-paragraph--bubble-element__overlay_content{width:100%;padding-top:65px;padding-bottom:65px}}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_content{padding:25px 25px 0 25px}}@media(max-width: 1200px){.m-paragraph--bubble-element__overlay_title{-moz-hyphens:auto;-webkit-hyphens:auto;-webkit-hyphenate-limit-chars:auto 3;-webkit-hyphenate-limit-lines:4;-ms-hyphens:auto;-ms-hyphenate-limit-chars:auto 3;-ms-hyphenate-limit-lines:4;-ms-word-break:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_title{padding-right:25px}}.m-paragraph--bubble-element__overlay_text{margin-top:22px}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_text{margin-top:12px}}.m-paragraph--bubble-element__overlay_back{margin-top:35px}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_back{margin-top:20px;margin-bottom:25px}}.m-paragraph--bubble-element__overlay_close{position:absolute;top:30px;right:30px;width:30px;height:30px;border:0;outline:none;background-color:transparent}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_close{right:20px;top:20px;width:20px;height:20px}}.m-paragraph--bubble-element__overlay_close::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3e%3cdefs%3e%3cfilter id='a'%3e%3cfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.094118 0 0 0 0 0.090196 0 0 0 0 0.090196 0 0 0 1.000000 0'/%3e%3c/filter%3e%3cfilter id='b'%3e%3cfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.094118 0 0 0 0 0.090196 0 0 0 0 0.090196 0 0 0 1.000000 0'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(-75)' filter='url(%23a)' fill='none' fill-rule='evenodd'%3e%3cg transform='translate(75)' filter='url(%23b)'%3e%3cg fill='white'%3e%3cpath d='M2 0l20.5 21.432L21 23 .5 1.568z'/%3e%3cpath d='M.5 21.432L21 0l1.5 1.568L2 23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";position:absolute;right:0;top:0;display:block;width:30px;height:30px}@media(max-width: 767px){.m-paragraph--bubble-element__overlay_close::before{width:20px;height:20px}}.quickAnim1{-webkit-animation:leftRight 10s ease -2s infinite running;animation:leftRight 10s ease -2s infinite running}.quickAnim2{-webkit-animation:leftRight 10s ease -5s infinite running;animation:leftRight 10s ease -5s infinite running}.quickAnim3{-webkit-animation:leftRight 10s ease -1s infinite running;animation:leftRight 10s ease -1s infinite running}.slowAnim1{-webkit-animation:rightLeft 10s ease -2s infinite running;animation:rightLeft 10s ease -2s infinite running}.slowAnim2{-webkit-animation:rightLeft 10s ease -5s infinite running;animation:rightLeft 10s ease -5s infinite running}.slowAnim3{-webkit-animation:rightLeft 10s ease -1s infinite running;animation:rightLeft 10s ease -1s infinite running}@-webkit-keyframes leftRight{0%{-webkit-transform:translateX(-2%) rotate(0deg);transform:translateX(-2%) rotate(0deg)}50%{-webkit-transform:translateX(2%) rotate(0.01deg);transform:translateX(2%) rotate(0.01deg)}100%{-webkit-transform:translateX(-2%) rotate(0deg);transform:translateX(-2%) rotate(0deg)}}@keyframes leftRight{0%{-webkit-transform:translateX(-2%) rotate(0deg);transform:translateX(-2%) rotate(0deg)}50%{-webkit-transform:translateX(2%) rotate(0.01deg);transform:translateX(2%) rotate(0.01deg)}100%{-webkit-transform:translateX(-2%) rotate(0deg);transform:translateX(-2%) rotate(0deg)}}@-webkit-keyframes rightLeft{0%{-webkit-transform:translateX(2%) rotate(0deg);transform:translateX(2%) rotate(0deg)}50%{-webkit-transform:translateX(-2%) rotate(0.01deg);transform:translateX(-2%) rotate(0.01deg)}100%{-webkit-transform:translateX(2%) rotate(0deg);transform:translateX(2%) rotate(0deg)}}@keyframes rightLeft{0%{-webkit-transform:translateX(2%) rotate(0deg);transform:translateX(2%) rotate(0deg)}50%{-webkit-transform:translateX(-2%) rotate(0.01deg);transform:translateX(-2%) rotate(0.01deg)}100%{-webkit-transform:translateX(2%) rotate(0deg);transform:translateX(2%) rotate(0deg)}}@-webkit-keyframes echoEffect{0%{opacity:.3}40%{opacity:1;-webkit-box-shadow:0 0 0 15px rgba(255,255,255,.5);box-shadow:0 0 0 15px rgba(255,255,255,.5)}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes echoEffect{0%{opacity:.3}40%{opacity:1;-webkit-box-shadow:0 0 0 15px rgba(255,255,255,.5);box-shadow:0 0 0 15px rgba(255,255,255,.5)}100%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes sonarEffect{0%{opacity:1;-webkit-filter:none;filter:none}40%{background-color:transparent;-webkit-filter:none;filter:none}100%{-webkit-filter:none;filter:none;-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@keyframes sonarEffect{0%{opacity:1;-webkit-filter:none;filter:none}40%{background-color:transparent;-webkit-filter:none;filter:none}100%{-webkit-filter:none;filter:none;-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}.m-paragraph--tab-element__contentinner .m-paragraph--highcharts-diagram__inner{padding:0;margin:0}.m-paragraph--highcharts-diagram__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.m-paragraph--highcharts-diagram__content[data-notext]{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}@media(max-width: 767px){.m-paragraph--highcharts-diagram__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.m-paragraph--highcharts-diagram__diagramwrapper{width:50%}@media(max-width: 767px){.m-paragraph--highcharts-diagram__diagramwrapper{width:100%}}.m-paragraph--highcharts-diagram__textswrapper{width:40%}@media(max-width: 767px){.m-paragraph--highcharts-diagram__textswrapper{width:100%}}.m-paragraph--highcharts-diagram[data-diagram-type=column] .m-paragraph--highcharts-diagram__diagram>div{height:450px}@media(max-width: 767px){.m-paragraph--highcharts-diagram[data-diagram-type=column] .m-paragraph--highcharts-diagram__diagram>div{height:400px}}.m-paragraph--highcharts-diagram[data-diagram-type=pie] .m-paragraph--highcharts-diagram__diagram>div{height:500px}.m-paragraph--highcharts-diagram__headline{text-align:center;font-size:28px;font-weight:700}.m-paragraph--highcharts-diagram__text{margin-top:65px}@media(max-width: 767px){.m-paragraph--highcharts-diagram__text{margin-top:25px}}.m-paragraph--highcharts-diagram__link{margin-top:30px}.m-mainnav{margin-top:34px}@media(max-width: 1200px){.m-mainnav{margin-top:43px}}@media(max-width: 1200px){.m-mainnav__sublevels{display:none}}.m-mainnav__lower{border-top:3px solid #828282;padding:29px 0 31px;width:100%}@media(max-width: 1200px){.m-mainnav__lower{border:0;padding:17px 0 26px;margin-top:25px;background-color:#000}}.m-mainnav__social{text-align:right}@media(max-width: 1200px){.m-mainnav__social{display:none}}.m-mainnav__twitter,.m-mainnav__instagram,.m-mainnav__linkedin{width:24px;height:24px;display:block;float:left;margin-left:11px}.m-mainnav__linkedin{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282' fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath d='M23.657 19.84a.385.385 0 00.286-.12.393.393 0 00.107-.291c0-.293-.176-.432-.538-.432h-.584v1.53h.22v-.667h.27l.006.008.419.659h.235l-.451-.682.03-.004zm-.254-.153h-.255v-.517h.323c.167 0 .357.027.357.246 0 .251-.192.271-.426.271m-5.479-1.764h-3.117v-4.88c0-1.165-.02-2.663-1.62-2.663-1.624 0-1.872 1.268-1.872 2.577v4.966H8.197V7.885h2.992v1.372h.042a3.278 3.278 0 012.952-1.621c3.16 0 3.742 2.078 3.742 4.78l-.002 5.507zM4.68 6.513a1.81 1.81 0 110-3.62 1.81 1.81 0 010 3.62m1.558 11.41h-3.12V7.885h3.12v10.038zM19.478.001H1.551A1.535 1.535 0 000 1.518v18c.01.847.704 1.526 1.552 1.517h17.925a1.54 1.54 0 001.559-1.518v-18A1.539 1.539 0 0019.477 0'/%3e%3cpath d='M23.43 18.315a1.435 1.435 0 10.028 0h-.028m0 2.705a1.259 1.259 0 111.236-1.279v.021a1.23 1.23 0 01-1.204 1.257h-.032'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:26px;margin-left:0}.m-mainnav__linkedin:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230a66c2' fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath d='M23.657 19.84a.385.385 0 00.286-.12.393.393 0 00.107-.291c0-.293-.176-.432-.538-.432h-.584v1.53h.22v-.667h.27l.006.008.419.659h.235l-.451-.682.03-.004zm-.254-.153h-.255v-.517h.323c.167 0 .357.027.357.246 0 .251-.192.271-.426.271m-5.479-1.764h-3.117v-4.88c0-1.165-.02-2.663-1.62-2.663-1.624 0-1.872 1.268-1.872 2.577v4.966H8.197V7.885h2.992v1.372h.042a3.278 3.278 0 012.952-1.621c3.16 0 3.742 2.078 3.742 4.78l-.002 5.507zM4.68 6.513a1.81 1.81 0 110-3.62 1.81 1.81 0 010 3.62m1.558 11.41h-3.12V7.885h3.12v10.038zM19.478.001H1.551A1.535 1.535 0 000 1.518v18c.01.847.704 1.526 1.552 1.517h17.925a1.54 1.54 0 001.559-1.518v-18A1.539 1.539 0 0019.477 0'/%3e%3cpath d='M23.43 18.315a1.435 1.435 0 10.028 0h-.028m0 2.705a1.259 1.259 0 111.236-1.279v.021a1.23 1.23 0 01-1.204 1.257h-.032'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-mainnav__instagram{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M12 15.844A3.861 3.861 0 018.156 12 3.861 3.861 0 0112 8.156 3.861 3.861 0 0115.844 12 3.861 3.861 0 0112 15.844M12 6c-3.281 0-6 2.672-6 6s2.672 6 6 6 6-2.719 6-6-2.719-6-6-6m6.5-2a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 0118.5 4'/%3e%3cg%3e%3cpath d='M21.7 17.008c0 1.495-.433 2.7-1.301 3.52-.868.82-2.074 1.254-3.52 1.254H7.04c-1.447 0-2.653-.434-3.52-1.254-.869-.868-1.303-2.074-1.303-3.569V7.073c0-1.446.434-2.652 1.302-3.52.82-.82 2.074-1.254 3.52-1.254h9.935c1.446 0 2.652.434 3.52 1.302.82.868 1.302 2.074 1.302 3.472v9.935H21.7zm.29-14.95C20.736.756 18.952.081 16.927.081H6.992C2.797.081 0 2.878 0 7.073v9.886c0 2.074.675 3.858 2.025 5.16C3.328 23.373 5.064 24 7.041 24h9.837c2.074 0 3.81-.675 5.064-1.88 1.302-1.255 1.977-3.039 1.977-5.112V7.073c0-2.025-.675-3.761-1.929-5.015z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;margin-left:10px}.m-mainnav__instagram:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bc2a8d'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M12 15.844A3.861 3.861 0 018.156 12 3.861 3.861 0 0112 8.156 3.861 3.861 0 0115.844 12 3.861 3.861 0 0112 15.844M12 6c-3.281 0-6 2.672-6 6s2.672 6 6 6 6-2.719 6-6-2.719-6-6-6m6.5-2a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 0118.5 4'/%3e%3cg%3e%3cpath d='M21.7 17.008c0 1.495-.433 2.7-1.301 3.52-.868.82-2.074 1.254-3.52 1.254H7.04c-1.447 0-2.653-.434-3.52-1.254-.869-.868-1.303-2.074-1.303-3.569V7.073c0-1.446.434-2.652 1.302-3.52.82-.82 2.074-1.254 3.52-1.254h9.935c1.446 0 2.652.434 3.52 1.302.82.868 1.302 2.074 1.302 3.472v9.935H21.7zm.29-14.95C20.736.756 18.952.081 16.927.081H6.992C2.797.081 0 2.878 0 7.073v9.886c0 2.074.675 3.858 2.025 5.16C3.328 23.373 5.064 24 7.041 24h9.837c2.074 0 3.81-.675 5.064-1.88 1.302-1.255 1.977-3.039 1.977-5.112V7.073c0-2.025-.675-3.761-1.929-5.015z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-mainnav__twitter{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cpath d='M27 2.604c-.994.442-2.061.74-3.182.875A5.572 5.572 0 0026.254.406a11.084 11.084 0 01-3.517 1.348A5.524 5.524 0 0018.693 0c-3.06 0-5.54 2.487-5.54 5.554 0 .435.05.859.144 1.265-4.603-.231-8.686-2.442-11.418-5.803a5.552 5.552 0 00-.75 2.793c0 1.926.978 3.626 2.464 4.622a5.511 5.511 0 01-2.509-.694v.07c0 2.69 1.91 4.935 4.443 5.445a5.52 5.52 0 01-2.5.096 5.544 5.544 0 005.174 3.856 11.094 11.094 0 01-6.88 2.378c-.447 0-.888-.026-1.321-.078A15.645 15.645 0 008.492 22c10.188 0 15.76-8.463 15.76-15.803 0-.24-.005-.48-.016-.718A11.263 11.263 0 0027 2.604'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:27px}.m-mainnav__twitter:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%231da1f2'%3e%3cg%3e%3cg%3e%3cpath d='M27 2.604c-.994.442-2.061.74-3.182.875A5.572 5.572 0 0026.254.406a11.084 11.084 0 01-3.517 1.348A5.524 5.524 0 0018.693 0c-3.06 0-5.54 2.487-5.54 5.554 0 .435.05.859.144 1.265-4.603-.231-8.686-2.442-11.418-5.803a5.552 5.552 0 00-.75 2.793c0 1.926.978 3.626 2.464 4.622a5.511 5.511 0 01-2.509-.694v.07c0 2.69 1.91 4.935 4.443 5.445a5.52 5.52 0 01-2.5.096 5.544 5.544 0 005.174 3.856 11.094 11.094 0 01-6.88 2.378c-.447 0-.888-.026-1.321-.078A15.645 15.645 0 008.492 22c10.188 0 15.76-8.463 15.76-15.803 0-.24-.005-.48-.016-.718A11.263 11.263 0 0027 2.604'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:27px}.m-firstmainnav--level1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(min-width: 1201px)and (max-width: 1350px){.m-firstmainnav--level1{max-width:77%}}@media(max-width: 1200px){.m-firstmainnav--level1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.m-firstmainnav--level1__trigger{padding:0 20px;text-align:center}@media(max-width: 1200px){.m-firstmainnav--level1__trigger{padding:0;margin-top:10px}}.m-firstmainnav--level1__trigger a{padding:6px 20px 5px;border-radius:4px;display:block;text-align:center}@media(max-width: 1200px){.m-firstmainnav--level1__trigger a{padding:10px 40px 9px 10px;text-align:left}}.m-firstmainnav--level1__trigger>a{position:relative}.m-firstmainnav--level1__trigger>a:hover{color:#fff;background-color:#828282}@media(max-width: 1200px){.m-firstmainnav--level1__trigger>a{display:block;color:#fff;background-color:#828282}}.m-firstmainnav--level1__trigger>a::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";cursor:pointer;width:11px;height:19px;position:absolute;top:14px;right:16px;-webkit-transform:rotate(90deg);transform:rotate(90deg);display:none}@media(max-width: 1200px){.m-firstmainnav--level1__trigger>a::after{display:block}}@media(max-width: 767px){.m-firstmainnav--level1__trigger>a::after{top:11px}}@media(max-width: 1200px){.m-firstmainnav--level1__trigger:first-child{margin-top:0}}.m-firstmainnav--level1__trigger.is-active>a{color:#fff;background-color:#828282}.m-firstmainnav--level1__trigger.is-active>a::after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.m-firstmainnav--level1__trigger.is-active.has-childs{padding-bottom:90px;position:relative}@media(max-width: 1200px){.m-firstmainnav--level1__trigger.is-active.has-childs{padding-bottom:0}}.m-firstmainnav--level1__trigger.is-active.has-childs::before{content:"";display:block;width:2px;height:76px;position:absolute;left:50%;bottom:0;background-color:#828282}@media(max-width: 1200px){.m-firstmainnav--level1__trigger.is-active.has-childs::before{display:none}}.m-firstmainnav--level1__trigger.is-active[data-has-no-childs="1"]::before{display:none}.m-firstmainnav--level1__trigger[data-section]:not([data-section=""])>a:hover{background-color:var(--main-color-1)}@media(max-width: 1200px){.m-firstmainnav--level1__trigger[data-section]:not([data-section=""])>a{background-color:var(--main-color-1)}}.m-firstmainnav--level1__trigger[data-section]:not([data-section=""]).is-active>a{background-color:var(--main-color-1)}.m-firstmainnav--level1__trigger[data-section]:not([data-section=""]).is-active.has-childs::before{background-color:var(--main-color-1)}.m-firstmainnav--level1__trigger .icon{display:none}.m-firstmainnav--level2{display:none;text-align:left;padding-top:45px}@media(max-width: 1200px){.m-firstmainnav--level2{padding-top:0;margin:0 0 0 10px}}.m-mainnav__sublevels .m-firstmainnav--level2{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 1200px){.m-mainnav__sublevels .m-firstmainnav--level2{display:none}}@media(max-width: 1200px){.m-firstmainnav--level1__trigger.is-active .m-firstmainnav--level2{display:block}}@media(max-width: 1200px){.m-firstmainnav--level1__trigger.is-active .m-firstmainnav--level2.hide{display:none}}.m-firstmainnav--level2__trigger{width:33.33%;padding-left:24px;padding-right:24px;padding-bottom:90px}@media(max-width: 1200px){.m-firstmainnav--level2__trigger{width:100%;padding:17px 0;border-top:1px solid #ccc;position:relative}}@media(max-width: 1200px){.m-firstmainnav--level2__trigger:nth-child(2){border-top:0}}.m-firstmainnav--level2__trigger>a{display:inline-block;padding-left:10px}@media(max-width: 1200px){.m-firstmainnav--level2__trigger>a{display:block;padding:0 40px 0 0}}.m-firstmainnav--level2__trigger>a:hover{color:var(--main-color-2)}.m-firstmainnav--level2__trigger>a:hover ::after{background:var(--icon-dark-arrow_right-color-1)}.m-firstmainnav--level2__trigger:not(.has-childs)>a.is-active{color:var(--main-color-2)}@media(max-width: 1200px){.m-firstmainnav--level2__trigger.has-childs>a::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23cccccc'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:11px;height:23px;position:absolute;right:16px;top:21px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@media(max-width: 767px){.m-firstmainnav--level2__trigger.has-childs>a::after{top:18px}}@media(max-width: 1200px){.m-firstmainnav--level2__trigger.has-childs.is-active>a::after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}.m-firstmainnav--level2__trigger .is-overview_item>a{color:#fff;background-color:var(--menu-color-1)}.m-firstmainnav--level2__trigger .is-overview_item>a:hover{background-color:var(--menu-color-2)}.m-firstmainnav--level2__trigger .is-overview_item>a::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-firstmainnav--level2__trigger .is-overview_item>a.is-active{background-color:var(--menu-color-2)}.m-firstmainnav--level2__trigger.is-overview_item{display:none}.m-firstmainnav--level3{margin-top:21px}@media(max-width: 1200px){.m-firstmainnav--level3{margin-top:13px;display:none}}@media(max-width: 1200px){.m-firstmainnav--level2__trigger.is-active .m-firstmainnav--level3{display:block}}.m-firstmainnav--level3__trigger a{display:block;padding:11px 38px 11px 10px;border-radius:4px;position:relative}@media(max-width: 1200px){.m-firstmainnav--level3__trigger a{padding-top:7px;padding-bottom:7px}}.m-firstmainnav--level3__trigger a::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23cccccc'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:10px;height:19px;position:absolute;right:14px;top:calc(50% - 9px)}.m-firstmainnav--level3__trigger a.is-active{color:var(--link-color-1)}.m-firstmainnav--level3__trigger a.is-active::after{background:var(--icon-arrow_right-color-1)}.m-firstmainnav--level3__trigger a:hover::after{background:var(--icon-dark-arrow_right-color-1)}.m-firstmainnav--level3__trigger.is-overview_item{display:block}.m-firstmainnav--level3__trigger.is-overview_item a{padding-top:16px;padding-bottom:19px;margin-bottom:12px}@media(max-width: 1200px){.m-firstmainnav--level3__trigger.is-overview_item a{padding-top:12px;padding-bottom:10px}}.m-firstmainnav--level3__trigger.is-overview_item a:hover,.m-firstmainnav--level3__trigger.is-overview_item a.is-active{color:#fff}.m-firstmainnav--level3__trigger.is-overview_item a:hover::after,.m-firstmainnav--level3__trigger.is-overview_item a.is-active::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}@media(max-width: 1200px){.m-firstmainnav--level3__trigger.is-overview_item a.is-active{color:var(--link-color-1);font-weight:bold;background-color:transparent;padding:7px 38px 7px 10px;margin-bottom:0}.m-firstmainnav--level3__trigger.is-overview_item a.is-active::after{background:var(--icon-arrow_right-color-1)}}@media(max-width: 1200px){.m-firstmainnav--level3__trigger.is-overview_item a.is-active:hover::after{background:var(--icon-arrow_right-color-1)}}.m-servicenav.is-in-megamenu{margin-top:50px;float:left;width:calc(100% - 75px);display:none}@media(max-width: 1200px){.m-servicenav.is-in-megamenu{display:block}}@media(max-width: 767px){.m-servicenav.is-in-megamenu{width:calc(100% - 60px)}}.m-servicenav--level1{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.m-servicenav--level1__trigger{margin-left:36px}@media(max-width: 767px){.m-servicenav--level1__trigger{margin-left:17px}}.m-servicenav--level1__trigger:first-child{margin-left:0}.m-servicenav--level1__trigger[data-icon=bag] a{padding-left:32px;position:relative}.m-servicenav--level1__trigger[data-icon=bag] a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23000000'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M13.042 17h-2.084v-2H1s.144 1.798.232 3.323c.036.632.251 1.677 2.083 1.677h17.37c1.832 0 2.043-1.046 2.083-1.677C22.87 16.755 23 15 23 15h-9.958v2zM9.59 2.645c.235-.54.315-.645.837-.645h3.146c.522 0 .602.105.837.644L15 4H9l.59-1.356zm.875 7.991h2.07V13H23s-.17-5.268-.23-6.918c-.057-1.567-.602-2.537-2.3-2.537h-3.689L15.405.881C15.025.143 14.895 0 14.048 0H8.952c-.846 0-.976.143-1.357.88L6.22 3.546H2.53c-1.698 0-2.237.97-2.3 2.537C.167 7.65 0 13 0 13h10.465v-2.364z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";position:absolute;left:0;top:0;width:23px;height:20px}.m-servicenav--level1__trigger[data-icon=bag] a:hover{color:#c84c09}.m-servicenav--level1__trigger[data-icon=bag] a:hover::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M13.042 17h-2.084v-2H1s.144 1.798.232 3.323c.036.632.251 1.677 2.083 1.677h17.37c1.832 0 2.043-1.046 2.083-1.677C22.87 16.755 23 15 23 15h-9.958v2zM9.59 2.645c.235-.54.315-.645.837-.645h3.146c.522 0 .602.105.837.644L15 4H9l.59-1.356zm.875 7.991h2.07V13H23s-.17-5.268-.23-6.918c-.057-1.567-.602-2.537-2.3-2.537h-3.689L15.405.881C15.025.143 14.895 0 14.048 0H8.952c-.846 0-.976.143-1.357.88L6.22 3.546H2.53c-1.698 0-2.237.97-2.3 2.537C.167 7.65 0 13 0 13h10.465v-2.364z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-servicenav--level1__trigger[data-icon=contact] a{padding-left:30px;position:relative}.m-servicenav--level1__trigger[data-icon=contact] a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23000000'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M18.792 17.184c-3.147-1.149-4.153-2.117-4.153-4.19 0-1.245.961-.838 1.383-3.118.175-.946 1.024-.015 1.186-2.174 0-.86-.463-1.074-.463-1.074s.235-1.273.328-2.253C17.187 3.155 16.368 0 12 0S6.813 3.154 6.928 4.375c.092.98.327 2.253.327 2.253s-.463.214-.463 1.074c.162 2.159 1.01 1.228 1.186 2.174.422 2.28 1.383 1.873 1.383 3.118 0 2.073-1.006 3.041-4.153 4.19C2.051 18.335 0 19.509 0 20.31V23h24v-2.69c0-.8-2.051-1.975-5.208-3.126'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";position:absolute;left:0;top:-1px;width:23px;height:23px}.m-servicenav--level1__trigger[data-icon=contact] a:hover{color:#c84c09}.m-servicenav--level1__trigger[data-icon=contact] a:hover::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M18.792 17.184c-3.147-1.149-4.153-2.117-4.153-4.19 0-1.245.961-.838 1.383-3.118.175-.946 1.024-.015 1.186-2.174 0-.86-.463-1.074-.463-1.074s.235-1.273.328-2.253C17.187 3.155 16.368 0 12 0S6.813 3.154 6.928 4.375c.092.98.327 2.253.327 2.253s-.463.214-.463 1.074c.162 2.159 1.01 1.228 1.186 2.174.422 2.28 1.383 1.873 1.383 3.118 0 2.073-1.006 3.041-4.153 4.19C2.051 18.335 0 19.509 0 20.31V23h24v-2.69c0-.8-2.051-1.975-5.208-3.126'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-mainnav-service--level1{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.m-mainnav-service--level1__trigger{margin-right:28px}@media(max-width: 1200px){.m-mainnav-service--level1__trigger{margin-right:40px;margin-top:13px}}.m-mainnav-service--level1__trigger:last-child{margin-left:0}.m-mainnav-service--level1__trigger a:hover{color:#c84c09}@media(max-width: 1200px){.m-mainnav-service--level1__trigger a{color:#fff}}.m-footernav--level1{list-style:none}.m-footernav--level1__trigger{padding-top:13px}@media(max-width: 1200px){.m-footernav--level1__trigger{padding-top:9px}}@media(max-width: 767px){.m-footernav--level1__trigger{padding-top:6px}}.m-footernav--level1__trigger:first-child{padding-top:0}.m-footer-servicenavigation--level1{list-style:none}.m-footer-servicenavigation--level1__trigger{display:inline}.m-footer-servicenavigation--level1__trigger::before{content:" | "}.m-footer-servicenavigation--level1__trigger:first-child::before{content:""}.m-footer-servicenavigation--level1__trigger a.is-active{display:inline}.m-labels ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.m-labels ul li{margin-left:36px}.m-labels ul li:first-child{margin-left:0}.m-labels ul li a:hover{color:#c84c09}.m-labels.is-in-megamenu{display:none;margin-top:25px}@media(max-width: 1200px){.m-labels.is-in-megamenu{display:block}}.m-labels.is-in-megamenu ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.m-labels.is-in-megamenu ul li{margin-left:0;padding:9px 0;border-bottom:2px solid #ccc}.m-mainnav__table{width:100%;margin-right:-24px;margin-left:-24px;text-align:left;margin-top:45px;margin-bottom:90px;display:table}.m-mainnav__table tr.m-firstmainnav--level2,.m-mainnav__table tr{display:table-row}.m-mainnav__table td.m-firstmainnav--level2__trigger,.m-mainnav__table td{display:table-cell;padding-bottom:0}.m-mainnav__table td.m-firstmainnav--level2__trigger>a,.m-mainnav__table td>a{display:block}.m-mainnav__table td.m-firstmainnav--level2__trigger>a+a,.m-mainnav__table td>a+a{margin-top:30px}.m-mainnav__table tr.m-firstmainnav--level2__spacer td{padding-top:90px}ul.m-firstmainnav--level2.hide{display:none}.m-2click-notice__wrapper{position:absolute;left:0;right:0;top:0;bottom:0;cursor:pointer}.m-2click-notice__wrapper[data-notice-type=youtube]::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 94'%3e%3cdefs%3e%3cpath id='a' d='M0 .871h129.193V93H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg opacity='.5' transform='translate(0 .13)'%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath d='M129.193 46.86c0 2.32-.025 4.387-.075 6.203a170.132 170.132 0 00-.076 4.689 70.84 70.84 0 01-.152 4.388c-.1 1.613-.252 3.428-.454 5.445a168.756 168.756 0 01-.68 5.598 41.555 41.555 0 01-.984 4.992 15.044 15.044 0 01-1.74 4.84 19.021 19.021 0 01-3.101 4.086 18.908 18.908 0 01-4.235 2.722 15.59 15.59 0 01-4.69 1.362c-5.345.605-12.052 1.059-20.12 1.362-8.068.302-17.498.453-28.29.453-10.791 0-20.22-.151-28.29-.453-8.067-.303-14.774-.757-20.12-1.362a15.575 15.575 0 01-4.688-1.362A18.937 18.937 0 017.262 87.1a15.43 15.43 0 01-3.177-4.085 19.918 19.918 0 01-1.815-4.841 85.275 85.275 0 01-.832-4.992 168.72 168.72 0 01-.681-5.598 147.887 147.887 0 01-.454-5.445 70.84 70.84 0 01-.152-4.388c0-1.31-.024-2.874-.075-4.69C.026 51.248 0 49.18 0 46.86s.026-4.362.076-6.126c.05-1.766.075-3.304.075-4.615 0-1.311.05-2.773.152-4.387.1-1.613.252-3.43.454-5.446.202-2.017.428-3.908.68-5.673.253-1.765.58-3.403.984-4.917.302-1.815.882-3.454 1.74-4.916a19.83 19.83 0 013.1-4.01c1.312-1.21 2.724-2.167 4.237-2.873a15.604 15.604 0 014.689-1.362c5.345-.504 12.052-.907 20.12-1.21C44.376 1.023 53.805.87 64.597.87c10.79 0 20.22.152 28.289.454 8.068.303 14.775.706 20.12 1.21 1.614.202 3.177.656 4.69 1.362 1.513.706 2.925 1.664 4.235 2.874 1.312 1.21 2.37 2.547 3.177 4.009.808 1.462 1.412 3.1 1.815 4.916.303 1.514.58 3.152.833 4.917.252 1.765.479 3.656.68 5.673.202 2.017.354 3.833.454 5.446.1 1.614.152 3.076.152 4.387 0 1.31.025 2.849.076 4.615a219.3 219.3 0 01.075 6.126' fill='white' mask='url(%23b)'/%3e%3c/g%3e%3cpath fill='%23ffffff' d='M49.144 24.292v45.544L92.997 47.74z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";background-size:130px auto;position:absolute;left:0;top:0;bottom:0;right:0;z-index:5}@media(max-width: 1200px){.m-2click-notice__wrapper[data-notice-type=youtube]::before{background-size:110px auto}}@media(max-width: 767px){.m-2click-notice__wrapper[data-notice-type=youtube]::before{background-size:80px auto}}.m-2click-notice__wrapper:hover[data-notice-type=youtube]::before{opacity:.8}.m-2click-notice__wrapper.js-youtube-hint-loaded[data-notice-type=youtube]::before{opacity:0;z-index:-1}.m-2click-notice__wrapper.js-youtube-hint-loaded .m-2click-notice{display:block}.m-2click-notice__wrapper.js-youtube-hint-loaded .m-2click-notice__dimm{background-color:var(--main-color-3);opacity:.5;background-image:none}.m-2click-notice__wrapper.js-youtube-hint-loaded:hover .m-2click-notice__text_icon{opacity:.8}.m-2click-notice__relative{height:100%;position:relative}.m-2click-notice__dimm{background-image:linear-gradient(179deg, rgba(213, 213, 213, 0) -5%, var(--gradient-background-color-2) 121%);position:absolute;right:0;left:0;top:0;bottom:0}.m-2click-notice__dimm a{color:#fff !important;border-bottom-color:#fff !important}.m-2click-notice__visible{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:100%}.m-2click-notice{z-index:1;display:none}@media(max-width: 767px){.m-2click-notice{padding:0 18px;position:initial}}.m-2click-notice__text_icon{position:relative;width:130px;height:90px}@media(max-width: 767px){.m-2click-notice__text_icon{width:75px;height:55px;position:absolute;bottom:15px;right:39px}}.m-2click-notice__text_icon::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 130 93'%3e%3cdefs%3e%3cpath id='a' d='M0 0h129.193V92.13H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd' opacity='.5'%3e%3cg transform='translate(0 -1)'%3e%3cg transform='translate(0 1)'%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath d='M49.144 68.837V23.293L92.997 46.74 49.144 68.837zm79.973-28.975a162.235 162.235 0 01-.076-4.614c0-1.311-.05-2.773-.15-4.387a147.927 147.927 0 00-.455-5.446 136.451 136.451 0 00-.68-5.673 89.686 89.686 0 00-.833-4.917c-.403-1.815-1.008-3.454-1.815-4.916-.807-1.463-1.866-2.8-3.177-4.01-1.31-1.21-2.723-2.167-4.236-2.874a15.637 15.637 0 00-4.69-1.361c-5.344-.504-12.05-.908-20.12-1.21C84.817.15 75.387 0 64.596 0c-10.79 0-20.22.15-28.289.454-8.068.302-14.775.706-20.12 1.21a15.63 15.63 0 00-4.689 1.36C9.984 3.733 8.573 4.69 7.261 5.9a19.81 19.81 0 00-3.1 4.009c-.859 1.462-1.438 3.1-1.74 4.916a42.434 42.434 0 00-.984 4.917c-.252 1.765-.48 3.656-.68 5.673a147.927 147.927 0 00-.455 5.446 71.57 71.57 0 00-.15 4.387c0 1.31-.027 2.849-.076 4.614A214.96 214.96 0 000 45.989c0 2.32.026 4.387.077 6.202.05 1.816.075 3.379.075 4.69 0 1.31.051 2.773.151 4.388.101 1.613.252 3.428.454 5.445.201 1.917.43 3.782.681 5.598.252 1.815.53 3.479.832 4.992a19.96 19.96 0 001.815 4.84 15.43 15.43 0 003.177 4.086 18.943 18.943 0 004.237 2.722 15.604 15.604 0 004.69 1.362c5.344.605 12.051 1.059 20.12 1.362 8.067.302 17.497.453 28.288.453s20.221-.151 28.29-.453c8.068-.303 14.775-.757 20.12-1.362a15.61 15.61 0 004.69-1.362 18.937 18.937 0 004.235-2.722 19.054 19.054 0 003.102-4.085 15.091 15.091 0 001.74-4.841 41.76 41.76 0 00.982-4.992c.252-1.816.48-3.681.681-5.598.202-2.017.353-3.832.454-5.445.101-1.615.151-3.077.151-4.388s.025-2.874.076-4.69c.05-1.815.076-3.882.076-6.202s-.026-4.362-.076-6.127z' fill='white' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";background-size:130px auto;position:absolute;left:-4px;top:0;bottom:0;right:0;z-index:5}@media(max-width: 1200px){.m-2click-notice__text_icon::before{background-size:110px auto;left:-20px}}@media(max-width: 767px){.m-2click-notice__text_icon::before{background-size:70px auto;left:0}}.m-2click-notice__text_click{margin-top:30px;color:#fff}@media(max-width: 1200px){.m-2click-notice__text_click{margin-top:15px}}@media(max-width: 767px){.m-2click-notice__text_click{margin-top:0}}.m-2click-notice__text_note{margin-top:20px;color:#fff;width:50%}@media(max-width: 1200px){.m-2click-notice__text_note{margin-top:15px;width:100%}}@media(max-width: 767px){.m-2click-notice__text_note{margin-top:11px}}.m-2click-notice__text_link_wrapper{margin-top:20px;color:#fff}@media(max-width: 1200px){.m-2click-notice__text_link_wrapper{margin-top:11px}}@media(max-width: 767px){.m-2click-notice__text_link_wrapper{margin-top:9px}}.m-2click-notice__text_link{color:#fff;border-bottom-color:#fff}.m-2click-notice__text_link:hover{color:#fff}.hamburger{padding:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;outline:0;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.55s;transition-duration:.55s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger-box{width:25px;height:21px;display:block;position:relative}@media(max-width: 1200px){.hamburger-box{width:27px;height:37px}}@media(max-width: 767px){.hamburger-box{width:27px;height:26px}}.hamburger-inner{display:block;top:50%;margin-top:-0.5px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:25px;height:1px;background-color:#fff;border-radius:0;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--spin .hamburger-inner{-webkit-transition-duration:.22s;transition-duration:.22s;-webkit-transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--spin .hamburger-inner::before{-webkit-transition:top .1s .25s ease-in,opacity .1s ease-in;transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner::after{-webkit-transition:bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom .1s .25s ease-in,-webkit-transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.l-header__hamburger.is-active .hamburger--spin .hamburger-inner{-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}.l-header__hamburger.is-active .hamburger--spin .hamburger-inner::before{top:0;opacity:1;-webkit-transition:top .1s ease-out,opacity .1s .12s ease-out;transition:top .1s ease-out,opacity .1s .12s ease-out;-webkit-transition-delay:0s;transition-delay:0s}.l-header__hamburger.is-active .hamburger--spin .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom .1s ease-out,-webkit-transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transition-delay:0s;transition-delay:0s}.hamburger-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;margin-left:11px}@media(max-width: 1200px){.hamburger-title{height:37px}}@media(max-width: 767px){.hamburger-title{height:26px;margin-left:8px}}.m-headerimage{position:relative}@media(max-width: 767px){.m-headerimage::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.25;background-color:#000}}.m-headerimage__image{display:none;height:610px;overflow:hidden;background-color:#dadedf;background-size:cover;background-position:center}@media(max-width: 1200px){.m-headerimage__image{height:400px}}@media(max-width: 767px){.m-headerimage__image{height:186px}}.m-headerimage__image.active{display:block}.m-headerimage__titleouter{position:absolute;top:150px;width:100%}@media(max-width: 1200px){.m-headerimage__titleouter{top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(max-width: 767px){.m-headerimage__title{color:#fff}}.m-highcharts-tooltip{padding:20px;background-color:#fff;color:#000;-webkit-box-shadow:0 0 9px 0 rgba(170,170,170,.32);box-shadow:0 0 9px 0 rgba(170,170,170,.32)}.m-highcharts-tooltip__heading{font-family:AktivGrotesk;font-size:24px;font-weight:bold;text-align:center;padding-bottom:10px}.m-highcharts-tooltip__hline{width:90px;height:2px;background-color:#000;margin:0 auto;margin-bottom:15px}.m-highcharts-tooltip__textline{font-family:AktivGrotesk;font-size:18px;line-height:1.44;text-align:center;color:#000}.m-highcharts-tooltip__textline>span:not(:first-child){font-weight:bold;padding-left:5px}.m-highcharts-diagram-tooltip__pie{padding:10px 15px;background-color:#fff;color:#000;-webkit-box-shadow:0 0 9px 0 rgba(170,170,170,.32);box-shadow:0 0 9px 0 rgba(170,170,170,.32)}.m-highcharts-diagram-tooltip__pie_name{font-size:16px;font-weight:700;color:#000;padding-bottom:5px}.m-highcharts-diagram-tooltip__pie_value{font-size:14px;font-weight:400;color:#000}.m-highcharts-diagram-tooltip__column{padding:10px 15px;background-color:#fff;color:#000;-webkit-box-shadow:0 0 9px 0 rgba(170,170,170,.32);box-shadow:0 0 9px 0 rgba(170,170,170,.32)}.m-highcharts-diagram-tooltip__column_group{font-size:16px;font-weight:700;color:#000;margin-bottom:15px}.m-highcharts-diagram-tooltip__column_point{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.m-highcharts-diagram-tooltip__column_point_name{font-size:14px;font-weight:700}.m-highcharts-diagram-tooltip__column_point_value{font-size:14px;font-weight:400;color:#000;margin-left:15px}.m-newsteaser{-webkit-box-shadow:0 2px 16px 0 rgba(163,163,163,.21);box-shadow:0 2px 16px 0 rgba(163,163,163,.21);height:100%;position:relative}.m-newsteaser__content{margin:21px 20px 130px}.m-newsteaser__more{position:absolute;bottom:42px;left:20px}.m-newsteaser__image{padding-bottom:56.25%;overflow:hidden;position:relative}.m-newsteaser__image::before{position:absolute;content:"";top:0;left:0;bottom:0;right:0;background-image:url(../fonts/news_fallback.svg);background-size:cover}.m-newsteaser__image img{width:100%;height:auto;position:absolute;top:0;left:0}.m-newsteaser__date{font-size:15px;line-height:1.33;color:#828282}.m-newsteaser__title{display:block;margin-top:14px}.m-newsteaser__teaser{margin-top:21px}.m-publication>div:nth-child(2){margin-left:-20px}@media(max-width: 767px){.m-publication>div:nth-child(2){margin:20px 0 0 0}}.m-publication>div:nth-child(3)::before{content:"";display:block;padding-bottom:49px;margin-bottom:48px;border-bottom:1px solid #ccc}@media(max-width: 767px){.m-publication>div:nth-child(3)::before{padding-bottom:21px;margin-bottom:20px}}.m-publication__cover img{width:100%;height:auto;max-width:184px}.m-publication__theme{color:#828282;margin-bottom:15px}[data-tag-count="0"] .m-publication__theme{display:none}.m-publication__file{margin-top:40px}@media(max-width: 767px){.m-publication__file{margin-top:10px}}.m-publication__file .m-download__fileitem__filename>a{display:none}.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime{padding-left:0}.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a{margin-left:30px}.m-publication__file .m-download__fileitem__filename .m-download__fileitem__mime a::before{width:17px;height:17px;top:3px;left:-30px}.m-search{opacity:0;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}@media print{.m-search{-webkit-transition:none;transition:none}}.m-search__close{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;position:absolute;top:0;right:calc(48px / 2);height:71px;width:82px;background-color:#000;text-align:center;cursor:pointer}@media print{.m-search__close{-webkit-transition:none;transition:none}}.m-search__close:hover,.m-search__close:focus{background-color:#828282}.m-search__close::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 26'%3e%3cg fill='none' fill-rule='evenodd' stroke-linecap='square'%3e%3cg stroke='%23FFF'%3e%3cg%3e%3cg%3e%3cpath d='M1 1l20 24M1 25L21 1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";color:#fff;display:inline-block;width:20px;height:24px;margin-top:21px}.m-search__close:hover,.m-search__close.is-active{background-color:#828282}.m-search__inner h2{width:200px;float:left;line-height:77px}@media(max-width: 1200px){.m-search__inner h2{width:150px}}@media(max-width: 767px){.m-search__inner h2{width:100%;line-height:57px;line-height:initial;margin-bottom:7px}}.m-search__inner .m-form--div--search{margin-bottom:0}.m-search__title{margin-bottom:20px}.m-search-form__button{-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;display:block;color:#fff;position:relative;padding-left:37px}@media print{.m-search-form__button{-webkit-transition:none;transition:none}}@media(max-width: 767px){.m-search-form__button{padding-left:34px}}.m-search-form__button::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.47 9.46a8.079 8.079 0 008.014 8.186c4.441.057 8.112-3.568 8.163-8.06.05-4.402-3.551-8.06-7.988-8.115-4.515-.055-8.15 3.49-8.188 7.989m15.233 5.75L25 23.471 23.412 25l-8.196-8.339c-2.477 1.842-5.079 2.46-7.922 1.845-2.236-.483-4.04-1.686-5.421-3.519-2.805-3.72-2.42-8.968.892-12.27 3.314-3.303 8.486-3.622 12.22-.806 3.335 2.515 5.368 8.044 1.72 13.298'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:32px;height:27px;position:absolute;left:0;top:0}@media(max-width: 767px){.m-search-form__button::before{width:28px;height:26px}}.m-search-form__button:hover{color:#fff}.m-block--gvl_content{margin:0 0 140px}@media(max-width: 1200px){.m-block--gvl_content{margin-bottom:100px}}@media(max-width: 767px){.m-block--gvl_content{margin-bottom:90px}}.m-block--languageswitch.is-in-megamenu{margin-top:50px;width:60px;text-align:right;float:right;display:none}@media(max-width: 1200px){.m-block--languageswitch.is-in-megamenu{display:block}}@media(max-width: 767px){.m-block--languageswitch.is-in-megamenu{width:60px}}.m-block--languageswitcher__links{position:relative}.is-in-megamenu .m-block--languageswitcher__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.m-block--languageswitcher__links.is-opened .m-block--languageswitcher__links__trigger a.is-active{color:#c84c09}.m-block--languageswitcher__links.is-opened .m-block--languageswitcher__links__trigger a.is-active::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.m-block--languageswitcher__links.is-opened .m-block--languageswitcher__links__trigger:not(.is-active){display:block}.m-block--languageswitcher__links__trigger{display:none}.m-block--languageswitcher__links__trigger.is-active,.is-in-megamenu .m-block--languageswitcher__links__trigger{display:block}.m-block--languageswitcher__links__trigger a{color:#828282;text-transform:uppercase;position:relative;padding-right:23px}.is-in-megamenu .m-block--languageswitcher__links__trigger a{padding-right:0}.m-block--languageswitcher__links__trigger a::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23828282'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:16px;height:9px;position:absolute;right:0;top:8px}.is-in-megamenu .m-block--languageswitcher__links__trigger a::after{display:none}.m-block--languageswitcher__links__trigger a:hover{color:#c84c09}.m-block--languageswitcher__links__trigger a:hover::after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.is-in-megamenu .m-block--languageswitcher__links__trigger a.is-active{color:#c84c09}.m-block--languageswitcher__links__trigger:not(.is-active){position:absolute;top:34px;left:0;z-index:1}.is-in-megamenu .m-block--languageswitcher__links__trigger:not(.is-active){position:relative;top:auto}.m-block--languageswitcher__links__trigger:not(.is-active) a::before{content:"";display:block;position:absolute;width:81px;height:47px;top:-9px;left:-23px;z-index:-1;-webkit-box-shadow:0 2px 4px 0 rgba(170,170,170,.32);box-shadow:0 2px 4px 0 rgba(170,170,170,.32);background-color:#fff}.is-in-megamenu .m-block--languageswitcher__links__trigger:not(.is-active) a::before{display:none}.m-block--languageswitcher__links__trigger:not(.is-active) a::after{display:none}.m-footer__top a{display:block;position:fixed;bottom:69px;right:69px;width:42px;height:42px;border-radius:4px;visibility:hidden;opacity:0;z-index:497;background-image:linear-gradient(42deg, #c84c09 -35%, #f5a03e 65%)}@media(max-width: 1200px){.m-footer__top a{bottom:40px !important;right:40px}}@media(max-width: 767px){.m-footer__top a{width:35px;height:35px;bottom:24px !important;right:24px}}.m-footer__top a.is-active{visibility:visible;opacity:1}.m-footer__top a::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;width:16px;height:23px;position:absolute;left:14px;top:10px}@media(max-width: 767px){.m-footer__top a::before{width:13px;height:20px;left:11px;top:7px}}.m-footer__upper{background-color:#181717;padding:84px 0 82px 0}@media(max-width: 1200px){.m-footer__upper{padding:44px 0 42px 0}}@media(max-width: 767px){.m-footer__upper{padding:30px 0 21px 0}}.m-footer__lower{background-color:#000;padding:58px 0}@media(max-width: 1200px){.m-footer__lower{padding:38px 0}}@media(max-width: 767px){.m-footer__lower{padding:18px 0}}.m-footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 767px){.m-footer__contact{margin-top:38px}}.m-footer__contactlink{margin-top:21px}@media(max-width: 1200px){.m-footer__contactlink{margin-top:12px}}@media(max-width: 767px){.m-footer__contactlink{margin-top:8px}}.m-footer__contactlink:first-child{margin-top:0}.m-footer__contactlink a:hover .m-paragraph--contactboxcontactelement__linetext{border:0}.m-footer__contactlink .m-paragraph--contactboxcontactelement__linetext{padding-bottom:0}.m-footer__contactformlink{margin-top:29px;padding-left:13px;padding-right:13px}@media(max-width: 1200px){.m-footer__contactformlink{margin-top:17px}}@media(max-width: 767px){.m-footer__contactformlink{margin-top:16px}}.m-footer__contactformlink:hover{color:#fff !important}@media(max-width: 1200px){.m-footer__footernav{margin-top:40px}}@media(max-width: 767px){.m-footer__footernav{margin-top:35px}}@media(max-width: 1200px){.m-footer__newsletter{margin-top:40px}}@media(max-width: 767px){.m-footer__newsletter{margin-top:55px}}.m-footer__newsletter h5{margin-top:0;margin-bottom:50px}@media(max-width: 1200px){.m-footer__newsletter h5{margin-bottom:20px}}@media(max-width: 767px){.m-footer__newsletter h5{margin-bottom:14px}}.m-footer__newsletterlink{padding-left:13px;padding-right:13px}.m-footer__newsletterlink:hover{color:#fff !important}.m-footer__company{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m-footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1200px){.m-footer__social{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:20px}}.m-footer__servicenav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 1200px){.m-footer__servicenav{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:22px}}.m-footer-social__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:7px;line-height:1em}@media(max-width: 1200px){.m-footer-social__title{margin-top:2px}}@media(max-width: 767px){.m-footer-social__title{margin-top:4px}}.m-footer-social__twitter,.m-footer-social__instagram,.m-footer-social__linkedin{width:24px;height:24px;display:block;float:left;margin-left:11px}.m-footer-social__linkedin{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff' fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath d='M23.657 19.84a.385.385 0 00.286-.12.393.393 0 00.107-.291c0-.293-.176-.432-.538-.432h-.584v1.53h.22v-.667h.27l.006.008.419.659h.235l-.451-.682.03-.004zm-.254-.153h-.255v-.517h.323c.167 0 .357.027.357.246 0 .251-.192.271-.426.271m-5.479-1.764h-3.117v-4.88c0-1.165-.02-2.663-1.62-2.663-1.624 0-1.872 1.268-1.872 2.577v4.966H8.197V7.885h2.992v1.372h.042a3.278 3.278 0 012.952-1.621c3.16 0 3.742 2.078 3.742 4.78l-.002 5.507zM4.68 6.513a1.81 1.81 0 110-3.62 1.81 1.81 0 010 3.62m1.558 11.41h-3.12V7.885h3.12v10.038zM19.478.001H1.551A1.535 1.535 0 000 1.518v18c.01.847.704 1.526 1.552 1.517h17.925a1.54 1.54 0 001.559-1.518v-18A1.539 1.539 0 0019.477 0'/%3e%3cpath d='M23.43 18.315a1.435 1.435 0 10.028 0h-.028m0 2.705a1.259 1.259 0 111.236-1.279v.021a1.23 1.23 0 01-1.204 1.257h-.032'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:26px;height:25px;margin-left:4px}@media(max-width: 767px){.m-footer-social__linkedin{height:24px}}.m-footer-social__linkedin:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230a66c2' fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath d='M23.657 19.84a.385.385 0 00.286-.12.393.393 0 00.107-.291c0-.293-.176-.432-.538-.432h-.584v1.53h.22v-.667h.27l.006.008.419.659h.235l-.451-.682.03-.004zm-.254-.153h-.255v-.517h.323c.167 0 .357.027.357.246 0 .251-.192.271-.426.271m-5.479-1.764h-3.117v-4.88c0-1.165-.02-2.663-1.62-2.663-1.624 0-1.872 1.268-1.872 2.577v4.966H8.197V7.885h2.992v1.372h.042a3.278 3.278 0 012.952-1.621c3.16 0 3.742 2.078 3.742 4.78l-.002 5.507zM4.68 6.513a1.81 1.81 0 110-3.62 1.81 1.81 0 010 3.62m1.558 11.41h-3.12V7.885h3.12v10.038zM19.478.001H1.551A1.535 1.535 0 000 1.518v18c.01.847.704 1.526 1.552 1.517h17.925a1.54 1.54 0 001.559-1.518v-18A1.539 1.539 0 0019.477 0'/%3e%3cpath d='M23.43 18.315a1.435 1.435 0 10.028 0h-.028m0 2.705a1.259 1.259 0 111.236-1.279v.021a1.23 1.23 0 01-1.204 1.257h-.032'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-footer-social__instagram{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M12 15.844A3.861 3.861 0 018.156 12 3.861 3.861 0 0112 8.156 3.861 3.861 0 0115.844 12 3.861 3.861 0 0112 15.844M12 6c-3.281 0-6 2.672-6 6s2.672 6 6 6 6-2.719 6-6-2.719-6-6-6m6.5-2a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 0118.5 4'/%3e%3cg%3e%3cpath d='M21.7 17.008c0 1.495-.433 2.7-1.301 3.52-.868.82-2.074 1.254-3.52 1.254H7.04c-1.447 0-2.653-.434-3.52-1.254-.869-.868-1.303-2.074-1.303-3.569V7.073c0-1.446.434-2.652 1.302-3.52.82-.82 2.074-1.254 3.52-1.254h9.935c1.446 0 2.652.434 3.52 1.302.82.868 1.302 2.074 1.302 3.472v9.935H21.7zm.29-14.95C20.736.756 18.952.081 16.927.081H6.992C2.797.081 0 2.878 0 7.073v9.886c0 2.074.675 3.858 2.025 5.16C3.328 23.373 5.064 24 7.041 24h9.837c2.074 0 3.81-.675 5.064-1.88 1.302-1.255 1.977-3.039 1.977-5.112V7.073c0-2.025-.675-3.761-1.929-5.015z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;margin-left:9px}.m-footer-social__instagram:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bc2a8d'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M12 15.844A3.861 3.861 0 018.156 12 3.861 3.861 0 0112 8.156 3.861 3.861 0 0115.844 12 3.861 3.861 0 0112 15.844M12 6c-3.281 0-6 2.672-6 6s2.672 6 6 6 6-2.719 6-6-2.719-6-6-6m6.5-2a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 0118.5 4'/%3e%3cg%3e%3cpath d='M21.7 17.008c0 1.495-.433 2.7-1.301 3.52-.868.82-2.074 1.254-3.52 1.254H7.04c-1.447 0-2.653-.434-3.52-1.254-.869-.868-1.303-2.074-1.303-3.569V7.073c0-1.446.434-2.652 1.302-3.52.82-.82 2.074-1.254 3.52-1.254h9.935c1.446 0 2.652.434 3.52 1.302.82.868 1.302 2.074 1.302 3.472v9.935H21.7zm.29-14.95C20.736.756 18.952.081 16.927.081H6.992C2.797.081 0 2.878 0 7.073v9.886c0 2.074.675 3.858 2.025 5.16C3.328 23.373 5.064 24 7.041 24h9.837c2.074 0 3.81-.675 5.064-1.88 1.302-1.255 1.977-3.039 1.977-5.112V7.073c0-2.025-.675-3.761-1.929-5.015z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-footer-social__twitter{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23ffffff'%3e%3cg%3e%3cg%3e%3cpath d='M27 2.604c-.994.442-2.061.74-3.182.875A5.572 5.572 0 0026.254.406a11.084 11.084 0 01-3.517 1.348A5.524 5.524 0 0018.693 0c-3.06 0-5.54 2.487-5.54 5.554 0 .435.05.859.144 1.265-4.603-.231-8.686-2.442-11.418-5.803a5.552 5.552 0 00-.75 2.793c0 1.926.978 3.626 2.464 4.622a5.511 5.511 0 01-2.509-.694v.07c0 2.69 1.91 4.935 4.443 5.445a5.52 5.52 0 01-2.5.096 5.544 5.544 0 005.174 3.856 11.094 11.094 0 01-6.88 2.378c-.447 0-.888-.026-1.321-.078A15.645 15.645 0 008.492 22c10.188 0 15.76-8.463 15.76-15.803 0-.24-.005-.48-.016-.718A11.263 11.263 0 0027 2.604'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:27px}.m-footer-social__twitter:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%231da1f2'%3e%3cg%3e%3cg%3e%3cpath d='M27 2.604c-.994.442-2.061.74-3.182.875A5.572 5.572 0 0026.254.406a11.084 11.084 0 01-3.517 1.348A5.524 5.524 0 0018.693 0c-3.06 0-5.54 2.487-5.54 5.554 0 .435.05.859.144 1.265-4.603-.231-8.686-2.442-11.418-5.803a5.552 5.552 0 00-.75 2.793c0 1.926.978 3.626 2.464 4.622a5.511 5.511 0 01-2.509-.694v.07c0 2.69 1.91 4.935 4.443 5.445a5.52 5.52 0 01-2.5.096 5.544 5.544 0 005.174 3.856 11.094 11.094 0 01-6.88 2.378c-.447 0-.888-.026-1.321-.078A15.645 15.645 0 008.492 22c10.188 0 15.76-8.463 15.76-15.803 0-.24-.005-.48-.016-.718A11.263 11.263 0 0027 2.604'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;width:27px}.m-form-success{border-image-source:linear-gradient(64deg, var(--gradient-square-1) -33%, var(--gradient-square-2) 63%);padding:40px 50px 60px;-o-object-fit:contain;object-fit:contain;border-style:solid;border-width:6px;border-image-slice:1}@media(max-width: 1200px){.m-form-success{padding:25px 35px 40px}}@media(max-width: 767px){.m-form-success{padding:24px 25px 32px}}.m-form-success__title{position:relative;display:inline-block;padding-top:24px;padding-right:120px}@media(max-width: 767px){.m-form-success__title{padding-top:17px;padding-right:90px}}.m-form-success__title::before{background:var(--icon-envelope-color-1);content:"";position:absolute;right:0;top:0;width:94px;height:76px}@media(max-width: 767px){.m-form-success__title::before{width:74px;height:56px}}.m-form-success__text{margin-top:20px}.m-fpnewsteaser{margin:0 10px;text-align:left}.m-fpnewsteaser__link{display:block}.m-fpnewsteaser__link:hover .m-fpnewsteaser__cover::before{-webkit-transform:scale(1.03);-khtml-transform:scale(1.03);transform:scale(1.03)}.m-fpnewsteaser__link:hover .m-fpnewsteaser__cover img{-webkit-transform:scale(1.03);-khtml-transform:scale(1.03);transform:scale(1.03)}.m-fpnewsteaser__link:hover .m-fpnewsteaser__title{color:var(--main-color-1)}.m-fpnewsteaser__link[data-hasimage="1"] .m-fpnewsteaser__cover::before{display:none}.m-fpnewsteaser__cover{overflow:hidden;padding-bottom:56.25%;position:relative}.m-fpnewsteaser__cover img{width:100%;height:auto}.m-fpnewsteaser__cover::after{-webkit-transition:all 350ms ease-out;transition:all 350ms ease-out;content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:url(../fonts/news_fallback.svg);background-size:cover;z-index:-1}@media print{.m-fpnewsteaser__cover::after{-webkit-transition:none;transition:none}}.m-fpnewsteaser__cover img{-webkit-transition:all 350ms ease-out;transition:all 350ms ease-out;position:absolute;left:0;top:0;z-index:1}@media print{.m-fpnewsteaser__cover img{-webkit-transition:none;transition:none}}.m-fpnewsteaser__date{color:#828282;margin-top:19px}.m-fpnewsteaser__title{margin-top:15px}.m-eventteaser__content{position:relative;padding-left:138px}@media(max-width: 767px){.m-eventteaser__content{padding-left:0}}.m-eventteaser__date{position:absolute;width:103px;left:0;top:0}@media(max-width: 767px){.m-eventteaser__date{position:relative;width:100%;margin-bottom:13px}}.m-eventteaser__date span{display:block}@media(max-width: 767px){.m-eventteaser__date span{display:inline}}.m-eventteaser__audience{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}[data-audience-count="0"] .m-eventteaser__audience{display:none}.m-eventteaser__tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}[data-tag-count="0"] .m-eventteaser__tag{display:none}.m-eventteaser__weekdaytime{color:#828282;margin-top:15px}.m-eventteaser__title{margin-top:15px}.m-eventteaser__location{margin-top:15px}.m-eventteaser__more{margin-top:20px}.m-download__fileitem{list-style:none}.m-download__fileitem__filename{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 767px){.m-download__fileitem__filename{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.m-download__fileitem__filename>a{border-bottom:2px solid transparent}.m-download__fileitem__mime{padding-left:20px}@media(max-width: 767px){.m-download__fileitem__mime{padding-left:38px;padding-top:2px}}.m-download__fileitem__mime a{color:var(--link-color-1);border-bottom:2px solid transparent;white-space:nowrap}.m-download__fileitem__mime a:hover{color:var(--text-highlight-1)}.m-anchors{margin-top:23px;margin-bottom:80px;height:78px}@media(max-width: 1200px){.m-anchors{margin-top:15px;margin-bottom:40px}}@media(max-width: 767px){.m-anchors{margin-top:0px;margin-bottom:20px}}@media(max-width: 767px){.m-anchors{height:55px}}.m-anchors__container{background-color:#fff;position:static}.m-anchors.is-sticky .m-anchors__container{-webkit-box-shadow:0px 4px 10px 0px rgba(62,67,104,.09);box-shadow:0px 4px 10px 0px rgba(62,67,104,.09)}.m-anchors__main{position:relative;width:77%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:15px;padding-right:15px;max-width:calc(77% - 30px);overflow:hidden}@media(max-width: 1200px){.m-anchors__main{width:100%;padding-left:10px;padding-right:10px;max-width:calc(100% - 20px)}}.m-anchors__inner{padding-top:19px;padding-bottom:19px;overflow:hidden}.scrolling-anchor.fixed .m-anchors__inner{padding-top:26px;padding-bottom:26px}@media(max-width: 767px){.scrolling-anchor.fixed .m-anchors__inner{padding-top:10px;padding-bottom:10px}}@media(max-width: 767px){.m-anchors__inner{padding-top:10px;padding-bottom:10px;margin:0 10px}}.m-anchors__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;list-style:none}.m-anchors__items.swiper-off{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 767px){.m-anchors__items.swiper-off{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}@media(max-width: 1200px){.m-anchors__items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.m-anchors__item{font-size:0}@media(max-width: 1200px){.m-anchors__item:first-child{margin-left:0}}.m-anchors__link{min-width:auto !important;display:inline-block;position:relative;padding:8px 23px 7px;white-space:nowrap;color:var(--link-color-1)}@media(max-width: 767px){.m-anchors__link{padding:6px 15px 6px}}@media(max-width: 767px){.m-anchors__link.is-current{padding:6px 15px 6px}}.scrolling-anchor{position:relative}.scrolling-anchor.fixed .m-anchors__container{position:fixed;width:100%;left:0;right:0;top:0;z-index:499;margin-top:80px;border-top:1px solid #ccc;-webkit-box-shadow:0 2px 4px 0 #d0d0d0;box-shadow:0 2px 4px 0 #d0d0d0}@media(max-width: 767px){.scrolling-anchor.fixed .m-anchors__container{margin-top:60px}}body.main-menu-is-open .scrolling-anchor.fixed .m-anchors__container{z-index:495}body.toolbar-horizontal.toolbar-tray-open.js-has-scrolled .scrolling-anchor.fixed .m-anchors__container{margin-top:159px}.swipe-prev,.swipe-next{display:inline-block;height:80px;width:56px;background-color:#fff;position:absolute;z-index:10;outline:none;cursor:pointer}.scrolling-anchor.fixed .swipe-prev,.scrolling-anchor.fixed .swipe-next{height:94px}@media(max-width: 767px){.scrolling-anchor.fixed .swipe-prev,.scrolling-anchor.fixed .swipe-next{height:55px}}.swipe-prev.swiper-button-disabled,.swipe-next.swiper-button-disabled{display:none}.swipe-prev svg,.swipe-next svg{position:absolute;top:50%;left:50%;max-height:20px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.swipe-prev{left:-15px;bottom:0;-webkit-box-shadow:4px 0px 5px -2px #e3e3e3;box-shadow:4px 0px 5px -2px #e3e3e3}@media(max-width: 767px){.swipe-prev{left:-10px;width:30px;height:58px;-webkit-box-shadow:none;box-shadow:none}}.swipe-prev svg{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}.swipe-next{right:-15px;bottom:0;-webkit-box-shadow:-4px 0px 5px -2px #e3e3e3;box-shadow:-4px 0px 5px -2px #e3e3e3}@media(max-width: 767px){.swipe-next{right:-10px;width:30px;height:58px;-webkit-box-shadow:none;box-shadow:none}}.m-anchors--vertical__mainwrapper{display:inline-block;height:100%}.m-anchors--vertical__innerwrapper{height:100%;width:530px;padding:47px 0;border-top-right-radius:7px;border-top-left-radius:7px;background-color:#fff}@media(max-width: 1200px){.m-anchors--vertical__innerwrapper{display:none}}.m-anchors--vertical__innerwrapper.sticky{position:fixed;height:auto;top:135px;left:0;z-index:501;padding:0;-webkit-box-shadow:0 0 29px 0 rgba(0,0,0,.16);box-shadow:0 0 29px 0 rgba(0,0,0,.16);border-top-left-radius:0;border-bottom-right-radius:7px}@media(max-width: 1200px){.m-anchors--vertical__innerwrapper.sticky{top:125px;display:block}}@media(max-width: 767px){.m-anchors--vertical__innerwrapper.sticky{top:95px}}body.js-has-scrolled .m-anchors--vertical__innerwrapper.sticky{top:110px}@media(max-width: 1200px){body.js-has-scrolled .m-anchors--vertical__innerwrapper.sticky{top:100px}}@media(max-width: 767px){body.js-has-scrolled .m-anchors--vertical__innerwrapper.sticky{top:80px}}.m-anchors--vertical__innerwrapper.sticky.open{bottom:0;border-bottom-right-radius:0;top:106px}body.js-has-scrolled .m-anchors--vertical__innerwrapper.sticky.open{top:81px}@media(max-width: 767px){.m-anchors--vertical__innerwrapper.sticky.open{width:90%;top:76px}body.js-has-scrolled .m-anchors--vertical__innerwrapper.sticky.open{top:61px}}.m-anchors--vertical__innerwrapper.sticky:not(.open){width:auto}.m-anchors--vertical__stickypin{display:none;padding:20px 20px 20px 33px}.m-anchors--vertical__innerwrapper.sticky .m-anchors--vertical__stickypin{display:block}.m-anchors--vertical__innerwrapper.sticky.open .m-anchors--vertical__stickypin{padding-bottom:74px;padding-top:49px}@media(max-width: 1200px){.m-anchors--vertical__innerwrapper.sticky.open .m-anchors--vertical__stickypin{padding-bottom:40px}}@media(max-width: 1200px){.m-anchors--vertical__innerwrapper.sticky.open .m-anchors--vertical__stickypin{padding-top:29px}}@media(max-width: 1200px){.m-anchors--vertical__stickypin{padding:10px 12px 10px 25px}}.m-anchors--vertical__stickypin>button{background:none;border:none;outline:none;color:#000;font:inherit;padding:0 70px 0 0;display:inline-block;font-size:18px;font-weight:bold;color:#181717;position:relative}@media(max-width: 1200px){.m-anchors--vertical__stickypin>button{font-size:16px;padding-right:40px}}.m-anchors--vertical__stickypin>button:after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 21'%3e%3cdefs%3e%3cfilter id='a'%3e%3cfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.094118 0 0 0 0 0.090196 0 0 0 0 0.090196 0 0 0 1.000000 0'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(-134 -24)' filter='url(%23a)' fill='none' fill-rule='evenodd'%3e%3cg fill='white'%3e%3cpath d='M134 24h35v3h-35zm0 9h41v3h-41zm0 9h32v3h-32z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;position:absolute;top:2px;right:0;width:41px;height:21px}.m-anchors--vertical__innerwrapper.sticky.open .m-anchors--vertical__stickypin>button:after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3e%3cdefs%3e%3cfilter id='a'%3e%3cfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.094118 0 0 0 0 0.090196 0 0 0 0 0.090196 0 0 0 1.000000 0'/%3e%3c/filter%3e%3cfilter id='b'%3e%3cfeColorMatrix in='SourceGraphic' values='0 0 0 0 0.094118 0 0 0 0 0.090196 0 0 0 0 0.090196 0 0 0 1.000000 0'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(-75)' filter='url(%23a)' fill='none' fill-rule='evenodd'%3e%3cg transform='translate(75)' filter='url(%23b)'%3e%3cg fill='white'%3e%3cpath d='M2 0l20.5 21.432L21 23 .5 1.568z'/%3e%3cpath d='M.5 21.432L21 0l1.5 1.568L2 23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;top:0px;right:15px;width:23px;height:23px}@media(max-width: 1200px){.m-anchors--vertical__innerwrapper.sticky.open .m-anchors--vertical__stickypin>button:after{top:-1px;right:10px;width:19px}}@media(max-width: 1200px){.m-anchors--vertical__stickypin>button:after{top:0;width:28px}}.m-anchors--vertical__itemlist{list-style-type:none;height:100%;overflow-y:auto;margin:0 55px;position:relative}@media(max-width: 1200px){.m-anchors--vertical__itemlist{margin:0 30px}}.m-anchors--vertical__innerwrapper.sticky .m-anchors--vertical__itemlist{display:none;max-height:none}.m-anchors--vertical__innerwrapper.sticky.open .m-anchors--vertical__itemlist{display:block;height:calc(100% - 170px)}@media(max-width: 1200px){.m-anchors--vertical__innerwrapper.sticky.open .m-anchors--vertical__itemlist{height:calc(100% - 150px)}}.m-anchors--vertical__itemlist::after{content:"";position:absolute;bottom:0;left:0;right:12px;height:40px;background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), color-stop(95%, rgba(255, 255, 255, 0)));background-image:linear-gradient(to top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95%)}.m-anchors--vertical__item a{display:block;font-size:18px;font-weight:bold;line-height:1.44;color:#000;padding-right:20px;margin-bottom:34px;padding-left:34px;position:relative}@media(max-width: 1200px){.m-anchors--vertical__item a{font-size:16px;margin-bottom:27px}}.m-anchors--vertical__item a:after{content:"";background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 24'%3e%3cdefs%3e%3cfilter id='a'%3e%3cfeColorMatrix in='SourceGraphic' values='0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(0 .5)' fill='none' fill-rule='evenodd'%3e%3ccircle fill='%23000000' cx='10.5' cy='12.5' r='10.5'/%3e%3cg filter='url(%23a)'%3e%3cpath fill='white' d='M9.986 0v15.18L5.699 10.8l-1.047 1.07 6 6.13 6-6.13-1.048-1.07-4.285 4.38V0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;position:absolute;top:0px;left:3px;width:20px;height:23px}.m-anchors--vertical__item a.is-current{color:#f18700}.m-anchors--vertical__item a.is-current:after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 24'%3e%3cdefs%3e%3cfilter id='a'%3e%3cfeColorMatrix in='SourceGraphic' values='0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0'/%3e%3c/filter%3e%3c/defs%3e%3cg transform='translate(0 .5)' fill='none' fill-rule='evenodd'%3e%3ccircle fill='%23f18700' cx='10.5' cy='12.5' r='10.5'/%3e%3cg filter='url(%23a)'%3e%3cpath fill='white' d='M9.986 0v15.18L5.699 10.8l-1.047 1.07 6 6.13 6-6.13-1.048-1.07-4.285 4.38V0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-anchors--vertical__item:last-child a{margin-bottom:60px}.m-tabnavi{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin-bottom:40px}.m-tabnavi__item{padding-right:36px;padding-bottom:13px}.m-tabnavi__item a{color:#828282}.m-tabnavi__item a:hover,.m-tabnavi__item a.is-opened{color:var(--main-color-1)}.m-slidernavi{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 767px){.m-slidernavi{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.m-slidernavi__control{position:relative;padding:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.m-slidernavi__nav{display:inline-block;font-size:0}.m-slidernavi__controls [data-controls=prev]{position:absolute;left:0;top:0}.m-slidernavi__controls [data-controls=next]{position:absolute;right:0;top:0}.m-slidernavi__link{margin-left:8px;font-size:0}@media(max-width: 767px){.m-slidernavi__link{margin:20px 0 0 0}}.m-pressteaser__date{font-size:15px;line-height:1.33;color:#828282}.m-pressteaser__title{display:block;margin-top:14px}.m-pressteaser__teaser{margin-top:21px}.m-pressteaser__more{display:block;margin-top:40px}@media(max-width: 1200px){.m-pressteaser__more{margin-top:20px}}@media(max-width: 767px){.m-pressteaser__more{margin-top:15px}}.m-socialmedia-share{zoom:1;width:100%;display:inline-block}.m-socialmedia-share:before,.m-socialmedia-share:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-socialmedia-share:after{clear:both}.m-socialmedia-share__printer{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;float:left;margin-right:10px;cursor:pointer;padding-left:33px;position:relative}@media print{.m-socialmedia-share__printer{-webkit-transition:none;transition:none}}@media(max-width: 767px){.m-socialmedia-share__printer{display:none}}.m-socialmedia-share__printer a{color:var(--link-color-1);font-size:16px;line-height:26px;font-weight:500}.m-socialmedia-share__printer::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='black'%3e%3cpath d='M21 10.465c-.018-.84-.707-1.486-1.566-1.464-.798.02-1.453.717-1.434 1.527.02.81.702 1.479 1.5 1.472a1.508 1.508 0 001.5-1.535zM17.998 7c0-1.376.006-2.69-.002-4.004-.005-.72-.32-.995-1.107-.995H7.276c-.45 0-.9-.007-1.35.014-.477.022-.89.228-.903.676-.04 1.425-.015 2.851-.015 4.309h12.99zm.001 7H5.001c0 2.429-.005 4.812.006 7.196.002.43.447.798.959.799 3.693.007 7.385.007 11.078 0 .571 0 .928-.364.937-.914.01-.673.017-1.347.018-2.02.002-1.674 0-3.347 0-5.061zM3.685 7.406c0-1.614-.017-3.149.005-4.683.018-1.298.847-2.317 2.101-2.642.17-.044.352-.07.528-.07 3.68 0 7.36.046 11.04-.01 1.757-.028 3.014 1.383 2.947 2.962-.05 1.195.004 2.394.011 3.592.002.264 0 .527 0 .852.34 0 .62-.005.901 0 1.612.032 2.74 1.119 2.763 2.726.027 1.965.022 3.932.005 5.897-.011 1.238-1.232 2.357-2.623 2.44-.318.018-.638.002-.99.002-.02.177-.047.312-.049.448-.011.715-.059 1.432-.015 2.144.092 1.517-1.203 2.984-2.959 2.935-3.606-.102-7.218-.08-10.825-.009-1.655.033-2.922-1.405-2.853-2.818.043-.87.008-1.744.008-2.693h-.853c-1.732-.004-2.892-1.491-2.824-2.864.088-1.8.003-3.61.03-5.414.024-1.71 1.139-2.777 2.858-2.794.23-.003.46 0 .794 0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";position:absolute;left:0;top:0;width:22px;height:22px}.m-socialmedia-share__title{-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;font-size:16px;color:var(--link-color-1);line-height:26px;float:left;position:relative;cursor:pointer;padding-left:33px;font-weight:500}@media print{.m-socialmedia-share__title{-webkit-transition:none;transition:none}}@media(max-width: 767px){.m-socialmedia-share__title{padding-left:25px;float:right}}.m-socialmedia-share__title::before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='black'%3e%3cg%3e%3cpath d='M17.015 22c-.975-.234-1.828-.65-2.407-1.501-.448-.66-.658-1.381-.585-2.17.025-.282-.065-.43-.322-.57-2.48-1.34-4.954-2.69-7.423-4.051-.28-.154-.453-.154-.732.045-1.11.79-2.332.907-3.567.33C.698 13.485.02 12.425 0 11.047c-.02-1.4.648-2.487 1.936-3.11 1.243-.603 2.485-.491 3.612.31.282.2.455.197.732.044 2.47-1.36 4.944-2.71 7.422-4.054.226-.122.329-.24.325-.518-.03-2.001.931-3.196 2.91-3.663.029-.007.052-.037.078-.056h.996c.09.032.178.073.27.094 1.542.36 2.664 1.69 2.717 3.223a3.425 3.425 0 01-2.433 3.379c-1.332.407-2.515.086-3.556-.827-2.328 1.27-4.62 2.576-6.971 3.77-.828.42-1.275.882-1.074 1.8.032.15.105.35.223.415 2.597 1.433 5.203 2.85 7.818 4.276.115-.093.215-.177.318-.257 1.425-1.092 3.473-.952 4.704.32 1.255 1.3 1.282 3.309.07 4.664-.56.626-1.299.924-2.086 1.143h-.996z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";position:absolute;left:0;top:0;width:21px;height:22px}@media(max-width: 767px){.m-socialmedia-share__title::before{top:3px;width:18px;height:18px}}.m-socialmedia-share__box{zoom:1;z-index:5;display:none;position:absolute;left:-40px;top:30px;background-color:#fff;padding:4px 11px 13px;-webkit-box-shadow:0 2px 4px 0 rgba(170,170,170,.32);box-shadow:0 2px 4px 0 rgba(170,170,170,.32);width:117px;height:74px}.m-socialmedia-share__box:before,.m-socialmedia-share__box:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden}.m-socialmedia-share__box:after{clear:both}@media(max-width: 767px){.m-socialmedia-share__box{left:-51px}}.m-socialmedia-share__box.show{display:block}.m-socialmedia-share__box a{display:block}.m-socialmedia-share__box-title{color:#828282;font-size:16px;line-height:22px;font-weight:300;width:100%;float:left;margin-bottom:12px}.m-socialmedia-share__linkedin{float:left;width:25px;height:23px;margin-right:9px;-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='black' fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath d='M23.657 19.84a.385.385 0 00.286-.12.393.393 0 00.107-.291c0-.293-.176-.432-.538-.432h-.584v1.53h.22v-.667h.27l.006.008.419.659h.235l-.451-.682.03-.004zm-.254-.153h-.255v-.517h.323c.167 0 .357.027.357.246 0 .251-.192.271-.426.271m-5.479-1.764h-3.117v-4.88c0-1.165-.02-2.663-1.62-2.663-1.624 0-1.872 1.268-1.872 2.577v4.966H8.197V7.885h2.992v1.372h.042a3.278 3.278 0 012.952-1.621c3.16 0 3.742 2.078 3.742 4.78l-.002 5.507zM4.68 6.513a1.81 1.81 0 110-3.62 1.81 1.81 0 010 3.62m1.558 11.41h-3.12V7.885h3.12v10.038zM19.478.001H1.551A1.535 1.535 0 000 1.518v18c.01.847.704 1.526 1.552 1.517h17.925a1.54 1.54 0 001.559-1.518v-18A1.539 1.539 0 0019.477 0'/%3e%3cpath d='M23.43 18.315a1.435 1.435 0 10.028 0h-.028m0 2.705a1.259 1.259 0 111.236-1.279v.021a1.23 1.23 0 01-1.204 1.257h-.032'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}@media print{.m-socialmedia-share__linkedin{-webkit-transition:none;transition:none}}.m-socialmedia-share__linkedin:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230a66c2' fill-rule='nonzero'%3e%3cg%3e%3cg%3e%3cpath d='M23.657 19.84a.385.385 0 00.286-.12.393.393 0 00.107-.291c0-.293-.176-.432-.538-.432h-.584v1.53h.22v-.667h.27l.006.008.419.659h.235l-.451-.682.03-.004zm-.254-.153h-.255v-.517h.323c.167 0 .357.027.357.246 0 .251-.192.271-.426.271m-5.479-1.764h-3.117v-4.88c0-1.165-.02-2.663-1.62-2.663-1.624 0-1.872 1.268-1.872 2.577v4.966H8.197V7.885h2.992v1.372h.042a3.278 3.278 0 012.952-1.621c3.16 0 3.742 2.078 3.742 4.78l-.002 5.507zM4.68 6.513a1.81 1.81 0 110-3.62 1.81 1.81 0 010 3.62m1.558 11.41h-3.12V7.885h3.12v10.038zM19.478.001H1.551A1.535 1.535 0 000 1.518v18c.01.847.704 1.526 1.552 1.517h17.925a1.54 1.54 0 001.559-1.518v-18A1.539 1.539 0 0019.477 0'/%3e%3cpath d='M23.43 18.315a1.435 1.435 0 10.028 0h-.028m0 2.705a1.259 1.259 0 111.236-1.279v.021a1.23 1.23 0 01-1.204 1.257h-.032'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-socialmedia-share__twitter{float:left;width:27px;height:22px;margin-right:10px;-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='black'%3e%3cg%3e%3cg%3e%3cpath d='M27 2.604c-.994.442-2.061.74-3.182.875A5.572 5.572 0 0026.254.406a11.084 11.084 0 01-3.517 1.348A5.524 5.524 0 0018.693 0c-3.06 0-5.54 2.487-5.54 5.554 0 .435.05.859.144 1.265-4.603-.231-8.686-2.442-11.418-5.803a5.552 5.552 0 00-.75 2.793c0 1.926.978 3.626 2.464 4.622a5.511 5.511 0 01-2.509-.694v.07c0 2.69 1.91 4.935 4.443 5.445a5.52 5.52 0 01-2.5.096 5.544 5.544 0 005.174 3.856 11.094 11.094 0 01-6.88 2.378c-.447 0-.888-.026-1.321-.078A15.645 15.645 0 008.492 22c10.188 0 15.76-8.463 15.76-15.803 0-.24-.005-.48-.016-.718A11.263 11.263 0 0027 2.604'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}@media print{.m-socialmedia-share__twitter{-webkit-transition:none;transition:none}}.m-socialmedia-share__twitter:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 22'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%231da1f2'%3e%3cg%3e%3cg%3e%3cpath d='M27 2.604c-.994.442-2.061.74-3.182.875A5.572 5.572 0 0026.254.406a11.084 11.084 0 01-3.517 1.348A5.524 5.524 0 0018.693 0c-3.06 0-5.54 2.487-5.54 5.554 0 .435.05.859.144 1.265-4.603-.231-8.686-2.442-11.418-5.803a5.552 5.552 0 00-.75 2.793c0 1.926.978 3.626 2.464 4.622a5.511 5.511 0 01-2.509-.694v.07c0 2.69 1.91 4.935 4.443 5.445a5.52 5.52 0 01-2.5.096 5.544 5.544 0 005.174 3.856 11.094 11.094 0 01-6.88 2.378c-.447 0-.888-.026-1.321-.078A15.645 15.645 0 008.492 22c10.188 0 15.76-8.463 15.76-15.803 0-.24-.005-.48-.016-.718A11.263 11.263 0 0027 2.604'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-socialmedia-share__facebook{float:left;width:23px;height:23px;-webkit-transition:all 100ms ease-out;transition:all 100ms ease-out;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cg fill='black'%3e%3cpath class='cls-1' d='M497.28 251.28C497.28 114.71 386.57 4 250 4S2.72 114.71 2.72 251.28C2.72 374.7 93.15 477 211.36 495.56v-172.8h-62.78v-71.48h62.78V196.8c0-62 36.92-96.21 93.4-96.21 27.05 0 55.36 4.83 55.36 4.83v60.86h-31.18c-30.72 0-40.3 19.06-40.3 38.63v46.37h68.58l-11 71.48h-57.58v172.8C406.85 477 497.28 374.7 497.28 251.28z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat}@media print{.m-socialmedia-share__facebook{-webkit-transition:none;transition:none}}.m-socialmedia-share__facebook:hover{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3e%3cg fill='%231877F2'%3e%3cpath class='cls-1' d='M497.28 251.28C497.28 114.71 386.57 4 250 4S2.72 114.71 2.72 251.28C2.72 374.7 93.15 477 211.36 495.56v-172.8h-62.78v-71.48h62.78V196.8c0-62 36.92-96.21 93.4-96.21 27.05 0 55.36 4.83 55.36 4.83v60.86h-31.18c-30.72 0-40.3 19.06-40.3 38.63v46.37h68.58l-11 71.48h-57.58v172.8C406.85 477 497.28 374.7 497.28 251.28z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat}.m-media--document+.m-media--document{margin-top:17px}.m-mediaimage--withcaption__caption,.m-mediaimage--defaultwithcaption__caption{margin:14px 0 0;font-size:15px;line-height:1.33;color:#828282}[data-portrait="1"].m-mediaimage--withcaption>div,[data-portrait="1"].m-mediaimage--defaultwithcaption>div{width:50%;margin:0 auto}@media(max-width: 767px){[data-portrait="1"].m-mediaimage--withcaption>div,[data-portrait="1"].m-mediaimage--defaultwithcaption>div{width:100%}}.m-paragraph--highcharts-diagram__diagram .highcharts-container{font-family:AktivGrotesk;font-size:18px;font-weight:300}.m-paragraph--highcharts-diagram__diagram .highcharts-legend-item>text{font-size:16px;font-weight:400}.m-paragraph--highcharts-diagram__diagram text.highcharts-legend-navigation{font-size:14px;font-weight:400}.m-paragraph--highcharts-diagram__diagram path.highcharts-legend-nav-active{fill:#c84c09}.m-paragraph--highcharts-diagram__diagram path.highcharts-legend-nav-inactive{fill:#ccc}.m-paragraph--highcharts-diagram__diagram g.highcharts-tooltip{display:none}.m-paragraph--highcharts-diagram__diagram .highcharts-pie-series .highcharts-point{stroke:#fff}.m-paragraph--highcharts-diagram__diagram .highcharts-color-0{fill:#f5a03e;stroke:#f5a03e;color:#f5a03e}.m-paragraph--highcharts-diagram__diagram .highcharts-color-1{fill:#0089ae;stroke:#0089ae;color:#0089ae}.m-paragraph--highcharts-diagram__diagram .highcharts-color-2{fill:#00536f;stroke:#00536f;color:#00536f}.m-paragraph--highcharts-diagram__diagram .highcharts-color-3{fill:#009680;stroke:#009680;color:#009680}.m-paragraph--highcharts-diagram__diagram .highcharts-color-4{fill:#6e8200;stroke:#6e8200;color:#6e8200}.m-paragraph--highcharts-diagram__diagram .highcharts-color-5{fill:#ced600;stroke:#ced600;color:#ced600}.m-paragraph--highcharts-diagram__diagram .highcharts-color-6{fill:#4a2f70;stroke:#4a2f70;color:#4a2f70}.m-paragraph--highcharts-diagram__diagram .highcharts-color-7{fill:#8c81c0;stroke:#8c81c0;color:#8c81c0}.m-paragraph--highcharts-diagram__diagram .highcharts-color-8{fill:#940053;stroke:#940053;color:#940053}.m-paragraph--highcharts-diagram__diagram .highcharts-color-9{fill:#c84c09;stroke:#c84c09;color:#c84c09}body[data-aos-duration="50"] [data-aos],[data-aos][data-aos][data-aos-duration="50"]{-webkit-transition-duration:50ms;transition-duration:50ms}body[data-aos-delay="50"] [data-aos],[data-aos][data-aos][data-aos-delay="50"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="50"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="50"].aos-animate{-webkit-transition-delay:50ms;transition-delay:50ms}body[data-aos-duration="100"] [data-aos],[data-aos][data-aos][data-aos-duration="100"]{-webkit-transition-duration:100ms;transition-duration:100ms}body[data-aos-delay="100"] [data-aos],[data-aos][data-aos][data-aos-delay="100"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="100"].aos-animate{-webkit-transition-delay:100ms;transition-delay:100ms}body[data-aos-duration="150"] [data-aos],[data-aos][data-aos][data-aos-duration="150"]{-webkit-transition-duration:150ms;transition-duration:150ms}body[data-aos-delay="150"] [data-aos],[data-aos][data-aos][data-aos-delay="150"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="150"].aos-animate{-webkit-transition-delay:150ms;transition-delay:150ms}body[data-aos-duration="200"] [data-aos],[data-aos][data-aos][data-aos-duration="200"]{-webkit-transition-duration:200ms;transition-duration:200ms}body[data-aos-delay="200"] [data-aos],[data-aos][data-aos][data-aos-delay="200"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="200"].aos-animate{-webkit-transition-delay:200ms;transition-delay:200ms}body[data-aos-duration="250"] [data-aos],[data-aos][data-aos][data-aos-duration="250"]{-webkit-transition-duration:250ms;transition-duration:250ms}body[data-aos-delay="250"] [data-aos],[data-aos][data-aos][data-aos-delay="250"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="250"].aos-animate{-webkit-transition-delay:250ms;transition-delay:250ms}body[data-aos-duration="300"] [data-aos],[data-aos][data-aos][data-aos-duration="300"]{-webkit-transition-duration:300ms;transition-duration:300ms}body[data-aos-delay="300"] [data-aos],[data-aos][data-aos][data-aos-delay="300"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="300"].aos-animate{-webkit-transition-delay:300ms;transition-delay:300ms}body[data-aos-duration="350"] [data-aos],[data-aos][data-aos][data-aos-duration="350"]{-webkit-transition-duration:350ms;transition-duration:350ms}body[data-aos-delay="350"] [data-aos],[data-aos][data-aos][data-aos-delay="350"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="350"].aos-animate{-webkit-transition-delay:350ms;transition-delay:350ms}body[data-aos-duration="400"] [data-aos],[data-aos][data-aos][data-aos-duration="400"]{-webkit-transition-duration:400ms;transition-duration:400ms}body[data-aos-delay="400"] [data-aos],[data-aos][data-aos][data-aos-delay="400"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="400"].aos-animate{-webkit-transition-delay:400ms;transition-delay:400ms}body[data-aos-duration="450"] [data-aos],[data-aos][data-aos][data-aos-duration="450"]{-webkit-transition-duration:450ms;transition-duration:450ms}body[data-aos-delay="450"] [data-aos],[data-aos][data-aos][data-aos-delay="450"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="450"].aos-animate{-webkit-transition-delay:450ms;transition-delay:450ms}body[data-aos-duration="500"] [data-aos],[data-aos][data-aos][data-aos-duration="500"]{-webkit-transition-duration:500ms;transition-duration:500ms}body[data-aos-delay="500"] [data-aos],[data-aos][data-aos][data-aos-delay="500"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="500"].aos-animate{-webkit-transition-delay:500ms;transition-delay:500ms}body[data-aos-duration="550"] [data-aos],[data-aos][data-aos][data-aos-duration="550"]{-webkit-transition-duration:550ms;transition-duration:550ms}body[data-aos-delay="550"] [data-aos],[data-aos][data-aos][data-aos-delay="550"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="550"].aos-animate{-webkit-transition-delay:550ms;transition-delay:550ms}body[data-aos-duration="600"] [data-aos],[data-aos][data-aos][data-aos-duration="600"]{-webkit-transition-duration:600ms;transition-duration:600ms}body[data-aos-delay="600"] [data-aos],[data-aos][data-aos][data-aos-delay="600"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="600"].aos-animate{-webkit-transition-delay:600ms;transition-delay:600ms}body[data-aos-duration="650"] [data-aos],[data-aos][data-aos][data-aos-duration="650"]{-webkit-transition-duration:650ms;transition-duration:650ms}body[data-aos-delay="650"] [data-aos],[data-aos][data-aos][data-aos-delay="650"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="650"].aos-animate{-webkit-transition-delay:650ms;transition-delay:650ms}body[data-aos-duration="700"] [data-aos],[data-aos][data-aos][data-aos-duration="700"]{-webkit-transition-duration:700ms;transition-duration:700ms}body[data-aos-delay="700"] [data-aos],[data-aos][data-aos][data-aos-delay="700"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="700"].aos-animate{-webkit-transition-delay:700ms;transition-delay:700ms}body[data-aos-duration="750"] [data-aos],[data-aos][data-aos][data-aos-duration="750"]{-webkit-transition-duration:750ms;transition-duration:750ms}body[data-aos-delay="750"] [data-aos],[data-aos][data-aos][data-aos-delay="750"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="750"].aos-animate{-webkit-transition-delay:750ms;transition-delay:750ms}body[data-aos-duration="800"] [data-aos],[data-aos][data-aos][data-aos-duration="800"]{-webkit-transition-duration:800ms;transition-duration:800ms}body[data-aos-delay="800"] [data-aos],[data-aos][data-aos][data-aos-delay="800"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="800"].aos-animate{-webkit-transition-delay:800ms;transition-delay:800ms}body[data-aos-duration="850"] [data-aos],[data-aos][data-aos][data-aos-duration="850"]{-webkit-transition-duration:850ms;transition-duration:850ms}body[data-aos-delay="850"] [data-aos],[data-aos][data-aos][data-aos-delay="850"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="850"].aos-animate{-webkit-transition-delay:850ms;transition-delay:850ms}body[data-aos-duration="900"] [data-aos],[data-aos][data-aos][data-aos-duration="900"]{-webkit-transition-duration:900ms;transition-duration:900ms}body[data-aos-delay="900"] [data-aos],[data-aos][data-aos][data-aos-delay="900"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="900"].aos-animate{-webkit-transition-delay:900ms;transition-delay:900ms}body[data-aos-duration="950"] [data-aos],[data-aos][data-aos][data-aos-duration="950"]{-webkit-transition-duration:950ms;transition-duration:950ms}body[data-aos-delay="950"] [data-aos],[data-aos][data-aos][data-aos-delay="950"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="950"].aos-animate{-webkit-transition-delay:950ms;transition-delay:950ms}body[data-aos-duration="1000"] [data-aos],[data-aos][data-aos][data-aos-duration="1000"]{-webkit-transition-duration:1000ms;transition-duration:1000ms}body[data-aos-delay="1000"] [data-aos],[data-aos][data-aos][data-aos-delay="1000"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1000"].aos-animate{-webkit-transition-delay:1000ms;transition-delay:1000ms}body[data-aos-duration="1050"] [data-aos],[data-aos][data-aos][data-aos-duration="1050"]{-webkit-transition-duration:1050ms;transition-duration:1050ms}body[data-aos-delay="1050"] [data-aos],[data-aos][data-aos][data-aos-delay="1050"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1050"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1050"].aos-animate{-webkit-transition-delay:1050ms;transition-delay:1050ms}body[data-aos-duration="1100"] [data-aos],[data-aos][data-aos][data-aos-duration="1100"]{-webkit-transition-duration:1100ms;transition-duration:1100ms}body[data-aos-delay="1100"] [data-aos],[data-aos][data-aos][data-aos-delay="1100"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1100"].aos-animate{-webkit-transition-delay:1100ms;transition-delay:1100ms}body[data-aos-duration="1150"] [data-aos],[data-aos][data-aos][data-aos-duration="1150"]{-webkit-transition-duration:1150ms;transition-duration:1150ms}body[data-aos-delay="1150"] [data-aos],[data-aos][data-aos][data-aos-delay="1150"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1150"].aos-animate{-webkit-transition-delay:1150ms;transition-delay:1150ms}body[data-aos-duration="1200"] [data-aos],[data-aos][data-aos][data-aos-duration="1200"]{-webkit-transition-duration:1200ms;transition-duration:1200ms}body[data-aos-delay="1200"] [data-aos],[data-aos][data-aos][data-aos-delay="1200"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1200"].aos-animate{-webkit-transition-delay:1200ms;transition-delay:1200ms}body[data-aos-duration="1250"] [data-aos],[data-aos][data-aos][data-aos-duration="1250"]{-webkit-transition-duration:1250ms;transition-duration:1250ms}body[data-aos-delay="1250"] [data-aos],[data-aos][data-aos][data-aos-delay="1250"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1250"].aos-animate{-webkit-transition-delay:1250ms;transition-delay:1250ms}body[data-aos-duration="1300"] [data-aos],[data-aos][data-aos][data-aos-duration="1300"]{-webkit-transition-duration:1300ms;transition-duration:1300ms}body[data-aos-delay="1300"] [data-aos],[data-aos][data-aos][data-aos-delay="1300"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1300"].aos-animate{-webkit-transition-delay:1300ms;transition-delay:1300ms}body[data-aos-duration="1350"] [data-aos],[data-aos][data-aos][data-aos-duration="1350"]{-webkit-transition-duration:1350ms;transition-duration:1350ms}body[data-aos-delay="1350"] [data-aos],[data-aos][data-aos][data-aos-delay="1350"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1350"].aos-animate{-webkit-transition-delay:1350ms;transition-delay:1350ms}body[data-aos-duration="1400"] [data-aos],[data-aos][data-aos][data-aos-duration="1400"]{-webkit-transition-duration:1400ms;transition-duration:1400ms}body[data-aos-delay="1400"] [data-aos],[data-aos][data-aos][data-aos-delay="1400"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1400"].aos-animate{-webkit-transition-delay:1400ms;transition-delay:1400ms}body[data-aos-duration="1450"] [data-aos],[data-aos][data-aos][data-aos-duration="1450"]{-webkit-transition-duration:1450ms;transition-duration:1450ms}body[data-aos-delay="1450"] [data-aos],[data-aos][data-aos][data-aos-delay="1450"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1450"].aos-animate{-webkit-transition-delay:1450ms;transition-delay:1450ms}body[data-aos-duration="1500"] [data-aos],[data-aos][data-aos][data-aos-duration="1500"]{-webkit-transition-duration:1500ms;transition-duration:1500ms}body[data-aos-delay="1500"] [data-aos],[data-aos][data-aos][data-aos-delay="1500"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1500"].aos-animate{-webkit-transition-delay:1500ms;transition-delay:1500ms}body[data-aos-duration="1550"] [data-aos],[data-aos][data-aos][data-aos-duration="1550"]{-webkit-transition-duration:1550ms;transition-duration:1550ms}body[data-aos-delay="1550"] [data-aos],[data-aos][data-aos][data-aos-delay="1550"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1550"].aos-animate{-webkit-transition-delay:1550ms;transition-delay:1550ms}body[data-aos-duration="1600"] [data-aos],[data-aos][data-aos][data-aos-duration="1600"]{-webkit-transition-duration:1600ms;transition-duration:1600ms}body[data-aos-delay="1600"] [data-aos],[data-aos][data-aos][data-aos-delay="1600"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1600"].aos-animate{-webkit-transition-delay:1600ms;transition-delay:1600ms}body[data-aos-duration="1650"] [data-aos],[data-aos][data-aos][data-aos-duration="1650"]{-webkit-transition-duration:1650ms;transition-duration:1650ms}body[data-aos-delay="1650"] [data-aos],[data-aos][data-aos][data-aos-delay="1650"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1650"].aos-animate{-webkit-transition-delay:1650ms;transition-delay:1650ms}body[data-aos-duration="1700"] [data-aos],[data-aos][data-aos][data-aos-duration="1700"]{-webkit-transition-duration:1700ms;transition-duration:1700ms}body[data-aos-delay="1700"] [data-aos],[data-aos][data-aos][data-aos-delay="1700"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1700"].aos-animate{-webkit-transition-delay:1700ms;transition-delay:1700ms}body[data-aos-duration="1750"] [data-aos],[data-aos][data-aos][data-aos-duration="1750"]{-webkit-transition-duration:1750ms;transition-duration:1750ms}body[data-aos-delay="1750"] [data-aos],[data-aos][data-aos][data-aos-delay="1750"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1750"].aos-animate{-webkit-transition-delay:1750ms;transition-delay:1750ms}body[data-aos-duration="1800"] [data-aos],[data-aos][data-aos][data-aos-duration="1800"]{-webkit-transition-duration:1800ms;transition-duration:1800ms}body[data-aos-delay="1800"] [data-aos],[data-aos][data-aos][data-aos-delay="1800"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1800"].aos-animate{-webkit-transition-delay:1800ms;transition-delay:1800ms}body[data-aos-duration="1850"] [data-aos],[data-aos][data-aos][data-aos-duration="1850"]{-webkit-transition-duration:1850ms;transition-duration:1850ms}body[data-aos-delay="1850"] [data-aos],[data-aos][data-aos][data-aos-delay="1850"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1850"].aos-animate{-webkit-transition-delay:1850ms;transition-delay:1850ms}body[data-aos-duration="1900"] [data-aos],[data-aos][data-aos][data-aos-duration="1900"]{-webkit-transition-duration:1900ms;transition-duration:1900ms}body[data-aos-delay="1900"] [data-aos],[data-aos][data-aos][data-aos-delay="1900"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1900"].aos-animate{-webkit-transition-delay:1900ms;transition-delay:1900ms}body[data-aos-duration="1950"] [data-aos],[data-aos][data-aos][data-aos-duration="1950"]{-webkit-transition-duration:1950ms;transition-duration:1950ms}body[data-aos-delay="1950"] [data-aos],[data-aos][data-aos][data-aos-delay="1950"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="1950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="1950"].aos-animate{-webkit-transition-delay:1950ms;transition-delay:1950ms}body[data-aos-duration="2000"] [data-aos],[data-aos][data-aos][data-aos-duration="2000"]{-webkit-transition-duration:2000ms;transition-duration:2000ms}body[data-aos-delay="2000"] [data-aos],[data-aos][data-aos][data-aos-delay="2000"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2000"].aos-animate{-webkit-transition-delay:2000ms;transition-delay:2000ms}body[data-aos-duration="2050"] [data-aos],[data-aos][data-aos][data-aos-duration="2050"]{-webkit-transition-duration:2050ms;transition-duration:2050ms}body[data-aos-delay="2050"] [data-aos],[data-aos][data-aos][data-aos-delay="2050"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2050"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2050"].aos-animate{-webkit-transition-delay:2050ms;transition-delay:2050ms}body[data-aos-duration="2100"] [data-aos],[data-aos][data-aos][data-aos-duration="2100"]{-webkit-transition-duration:2100ms;transition-duration:2100ms}body[data-aos-delay="2100"] [data-aos],[data-aos][data-aos][data-aos-delay="2100"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2100"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2100"].aos-animate{-webkit-transition-delay:2100ms;transition-delay:2100ms}body[data-aos-duration="2150"] [data-aos],[data-aos][data-aos][data-aos-duration="2150"]{-webkit-transition-duration:2150ms;transition-duration:2150ms}body[data-aos-delay="2150"] [data-aos],[data-aos][data-aos][data-aos-delay="2150"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2150"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2150"].aos-animate{-webkit-transition-delay:2150ms;transition-delay:2150ms}body[data-aos-duration="2200"] [data-aos],[data-aos][data-aos][data-aos-duration="2200"]{-webkit-transition-duration:2200ms;transition-duration:2200ms}body[data-aos-delay="2200"] [data-aos],[data-aos][data-aos][data-aos-delay="2200"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2200"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2200"].aos-animate{-webkit-transition-delay:2200ms;transition-delay:2200ms}body[data-aos-duration="2250"] [data-aos],[data-aos][data-aos][data-aos-duration="2250"]{-webkit-transition-duration:2250ms;transition-duration:2250ms}body[data-aos-delay="2250"] [data-aos],[data-aos][data-aos][data-aos-delay="2250"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2250"].aos-animate{-webkit-transition-delay:2250ms;transition-delay:2250ms}body[data-aos-duration="2300"] [data-aos],[data-aos][data-aos][data-aos-duration="2300"]{-webkit-transition-duration:2300ms;transition-duration:2300ms}body[data-aos-delay="2300"] [data-aos],[data-aos][data-aos][data-aos-delay="2300"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2300"].aos-animate{-webkit-transition-delay:2300ms;transition-delay:2300ms}body[data-aos-duration="2350"] [data-aos],[data-aos][data-aos][data-aos-duration="2350"]{-webkit-transition-duration:2350ms;transition-duration:2350ms}body[data-aos-delay="2350"] [data-aos],[data-aos][data-aos][data-aos-delay="2350"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2350"].aos-animate{-webkit-transition-delay:2350ms;transition-delay:2350ms}body[data-aos-duration="2400"] [data-aos],[data-aos][data-aos][data-aos-duration="2400"]{-webkit-transition-duration:2400ms;transition-duration:2400ms}body[data-aos-delay="2400"] [data-aos],[data-aos][data-aos][data-aos-delay="2400"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2400"].aos-animate{-webkit-transition-delay:2400ms;transition-delay:2400ms}body[data-aos-duration="2450"] [data-aos],[data-aos][data-aos][data-aos-duration="2450"]{-webkit-transition-duration:2450ms;transition-duration:2450ms}body[data-aos-delay="2450"] [data-aos],[data-aos][data-aos][data-aos-delay="2450"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2450"].aos-animate{-webkit-transition-delay:2450ms;transition-delay:2450ms}body[data-aos-duration="2500"] [data-aos],[data-aos][data-aos][data-aos-duration="2500"]{-webkit-transition-duration:2500ms;transition-duration:2500ms}body[data-aos-delay="2500"] [data-aos],[data-aos][data-aos][data-aos-delay="2500"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2500"].aos-animate{-webkit-transition-delay:2500ms;transition-delay:2500ms}body[data-aos-duration="2550"] [data-aos],[data-aos][data-aos][data-aos-duration="2550"]{-webkit-transition-duration:2550ms;transition-duration:2550ms}body[data-aos-delay="2550"] [data-aos],[data-aos][data-aos][data-aos-delay="2550"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2550"].aos-animate{-webkit-transition-delay:2550ms;transition-delay:2550ms}body[data-aos-duration="2600"] [data-aos],[data-aos][data-aos][data-aos-duration="2600"]{-webkit-transition-duration:2600ms;transition-duration:2600ms}body[data-aos-delay="2600"] [data-aos],[data-aos][data-aos][data-aos-delay="2600"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2600"].aos-animate{-webkit-transition-delay:2600ms;transition-delay:2600ms}body[data-aos-duration="2650"] [data-aos],[data-aos][data-aos][data-aos-duration="2650"]{-webkit-transition-duration:2650ms;transition-duration:2650ms}body[data-aos-delay="2650"] [data-aos],[data-aos][data-aos][data-aos-delay="2650"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2650"].aos-animate{-webkit-transition-delay:2650ms;transition-delay:2650ms}body[data-aos-duration="2700"] [data-aos],[data-aos][data-aos][data-aos-duration="2700"]{-webkit-transition-duration:2700ms;transition-duration:2700ms}body[data-aos-delay="2700"] [data-aos],[data-aos][data-aos][data-aos-delay="2700"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2700"].aos-animate{-webkit-transition-delay:2700ms;transition-delay:2700ms}body[data-aos-duration="2750"] [data-aos],[data-aos][data-aos][data-aos-duration="2750"]{-webkit-transition-duration:2750ms;transition-duration:2750ms}body[data-aos-delay="2750"] [data-aos],[data-aos][data-aos][data-aos-delay="2750"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2750"].aos-animate{-webkit-transition-delay:2750ms;transition-delay:2750ms}body[data-aos-duration="2800"] [data-aos],[data-aos][data-aos][data-aos-duration="2800"]{-webkit-transition-duration:2800ms;transition-duration:2800ms}body[data-aos-delay="2800"] [data-aos],[data-aos][data-aos][data-aos-delay="2800"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2800"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2800"].aos-animate{-webkit-transition-delay:2800ms;transition-delay:2800ms}body[data-aos-duration="2850"] [data-aos],[data-aos][data-aos][data-aos-duration="2850"]{-webkit-transition-duration:2850ms;transition-duration:2850ms}body[data-aos-delay="2850"] [data-aos],[data-aos][data-aos][data-aos-delay="2850"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2850"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2850"].aos-animate{-webkit-transition-delay:2850ms;transition-delay:2850ms}body[data-aos-duration="2900"] [data-aos],[data-aos][data-aos][data-aos-duration="2900"]{-webkit-transition-duration:2900ms;transition-duration:2900ms}body[data-aos-delay="2900"] [data-aos],[data-aos][data-aos][data-aos-delay="2900"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2900"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2900"].aos-animate{-webkit-transition-delay:2900ms;transition-delay:2900ms}body[data-aos-duration="2950"] [data-aos],[data-aos][data-aos][data-aos-duration="2950"]{-webkit-transition-duration:2950ms;transition-duration:2950ms}body[data-aos-delay="2950"] [data-aos],[data-aos][data-aos][data-aos-delay="2950"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="2950"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="2950"].aos-animate{-webkit-transition-delay:2950ms;transition-delay:2950ms}body[data-aos-duration="3000"] [data-aos],[data-aos][data-aos][data-aos-duration="3000"]{-webkit-transition-duration:3000ms;transition-duration:3000ms}body[data-aos-delay="3000"] [data-aos],[data-aos][data-aos][data-aos-delay="3000"]{-webkit-transition-delay:0;transition-delay:0}body[data-aos-delay="3000"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="3000"].aos-animate{-webkit-transition-delay:3000ms;transition-delay:3000ms}body[data-aos-easing=linear] [data-aos],[data-aos][data-aos][data-aos-easing=linear]{-webkit-transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75);transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}body[data-aos-easing=ease] [data-aos],[data-aos][data-aos][data-aos-easing=ease]{-webkit-transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1);transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1)}body[data-aos-easing=ease-in] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in]{-webkit-transition-timing-function:cubic-bezier(0.42, 0, 1, 1);transition-timing-function:cubic-bezier(0.42, 0, 1, 1)}body[data-aos-easing=ease-out] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out]{-webkit-transition-timing-function:cubic-bezier(0, 0, 0.58, 1);transition-timing-function:cubic-bezier(0, 0, 0.58, 1)}body[data-aos-easing=ease-in-out] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out]{-webkit-transition-timing-function:cubic-bezier(0.42, 0, 0.58, 1);transition-timing-function:cubic-bezier(0.42, 0, 0.58, 1)}body[data-aos-easing=ease-in-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-back]{-webkit-transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045);transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045)}body[data-aos-easing=ease-out-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-back]{-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275)}body[data-aos-easing=ease-in-out-back] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-back]{-webkit-transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}body[data-aos-easing=ease-in-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-sine]{-webkit-transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715);transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}body[data-aos-easing=ease-out-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-sine]{-webkit-transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1);transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1)}body[data-aos-easing=ease-in-out-sine] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-sine]{-webkit-transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95)}body[data-aos-easing=ease-in-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-quad]{-webkit-transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53);transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-quad]{-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-quad] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-quad]{-webkit-transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955);transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}body[data-aos-easing=ease-in-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-cubic]{-webkit-transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53);transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-cubic]{-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-cubic] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-cubic]{-webkit-transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955);transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}body[data-aos-easing=ease-in-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-quart]{-webkit-transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53);transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}body[data-aos-easing=ease-out-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-out-quart]{-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}body[data-aos-easing=ease-in-out-quart] [data-aos],[data-aos][data-aos][data-aos-easing=ease-in-out-quart]{-webkit-transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955);transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}[data-aos=fade-up]{-webkit-transform:translate3d(0, 100px, 0);transform:translate3d(0, 100px, 0)}[data-aos=fade-down]{-webkit-transform:translate3d(0, -100px, 0);transform:translate3d(0, -100px, 0)}[data-aos=fade-right]{-webkit-transform:translate3d(-100px, 0, 0);transform:translate3d(-100px, 0, 0)}[data-aos=fade-left]{-webkit-transform:translate3d(100px, 0, 0);transform:translate3d(100px, 0, 0)}[data-aos=fade-up-right]{-webkit-transform:translate3d(-100px, 100px, 0);transform:translate3d(-100px, 100px, 0)}[data-aos=fade-up-left]{-webkit-transform:translate3d(100px, 100px, 0);transform:translate3d(100px, 100px, 0)}[data-aos=fade-down-right]{-webkit-transform:translate3d(-100px, -100px, 0);transform:translate3d(-100px, -100px, 0)}[data-aos=fade-down-left]{-webkit-transform:translate3d(100px, -100px, 0);transform:translate3d(100px, -100px, 0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;-webkit-transform:translate3d(0, 0, 0) scale(1);transform:translate3d(0, 0, 0) scale(1)}[data-aos=zoom-in]{-webkit-transform:scale(0.6);transform:scale(0.6)}[data-aos=zoom-in-up]{-webkit-transform:translate3d(0, 100px, 0) scale(0.6);transform:translate3d(0, 100px, 0) scale(0.6)}[data-aos=zoom-in-down]{-webkit-transform:translate3d(0, -100px, 0) scale(0.6);transform:translate3d(0, -100px, 0) scale(0.6)}[data-aos=zoom-in-right]{-webkit-transform:translate3d(-100px, 0, 0) scale(0.6);transform:translate3d(-100px, 0, 0) scale(0.6)}[data-aos=zoom-in-left]{-webkit-transform:translate3d(100px, 0, 0) scale(0.6);transform:translate3d(100px, 0, 0) scale(0.6)}[data-aos=zoom-out]{-webkit-transform:scale(1.2);transform:scale(1.2)}[data-aos=zoom-out-up]{-webkit-transform:translate3d(0, 100px, 0) scale(1.2);transform:translate3d(0, 100px, 0) scale(1.2)}[data-aos=zoom-out-down]{-webkit-transform:translate3d(0, -100px, 0) scale(1.2);transform:translate3d(0, -100px, 0) scale(1.2)}[data-aos=zoom-out-right]{-webkit-transform:translate3d(-100px, 0, 0) scale(1.2);transform:translate3d(-100px, 0, 0) scale(1.2)}[data-aos=zoom-out-left]{-webkit-transform:translate3d(100px, 0, 0) scale(1.2);transform:translate3d(100px, 0, 0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}[data-aos^=slide][data-aos^=slide].aos-animate{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}[data-aos=slide-up]{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}[data-aos=slide-down]{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}[data-aos=slide-right]{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}[data-aos=slide-left]{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}[data-aos=flip-left]{-webkit-transform:perspective(2500px) rotateY(-100deg);transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{-webkit-transform:perspective(2500px) rotateY(100deg);transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{-webkit-transform:perspective(2500px) rotateY(0);transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{-webkit-transform:perspective(2500px) rotateX(-100deg);transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{-webkit-transform:perspective(2500px) rotateX(100deg);transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{-webkit-transform:perspective(2500px) rotateX(0);transform:perspective(2500px) rotateX(0)}*[data-section=orange]{--icon-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23f5a03e' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23c84c09' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23f5a03e'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23f5a03e'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%23f5a03e'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%23f5a03e'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23c84c09'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23c84c09'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%23c84c09'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%23c84c09'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%23f5a03e' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%23c84c09' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%23f5a03e'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%23c84c09'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%23f5a03e' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%23f5a03e' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%23c84c09' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%23c84c09' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%23f5a03e' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%23f5a03e' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%23f5a03e' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%23f5a03e' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%23f5a03e' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%23f5a03e' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%23f5a03e' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-dark-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%23c84c09' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%23c84c09' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%23c84c09' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%23c84c09' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%23c84c09' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%23c84c09' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%23c84c09' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%23f5a03e'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%23c84c09'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%23f5a03e'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%23c84c09'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%23f5a03e' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%23c84c09' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23f5a03e' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23c84c09' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23f5a03e' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%23f5a03e' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%23f5a03e' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%23f5a03e' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%23f5a03e' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%23f5a03e' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%23f5a03e' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%23f5a03e' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%23f5a03e' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%23f5a03e' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%23f5a03e' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%23f5a03e' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%23f5a03e' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%23f5a03e' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%23f5a03e' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%23f5a03e' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%23f5a03e' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%23f5a03e' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%23f5a03e' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%23f5a03e' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%23f5a03e' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%23f5a03e' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%23f5a03e' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%23f5a03e' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%23f5a03e' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%23f5a03e' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%23f5a03e' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%23f5a03e' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23f5a03e' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23c84c09' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%23c84c09' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%23c84c09' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%23c84c09' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%23c84c09' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%23c84c09' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%23c84c09' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%23c84c09' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%23c84c09' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%23c84c09' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%23c84c09' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%23c84c09' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%23c84c09' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%23c84c09' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%23c84c09' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%23c84c09' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%23c84c09' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%23c84c09' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%23c84c09' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%23c84c09' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%23c84c09' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%23c84c09' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%23c84c09' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%23c84c09' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%23c84c09' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%23c84c09' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%23c84c09' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%23c84c09' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23c84c09' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23f5a03e' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%23f5a03e' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%23f5a03e' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%23f5a03e' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%23f5a03e' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%23f5a03e' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%23f5a03e' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%23f5a03e' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%23f5a03e' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%23f5a03e' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%23f5a03e' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%23f5a03e' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%23f5a03e' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%23f5a03e' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%23f5a03e' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%23f5a03e' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%23f5a03e' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%23f5a03e' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%23f5a03e' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%23f5a03e' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%23f5a03e' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%23f5a03e' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%23f5a03e' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%23f5a03e' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%23f5a03e' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%23f5a03e' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%23f5a03e' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%23f5a03e' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%23f5a03e' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%23f5a03e' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%23f5a03e' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%23f5a03e' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%23f5a03e' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%23f5a03e' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23f5a03e' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%23f5a03e' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%23f5a03e' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%23f5a03e' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23f5a03e' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23c84c09' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%23c84c09' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%23c84c09' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%23c84c09' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%23c84c09' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%23c84c09' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%23c84c09' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%23c84c09' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%23c84c09' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%23c84c09' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%23c84c09' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%23c84c09' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%23c84c09' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%23c84c09' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%23c84c09' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%23c84c09' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%23c84c09' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%23c84c09' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%23c84c09' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%23c84c09' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%23c84c09' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%23c84c09' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%23c84c09' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%23c84c09' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%23c84c09' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%23c84c09' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%23c84c09' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%23c84c09' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%23c84c09' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%23c84c09' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%23c84c09' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%23c84c09' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%23c84c09' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%23c84c09' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23c84c09' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%23c84c09' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%23c84c09' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%23c84c09' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23c84c09' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23f5a03e' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23c84c09' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%23f5a03e' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23f5a03e' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%23c84c09' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23c84c09' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23f5a03e'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23c84c09'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%23f5a03e' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%23f5a03e' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%23c84c09' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%23c84c09' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}*[data-section=tealblue]{--icon-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%230089ae' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_download-color-1: var(--icon-arrow_download-color-1);--icon-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down_bold-color-1: var(--icon-arrow_down_bold-color-1);--icon-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_top-color-1: var(--icon-arrow_top-color-1);--icon-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down-color-1: var(--icon-arrow_down-color-1);--icon-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-group-color-1: var(--icon-group-color-1);--icon-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-labelsearch-color-1: var(--icon-labelsearch-color-1);--icon-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-world-color-1: var(--icon-world-color-1);--icon-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-contracts-color-1: var(--icon-contracts-color-1);--icon-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-folder-color-1: var(--icon-folder-color-1);--icon-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-sign-color-1: var(--icon-sign-color-1);--icon-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%230089ae'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%230089ae'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%230089ae'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%230089ae'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-headphones-color-1: var(--icon-headphones-color-1);--icon-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-label-color-1: var(--icon-label-color-1);--icon-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%230089ae' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-ausrufezeichen-color-1: var(--icon-ausrufezeichen-color-1);--icon-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%230089ae'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-bass-color-1: var(--icon-bass-color-1);--icon-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%230089ae' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%230089ae' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-film-color-1: var(--icon-film-color-1);--icon-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%230089ae' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%230089ae' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%230089ae' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%230089ae' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%230089ae' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%230089ae' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%230089ae' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-dark-fragezeichen-color-1: var(--icon-fragezeichen-color-1);--icon-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%230089ae'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-info-color-1: var(--icon-info-color-1);--icon-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%230089ae'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-note-color-1: var(--icon-note-color-1);--icon-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%230089ae' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-trompete-color-1: var(--icon-trompete-color-1);--icon-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%230089ae' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%230089ae' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-violine-color-1: var(--icon-violine-color-1);--icon-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%230089ae' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%230089ae' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%230089ae' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%230089ae' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%230089ae' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%230089ae' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%230089ae' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%230089ae' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%230089ae' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%230089ae' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%230089ae' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%230089ae' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%230089ae' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%230089ae' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%230089ae' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%230089ae' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%230089ae' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%230089ae' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%230089ae' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%230089ae' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%230089ae' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%230089ae' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%230089ae' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%230089ae' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%230089ae' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%230089ae' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%230089ae' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%230089ae' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%230089ae' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-coins-color-1: var(--icon-coins-color-1);--icon-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%230089ae' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%230089ae' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%230089ae' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%230089ae' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%230089ae' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%230089ae' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%230089ae' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%230089ae' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%230089ae' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%230089ae' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%230089ae' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%230089ae' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%230089ae' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%230089ae' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%230089ae' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%230089ae' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%230089ae' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%230089ae' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%230089ae' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%230089ae' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%230089ae' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%230089ae' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%230089ae' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%230089ae' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%230089ae' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%230089ae' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%230089ae' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%230089ae' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%230089ae' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%230089ae' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%230089ae' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%230089ae' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%230089ae' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%230089ae' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%230089ae' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%230089ae' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%230089ae' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%230089ae' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%230089ae' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-shaking-hands-color-1: var(--icon-shaking-hands-color-1);--icon-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%230089ae' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-questionmark-color-1: var(--icon-questionmark-color-1);--icon-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%230089ae' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%230089ae' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-quotationmarks-color-1: var(--icon-quotationmarks-color-1);--icon-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%230089ae'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_right-color-1: var(--icon-arrow_right-color-1);--icon-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%230089ae' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%230089ae' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-envelope-color-1: var(--icon-envelope-color-1)}*[data-section=teal]{--icon-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23009680' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_download-color-1: var(--icon-arrow_download-color-1);--icon-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down_bold-color-1: var(--icon-arrow_down_bold-color-1);--icon-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_top-color-1: var(--icon-arrow_top-color-1);--icon-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down-color-1: var(--icon-arrow_down-color-1);--icon-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-group-color-1: var(--icon-group-color-1);--icon-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-labelsearch-color-1: var(--icon-labelsearch-color-1);--icon-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-world-color-1: var(--icon-world-color-1);--icon-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-contracts-color-1: var(--icon-contracts-color-1);--icon-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-folder-color-1: var(--icon-folder-color-1);--icon-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-sign-color-1: var(--icon-sign-color-1);--icon-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23009680'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23009680'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%23009680'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%23009680'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-headphones-color-1: var(--icon-headphones-color-1);--icon-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-label-color-1: var(--icon-label-color-1);--icon-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%23009680' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-ausrufezeichen-color-1: var(--icon-ausrufezeichen-color-1);--icon-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%23009680'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-bass-color-1: var(--icon-bass-color-1);--icon-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%23009680' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%23009680' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%23009680' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%23009680' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%23009680' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%23009680' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%23009680' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%23009680' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%23009680' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%23009680' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%23009680' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-film-color-1: var(--icon-film-color-1);--icon-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%23009680' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%23009680' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%23009680' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%23009680' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%23009680' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%23009680' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%23009680' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-dark-fragezeichen-color-1: var(--icon-fragezeichen-color-1);--icon-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%23009680'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-info-color-1: var(--icon-info-color-1);--icon-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%23009680'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-note-color-1: var(--icon-note-color-1);--icon-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%23009680' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-trompete-color-1: var(--icon-trompete-color-1);--icon-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23009680' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%23009680' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%23009680' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%23009680' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%23009680' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%23009680' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-violine-color-1: var(--icon-violine-color-1);--icon-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23009680' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%23009680' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%23009680' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%23009680' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%23009680' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%23009680' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%23009680' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%23009680' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%23009680' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%23009680' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%23009680' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%23009680' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%23009680' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%23009680' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%23009680' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%23009680' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%23009680' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%23009680' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%23009680' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%23009680' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%23009680' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%23009680' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%23009680' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%23009680' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%23009680' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%23009680' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%23009680' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%23009680' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23009680' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-coins-color-1: var(--icon-coins-color-1);--icon-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23009680' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%23009680' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%23009680' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%23009680' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%23009680' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%23009680' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%23009680' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%23009680' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%23009680' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%23009680' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%23009680' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%23009680' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%23009680' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%23009680' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%23009680' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%23009680' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%23009680' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%23009680' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%23009680' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%23009680' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%23009680' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%23009680' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%23009680' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%23009680' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%23009680' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%23009680' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%23009680' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%23009680' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%23009680' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%23009680' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%23009680' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%23009680' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%23009680' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%23009680' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23009680' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%23009680' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%23009680' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%23009680' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23009680' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-shaking-hands-color-1: var(--icon-shaking-hands-color-1);--icon-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23009680' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-questionmark-color-1: var(--icon-questionmark-color-1);--icon-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%23009680' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23009680' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-quotationmarks-color-1: var(--icon-quotationmarks-color-1);--icon-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23009680'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_right-color-1: var(--icon-arrow_right-color-1);--icon-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%23009680' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%23009680' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-envelope-color-1: var(--icon-envelope-color-1)}*[data-section=baby-puke-green]{--icon-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23bec501' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%236e8200' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23bec501'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23bec501'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%23bec501'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%23bec501'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%236e8200'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%236e8200'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%236e8200'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%236e8200'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%23bec501' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%236e8200' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%23bec501'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%236e8200'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%23bec501' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%23bec501' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%236e8200' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%236e8200' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%23bec501' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%23bec501' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%23bec501' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%23bec501' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%23bec501' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%23bec501' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%23bec501' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-dark-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%236e8200' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%236e8200' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%236e8200' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%236e8200' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%236e8200' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%236e8200' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%236e8200' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%23bec501'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%236e8200'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%23bec501'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%236e8200'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%23bec501' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%236e8200' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23bec501' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%23bec501' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%236e8200' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%236e8200' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23bec501' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%23bec501' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%23bec501' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%23bec501' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%23bec501' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%23bec501' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%23bec501' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%23bec501' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%23bec501' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%23bec501' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%23bec501' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%23bec501' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%23bec501' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%23bec501' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%23bec501' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%23bec501' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%23bec501' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%23bec501' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%23bec501' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%23bec501' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%23bec501' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%23bec501' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%23bec501' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%23bec501' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%23bec501' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%23bec501' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%23bec501' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%23bec501' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23bec501' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%236e8200' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%236e8200' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%236e8200' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%236e8200' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%236e8200' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%236e8200' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%236e8200' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%236e8200' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%236e8200' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%236e8200' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%236e8200' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%236e8200' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%236e8200' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%236e8200' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%236e8200' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%236e8200' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%236e8200' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%236e8200' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%236e8200' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%236e8200' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%236e8200' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%236e8200' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%236e8200' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%236e8200' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%236e8200' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%236e8200' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%236e8200' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%236e8200' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%236e8200' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23bec501' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%23bec501' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%23bec501' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%23bec501' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%23bec501' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%23bec501' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%23bec501' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%23bec501' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%23bec501' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%23bec501' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%23bec501' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%23bec501' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%23bec501' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%23bec501' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%23bec501' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%23bec501' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%23bec501' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%23bec501' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%23bec501' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%23bec501' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%23bec501' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%23bec501' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%23bec501' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%23bec501' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%23bec501' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%23bec501' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%23bec501' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%23bec501' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%23bec501' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%23bec501' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%23bec501' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%23bec501' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%23bec501' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%23bec501' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23bec501' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%23bec501' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%23bec501' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%23bec501' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23bec501' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%236e8200' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%236e8200' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%236e8200' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%236e8200' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%236e8200' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%236e8200' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%236e8200' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%236e8200' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%236e8200' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%236e8200' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%236e8200' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%236e8200' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%236e8200' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%236e8200' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%236e8200' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%236e8200' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%236e8200' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%236e8200' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%236e8200' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%236e8200' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%236e8200' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%236e8200' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%236e8200' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%236e8200' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%236e8200' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%236e8200' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%236e8200' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%236e8200' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%236e8200' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%236e8200' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%236e8200' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%236e8200' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%236e8200' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%236e8200' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%236e8200' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%236e8200' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%236e8200' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%236e8200' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%236e8200' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23bec501' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%236e8200' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%23bec501' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23bec501' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%236e8200' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%236e8200' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23bec501'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%236e8200'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%23bec501' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%23bec501' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%236e8200' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%236e8200' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}*[data-section=dark-hot-pink]{--icon-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23940053' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_download-color-1: var(--icon-arrow_download-color-1);--icon-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down_bold-color-1: var(--icon-arrow_down_bold-color-1);--icon-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_top-color-1: var(--icon-arrow_top-color-1);--icon-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down-color-1: var(--icon-arrow_down-color-1);--icon-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-group-color-1: var(--icon-group-color-1);--icon-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-labelsearch-color-1: var(--icon-labelsearch-color-1);--icon-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-world-color-1: var(--icon-world-color-1);--icon-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-contracts-color-1: var(--icon-contracts-color-1);--icon-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-folder-color-1: var(--icon-folder-color-1);--icon-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-sign-color-1: var(--icon-sign-color-1);--icon-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23940053'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%23940053'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%23940053'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%23940053'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-headphones-color-1: var(--icon-headphones-color-1);--icon-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-label-color-1: var(--icon-label-color-1);--icon-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%23940053' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-ausrufezeichen-color-1: var(--icon-ausrufezeichen-color-1);--icon-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%23940053'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-bass-color-1: var(--icon-bass-color-1);--icon-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%23940053' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%23940053' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%23940053' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%23940053' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%23940053' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%23940053' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%23940053' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%23940053' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%23940053' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%23940053' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%23940053' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-film-color-1: var(--icon-film-color-1);--icon-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%23940053' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%23940053' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%23940053' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%23940053' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%23940053' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%23940053' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%23940053' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-dark-fragezeichen-color-1: var(--icon-fragezeichen-color-1);--icon-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%23940053'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-info-color-1: var(--icon-info-color-1);--icon-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%23940053'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-note-color-1: var(--icon-note-color-1);--icon-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%23940053' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-trompete-color-1: var(--icon-trompete-color-1);--icon-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23940053' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%23940053' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%23940053' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%23940053' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%23940053' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%23940053' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-violine-color-1: var(--icon-violine-color-1);--icon-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23940053' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%23940053' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%23940053' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%23940053' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%23940053' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%23940053' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%23940053' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%23940053' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%23940053' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%23940053' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%23940053' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%23940053' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%23940053' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%23940053' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%23940053' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%23940053' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%23940053' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%23940053' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%23940053' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%23940053' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%23940053' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%23940053' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%23940053' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%23940053' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%23940053' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%23940053' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%23940053' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%23940053' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23940053' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-coins-color-1: var(--icon-coins-color-1);--icon-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%23940053' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%23940053' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%23940053' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%23940053' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%23940053' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%23940053' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%23940053' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%23940053' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%23940053' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%23940053' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%23940053' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%23940053' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%23940053' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%23940053' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%23940053' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%23940053' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%23940053' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%23940053' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%23940053' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%23940053' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%23940053' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%23940053' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%23940053' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%23940053' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%23940053' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%23940053' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%23940053' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%23940053' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%23940053' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%23940053' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%23940053' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%23940053' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%23940053' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%23940053' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%23940053' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%23940053' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%23940053' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%23940053' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%23940053' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-shaking-hands-color-1: var(--icon-shaking-hands-color-1);--icon-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%23940053' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-questionmark-color-1: var(--icon-questionmark-color-1);--icon-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%23940053' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23940053' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-quotationmarks-color-1: var(--icon-quotationmarks-color-1);--icon-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%23940053'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_right-color-1: var(--icon-arrow_right-color-1);--icon-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%23940053' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%23940053' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-envelope-color-1: var(--icon-envelope-color-1)}*[data-section=wisteria]{--icon-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%238c81c0' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_download-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%234a2f70' rx='4'/%3e%3cpath fill='white' d='M13.084 19.795l4.715-4.8a.71.71 0 000-.99.68.68 0 00-.973 0l-3.638 3.705V5.7c0-.387-.308-.7-.688-.7a.693.693 0 00-.687.7v12.064l-3.696-3.01a.678.678 0 00-.966.109.7.7 0 00-.151.436c0 .206.088.41.258.548l4.91 4a.68.68 0 00.916-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down_bold-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 10'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M2.94.386a1.516 1.516 0 00-2.022 0 1.247 1.247 0 000 1.863l8.07 7.365c.56.515 1.464.515 2.023 0l8.07-7.365a1.244 1.244 0 000-1.863 1.514 1.514 0 00-2.02 0L10 6.426 2.94.386z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_top-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 23'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cpath d='M8.889 23V3.604L14.604 9.2 16 7.832 8.001 0 0 7.832 1.397 9.2l5.714-5.596V23z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_down-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 9'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M1.168.196a.696.696 0 00-.968 0 .661.661 0 000 .948l7.816 7.66c.267.261.7.261.968 0l7.816-7.66a.661.661 0 000-.948.696.696 0 00-.968 0L8.5 7.182 1.168.196z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-group-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 95 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M93.349 49.04c-.92-1.324-2.677-2.289-4.09-3.104-1.427-.82-3.238-1.936-4.98-1.936-1.653 0-3.063 1.03-4.39 1.845a8.727 8.727 0 00-1.206.727c-1.326.795-2.655 1.587-3.983 2.384-1.612.967-3.21 1.964-4.853 2.893-.65.373-1.565.955-2.344.876-.468-.266-.915-.539-1.315-.774-.724-.43-1.43-.479-2.048-.304-1.032-1.094-1.963-2.357-2.91-3.415-1.367-1.529-2.647-2.885-4.812-3.39-2.004-.467-4.305-.434-6.33-.123-1.784.27-3.546 1-4.806 2.232-1.291 1.261-2.55 8.257-2.288 8.371a14.08 14.08 0 00-.618 1.765c-.318 1.156-.675 2.285.041 3.384.656 1.01 1.84 1.516 3.09 1.529 1.204.01 2.418-.499 3.595-.699 1.405-.24 2.84-.288 4.264-.283 5.748.012 11.46.655 17.22.615 6.54-.05 13.08-.306 19.62-.491 1.07-.028 2.454-.757 2.625-1.858.284-1.828.57-3.655.853-5.483.256-1.63.697-3.273-.335-4.761m-53.322-8.425c-1.938-.788-4.131-1.728-6.27-1.604-2.184.13-3.403 1.013-4.706 2.653-1.933 2.434-4.87 3.682-6.784 6.16-.41-.66-1.069-1.176-2.046-1.259-1.064-.09-1.817-1.827-2.314-2.56-.733-1.077-1.507-2.06-2.55-2.87-2.154-1.68-5.02-2.413-7.725-1.788-2.308.532-4.391 2.038-5.55 4.08-.766 1.345-1.055 2.87-1.347 4.368-.255 1.294-.662 2.64-.73 3.957a3 3 0 001.663 2.896c1.423.729 2.713.155 4.126-.201 2.613-.651 5.565-.287 8.24-.22 6.476.153 12.955.419 19.435.075a2.8 2.8 0 001.397-.454c1.505 1.017 4.182.369 4.245-2.005.076-2.733.937-5.172 2.487-7.433 1.048-1.529-.121-3.206-1.57-3.795m35.309-11.911c-.719 2.207-5.043 6.988-7.48 7.454-2.432.47-5.791-2.148-7.335-5.56-1.345-2.973-1.26-10.376-1.483-13.273 1.772 1.486 7.246 3.921 10.087 4.442 1.974.365 5.18.217 7.344.035-.467 1.84-.626 5.335-1.133 6.902m3.84-8.761c-1.494-.625-4.232 1.142-12.295-.792-4.468-1.07-7.854-5.872-9.066-5.059-.77.513-.717.338-.773 1.537-.26 2.114.696 11.94 1.59 14.462.88 2.484 4.768 7.28 7.415 7.827 2.651.545 4.832-1.744 6.809-3.396 1.456-1.212 2.992-3.393 3.963-6.188.685-1.986 1.21-5.054.993-6.666.326-.038.6-.073.753-.097 1.359-.236 2.107-.998.61-1.628'/%3e%3cg%3e%3cpath d='M83.316 22.147c-.14 1.376-1.179 16.058 0 16.922 1.179.864 2.088-2.263 2.088-8.365 0-6.1.747-14.874-.137-17.321-.883-2.453-5.504-11.182-10.66-12.334-5.15-1.155-8.765-.84-14.652 1.033-5.887 1.876-8.453 8.182-9.187 11.3-.736 3.114-.966 17.769-.966 19.933 0 2.162-.634 5.889.982 5.894 1.622.005 1.18-21.624 1.77-23.931.586-2.308 4.414-10.958 7.654-11.388 3.238-.434 12.068-2.308 14.278-.865 2.207 1.44 7.357 6.055 8.093 9.946.737 3.895.972 6.842.737 9.176'/%3e%3c/g%3e%3cpath d='M32.043 27.1c-.107 1.502-1.285 5.7-3.64 6.987-2.358 1.29-5.35 1.836-7.383.008-2.037-1.83-3.972-4.416-4.078-6.673-.07-1.418-.611-5.416-.95-8.212.47.118 2.81.315 3.435.341 3.111.131 4.65-.109 6.793-.836 2.138-.73 5.138-1.373 5.81-1.973.674-.597-.309-1.98-2.568-.618-.645.387-4.102 1.589-7.28 1.68-3.85.108-4.473-.137-6.403-.704-.045-.448-.152-3.88.212-5.243.361-1.359.802-2.46 4.203-2.995 3-.472 8.315-.475 9.921 1.031 1.606 1.506 4.179 3.763 3.964 6.13-.213 2.364-1.928 9.57-2.036 11.076m3.432-14.562C34.297 9.74 29.82 7 26.072 7c-3.749 0-9.452-.13-10.76 2.135-.813 1.405-1.312 3.4-1.312 6.127 0 2.721.26 5.872.396 8.233.132 2.348 1.277 7.449 2.453 8.648C18.606 33.93 20.364 37 24.219 37s6.647-2.052 7.611-3.665c.961-1.615 2.6-6.047 3.146-9.77.59-4.014 1.675-8.23.5-11.028m2.918 41.227c-.588.013-.93.018-1.552.031-5.235.108-17.492.36-18.868.166-1.415-.218-11.478.045-16.135.173.092-.638.155-1.668.223-2.827.084-1.453.181-3.103.367-4.388.722-5.088 2.531-5.598 4.818-6.247 1.305-.37 2.772-.599 4.064-.599 1.284 0 2.394.226 2.985.77.317.292.948.983 1.675 1.782 3.011 3.303 5.61 6.038 6.857 6.038h.04c1.265-.063 5.542-3.403 8.17-6.385 1.102-1.253 3.601-2.444 5.447-2.194.78.115 3.119 1.34 3.696 1.847.575.505 3.303.61 2.744-.378-.56-.994-4.692-3.553-6.37-3.553-.039 0-.078.003-.117.005-2.182.113-5.513 1.52-6.997 3.43-1.52 1.957-5.736 5.005-6.613 5.005a.326.326 0 01-.076-.01c-.767-.245-3.88-3.64-5.083-5.203-1.136-1.48-2.985-2.407-5.65-2.835-2.559-.42-8.012.672-9.419 2.667C1.269 42.948-.104 50.32.006 51.743c.1 1.314.082 2.489.04 3.093-.06.749.792.885 1.205.951.078.01.152.021.212.037.56.129 2.318.176 4.574.176 5.605 0 14.268-.294 15.13-.355.537-.034 3.685-.029 7.337-.016 3.767.019 9.084.003 9.743.014.661.008.732-1.892.147-1.88'/%3e%3cg%3e%3cpath d='M92.406 52.552c-.048 1.197-.252 2.83-.45 4.411-.16 1.28-.31 2.497-.371 3.402h-4.203c-.222 0-1.323.025-2.949.058-6.181.132-20.67.443-22.293.203-1.69-.26-13.635.055-19.1.21.112-.768.185-2.044.27-3.488.102-1.765.217-3.767.433-5.324.861-6.204 3.005-6.83 5.722-7.623 1.703-.497 3.36-.74 4.775-.74 1.617 0 2.914.322 3.593.96.38.358 1.088 1.155 1.987 2.167 3.42 3.853 6.606 7.31 8.058 7.31h.045c1.46-.074 6.583-4.194 9.615-7.733 1.315-1.529 4.27-2.973 6.475-2.679 2.096.32 8.58 4.076 8.393 8.866m.633-5.313c-1.783-2.618-6.462-5.979-8.943-5.979-.048 0-.096.002-.142.005-2.564.132-6.483 1.831-8.229 4.138-1.802 2.385-6.81 6.092-7.858 6.092a.317.317 0 01-.09-.011c-.918-.3-4.605-4.428-6.027-6.328-1.337-1.788-3.508-2.907-6.641-3.424-3.323-.558-9.537.971-11.08 3.215-1.569 2.287-3.184 11.213-3.053 12.932.12 1.595.1 3.022.043 3.765-.064.863.88 1.017 1.388 1.1.096.014.181.03.254.047.65.151 2.713.209 5.365.209 6.615 0 16.868-.352 17.89-.427.63-.04 4.36-.033 8.667-.019 9.497.033 17.432.033 18.29-.19.85-.225 1.11-1.974 1.321-3.907.035-.325.062-.594.094-.768.246-1.394.564-7.785-1.249-10.45'/%3e%3c/g%3e%3cpath d='M21.004 29.917c-.143.876 3.87 2.217 5.37 2.072 1.5-.146 3.626-2.66 3.626-2.948 0-.29-3.189 1.069-4.688 1.069-1.5 0-4.215-.77-4.308-.193m42.028.215c-.4.794 3.08 2.738 4.575 2.862 1.495.125 4.306-1.858 4.391-2.129.09-.267-3.403.45-4.854.192-1.448-.26-3.847-1.449-4.112-.925'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-labelsearch-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 66'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M42.876 48.926c-.2-.375-.57-.554-.963-.544-.138.004-.28.035-.42.078.054-.113.097-.23.117-.355.053-.354.013-.68-.234-.945a.869.869 0 00-.861-.251c.2-.339.383-.69.527-1.072.107-.286.074-.744 0-1.034a1.949 1.949 0 00-.65-1.011 1.886 1.886 0 00-.687-.333c.03-.543-.116-1.101-.498-1.475a1.769 1.769 0 00-.966-.502 2.01 2.01 0 00-.185-.508c-.343-.627-.915-.909-1.57-.963-1.218-.103-2.384.545-3.4 1.195-1.141.73-2.235 2.02-2.07 3.558.057.534.166.983.533 1.376.314.337.832.592 1.284.57.296-.013.58-.113.848-.257.094.059.183.129.287.172-.013.272.013.548.122.829.174.44.543.834.975 1.042.06.798.548 1.569 1.304 1.754.07.015.141.002.212.01.287.299.736.435 1.095.178.155-.11.325-.19.485-.295-.009.293.07.587.284.797.595.588 1.374.144 2.034-.1-.071.396.087.846.421 1.036.447.253.97.11 1.242-.35.247-.418.465-.854.649-1.306.176-.428.323-.848.085-1.294m-6.744-36.24c.801.937 2.128-.435 1.333-1.366-.398-.468-.833-.903-1.254-1.351.006-.022-.001-.045.004-.064.059.05.119.097.18.15a.953.953 0 001.575-.94c-.867-3.642-4.02-5.837-7.261-7.068-.477-.184-1.033.203-1.159.674-.02.074-.011.141-.013.21-.045-.024-.089-.05-.132-.075-.69-.357-1.317.182-1.406.772l-.812-.346c-.978-.412-1.698 1.32-.726 1.766 3.777 1.732 6.963 4.46 9.671 7.638'/%3e%3cpath d='M23.946 6.82c.125 0 .251 0 .378.002 3.374.057 7.335 2.042 10.098 5.056 2.729 2.98 4.077 6.669 3.8 10.39.002 4.294-1.579 8.282-4.445 11.202C30.91 36.39 26.997 38 22.76 38h-.007c-8.462-.003-15.48-6.963-15.644-15.512-.078-4.17 1.445-8.029 4.29-10.866 3.11-3.104 7.554-4.802 12.547-4.802M6.014 21.87c.002 9.586 6.786 16.78 16.133 17.12 4.696.145 9.143-1.465 12.478-4.604 3.368-3.17 5.275-7.532 5.372-12.277.09-4.315-1.9-8.758-5.452-12.186-3.45-3.336-7.834-5.123-11.982-4.906-9.66.5-16.932 7.902-16.549 16.853'/%3e%3cg%3e%3cpath d='M22.33 43.904c-11.662-.09-21.006-9.486-21.006-21.122 0-11.515 9.391-20.911 20.942-20.947 11.695-.039 21.159 9.455 21.147 21.211C43.4 34.373 33.68 43.991 22.33 43.904M55.002 61.4c-.049-.383-.045-.875-.21-1.232-.46-1-1.635-2.014-2.333-2.866-1.596-1.95-3.192-3.897-4.791-5.842-3.286-3.998-6.575-7.99-9.84-12.002 4.355-3.931 7.178-9.617 7.178-16.48C45.006 9.95 35.402.68 22.446.401 10.231.136.001 10.543 0 22.587c-.003 12.826 9.834 22.781 22.51 22.781 5.283-.063 10.295-1.859 14.247-4.991 3.127 3.843 6.276 7.67 9.421 11.496l-2.765 2.16.71 1.38 2.613-1.988.6-.143c.332.406.664.813.998 1.219l-2.576 2.012.71 1.379 2.613-1.988.338-.08.905 1.104-2.526 1.974.71 1.378 2.613-1.988.269-.063c.37.448.739.899 1.107 1.349.534.653.92.828 1.04 1.474.074.398.132.823.158 1.225.118 1.89-1.398 2.514-3.007 2.186-.329-.067-1.021-.074-1.312-.268-.137-.09-.456-.671-.613-.852l-1.202-1.386c-1.42-1.64-2.84-3.282-4.256-4.925a802.037 802.037 0 01-8.984-10.59c-.584-.703-1.585.304-1.004 1a796.845 796.845 0 008.984 10.591c1.615 1.878 3.237 3.749 4.859 5.619.524.609 1.096 1.588 1.839 1.91.466.2 1.112.232 1.61.327 1.32.253 2.573.117 3.56-.89 1.006-1.029 1.004-2.276.833-3.599'/%3e%3c/g%3e%3cpath d='M16.23 20.702c-1.254.232-2.7.29-3.23 2.063.399.086.786.312 1.058.208 5.741-2.183 11.68-1.515 17.582-1.409.608.012 1.291.236 2.36-.801-6.338-.885-12.048-1.118-17.77-.061m2.826-3.372c2.386-.056 4.77-.11 7.158-.143 2.26-.034 4.524-.04 6.786-.058-4.717-1.837-18.026-1.285-21 .597 2.549.778 4.783-.342 7.056-.395m-5.367 10.276c-.491.12-.874.424-.595 1.208 5.662.5 11.275-.496 16.906-1.156-2.07-.85-13.373-.76-16.311-.052'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-world-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 63'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M24.832 8.192C23.732 8.457 23 9.697 23 10.407c0 .708.457 1.593.457 1.593s1.212-.355 2.222-.71c1.008-.355 3.467-1.856 3.467-1.856s3.943-2.213 3.852-2.745c-.092-.53-1.42-2.39-1.42-2.39L29.37 3l-5.453.944c.95.314 1.835 2.125 1.926 2.392.092.265.09 1.589-1.01 1.856m27.866 3.563C45.773 5.159 40.428 4 40.428 4c-.45.09-1.172 3.506-1.172 3.506s2.525 1.479 2.255 2.217c-.272.738-2.255 1.94-2.255 1.94l-2.798-1.387s-1.893 1.664-2.887 2.772c-.991 1.108 1.174 1.662 1.174 1.662s1.264 1.938.811 2.031c-.449.092-4.4-.925-5.213-.37-.811.553-2.228 1.662-2.228 1.662s-3.203 3.048-3.113 3.601c.09.556 3.175 1.015 4.439 1.107 1.263.093 1.082-2.398 1.974-2.583.893-.185 4.413.279 4.773.923.362.647 2.708 2.126 2.708 2.126l1.532.46s3.248-.924 3.068.278c0 0 .572 1.515.739 1.75 1.375 1.939 3.34 4.7 3.701 5.254.36.555 3.336-3.59 3.336-4.145 0-.553 1.878-1.38 2.959-1.29 1.083.094 6.769 2.862 6.769 2.862s-1.377-10.026-8.301-16.621'/%3e%3cpath d='M52 36.781c0-1.554-5.745-1.12-6.287-2.26-.54-1.142-3.962-6.388-3.962-6.388s-4.434-.127-5.334-.493c-.903-.366-3.645-.64-3.645-.64h-5.705s-2.16 1.552-2.252 2.556c-.09 1.007-3.712 8.505-.468 10.057 3.242 1.554 6.485.733 6.935.733.45 0 2.252 1.004 3.331 3.746 1.082 2.742.723 6.673.723 6.947 0 .276 3.315 4.55 4.594 4.936 1.28.386 5.765-3.748 7.116-5.574 1.351-1.83.18-6.492.361-6.858.179-.365 4.593-5.21 4.593-6.762M4.668 21.093c-1.514 3.718-2.725 5.342-2.666 14.03C2.095 49.308 12.722 56 12.722 56s1.423-4.878 1.96-6.417c.54-1.542.305-8.228-.62-9.215-.926-.987-5.39-9-5.774-11.258-.384-2.255.046-6.323-.049-6.777-.095-.45 8.294-7.38 9.477-8.924 1.18-1.547-1.635-3.8-2.603-4.409 0 0-7.385 4.582-10.445 12.093z'/%3e%3cg%3e%3cpath d='M31.678 61.63a29.436 29.436 0 01-19.376-7.04l.084-.287c.014-.048 1.406-4.902 1.928-6.416.536-1.55.438-8.66-.762-9.962-.844-.918-5.188-8.87-5.538-10.95-.242-1.45-.138-3.724-.068-5.23.03-.666.046-1.054.04-1.304.48-.568 2.47-2.358 4.09-3.82 2.326-2.096 4.522-4.072 5.136-4.888.362-.48.496-1.06.384-1.672-.202-1.13-1.194-2.19-2.01-2.898a29.629 29.629 0 017.97-3.552l.08.028c.526.18 1.314 1.572 1.46 1.98 0 .008.078.89-.5 1.034-1.452.364-2.342 1.966-2.342 2.952 0 .868.472 1.84.526 1.948l.266.53.564-.172s1.218-.372 2.236-.74c1.04-.38 3.31-1.812 3.542-1.96 4.324-2.512 4.226-3.104 4.154-3.538-.102-.606-.996-1.97-1.52-2.73l-.686-.437c2.716-.011 5.336.37 7.838 1.047-.216.582-.458 1.426-.74 2.724l-.11.502.446.254c.824.472 1.658 1.11 1.892 1.434-.222.284-.88.802-1.584 1.25L36.194 8.32l-.348.298c-.08.068-1.952 1.676-2.964 2.784-.532.578-.476 1.114-.396 1.382.23.762 1.124 1.156 1.646 1.324.126.202.248.404.35.59l-.336-.054c-2.112-.356-3.668-.568-4.39-.084-.83.552-2.28 1.66-2.33 1.704-3.5 3.252-3.406 3.826-3.348 4.172.194 1.152 3.284 1.54 5.108 1.668 1.252.126 1.666-1.116 1.92-1.842.086-.244.23-.654.26-.71.72-.146 3.648.26 4.056.57.408.716 2.21 1.874 2.964 2.338l1.906.586.192-.054c.836-.232 1.79-.342 2.19-.298l.058.148c.278.72.65 1.632.832 1.882l.742 1.024c1.256 1.73 2.664 3.67 2.966 4.12l.452.47.496-.15c.972-.292 3.396-3.556 3.668-4.618.268-.284 1.49-.806 2.246-.738.598.048 3.782 1.424 6.528 2.73.216 1.408.366 2.84.372 4.306.166 15.884-12.54 29.638-29.356 29.762M16.22 10.309c.04.23 0 .41-.126.582-.534.706-2.882 2.822-4.954 4.69-4.68 4.216-4.668 4.288-4.556 4.818.02.176-.008.65-.036 1.28-.074 1.568-.182 3.932.088 5.526.406 2.422 4.866 10.562 5.888 11.668.636.748.98 7.066.466 8.556-.392 1.142-1.232 4.008-1.672 5.522-1.14-.898-3.352-2.874-5.358-5.934a29.47 29.47 0 01-4.044-14.748c-.062-10.24 4.96-18.98 12.462-24.294.822.664 1.71 1.6 1.842 2.334m10.212-5.104a8.474 8.474 0 00-1.012-1.796l3.702-.666 1.832 1.116c.454.672.944 1.464 1.132 1.858-.48.466-2.05 1.498-3.424 2.296-.658.418-2.536 1.566-3.294 1.84-.536.194-1.128.39-1.558.526-.084-.252-.158-.54-.158-.774 0-.434.544-1.408 1.284-1.594.542-.136.976-.47 1.25-.968.368-.668.366-1.474.246-1.838m24.52 19.328c-.292.268-.438.56-.426.762-.152.494-1.658 2.554-2.428 3.31-.57-.804-1.662-2.306-2.658-3.68l-.734-1.008c-.086-.14-.374-.828-.614-1.438a1.072 1.072 0 00-.372-.81c-.72-.644-2.372-.352-3.416-.078l-1.262-.37c-1.034-.642-2.226-1.5-2.406-1.794-.64-1.116-4.75-1.41-5.548-1.246-.788.158-1.074.968-1.302 1.618-.13.364-.32.912-.494.912-.002 0-.004 0-.006-.002-1.264-.088-2.88-.374-3.616-.62.49-.628 1.656-1.822 2.658-2.754.002-.004 1.402-1.076 2.188-1.6.44-.2 2.516.142 3.4.29.99.164 1.35.23 1.618.168l.448-.142.144-.344c.094-.228.288-.702-.968-2.586l-.15-.224-.26-.066c-.392-.1-.852-.328-.836-.484.708-.77 1.91-1.848 2.5-2.364l2.738 1.324.322-.192c.666-.392 2.248-1.4 2.57-2.264.296-.786-.42-1.716-2.13-2.766.192-.816.426-1.642.614-2.146a29.493 29.493 0 014.702 1.968c1.95 1.128 4.326 2.772 6.944 5.208 5.218 4.858 7.238 11.76 7.882 14.616-1.84-.85-4.918-2.22-5.806-2.294-1.102-.09-2.654.502-3.296 1.096M30.988.505C14.336.643-.206 14.149.002 32.117c.21 17.886 14.94 31.05 31.56 30.882 16.376-.166 30.934-13.356 30.942-31.534C62.162 13.269 47.328.367 30.988.505'/%3e%3c/g%3e%3cpath d='M46.802 39.682c-.625.727-.753.882-.828 1.031-.145.286-.107.592.01 1.504.168 1.32.518 4.068-.311 5.153-1.566 2.047-5.719 5.383-6.491 5.251-.889-.258-3.888-3.77-4.169-4.35.21-3.627-.315-5.79-.795-6.966-1.192-2.92-3.227-4.133-4.057-4.133a4.23 4.23 0 00-.494.051c-1.001.137-3.664.507-6.276-.707-2.042-.945-.322-5.695.412-7.723.298-.822.444-1.23.468-1.51.03-.33.876-1.203 1.82-1.893h5.553c1.05.104 2.896.35 3.49.586.877.342 4.072.483 5.316.523 1.083 1.613 3.385 5.089 3.792 5.921.413.844 1.78 1.037 3.513 1.285.91.131 2.61.374 2.83.642 0 .61-1.274 2.405-3.783 5.335m1.155-7.351c-.83-.121-2.218-.318-2.438-.513-.565-1.156-3.944-6.171-4.087-6.386l-.205-.3-.368-.01c-1.825-.05-4.644-.22-5.198-.439-.984-.385-3.614-.651-3.912-.681L25.637 24l-.185.127c-.58.403-2.48 1.814-2.592 3.025-.02.147-.216.694-.39 1.174-1.008 2.785-2.883 7.964.316 9.447 2.994 1.389 5.963.982 7.08.827.14-.02.242-.034.253-.04.244.044 1.796.836 2.784 3.262.427 1.046.89 2.997.696 6.37l-.01.226c0 .84 3.856 5.147 5.19 5.536.105.03.222.046.344.046 2.167 0 6.77-4.598 7.685-5.796 1.17-1.534.801-4.428.58-6.16-.04-.332-.08-.6-.09-.775.117-.145.325-.387.586-.693C50.426 37.613 52 35.535 52 34.347c0-1.44-1.963-1.72-4.043-2.016'/%3e%3cpath d='M20.268 47.93c.09.035.188.07.29.07a.364.364 0 00.107-.015c1.77-.546 3.628-.767 5.423-.986a75.295 75.295 0 001.742-.219c1.028-.142 2.054-.304 3.08-.466.395-.064 1.053-.169 1.09-.952a.192.192 0 00-.044-.134c-.266-.326-.558-.219-.668-.177-1.373.501-2.836.676-4.248.85l-.59.07c-1.547.196-3.113.461-4.625.72l-.891.146c-.348.048-.875.123-.933.848a.183.183 0 00.138.199c.042.013.085.028.129.046m5.724 6.25c.323-.02.768-.043.994-.689a.217.217 0 00-.07-.249c-.453-.331-.897-.249-1.29-.178l-.182.033c-2.541.392-5.122.805-7.667 1.226-.394.063-.808.18-1.232.347-.196.076-.406.188-.5.44-.077.206-.056.46.068.773a.18.18 0 00.162.117l.031-.002c.346-.066.678-.216.999-.362.356-.16.723-.329 1.102-.374 1.884-.235 3.793-.523 5.64-.803l1.739-.26c.068-.012.136-.015.206-.02m8.634 1.885l-.18.03a740.09 740.09 0 00-7.67 1.227c-.391.063-.805.18-1.23.35-.195.075-.405.187-.5.436-.078.21-.058.46.068.77.029.076.093.123.163.123l.03-.002c.347-.066.678-.219 1-.362.354-.162.72-.329 1.101-.376 1.883-.232 3.794-.521 5.639-.8l1.74-.266c.066-.007.136-.01.204-.014.323-.02.768-.043.997-.689a.23.23 0 00-.07-.251c-.455-.329-.9-.247-1.292-.176m-14.432-5.066c2.56-.283 5.107-.716 7.497-1.135a.357.357 0 00.234-.152c.086-.13.098-.318.034-.557a.175.175 0 00-.138-.122c-.601-.098-1.189.05-1.754.19-.273.068-.555.14-.83.181-.216.033-.433.061-.651.094-.67.092-1.361.188-2.035.337-.148.03-.299.06-.449.088-.705.138-1.44.278-2.042.787a.16.16 0 00-.047.191c.03.06.093.1.16.1.007 0 .015 0 .02-.002m-2.269-23.286c.088-.13.1-.318.034-.557a.17.17 0 00-.14-.123c-.602-.1-1.187.05-1.752.19-.273.069-.553.14-.83.182-.216.03-.433.06-.649.092-.671.093-1.365.189-2.036.335-.148.034-.299.063-.447.091-.71.138-1.44.276-2.046.787a.158.158 0 00-.042.191c.026.06.09.1.158.1l.022-.002c2.557-.285 5.105-.716 7.495-1.135a.348.348 0 00.233-.151m-5.729-2.714c2.56-.283 5.107-.716 7.496-1.135a.344.344 0 00.232-.151c.089-.13.1-.318.036-.557a.17.17 0 00-.14-.122c-.601-.1-1.186.047-1.751.189-.275.069-.556.142-.83.182-.219.032-.433.061-.652.092-.669.093-1.362.19-2.034.337-.148.032-.298.06-.449.09-.707.135-1.44.275-2.044.784a.162.162 0 00-.044.193c.028.06.092.1.158.1l.022-.002'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-contracts-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 68'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.988 5.381L21.57 3.501c-3.702-.61-7.639-1.683-11.406-1.475-1.515.084-2.812 1.246-2.812 2.839 0 .369.082.736.227 1.078-.255.901-.119 1.936.444 2.693-.778.72-1.234 1.819-.823 2.816.056.138.14.24.204.369-.6.367-1.085.916-1.183 1.597a37.16 37.16 0 01-1.094 5.079c-1.018 3.512 4.407 5.012 5.42 1.51.295-1.013.53-2.034.736-3.062 2.68-.076 5.36-.15 8.04-.223 1.387-.038 2.594-1.05 2.76-2.462a2.93 2.93 0 00.005-.57c.973-.019 1.947-.005 2.918-.041 1.73-.06 2.705-1.524 2.717-2.95 1.507.085 3.012.17 4.517.257 3.114.178 3.903-5.056.748-5.575'/%3e%3cg%3e%3cpath d='M45.772 13.885c.062 1.03.232 1.77 1.084 3.48-.592.045-1.083-.044-1.524-.397.222-.365.415-.803.273-1.373-.203-.824-.394-1.655-.585-2.482-.191-.833-.384-1.663-.589-2.492l-.02-.092c-.063-.29-.203-.886-.966-.756l-.111.019-.055.098c-.358.622-.17 1.232-.004 1.77.068.221.129.438.159.648a5.02 5.02 0 01-.333-.627c-.208-.453-.422-.92-.87-1.245.56-1.01 1.087-1.857 1.958-2.548.488.606.835 1.313 1.174 1.998.376.765.764 1.555 1.353 2.218-.693.385-.996.958-.944 1.781m1.256.678c-.062-.487-.102-1.088.057-1.68.496 1.308 1.378 2.372 2.234 3.403.199.238.4.478.594.722.093.119.193.232.295.345.279.316.529.593.623.965-2.336-.052-3.479-1.188-3.803-3.755m-2.722.894c.258.378.392.786.424 1.22-.463-.221-.494-.604-.424-1.22m-2.971-3.633c.013-.02.05-.043.09-.068.773 1.253 1.11 2.324 1.346 4.279-1.421-.318-2.231-.761-2.468-1.35-.248-.624.07-1.506 1.032-2.86M8.096 6.912c-.206-.453-.151-.978-.106-1.44.148-1.444.541-2.379 1.21-2.863.397-.287.908-.43 1.552-.43.392 0 .83.053 1.32.158 3.047.66 6.15 1.262 9.157 1.844l.61.12c3.352.649 7.798 1.372 12.377 1.33 3.072-.039 5.816.367 8.53 1.274l-.823 1.324a365.514 365.514 0 00-2.193 3.54l-.114.183c-.284.46-.581.939-.742 1.464-.659 2.125-.318 2.81 1.827 3.666 2.623 1.048 5.381 1.864 8.05 2.652.666.197 1.33.395 2 .595.3 1.676.105 3.332-.128 4.74-.413 2.478-.632 5.014-.842 7.466-.209 2.42-.424 4.92-.824 7.36-1.247 7.564-2.551 14.957-4.832 22.237l-.03.09c-.21.673-.428 1.366-.733 1.997-1.087 2.242-1.596 2.514-4.223 2.278a109.35 109.35 0 00-5.663-.359c-3.19-.122-6.319-.89-9.344-1.628-1.067-.26-2.173-.53-3.267-.769-2.074-.455-4.154-.893-6.233-1.333a759.141 759.141 0 01-7.698-1.653c-.91-.202-1.823-.495-2.705-.782-.464-.147-.927-.296-1.393-.434-.892-.265-1.318-.847-1.297-1.78.006-.272.008-.544.012-.816.007-.916.015-1.862.14-2.773.44-3.26.806-6.584 1.156-9.8.752-6.861 1.53-13.956 3.106-20.824.739-3.228 1.216-6.568 1.677-9.798.203-1.42.404-2.84.629-4.255.13-.83.227-1.712-.163-2.58m42.678 8.864c-2.17-2.49-3.61-5.34-4.838-8.049-.564-1.239-1.338-1.902-2.591-2.213-3.791-.947-7.002-1.504-10.386-1.143a8.943 8.943 0 01-2.198-.057 237.15 237.15 0 00-3.581-.504c-2.57-.348-5.226-.707-7.804-1.256-.846-.182-1.69-.367-2.533-.552-1.781-.39-3.617-.797-5.438-1.143-2.194-.404-3.443.293-4.316 2.44-.71 1.754-.924 3.512-.636 5.225.178 1.085.197 2.2.053 3.308-.25 1.902-.553 3.83-.846 5.697a300.561 300.561 0 00-.568 3.687c-.244 1.664-.615 3.332-.978 4.949-.428 1.926-.875 3.92-1.108 5.927l-.164 1.413c-.466 4.027-.949 8.19-1.537 12.266C.648 50.316.239 54.105.015 57.696c-.123 2.002.447 2.822 2.344 3.38a85.91 85.91 0 005.487 1.433c1.861.42 3.763.814 5.601 1.198 3.606.75 7.337 1.53 10.941 2.51 3.507.952 7.11 1.23 10.594 1.5 1.11.085 2.219.172 3.328.277h.401c.25 0 .5-.002.752 0 .217.004.424.006.619.006 2.99 0 3.517-.476 4.807-3.523.222-.523.504-1.216.699-1.94.352-1.31.685-2.623 1.018-3.938.167-.657.333-1.313.502-1.968.17-.663.365-1.32.56-1.98.424-1.43.86-2.909 1.036-4.4.276-2.343.67-4.704 1.05-6.988.148-.867.292-1.736.43-2.607.55-3.434.884-6.949 1.204-10.349.284-3.014.577-6.135 1.026-9.182.295-2.02-.226-3.723-1.64-5.347'/%3e%3c/g%3e%3cpath d='M11.414 54.916l.215-.08c.79-.288 1.341-.883 1.873-1.456.406-.437.793-.854 1.266-1.126.22.323.168.605.106.955a3.687 3.687 0 00-.054.398c-.014.242-.031.485-.049.73-.034.528-.071 1.072-.077 1.61-.004.303-.015 1.223.755 1.648.808.442 1.46-.063 1.936-.429.289-.22.548-.483.798-.737.408-.415.832-.844 1.408-1.116 1.35 1.442 3.034 1.822 4.656 2.012 2.066.24 3.552.059 4.908-.624.838.89 1.27 1.299 1.73 1.299.391 0 .803-.3 1.504-.853L33 56.66l-.776.047c-.813.045-1.143-.054-1.314-.422-.273-.587-.65-.957-1.12-1.102-.503-.153-1.1-.035-1.73.344-1.002.609-1.72.681-2.564.276-.365-.18-.837-.107-1.288-.021-1.306.258-2.303-.14-3.199-1.266-.948-1.19-1.59-1.026-2.685-.198a6.64 6.64 0 00-.778.738c-.389.413-.76.804-1.273 1.021-.356-.747-.215-1.554-.064-2.405.192-1.107.393-2.254-.565-3.26l-.073-.074h-.103c-.809.005-1.312.512-1.757.956-.313.318-.611.617-.996.742-.06-.567.232-1.006.567-1.509.373-.563.8-1.203.698-2.1L13.932 48l-.339.262c-2.21 1.713-3.14 4.358-2.27 6.44l.091.214zm3.454-32.266c2.491.048 4.858.807 7.148 1.542 1.765.567 3.536 1.243 5.246 1.893.71.272 1.422.54 2.134.807 2.035.756 4.267 1.108 7.01 1.108h.225l.369-.002-.161-.348c-.368-.797-.953-.94-1.362-.978-3.066-.29-5.987-1.364-8.811-2.404-.698-.256-1.396-.515-2.097-.76-2.87-1.008-5.471-1.881-8.232-2.334-.109-.02-.221-.043-.334-.066-.596-.13-1.348-.292-1.926.501l-.077.106.045.127c.191.552.445.803.823.809m.021 6.728l.613.077c.833.107 1.662.214 2.49.327.934.13 1.872.24 2.808.348 2.71.315 5.511.64 8.152 1.493a8.05 8.05 0 002.464.376c.587 0 1.183-.059 1.781-.18l.803-.16-.778-.245c-5.133-1.6-10.523-2.323-15.734-3.022-.953-.127-1.903-.255-2.852-.386-.244-.047-.347.162-.478.367-.03.05-.06.1-.089.133l-.069.09.043.103c.16.404.437.625.846.679m15.781 9.914c-.073-.183-.13-.326-.29-.38-2.188-.735-4.5-1.068-6.741-1.392-3.067-.441-6.239-.897-9.099-2.402L14.311 35l-.099.228c-.323.728-.362 1.29.493 1.658 1.619.694 3.352.993 5.03 1.282l.624.11c2.38.42 4.727.789 7.21 1.179.987.155 1.983.312 2.99.472L31 40l-.19-.383c-.064-.13-.105-.237-.14-.324m-16.178 4.855c.485.083.97.161 1.454.24 3.344.544 6.803 1.108 10.017 2.417.246.103.54.195.856.195.265 0 .549-.065.839-.247l.342-.215-.357-.19c-2.603-1.388-6.335-2.611-9.073-2.97l-.615-.077c-1.454-.182-2.953-.365-4.264-1.134-.5-.296-.997-.2-1.556.301L12 42.59l.087.16c.588 1.095 1.638 1.271 2.405 1.398'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-folder-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 64'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M70 14.292l-1.253-4.206-19.452-3.51-13.111-1.34-1.661-3.547L29.213 1l-10.817.689v4.475S10.562 8.228 8.303 8.02c-2.26-.207-3.153 1.949-3.295 4.852-.142 2.906 1.743 5.162 1.743 5.162l3.215-3.743 5.772-.695 4.565 1.239 5.79 4.027 2.186-.31 15.71-1.653 11.445-.204 2.289 4.645 3.226 29.836 3.226.823s.621-4.23.518-4.54c-.103-.31 4.058-23.334 4.054-23.848-.003-.518 1.253-9.32 1.253-9.32'/%3e%3cg%3e%3cpath d='M7.543 22.048c.861-1.031 1.12-2.229 1.374-3.385.245-1.125.477-2.186 1.216-3.107 1.384-.468 2.927-.612 4.423-.752l.192-.018c3.133-.3 5.197.37 6.638 2.167.132.164.302.292.465.418l.142.108c3.598 2.802 3.673 2.822 8.506 2.155 3.756-.519 7.597-.88 11.312-1.232 1.324-.123 2.65-.25 3.973-.382a38.3 38.3 0 002.121-.285c1.434-.215 2.916-.442 4.407-.33 3.52.263 3.809.485 4.413 3.39 1.933 9.335 2.87 19.408 2.859 30.798-.003.49-.05.992-.092 1.479l-.007.066c-.153 1.655-.939 2.608-2.72 3.285-2.628 1.005-5.392 1.472-8 1.862l-1.737.263c-5.698.68-28.137 3.097-33.38 3.532-3.586.29-4.882-.204-5.521-3.726-.332-1.826-.72-3.673-1.09-5.46-.806-3.859-1.64-7.85-1.968-11.834-.229-2.759-.957-5.447-1.665-8.05-.19-.702-.382-1.403-.563-2.11-.428-1.67-.637-3.474-.676-5.853-.013-1.045.151-1.939 1.01-2.892l4.3-.027.068-.08zm50.996-2.384c-.433-2.078-1.488-3.093-3.644-3.502-1.266-.24-2.693-.46-4.196-.46-.7 0-1.417.049-2.141.165-3.014.485-6.11.8-9.104 1.104-3.857.393-7.842.8-11.708 1.575-.827.167-1.47.027-2.075-.446-.483-.381-1.02-.72-1.54-1.047-1.025-.646-1.992-1.254-2.617-2.176-.788-1.16-1.938-1.702-3.607-1.702-.044 0-.09 0-.135.002-1.251.02-2.522.09-3.75.155-1.182.067-2.4.133-3.598.158-1.69.032-2.251 1.079-2.84 2.187-.098.181-.197.366-.302.55-.974-1.756-.692-3.35-.396-5.027l.011-.057C7.032 10.38 7.72 10 8.45 9.595l.151-.084c1.816-1.02 3.917-1.34 5.914-1.584 1.023-.124 2.075-.224 3.188-.332.517-.05 1.06-.1 1.635-.16l.197-.018.01-.197c.036-.786-.083-1.497-.198-2.18-.13-.793-.256-1.543-.105-2.28 2.05-.945 6.733-.95 14.31-.01.572.443.698 1.05.845 1.748.137.665.295 1.417.898 2.066l.066.071h.096c.605.01 1.223.028 1.851.041 1.386.04 2.817.076 4.246.041l.268-.002c4.895 0 19.028 2.633 22.038 3.303 4.415.987 5.345 2.133 4.988 6.121-.186 2.055-.515 4.14-.834 6.156-.133.845-.268 1.689-.391 2.534-.46 3.155-1.01 6.357-1.542 9.454-.914 5.3-1.855 10.78-2.405 16.311-.63.135-1.117.087-1.468-.14-.334-.219-.552-.621-.646-1.197-.045-.281-.03-.574-.011-.885.014-.217.025-.434.016-.651-.428-11.36-1.36-20.014-3.028-28.057zm10.48-9.936l-.04-.044-.06-.018c-5.32-1.58-10.95-2.811-15.755-3.808-3.388-.702-6.873-.713-10.247-.722-2.059-.007-4.187-.014-6.26-.18l-.185-.559c-.24-.726-.442-1.337-.646-1.942-.32-.963-1.076-1.459-2.304-1.511-1.3-.062-2.597-.128-3.893-.197-2.618-.14-5.325-.279-7.991-.336-.067-.002-.133-.002-.2-.002-1.548 0-3.011.377-4.24 1.102l-.075.043-.027.085c-.218.697-.069 1.364.073 2.009.147.667.284 1.3.002 1.904-.027.03-.05.057-.075.082-.03.034-.069.08-.087.09-1.134.45-2.375.596-3.575.737-.72.085-1.462.174-2.183.325-4.883 1.026-6.62 2.978-6.637 7.458-.01 1.287.18 2.423.574 3.47.04.107.085.217.126.325.257.633.497 1.232.193 1.876-.54.35-1.193.396-1.883.446-.717.048-1.459.103-2.16.487l-.055.027-.03.053C-.646 24.183-.067 27.73.767 30.775c1.266 4.61 2.03 9.373 2.762 13.98.302 1.88.614 3.823.953 5.734l.316 1.771c.433 2.464.886 5.013 1.404 7.509.625 3.008 1.949 4.034 5.446 4.22.158.008.323.01.488.01.305 0 .618-.01.941-.04 5.444-.448 25.78-2.704 33.437-3.555l2.565-.274c.74-.091 1.48-.18 2.22-.256 2.093-.213 3.909-.958 5.663-1.678.923-.38 1.878-.768 2.856-1.072 1.024-.322 1.439-1.32 1.684-2.157.073-.247.084-.499.096-.746.018-.45.034-.84.424-1.133 3.369-.508 3.57-.544 3.623-3.685.027-1.497.318-2.987.6-4.427.13-.672.268-1.363.376-2.05.192-1.226.38-2.45.565-3.68.561-3.676 1.14-7.477 1.874-11.187.698-3.52 1.3-6.7 1.603-9.945.023-.256.048-.512.076-.773.265-2.57.538-5.232-1.718-7.613z'/%3e%3c/g%3e%3cpath d='M20.285 55.91c-.628-.598-.305-1.346-.36-2.056-.659.406-.808 1.144-.5 2.2.246.05.495.061.86-.145m-1.911-2.017c-.585-.077-1.107-.155-1.68.033.014.719-.149 1.431.1 2.132.423.054.814.1 1.278-.012l.302-2.153m-6.39-.572c.059 1.015.008 1.994.243 2.955.117.478.304.602.775.487.688-.164 1.35-.438 2.064-.487.45-.03.593-.3.616-.755.074-1.626.07-1.65-1.523-1.687-.197-.004-.398-.009-.595.005-.585.04-1.116-.063-1.58-.518m12.62.258c-1.155.087-2.257.166-3.394.25-.177.713-.12 1.446-.563 2.135 2.194-.005 4.276-.058 6.305-.637.168.586-.133.698-.483.82-1.382.478-2.818.649-4.256.836-1.306.171-2.654-.02-3.917.23-1.192.234-2.39.103-3.557.375-.361.084-.727.154-1.083.257-1.54.441-2.33-.032-2.43-1.7-.142-2.407-.239-4.818-.18-7.23.045-1.704.27-3.405-.018-5.109-.055-.335-.08-.747.42-.8.48-.05.544.344.611.681.044.225.023.462.023.696.002 2.835 0 5.672 0 8.495 1.067-.719 2.335.13 3.607-.278.205-1.95.54-3.95.152-5.975.812-.429 1-.333 1.081.537.14 1.513.058 3.02-.156 4.52-.046.313-.04.636-.065 1.077.794-.07 1.59.408 2.202-.572.294-.47.658-.246.9.55.167.092.326.069.482-.034.143-.092.29-.176.451-.272.858.963 1.967.431 2.963.546.387.047.83-.082.904.602'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-sign-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77 61'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M19.455 4.006c-2.505.186-5.005.406-7.504.672-2.262.24-4.896.227-7.071.912-2.353.745-2.892 2.796-2.88 5.014.01 2.592.05 5.184.076 7.78l.299 30.176c.033 3.25 5.098 3.257 5.065 0l-.096-9.708c1.522.535 3.72-.344 3.596-2.29-.053-.803-.101-1.6-.152-2.4a2.684 2.684 0 00-.23-.876c-.357-3.107-.608-6.227-.684-9.35 1.243.293 2.788-.232 3.277-1.647 1.785-5.141 3.71-10.45 8.094-13.971 1.687-1.352.309-4.467-1.79-4.312'/%3e%3cg%3e%3cpath d='M58.529 58.875c.133-.26.251-.525.347-.771.06-.152.118-.29.174-.416.535-1.177 1.089-2.341 1.643-3.508l.447-.94c1.382-.262 2.378-.66 3.168-1.174-.458 1.313-.885 2.504-1.19 3.248-.423 1.046-.994 2.457-1.359 3.432-.317.265-2.317.444-3.23.129zm13.177-17.088c1.771-1.225 2.604-2.362 3.094-3.64.177 2.145.358 4.469.343 5.633-.383.171-1.928.358-2.778.461-.217.028-.355.043-.518.066a35.425 35.425 0 01-.141-2.52zM69.627 8.283a21.94 21.94 0 00-1.457-5.476.113.113 0 01.033-.015c.242-.098.644-.267.753-.27.827.053 2.76 1.122 3.102 1.979.148.385.246.851.352 1.31-2.418 1.192-2.853 1.431-2.783 2.472zm.579 10.125c-.023-.176-.023-.357-.053-.534-.372-2.086-.355-4.269-.31-6.156a23.08 23.08 0 00-.095-2.646c1.062-.985 2.144-1.787 2.677-3.21.486 2.167.544 5.024.576 7.85.005.715.016 1.41.03 2.09-1.262 1.05-2.402 1.692-2.825 2.606zm.189 5.172c-.056-.898-.106-1.797-.088-2.694.01-.474.015-.966-.003-1.462 1.293-.645 2.262-1.527 2.738-3.266.037 1.381.108 2.659.284 3.71.136.811.216 1.612.304 2.411-1.773.469-2.727.774-3.235 1.3zm.596 6.388c-.078-.865-.166-1.726-.26-2.57-.067-.628-.125-1.273-.185-1.91 1.049-1.077 2.028-2.085 3.087-3.176.151 1.434.252 2.85.242 4.221-.003.35.03.7.047 1.05-.986.79-2.272 1.425-2.93 2.385zm3.492 3.79c.046.988.164 2.46.29 4.02.007.087.012.173.017.259-1.429.74-2.523 1.69-3.094 3.394-.005-.274-.018-.547-.023-.819-.025-1.25-.068-2.505-.174-3.69 1.117-1.252 2.061-2.312 2.97-3.333 0 .055.012.11.014.169zm-.294-3.075c.1.83.184 1.684.244 2.533-2.257 1.079-2.856 1.46-3.03 2.553-.115-.882-.228-1.812-.24-2.752-.008-.562-.054-1.121-.089-1.678 1.087-.887 2.275-1.711 2.886-2.86.063.745.144 1.484.23 2.204zM65.546 48.52c-1.034-.003-1.736.002-2.222.053.174-.383.355-.751.529-1.132.717-.1 1.442-.181 2.164-.262-.146.419-.305.862-.47 1.341zm-2.79 1.265c.86-.07 1.655-.501 2.732-1.099-.123.346-.246.703-.37 1.066l-.5 1.432c-1.213.166-2.298.617-3.269 1.612.47-.985.936-2.003 1.407-3.011zm5.208-4.64l-.168-.027c-.124-.02-.265-.05-.456-.025l-.106.027a2.071 2.071 0 00-.266.144c-.702.07-1.397.134-2.106.197-.531.048-1.075.095-1.706.163-.09.028-.549.195-.702.545a282.01 282.01 0 01-2.843 6.08l-.23.474c-.44.935-.885 1.87-1.323 2.805-.241.517-.478 1.036-.714 1.552l-.344.76-.01.023a83.58 83.58 0 00-2.34-2.377c-.827-.814-1.68-1.655-2.48-2.525a117.606 117.606 0 01-4.625-5.335c-.159-.204-.47-.368-.534-.4l-.07-.033-.08.007c-2.401.217-4.799.441-7.202.67l-.136.013c-.86.084-2.35.207-4.129.358-4.954.411-12.43 1.038-14.5 1.434-2.272.439-4.547.464-7.254.37-1.817-.07-3.729.008-5.843.215-1.255.116-2.475-.114-3.628-.36-.266-.056-.47-.192-.601-.684-.571-2.114-.652-4.253-.742-6.728-.023-.542-.043-1.094-.068-1.64.053-1.822-.159-3.861-.385-6.016-.068-.65-.139-1.308-.2-1.965-.077-.87-.064-1.77-.047-2.641.005-.421.013-.842.008-1.263l-.02-3.23c-.016-2.15-.033-4.305-.046-6.454-.002-.7.008-1.401.018-2.097.015-1.235.033-2.51-.023-3.765-.017-.398-.04-.793-.063-1.19-.078-1.254-.158-2.56.018-3.835.224-1.66.5-1.965 1.963-2.172.895-.128 2.687-.24 4.418-.35 1.676-.106 3.258-.207 3.925-.313 4.713-.322 7.448-.312 10.575-.199 3.09.124 6.16.008 9.149-.327 1.817-.202 3.663-.358 5.455-.512 2.647-.227 5.39-.458 8.067-.839 1.945-.275 3.902-.254 5.842-.272.516-.005 1.02 0 1.522-.005 2.325-.02 6.852-.479 9.136-.92.833-.164 1.81-.335 2.839-.27.865.05 1.446.507 1.884 1.48.992 2.21 1.01 4.571 1.032 7.07.015 1.651.032 3.365.35 5.038a34.19 34.19 0 01.631 6.724c-.013 1.423.176 2.835.362 4.195.139 1.016.28 2.064.335 3.095.045.922.126 1.842.199 2.76.13 1.567.264 3.192.254 4.792-.013.933.045 2.04.098 3.11.063 1.237.128 2.515.1 3.573-.02.678-.072.822-.64.905-.544.078-1.043.134-1.55.192zm8.427-6.36c-.106-1.17-.194-2.177-.2-2.5-.022-1.91-.253-3.681-.475-5.392-.246-1.9-.503-3.861-.463-5.98.02-.915.026-1.974-.133-2.982-.327-2.074-.31-4.238-.272-6.106.036-1.494.119-9.15-1.404-12.76-.005-.01-.817-1.193-.893-1.25C71.5.97 70.8.884 70.287.818 70.118.8 69.975.786 69.849.74 69.592.663 68.71.665 67.069.7c-.126.002-.222.004-.323.004-.183-.103-.347-.216-.578-.284-1.321-.38-2.59-.149-3.674.095-2.753.63-7.67 1.039-10.656 1.039-.498.01-.97-.018-1.46-.038-1.006-.045-2.047-.09-3.051.073-2.353.383-4.773.57-7.113.751-2.154.164-4.38.338-6.565.663-3.283.484-6.491.625-9.551.42-4.086-.284-11.77.232-15.46.477-.721.048-1.297.086-1.655.108l-.088-.002c-1.029 0-2.49.143-3.93.383l-.226.038c-.826.128-1.96.304-2.27 1.562-.176.713-.244 1.456-.312 2.172-.028.333-.06.663-.103.988-.123 1.01-.013 2.003.09 2.964.056.46.106.927.131 1.393.096 1.741.1 3.515.103 5.234.005 1.749.008 3.56.111 5.345.083 1.46.08 2.948.076 4.39-.008 1.978-.008 4.027.208 6.048.282 2.575.41 4.82.39 6.872-.035 3.377.116 5.972.486 8.41.098.617.31 1.468 1.052 1.708l.38.123c.82.272 1.67.555 2.571.555.035 0 .068 0 .106-.003 1.122-.028 2.267-.09 3.372-.151 1.673-.093 3.396-.2 5.115-.169 2.12.035 4.378 0 6.572-.464 3.404.124 9.752-.715 13.962-1.257 1.756-.23 3.143-.408 3.772-.451 1.577-.106 3.175-.287 4.717-.466 1-.114 2-.225 3-.323a112.931 112.931 0 005.1 5.849c.918.983 1.872 1.966 2.825 2.913l.267.265c.393.39.785.778 1.188 1.154l.068.065c.2.187.432.368.692.52l-.129.118.252.31c.503.62 1.421.897 2.244.897.197 0 .388-.015.569-.045.599-.104 2.043-.265 2.589-.325l.247-.028c.893-.111 2.252-3.39 2.264-3.417.536-1.328 1.374-3.707 2.182-6.01.538-1.54 1.054-3.007 1.424-3.987l.176-.045v-.232c.813-.106 1.63-.227 2.438-.393.148-.03.28-.099.408-.167.037-.005.062.003.105-.007.103-.026.355-.07.69-.134 3.958-.738 4.712-1.036 4.838-1.401.154-.423.02-2.28-.314-6.023z'/%3e%3c/g%3e%3cpath d='M70 14c1.43-.434 1.978-1.383 3-3-2.997 1.637-2.997 1.637-3 3m-41.211-1.999c-1.936.036-5.092.248-7.201 2.966-2.112 2.717-1.508 5.138-1.508 5.138s1.121-.083 2.097.259c.785.276.652-3.372 1.569-4.28.919-.907 1.177-1.895 5.99-1.505 2.493.2 5.337 1.673 4.42 4.375-.916 2.703-2.751 3.227-4.32 4.132-1.572.908-5.696 3.501-5.827 5.184-.133 1.686-.524 6.183-.394 7.826.13 1.64 2.465.547 2.465.547s-.046-3.422.27-5.483c.314-2.063-.034-3.863 2.677-5.189 2.705-1.33 6.911-4.727 7.587-6.134.673-1.41.489-2.974-.737-4.92-1.229-1.943-5.153-2.954-7.088-2.916M24.426 39.03c-.883.213-1.687 1.165-1.346 1.777.307.545.95.9 1.286 1.193 1.118-.127 1.76-1.027 1.613-1.855-.128-.745-.875-1.279-1.553-1.115m23.738-1.018c-.669-.077-1.388.248-1.857.346-.612 1.023-.25 2.112.562 2.497.73.346 1.67.046 1.966-.628.38-.872.08-2.132-.671-2.215m-.29-4.517c.14-.64-.03-10.056.069-15.862.05-2.943.216-3.397-.417-4.144-.627-.747-1.194-.45-2.526-.321 0 0 .282 2.18.282 2.524 0 .346.277 7.815.603 9.74.145.868-.184 8.319-.184 8.319s1.962.704 2.173-.256'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%238c81c0'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%238c81c0'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%238c81c0'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%238c81c0'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-headphones-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101 120'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-39 43)'%3e%3cg transform='translate(39 -43)'%3e%3cg transform='translate(17 37)'%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%234a2f70'/%3e%3cpath d='M53.124 58.411c1.917 1.263 4.041 1.616 6.42 1.557.059-.17.142-.33.224-.491-.11-.241-.205-.49-.345-.722a11.193 11.193 0 00-.244-.397c-.032.018-.063.044-.097.061-.357.192-.868-.126-.974-.54a.656.656 0 01.057-.482 20.468 20.468 0 01-1.844-1.264c-.282.138-.576-.016-.744-.288a.648.648 0 01-.098-.397 24.626 24.626 0 01-2.734-2.728 1.52 1.52 0 01-.649-.333c-.142-.13-.224-.444-.167-.626 0-.004.004-.006.004-.007-.034-.046-.08-.093-.113-.139-4.33-5.683-5.094-13.448-3.847-20.297 1.143-6.287 4.19-12.576 9.417-16.452a.702.702 0 01.02-.333c.086-.316.408-.423.846-.312a17.215 17.215 0 012.418-1.326 1.167 1.167 0 01-.061-.643c.059-.274.666-.373.94-.124.115.1.213.215.324.32a20.133 20.133 0 012.35-.71c-.053-.115-.1-.226-.094-.336.012-.2.168-.43.33-.564.096-.083.35-.067.486 0 .284.138.472.353.62.6a24.97 24.97 0 012.88-.33c.297-.193.61-.367.895-.584.307-.235.601-.594.91-.878-.094-.335-.18-.682-.277-.872-.056-.112-.136-.213-.202-.321-1.7-.912-3.492-1.549-5.538-1.438-.414.023-.832-.016-1.248-.048-1.278-.098-2.475.184-3.627.73-.805.38-1.633.714-2.447 1.077-4.093 1.817-7.369 4.543-9.503 8.54-.73 1.361-1.465 2.722-2.157 4.103-1.712 3.411-2.436 7.057-2.55 10.85-.036 1.067-.14 2.135-.25 3.196-.419 4.048-.058 7.97 1.916 11.611 1.33 2.456 2.732 4.877 4.104 7.311.657 1.164 1.6 2.075 2.653 2.859.613.457 1.351.745 1.996 1.167M6.977 8.03c-.229.166-.458.259-.572.43-.185.27-.11.59.156.766.43.29.89.54 1.355.773.323.162.737-.006.887-.321.178-.371.077-.736-.238-.922-.49-.288-1.04-.48-1.588-.726m17.225 20.984c.123-.26.22-.475.324-.686 1.558-3.105 2.134-6.42 2.041-9.86-.065-2.33-1.01-4.243-2.907-5.662-.611-.457-1.246-.66-2-.51-.574.116-1.152.205-1.85.327-.065-.623-.08-1.146-.181-1.653a45.207 45.207 0 00-.68-2.936c-.082-.295-.387-.445-.72-.38-.358.067-.47.353-.438.664.035.35.161.693.217 1.044.136.88.315 1.76.35 2.647.022.51-.135 1.052-.329 1.533-.116.294-.41.62-.929.245 0-.645.014-1.357-.006-2.068-.007-.29-.03-.607-.153-.858-.083-.163-.355-.284-.559-.32-.13-.019-.349.117-.424.245a1.456 1.456 0 00-.197.663c-.027.714-.059 1.432-.012 2.143.062.913-.006 1.747-.814 2.349-.14.103.065.509-.337.424l-.123-.343c-.043-.113-.079-.225-.132-.332-.144-.303-.41-.477-.714-.366-.187.069-.374.305-.442.505-.284.877.194 1.611.578 2.404-1.418 3.182-2.291 6.485-1.66 10.06-1.144.985-2.158 2.092-3.862 1.881-.359-.047-.613.369-.542.754.09.505.507.88 1.017.775a7.846 7.846 0 001.675-.56c.645-.294 1.25-.671 2.002-1.083.311.706.917 1.225.773 1.992-.146.762-.493 1.44-1.306 1.79-.181.076-.353.518-.298.73.063.228.37.46.618.556.43.163.794-.032 1.084-.395.472-.584.689-1.371 1.416-1.85 1.7 1.079 3.483 1.116 5.286.465.773.501.968 1.233 1.08 2.012.05.35.052.722.182 1.042.07.17.367.341.558.337.186-.004.517-.223.525-.363.043-.582.095-1.201-.061-1.75-.221-.785-.618-1.519-.973-2.345.513-.742 1.085-1.468 2.107-1.82.164.291.36.524.428.79.087.338.021.718.12 1.054.053.181.3.408.481.426.188.023.474-.127.59-.292.335-.472.3-1.034.107-1.54-.23-.605-.559-1.17-.91-1.885M.435 31.204c-.09-.249-.191-.409-.203-.574C.1 28.8.037 28.27 2.145 28.034c.114-.012.27-.032.33-.109.137-.171.329-.39.311-.574-.016-.177-.24-.444-.414-.48-.397-.08-.82-.056-1.233-.058-.223 0-.45.025-.635.037-.1-.168-.207-.264-.207-.363-.047-4.732 1.061-9.175 3.384-13.393.5.08 1.012.142 1.517.245.515.109 1.024.27 1.54.39.318.074.647-.015.698-.347.044-.252-.035-.645-.21-.785-.312-.244-.724-.392-1.119-.49-.568-.143-1.158-.202-1.783-.307.103-.85.478-1.52.872-2.18 1.99-3.347 4.64-6.064 8.137-7.778C15.733.666 18.307-.14 21.08.327c.47.079.95.138 1.42.118 1.588-.059 3.053.511 4.509.969.966.306 1.94.819 2.597 1.75.36.513 1.01.818 1.387 1.323 1.55 2.086 2.554 4.402 2.924 7 .332 2.314.275 4.632.2 6.946a54.18 54.18 0 01-.448 5.334c-.402 3.004-1.083 5.957-1.761 8.914-.659 2.867-1.771 5.536-3.069 8.15-.264.53-.548 1.059-.75 1.615-.492 1.381-1.352 2.498-2.378 3.516-1.617 1.603-3.368 3.008-5.554 3.777-1.714.602-3.459.835-5.256.521-.15-.025-.28-.162-.542-.321.353-.178.596-.363.864-.423.82-.173 1.193-.73 1.353-1.477.25-1.164.477-2.328.708-3.496.083-.428.031-.846-.298-1.16-.213-.203-.497-.4-.787-.177-.17.128-.375.384-.351.554.205 1.468-.379 2.797-.613 4.048-1.075.724-2.05 1.379-3.211 2.162-.387-.095-.986-.24-1.54-.377-.02-.197-.054-.288-.028-.307 1.246-1.006 1.824-2.46 2.566-3.806.057-.102.13-.229.116-.331-.033-.22-.057-.487-.193-.635a.523.523 0 00-.793.02c-.365.461-.712.962-.935 1.503-.524 1.282-1.46 2.124-2.71 2.787-1.173-.594-2.22-1.3-3.013-2.399-1.126-1.564-2.022-3.21-2.387-5.129-.28-1.475-1.04-2.773-1.61-4.142-.364-.87-.671-1.79-.815-2.713-.207-1.328.112-1.785 1.35-2.377.375-.18.778-.3 1.168-.438.221-.079.46-.122.675-.217.329-.154.479-.604.321-.911-.16-.312-.446-.4-.75-.31-.68.205-1.348.45-2.02.679l-.99.337' fill='%234a2f70'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath d='M84.13 94.714c-.214-.183-.254-.244-.295-.248a920.061 920.061 0 00-3.403-.242c-.777.922-1.318 1.91-1.558 3.198 2.305.012 3.7-1.362 5.256-2.708m-3.344-78.28c-.366-.195-.582-.3-.79-.42-.716-.413-.853-1.075-.817-1.83.097-2.04 1.724-3.456 3.807-3.318.575.038 1.154.321 1.84.004.047-1.363-.452-2.515-1.279-3.555-.105-.132-.27-.23-.424-.311-1.177-.61-3.05-.242-3.906.774a5.03 5.03 0 00-.615.872c-.683 1.312-1.371 2.624-2.003 3.961-.365.776-.327 1.633-.107 2.437.15.56.422 1.14 1.072 1.327.794.23 1.6.437 2.41.597.146.03.347-.219.812-.538M37.218 8.138c-.16-.07-.214-.118-.258-.11-3.3.664-6.229 2.054-8.562 4.505-2.94 3.086-5.37 6.523-6.95 10.503-.765 1.93-1.665 3.808-2.097 5.862-.39 1.857-.9 3.691-1.338 5.539-.152.636-.263 1.28-.374 1.924-.351 2.046-.7 4.093-1.029 6.143-.083.514-.095 1.042-.147 1.639 1.057-.08 1.806-.518 2.54-1.036.592-.422.939-.956.742-1.665-.186-.671-.041-1.296.074-1.932.158-.878.368-1.743.537-2.617.471-2.456 1.207-4.834 2.025-7.193.878-2.535 2.234-4.854 3.278-7.312.635-1.494 1.532-2.816 2.577-4.047 1.155-1.361 2.317-2.706 3.571-3.99 1.368-1.397 2.826-2.535 4.723-3.077.097-.03.165-.16.313-.307.12-.906.252-1.887.375-2.829M22.306 42.987c-.605.163-.973.179-1.24.35-1.21.76-2.347 1.623-3.691 2.165-.315.126-.565.425-.828.665-.617.558-1.233 1.115-1.832 1.69-.299.286-.596.587-.828.926-1.011 1.485-1.83 3.063-2.157 4.847-.233 1.28-.428 2.57-.632 3.86-.753 4.767-.783 9.571-.723 14.377.006.52.178 1.042.305 1.554.295 1.184 1.116 2.078 1.724 3.092.375.627.793 1.19 1.366 1.62a46.916 46.916 0 002.634 1.84c.58.377.884.403 1.867.37-.212-1.604-.716-3.105-1.443-4.535-.872-1.714-1.51-3.48-1.508-5.436.002-.47-.145-.938-.204-1.406-.133-1.052-.47-2.133-.327-3.15.265-1.938.317-3.888.525-5.83.192-1.782.466-3.533 1.131-5.196.859-2.146 1.808-4.26 2.68-6.403a18.959 18.959 0 012.372-4.167c.234-.314.428-.652.809-1.233m16.093-30.271c1.177.813 2.406 1.19 3.837.596a323.934 323.934 0 015.65-2.25c.843-.33 1.72-.46 2.633-.466 1.613-.007 3.228-.069 4.841-.106 1.443-.031 2.858.14 4.261.485 1.215.3 2.454.508 3.683.756 1.463.297 2.959.484 4.38.916 1.996.604 3.936 1.39 5.902 2.09.418.147.805.476 1.421.265 0-.474-.036-.947.012-1.412.05-.467.097-.967.297-1.38a83.841 83.841 0 012.274-4.446c.622-1.119 1.518-1.975 2.806-2.342.075-.021.107-.187.2-.366-.376-.156-.741-.313-1.114-.457-2.939-1.138-6.08-1.198-9.15-1.572-2.184-.266-4.4-.285-6.594-.624-2.773-.428-5.577-.693-8.376-.928-1.482-.124-2.975-.11-4.469.14-1.996.335-3.978.815-6.039.733-.497-.02-1.048.226-1.504.476a9.63 9.63 0 00-1.758 1.225c-1.546 1.37-2.785 2.955-3.137 5.056-.199 1.174-.264 2.356-.056 3.61m54.283 69.378c-.531-.386-1.025-.624-1.358-1-2.126-2.407-2.937-5.12-1.8-8.24.102-.275.24-.541.347-.819 1.1-2.797 1.715-5.668 1.483-8.697-.121-1.539-.101-3.089-.634-4.568-.038-.11-.07-.252-.03-.349.085-.204.17-.462.339-.567.3-.183.608-.02.747.262.21.422.406.863.503 1.322.47 2.221.482 4.475.381 6.73-.105 2.34-.8 4.548-1.695 6.696-.418 1.005-.594 2.037-.586 3.126.01 1.529.799 2.699 1.653 3.853.628.849 1.62.957 2.529 1.195.97.258 1.197.115 1.714-.772.147-.254.246-.61.47-.73.602-.327.735-.91.961-1.448 1.54-3.681 1.621-7.542 1.153-11.392-.275-2.285-1.01-4.513-1.53-6.768-.196-.868-.45-1.733-.525-2.612a40.267 40.267 0 01.204-8.713c.565-4.3 1.08-8.6 1.407-12.925.143-1.896.157-3.783-.089-5.684-.458-3.557-1.532-6.825-4.015-9.523a6.941 6.941 0 01-.67-.837c-1.407-2.117-3.36-3.675-5.32-5.245-1.543-1.239-3.325-1.83-5.224-2.178-1.3-.239-2.36.549-2.562 1.849-.062.374.025.719.382.922.57.325 1.136.658 1.728.937 2.135 1.009 3.905 2.513 5.649 4.054.398.35.773.756 1.062 1.197 1.205 1.86 2.156 3.831 2.478 6.055.47 3.234.891 6.47.804 9.751-.043 1.602-.006 3.207-.008 4.81-.006 2.79-.004 5.57-.386 8.353-.34 2.462-1.162 4.733-2.35 6.858-.635 1.139-.72 2.21-.482 3.41.136.693.24 1.398.277 2.101.048.89-.042 1.787.022 2.673.147 2.003-.305 3.89-1.017 5.736-.301.776-.579 1.563-.941 2.31-.531 1.095-.7 2.25-.82 3.44-.151 1.5.366 2.662 1.533 3.591.464.373.843.85 1.316 1.208.803.616 1.677 1.04 2.9.628m2.334 1.259c-.828-.142-1.514.053-2.213.185-1.366.26-2.628-.057-3.706-.912a21.344 21.344 0 01-2.238-2.05c-.614-.647-1.144-1.393-1.2-2.33-.112-1.915.02-3.776.847-5.57.597-1.29 1.057-2.648 1.47-4.007.24-.782.33-1.627.37-2.446.057-1.245.037-2.494.001-3.74a7.81 7.81 0 00-.25-1.751c-.416-1.576-.261-3.041.667-4.414.602-.888.907-1.9 1.189-2.872-.742-.76-1.457-1.195-2.468-.84-.257.088-.588.005-.878-.04-.97-.154-1.89.031-2.814.327-2.012.638-3.552 1.896-4.884 3.474-1.668 1.978-2.865 4.205-3.815 6.604-2.01 5.07-3.407 10.248-3.17 15.759.013.295.005.595.003.89-.012 1.63.31 3.183 1.035 4.65.523 1.054 1.116 2.084 1.532 3.18 1.145 3.013 3.131 5.016 6.441 5.434 1.958.246 3.942.401 5.76-.658.564-.331 1.131-.668 1.654-1.06 2.603-1.958 4.697-4.374 6.4-7.136.117-.185.162-.41.267-.677M16.572 68.404c.347-.118.67-.23.995-.338.678-.229 1.35-.473 2.032-.678.307-.093.592-.002.753.31.158.305.008.756-.323.907-.214.099-.454.138-.678.217-.392.14-.797.258-1.171.437-1.245.593-1.566 1.048-1.36 2.373.145.924.456 1.842.819 2.709.572 1.369 1.34 2.665 1.62 4.138.365 1.914 1.265 3.557 2.399 5.119.797 1.097 1.847 1.802 3.028 2.395 1.257-.662 2.194-1.499 2.723-2.783.222-.538.573-1.038.938-1.499a.529.529 0 01.799-.018c.134.148.16.414.192.632.014.105-.06.229-.115.331-.745 1.344-1.326 2.797-2.58 3.8-.026.017.007.108.03.309.554.132 1.159.278 1.545.372 1.17-.78 2.146-1.434 3.229-2.156.233-1.247.82-2.575.616-4.04-.024-.172.18-.43.35-.556.294-.224.577-.023.794.178.33.313.38.73.297 1.156-.23 1.166-.458 2.332-.71 3.492-.16.746-.537 1.304-1.361 1.477-.27.055-.514.242-.866.42.261.16.394.293.543.32 1.805.316 3.561.081 5.281-.52 2.196-.77 3.956-2.17 5.582-3.773 1.03-1.016 1.896-2.13 2.392-3.508.2-.555.487-1.083.75-1.613 1.307-2.61 2.423-5.273 3.085-8.136.683-2.95 1.367-5.9 1.772-8.903a53.12 53.12 0 00.447-5.324c.076-2.31.135-4.626-.198-6.935-.374-2.596-1.383-4.906-2.94-6.986-.377-.506-1.032-.81-1.394-1.322-.66-.933-1.637-1.445-2.608-1.749-1.465-.455-2.938-1.026-4.531-.965-.474.018-.957-.043-1.427-.122-2.787-.465-5.373.339-7.787 1.515-3.512 1.711-6.176 4.423-8.177 7.764-.395.66-.773 1.33-.874 2.18.626.1 1.218.164 1.79.304.396.098.81.246 1.123.49.176.138.256.532.214.782-.053.33-.384.42-.703.347-.518-.119-1.03-.278-1.548-.386-.508-.107-1.023-.166-1.522-.245-2.335 4.21-3.451 8.647-3.401 13.372 0 .096.105.195.206.362.188-.011.414-.041.638-.039.414.004.84-.024 1.239.06.174.035.402.3.416.478.018.183-.173.402-.313.573-.06.077-.214.094-.331.108-2.117.235-2.056.766-1.92 2.594.01.166.11.323.201.573m57 38.776c.827-2.48 1.493-5.005 2.63-7.374.137-.286.123-.644.192-1.068-2.739-.11-5.109-.99-7.347-2.33-1.62-.969-3.042-2.143-3.995-3.754-1.607-2.71-3.203-5.434-4.634-8.239-1.746-3.423-2.178-7.122-1.847-10.923.133-1.538.248-3.077.343-4.617.19-2.982.692-5.905 1.815-8.682a44.959 44.959 0 014.158-7.876c1.257-1.909 2.874-3.477 4.721-4.832 2.531-1.86 5.413-3.002 8.31-4.12.385-.148.807-.278 1.215-.276 1.612.008 3.227.02 4.834.138.698.053 1.396.32 2.058.583 1.442.567 2.854 1.21 4.136 2.101.267.186.604.27 1.064.47.052-.444.111-.718.113-.995.014-1.129 0-2.258.012-3.388.044-4.396-.004-8.785-.61-13.157-.518-3.735-1.782-7.008-4.99-9.287-.39-.278-.74-.604-1.125-.886-.816-.599-1.663-1.15-2.683-1.505-.56.894-1.346 1.389-2.406 1.154-.932-.207-1.865-.45-2.75-.792-1.605-.62-3.164-1.349-4.758-1.987-2.328-.93-4.679-1.77-7.18-2.17-2.063-.327-4.087-.867-6.144-1.227a22.448 22.448 0 00-3.558-.337c-1.613-.018-3.226.084-4.838.163-.533.028-1.096.053-1.585.233-1.958.724-3.918 1.451-5.825 2.294a4.818 4.818 0 01-3.135.315c-1.368-.309-1.877-.66-3.05-1.993-1.225.197-2.14.666-3.086 1.596-.597.583-1.233 1.136-1.764 1.77-1.413 1.688-2.983 3.293-4.113 5.157-1.35 2.225-2.384 4.652-3.415 7.05-1.458 3.398-2.35 6.973-3.075 10.59-.177.88-.131 1.739.138 2.704.646-.065 1.23-.124 1.812-.185.567-.855 1.66-.857 2.4-1.472.773-.644 1.667-1.148 2.517-1.7 1.843-1.193 3.938-1.825 6.057-2.048 3.288-.349 6.57.057 9.717 1.142 1.841.633 3.478 1.58 4.424 3.4.218.42.517.796.778 1.194 1.503 2.286 2.367 4.798 2.54 7.518.108 1.656.14 3.322.108 4.985-.057 3.088-.242 6.174-.846 9.215-.565 2.854-1.18 5.695-1.956 8.503-.367 1.326-.8 2.598-1.431 3.825-.706 1.375-1.381 2.77-1.964 4.197-.551 1.352-1.308 2.543-2.369 3.526-1.046.973-2.073 1.995-3.246 2.795-1.73 1.182-3.623 2.074-5.79 2.192-2.637.146-5.251.05-7.814-.68-.854-.242-1.726-.425-2.47-.604-.572-.504-1.036-.97-1.559-1.351-.735-.538-1.358-1.158-1.845-1.923-.29-.45-.583-.9-.916-1.32-.178-.222-.412-.45-.674-.549-.713-.272-1.419-.604-2.31-.67-.234 1.15-.345 2.28-.007 3.347.55 1.723.67 3.49.819 5.265a8.268 8.268 0 01-1.037 4.804c-.46.83-.98 1.63-1.506 2.424m63.328-2.722c-.481.333-.94.711-1.452.985-.361.191-.874-.124-.98-.538-.08-.317.018-.638.341-.729.746-.214 1.043-.693 1.04-1.477-.22-.177-.44-.378-.68-.543-.14-.097-.318-.136-.437-.186-.707.416-1.361.832-2.045 1.186-.29.15-.59-.008-.761-.283-.177-.28-.15-.59.115-.798.41-.325.854-.607 1.228-.869-.037-1.185-.037-1.185-.927-2.37-.402.22-.815.44-1.225.665-.602.329-1.254.4-1.912.293a1.565 1.565 0 01-.78-.374c-.138-.13-.223-.443-.168-.625.054-.173.305-.366.498-.397.285-.05.59.06.886.063.848.006 1.492-.337 1.91-1.192-.21-.573-.416-1.19-.668-1.786-.103-.24-.305-.438-.47-.664-.441.317-.763.583-1.12.796-.663.392-1.387.368-2.07.108-.212-.08-.42-.43-.446-.674-.03-.303.23-.53.574-.545.298-.012.603.033.896-.01.791-.108 1.205-.684 1.623-1.326-.216-.464.006-1.093-.604-1.392-.644.161-1.27.36-1.913.459-.372.057-.683-.18-.826-.552-.117-.301.143-.67.543-.772.402-.106.819-.167 1.215-.291.7-.223 1.058-.674 1.052-1.454-.01-1.84.038-3.683.05-5.523.002-.165-.09-.33-.149-.535a7.196 7.196 0 00-2.483.132c-.33.07-.58-.097-.694-.418-.117-.327.09-.723.472-.825.46-.122.933-.211 1.403-.27.587-.073 1.18-.104 1.808-.156.33-1.012.523-1.975.632-3.039-.6-.17-1.122-.285-1.615-.469a2.657 2.657 0 01-.898-.537c-.127-.12-.133-.436-.083-.638.027-.123.275-.276.416-.266.349.021.691.13 1.036.205.516.112 1.027.348 1.596.015.622-1.684 1.302-3.378 1.859-5.148-.258-.195-.422-.378-.627-.467-.327-.138-.683-.203-1.022-.32-.543-.188-.755-.513-.61-.903.142-.386.44-.493 1.054-.359.29.063.578.144.866.227.325.09.648.197.866.264 1.264-1.89 2.448-3.662 3.643-5.446-.185-.571-.535-1.026-1.096-1.314a26.537 26.537 0 01-1.413-.772c-.361-.217-.726-.46-.583-.979.113-.4.596-.479 1.225-.181.432.205.872.404 1.266.668.634.423 1.237.896 1.845 1.345.75-.581.87-.764.666-1.259a3.995 3.995 0 00-.64-1.05c-.305-.36-.735-.622-1.019-.992-.148-.197-.18-.554-.124-.808.061-.274.67-.372.947-.124a26.813 26.813 0 011.77 1.745c.267.286.458.646.678.967.808-.484.86-.492.798-.894-.099-.636-.267-1.264-.426-1.89-.057-.225-.24-.44-.228-.653.01-.199.167-.429.33-.563.096-.083.352-.067.49 0 .522.256.756.745.908 1.268.163.558.296 1.125.437 1.675.28.021.457.05.632.047.955-.032 1.95.083 2.854-.148 1.116-.283 1.934.48 2.925.52.056.002.113-.035.236-.073.267-1.11.481-2.255.418-3.336-.404-.23-.73-.376-1.009-.583-.33-.244-.59-.593-.937-.81-2.194-1.373-4.47-2.523-7.18-2.377-.415.024-.837-.016-1.253-.047-1.287-.099-2.49.183-3.645.728-.81.383-1.643.713-2.462 1.076-4.112 1.814-7.404 4.536-9.548 8.526-.73 1.361-1.471 2.718-2.169 4.097-1.72 3.405-2.445 7.045-2.562 10.833-.032 1.065-.14 2.131-.252 3.19-.42 4.042-.057 7.958 1.926 11.594 1.338 2.452 2.747 4.869 4.125 7.3.66 1.161 1.61 2.071 2.668 2.853.614.457 1.357.745 2.003 1.166 1.927 1.26 4.061 1.613 6.451 1.554.304-.849 1.047-1.534.944-2.576.158-.132.35-.24.467-.402.074-.098.038-.276.068-.613-.448.385-.426.74-.488 1.06m-65.292 3.216c.616-.945 1.263-1.875 1.875-2.824.999-1.548 1.518-3.224 1.28-5.078-.174-1.349-.273-2.727-.614-4.037a11.389 11.389 0 01-.365-3.52c.014-.295.026-.595.072-.888.103-.68-.199-1.137-.763-1.472a10.062 10.062 0 01-.599-.391c-1.037-.72-1.895-1.572-2.578-2.671-.69-1.115-1.46-2.175-1.83-3.443-.18-.619-.327-1.274-.333-1.913-.037-4.516-.01-9.032.627-13.519.216-1.528.438-3.057.705-4.58.387-2.205 1.336-4.189 2.68-5.963.529-.701 1.274-1.24 1.934-1.864.087-.998.222-1.997.25-3 .071-2.625 1.052-5.1 1.254-7.7.014-.178.07-.351.111-.524.518-2.072 1.063-4.138 1.546-6.22.68-2.917 1.946-5.606 3.227-8.286 1.688-3.534 4.09-6.553 6.887-9.265 1.69-1.643 3.758-2.707 5.99-3.46.622-.206 1.254-.383 1.878-.592 1.201-.404 2.273-.969 3.023-2.07 1.207-1.773 3.113-2.734 4.83-3.908.208-.143.602-.165.854-.078 1.066.366 2.1.214 3.17.005 2.41-.466 4.839-.801 7.304-.594 1.966.167 3.93.362 5.888.587 1.72.198 3.431.472 5.15.677.947.112 1.902.175 2.855.21 1.195.046 2.375.076 3.556.357 1.036.248 2.132.254 3.199.382 3.095.375 5.88 1.495 8.298 3.467.216.177.353.459.513.701.967 1.475 1.578 3.06 1.451 4.93.672.4 1.366.74 1.982 1.186 2.422 1.75 4.782 3.573 6.475 6.094.198.295.42.583.666.839 1.952 2.036 3.064 4.514 3.785 7.185.498 1.841.722 3.73.736 5.637.023 3.334-.333 6.641-.694 9.95-.466 4.308-1.235 8.586-1.146 12.943.03 1.376.226 2.71.561 4.047.607 2.419 1.286 4.834 1.647 7.292.525 3.553.38 7.122-.757 10.57-1.413 4.278-3.544 8.18-6.56 11.562-1.792 2.011-3.74 3.853-6.269 4.944-.472.205-.777.502-.951.987-.246.693-.761 1.177-1.326 1.644-1.778 1.48-3.657 2.697-6.154 2.448-1.151 2.319-2.241 4.566-2.806 6.994' fill='%234a2f70'/%3e%3cpath fill='white' d='M14.857 83l11.95 7.216 58.29 15.032.906 13.958-26.501-3.525L0 101.103z'/%3e%3c/g%3e%3cpath d='M41.51 56.707c0-.356.02-.713-.005-1.068-.109-1.528-.614-2.885-1.746-3.978-.616-.597-1.255-.88-2.073-.355-.234.15-.595.321-.81.245-.76-.272-1.281-.022-1.668.598-.241.39-.576.528-.998.656-.906.272-1.431 1.019-1.976 1.732-.377.492-.597.986-.47 1.64.043.22-.17.666-.36.729-.83.268-.992.977-1.216 1.639-.88 2.594-.98 5.243-.33 7.886.176.72.536 1.544 1.083 1.995 1.762 1.454 3.714 1.83 5.601-.004.468-.455.894-.963 1.405-1.369.722-.573 1.205-1.3 1.618-2.1 1.334-2.59 1.849-5.368 1.946-8.246m-1.052 9.507c.35.715.681 1.28.913 1.883.192.504.228 1.066-.109 1.539-.117.163-.404.315-.592.293-.183-.022-.43-.246-.484-.43-.1-.332-.034-.712-.12-1.051-.068-.266-.264-.497-.429-.788-1.029.353-1.603 1.075-2.119 1.816.357.825.755 1.56.977 2.344.159.547.105 1.166.064 1.747-.008.14-.341.356-.53.36-.192.006-.49-.167-.56-.337-.131-.317-.131-.689-.183-1.04-.112-.777-.309-1.508-1.086-2.008-1.811.65-3.603.612-5.31-.463-.732.478-.95 1.264-1.422 1.847-.294.36-.658.56-1.092.396-.25-.096-.555-.329-.619-.557-.057-.213.115-.654.298-.731.816-.347 1.167-1.024 1.312-1.787.144-.764-.462-1.282-.777-1.989-.753.412-1.364.79-2.01 1.083a7.968 7.968 0 01-1.684.558c-.514.104-.932-.266-1.021-.772-.073-.384.182-.8.543-.755 1.712.211 2.731-.894 3.88-1.877-.632-3.57.244-6.866 1.671-10.045-.388-.791-.868-1.52-.58-2.399.065-.2.255-.433.442-.502.307-.114.572.061.719.363.051.108.09.222.13.33l.126.343c.404.085.196-.319.339-.423.812-.599.88-1.432.818-2.344-.05-.711-.016-1.426.01-2.137.01-.227.081-.47.198-.664.075-.128.295-.266.426-.244.204.033.478.154.561.317.127.25.147.567.155.859.02.709.006 1.418.006 2.062.523.378.816.051.935-.242.194-.483.353-1.023.331-1.53-.038-.885-.218-1.764-.355-2.646-.053-.349-.182-.691-.216-1.042-.033-.309.082-.595.438-.664.335-.063.644.085.726.38.261.972.485 1.95.681 2.933.102.506.117 1.028.183 1.65.703-.121 1.284-.212 1.86-.326.758-.152 1.396.053 2.009.508 1.906 1.416 2.857 3.329 2.92 5.655.094 3.435-.485 6.744-2.048 9.842-.107.213-.205.425-.325.685M23.147 45.264c.551.245 1.104.438 1.596.725.317.187.418.55.24.92-.151.315-.567.483-.892.321-.468-.232-.93-.482-1.362-.77-.267-.175-.343-.494-.156-.766.115-.17.344-.264.574-.43M94.06 73.787c-.505.453-.554.914-.544 1.38.01.617.717 1.01 1.276.69.238-.136.438-.374.595-.606.325-.48.212-.902-.3-1.129-.317-.14-.658-.217-1.026-.335m2.872.76c-.052 1.77-1.362 2.923-2.862 2.764-1.084-.116-1.867-.914-1.929-1.987-.065-1.131.343-2.12 1.088-2.925.6-.648 1.489-.662 2.321-.668.12-.002.353.234.347.353-.04.65.329 1.075.69 1.55.234.309.287.75.345.914' fill='%234a2f70'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-label-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 67'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cg%3e%3cpath d='M32.708 47.856a48.49 48.49 0 01-2.995-1.605c.45-1.194.171-2.687-1.084-3.305a35.452 35.452 0 01-6.933-4.47c-.353-.427-.71-.854-1.049-1.292-2-2.585-3.7-5.407-5.028-8.4-.537-1.206-2.238-1.588-3.34-1.1a2.653 2.653 0 00-1.426 1.533c-.017-.084-.053-.161-.07-.247-.374-1.404-1.902-2.262-3.29-1.878-1.493.41-2.133 1.878-1.869 3.31.105.573.262 1.122.439 1.664a2.583 2.583 0 00-1.131.049c-1.475.407-2.155 1.88-1.867 3.311.5 2.514 1.105 4.971 2.332 7.238 1.176 2.169 2.776 4.213 4.504 5.962 2.035 2.059 4.427 3.613 7.036 4.487a29.622 29.622 0 006.223 2.756c2.86.88 4.293-2.894 2.494-4.581 1.603.659 3.264 1.181 4.992 1.488 1.31.233 2.629-.242 3.155-1.558.464-1.16.123-2.766-1.093-3.362'/%3e%3cg%3e%3cpath d='M58.043 49.595c-.005-3.172-.009-6.168.013-9.222.004-.715-.165-1.235-.516-1.58-.56-.553-1.435-.527-2.195-.495l-.273.007c-3.298.075-6.304 1.304-9.063 2.623-1.97.943-3.733 2.249-3.285 5.39.295 2.09.244 4.243.196 6.32-.064 2.742-.134 5.574.571 8.403.162.656.06 1.278-.3 1.851-.836 1.321-2.85 2.107-4.317 2.382-.167.03-.342.067-.522.103-1.606.336-3.428.71-4.023-1.39-.58-2.068.393-3.497 3.157-4.63.681-.28 1.406-.54 2.232-.54.284 0 .58.03.892.102l.247.057v-.256c0-1.827.004-3.637.008-5.43.009-4.711.015-9.159-.035-13.696-.022-1.68.57-2.785 1.973-3.689 4.829-3.116 9.999-4.939 15.363-5.415.687-.05 1.144.034 1.43.305.288.27.424.749.416 1.462-.044 4.657-.04 9.39-.036 13.968.002 2.754.005 5.509-.004 8.262-.004 1.761-.62 3.35-1.828 4.724-1.486 1.694-3.36 1.967-5.891.86-.79-.346-2.061-1.185-1.73-2.933.473-2.515 2.44-3.215 4.5-3.596.486-.088 1.005-.034 1.666.039.345.037.721.08 1.143.103l.215.013-.004-4.102zm3.263-.833c-.07-1.66-.135-3.226.002-4.657l.002-.02c0-1.4-.013-2.714-.024-3.971-.027-2.834-.051-5.281.07-7.765.055-1.099-.12-1.823-.545-2.283-.56-.603-1.518-.691-2.47-.698h-.129c-6.097 0-11.261 2.53-15.934 5.27-2.017 1.183-2.9 2.905-2.777 5.423.134 2.696.108 5.445.085 8.103-.015 2.07-.035 4.207.018 6.31.053 2.034-.27 3.033-2.325 3.58-1.935.514-3.372 1.527-4.049 2.851-.543 1.07-.574 2.286-.084 3.614C33.85 66.438 35.188 67 36.603 67c1.246 0 2.555-.435 3.548-.766 3.645-1.212 5.308-3.18 4.678-5.546-.747-2.805-.712-5.609-.675-8.327.01-.999.025-2.03.002-3.052-.158-6.257.67-7.35 6.827-9.001.844-.226 1.73-.376 2.586-.518.407-.069.813-.136 1.217-.213.671-.128 1.148-.061 1.453.198.312.27.459.753.448 1.484l-.006.446c-.034 2.721-.068 5.538.017 8.308.046 1.5-.108 2.124-1.857 2.234-1.937.118-3.647.988-4.699 2.382-.804 1.072-1.112 2.339-.862 3.57.748 3.717 3.876 3.961 6.522 3.754 2.432-.183 4.243-1.862 4.972-4.606.773-2.907.652-5.794.532-8.585z'/%3e%3c/g%3e%3cg%3e%3cpath d='M38.953 54.91c-.38.11-6.642 2.06-10.342 2.06-14.89 0-26.89-12.13-26.87-27.27.02-15.519 12.464-27.26 26.905-27.24 14.868.02 26.91 12.27 26.867 27.275.002.581 1.335.341 1.34-.365C56.664 12.594 43.26.602 28.395.615 13.248.63-.07 12.981-.001 29.547c.07 16.49 13.38 28.724 28.5 28.684 3.641-.012 10.287-2.156 10.694-2.283.404-.127.138-1.147-.24-1.038'/%3e%3c/g%3e%3cpath d='M34.872 36.056a4.654 4.654 0 01-2.306.863c-.68.07-1.362.141-2.043.195-1.184.092-2.34-.019-3.466-.434-.686-.254-1.402-.431-2.1-.654-1.115-.353-1.996-1.004-2.608-2.018-.684-1.134-1.302-2.29-1.54-3.618-.05-.283-.185-.553-.288-.828-.285-.76-.274-1.549-.125-2.318.167-.86.417-1.706.677-2.543.3-.966.912-1.716 1.73-2.309.79-.57 1.576-1.154 2.36-1.733 1.537-1.137 3.284-1.472 5.138-1.279.92.097 1.837.296 2.736.523 1.125.281 2.065.855 2.646 1.926.256.466.552.935.918 1.316 1.29 1.343 1.986 2.894 1.839 4.778-.011.145-.002.293-.002.44H38.4c0 .49.006.98-.003 1.468-.004.195-.03.39-.057.585-.269 1.765-2.018 4.587-3.467 5.64M40 28.363c-.062-5.715-4.814-10.47-10.552-10.361C23.811 17.934 19.01 22.668 19 28.468 18.989 34.36 23.88 39.028 29.548 39c5.685-.032 10.516-4.746 10.451-10.637'/%3e%3cpath d='M43.188 25.835c.086.119.333.188.488.158.269-.05.366-.331.308-.581-.076-.331-.217-.653-.356-.965-.845-1.924-2.044-3.568-3.445-5.067-.81-.867-1.713-1.539-2.802-1.92-.977-.345-1.947-.71-2.938-1-.759-.221-1.548-.34-2.123-.46-.731.07-1.247.083-1.752.173-.467.085-.671.54-.518 1.023.141.45.685.758 1.009.452.755-.708 1.572-.546 2.377-.305a71.46 71.46 0 014.009 1.349c.716.26 1.304.76 1.843 1.331 1.338 1.416 2.523 2.95 3.335 4.781.16.361.341.717.565 1.031m2.884-3.989c.08.122.369.183.531.14.153-.037.267-.25.397-.388-.421-1.687-.793-3.325-1.94-4.602-2.225-2.475-4.766-4.488-7.8-5.778a5.317 5.317 0 00-.425-.163c-.313-.106-.595-.077-.774.254-.146.27-.023.608.296.777.312.166.64.302.962.451 2.04.941 3.834 2.252 5.5 3.8 1.355 1.253 2.417 2.643 2.838 4.51.08.35.227.7.415 1m-.319-5.089c.018.102.263.25.394.242.203-.01.429-.104.59-.219.116-.083.143-.26.263-.51-.214-.476-.374-1.071-.73-1.56-.583-.793-1.285-1.524-1.959-2.261-.45-.492-.813-.566-1.117-.293-.274.245-.259.538.052.943.063.083.133.162.21.235 1.02 1.015 2.056 2.017 2.297 3.423M29.88 29.135c-.033.533-.252.745-.791.782-.143.01-.286.009-.429.005-1.305-.026-1.71-.495-1.508-1.74.121-.735.591-1.028 1.738-1.058.208.274.405.59.66.852.338.339.355.74.33 1.16m.598-2.149c-.13-.706-.208-.833-.82-.912-.471-.061-.96-.103-1.432-.052-.862.09-1.597.53-1.933 1.282-.385.86-.407 1.813.033 2.7.097.195.32.342.502.486.557.432 1.21.538 1.798.503h.389c1.231-.023 1.848-.564 1.962-1.748.054-.56.033-1.11-.296-1.618-.118-.184-.163-.421-.203-.64'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%238c81c0' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-ausrufezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1667 1667'%3e%3cg%3e%3cpath fill='%234a2f70' d='M1057.3 138.8c-6.7-10-14.4-19.2-27.3-21.8-4.1-.8-8.2-1.4-12.2-2.5-1.6-.4-3.1-1.6-4.5-2.7-2.8-2-5.3-5.4-8.4-6.1-13.2-3.3-26.5-6-39.8-8.6-4.5-.9-10-2.6-13.7-.9-5.6 2.5-9.9.6-14.6-.9-8.1-2.5-16.3-4.7-24.9-4.6-3.8 0-7.7-.5-11.5-.8v-1.2h9c-16.6-2.7-33.1-6.3-50.6-6.3 1.3 1.9 2 2.8 3.5 5-17.1-1-33-1.9-48.9-2.8-.6 1.2-1.6 2-2.5 2-12-.4-23.9-1-35.9-1.4-13.2-.4-26.1-4.1-39.6-2.5-24.9 2.9-49.9 5.8-74.2 12.3-7.3 2-14.6 4.6-21.4 8.1-3.4 1.8-6.4 4-10.5 4.6-26 3.6-49.1 14-69.1 30.9-9.9 8.4-19.2 17.2-23.8 30-3.9 10.9-5.6 22.1-6.1 33.4-2.1 3.2-3.5 6.9-4.1 11-3.3 21.2-6.2 42.4-9 63.7-.9 6.5.8 12.5 6.1 17.1 1.2 1 1.6 3.4 1.6 5.2-.2 16.1-1 32.3-.9 48.4.4 36.3 4.2 72.4 10.5 108.2 3.3 18.4 6.5 36.8 9.8 55.2.5 5 1 9.9 1.6 14.9 1.8 15.7 5.8 31 8.3 46.6 1.5 9 1.7 18.1 3.1 27.2 3.1 20.9 6.6 41.7 9.9 62.5.2 1.1.6 2.4.3 3.4-2.4 7.9 0 15.8 2.9 22.5 2.2 5.1 3.5 9.7 3.7 15 .9 25.5 6.5 49.7 18.4 72.4 6.5 12.4 12.2 25.1 13.9 39.3-.7-.1-1.6-.2-2.6-.3.3 2.1.6 3.8 1.1 6.9-2-1.9-3-2.8-4.3-4.1 1.5 7.9 3 15.4 4.4 22.8 2 10.7 3.6 21.5 6.1 32.1 2.1 8.9 5.6 17.4 7.8 26.3 3.5 14.4 5.9 28.9 12.2 42.6 2.5 5.4 2.7 11.9 4 17.9 1.7 8.1 3.3 16.2 4.9 24.3.5 2.6 1.3 5.2 1.1 7.7-.5 7.2.7 13.7 4.5 20 2.2 3.6 2.5 8.4 3.4 12.7 1.4 7.4 1.5 15.2 4.2 22.1 3.6 9 9.1 17.3 13.9 25.8 4.1 7.4 9.1 14.4 12.5 22.1 6.7 15.2 15.8 28.4 27.7 39.9 4.4 4.3 9.2 5.2 14.9 5.1 14.6 0 29.2 0 43.7.5 7.3.2 14.7 1.4 22 2.1 0 .5.1 1.1.1 1.6-4.6.5-9.3 1-13.9 1.5.9.9 1.9 1.4 2.9 1.6 13.3 2.1 26.5 1.5 39.6-1.6 7.7-1.8 15.1-4.9 22.8-6.2 6.1-1 12.3-3 18.9-.5 2.8 1.1 6.8-1 10.2-1.4 14.9-1.9 27.2-10 39.9-17 9.9-5.4 15.7-14.9 18.7-25.8-.4-.4-.9-.8-1.3-1.2-1.2 1.9-2.3 3.7-3.5 5.6 2.8-9.2 6.9-17.6 9.6-26.4 3.5-11.4 6.4-23.1 8.6-34.8 2.1-11.5 6.5-22.4 5.5-34.8-.7-8.4 3.8-17.2 6.1-25.7.4-1.4 1.6-2.5 2.4-3.8 3.8-6.2 6-13.2 4.2-20-2.4-8.7-.7-16.3 2.1-24.2 1.7-4.8 2.5-9.9 3.5-14.9.2-.9 0-2.7-.3-2.8-5.5-1.2-3.5-5.5-3-8.4.9-5.4 2.8-10.7 4.3-16 .1-.4.4-.9.8-1.2 4.8-2.9 5.2-8.2 6.1-12.8 1.5-7.3 1.8-14.8 3.1-22 2.2-11.6 4-23.4 7.5-34.6 4.7-15 7.5-30.3 8.9-45.9.1-1.1.2-2.4.9-3.3 4.9-6.7 6.1-14.3 6.5-22.4.4-6.6 1.3-13.3 2.7-19.8 2.8-13.1 6.8-26 9.1-39.2 3.6-20.8 6.1-41.8 9.1-62.7 1-7 2.4-14 2.8-21 .3-5.6-1.7-11.4-.8-16.8 2.4-15.6 5.7-31.1 8.6-46.6 1.7-9 4.3-18.1 1.5-27.1-1.5-4.9-1.3-9.3-.3-14.1 2.3-11.2 7.8-21.6 7.9-33.4.1-6 1.4-11.9 1.9-17.9 1.5-16.7 5.6-33.1 1.9-50.1-1.3-5.9-.6-12.4 2.4-18.5 2.5-5.1 3.2-11.2 3.9-17 .6-4.7-.6-9.6.1-14.3 2-12.3 5.7-24.3 6.8-36.6 2.4-25.8 3.7-51.8 5.5-77.7.5-8 1.1-16 1.6-24.1.5-.2 1-.4 1.5-.7.4 1 .8 1.9 1.2 2.9.2-.1.5-.3.7-.4.3-3.4.7-6.9 1-10.3h.9l1.2 6.3c.8-3.6.8-7.1.8-10.5-.1-19.5-2.6-38.6-13.8-55.3zm-29 41.6c-1.7 23.7-3.4 47.4-5.9 71.1-3.8 35.9-8.7 71.7-12.4 107.6-3.2 30.8-4.8 61.7-7.9 92.4-1.3 12.8-4.7 25.3-6.7 38-1.5 9.4-2 18.8-3.2 28.2-2.3 17.6-5 35.2-7.3 52.8-.5 3.8-2.1 6.6-5.8 6.5-4.1-.1-6.6 2.4-9.8 4-1.4.7-3.3.8-5 .8-4.7 0-11.6 10.4-9.5 14.6.5 1 2.3 2.2 3.3 2 7.1-1.1 14.2-2.5 21.7-3.9 3.6 3.6 1.6 8.3.6 13-2 9.9-3.7 19.9-5.3 28.6-7.8 2.2-14.8 4.1-21.8 6.2-1 .3-1.6 2-2.6 2.6-2.9 1.8-5.9 4.3-9.1 4.8-4.9.9-9.1 13.8-5.4 16.8 1 .8 2.8 1.1 4.2.9 2.2-.4 4.4-1.2 6.4-2.1 2.4-1.1 4.7-2.2 6.8-3.7 3.4-2.5 8.2-2.9 10.5-7.2.3-.5 2.7.1 4.6.2.9-.7 2.1-1.8 4.1-3.3.1 1.8.4 3 .2 4.2-2.2 11.4-4.6 22.8-6.9 34.2-.6 3-1.8 4.5-5.4 4-2.5-.4-5.6.3-7.9 1.4-5.6 2.6-11.7 4.3-16 9.3-.9 1.1-3 1.5-4.7 1.7-4.4.6-9.8 12.8-5.5 16.9.8.8 2.8 1.4 3.8 1 7-3.2 13.9-6.7 20.8-10.2.9-.4 1.4-1.6 2.1-2.3.8-.7 1.6-1.8 2.5-1.9 2.1-.4 4.4-.3 7.3-.5-.3 2.7-.5 6.6-1.2 10.3-.9 5.6-2 11.1-3.2 16.7-1.5 7-4.1 9.3-11.1 10.4-1.9.3-3.6 1.5-5.4 2.2-2.4.8-4.9 1.8-7.4 2.2-4.4.7-6 4.6-8 7.5-2 2.8-3 6.5.8 8.3 3 .2 6.1 1 9 .5 3.5-.6 6.8-2.3 10.2-3.4 1.3-.4 2.7-.6 4.1-.8.1 1.4.4 2.8.2 4.1-2.7 16.1-5.3 32.1-8.2 48.1-1.7 9.2-4.5 18.3-6 27.6-1.2 8-1.9 16.2-1.5 24.3.2 3.8 2.3 7.8.1 11.3-4.9 8.1-4 17.3-5.7 26-2.2 11.4-4.7 22.8-7 34.1-.3 1.6-.4 3.2-.8 5.8 1.9-1.5 2.9-2.3 4-3.2.4.2.8.4 1.1.6-1.5 3-3 6.1-4.5 9.1-1.4 3.1-2.9 6.1-4.2 9.3-.3.7-.2 2.2.1 2.3 5.1 2 2.2 5.6 1.5 8.3-2.3 8-4.5 16-7.5 23.8-7.8 20.2-14.5 40.7-17.3 62.3-.5 3.9-1.9 7.7-2.9 11.6-4 14.5-13.3 23.5-27.9 26.9-34.5 8.2-69.3 12.5-104.8 9.5-9.4-.8-18.9-1.3-28.3-2.5-2.7-.3-5.9-1.8-7.5-3.8-3.4-4-6.4-8.6-8.6-13.3-3.5-7.2-6.2-14.7-9.3-22.4 3.9-2.7 7.9-5.5 11.8-8.2 0 .1.1.2.1.3 1.9-.8 3.7-1.6 5.6-2.4 1.3-.5 2.8-.9 4-1.6 2.8-1.6 5.6-3.5 8.4-5.1 1-.6 2.2-1 3.2-1.5 2.4-1.3 5.7-2.2 6.9-4.2.9-1.5-.5-5-1.9-6.9-1.6-2.2-3.2-4.4-7.6-3.2-5.4 1.5-6.5 5.4-9.1 9-5.5-3-10.8-.3-16.2 2-3.9 1.7-7.5 3.5-10.5 6.6-.5.5-3 .2-3.5-.5-5-6.8-6.6-14.7-5.2-22.8.6-3.5 5-3 7.8-4 3-1.1 6.2-1.9 9.1-3.2.9-.4 1.7-2.8 1.2-3.7-1.4-3-2.8-6.3-5.1-8.4-3.8-3.5-4.2 1.5-6.3 3.4-5.5-4-10.3-2.5-14.9 3.8-2.5-8-4.7-15-7.1-22.5 5.2-3.7 10.7-7.5 15-10.5 3.1-1.1 5-1.8 6.9-2.6 1.2-.4 2.4-1 3.6-1.3 3.6-1 7.4-1.3 9.4-5.2.4-.7 2-1.3 2.8-1.2 4.2.8 6.2-2.3 7.7-4.9.7-1.3-.6-4.5-2-6-1.9-2.1-3.4-5-8-3.6-5.2 1.5-6.6 5.2-8.8 8.4-11.4-2.6-20.1 2.7-28.7 9.4-4.9-5.4-4.7-12.2-4.3-18.7.2-2.5 3.8-4.7 5.8-7 3.1-3.5 7.2-5.1 11.5-6.6 3.4-1.1 6.2-3.8 9.3-5.8.3-.2.5-.4.7-.7 1.8-2.4-1-8.7-5.5-11-2.9-1.5-5.7-1-6.6 2.9-.3 1-1 1.9-1.6 3-7.2-2-12.7 0-18.3 7.2-.7-1.8-1.4-3.2-1.8-4.6-2.7-8.4-5.3-16.8-8-25.2-1.9-6.1-.3-8.9 5.9-10.6 2.5-.7 4.8-2 7-3.5.6-.4.7-2.6.2-3.5-.1-.3-.3-.5-.5-.8 4.9-6.1 6.2-13.9 5-23.1-1.4-10.2-2-20.5-3.1-31.5 4.8 3.5 9.5 7.2 15 4.7 4.6-2.1 8.6-5.6 13.7-9 14.3 5.2 26-2.5 26.9-19.8.6-11.3.1-22.6.1-33.9 3.2.3 6.7 1.3 9.9.8 8.9-1.3 15.9-9.8 15.8-20.3-.2-11.9-1.4-23.9-2.4-35.8-1.5-18.2-3.1-36.4-4.7-55.2 1.4.5 2.3.6 3 1 7.9 4.2 16.4-.6 17.1-9.7.2-2.8.7-5.6 1.1-8.3v-58.9c-.3-2.1-.7-4.3-.7-6.4-1.8-54.1-3.2-108.1-5.6-162.2-2.4-54.4-5.4-108.7-8.6-163-2-34.9-4.6-69.7-7.3-104.5-1-12.6-2.9-25.1-4.8-37.6 0-.1-.1-.2-.1-.4 31.1 1.2 62.3 2.5 93.4 3.9 51.6 2.3 102.8 7.3 152.6 21.8 7.3 2.1 14.5 4.7 21.7 7.2 16 5.4 23.2 16.8 22 33.3zM980.2 1321.7c-.8-1.7-2.5-3.7-4.1-4.1-4.1-1-6.1-4.2-6.6-7.4-1-6.9-6.1-10.3-10.3-14.7-1.4-1.5-2.8-2.8-4.1-4.4-10.2-12.9-21.4-24.9-35.9-32.7-15.3-8.2-31.3-15.2-47-22.7-.9-.4-1.9-.6-2.9-.8-9.8-2-19.9-2.8-29.2-6.2-21.3-7.7-42.8-8.1-64.3-3.1-99.2 23-145.3 106.7-145.1 182.5 0 5.2-.2 10.3.1 15.5.3 4.8.9 9.6 1.8 14.3 10.2 52.3 38.5 89.7 89.1 108.9 6.4 2.4 12.7 5 18.9 7.7 23 10.1 47.1 14.5 72 11.7 36.7-4.1 69.4-18.5 99-40.4 19.3-14.2 33.2-33.4 48.8-51.2 10.7-12.2 19.2-25.4 23.5-41.1 3.8-13.6 8.1-27 11.3-40.8 3.3-14.3-1-28.4-3.3-42.3-1.4-9.9-7.4-19.2-11.7-28.7zm-37.7 86.4c-2.5 7.2-3.9 14.8-6.5 22-7.1 18.9-18.4 34.5-35.8 45.5-3.8 2.4-6.3 7-9.5 10.6-1 1.1-1.9 2.5-3.1 3-8.9 3.9-17.8 8-26.9 11.4-7.1 2.7-14.5 4.2-19.6 11-1.6 2.1-6.6 2.9-9.7 2.4-10.1-1.5-19.8 1.5-29.6 2.2-4.1.3-8.3.3-12.4.8-6.7.7-13.5 1.2-20 2.6-6.9 1.5-12.2-1.2-17.9-4.4-3.5-2-8.2-2.1-12.3-3-.4-.1-.9.3-1.2.2-6.4-3.7-13.1-7-19.2-11.2-4.3-2.9-8.5-6.3-11.5-10.5-5.8-7.9-11.2-16.1-15.9-24.7-3.9-7.2-6.9-15-9.7-22.7-2.8-8-5.3-16.1-7.1-24.3-1-4.7-.5-9.8-.3-14.6.1-4.1 1.4-8.3.8-12.3-.6-3.9.2-7 1.8-10.4 1-2.1 1.8-5.2.9-7-3.1-6.7 1.4-11 4-16 1-2 2.8-3.6 3.6-5.7 3-7.6 5.6-15.3 8.7-22.8 4.3-10.4 11.4-18.5 20.3-25.4 6.3-4.9 11-11.9 17.2-16.9 4.7-3.8 10.8-5.8 16.2-8.6.3.6.7 1.1 1 1.7-2.1 1.8-4.1 3.7-6.2 5.5l.3.9c2.3-.6 4.6-.9 6.7-1.9 7.7-3.6 16.1-6.3 22.6-11.4 4.7-3.7 10.1-5.7 14.1-4.4 5.4 1.7 10.7 1.7 15 .2 6.6-2.2 12.1.4 18.1 1 3.7.4 7.5.1 12.5.1-1.8-2.1-2.6-3-4.4-5.1 4.3.7 7.3.8 9.9 1.7 13.5 4.7 26.8 9.7 40.3 14.4 1.8.6 4 .2 5.9.8 2.6.9 5.1 2.2 7.5 3.4 1 .5 1.7 1.5 2.7 1.9 3.7 1.5 6.2 3.7 8 7.6 1.9 3.9 5.6 5.8 10.4 6.5 3.7.5 8.8 2.3 10.4 5.2 7.8 13.8 14.7 28.2 21.9 42.4.4.7.6 1.6.6 2.4l.6 20.7c.2 11.7.9 23.6-3.2 35.2z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%238c81c0'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-bass-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.12 46.43'%3e%3cg data-name='Ebene 2' fill='%234a2f70'%3e%3cg data-name='Ebene 1'%3e%3cpath class='cls-1' d='M25.34.69c.62-.3 1-.84 2.17-.65a2.43 2.43 0 01.61 1.31 2.59 2.59 0 01-1.54.91c-1.22 1.33 0 4.75-1.39 5.9-.36.17-1.07.06-1.39.26-3.37 7.63-6.68 15.29-10.19 22.8 1.27 2 3.67-.19 4.32-1.18.57-.09.59.28 1.08.26 1.45 3.25-3.1 4.62-3.39 6.42-.69 4.15 1.34 10.08-5.25 9.69-3.58-.2-7.5-1.64-9.27-3.66a5.72 5.72 0 01.16-7c.89-1 2.57-1.45 3.55-2.62 1.13-1.34.68-2.77.92-4.45a8.14 8.14 0 013.71-5.37c.92-.09.92.8 1.54.26.16.93-.86 2.44-.46 3.67.28.87 1.14.63 1.39 1.44 3.37-6.66 6.34-13.66 9.73-20.31-.48-.52-1.2-1.43-.47-2.22-.31-.56-.89.43-1.08 0 0-.81.44-.53 1.24-.53.33-.24.41-.7.77-.92.09-.55-1.21.07-1.08-.52.3-.61.8-.28 1.24 0 .66-.1.67-.74 1.08-1.05-.19-.51-1.13.45-1.08-.26.52-.79 1.81.32 2-.92-.26-.41-.88 0-1.08-.26s.22-.34.16-.65c.61-.09.45.49.92.52s.59-.46.93-.66C24.84.39 24 1 24.11.17c.18 0 .27 0 .31-.13.26.5.46.07.92.65zm1.39-.13C24.34 2.24 23 4.81 21.48 7.24c.86.44 1.22 1 2.32.66 1.88-.57.53-2.93 1.39-5 .59-1.42 2.07-1 2-2.23-.19.02-.19-.15-.46-.11zM22.1 9.21c.51-.14.63-.61 1.08-.79h-.92c.02.33.02.63-.16.79zm-.31 1.44c-.71 2.31.54-.17.31-.39a.9.9 0 01-.31.39zm-1.23 2.49c-.1-.29 0-.24-.16 0-.59.88-.81 2-1.39 3.14-1.61 3.07-2.94 6.52-4.32 9.57a78.88 78.88 0 005.87-12.71zm-5.1 9.17c-.18.5-.87 1.26-.62 1.7.16-.52.95-1.68.62-1.7zM7.9 26.5c.45-.57.72-1.31 1.69-1.44-.37 1.17-1.78 1.45-2 2.75.55.24.68-1 1.54-.92-.23 1.16-2.13 1.64-1.7 2.89.66-.28.79-1 1.7-1.05C9 29.85 7 30 7.12 31a7 7 0 012.32-1.05 2.11 2.11 0 01.93-1.57c-1.13-1.16.28-3.35-.47-4.46-1.07.41-2.19 1.5-2 2.58zm-1.55 3.15a.82.82 0 00-.15-1c.09.26-.2.9.15 1zm4.17-.79c-.15 0-.18.11-.31.13a12.68 12.68 0 01-1.85 4.19c-1.38 2-3.78 3.72-1.08 5.51a3.22 3.22 0 00.77-1.45c-.13-.41-.8-.37-.93-.78.64-.36 1-.17 1.86-.26 1.38-2.57 1.78-4.63 2.78-7.21-.46.01-.96-.35-1.24-.13zm2.47.92c-.25.79-1.07 1.79-.93 2.49.22-.76 1.13-2.27.94-2.49zm-6.48 2.75c.92-.44 3-.64 2.47-1.84-.63.78-1.85 1.06-2.47 1.84zM13.3 32c-.91 1.59-1.48 3.46-2.32 5.11.42.13 1.07.06.93.66-.19.36-.95.24-1.54.26a4.53 4.53 0 01-.62 1.31c2.11.21 3.32 1.37 3.24 3-.07 1.39-1.36 2.17-1.85 3.15-.4-.1-.71-.2-.93.13a2.79 2.79 0 002.32-.53c-.32.12-.7-.34-.31-.39s.37.21.62.26c.85-1 2.29-2.24 1.69-4.06 0 .45-.57.39-1.08.4 0-.27-.42-.17-.3-.53.3-.38 1-1 1.54-.39-1.29-5.12 3.8-5.51 3.55-9.3-.7 1.07-3.8 2.63-4.94.92zm-3.71 4.46c.69-.47.74-1.47 1.24-2.1-.68.48-.83 1.36-1.24 2.1zm1.7-1.46c-.12.58-1.31 1.39-.62 1.83.06-.57.93-1.77.62-1.83zm-9.42.91c.08-.1.6-.18.31-.39-.97 1.14-1.24 1.66-.31.41zm-.15 1.71c.91-.33 2.32-1.6 2.16-2a3.67 3.67 0 00-2.16 2.02zm6.64 1.44c.2-.41.86-1.1.46-1.57 0 .51-1.06 1.41-.46 1.59zm-6.8 1.7c-.13-.55.3-.62.31-1.05-1-.13-.21-1.36 0-1.7-.29 0-.34-.15-.61-.13-.39.92-.45 2.3.3 2.9zm7.72-1.44c.15-.53.58-.82.62-1.44h-.46c.15.59-.56 1.12-.16 1.46zm-.46 3.8c-1.28.41-2.3-.48-3.4-.66.09.35-.63.67-.15.92 0-.17.43-.17.46 0-.2.23-.32.52-.77.53s-.63-.4-.31-.66c-1.33.16-.55-.83-.92-1.31a.84.84 0 01-.78.26c-.54-.17.07-.83-.46-.78-.2 0-.21.16-.46.13 1.2 2.34 4 3.36 7.25 3.93 3.3-.29 4.77-5.62.31-5.77-.8.56-.67 2.64-1.69 2.49-.09 0 .08-.45-.16-.39 0 0-.08.86-.31.52-.38-1 .58-1.93.77-2.88-1.14.39-.83 2-1.54 2.75a4.92 4.92 0 012.16.94zm-6.48-.39a9.4 9.4 0 01-1.86-3 3 3 0 001.86 3.02zm6.33-2.36c-.28.2-1.13 1.66-.47 1 .09-.49 1-1.56.62-1.58-.05.21-.22.32-.15.6z'/%3e%3cpath class='cls-2' d='M8.79 24.43A5.28 5.28 0 007.42 28c0 .63.1 1.29 0 1.92a4.51 4.51 0 01-.38.94c0 .13-.08.25-.12.38l-.06.2c0 .05-.1.1 0 .05-.66.45 0 1.54.63 1.08s.62-1 .91-1.61a4.31 4.31 0 00.28-2.19 4.57 4.57 0 011-3.47.62.62 0 00-.88-.88z'/%3e%3cpath class='cls-2' d='M6.75 29.87a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M6.6 29.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.29 26.54A5.68 5.68 0 008 28.17a7.67 7.67 0 00.08 1.66.63.63 0 00.77.44.64.64 0 00.43-.77v-.08a1.36 1.36 0 000-.2v-.33a5.77 5.77 0 010-.72v-.33-.08a1.42 1.42 0 010-.2 3.55 3.55 0 01.19-.69.64.64 0 00-.44-.77.66.66 0 00-.77.44zM2.12 37a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.19 36.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.79 35.53c-.67-.21-1.15.31-1.53.78L1.1 37.78a2.26 2.26 0 00-.48.78 1.18 1.18 0 00.29 1 4.37 4.37 0 01.71 1.35.63.63 0 00.77.43.62.62 0 00.44-.76 6 6 0 00-.59-1.29 3.63 3.63 0 00-.39-.55s0-.1 0 0a.11.11 0 010 .11q0 .1 0 0v-.08l.15-.1.9-1.15.48-.6a1.54 1.54 0 01.16-.18c.07-.07 0 0-.07 0a.64.64 0 00.77-.43.63.63 0 00-.44-.77z'/%3e%3cpath class='cls-2' d='M.78 40.64s-.11-.1-.08-.05l.07.06c.07.07-.08-.12 0 0a.41.41 0 000 .09c0-.11 0 0 0 0a1.52 1.52 0 01.06.2c.06.26.08.53.14.79a2.13 2.13 0 00.18.5l.1.17a.27.27 0 010-.29l.06-.24a.35.35 0 01.26-.12.39.39 0 01.21 0s.11.07.12.07h-.05c-.05 0 .08.11 0 .06-.06-.08-.11-.17-.16-.25s-.17-.32-.25-.48v.06-.08l.09-.13-.09-.3-.06-.29v-.15V40.22a.75.75 0 00-.18-.45.62.62 0 00-.44-.18.64.64 0 00-.63.63 5 5 0 00.39 1.51 3.27 3.27 0 00.3.59 1.76 1.76 0 00.57.64.82.82 0 001.17-.45.76.76 0 00-.1-.64l-.13-.21c0-.1.05.13 0 .06V41.55a2.27 2.27 0 01-.06-.25c0-.17-.05-.33-.08-.49a1.75 1.75 0 00-.73-1.2.63.63 0 00-.63 1.08z'/%3e%3cpath class='cls-2' d='M2.48 42.09a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.48 42.38a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M2.77 42.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.06 42.81a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.35 43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.5 43.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.18 42.94l.14.28a.4.4 0 00.16.18.53.53 0 00.21.11.43.43 0 00.25 0 .51.51 0 00.24-.07l.12-.1a.63.63 0 00.16-.27v-.17a.62.62 0 00-.09-.32l-.14-.29a.46.46 0 00-.17-.17.43.43 0 00-.18-.12.42.42 0 00-.25 0 .39.39 0 00-.23.07l-.13.1a.74.74 0 00-.16.27v.17a.62.62 0 00.09.32z'/%3e%3cpath class='cls-2' d='M3.93 43.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.22 43.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.44 44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M4.87 44.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M3.76 42.88h-.07.17-.15.17a.43.43 0 01-.16 0l.15.07-.15-.09.12.1a.86.86 0 01-.13-.14l.1.13-.08-.13.06.15a.83.83 0 010-.15v.16-.11a.47.47 0 000-.24.46.46 0 00-.13-.2.49.49 0 00-.2-.13.53.53 0 00-.24-.06.64.64 0 00-.45.19l-.09.12a.62.62 0 00-.09.32 1.09 1.09 0 000 .31 1.45 1.45 0 00.11.29 1.38 1.38 0 00.17.25l.11.11a2.27 2.27 0 00.25.18l.29.11a1.26 1.26 0 00.61 0 .62.62 0 00.38-.29.48.48 0 00.07-.23.42.42 0 000-.25.65.65 0 00-.29-.38.71.71 0 00-.48-.06zM1.54 37.39a.63.63 0 000-1.25.63.63 0 000 1.25zM7 29v.83a9.4 9.4 0 01-.2.92 8 8 0 01-.29.82c0 .07 0 .09 0 0a.61.61 0 000 .12l-.09.18-.21.41a.76.76 0 000 .76.73.73 0 00.63.34c.48 0 .69-.37.82-.76v-.11c0-.04 0 .07 0 0l.08-.14.06-.09s0 .06 0 0l.13-.13a.69.69 0 01.07-.02v-.06l.19-.07c-.13.06.08 0 .1 0a.62.62 0 00.44-.77.64.64 0 00-.73-.47 2.56 2.56 0 00-1.1.67 3 3 0 00-.36.5 2.17 2.17 0 00-.15.35v.12c-.12.38.18-.45.63-.14l.22.22.09.31c-.07.19-.08.23 0 .11l.06-.11.12-.25c.08-.16.15-.34.22-.51a7.71 7.71 0 00.32-.92 8.91 8.91 0 00.3-2 .63.63 0 00-.62-.63A.65.65 0 007 29z'/%3e%3cpath class='cls-2' d='M4.89 43.23h-.16.07-.17.06l-.15-.07h.06l-.13-.1.07.07-.1-.13.08.13-.05-.13a1 1 0 01.06.25v-.17a2.67 2.67 0 00.1.63 1.1 1.1 0 00.25.43.94.94 0 00.44.26.67.67 0 00.48-.06.69.69 0 00.27-.34.62.62 0 00-.07-.48.64.64 0 00-.37-.29l.15.06h-.07l.12.1v-.06l.09.12-.06-.11.06.15a1.14 1.14 0 01-.06-.25v-.26a1.36 1.36 0 00-.14-.4 1 1 0 00-.36-.4A.72.72 0 005 42a.9.9 0 00-.43 0 .62.62 0 00-.44.77.6.6 0 00.29.37l.15.07a.62.62 0 00.33 0zM8.48 32a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.36 30.18L9.22 30a.39.39 0 00-.22-.09.48.48 0 00-.24-.06.53.53 0 00-.24.06.37.37 0 00-.2.13l-.1.12a.69.69 0 00-.08.32v.16a.61.61 0 00.16.28l.15.14a.39.39 0 00.2.13.48.48 0 00.24.06.53.53 0 00.24-.06.44.44 0 00.2-.13l.1-.12a.72.72 0 00.08-.32v-.16a.61.61 0 00-.16-.28zM9.64 25.1a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M9.5 26.37l.06-.16-.06.15a1 1 0 01.18-.36l-.1.13a1.72 1.72 0 01.27-.27l-.13.1a1.28 1.28 0 01.25-.15.58.58 0 00.18-.17.53.53 0 00.11-.21.42.42 0 000-.25.48.48 0 00-.06-.18.69.69 0 00-.38-.29h-.16a.59.59 0 00-.32.09A1.56 1.56 0 009 25a1.58 1.58 0 00-.23.22 2.45 2.45 0 00-.26.37 3.25 3.25 0 00-.18.43.68.68 0 00.07.48.64.64 0 00.37.29.62.62 0 00.48-.06.69.69 0 00.29-.38zM4.94 44.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.66 44.76a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-2' d='M5.16 43.5l.09.21-.07-.15a8.46 8.46 0 01.49 1.55.63.63 0 00.77.44.65.65 0 00.44-.77 9.16 9.16 0 00-.65-1.91.64.64 0 00-.37-.29.62.62 0 00-.48.07.64.64 0 00-.29.37.68.68 0 00.07.48z'/%3e%3cpath class='cls-2' d='M5.72 43.71a.67.67 0 00.56.32.66.66 0 00.41-.14.6.6 0 00.24-.36.65.65 0 00-.17-.62.66.66 0 00-.44-.19.68.68 0 00-.38.14.62.62 0 00-.16.8 13.92 13.92 0 01.82 1.58.64.64 0 00.37.29.62.62 0 00.48-.07.6.6 0 00.29-.37v-.17a.68.68 0 00-.08-.31 13.13 13.13 0 00-.8-1.61l-1 .76-.16-.28v-.28l.06-.15.1-.12.14-.07.15-.06h.16l.32.09.22.23a.63.63 0 00-.37-.29.66.66 0 00-.48.06.69.69 0 00-.29.38.67.67 0 00.06.48z'/%3e%3cpath class='cls-2' d='M7.41 45.17l-.13.1-.15.06h-.34l-.15-.06h.05l-.13-.1.07.06-.1-.12a.19.19 0 010 .09l-.06-.15v.06a.58.58 0 000 .14.61.61 0 00.07.14 1 1 0 00.13.18.75.75 0 00.17.14l.15.07a.83.83 0 00.22 0h.17l.15-.07a.4.4 0 00.47-.15.53.53 0 00.11-.21.43.43 0 000-.25.48.48 0 00-.07-.23L8 44.74a.71.71 0 00-.28-.16h-.16a.59.59 0 00-.32.09l.15-.06h.33l.15.06.13.1.1.13-.07-.11.07.15v-.08a1.8 1.8 0 00-.08-.21v-.07l-.12-.15-.15-.11-.2-.08a.62.62 0 00-.19 0h-.53l-.15.06-.13.1a.63.63 0 00-.13.2.42.42 0 00-.05.24.43.43 0 00.03.16.63.63 0 00.13.2l.13.09a.56.56 0 00.31.09h.17a.67.67 0 00.27-.16z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%238c81c0' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%238c81c0' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-film-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1292.82 1111.78'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='%c5%83%c3%ab%c3%ae%c3%a9 1'%3e%3cpath fill='%234a2f70' class='cls-1' d='M1256.42 383.84c-12.29 26.87-31.07 49.82-46.24 75-6 10 9.59 19.05 15.57 9.1 15.17-25.18 34-48.13 46.24-75 4.79-10.47-10.74-19.65-15.57-9.1z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M29.59 391.94q244.14 5.13 488.36 6.18 243.19 1 486.39-2 137.11-1.71 274.19-4.72c11.59-.26 11.63-18.29 0-18q-244.14 5.36-488.36 6.62-243.2 1.25-486.39-1.58-137.1-1.61-274.19-4.49c-11.61-.24-11.61 17.79 0 18z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M20.12 385l4 65c1 16-.43 36.25 19.11 40.58 8.84 2 18.69 1.33 27.69 1.71q17.82.75 35.65 1.33 33.66 1.11 67.35 1.68c89.84 1.53 179.7.42 269.52-1.87 179.11-4.58 358.08-13.89 537.24-16.45 101-1.44 202.15-.68 303.11 4.19 4.85.24 9-4.32 9-9l-.44-87.23c-.06-11.6-18.09-11.62-18 0q.21 43.62.43 87.23l9-9c-173-8.35-346.2-4.5-519.18 1.42s-346.15 13.86-519.36 13.39q-73.32-.19-146.61-2.63-17.82-.62-35.64-1.4c-4.6-.21-11.83.83-16.13-1-5-2.18-4-10.44-4.24-15.24Q40.39 421.3 38.16 385c-.71-11.53-18.75-11.61-18 0z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M301.16 387.83a638.58 638.58 0 01-54.35 91.87c-6.73 9.48 8.9 18.49 15.58 9.1a638.9 638.9 0 0054.34-91.87c5-10.4-10.51-19.56-15.57-9.1zM447.76 393.17c-26.87 28-57 53.15-77.66 86.42-6.14 9.89 9.45 19 15.57 9.11 19.83-31.89 49.08-55.95 74.85-82.78 8-8.37-4.7-21.15-12.76-12.75zM576.22 388.72c-8.28 15-22.89 25.38-34.27 37.89a276.5 276.5 0 00-32 43.06c-6 10 9.57 19 15.57 9.1a252.13 252.13 0 0134-44.59c11.29-11.74 24.24-21.88 32.24-36.36 5.63-10.16-9.94-19.27-15.57-9.1zM719.07 388.62a851.68 851.68 0 00-67.05 81c-6.85 9.39 8.79 18.4 15.57 9.1a814.77 814.77 0 0164.23-77.37c7.94-8.45-4.79-21.23-12.75-12.75zM849.93 392.4c-19.63 23.29-44.87 46.6-55.76 75.6-4.09 10.87 13.34 15.57 17.39 4.79 4.86-12.93 13.87-23.46 22.65-33.89l28.48-33.77c7.43-8.82-5.26-21.64-12.76-12.75zM985.09 393.55q-23.83 33.82-49.61 66.21c-7.16 9 5.52 21.83 12.75 12.75q27.24-34.15 52.44-69.86c6.69-9.5-8.94-18.52-15.58-9.1zM1125.15 390.27c-12.07 8.81-20 21.11-29.7 32.3a341.16 341.16 0 01-33.54 33.62c-8.74 7.67 4 20.38 12.75 12.76a342.37 342.37 0 0031.14-30.87c9.26-10.49 17-23.91 28.45-32.23 9.28-6.78.29-22.43-9.1-15.58zM63.72 463.66a5 5 0 01.83-.83l-1.83 1.41a8.35 8.35 0 01.77-.43l-2.15.91a5.93 5.93 0 01.85-.24l-2.4.32a3.77 3.77 0 01.58 0Q56 459 51.68 453.34c-.26.81-.5 1.63-.81 2.42l.91-2.16a2.27 2.27 0 01-.27.48l1.41-1.83-.18.2 1.82-1.45-.22.15 2.16-.91-.2.07 2.4-.32h-.21l2.4.32a1 1 0 01-.4-.12l2.16.91-.16-.11 1.82 1.41-.11-.15 2.32 4-.06-.17c.1.8.21 1.6.32 2.4v-.2a9 9 0 00-15.39-6.37 9.93 9.93 0 00-2.64 6.37 9.49 9.49 0 004.79 8.42 10 10 0 007.74.94 10.25 10.25 0 006.06-5 26.07 26.07 0 001.72-4.56c1.78-5.47-3-11.62-8.7-11.42-3.39.12-7.23 1.4-9.4 4.19a10.07 10.07 0 00-2.64 6.38 9 9 0 009 9c2.21-.1 4.94-.81 6.37-2.65zM159.44 465.16a11 11 0 008.74 3.52 11.2 11.2 0 006.4-2.38 9.4 9.4 0 003.45-9.91 11.4 11.4 0 00-8.46-7.59 13.33 13.33 0 00-4-.38 15 15 0 00-6.08 1.68c-1.93.88-3.6 3.42-4.14 5.39a9 9 0 006.3 11.09l2.39.32a8.86 8.86 0 004.55-1.23l.3-.13-2.16.91a5.86 5.86 0 011.23-.32l-2.39.32a6.74 6.74 0 011.27 0l-2.4-.32a6.37 6.37 0 011.23.33l-2.15-.91a8.52 8.52 0 01.84.46l-1.83-1.41a1.19 1.19 0 01.34.33q-1.17-2-2.32-4l.07.22v-4.79l-.06.24 2.32-4-.16.2 1.83-1.41a1.83 1.83 0 01-.44.28l2.15-.91a2.21 2.21 0 01-.5.15l2.4-.32a3.5 3.5 0 01-.79 0l2.39.32a3.26 3.26 0 01-.75-.23l2.15.91a2.2 2.2 0 01-.44-.28l1.82 1.41a2.22 2.22 0 01-.37-.38 9 9 0 00-15.39 6.38 10.08 10.08 0 002.64 6.37z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M53.41 499.82C54.89 649 57 798.18 58.58 947.37q.33 30.48.64 61c.16 16.56.07 33.51 4.47 49.61 9.86 36.14 41.63 47.07 75.86 48.48 81.15 3.36 162.36 4.64 243.58 4.93q245.49.89 491.05-.24c83.5-.45 167-1.56 250.48-4q32.68-.94 65.35-2.17c16.77-.63 35-.66 49.14-11.1 12.27-9.09 16.6-23.57 17.87-38.18 1.67-19 .29-38.56.17-57.63q-1.37-224.26-3-448.53-.18-31-.37-61.92c-.07-11.6-18.1-11.62-18 0Q1237 704.3 1238.67 921q.39 59 .73 118.08c.07 14.85.87 34.39-14.33 42.46-16 8.52-39.39 5.58-56.92 6.19-80.64 2.79-161.31 4.27-242 5-159.1 1.43-318.23.58-477.34.69-77.11.06-154.23-.32-231.32-2.37q-30.08-.8-60.15-1.93c-18.53-.7-39.31.75-56.07-8.62-30.74-17.19-23.94-64.19-24.25-93.62-1.47-142.44-3.45-284.89-5-427.33q-.32-29.85-.62-59.7c-.11-11.6-18.15-11.63-18 0zM314.75 412.93a376.37 376.37 0 0140.86-6.66l-3-11.2c-19.09 11-39 20.34-59 29.56-5.28 2.43-2.82 11.85 3 11.2 20.93-2.33 42-4.64 62.5-9.5 20.89-4.94 40.73-13.5 61.81-17.71l-3.2-11.6c-23 8.92-47 15.13-70.28 23.23-22.19 7.72-43.09 18.1-63.9 28.92-5 2.61-3 12 3 11.2 44.91-5.8 90.73-7.15 134.11-21.28l-4.63-11c-9.13 5.95-21.43 8.07-31.8 11.19q-17.48 5.25-35 10.36l-70.32 20.69c-6.22 1.83-5.39 12.55 1.6 11.81l96.6-10.26c7.62-.81 7.7-12.84 0-12l-96.6 10.27q.79 5.89 1.6 11.8 37-10.89 74.06-21.78c11.66-3.42 23.31-6.85 34.93-10.37 10.31-3.12 21.87-5.35 31-11.29 5.47-3.55 2.14-13.19-4.63-11-42.38 13.8-87 15.18-130.92 20.85q1.53 5.59 3 11.2c21-10.94 42.11-21.32 64.62-28.93 22.18-7.51 44.83-13.55 66.69-22 7.16-2.77 4.5-13.14-3.2-11.6-19.87 4-38.58 11.88-58.19 16.83-20.63 5.22-41.81 7.61-62.92 10l3 11.2c20-9.22 39.95-18.53 59-29.56 4.85-2.79 3.12-11.85-3-11.2a404.74 404.74 0 00-44.05 7.09c-7.56 1.65-4.36 13.25 3.19 11.59z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M422.37 406.18C390.83 422.63 354.39 424 321 435c-7.32 2.41-4.19 14 3.19 11.6 34.48-11.36 71.64-13.07 104.24-30.08 6.87-3.58.79-14-6.06-10.38zM376 392.83l-27 12.63c-4.41 2.07-5.54 8.41-3.24 12.34 2.65 4.52 7.91 5.31 12.34 3.24l27-12.63c4.41-2.07 5.54-8.41 3.24-12.34-2.65-4.52-7.91-5.31-12.34-3.24zM575.52 418.77a714.08 714.08 0 0173.87-11.65q-2.91-3.8-5.8-7.61c-.59 1.67-8.1 4.27-9.72 5-3.9 1.77-7.88 3.32-11.88 4.83-8.07 3-16.24 5.79-24.39 8.59q-24.93 8.55-50.07 16.45c-7.36 2.32-4.35 13.49 3.19 11.59l150.11-37.69q-2.33-5.49-4.63-11c-27.85 13-57.19 22.1-86.42 31.4-14 4.45-28 9-41.78 14-12.62 4.64-25.91 9-36.56 17.37-5.29 4.17.72 10.86 5.85 10 48.55-7.72 99.36-16.91 144.5-37q-3-5.19-6.07-10.38c-34.72 17.33-71.78 28.92-107.2 44.5-5.39 2.37-2.75 11.75 3 11.2a443.84 443.84 0 00101.07-21.53c7.28-2.48 4.16-14.09-3.2-11.59a430 430 0 01-97.87 21.1q1.53 5.59 3 11.2C610 462 647.07 450.34 681.79 433.1c7-3.48.87-13.47-6.07-10.38-44.05 19.65-94.27 28.31-141.63 35.84l5.85 10c11.91-9.39 29.17-13.68 43.36-18.58 13.32-4.59 26.76-8.8 40.19-13.07 26.73-8.5 53.32-17.38 78.77-29.26 6.34-3 1.78-12.6-4.63-11l-150.1 37.69 3.19 11.66q30.53-9.62 60.74-20.14c8.47-3 17-5.92 25.19-9.49 7.3-3.17 15.73-5.69 18.53-13.64 1.21-3.43-2-8-5.79-7.61a742.49 742.49 0 00-77.07 12.08c-7.57 1.6-4.36 13.19 3.2 11.59zM864.64 398.63l-6.23 3.31c-5.09 2.71-3 11.7 3 11.21a258.35 258.35 0 0028.65-4q-2.33-5.49-4.63-11a242.84 242.84 0 01-42.74 22.3c-7 2.8-4.44 13.75 3.2 11.6 28.92-8.16 58.85-12.31 87.27-22.29l-4.64-11c-30.35 19.61-65.79 27.84-98.81 41.65-5.55 2.32-5.83 12.7 1.6 11.81 53.43-6.39 101.25-32.41 153.19-44.69L981.34 396c-26.6 6.4-51.8 16.89-76.87 27.64q-40.65 17.43-81.28 34.91c-6.36 2.73-1.78 12.75 4.63 11l131.75-36.24-4.63-11c-26.93 13.92-57 20.28-83.74 34.64-5.13 2.76-2.94 11.58 3 11.21a350.28 350.28 0 0076.71-13.34c7.42-2.17 4.26-13.77-3.19-11.6a334.88 334.88 0 01-73.52 12.91q1.51 5.61 3 11.21C904 453 934.06 446.6 961 432.67c6.11-3.16 1.86-12.77-4.64-11l-131.74 36.26q2.32 5.49 4.64 11l77.92-33.48c25.24-10.84 50.58-21.42 77.35-27.87 7.53-1.81 4.34-13.38-3.19-11.59-50.78 12-97.81 38-150 44.26q.79 5.89 1.6 11.8c33.95-14.2 70.47-22.68 101.68-42.86 5.45-3.52 2.1-13.35-4.63-11-28.41 10-58.35 14.12-87.27 22.28l3.2 11.6a257.78 257.78 0 0045.6-23.52c5.82-3.79 2.07-12.3-4.63-11a226.74 226.74 0 01-25.45 3.55q1.53 5.61 3 11.2l6.23-3.31c6.84-3.63.77-14-6.07-10.38z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M893.49 411.85l22-6.53c7.4-2.19 4.25-13.8-3.2-11.59l-22 6.52c-7.4 2.2-4.25 13.81 3.2 11.6zM1134.21 411.47a163.24 163.24 0 0135.67-8.53q-2.13-5.13-4.25-10.26c-15.27 12.35-36.51 19.65-54.45 27.21-6.92 2.91-4.57 13.49 3.2 11.59 17-4.17 34.09-8.34 50.66-14.11 15.8-5.5 30.67-14 47.14-17.38l-4.64-11c-35.07 16.34-71.87 28.65-106.7 45.55-6.63 3.22-1.55 11.93 4.63 11 47.24-7.24 94.86-17.12 136-42.55 6.67-4.12.85-13.66-6.07-10.38-24.67 11.69-49.38 23.4-75.18 32.4-12.87 4.49-26 8.34-39 12.4-9 2.82-21.09 4.34-27.14 12.26-2.91 3.82 1.1 9 5.19 9 24 .53 49.29-8 72.26-14 10.74-2.81 21.5-5.62 31.83-9.75 10.49-4.19 20-10.71 30.91-13.89q-2.32-5.49-4.63-11-43.79 23.56-89.42 43.31c-6.34 2.75-1.78 12.77 4.64 11 14.43-4 29-7.52 43.67-10.4 5.79-1.14 11.78-1.89 17.34-4 5-1.86 9-6.59 14-7.85l-6.79-8.84c-2.43 5.15-12.2 9.45-16.91 12.58l-15.53 10.32c-3.91 2.6-4 10 1.43 11 12.2 2.2 25.63-3 37.41-5.92 7.5-1.88 4.32-13.48-3.2-11.6-8.95 2.23-21.78 7.59-31 5.92l1.43 11 21.75-14.45c5.44-3.62 12.13-6.66 15-12.76 2.2-4.65-1.42-10.19-6.79-8.83-5.13 1.3-8.19 4.9-12.76 7.25-5.55 2.86-12.57 3.39-18.58 4.57-14.7 2.89-29.25 6.4-43.68 10.41l4.63 11q45.63-19.76 89.41-43.32c6-3.22 1.91-12.89-4.63-11-9.24 2.7-17.25 7.71-25.92 11.71-10.69 4.94-22.08 8-33.42 11-22.94 6.05-48.53 15-72.46 14.43l5.2 9.05c2.32-3.05 12.8-4.49 16.23-5.58 6.19-1.95 12.41-3.83 18.61-5.75 12.22-3.78 24.38-7.71 36.33-12.29 22.41-8.59 44.12-18.86 65.79-29.13q-3-5.19-6.07-10.38c-40.3 24.88-87 34.26-133.16 41.33q2.31 5.51 4.63 11c34.83-16.9 71.63-29.21 106.7-45.55 6.49-3 1.68-12.28-4.63-11-16.49 3.37-31.33 11.87-47.14 17.38-16.57 5.77-33.64 9.93-50.66 14.11q1.6 5.79 3.2 11.59c20.07-8.45 42.68-16.49 59.75-30.3 3.87-3.13.81-10.86-4.25-10.26a176.46 176.46 0 00-38.87 9c-7.23 2.58-4.11 14.2 3.2 11.59zM238 477.27A504.79 504.79 0 01170.24 381c-3.69-6.8-14.08-.74-10.39 6.07a518.63 518.63 0 0069.61 98.75c5.17 5.78 13.65-2.75 8.5-8.5zM.22 286.39q9.78 47.69 19.63 95.37c1 5 6.58 7.19 11.1 6.29 169.36-33.5 338.14-69.88 506.56-107.82S874 202.8 1042.07 163.16l125.5-29.61 63.7-15c15.87-3.74 33-6 28.81-26.43s-10.19-40.84-15.27-61.17c-3.91-15.7-6.39-34-27-30.48-42.31 7.14-84.36 17.63-126.36 26.53Q837 81 583.13 137.67T76 253.71q-31 7.29-62.06 14.6C2.65 271 7.43 288.36 18.73 285.7q244.44-57.63 489.46-112.77T998.77 65.18q62.37-13.35 124.77-26.56 30.23-6.39 60.46-12.75l29.26-6.14c.58-.12 6.69-2 7.8-1.63 3.11 1.07-.11-1.76 2.55 2.31 2.42 3.72 2.71 10.86 3.81 15.29q3.82 15.3 7.64 30.59l3.33 13.38c.56 2.21 5.47 15.65 4.3 17.21-1.44 1.91-10 2.78-12.36 3.33l-13.51 3.19-32.82 7.75-119.69 28.24c-162.89 38.44-325.81 76.8-489 113.82-162.56 36.87-325.43 72.43-488.82 105.4q-30.15 6.09-60.33 12.05L37.24 377q-9.81-47.68-19.63-95.37c-2.34-11.4-19.73-6.63-17.39 4.76z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M45.81 294.73a1.27 1.27 0 01-.13-.47c.11.8.21 1.6.32 2.4v-.24c-.11.8-.21 1.6-.32 2.4a1.53 1.53 0 01.11-.47l-.91 2.15a1.76 1.76 0 01.24-.42l-1.41 1.82a1.93 1.93 0 01.35-.35L42.24 303a1.44 1.44 0 01.42-.23l-2.16.9.23-.06-2.39.32a1.29 1.29 0 01.48 0l-2.4-.32.21.06-2.15-.91a1.31 1.31 0 01.36.21L33 301.53a1.43 1.43 0 01.28.32l-1.4-1.85a2 2 0 01.2.38l-.91-2.15a1.84 1.84 0 01.1.42c-.1-.8-.21-1.6-.32-2.4a2.06 2.06 0 010 .43c.1-.8.21-1.6.32-2.4a1.46 1.46 0 01-.11.41l.91-2.15a1.13 1.13 0 01-.21.35l1.41-1.82-.16.15a9.28 9.28 0 00-2.64 6.38 9 9 0 0015.4 6.4c5.61-5.49 3.11-15.57-4.45-17.74a10.48 10.48 0 00-10.3 2.74 12.09 12.09 0 00-2.79 4.83 8.42 8.42 0 00-.36 2.87 9.55 9.55 0 00.45 2.86 9.84 9.84 0 004.15 5.39 9 9 0 0012.33-3.23c1.07-2 1.79-4.74.91-6.95zM215.63 246.59a670.32 670.32 0 0081.17 70.86c9.32 6.92 18.32-8.73 9.1-15.57a641.82 641.82 0 01-77.52-68c-8.1-8.34-20.85 4.42-12.75 12.75zM347.52 215.78c8.72 3.91 15.24 11.87 22.17 18.29s14.06 12.85 21.22 19.15q22.17 19.52 45.34 37.85c9 7.15 21.84-5.53 12.75-12.75q-24.62-19.56-48.2-40.38-11.42-10.11-22.55-20.52c-6.73-6.3-13.1-13.39-21.63-17.21-10.51-4.71-19.69 10.83-9.1 15.57zM481.76 189.32c16.62 5.26 32.64 19.1 46.81 29.1q23.14 16.35 45 34.33c8.91 7.29 21.74-5.39 12.75-12.75q-23.7-19.41-48.7-37.15c-15.74-11.11-32.58-25-51.12-30.92-11.09-3.51-15.84 13.9-4.79 17.39zM609.86 157.26q48 41 98.93 78.25c9.37 6.87 18.37-8.78 9.1-15.57q-49-35.94-95.28-75.43c-8.78-7.5-21.6 5.2-12.75 12.75zM734.52 126.29c17.32 12.63 33.15 27.17 50.33 40a456.1 456.1 0 0054.81 35c10.2 5.55 19.31-10 9.1-15.57a454.08 454.08 0 01-54.81-35c-17.17-12.83-33-27.35-50.32-40-9.39-6.85-18.4 8.79-9.11 15.58zM871.11 98.49q49 36.3 99 71.36c9.52 6.69 18.54-8.94 9.1-15.57q-49.93-35.06-99-71.36c-9.33-6.91-18.33 8.74-9.1 15.57zM1009.32 70.28a781.9 781.9 0 0090.83 68.72c9.77 6.33 18.82-9.28 9.1-15.57a749 749 0 01-87.17-65.94c-8.69-7.63-21.5 5.07-12.76 12.75zM1145.49 44.5c13.76 7.7 25.75 18.36 38.09 28.09l40.23 31.72c9 7.1 21.87-5.57 12.76-12.76l-43.33-34.16c-12.5-9.85-24.71-20.66-38.64-28.47-10.14-5.67-19.24 9.9-9.11 15.58z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M245.76 245q16-8.1 32.42-15.15l-8.18-8.26c-3.81 8.92-12.28 16.67-18.4 24.13-4.89 6 2.55 13.58 8.5 8.5 7.75-6.62 15.69-13 23.92-19 7.11-5.18 16.68-14.35 25.6-15.63q-3.39-4.42-6.79-8.83l-28.16 52.92c-3.06 5.76 4.78 12.68 9.44 7.28 8.72-10.09 21.05-17.1 31.51-25.3q16.91-13.26 32.63-27.9l-8.5-8.5c-17.89 22.4-41.58 40.17-54.43 66.34-2.54 5.17 2.76 11.47 8.22 8.22 23.07-13.72 43.49-31.08 63.75-48.56L347.8 228c-7.3 10.72-16.93 19.58-24.67 30-8 10.74-14.49 22.46-21 34.14-2.89 5.21 2.95 11.3 8.23 8.23 25.31-14.77 44.62-37.26 68.82-53.54q-3.63-4.72-7.28-9.44c-21.76 17.39-43.4 35-60.73 57-3.24 4.11-.45 12.44 5.85 10 25.67-9.78 47.69-26.31 72.16-38.49q-3.63-4.72-7.28-9.44a269.83 269.83 0 01-29.6 21.37c-8.42 5.23-17.25 9.59-24.22 16.78-3.32 3.43-1.18 10.83 4.25 10.27 27.45-2.85 55.83-17.6 80.12-30q-3-5.19-6.07-10.38c-9.71 7.3-21.49 12-32.34 17.32-5.15 2.54-2.89 11.88 3 11.2q22-2.52 43.84-6.14c7.62-1.26 4.39-12.85-3.19-11.59q-20.26 3.36-40.65 5.7l3 11.21c10.85-5.35 22.63-10 32.34-17.32 6.07-4.56 1-14-6.07-10.38-12.06 6.17-24.34 11.86-36.94 16.82-11.75 4.62-24.45 10.26-37.11 11.57l4.26 10.27c7.72-8 18.41-12.59 27.61-18.64a298.23 298.23 0 0026.3-19.52c5.53-4.57-1.51-12.31-7.28-9.44-23.5 11.69-44.67 27.89-69.3 37.28l5.85 10.05c17.33-22 39-39.61 60.73-57 5.31-4.24-1.64-13.24-7.28-9.44-24.2 16.27-43.56 38.79-68.83 53.53l8.22 8.23c6.48-11.67 12.95-23.44 21-34.14 7.79-10.4 17.34-19.24 24.68-30 4.05-5.95-4.56-11.51-9.45-7.29-19.5 16.82-39.11 33.47-61.3 46.68l8.22 8.23c12.31-25.25 35.31-42.36 52.52-63.95 4.74-5.94-2.69-13.89-8.5-8.5-10.78 10-21.91 19.55-33.51 28.57-10.24 8-22.09 14.75-30.63 24.63l9.44 7.29 28.16-52.92c2.67-5-1.71-9.56-6.79-8.84-10.28 1.48-20.24 10.85-28.46 16.85-9.07 6.62-17.83 13.61-26.36 20.9l8.5 8.5c6.75-8.22 16.06-16.68 20.28-26.56 2.44-5.71-2.5-10.68-8.23-8.23q-16.46 7-32.42 15.15c-6.9 3.5-.83 13.88 6.07 10.38z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M271.67 263.58a73 73 0 0015-13.52c3-3.64 3.83-9.24 0-12.75-3.31-3-9.55-3.89-12.75 0a64.31 64.31 0 01-5.8 6.22c-1 .92-2 1.8-3 2.66-.34.29-1.05.82-.29.25-.72.54-1.45 1.05-2.19 1.56-3.87 2.69-6 8-3.23 12.34 2.48 3.85 8.19 6.11 12.33 3.24zM364.61 228.47a118.09 118.09 0 00-45.06 40.38c-4.29 6.46 6.12 12.49 10.38 6.07a105.85 105.85 0 0140.75-36.07c6.9-3.5.82-13.88-6.07-10.38zM276.33 282.6c4.34-1.26 7.69-4.65 11-7.62a137.63 137.63 0 0010.06-10.15c5.17-5.74-3.31-14.27-8.5-8.5-2.58 2.87-5.25 5.65-8.06 8.3-2 1.92-4.93 5.58-7.67 6.38-7.41 2.16-4.26 13.77 3.2 11.59zM513.43 186.89A99.67 99.67 0 01535 169l-9-5.2c-.68 9.21-10.3 16.47-12.88 25.45-1.41 4.92 4.37 9.61 8.83 6.79q21.91-13.89 43.35-28.52l-8.83-6.79a101.26 101.26 0 01-25.32 38.95c-5.59 5.4 2.83 13.73 8.5 8.5a349.46 349.46 0 0131.7-26.3c9.71-7 20.42-12.84 28.48-21.86l-8.5-8.5q-24 27.56-49.69 53.58c-4.83 4.9 1.3 12.73 7.28 9.44 13.57-7.45 26.88-15.11 39.2-24.54 11.7-8.95 22.77-18.6 35.37-26.3l-7.29-9.44-58.2 62.87c-4.77 5.15 1.19 12.39 7.28 9.45 26.29-12.71 49.36-30.48 72.31-48.33l-8.51-8.5c-21.69 18.35-43.27 36.83-62.22 58.08-3.11 3.49-1.32 10.83 4.26 10.26 12.74-1.3 24.69-10.61 35.74-16.61l41-22.23-6.07-10.38q-18.45 12.66-36.4 26c-8.87 6.63-20.43 13.21-26.37 22.8-2.8 4.52 1.83 10.15 6.79 8.83 14.16-3.79 27.62-13.26 40.49-20.1l43.07-22.91-6.07-10.39c-22.72 15.19-47.9 29-68.34 47.27-5 4.47.55 10.78 5.85 10.05 13.77-1.88 27.35-8.71 40.07-14.05s25.44-11.23 37.88-17.44l-7.29-9.44c-6.12 6.6-13.54 10.94-21.35 15.25-6.4 3.54-1.69 12 4.63 11a260.43 260.43 0 0034.82-7.84c7.4-2.21 4.25-13.82-3.19-11.59a261.13 261.13 0 01-34.82 7.84l4.63 11c8.68-4.79 17-9.8 23.79-17.13 4.72-5.1-1.19-12.49-7.29-9.44-12.6 6.29-25.37 12.23-38.37 17.63-11.69 4.86-24.1 10.92-36.71 12.65l5.85 10.05c19.63-17.5 44.08-30.8 65.91-45.39 6.4-4.29.81-14-6.07-10.39l-39.7 21.07c-13 6.9-26.86 16.93-41.07 20.72l6.79 8.83c5.92-9.55 19.38-16.54 28.31-23.12q14.89-10.95 30.15-21.38c6.33-4.33.81-14.11-6.07-10.38l-34.14 18.53-15.37 8.33c-6 3.23-14.41 9.66-21.13 10.34q2.11 5.13 4.25 10.26c18.94-21.24 40.53-39.73 62.22-58.08 6-5.08-2.54-13.14-8.51-8.5-22.14 17.22-44.5 34.19-69.86 46.44l7.28 9.45 58.25-62.87c4.51-4.88-1.27-13.12-7.29-9.44-12.07 7.37-22.78 16.47-33.9 25.15-12.74 9.94-26.54 17.93-40.66 25.69q3.63 4.72 7.28 9.44 25.67-26 49.69-53.58c5-5.8-3.32-14.3-8.5-8.5-8.84 9.9-21.24 16.25-31.77 24.22-9.88 7.49-19.3 15.53-28.41 23.94l8.5 8.5a114.63 114.63 0 0028.41-44.25c1.74-4.83-4.6-9.68-8.83-6.79q-21.44 14.63-43.35 28.52l8.83 6.78c3.06-10.65 12.46-17 13.31-28.64.33-4.57-5.35-7.46-9-5.19a111.06 111.06 0 00-24 19.77c-5.22 5.69 3.26 14.22 8.5 8.5zM762.33 126.16a108.85 108.85 0 0119.89-8q-2.91-5-5.84-10a148.83 148.83 0 00-15.07 15.68c-3.63 4.37-.34 11.8 5.85 10 17.87-5.07 34.52-13.11 51.09-21.35q-3.63-4.73-7.28-9.44c-12.14 10.62-24.09 21.32-34.27 33.9-4.1 5.06 1 13 7.29 9.44q36.6-20.72 72.37-42.85l-7.29-9.44C830.56 112 812 129.76 790.43 144c-6.41 4.23-.54 14.52 6.07 10.38l80.12-50.24-7.28-9.44a435.39 435.39 0 00-60 62.15c-4 5 1 13.21 7.29 9.44q39.9-23.84 77.31-51.42l-7.29-9.44a612.5 612.5 0 01-64 64.57c-5.25 4.57 1.48 12.75 7.29 9.44a506.61 506.61 0 0073.84-51.33l-9.44-7.28c-17.63 23.33-45.41 36.18-61.91 60.67-3.44 5.1 3.24 11.19 8.22 8.23q39.2-23.33 76.35-49.82l-7.29-9.44a390.29 390.29 0 00-47.49 48.11c-3.4 4.09-.33 12.44 5.85 10 25.6-9.89 48.5-24.37 69.44-42l-8.51-8.5q-12 14-25.26 26.83c-4.64 4.47.29 11 5.85 10 14.78-2.6 28.92-9.71 42.82-15.19q-2.32-5.49-4.64-11l-22.12 13.16c-6.18 3.67-1.83 12.05 4.63 11q16.22-2.69 32.14-6.64c7.51-1.86 4.33-13.46-3.19-11.59q-15.94 4-32.14 6.63l4.63 11 22.12-13.16c5.63-3.34 1.91-13.56-4.63-11-13.9 5.48-28 12.58-42.82 15.19l5.85 10q13.29-12.81 25.27-26.83a6 6 0 00-8.51-8.5c-19.25 16.25-40.57 29.85-64.13 38.94l5.85 10.05a389.66 389.66 0 0147.5-47.97c5.14-4.37-1.71-13.42-7.29-9.44q-37.14 26.44-76.36 49.78l8.23 8.22c16.36-24.28 44.29-37.36 61.91-60.67 4.4-5.81-4.59-11.33-9.44-7.29a489.71 489.71 0 01-71.41 49.45l7.28 9.44a612.6 612.6 0 0064-64.57c4.09-4.8-1.41-13.78-7.29-9.44q-37.4 27.58-77.31 51.42l7.29 9.44a435.32 435.32 0 0160-62.15c5.22-4.43-1.55-13-7.28-9.44L790.43 144q3 5.19 6.07 10.38c22.38-14.8 41.82-33.16 61.07-51.73 4.88-4.7-1.43-13.06-7.28-9.44q-35.77 22.13-72.37 42.85 3.65 4.71 7.28 9.44c10.18-12.58 22.13-23.28 34.27-33.9 5.39-4.72-1.47-12.33-7.28-9.44-15.67 7.79-31.33 15.34-48.23 20.13l5.85 10.05a149.8 149.8 0 0115.07-15.68c4.51-4.07-.24-11.69-5.85-10.05a124 124 0 00-22.77 9.18c-6.86 3.57-.79 13.95 6.07 10.38zM1032.17 68.51a192.32 192.32 0 0128.21-11.57l-7.61-5.8c.47 3.61-10.07 12.8-12.47 15.56-4.57 5.27 1.07 12.36 7.29 9.44a360.11 360.11 0 0043.27-24q-3-5.19-6.07-10.38a208.63 208.63 0 00-32.29 30.58c-3.1 3.66-1.36 10.59 4.25 10.27 11.71-.69 22.63-9.35 32.65-14.85L1127.23 47l-7.29-9.45a421.93 421.93 0 00-55.5 52c-3.57 4-.17 12.54 5.85 10 30.18-12.52 56.58-31.15 81.29-52.31l-9.44-7.24c-8.81 12-21.9 21.4-33 31.22-10.88 9.65-22.45 18.88-32 29.9-3.11 3.58-1.35 10.69 4.25 10.26 7.38-.56 12.24-5.23 18.12-9.45l20.64-14.81 42.88-30.75-8.83-6.79C1149.7 62 1136 71.45 1127 80.73c-9.6 9.9-18.77 20.18-27.63 30.75-4 4.81 1.35 13.77 7.29 9.44 24.12-17.58 48.31-35.08 73.86-50.56l-7.28-9.44c-21.38 19.73-42.66 39.59-61.32 62-4.1 4.92 1.12 13.33 7.28 9.44q36.36-23 70.31-49.32l-10-5.85c-1.76 7.07-8.32 12.71-13.09 17.94s-9.43 10-14.29 14.92c-3.77 3.77-.9 10.09 4.25 10.26 8.84.28 17.92-6.49 25.35-10.68a326.11 326.11 0 0027.94-17.83l-9-5.19c-.2 3.34-11.55 12.49-13.85 15-4 4.35-.1 11.61 5.85 10l30.85-8.12c7.47-2 4.3-13.57-3.2-11.6l-30.98 8.11 5.85 10c6-6.49 16.81-14.09 17.37-23.49.26-4.34-5.39-7.78-9-5.19-7.13 5-14.4 9.86-21.91 14.32-6.32 3.76-17.74 12.79-25.32 12.55q2.12 5.13 4.25 10.26c10.28-10.3 26.81-23.44 30.47-38.16 1.57-6.31-5.52-9.35-10-5.85q-32.86 25.43-67.95 47.56l7.28 9.44c18.66-22.39 39.94-42.24 61.32-62 5-4.64-1.46-13-7.29-9.44-25.55 15.47-49.74 33-73.86 50.56q3.65 4.72 7.28 9.44c10.4-12.4 21.25-24.4 32.67-35.88 9.63-9.67 20.52-18.16 25.33-31.33 1.74-4.76-4.64-9.8-8.83-6.79l-38.11 27.33L1099.83 87c-4.5 3.23-12.95 12-18.4 12.37q2.11 5.13 4.25 10.26c20-23.16 48.67-38.8 66.84-63.55 4.28-5.83-4.59-11.44-9.44-7.29-23 19.72-47.85 37.55-76 49.22l5.86 9.99a422.48 422.48 0 0155.5-52c5.54-4.32-1.52-12.61-7.28-9.45l-31 17-13.75 7.55c-5.46 3-13.32 9.06-19.71 9.43q2.13 5.13 4.25 10.27a195.41 195.41 0 0129.86-28.71c5.93-4.56.61-14.7-6.07-10.38a361.5 361.5 0 01-43.27 24l7.28 9.44c5.36-6.17 17.17-15 16-24.06-.47-3.64-3.48-7.12-7.61-5.8a213.47 213.47 0 00-31.08 12.78c-6.9 3.5-.83 13.88 6.07 10.39zM140.63 346.43a547.05 547.05 0 01-72.26-78.84c-4.58-6.12-15-.13-10.38 6.07a562.26 562.26 0 0074.14 81.27c5.74 5.17 14.27-3.31 8.5-8.5zM220.2 616.37c114.59-.14 229.18 0 343.76-.51C621 615.61 678 615 735 613.22c56.77-1.75 113.48-4.92 170.26-6.44 64.53-1.72 129.19-1.13 193.41 6.06 11.51 1.29 11.42-16.75 0-18-113-12.66-226.63-4.56-339.85-.42-114.11 4.16-228.33 3.57-342.5 3.71l-196.15.24c-11.6 0-11.62 18 0 18zM244.48 859.87q339.09.25 678.18 0 95.75-.06 191.49-.15c11.6 0 11.62-18 0-18q-339.09.33-678.18.21-95.75 0-191.49-.11c-11.61 0-11.62 18 0 18z'/%3e%3cpath fill='%234a2f70' class='cls-1' d='M503.77 609.75q.81 59.79 1.61 119.59l.8 59.79c.26 18.93.06 37.89 4.45 56.43 2.68 11.29 20.07 6.51 17.39-4.79-4.6-19.43-3.64-39.78-3.91-59.61l-.75-55.81q-.78-57.79-1.55-115.6c-.16-11.59-18.2-11.63-18 0zM798.94 602.67q3.78 62.07 7.55 124.13c2.51 41.33 4.79 82.7 2.22 124.08-.72 11.59 17.31 11.54 18 0 2.58-41.38.3-82.75-2.21-124.08s-5-82.75-7.56-124.13c-.7-11.53-18.74-11.61-18 0zM237.86 983.42q335.07 1.29 670.13-3.89 93.74-1.46 187.45-3.43c11.59-.24 11.63-18.27 0-18q-335 7-670.1 7.54-93.73.14-187.48-.23c-11.61 0-11.62 18 0 18zM279 751.81l8.7-21.32h-17.39c7.79 19.3 12.06 39.57 16.12 59.92 1.84 9.26 14.8 7.85 17.39 0a153.49 153.49 0 0115-32.2l-16.49-2.16c1.93 5.94 6.29 10.33 12.76 10.93 7.77.73 10.42-4.29 15.53-8.76l-6.37 2.64 1.87-.1-6.38-2.64c3.95 3.41 6.59 9.42 11.77 11.29 6 2.15 8.86-.85 13.07-4.08 4.61-3.54-2.55-.76 3.64-1.81 2.32-.39 5 .31 7.41 0 5.71-.82 10.09-3.33 12.87-8.52h-15.61c3.88 5.48 8.38 15.55 16.27 15.75 8.69.21 12.35-9.83 18.09-14.54l-8.77 2.32c-1.58-.23 3.28 6.12 4.22 6.8a12 12 0 0011 1.72c4.38-1.54 7.77-5.61 11.05-8.67l5.65-5.26c-.25.24 6.67-6.7 6-6.67l-7.8-4.45c4.31 6.14 2.53 15.53 7.89 20.91 4.08 4.09 10.15 3.25 14.58.46a30.74 30.74 0 006-5.4c3.59-3.85 3.28-3.94 7.6-1 6.91 4.72 10.67 7.6 19.39 6.33 11.44-1.67 6.58-19-4.79-17.39-1.42.2-7.4-6.85-9.47-8a17.28 17.28 0 00-12-2.15 19.09 19.09 0 00-8.8 4.47c-2.39 2.06-8.53 6.6-3.74 7.6l5.38 4.14c-3.64-8.24-2.55-23.64-15.28-23.5-12 .13-20.28 16.77-29.7 22.56l6.95-.91c2.36.63-2.86-6-3.28-6.35a12.4 12.4 0 00-8.46-3c-3.5.2-6.06 2-8.52 4.41l-4.82 5.88q-4.64 4.66-.78 1.93l8.77 2.32c-2.86-2.51-4.88-6.36-7.07-9.45-3.69-5.22-12.13-6.42-15.57 0-.1.18-9.95-.36-12 .17a16.28 16.28 0 00-6.1 3.11c-.49.39-4.87 4-2.26 3.32l8.77 2.32c-4.91-3.87-7.38-10.62-14-11.9a12.08 12.08 0 00-7.62 1.17 34.79 34.79 0 00-3.39 2.78q-4.11 3.43 3.41 4.42c-2.38-7.35-12.34-9-16.48-2.16a175.35 175.35 0 00-16.77 36.51h17.39c-4.06-20.35-8.33-40.61-16.12-59.91-3.45-8.53-13.93-8.5-17.39 0L261.61 747c-4.38 10.74 13.06 15.42 17.39 4.8zM593.82 749.18c3.82-3.78 6.27-6 11.45-2.9 3.23 1.94 5.92 4.68 9.12 6.66 6.3 3.91 12.44 2.85 17.07-3 1.06-1.33 1.66-3.63 2.89-4.65 1.47-1.22-1.44.09.62 1.32 3.06 1.83 7.27 2.11 10.74 2.39 11.33.93 22.94.48 34.3.65a95.72 95.72 0 0013.76-.27 31.75 31.75 0 005.89-1.39c1.22-.49 2.44-1 3.65-1.52l-1.53.6c8.06 2.2 13.39 3.84 21.59-.09 3.5-1.67 6.16-4.39 9.48-6.27 1.68-1.09 1.32-1-1.1.14l1.41 1.82c.62 1.61 2.88 3.34 4.13 4.46 6.48 5.8 14.69 8.33 23.23 8.68 11.6.48 11.58-17.55 0-18-14-.58-18.26-20.77-33.54-14.41-7.39 3.08-9.68 9.23-18.09 6.81-7.41-2.13-8.45-.91-15.52 1-8.13 2.23-19 .32-27.25.19s-17.42.86-25.35-1.93c-5.33-1.87-10.14-3.67-15.57-.46-3.69 2.19-5.63 8.33-8.1 9.77l6.95-.91c-8-3.24-12-10.71-21.56-11.53-8.8-.75-15.47 4.15-21.42 10.06-8.25 8.18 4.5 20.94 12.75 12.75zM888.12 726.84c0-.59 0-1.17-.07-1.75l-2.64 6.37q-7.15-.69-3.46 1.82l3.53 3.2c1.87 1.68 3.67 3.45 5.63 5 3.64 2.94 7.39 5 12.24 4.81 4.37-.17 8.4-2.38 11.7-5.09s5.38-3.25 1.49-5c1.68.77 3.17 2.94 4.82 4 8.62 5.34 21 3.82 30.69 3.74a186 186 0 0018.59-.95c6.25-.68 15.64-4.52 21.58-3.38 3.88.75 8.17-.47 10.19-4.14a95.56 95.56 0 009.84-26.06l-11.09 6.29c3.27 1.27 5.77 8.39 7.77 11a22.46 22.46 0 009.2 7.53c8.6 3.58 15-3.66 22.52-1.41 10.08 3 19 7 29.62 8.35a112.17 112.17 0 0033.62-1.06c11.42-2 6.58-19.35-4.79-17.39a88.65 88.65 0 01-31.58-.15c-9.58-1.82-18.49-7.7-28-8.88a18.57 18.57 0 00-9.42 1.37c-4.67 1.78-5.37 2.64-8.57-1.83-4.85-6.77-7.54-11.78-15.61-14.92-4.38-1.69-10.15 1.9-11.1 6.3a78.29 78.29 0 01-8 21.76l10.18-4.2c-7.15-1.38-12.57.34-19.6 1.68a141.73 141.73 0 01-25.37 2c-6.09 0-14.52 1.5-20.3-.63s-7.14-7.31-14.37-6.73c-6.4.51-7.75 6.19-12.91 8l-1.51 1.51-4.71-4.26a68.78 68.78 0 00-7-6.1c-8.56-5.88-21.58-3.08-21.13 9.22.43 11.57 18.47 11.62 18 0zM267.42 926.5c1-5 2.24-18.55 5.82-22.43l-6.37 2.64c5.53-.38 16.82 13.39 20.5 17 4.68 4.58 9.93 8.16 16.71 5.48a16 16 0 007.58-6.88c.72-1.25 3.84-7.36 1-7.18 1.55-.1 6.28 8 7.66 9.31a14.08 14.08 0 009.64 4.22c3.64.07 6.15-1.93 9.58-2.25 4.49-.43 8.59 2.54 12.64 4.16 6.7 2.69 14.54 4.1 21.34 1 2-.91 5.92-5.91 7.33-6.11.13 0 5.32 2.57 6.72 2.76 7.49 1 11.6-2.54 15.08-8.56l-5.39 4.15c2.56-1 8.27 1.31 11 1.81l12.33 2.27c11.34 2.08 16.21-15.29 4.79-17.39-7-1.3-14.08-2.66-21.13-3.89-4.46-.78-8.59-1.88-12.82.26a11.11 11.11 0 00-4.32 3.69c-4.77 6.66 3.06.52 2.91-.1-.91-3.83-13-3.67-15.69-2.71-4.91 1.73-6.63 7.53-12 7.23s-10.61-4.71-15.68-6c-5.94-1.56-10.06-.48-15.8.7-4.48.92-.61 1.89-1-1.93-.17-1.84-3.95-4.87-5.22-5.93-6.75-5.68-16.91-7-23.37-.18-1.06 1.12-6.69 9.75-5.19 11.56q8.67.66 2.86-3.37l-2.39-2.38q-3.63-3.51-7.5-6.76c-6.83-5.74-17-16-26.76-10.68-8.9 4.84-10.52 23.14-12.28 31.8-2.31 11.33 15.07 16.17 17.39 4.79zM250 1038.71c7.34 5.08 15.49 18.67 25.86 15 9.34-3.27 13.89-18.26 17.26-26.45l-13.25 5.39c7.48 4.85 9.54 16.2 17.4 21.19 3.62 2.3 7.89 1.11 10.93-1.41 4.18-3.47 5.16-9 8.43-13l-6.38 2.64c1.61 0 5.63 5.14 7.11 6.17a22 22 0 009.14 4 15.93 15.93 0 009.32-1.12c1.47-.66 5-4.27 5.31-4.37l-7-.91c6.21 2.82 8.75 9.06 16.48 9.43 2.69.12 4.88-.82 7.37-1.52 5.36-1.48 6.75-1.53 11.95.41 14.81 5.51 26.52 1.41 39.84-5.58l-6.94.91c3.87.9 7.24 3 10.64 5 10.09 5.78 19.18-9.8 9.1-15.57-5.55-3.19-12.9-8.4-19.74-6.81s-10.65 6.85-18.25 7-13.54-5.25-21.08-5.4c-3.21-.07-6.07 1.85-9 1.94-4.33.14-4.05-.5-7.59-3.14-4.48-3.34-9.65-4.73-14.84-1.64-.05 0-3.36 3.25-3.56 3.26-1.72.08-6.26-5.52-7.85-6.58-4.28-2.84-10.14-5.16-15-2.3-5.44 3.17-5.67 10.64-10.25 14.44l10.92-1.41c-3.27-2.08-6.51-9.22-8.75-12.41a30.4 30.4 0 00-8.65-8.78c-5.39-3.5-11.16.33-13.24 5.39-1.25 3-4.62 13.54-7.9 15.21l6.95-.91c2.55.76-4.68-5.18-6-6.3a113.4 113.4 0 00-9.69-7.37c-9.57-6.62-18.6 9-9.11 15.57zM608.9 1046.73c6.8-1.21 15 4.57 22.26 4.58s14.53-2.28 21.22-5.19c4.87-2.12 5.72-2.88 10.62-2.2a28.69 28.69 0 007.52.17c3.27-.39 6.48-2.21 9.74-2.16s5.65 2 8.61 3.35a23.61 23.61 0 006.9 2c3.66.44 7.51-1.36 11-.87 6.71 1 12 5.37 19.35 5.44 7.54.08 14.4-4.7 21.62-4 7.9.81 14.26 2.15 22.35.94 11.43-1.72 6.57-19.1-4.8-17.39-8.41 1.26-15.89-3.72-24.07-2.22-8.93 1.64-12.55 6.37-22.4 2.77-6.59-2.41-10.34-3.3-17.48-3-6.07.23-9.95-3.54-15.9-4.82-6.41-1.37-10.95 1.62-17 2.09-3.89.3-7.4-1.92-11.46-1.34a26.72 26.72 0 00-7.4 2.64c-8.69 3.93-16.09 7.14-25.76 4.29-7-2.06-12.27-3.84-19.72-2.52-11.4 2-6.57 19.4 4.8 17.39z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%238c81c0' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%238c81c0' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%238c81c0' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%238c81c0' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%238c81c0' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%238c81c0' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%238c81c0' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-dark-fragezeichen-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.75 88.57'%3e%3cpath fill='%234a2f70' d='M1.56 7.43c-3.71 4.56-.35 9.51 5.07 8.38 3.61-.75 6.3-3.1 9.79-4.2l-2.94.79c6.81-1.24 13.83 2.63 14.41 10 .62 8-6.11 14.11-10 20.34-3.26 5.37-8.52 15.35-4.44 21.54 1.77 2.62 4.87 2.8 7.55 1.61 2.29-1 3-2.76 3.1-5.24.18-4.06-.26-7.19 1.91-10.89 4.04-6.94 10.77-11.48 14.36-18.89C46.47 18.2 40.71 3.23 26.49.5 18.38-1.06 7.25.93 1.6 7.43c.56-.63 2.43-.14 3-.8 5.21-6 13.33-6.88 20.72-4.92 8 2.1 13.11 8 14.27 16.2 1.37 9.64-3.76 18.09-10.1 24.9-3.1 3.33-6.67 6.65-8 11.15-1.25 4.24 1.46 10-3.11 12.58l3-.8c-10.79.93-4.5-16.31-2.07-20.87 3.83-7.19 11.77-13.76 11.64-22.48-.12-7.7-7.32-12.23-14.47-10.79-3.68.75-6.57 2.61-9.92 4.24l2.94-.79c-5.61 1.34-8.28-4.24-4.88-8.42-.52.64-2.46.14-3 .8zM9.83 77.66c-1.75 5.5 1.66 11.33 8 10.88 3-.21 6.74-1.47 8.3-4.07 3.45-5.75-.46-13.51-7.51-12.25-3.63.65-6.89 2.1-8.77 5.44.34-.62 2.63-.16 3-.81a9.29 9.29 0 015.6-4.57l-2.79.74c4.11-.56 7.61 1.49 8.62 5.68.94 3.87-1.26 8.5-5.18 9.6l2.55-.68c-6.57 1-10.73-4.76-8.83-10.76-.16.52-2.82.26-3 .81z'/%3e%3cpath fill='%234a2f70' d='M27.11 5.68c2.23 1.2 4.43 2.4 5.83 4.6a40.25 40.25 0 013.43 7.54c.9 2.39 4.77 1.36 3.86-1.06-1.17-3.12-2.37-6.49-4.3-9.23-1.71-2.43-4.22-3.92-6.78-5.31-2.27-1.22-4.29 2.23-2 3.46z'/%3e%3cpath fill='%234a2f70' d='M27.03 7a16.26 16.26 0 017.25 9.09c.5 1.52 2.92.87 2.41-.66a18.88 18.88 0 00-8.4-10.59A1.25 1.25 0 0027.03 7z'/%3e%3cpath fill='%234a2f70' d='M36.57 17.15a29.55 29.55 0 01-.62 7.39c-.54 2.51 3.32 3.58 3.85 1.06a33.31 33.31 0 00.77-8.45c-.1-2.57-4.1-2.58-4 0z'/%3e%3cpath fill='%234a2f70' d='M34.54 16.73a15.3 15.3 0 01.15 4.87c-.19 1.6 2.31 1.58 2.5 0a17.19 17.19 0 00-.24-5.54c-.31-1.58-2.72-.91-2.41.67zM12 80.12a5.07 5.07 0 005.06-.35c.39-.27 0-.92-.38-.64a4.33 4.33 0 01-4.3.35c-.43-.21-.81.43-.38.64zM13.75 84.02a3.14 3.14 0 003.39-.81.375.375 0 00-.53-.53 2.37 2.37 0 01-2.66.61.38.38 0 00-.46.26.39.39 0 00.26.47z'/%3e%3cpath fill='%234a2f70' d='M13.43 83.78a.38.38 0 000-.75.38.38 0 000 .75zM16.95 86.67a22.48 22.48 0 012.31-.8 2.07 2.07 0 001.33-1.71.38.38 0 00-.37-.38.4.4 0 00-.38.38c0 .55-.61.94-1.1 1.12a11.14 11.14 0 00-2.17.75.372.372 0 00.38.64z'/%3e%3cpath fill='%234a2f70' d='M16.68 87.03a.38.38 0 000-.75.38.38 0 000 .75z'/%3e%3c/svg%3e") center no-repeat;--icon-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%238c81c0'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-info-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 740.82 586.41'%3e%3cg fill='%234a2f70'%3e%3cpath class='cls-2' d='M368.89 367.24c7.26-9 12.9-19.41 19-29.21 6.68-10.76 13.59-21.38 21.63-31.18 1.24-1.51-.84-3.68-2.18-2.18a214.86 214.86 0 00-21.45 29.09c-6.55 10.43-13.09 21.37-18 32.66-.37.64.45 1.48 1 .82zM356.89 128.99c-11.87 3.19-21.27 11.87-27.81 22a53.88 53.88 0 00-7.51 17.38c-1.23 5.44-2.61 11.57-.57 16.92a2 2 0 002.64 1.26 42 42 0 002.64 9.71 46.16 46.16 0 0026 25.09c11.33 4.38 23.69 2.83 34.44-2.38a57.49 57.49 0 0025.17-24.9c5.68-11 5.09-23 .16-34.11-9.03-20.5-32.25-37.14-55.16-30.97zm2.65 25.33c3.11-1.42 5.21-4.91 7.31-7.49 1.7-2.08 3.37-4.19 5.11-6.24a30.89 30.89 0 014.65 1.37c-5.3 5.58-10.52 12.1-13.55 18.8a1 1 0 001.56 1.2c6.22-4.81 10.32-12.29 15.27-18.56a41.05 41.05 0 017 4.49c-2.59 3.12-5 6.41-7.61 9.55-4.53 5.42-9.37 10.86-13.13 16.87a.91.91 0 001.23 1.23c9.57-6.26 15.24-16.5 22.17-25.38a49.42 49.42 0 014.52 4.74c-4.54 4.55-8.93 9.24-13.13 14.12-4.64 5.39-9.6 10.87-12.77 17.3a.88.88 0 001.38 1.06c5.62-4.72 9.92-10.85 14.64-16.43 3.87-4.57 7.82-9.08 11.9-13.46a44.38 44.38 0 013.31 5.25 213.84 213.84 0 00-28.23 33.58c-.47.7.49 1.73 1.2 1.2 11.18-8.26 19.79-20.12 28.85-30.89a31.17 31.17 0 012.1 8.11c-8.23 7.93-16.41 16.78-21.75 26.52a1 1 0 001.56 1.2c5.59-4.34 9.81-10 14.35-15.4 1.93-2.27 3.86-4.52 5.83-6.75v.16c-1.14 8.71-8 17-14.68 22.26-15 12-35.83 11-47.93-4.72a34.09 34.09 0 01-6-28.77 61.84 61.84 0 015.3-13.44 40.89 40.89 0 0111.62-11.49 28.84 28.84 0 016-2.9c-.85.88-1.68 1.77-2.46 2.68-1.54 1.8-4.29 4.28-3.53 6.89a.84.84 0 001.2.49c2.13-1 3.61-4 5-5.78s2.82-3.58 4.19-5.39a26.71 26.71 0 016-.27q-2.14 2.25-4.19 4.63c-2.14 2.5-5.06 5.1-6.12 8.27-.38 1.12.9 1.83 1.8 1.39z'/%3e%3cpath class='cls-2' d='M589.06 149.12c-32.06-46.25-75-85.33-127.82-106.29a204.14 204.14 0 00-92.6-13.59 269.77 269.77 0 00-46.82 8.3 229.87 229.87 0 00-45.34 12.22c-28.59 11.09-54.88 27.54-78.51 47-43.94 36.24-83.54 85-95.26 142-6.47 31.47-3.7 64 3.17 95.13a456.77 456.77 0 0028.48 86.36c22.81 51.51 58.81 96.43 110.83 120.19 54.93 25.08 116.1 26.49 174.7 15.92 54.54-9.83 105.89-36.35 144.35-76.42 40.93-42.64 67.73-99.67 73.59-158.52 6.06-61.3-14.03-122.19-48.77-172.3zm37.48 161.4a232.28 232.28 0 01-4.16 32.94l-.37.48a6.41 6.41 0 01-.21 1.06 5.45 5.45 0 01-.27 2.08 5.24 5.24 0 01-.65 1.89 4.24 4.24 0 010 .62c0 .38 0 .76-.09 1.13v.06a25.29 25.29 0 01-1.55 6.33 256.21 256.21 0 01-16 44.43l-.36.42a4.84 4.84 0 01-.83 1.13 5.17 5.17 0 01-1.87 4.81 4.53 4.53 0 01-1.27 1.52c-2 5.64-4.36 11-7.94 15.28-3.27 5.51-6.71 10.92-10.35 16.18a247.65 247.65 0 01-88.92 77.88 8.41 8.41 0 01-2.15 1.77 13.56 13.56 0 01-2.32 1c-.29.1-1.48.6-1 .33a15.94 15.94 0 01-5 2l-.11.14a253.58 253.58 0 01-26 10.4l-.95.31.08-.13a10.39 10.39 0 01-1.72.55l-.19.12a10.72 10.72 0 01-1.57.83 7 7 0 01-3.07.57l-.09.16q-9.4 2.89-19.07 5.2a4.88 4.88 0 01-2.65.75 4 4 0 01-.61-.05 4.1 4.1 0 01-.81.3 5 5 0 01-2.27.51h-.49l-.06.16c-6.54 1.41-13.15 2.62-19.79 3.62a5.2 5.2 0 01-1.47.24 3.87 3.87 0 01-1.6.16 5.3 5.3 0 01-1.75.29h-.43v.08q-10.65 1.41-21.38 2.1a.24.24 0 010-.08 5.67 5.67 0 01-.95.09 4.79 4.79 0 01-.77-.07 4.93 4.93 0 01-1.68.28 5.7 5.7 0 01-1.13.11 5.39 5.39 0 01-.71 0q-8.29.39-16.58.32v-.06h-.24a12.63 12.63 0 01-1.35.1v.08h-1.74a5.45 5.45 0 01-1.62-.25q-7.49-.2-14.94-.76v-.09a5.17 5.17 0 01-4.26-.31h-.64q-8.44-.79-16.8-2.1a1.17 1.17 0 00.07-.25 6.82 6.82 0 01-3.37.13 4.84 4.84 0 01-1.82-.74q-8.43-1.49-16.7-3.51l-1.34-.35c2.07-4 3.2-8.54 5.18-12.58s3.91-7.79 5.47-11.87c.71-1.84-2.21-2.59-2.94-.81-2 4.82-4.69 9.22-7.07 13.82-1.68 3.23-3.76 6.88-4 10.58q-7.68-2.06-15.21-4.63c.37-1.41.42-3 .86-4.33a43.57 43.57 0 013.06-6.88c2.79-5.4 6.16-10.68 7.39-16.71.42-2.06-2.7-3-3.16-.88-1.76 7.88-7.35 14-10.59 21.25a17.39 17.39 0 00-1.55 6.13c-6-2.18-11.88-4.63-17.64-7.34.4-1.42.7-2.87 1.17-4.29a69.21 69.21 0 014-9.14c2.74-5.52 5.9-10.82 8.61-16.35.91-1.86-1.81-3.49-2.8-1.64-3.3 6.16-7.34 11.89-10.59 18.08-1.66 3.16-3.95 7.29-4.66 11.26q-8.42-4.2-16.4-9.19a34.89 34.89 0 001.4-4.93 52.56 52.56 0 013.83-9.17c2.55-4.91 5.56-9.56 8.2-14.42a1.6 1.6 0 00-2.76-1.62c-3.38 5.69-7.31 11.06-10.37 16.93-1.61 3.09-3.79 7.07-4 10.81-3.3-2.19-6.53-4.47-9.68-6.87q-1.71-1.32-3.4-2.67c.36-1 .59-2.12.92-3.27a46.05 46.05 0 013.54-8.42c2.34-4.44 5.15-8.61 7.75-12.89 1.08-1.78-1.64-3.33-2.76-1.62-3.21 4.87-6.7 9.58-9.43 14.74a33.77 33.77 0 00-3.58 8.51q-5.79-4.91-11.16-10.28c.51-1.5.93-3 1.55-4.51 1.28-3 2.79-5.92 4.11-8.91 2.72-6.16 5.94-12.08 9.17-18a1.484 1.484 0 00-2.56-1.5c-4.06 6.81-7.89 13.66-11.44 20.75-1.3 2.61-3.25 5.6-4.25 8.65a211.34 211.34 0 01-13.98-16.49c.44-1.17.87-2.33 1.4-3.43a80.58 80.58 0 015.41-9.42c4.26-6.5 8.89-12.75 12.52-19.64a1.51 1.51 0 00-2.6-1.52c-4.2 7.2-9.62 13.52-14.24 20.44a77.41 77.41 0 00-5.67 9.37q-4.2-5.68-8.06-11.6c2.5-5.11 4.6-10.44 7.28-15.48 3.15-5.93 7.48-11.06 9.53-17.54.63-2-2.43-2.79-3.08-.86-2.46 7.24-7.84 13.32-11.35 20.06-1.53 2.94-3.93 6.34-4.93 9.84-.51-.82-1-1.63-1.53-2.45a284 284 0 01-8.54-15c2.64-5.54 5.36-11 8.46-16.34 3.95-6.81 7.69-13.7 9.77-21.33a1.39 1.39 0 00-2.68-.74c-2.52 8.35-7.43 15.61-11.81 23.07a72.29 72.29 0 00-5.88 11.32q-4.42-8.62-8.32-17.49c1.28-2.08 2.41-4.27 3.61-6.38 2.46-4.34 5-8.62 7.48-13 4.57-8.08 8.87-16.23 11.92-25a.75.75 0 00-1.36-.57c-4.21 8.44-9 16.61-13.87 24.67-3 5-6.95 10.29-9.69 15.85q-5.69-13.38-10.44-27.16a1.21 1.21 0 00.57-.45c7.53-10.95 14.67-22.17 23.12-32.49 1.19-1.46-.86-3.57-2.1-2.1-5.13 6.06-9.75 12.24-14.32 18.72-2.69 3.81-7.43 7.89-8.5 12.73-.11-.32-.22-.63-.32-.95q-3.3-9.75-6.26-19.66a1 1 0 001.23-.34c1.7-2.54 2.81-5.42 4.58-8 2-2.91 4.52-5.44 6.49-8.38 4-6 7.28-12.46 11.13-18.54.79-1.24-1.14-2.33-2-1.14-4.76 6.94-8.92 14.37-14.26 20.9-3.19 3.9-7.83 8.39-7.72 13.73-2.23-7.59-4.26-15.25-6-23 2-2.91 3.39-6.26 5.43-9.19a91 91 0 018.5-9.76c5-5.33 10.15-10.6 13.3-17.27.75-1.6-1.58-3-2.4-1.4-3.84 7.58-10.39 13.13-16.16 19.19-3.42 3.59-7.94 8.34-9.75 13.49-1.29-6.06-2.41-12.15-3.3-18.27a.76.76 0 001-.12c4.24-4.82 7.41-10.43 11.21-15.6a172.12 172.12 0 0114.13-17.06 1.32 1.32 0 00-1.86-1.86 156.17 156.17 0 00-14.15 15.83c-4.13 5.33-8.43 10.85-10.53 17.32-1-7.2-1.75-14.45-2.11-21.72 0-.9-.06-1.79-.09-2.68 1.24-1.75 2.23-3.68 3.37-5.51a93.1 93.1 0 017.14-9.73c4.48-5.46 9.32-10.58 14.21-15.67a1.29 1.29 0 00-1.82-1.82 200 200 0 00-16.42 17 81.85 81.85 0 00-6.6 8.66q0-9.22.92-18.31c2.49-3 4.85-6.17 7.34-9.15a75.25 75.25 0 009.67-13.76c.65-1.27-1.23-2.39-1.92-1.12-3.12 5.74-7.41 10.57-11.71 15.44-.89 1-1.8 2-2.69 3.05a177.55 177.55 0 0115.42-52.42c11.82-25.11 28.34-47.73 47.37-67.84 25.51-26.95 55.49-50.24 88.81-66.56l.63-.22a2.81 2.81 0 01.31-.1l1.24-.44-.15.26a6.25 6.25 0 011.82.17 4.8 4.8 0 011.86-.47c.28-.5.57-1 .86-1.49 2.7-.95 5.4-1.89 8.09-2.85l2-.7c18.4-8.07 38.51-11.87 58.06-16a86.43 86.43 0 0114.1-1.77l.06-.1q7.86-1 15.76-1.5v.08h.37a4.49 4.49 0 01.64 0 3.73 3.73 0 01.48 0 3.89 3.89 0 01.68-.13 5.28 5.28 0 011.19-.06v-.06c5.18-.26 10.37-.36 15.56-.26a5.67 5.67 0 01.94-.08 5.24 5.24 0 011.74.29h.77a.83.83 0 00.07-.13c4.77.17 9.53.48 14.28 1h.21a5.6 5.6 0 011.53.21 14.17 14.17 0 012.4.25l.23.08c2.58.34 5.16.7 7.73 1.14 2.94.51 5.85 1.09 8.75 1.72l-.08.13.52.1h.52-.34.12a5.66 5.66 0 011 .15h.17-.17a4.88 4.88 0 011.38.56h.09a4.57 4.57 0 01.66.09l.08-.13q8.56 2.07 16.89 4.87v.07a4.39 4.39 0 01.84.3 4.64 4.64 0 012.37.79q7.79 2.76 15.35 6.13a4.48 4.48 0 011.47.58 4.52 4.52 0 012.16 1.09q8.24 3.86 16.17 8.35v.06a4.42 4.42 0 011.58 1.07 3.91 3.91 0 01.44.26 4.32 4.32 0 011.29.58v-.05q6.19 3.65 12.17 7.66l-.11.15a4.41 4.41 0 011.94 1.39l.23.2c0-.09.09-.17.13-.25a272.6 272.6 0 0129.32 23.26l-.12.05.3.26a4.49 4.49 0 011.15 1 3.94 3.94 0 01.51.49v-.07c4 3.73 7.94 7.58 11.75 11.51a9.51 9.51 0 013.31 3.48c1.83 2 3.64 3.92 5.4 5.92q3.65 4.11 7.17 8.35l-.12.27a5.22 5.22 0 011.68 1.36 4.38 4.38 0 01.54.76 5 5 0 01.8.8 6.3 6.3 0 011 1.6c6 7.55 11.73 15.4 17.06 23.51a4.25 4.25 0 011.63 1.71c.45.9.87 1.82 1.24 2.76q4.32 6.82 8.26 13.87v.07a5 5 0 011.23 2.35l.08-.16q5.33 9.75 9.89 19.9a4.62 4.62 0 01.55 1.14 5 5 0 01.93 2.06q4.08 9.42 7.41 19.1h-.06a5.86 5.86 0 01.31 1.25 5.17 5.17 0 01.61 1.7l.09-.12a240.59 240.59 0 016.69 24.44l-.11-.05a5.55 5.55 0 01.24 1.29 6.36 6.36 0 01.28 1.06l.05-.08a223.84 223.84 0 013.57 24.06c.12 1.23.21 2.46.3 3.69l-.17-.15a5.86 5.86 0 01.28 2.79.44.44 0 01.08-.11 220 220 0 01.29 23.67 5.78 5.78 0 01-.13 2.87z'/%3e%3cpath class='cls-2' d='M418.89 286.22c-1.15-7.09-2.16-15.71-5.78-22-8.14-14.25-31.89-13.86-45.87-13.1-15.95.85-39.66 2.89-49.23 17.82-5.81 9.08-5 20.76-4.9 31.06q0 6.75.25 13.51c.47 15.57 1.07 31.14 1.65 46.71 1.25 33.23 1.25 66.54 3 99.73a20.28 20.28 0 00.13 6.92 1.58 1.58 0 00.22.9 12.65 12.65 0 006.22 7.73c6.23 3.54 15 3.72 21.95 3.63 8.31-.1 16.49-.42 24.8-.07 7.51.32 15 1 22.46 1.81 6.91.73 14.82.54 20.07-4.63 4.15-4.09 6.64-11.77 5.68-18.32.07-1.9 0-3.81 0-5.49.2-6.26.54-12.52.86-18.77.94-18.82 1.85-37.63 2.29-56.47.5-20.89.55-41.84-.82-62.7-.5-9.49-1.43-18.92-2.98-28.27zm-15.34 182a12 12 0 01-2.79.6 76.56 76.56 0 007.5-9.31c0 .26.05.52.09.78a4.08 4.08 0 00-.7 3.76 6.61 6.61 0 01-4.07 4.19zm4.8-6.89a2 2 0 010-1c0 .16 0 .32.07.48s-.01.37-.04.54zm3.28-98.57v3.51c-13 18.23-28.71 34.54-40.32 53.68a.72.72 0 001.13.87c9.47-9 17.13-20 25-30.35 4.73-6.25 9.58-12.43 14.12-18.83q-.14 7.41-.36 14.82c-2.48 2.86-5.09 5.63-7.35 8.62-4.15 5.48-7.7 11.36-11.6 17-4 5.81-7.82 11.72-11.57 17.7-3.44 5.48-7.83 10.64-10 16.81a.78.78 0 001.3.76c9.12-10.31 15.85-22 23.58-33.32 3.87-5.67 7.41-11.55 11.44-17.11 1.25-1.73 2.61-3.38 4-5q-.31 9.15-.72 18.31c-8.19 8.19-15.27 17.4-22.7 26.26-6.6 7.86-14.12 16.79-17.45 26.6-.28.82.83 1.37 1.4.81 7.8-7.61 13.11-17.79 19.89-26.29 6.08-7.62 12-15.39 18.64-22.54-.16 3.52-.33 7-.5 10.55-.07 1.22-.13 2.44-.19 3.66-6.47 12.22-16.58 22.41-22.24 35.06a.94.94 0 001.47 1.13c5.19-4.47 8.82-10.5 12.63-16.12 2.56-3.77 5.23-7.42 7.7-11.22-.17 3.4-.33 6.81-.48 10.21-.07 1.72-.13 3.45-.18 5.18a2.08 2.08 0 00-1.07.77c-3.45 4.78-7.1 9.46-10 14.63-3.44-.26-7-1.14-10.14-1.33-5.77-.36-11.56-.78-17.34-.95-12-.36-24.21 1.71-36.12.26-4.68-.57-6.61-1.88-7.11-6.54a65.89 65.89 0 00-1.17-8.72c.75-5.76 1-11.62 1.29-17.35.83-17.46.37-35 .07-52.51-.48-27.73-1.79-55.45-2.08-83.17-.09-8.53-1.48-20.35 5.75-26.61 5.38-4.65 13.41-6.18 20.33-7.48a123.79 123.79 0 0112.6-1.69c-1.24 1.3-2.57 2.54-3.58 3.79-1.94 2.4-5.44 5.29-5 8.69a.73.73 0 001.19.45c1.6-1.34 2.59-3.38 3.88-5s2.29-3 3.46-4.45c1-1.24 2.12-2.45 3.08-3.75q4-.24 8-.23c-2.58 2.79-5.08 5.67-7.42 8.66-2.66 3.4-5.62 6.85-6.94 11-.31 1 .92 1.49 1.6.93 3.24-2.71 5.43-6.6 7.89-10 2.63-3.61 5.32-7.17 8.19-10.59a90.78 90.78 0 0110 .7c-7.21 10.23-16.45 19.62-20.7 31.44-.35 1 .94 1.5 1.6.93 5.5-4.77 8.89-11.6 12.93-17.55 3.24-4.79 6.64-9.3 9.56-14.23a31.51 31.51 0 018 2.74l.16.09c-4.59 6.58-9.06 13.23-13.54 19.89s-9.38 12.87-13 19.89a.88.88 0 001.38 1.06c5.89-5 10.21-11.84 14.4-18.27 4.49-6.91 8.71-14 13.11-21a11.39 11.39 0 012.9 4.8 1.36 1.36 0 00-.74.6c-10.8 17.34-22.64 33.57-31.34 52.02-.28.59.5 1.36 1 .76 6.35-7.86 11.39-16.73 16.62-25.35 5-8.26 10.46-16.25 15.37-24.56.28 1.27.55 2.61.86 4q.6 2.73 1.1 5.49a1.23 1.23 0 00-1.15.74c-2.25 4.29-6 8-8.64 12.1q-4.25 6.52-8.4 13.1c-5.77 9.15-11.54 18.72-15.45 28.83-.35.89.94 1.26 1.42.6 6.58-9 12.09-18.82 17.91-28.28 2.54-4.14 5.16-8.24 7.69-12.39 2.26-3.71 5.2-7.18 7.26-11 .78 4.86 1.35 9.76 1.82 14.66.39 4.18.7 8.36 1 12.55-.92 2.15-2.66 4-4 5.86-1.79 2.51-3.67 4.93-5.52 7.39-4.31 5.72-8.13 11.77-12 17.81-7.52 11.84-15.49 23.68-22.19 36-.54 1 .82 2.17 1.62 1.25 9.68-11.1 17-24.49 24.75-37 3.92-6.35 8-12.54 12.22-18.69 1.58-2.3 3.71-4.87 5.39-7.58q.49 9.6.63 19.22c-1.47 1.68-3.07 3.26-4.47 5-1.88 2.35-3.69 4.75-5.49 7.17-4.11 5.54-8.22 11.07-12.27 16.66-7.91 10.89-16.49 21.79-22.13 34.09-.32.69.6 1.61 1.16.89 8.47-10.69 16.31-22 24.27-33q6-8.38 12-16.85c2.21-3.15 4.79-6.3 7-9.6-.03 5.78-.04 11.6-.1 17.45zM107.89 250.13c-4.32 34.4.83 69.26 7.41 103 6.15 31.61 15.29 63.36 32.9 90.66a191.38 191.38 0 0035.24 40.87c7.87 6.81 20.54 8.31 28.17 0 6.87-7.49 8.42-20.89 0-28.18a176.91 176.91 0 01-15.13-14.72c-2.28-2.51-4.37-5.16-6.59-7.71-1.48-1.7.32.47.5.7-.51-.67-1-1.35-1.52-2-1.17-1.58-2.32-3.19-3.44-4.81a168.67 168.67 0 01-10.87-18.12c-1.65-3.19-3.08-6.48-4.65-9.71-1-2.06.1.3.23.62-.34-.83-.68-1.67-1-2.5-.78-2-1.53-3.92-2.25-5.89a311.44 311.44 0 01-12.09-44.44q-2.34-11.4-4.25-22.89-.94-5.68-1.78-11.4c0-.17-.45-3.31-.16-1.16s-.12-1-.14-1.17c-.27-2.23-.53-4.45-.77-6.69-1.89-18.11-2.22-36.36.06-54.46 1.3-10.38-10.1-20.36-19.93-19.92-11.9.53-18.52 8.8-19.92 19.92z'/%3e%3cpath class='cls-2' d='M192.05 491.2q13.89 10.8 27.76 21.6c10.77 8.36 21.07 15.18 35.17 15.86 10.43.51 20.39-9.52 19.92-19.92-.5-11.22-8.75-19.38-19.92-19.92-2.31-.13-2.1-.09.66.12a23.19 23.19 0 01-3-.95c4.56 2.47-1.49-1.23-2.24-1.72-1.36-.89-2.64-1.87-3.95-2.81 4.13 3-2.44-1.89-3.13-2.43l-23.13-18c-4.36-3.39-8.31-5.83-14.09-5.83-4.88 0-10.72 2.17-14.09 5.83-6.55 7.15-8.78 21.34 0 28.18z'/%3e%3cpath class='cls-2' d='M253.69 536.47c1.18 0 2.35.13 3.53.24-2.38-.36-2.39-.35-.05 0 2 .47 4 .87 6 1.45a53.09 53.09 0 015.84 2c-4-1.73 2.48 1.5 3.16 1.88 9.07 5.14 22.18 2.46 27.26-7.14 5-9.44 2.54-21.78-7.15-27.26a86.88 86.88 0 00-38.6-11.09c-10.42-.57-20.38 9.58-19.92 19.93.5 11.28 8.76 19.3 19.92 19.92z'/%3e%3cpath class='cls-2' d='M125.67 273.6c-1.59 20.05 7.59 37.48 14.39 55.63 7 18.6 7.47 38.61 13.2 57.51 10.05 33.17 33.26 60 60 81.21 15.52 12.33 31.88 23.42 48.53 34.14 8.78 5.65 22.38 2.09 27.26-7.15a20.35 20.35 0 00-7.16-27.25c-13.06-8.41-26.05-17-38.44-26.34-.52-.39-3.12-2.42-1-.77s-.49-.4-1-.8c-1.4-1.11-2.78-2.23-4.16-3.36-3.12-2.58-6.19-5.23-9.18-7.95a190.38 190.38 0 01-15.74-16c-1.29-1.49-2.54-3-3.79-4.54-1.85-2.24-.3.48.39.54-.25 0-1.15-1.54-1.31-1.77-2.31-3.16-4.49-6.41-6.51-9.76-1.89-3.14-3.65-6.37-5.24-9.67-.34-.71-2.46-5.6-1.41-3 1 2.44.05.07-.11-.36-.52-1.4-1-2.78-1.53-4.19-5.86-17.16-6.45-35.51-11.56-52.85-2.86-9.69-7.25-18.82-10.86-28.24a102.74 102.74 0 01-4.34-13.73c-.15-.66-.84-2.78-.66-3.27-.4 1.09.23 3.08.07.36a60.1 60.1 0 010-8.38c.83-10.41-9.75-20.38-19.92-19.92-11.5.51-19 8.77-19.92 19.92z'/%3e%3cpath class='cls-2' d='M158.63 295.82c2.58 34.35 8.85 68.6 24.44 99.62a144 144 0 0029.62 40.14c7.11 6.68 15.05 12.48 22.91 18.23 1.88 1.38 3.76 2.74 5.63 4.13.6.44 6.36 4.83 2.92 2.13 3.66 2.87 7.18 5.87 10.55 9.07 7.57 7.18 20.77 8.07 28.18 0 7.14-7.78 8.07-20.51 0-28.17-7.13-6.76-15-12.67-22.95-18.47q-4.92-3.62-9.83-7.24-2.73-2.07-.12-.07c-.91-.72-1.81-1.44-2.71-2.18q-2-1.65-4-3.38a117.16 117.16 0 01-8.9-8.79c-1-1.13-2-2.28-3-3.45-.66-.78-1.3-1.56-1.94-2.36q2.32 3.06.33.42a154 154 0 01-11.6-18.76q-1.23-2.38-2.38-4.8c-.42-.9-3.49-7-1.1-2.26a79.64 79.64 0 01-3.79-10.11 213.72 213.72 0 01-6.27-21.76c-1.72-7.41-3-14.89-4.19-22.4q-.48-3.42.07.63l-.39-3.12c-.19-1.55-.36-3.11-.53-4.66-.44-4.13-.8-8.27-1.11-12.41-.78-10.37-8.6-20.43-19.92-19.92-10.13.45-20.76 8.79-19.92 19.92z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%238c81c0'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-note-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 351.14 562.27'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2' fill='%234a2f70'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath class='cls-1' d='M349.31 265.42a203.6 203.6 0 00-37.37-92.59c-21.32-29.26-50.08-50.25-77-74a280.24 280.24 0 01-20.92-20.15q-4.74-5.13-9.11-10.57c-.62-.77-1.22-1.54-1.83-2.31l-1.19-1.57c-1.31-1.81-2.58-3.63-3.82-5.49-2.41-3.63-4.66-7.37-6.71-11.21-1.13-2.12-2.2-4.28-3.2-6.46-.31-.66-.6-1.33-.89-2 .31.66-.82-2.05-1-2.42A126.36 126.36 0 01180 10.33c-.93-6.88-9.06-11-15.24-10.24a14 14 0 00-12.33 13.6 88.49 88.49 0 001.83 18 14.33 14.33 0 00-9.95 13.12c-4.4 62.78-6.07 126.08-5.53 189 .27 31.17 1.36 62.34 3.68 93.43q1.86 24.79 5 49.46c.85 6.86 1.76 13.71 2.62 20.57.48 3.84 1.21 10.43 1.76 16.2A93.74 93.74 0 00117.27 396c-27.75-7.37-61.27-5-85.54 11.41a69.8 69.8 0 00-27.44 35.3c-5 14.52-5.17 30.38-2.78 45.42 4.27 26.77 20.35 53.87 45.28 66.1 29.33 14.33 63.72 8.72 89.29-10.67 23.39-17.74 37.33-45.34 41.92-74 5-31.36 1.12-62.63-2.31-93.93q-5.52-50.28-7.24-100.88c-1-29.66-1.09-59.34-.63-89l2.64 1.21c2.39 1.12 4.76 2.29 7.11 3.49a225.8 225.8 0 0125.32 15.18q3 2.06 5.86 4.2l2.3 1.73c-.27-.21 2.64 2 2.26 1.74 2.52 2 7.21 5.94 10.41 8.8a222.3 222.3 0 0120.18 20.54q2.35 2.73 4.61 5.53c.76.93 1.5 1.87 2.24 2.82.18.24 1.05 1.38 1.27 1.65 3.2 4.3 6.21 8.75 9 13.31 5.42 8.76 10.57 18.1 13.82 27.34a126.86 126.86 0 016.85 40.86 12.55 12.55 0 00-.26 11q-.29 5-.85 10C277.8 380 268.46 403 263.15 427.27a6.9 6.9 0 008.67 8.18c.14 2.9 4 5.12 6.86 3.73 3.39-1.65 7.06-3.22 10.06-5.52l.22-.18a12.82 12.82 0 0010.1-5.86q3.15-4.89 6.2-9.84c3.2-3.65 6.21-7.46 9.11-11.37A189.79 189.79 0 00337.73 364c12.56-31.32 16-65.26 11.58-98.58zM99.57 425.53a8.94 8.94 0 00.74-7.95 93 93 0 019.71 1.53q-12 14.73-24.11 29.35c4.65-7.59 9.28-15.18 13.66-22.93zm-25.21-7.44c.79-.13 1.57-.25 2.36-.35h.34c1.77-.18 3.56-.32 5.34-.42-2.2 2.84-4.35 5.71-6.43 8.64a8.55 8.55 0 00-2.08-7.76zM42.7 443.36c2.89-5.11 6.07-10.07 9.43-14.86a5.64 5.64 0 001.06-4.29l1.47-.69a41.35 41.35 0 014.41-1.7c-5.7 7.03-11.18 14.18-16.37 21.54zM48.56 525c3.79-1.83 7-5.1 10-8.8a41.5 41.5 0 00-.45 8.25 13.48 13.48 0 004 8.9A55.31 55.31 0 0148.56 525zm42.65 11.58a48.87 48.87 0 01-19.21-.15c.39-.07.79-.14 1.19-.25 7-1.89 11.74-6.84 16.12-12.2a12.88 12.88 0 0014.39 7.51c8.32-2 13.1-8.08 18.08-14.5q5.3-6.81 10.56-13.63a12.21 12.21 0 003.42 3.66c-10.59 15.17-25.24 25.74-44.55 29.52zM136.48 437q-17.58 20.47-35.59 40.54l-.88 1 2.38-4.47c8.61-16.27 17.71-32.38 27.8-47.79a70.7 70.7 0 0112.35 8 8.09 8.09 0 00-6.06 2.72zm16.69 9a10.16 10.16 0 00-.79.7 10.26 10.26 0 00.37-2.05l.44.55c-.01.24-.02.5-.02.8zm37-281.74l.09-.08zm-10.77-47.47c2.92-7.41 6.41-14.62 9.24-22.06q2.44 2.77 4.95 5.41c-4.59 5.69-9.16 11.35-14.22 16.62zm20.57 10.81c2.28-4.86 4.54-9.72 6.73-14.62q2.24 2.05 4.51 4.07c-3.75 3.52-7.48 7.05-11.27 10.52zM215 178.76l-1.16-.78c.82-.62 1.62-1.27 2.41-1.94-.44.9-.86 1.81-1.25 2.72zm4.65-32.35a688.6 688.6 0 016.83-16.37l6.52 5.36c-4.43 3.72-8.86 7.4-13.36 11.01zm15 42.56c-.27.25-.16 0 0-.32.05.14.05.25-.04.35zm8.92 12.34c-1.13-1-2.27-2.06-3.42-3.07a114.63 114.63 0 009.85-9.84 103.61 103.61 0 00-6.47 12.91zm2-37.28l-1.68 1.4c2.07-5.27 4.12-10.55 6.24-15.8q3.12 2.66 6.2 5.37c-3.59 3-7.19 6-10.79 9zm31.34 55.85q-2.64 6.1-5.27 12.2-2-2.67-4.09-5.27a84.54 84.54 0 008.55-7.9c.74-.75 1.49-1.55 2.25-2.36zm-7.12-21.83l-3.17 2.66c3.16-8.53 7.46-16.68 10.85-25.09 1.84 2 3.65 4.06 5.41 6.14 1.28 1.49 2.53 3 3.76 4.54l.22.27a92.64 92.64 0 00-17.1 11.48zm24.71 58.36c-1.21 2.3-2.46 4.71-3.67 7.17-.59-1.25-1.2-2.5-1.83-3.74a25.55 25.55 0 006.42-5.27l.14-.16zm.44-27.17l2.07-6.32q2.37-7.18 4.73-14.36c.32.56.66 1.11 1 1.67 1.95 3.41 3.78 6.88 5.52 10.4-3.69 3.43-8.89 6.03-13.35 8.61zM310.62 269c1.17-3.06 2.42-6.08 3.65-9.1 1.81-4.45 3.49-8.84 4.79-13.26q1.05 3.11 2 6.36 1.46 4.91 2.63 9.85a10.41 10.41 0 00-8.45 2.48c-1.5 1.3-3.05 2.51-4.62 3.67zm11.09 31.37c-.6.61-1.23 1.2-1.84 1.8l7.5-18.56q.79 6.9 1 13.83a10.46 10.46 0 00-6.66 2.96z'/%3e%3cpath fill='none' d='M135.65 403.05l40 30'/%3e%3cpath class='cls-1' d='M100.88 483.17a37.37 37.37 0 0042-6.79c5.52-5.33-2.91-13.75-8.42-8.42a25.05 25.05 0 01-27.61 4.92c-6.91-3.2-13 7.06-6 10.29z'/%3e%3cpath class='cls-3' d='M123 474.14l3 3.55c4.15 4.95 11-.51 10-5.79-.47-2.4-2.54-11.47 1.85-12l-5.85-7.5c1.73-6.51 6.4-.81 3-4.66-.86-1-1.72-1.93-2.62-2.87a76.21 76.21 0 00-6.26-5.8 82 82 0 00-45.21-18.84c-7-.73-7.66 9.71-1.58 11.7 8.45 2.75 17.28 2.16 26 2.27 8.24.11 16.92 1.29 20.68 9.7 3.6 8 2.8 18.29 2.35 26.84-.56 10.7-6.84 20.43-4.48 31.24 1.44 6.63 11.7 5 11.69-1.58l-.05-26.59v-22.65q.33-3.66-.54-.55l-4.21 1.74c-1.58.13-.9-1.27-1.21-.06-.17.66.56 2.3.72 3 .48 2 .94 4.06 1.35 6.1a86.79 86.79 0 011.76 13.14c.38 8.4-1 16.17-6.13 23l10.88 4.58a140 140 0 004.59-46.32c-.53-7.6-12.44-7.66-11.91 0a129.53 129.53 0 01-4.16 43.16c-1.87 6.92 7 9.74 10.88 4.59 6.39-8.56 8.31-19.31 7.72-29.79a110 110 0 00-2.15-15.54c-1-4.85-1.59-10.66-5.06-14.46-3.12-3.43-8.23-4.72-11.87-1.23-4.08 3.9-2.57 11.43-2.56 16.53l.07 41.36 11.7-1.59c-1.2-5.48 2-11 3.29-16.22 1.51-6 1.72-12.29 1.79-18.47.12-9.63-.17-20.3-5.51-28.7-12.13-19.11-34.71-9.18-52.47-15l-1.58 11.69a69.78 69.78 0 0143.59 21.71c1.9 2 3.49 4.34 5.92 5.79 4.9 2.89 11.48 2 13.1-4.08.9-3.39-1.79-8-5.74-7.53-14.23 1.6-15.58 15.53-13.33 27l9.95-5.79-3-3.56c-4.93-5.88-13.31 2.58-8.42 8.42z'/%3e%3cpath class='cls-3' d='M138.54 446c-3.23-5.8-4.34-12.41-8.4-17.8a35.22 35.22 0 00-13.44-10.61c-13-6-27.16-4.68-41-2.89-3.21.41-5.91 2.44-6 5.95 0 2.9 2.77 6.37 6 5.95 11.42-1.47 24-3.41 35 1.29a23.62 23.62 0 0110.87 8.76c3 4.72 4 10.48 6.69 15.36 3.73 6.7 14 .7 10.28-6z'/%3e%3cpath class='cls-3' d='M128 437.65c7.16 4.89 7.14 15.67 6.43 23.35a64.75 64.75 0 01-10.55 29.27c-4.2 6.44 6.11 12.41 10.28 6 11.82-18.17 21.74-54-.15-68.91-6.34-4.34-12.3 6-6 10.28z'/%3e%3cpath class='cls-3' d='M133.18 426a59.24 59.24 0 00-35.65-14.31c-7.66-.42-7.63 11.48 0 11.91a45.82 45.82 0 0127.23 10.82c5.81 4.94 14.27-3.44 8.42-8.42z'/%3e%3cpath class='cls-3' d='M111.38 473.3a32.34 32.34 0 00.2 11.1c.57 3.21 1.74 6.46.54 9.65s-3 0-4.77-1.81c-2.34-2.3-4.67-5-5.41-8.3-.5-2.23-.3-5.3 1.68-6.77 1.68-1.25 4.63-.9 5.72 1 2.8 4.9-5.72 8.11-6.87 2-1-5.16 3.17-10.16 7.34-12.51a16 16 0 017.06-2.09c2.76-.13 4.42 1 6.87 1.77 19.55 6.3-.1-1 .28-1.12-.48.15-.83.58-1.36.64-1 .13-2 .5-3 .6a29 29 0 01-8.81-.59 13.08 13.08 0 01-3.41-1.1 12.1 12.1 0 00-1.3-.81c.26.08-1.93-.79-1.28-.34l-.63.33 1.11-.32a10.75 10.75 0 001.38-.14 7.22 7.22 0 001.74 0c1.49-.7.55-2.76-.92-2.94-1-.13-3.35 1.2-4.44 1.47a26.85 26.85 0 01-4.45.66 31.25 31.25 0 01-9.87-.91 29.94 29.94 0 01-16.42-10.53l-.93 7.22a5.75 5.75 0 013-.82c.46.21.61.18.44-.1-.35-.68-.7-.59-1 .28-2.52.66-5.71 1-5.56-2.77.27-6.83 18.43-4.83 22.73-4.74a122.51 122.51 0 0114.58.95 14.23 14.23 0 012.75.46c1.4.73 1.65-.05.73-2.32-.17-.09-4.72 1.27-5 1.32-2 .34-26.6 2.72-26.09-.44l-4.16 4.16a33.09 33.09 0 0115.42-.46l1.58-11.7a97.84 97.84 0 01-11.6.92 30.88 30.88 0 01-5.77-.12 10.83 10.83 0 00-1.49-.43c-.66-.4-.72-.15-.18.76 0 1.06.31 1.23 1 .51.83 0 2.36-.92 3.26-1.1a51.73 51.73 0 016.45-.72q2.94-.24 5.89-.33c2-.07 5.28.53 7.28 0 .15 0 1.14.28 1.18.23l-.44-2.17c.34-2.06-.23-2.67-1.69-1.85-1.58-.3-4.18.69-5.85.82a44.48 44.48 0 01-13.38-.59c-.49-.11-3.35-1.68-3.61-1.64.07 0-.77 1.83-.21 2.34.1.09 3.63-1.4 3.42-1.32 4-1.53 8-3 12-4.6 5.77-2.35 9.75-8.8 4.39-14.06-4.36-4.26-12.43-4.14-18.1-3.6-6.06.58-12 2.64-15.66 7.78-4.51 6.32-5.42 16.09-6.36 23.62-2 16.1 2.89 33.12 18.93 39.75 2.32 1 5.6-.62 6.73-2.74 1.64-3.1 1.87-7.12 3.59-10.05-1.4 2.39 1.9-3.46 1.63-1.79.6-3.75-4.73-4-6.89-4.8l-1.59 11.69c5-.26 10.06-.45 15.09-.54q3.78-.07 7.55-.07c2.52 0 6.11.71 8.5.1 1.81-.46 2.23 1.43.86-2-1.59-4-.2-1.3-2.23-1.38-1.41-.05-2.9.47-4.38.38a9.34 9.34 0 01-4.1-.91 11.74 11.74 0 00-1.11-.77c-1.07-.39.31-2-.35.19l-2.73 3.56c1.62-1.19 5.43-1.1 7.24-.84s3 1.4 4.43 1.73c-5.4-1.26-10.54 5.85-5.79 9.95 4.37 3.77 6 8.05 6.21 13.72.18 5.18.79 10.31 5 13.85 4 3.32 9.6 3.46 14.17 1.41 5.22-2.33 8.27-7.18 10.83-12.07a6 6 0 00-5.14-9 33.16 33.16 0 00-22.56 7.07c-2.52 2-5.07 6.43-8 7.67-1.63.7-1.66.87-2.73-.87a8.71 8.71 0 01-.92-2.36q-.23-3.74-4.77 0c5.84 3.77 11.71-4.54 7.22-9.35l-8.16-8.75c-1.15-1.23-2.31-3.07-3.69-4l-.78-1.1q-5.73-.71-4.1 1.87c0 1.63 1.89 4.52-.62 5.65-2 .88-2.11-.83-1.24-2.24 1.28-2.07 5.15-2.37 7.23-2.19.86.08 2.67.16 3.3.93 1.1 1.34.57.23.11 1.3-.81 1.88-4.09 3.3-5.22 5.3a9.54 9.54 0 00-.82 7.32c1.53 5.37 6.66 10.51 10.57 14.32s9 9 14.85 7.84c4.88-1 7.22-5.89 7.32-10.45.16-6.65-1.76-13.8-2.7-20.37l-11.48 3.17a68.67 68.67 0 011.47 11.6c.07 1.81 1 7.54-.3 9-.84 1-7.23-.3-8.64-.41-3.8-.31-7.69-.39-11.46-.93-5.2-.76-6.69-4-7.23-9-.29-2.59.25-5.26 0-7.81-.45-4 4 2.46-4.75-2.81l.21-1.59a8.84 8.84 0 01-2.41 0c-4.95-.24-6.82 5.13-5.14 9 .48 1.09-1.44 4.49-1.9 5.54a31.54 31.54 0 00-2.49 6.71c-1.08 5.76 1.53 11.82 7.39 13.73 5.46 1.78 11.66-.54 15.16-5 4.55-5.75 3.69-13.3 2.7-20.07-.57-3.88-5.77-5.31-8.75-3.55-10.32 6.09-4.52 20.39 5.65 22.54 6 1.27 12.31-.77 18.3-.86a3.55 3.55 0 011.77.68l-.07-3.14c-.38-.15-2.63 1.39-3.29 1.65a27.58 27.58 0 01-8 1.82c-10.66.79-21.57-4-27-13.44a29.77 29.77 0 01.48-30.2H52c1.64 2.72.83 6.17.55 9.17q-.54 5.67-1.1 11.32c-.63 6.54-2.2 13.63-1.17 20.17 1 6.16 5 10.1 11 11.67a83.65 83.65 0 0021.92 2.87c12.77-.2 25-5.89 30.33-18 2.55-5.76 4.69-11.24 8.56-16.31 4.15-5.43 9.18-10.17 14.11-14.89 5.54-5.31-2.88-13.72-8.42-8.42-8 7.63-16.17 15.59-21.16 25.58-2.28 4.57-3.37 10.12-6.9 13.95s-9.36 5.72-14.63 6.08c-6.38.44-12.91-.69-19.12-2.05-2.57-.56-3.87-.62-4-3.43a48.61 48.61 0 01.55-7.81l1.92-19.81c.55-5.68 1-11.06-2.08-16.13a6 6 0 00-10.28 0c-14.5 23.77-.94 56.05 26.81 60.91a41.8 41.8 0 0019.11-.87c5.65-1.7 12.93-4.83 13.56-11.55.71-7.47-7.47-11.52-13.81-11.82-3.76-.18-7.36.88-11.07 1.25a19.09 19.09 0 01-5.06-.27.9.9 0 01-.62-.79c0-.94-.2-.79-.52.44L71.76 509c.58 4 1 7.4-1.69 10.41a1.12 1.12 0 01-1 .17q.69 1 .54.15a8.73 8.73 0 01.92-2.92c2.42-6.35 5-11.21 2-17.93l-5.14 9c6.11.29 12.91-2.4 13.9-9.17.83-5.77-3.39-11.59-9.55-11-12.33 1.18-10.53 21.43-7.37 29.4a18 18 0 0012.55 11.22c3.92 1 8.2 1 12.19 1.29 3.73.3 7.51.83 11.25.88 18.21.25 14.09-24.2 11.66-35.83-1.61-7.65-12.54-4.21-11.48 3.17.61 4.29 1.24 8.58 1.84 12.87.15 1.05 0 3.41.44 4.33l-.06.3q-.61 2.45 3.81-1.39c-.17-.49-2-1.53-2.47-1.87a54.44 54.44 0 01-7.77-7.93c-.92-1.15-2.11-4.15-2.74-2.63.48-1.17 2.85-2.3 3.71-3.26a12.44 12.44 0 00-1-17.33c-4.88-4.6-12.91-5.31-19.12-3.49-6.57 1.92-11.94 7.27-12.2 14.38a12.44 12.44 0 0011 13.09c14.69 1.66 21.9-19.38 10.14-27.84-6.56-4.71-15.08 1-14.72 8.7.17 3.81 2.41 6.92 4.84 9.67 3.67 4.16 7.58 8.14 11.37 12.2l7.21-9.35c-6.73-4.36-13.75 1.83-13.5 9 .21 6.26 3.74 13.42 9.63 16 7 3.08 13.06-1.12 17.74-6.06 5.36-5.65 11.09-8.7 19-8.25l-5.14-9c-1 1.86-3.53 8.12-6.45 7.59-2.26-.41-1.36-6.46-1.54-8.4a27.61 27.61 0 00-9.52-18.5l-5.79 9.95a11.58 11.58 0 0014.35-10.27c.56-6.94-5.1-12.61-11.46-14.32-5.32-1.43-16.22-1.31-19.55 4.07s1.22 12.48 6 15.27c8.24 4.81 29.2 3.72 27.89-9.85-.81-8.46-10-8.25-16.42-8.31-8.81-.09-17.62.12-26.42.58-6.84.36-7.91 9.42-1.58 11.7 5.84 2.09 12.61 2.76 17.09-2.42 3.59-4.14 3.52-10.76-1.06-14.16-4.06-3-9.65-2.25-13.62.52-5.35 3.74-5.07 10-7.85 15.21l6.72-2.73c-7.54-3.12-10.54-12.27-10.71-19.74a64.41 64.41 0 011.63-14.5c.8-3.82 1-10 4.73-12.24 2.79-1.66 6.54-1.53 9.66-1.4a20.37 20.37 0 002.69.18c2.3-.19 1.45 1.74 1.8-2.7.4-5 .89-2.53-1.05-2.43-1.33.06-3.89 1.49-5.13 2-6.78 2.6-18.56 5.08-16.88 14.81 1.47 8.52 11.14 10.88 18.36 11.61 7.64.78 20 1.33 26-4.46 6.52-6.3 1.11-14.71-6.53-16-4.41-.73-9.13-.32-13.57 0s-9.61.43-14 2c-7.47 2.62-14 10.72-7.86 18.18s19.94 5.11 28.23 4c6-.81 8.83-10.19 1.58-11.69a46.72 46.72 0 00-21.74.46 5.84 5.84 0 00-4.16 4.16c-3.26 20.22 24.72 17.28 36.91 15.64 6.77-.92 15.9-2.5 17.23-10.68 1.22-7.57-5.87-11.53-12.28-12.4a156.21 156.21 0 00-29-1.09c-7.44.38-16 1.16-20.45 8.07-8.69 13.59 7.13 29.95 21 21.44 6.53-4 9.29-13.71 3.08-19.27-5.81-5.2-14.37-3.2-19.9 1.21-1.84 1.47-2.38 5.3-.93 7.21a43.14 43.14 0 0034.54 17.41c6.19 0 13.55-1.23 18.67-4.93 5.85-4.22 6.9-12.76 0-16.57-4.89-2.7-13-2.16-17.57.9-6.46 4.29-5.31 12.84-.43 17.89 7.52 7.8 26.55 9.58 34.81 2 5-4.58 4.45-12-.44-16.44s-12-5.46-18.22-4.51c-12.26 1.87-23.4 12.67-22.9 25.59.28 7 4.34 13.47 11.35 15.39a15.46 15.46 0 0017.35-6.45c7.79-12.63-4.78-27.78-18.64-23.08-7.21 2.45-11.14 10.15-10.75 17.48.46 8.59 6.16 15.65 12.59 20.88 6.22 5.06 14.21 4.82 19-2.13a18.4 18.4 0 003.21-10.18c0-5-2.52-10.05-1.74-15 1.18-7.5-10.29-10.73-11.48-3.17z'/%3e%3cpath class='cls-3' d='M113.56 524.4c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M109.18 518.33h-1.45a4.54 4.54 0 00-2.3.51 4.38 4.38 0 00-1.91 1.23 6.57 6.57 0 00-1.75 4.21l.21 1.58a6 6 0 001.54 2.63 6.16 6.16 0 004.21 1.74h1.45a6.57 6.57 0 004.21-1.74 4.47 4.47 0 001.23-1.92 4.41 4.41 0 00.52-2.29l-.22-1.58a5.89 5.89 0 00-1.53-2.63 6.16 6.16 0 00-4.21-1.74zM86.71 492.46c-.4 4.05-.15 8.67 2.07 12.22a11.51 11.51 0 004.38 4.13 10.53 10.53 0 003.43 1c3.45.58-.07-.45.92-2.24l6.72-2.74c-5.75-.83-10.67-4.16-12.53-9.83-2.38-7.25-13.88-4.15-11.48 3.16 3.06 9.34 11 16.76 20.85 18.2 2.61.38 5.34-.23 6.72-2.73a10.28 10.28 0 00-4.15-14.33c-1.62-.81-3.63-.39-5.12-1.1-.26-.12.64.77.45.48-1-1.57-.53-4.49-.36-6.2.32-3.21-3-6-6-6-3.48 0-5.64 2.74-6 6zM55.25 482.13c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M52.34 473.38c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM105.27 512.67a31.68 31.68 0 01-4.92-14.84 30.24 30.24 0 000-3.3c0-.62 0-1.24.11-1.86l-4.67 2.47c-.34.71.63 7.82-.45 7.68 3.22.42 5.92-3 6-5.95 0-3.56-2.77-5.55-6-5.95-10.06-1.3-14 13.31-5.89 18.44 9.47 6 19.21-3.84 18.51-13.39-.35-4.73-2.58-9.47-7-11.63-4.2-2.06-9.18-.73-11.28 3.56-4.42 9 .54 22.93 5.35 30.78 4 6.53 14.3.55 10.28-6z'/%3e%3cpath class='cls-3' d='M48.93 438.45a119.4 119.4 0 002 80.14c2.74 7.07 14.26 4 11.49-3.16a108.85 108.85 0 01-2-73.81c2.41-7.3-9.09-10.42-11.48-3.17zM110.64 522.94c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath d='M43.32 524.29a21.67 21.67 0 006.34 14.32 6 6 0 108.42-8.42 7.85 7.85 0 01-2.21-3.12c-.18-.37-.18-.38 0 0-.14-.4-.27-.8-.38-1.21s-.19-.82-.27-1.23c.08.54.08.44 0-.3a6.09 6.09 0 00-5.95-6c-3.07 0-6.15 2.73-6 6zM54.83 429.55l1.46-4.37a6 6 0 00-4.16-7.33 6.09 6.09 0 00-7.32 4.15l-1.46 4.37a6 6 0 004.15 7.32 6.1 6.1 0 007.33-4.15z'/%3e%3cpath class='cls-3' d='M109.51 452.36c1.78 3.81.59 10.06 1 14.18a102.71 102.71 0 002.68 15.4c1.67 6.57 11.63 5.1 11.7-1.58l.26-25.14-11.09 3a8.33 8.33 0 01.36 7.1h10.28c-2.48-5.61-1.3-12.35-.52-18.19.75-5.67-6.73-7.09-10.17-4.21l-8.48 7.08c-1.24 1-3.44 2.22-4.24 3.55l-1.45 1.2c1.38 1.56 2 1.65 1.84.28 2.68-3.37-3.69-3.94-5.21-1-.56 1.1-.64 2.51-1.31 3.66a20.64 20.64 0 01-6.81 6.56C83 467.84 77.24 470.8 71.69 474c-2.66 1.52-5.55 2.88-7.39 5.41a10.12 10.12 0 00-1.64 3.48l-.19 1.11c-.44 1.65-.11 1.57 1-.22l8.74 3.56c-1.42-8.87 3.26-19.26 5.64-27.69 2.08-7.38-9.4-10.54-11.48-3.16-3.14 11.11-7.51 22.33-5.64 34 .66 4.09 5.66 5.06 8.75 3.56a8.21 8.21 0 004.33-5.75 7.8 7.8 0 01.7-2.24c.76-1 3-1.69 4-2.3 5.73-3.27 11.74-6.29 17.16-10.07 8.11-5.66 18.87-19.81 9.49-29.19-10.58-10.59-18.71 9.87-13.73 18.32 7.73 13.14 24.74-6.26 31-11.51l-10.16-4.21c-1.13 8.49-1.37 16.22 2.14 24.19 1.72 3.89 8.58 3.92 10.29 0 2.83-6.52 2.84-12.71-.37-19.11-2.74-5.44-11-2.64-11.1 3l-.23 25.18 11.69-1.58a84.09 84.09 0 01-2.69-17.84c-.16-5.2 0-9.78-2.25-14.59-3.26-6.93-13.52-.89-10.28 6zM61.83 440.61c2.31-3.48 4.31-7.68 8-9.05 3-1.11 5.06-4 4.16-7.32-.8-2.91-4.29-5.28-7.32-4.16a21.9 21.9 0 00-8.95 5.71 72.22 72.22 0 00-6.19 8.81c-1.78 2.68-.53 6.59 2.13 8.15a6.07 6.07 0 008.15-2.14zM54.08 516.38c-.94 7.71 4.26 13.87 9.48 18.8 5.57 5.26 14-3.14 8.42-8.42-3.06-2.89-6.55-5.79-6-10.38.39-3.2-3-5.95-5.95-5.95-3.55 0-5.56 2.74-6 5.95z'/%3e%3cpath class='cls-3' d='M50.23 515.47c1.85 2.69 2.84 5.81 4.31 8.71a56.64 56.64 0 005.74 9c2 2.54 5.12 3.9 8.15 2.13 2.5-1.46 4.11-5.58 2.13-8.14a56.64 56.64 0 01-5.74-9c-1.47-2.9-2.46-6-4.31-8.71-4.31-6.27-14.64-.32-10.28 6z'/%3e%3cpath class='cls-3' d='M72.21 537.14c7.66 0 7.67-11.91 0-11.91s-7.68 11.91 0 11.91zM131.19 508.51c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M119.05 495.83a33.42 33.42 0 01-15.62-4.52c-6.66-3.82-12.67 6.47-6 10.28a46.48 46.48 0 0021.63 6.15c7.66.28 7.65-11.62 0-11.91z'/%3e%3cpath d='M47.69 436.31c-.4-2.75 4.64-4.52 6.26-5.9a22 22 0 006.29-9.68c2.57-7.23-8.93-10.35-11.48-3.16-1.58 4.47-6.07 5.38-9 8.62-3.43 3.74-4.21 8.41-3.5 13.28.47 3.19 4.5 4.94 7.33 4.16 3.41-.94 4.62-4.13 4.15-7.32z'/%3e%3cpath d='M46.18 436.51c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM148 449.38a15.06 15.06 0 013.38 10.62c-.19 3.21 2.87 6 6 6a6.07 6.07 0 006-6 25.25 25.25 0 00-5-16.66c-1.94-2.56-5.13-3.9-8.15-2.14-2.51 1.47-4.09 5.57-2.13 8.15zM46.18 526.73c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM319.43 292.61a37.92 37.92 0 00-.19 8l11.69-1.58-2.46-13.68c-1.23-6.86-11.41-4.84-11.69 1.58l-.31 7.08c-.33 7.67 11.54 7.64 11.91 0a118.74 118.74 0 00-4.49-38.46c-2.11-7.36-13.35-4.28-11.48 3.17l2.45 9.72 10.88-4.59a32.86 32.86 0 01-3.74-15.78h-11.92v11.72c0 2.78.79 7.33-.2 9.83l2.74-3.56 1.48-.34c-.89-.3-1.77-.61-2.64-.94-1.17-.42-2.34-.86-3.5-1.31q-4.5-1.77-8.87-3.84c-4-1.9-9.73-3.74-11.7-8.07l-6.72 8.75c2.27.32 3.83 1 4.52 3.29l10-5.79c-4.71-4.68 2.66-13.3 4.86-17.57a83.52 83.52 0 004.13-9.51q.9-2.49 1.62-5c.25-.85.47-1.7.67-2.57q1.17-3.35-.83-.22l-4.59.6-1.32-1.25 10.88-4.59a15 15 0 00-4.82-4.91 31.3 31.3 0 00-4.59-1.61l1.74 4.21v-.8l-4.37 5.74-.28.1-.93-7.21c.71-1.27 3.67 1.53.67-1.59a9 9 0 00-3.43-2.29c-2.92-1.09-5.68-.26-8.11 1.54-2.66 2-4.73 4.62-7.48 6.55-1.81 1.27-6.27 4.69-8.45 4.57l4.21 1.74c-5.26-4.7-.5-14.93 2.09-19.76 3.59-6.7 7.66-13 9.46-20.53l-4.16 4.16q-2.85-2.26-3.67.52l-1.79 2.71a94.583 94.583 0 00-3.5 5.91 103.52 103.52 0 00-5 10.72c-1.3 3.21-2.6 6.36-.91 9.69a7.42 7.42 0 003.75 3.45c.58.27 4.22.79 4.25.82l-1.74-4.21-.09 1 4.37-5.74c-5.53 1.67-12.25-4.8-16-8.21a71.72 71.72 0 01-6.4-6.53c-1.11-1.3-2.18-2.64-3.17-4l-.95-1.37c-.71-1.46-.88-1.53-.52-.2h-11.58c2.15-1.93 2.26-3.1.31-3.53-.61-.31-1.21-.66-1.79-1a34 34 0 01-3.28-2.31c-2.38-1.9-4.56-4-6.87-6-4.62-4-9.45-7.4-15.44-8.91-7.44-1.87-10.61 9.61-3.17 11.48 9.17 2.31 14.93 11.24 22.75 16 4.06 2.48 9 4.46 13.72 2.58 4.37-1.76 7.09-7 5.25-11.48-2.05-5-9.93-6.26-11.48 0-2.27 9.18 8.52 18.82 14.72 24.28 7.25 6.39 16.76 13.81 27 10.71a6.19 6.19 0 004.37-5.74c.38-4.46-5.21-10.3-10.1-8.54q2.49 7 3.47 3.37c.3-.81.61-1.61.94-2.4.57-1.38 1.21-2.73 1.86-4.06a92.43 92.43 0 014.56-8.28c2.89-4.68 6.91-9.64 5-15.53a9.81 9.81 0 00-12.12-6.64 6 6 0 00-4.15 4.16c-2.34 9.77-9.32 17.51-12.39 27-2.41 7.5-3.28 22.23 5.81 26.06 4 1.67 8.53-1 12-2.79a47.86 47.86 0 006.09-3.82c1.71-1.25 5.11-3.22 6.07-5.09l1.12-1.14-4.12-.77c-.15.25 1.75 2.13 2.1 2.44a9.63 9.63 0 005.62 2.47 10.61 10.61 0 0010.53-5.46 6.16 6.16 0 00-.93-7.22 10.79 10.79 0 00-11.3-3.16 6.1 6.1 0 00-4.37 5.74 7.33 7.33 0 003.39 6.56c1.52 1 4.87 1.06 5.86 2.56 3.7 5.54 12.53 2.15 10.88-4.59-1.29-5.3-7.31-9.47-12.45-6-2.51 1.7-3.08 4.11-3.77 6.87a67.44 67.44 0 01-3.65 11c-4.87 11.06-15.81 24.13-4.57 35.28 4.15 4.11 11.69 0 9.95-5.79-1.8-6-6.48-10.72-12.84-11.61-5.29-.74-9 3.74-6.72 8.74 2.57 5.64 8.15 8.51 13.45 11.13A149.91 149.91 0 00310 276.9c5.54 1.79 11.11-.13 11.84-6.48.83-7.26.11-15 .14-22.35 0-7.66-11.86-7.67-11.91 0a45.87 45.87 0 005.38 21.83c3.19 6.1 12.49 1.84 10.88-4.58l-2.45-9.73-11.48 3.17a108.15 108.15 0 014.06 35.29h11.91l.31-7.08-11.68 1.59 2.46 13.68c1.18 6.55 12.22 5.11 11.69-1.59a38.6 38.6 0 01.2-8c.41-3.21-3-5.92-5.95-5.95-3.56 0-5.55 2.78-6 5.95z'/%3e%3cpath d='M179.38 96.15a52.82 52.82 0 005.68 22.48l6.72-8.74a25.53 25.53 0 00-14.15-.69l7.53 5.74c.21-2.18 5.45-5.06 6.84-6.63 2.54-2.89 4.11-6.28 3.75-10.17l-4.37 5.74 1.05-.2-4.59-.6c-1-.71.34 1.3.43 1.51.61 1.53 1.32 3 2 4.55 1.12 2.69 2.2 5.41 3.23 8.14 2 5.35 3.85 10.77 5.55 16.23l10-5.79c-1.39-1.3-1.07-2.16-.06-3.54h-10.37v-1.48l10.88-1.42q-1.59-4.36-7.42-.64a15.53 15.53 0 01-.07 2.46 21.13 21.13 0 01-1.46 5.52H212c-.2-.7-.8-2.52 0-3.19l-4.21 1.75c-1.5-1-1.83-1-1 .11.45.77.88 1.55 1.3 2.35q1.26 2.37 2.37 4.81a85.18 85.18 0 013.81 10.29l4.15-7.32h1.33l3.56 2.74c.58.93-.4 3.67-.83 5.11l10.88-1.43a8.9 8.9 0 01-1.23-1.91c-4.38-.07-6.51 1.46-6.37 4.6l10.24-4.25a6.45 6.45 0 01-1.21-1.72q-1.37-3.13-3.73 3.19c.38.47 2.31.73 2.93 1.12 2.26 1.42 3.15 3.56 3.58 6.1.54 3.19 4.47 4.93 7.32 4.16-1.66.45-.63-1-.56 1a11.15 11.15 0 01.09 2.46 6.55 6.55 0 01-2.94 4.48l8.15 2.14c-1.65-2.41-2.25-5.49-3.93-8l-2.25-3.21-5.52-8.2-5-7.39-2.21-3.28-1.65-2.46q-1.56-3.15-3.41 2.88l-4.59-.6.76.34c6.93 3.13 13-7.13 6-10.28-4-1.83-8.33-1.08-10.65 3-2.69 4.74.66 9.27 3.25 13.12l11.06 16.41c2.9 4.31 5.63 10.1 10.18 12.92 9.09 5.66 18.84-6.12 10.47-13.24a9.17 9.17 0 00-12.24.83c-3.55 3.64-3.35 9.21-.63 13.21 1.75 2.55 5.3 4 8.15 2.13a18.75 18.75 0 008.77-17.74c-.79-7.34-6.65-14.11-14.54-12l7.33 4.16c-1.44-8.53-9.17-15.79-18-16a8.13 8.13 0 00-8.45 6.57c-.83 4.62 2.1 9 5 12.29 3.75 4.3 9.67.43 10.17-4.21.71-6.6-3.74-15.35-11.79-12.57-7.13 2.46-6.5 10.78-2.8 15.89 2.94 4.08 9.3 3.78 10.88-1.42 2.85-9.43-5.76-18.64-15.41-15.27-3.77 1.32-7.14 4.88-6.89 9.12.29 4.8 5.33 8.51 9.93 6.66 2.91-1.17 5.2-4 4.16-7.33a109.07 109.07 0 00-5.39-13.94c-1.87-4-3.93-9.16-8-11.42-10-5.56-13.84 8.53-11.86 15.57 1.69 6 9.49 5.27 11.48 0 2.38-6.27 4.48-19.64-4.93-21.22a9 9 0 00-9.19 4.64c-2.22 4-.72 8.35 1.31 12.08 2.3 4.24 10 3.7 10.88-1.42a10 10 0 00-1.21-7.69c-2.53-4.06-7.66-3.58-10.28 0a13.75 13.75 0 001.92 18c4.17 3.93 11.78.09 10-5.79-2.55-8.2-5.42-16.28-8.71-24.21-2.67-6.45-4.9-15.34-13.57-13.74a6 6 0 00-4.37 5.74c.29 3.11-4.61 5.39-6.54 7.51a14.85 14.85 0 00-4 9.29c-.39 4.09 4.09 6.47 7.53 5.74a13.69 13.69 0 017.83.69c5.27 1.83 8.86-4.45 6.72-8.75a38.78 38.78 0 01-4.05-16.47c-.22-7.64-12.12-7.68-11.91 0z'/%3e%3cpath class='cls-3' d='M266.3 338.7a29.24 29.24 0 002.53 3.71c.41.55.72 1.2 1.14 1.72s-.18-.77 0-.08c.12.52.09-.85.11-1l11.7 1.58a66.39 66.39 0 00.22-9.46c-.16-3.11-2.63-6.1-6-5.95-3.09.14-6.11 2.62-5.95 5.95a65 65 0 01-.22 9.46c-.28 2.94 2.48 5.49 5.16 5.85s6.11-1.33 6.54-4.26a12.05 12.05 0 00-1.55-8.5c-1.06-1.73-2.48-3.19-3.42-5a6 6 0 00-8.14-2.13 6.08 6.08 0 00-2.14 8.14zM94.76 423.5c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-3' d='M91.72 424.37c7.67 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM104.74 531.93c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M106.47 531.93c7.66 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.87 532.8c7.66 0 7.67-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M103.44 532.8c7.66 0 7.67-11.9 0-11.9s-7.68 11.9 0 11.9zM139 475.55c7.66 0 7.68-11.91 0-11.91s-7.67 11.91 0 11.91zM138.13 445.62c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9z'/%3e%3cpath class='cls-3' d='M138.13 444.75c7.67 0 7.68-11.9 0-11.9s-7.67 11.9 0 11.9zM139.87 475.55c7.66 0 7.67-11.91 0-11.91s-7.67 11.91 0 11.91z'/%3e%3cpath class='cls-1' d='M300.94 310.07a138.55 138.55 0 009 24.56c2.74 5.82 11.37.75 8.63-5a125.84 125.84 0 01-7.95-22.18c-1.61-6.23-11.25-3.59-9.64 2.66z'/%3e%3cpath class='cls-1' d='M324 343.89c-2.14-6.73-2.26-14.15-3-21.14l-2.27-21.87c-.65-6.34-10.66-6.4-10 0l2.46 23.77c.75 7.25.92 14.91 3.15 21.9 1.94 6.11 11.6 3.5 9.64-2.66z'/%3e%3cpath class='cls-1' d='M313 293a43.68 43.68 0 015 12.56l9.64-2.66a50.69 50.69 0 01-2-15.29l-8.53 3.54a16.4 16.4 0 014.36 13.3l9.14-1.2a66.24 66.24 0 01-7.74-39.25l-9.82 1.33a29.38 29.38 0 011.47 11.21l9.31-2.52a40.92 40.92 0 01-3.19-10c-.41-2.24-1.59-7.88-.27-10l-3 2.3c-2.08-1.1-2.42-.73-1 1.11a23.28 23.28 0 01.86 3 30.61 30.61 0 01.55 5c.17 3.92-.12 7.84.11 11.76.42 7.07 2.2 13.77 7.37 18.86 4.26 4.18 10.14-1.08 7.86-6.06a116.44 116.44 0 01-10.48-44l-9.82 1.33a28.93 28.93 0 01.48 10.12l7.52-4.32c-3.56-1.65-5.31-4.76-4.19-8.63l-8.35 2.21a15.94 15.94 0 014.1 11.72 13.56 13.56 0 01-.58 3.15c1.54.33 1.53.12 0-.61-1.35-1.93-3.25-3.23-4.49-5.38l-5.64 7.34a10 10 0 014.71 3.55 10.61 10.61 0 011.32 2.6c.18 2 1 1.65 2.51-1.08 0-.32-3.81-3.5-4.25-4.2a13.25 13.25 0 01-2-5.54l-6.38 4.75a5.66 5.66 0 013.24 6.78l6.16-3.49A32.42 32.42 0 01291.71 253l-4.32 7.52c1.37 1 2.19.42 2.47-1.78l3.85-.5c-2.95-.79-3.39-9-3-11.92l-8.54 3.53c1.69 1.45 3.9 3.4 4 5.85 0 .73-1.47 4-2 2.24l-7.34 5.64a39.86 39.86 0 0110.81 9.27c3.79 4.6 10.25-1.26 7.85-6.06a42.77 42.77 0 01.52-39.08l-7.85 1a34 34 0 0110.25 17.18l9.14-3.86a39.5 39.5 0 01-4.78-20.73l-8.53 3.54a19 19 0 016.31 9.06c.8 2.66 1.28 8.25-2.67 4.71a13.7 13.7 0 01-2.84-4.89 10 10 0 00-.7-1.83l-.16-.84-2.38 2.35c.05.56 2.12 2.53 2.39 3.29a6.75 6.75 0 01.29 4 6.48 6.48 0 01-6.2 4.5c-3.67.11-6.05-3.08-8.27-5.56a80.61 80.61 0 01-13.12-20.07c-6.74-14.6-9.75-30.61-16-45.4-6.43-15.15-16.86-27.59-28-39.48-6.55-7-13.11-13.94-20.12-20.47-5.79-5.4-13.37-11.5-13.9-20L182.4 99a13.54 13.54 0 019.43 10.29l6.15-6.15c-3.9-.94-6.12-3-7.71-6.69l-6.84 6.84a27.34 27.34 0 016.32 4.27 54 54 0 014.57 4.77l2.29-3c1.22.1 1.29 0 .2-.33a7.71 7.71 0 01-2.05-1.07 11.55 11.55 0 01-3.21-3.57l-6.84 6.84c.78.47 4.7 4 3.14-.51-.25-.76-3.08-1.94-3.73-2.39a61.66 61.66 0 01-7.88-6.53c-4.79-4.58-10.93 2.13-7.08 7.07l15 19.19c3.6 4.62 10.45-1.27 7.85-6.06a112.08 112.08 0 00-11.8-17.48c-3.8-4.66-10.18 1.27-7.86 6.06A58.91 58.91 0 00185 127.79c2.91 2.73 7 1.31 8.36-2.21 2.46-6.56-.8-11.88-1.52-18.34-.71-6.26 6.5-5.39 9.82-9.39a5.16 5.16 0 000-7.07c-5.91-6.53-15.51-2.7-19.29 4.06-2.13 3.83-2.95 8.2-5.24 12a27.8 27.8 0 01-10.28 9.69l6.06 7.85c4-3.16 9.15-4.25 14.05-5.16 2.85-.53 6.61-1.63 9.49-.91s3.53 3.61-.09 1.94c-1.7-.79-1.61-2.37-2.78-.54s.81.74 2.13.93c1.85.27 3.73 1.48 3.73 3.5 0 1.31-1.35 3.51-2.62 1.72-.48-.68.45-1 .9-1.4a7.67 7.67 0 012-.82c1.59-.26 1.94-1.54 1.07-3.85l3.53-1.46-.88.1 4.32 2.48a9.06 9.06 0 01-.09-9.6h-8.63l12.67 22.88c2.68 4.83 11.17 1.55 9.14-3.86l-4.4-11.68c-2.23-6-11.12-3.72-9.64 2.65.51 2.18-3.62 1.23-4.5 1.7-2.12-.59-2.64.4-1.55 3a5.26 5.26 0 011.08 1.52 21.18 21.18 0 011.3 4.14 5.32 5.32 0 010 2.6c-1 .83-1.06 1.24-.06 1.24l-3.67 4.82c3.89-.67 7.16.86 9.76 3.67 3.83 4.15 10.89-1.24 7.85-6.06l-3.65-5.79-7.85 6.06 11.09 12.72 6.06-7.85-11.75-7.14c-4.72-2.87-10.58 4.24-6 7.85 6.83 5.46 10.9 13 14 21 3.7 9.49 6.86 19.21 9.9 28.93l6.15-6.15a83 83 0 01-24.71-15.93l-6.06 7.86a215.55 215.55 0 0129.16 20.17l6.06-7.85A70.94 70.94 0 01217.18 177l-4.86 8.35a147.9 147.9 0 0124.32 12.93l5.05-8.63-3.43-1.81c-5.78-3-10.23 4.94-5 8.64a33.54 33.54 0 018.71 9.14l7.85-6.06a12 12 0 01-2.65-6.06l-9.37 2.5a8.44 8.44 0 011.81 4.42l9.31-2.52a16.7 16.7 0 01-3.14-10.47l-9.32 2.57a40.71 40.71 0 014.3 23.08l8.53-3.54a197.53 197.53 0 01-28.14-41.17l-5.64 7.35a7.54 7.54 0 012.73.88c.36.23 1.83 2.24 2 2.24 1.35 0 4.56-5.54 5.67-6.88 2.85-3.45 5.75-6.91 7.7-11 4.05-8.45 3.38-17.57.37-26.25-2-5.72-5.18-18-13.55-15.75-3.24.87-5.6 4-6.34 7.14-1 4.32 1.88 7.35 2.11 11.43l5-5c-1.61 0 .07-1.43.62-1.58 1.77-.47 3 1.19 3.57 2.58 1.51 3.57-.62 7.2-2.6 10.08l9.32 2.52c0-.26-1.72-.55-1.2-.87l6.84 1.8c-.24-1.47-1.1-2-2.59-1.68 1.09-4.14 1.44-5.08 1.07-2.84.74.53 1.23-.28 1.32 1.36.16 3.23-4.25 1 1.2 5.65a7.73 7.73 0 012.65 1.31c.47 1.05.74 1.13.81.23l3.85.51q-4 7.46 3.35 5.18l-1.28 4.86c1.37-1.24 7.9.69 2.72-2.65-2.94-1.89-1.76-1.3-3.2.58a8.43 8.43 0 01-2.78 2.28l7.52 4.32A69.57 69.57 0 01253.7 144l-9.14 1.2c2.52 4.55 5.87 10.42 3.79 15.77s-9 4.84-13.73 4.63c-9.28-.43-22.72-6.82-27 5.51-1 2.86 1.68 6.65 4.82 6.33l39.17-4c4.57-.47 13.29-3 17.37-.29 4.89 3.31 3.39 11.4 2.81 16.28l7.52-4.31q-1.56-2-3.44.13-2.67.19-2.13 2.37c-.89 1.72-1 2.4-2.65 3.64a15.82 15.82 0 01-4.35 2l-1.47.44c-2 .26-2 .57.17.94l1.46 3.54c.28-2.7-1.52-.69-3.21.37a9 9 0 01-4.22 1.3c-3.94.21-7.45-1.81-10.52-4l-2.52 9.32a25.78 25.78 0 018.95 1.59c1 .37 1.82.88 2.74 1.33 2 1 .23 1.38 2 .73-6 2.24-3.71 11.07 2.66 9.65a14 14 0 0112.71 3.36l-1.29-4.86-.57 1.6 8.36 2.21q-2 2-.09 3.53a28 28 0 011.26 2.51l8.64-5c-.5 1.15-.31 1.49.56 1a9.49 9.49 0 012.31-.41 20.51 20.51 0 004.65-1.19l-4.86-1.28a16 16 0 0013.74 5.53c3.63-.34 6.42-4 4.32-7.52-1.88-3.14-4.57-4.74-7.95-5.91-4.69-1.62-7-2.34-8.35-7.62-1.28-4.83-2-9.84-2.93-14.75-.77-4-1.54-8.33-4.79-11.18-6.8-6-13.42 1.55-13.19 8.62a24.09 24.09 0 0012.6 20 5 5 0 007.52-4.31c-.11-7-6.91-11.31-13.52-10-7.95 1.56-10.75 9.83-12 16.85l8.36-2.2c-2.41-2 .39-2.56.47-2.09.47 2.71-1 .65-1.95 1.54-3.34 3.31.81 2.65 2.58 3.5 1.5.72 2.56 1.32 2.43 3l3.67-4.82c-1.36.23 5.19 1.69 5.26 1.72 1.14.42 2.75 1.39 2.64 2.79-.2 2.5-6 1.33-7.71 1.18a82.84 82.84 0 01-19.51-4.42l-1.33 9.83a42 42 0 016.41 2c-3.32 2.22-3.29 8.2 1.19 9.14l.95.7 3-7.35 1.86.37-2.23 8.26-1.07-.88 6.33-4.82a22.75 22.75 0 01-11.51-4.79l-1 7.85a8.43 8.43 0 014.92-2.09c-.13-6.43-10.13-6.45-10 0 .17 8.59 12.54 11.1 15.14 2.46 2.75-9.15-8.45-14-15.11-9-2.31 1.73-3.76 5.59-1 7.85a32 32 0 0015.92 7.36c3.22.48 6.26-1.27 6.33-4.82a8.88 8.88 0 00-11.59-8.76 5 5 0 00-2.2 8.35c2.26 2.39 4.72 2.92 7.87 2.2 3.31-.74 4.4-4.61 3-7.34a9.62 9.62 0 00-6.92-5.3l1.2 9.14a10.1 10.1 0 003.36-13.4c-2.91-5.53-9.17-6.65-14.82-7.21-5.9-.6-6.35 8.08-1.33 9.82 9 3.11 20.42 6.28 30 4.81a11.49 11.49 0 007.34-18.59c-4.73-6.15-15.71-8.29-21.14-1.85s.41 15.71 8.43 14.35c2.26-.38 3.5-2.77 3.67-4.82.77-9.61-12.75-17.14-21-12.87-4.6 2.37-5.21 8.13-2.27 12.05a11.88 11.88 0 0013.12 3.9c9.84-3.28 9.4-18.47-.63-21.16-11.41-3.07-18.63 11.77-9.78 19.18 2.59 2.18 7.63 1.83 8.35-2.21.48-2.64.8-5.8 2.37-8.06.46-.66 3.5-2.53 3.52-1.44l7.52-4.32a14.48 14.48 0 01-5.69-5.29 13.55 13.55 0 01-1.44-3.26c-.14-.48-.32-3.94-.52-4.18q-4.15-.81-2.92 1.16a5 5 0 01.55 1.72c.43 1.51.6 3.13.89 4.67.66 3.42 1.28 6.85 2 10.27 1 5 2.46 10.17 6.37 13.73a16.34 16.34 0 005.56 3.12c1.8.66 5.12.86 6.17 2.61l4.31-7.52a7 7 0 01-6.67-2.6 4.84 4.84 0 00-4.87-1.29c-4.32 1.81-9 1-12.43 4.81-2.62 2.91-3.45 7.16-1.07 10.44a5 5 0 008.64-5c-2.23-4.75-6-9.46-11.8-8.77-5.52.65-8.52 5.17-7.65 10.42.58 3.55 6.1 5 8.35 2.21a14.2 14.2 0 003.14-6 5 5 0 00-1.28-4.87 24.55 24.55 0 00-22.44-5.94l2.66 9.65a9.79 9.79 0 004.64-15.15c-4.44-6.29-13.79-8-20.94-8.15-5.36-.12-6.28 6.59-2.53 9.31 5.62 4.08 12.76 6.59 19.71 4.84 5.9-1.48 12.33-6.47 12.76-13s-6.31-9.88-11.83-7.76c-5.11 1.95-11 9.29-5.41 14 4.64 3.9 13.36-.06 17.61-3 5-3.44 8.31-9.64 6.66-15.77-1.53-5.69-8.45-10.08-13.31-5.09-5.28 5.41-.75 11.82 4.17 15.16 3.48 2.36 7.12-.9 7.53-4.32.8-6.76 1.14-13.83-2.66-19.83-3.61-5.7-9.56-7.73-16.05-7.31-16.89 1.07-33.8 3.42-50.64 5.13l4.83 6.33c.38-1.13 17 1.85 19.2 1.88 5.69.08 11.85-.49 16.4-4.28 9.9-8.25 5.54-21.77.29-31.22-2-3.66-8.19-3-9.14 1.19a78.41 78.41 0 00-1.67 24.81c.35 3.68 4 6.35 7.53 4.32 5.18-3 11.56-10.51 7.89-16.8-4-6.84-12.82-2.09-14.52 4-1.81 6.5 3.88 13.15 10.65 11s6.67-10.4 2-14.53c-4.13-3.66-12.63-4-15.66 1.4-3.57 6.31 5 11.32 10.3 9.14 6.87-2.8 5.62-11.8.58-15.7s-14-2.35-13.81 5.26c.2 7.9 10.28 8.31 13.57 2.13s-1.13-12.92-7-15.53c-6-2.69-14.89-1.24-15.47 6.7-.52 7.05 7.35 10.06 12.93 7.06 5.76-3.1 7.8-11.09 4.68-16.73a10.88 10.88 0 00-16.1-3.09 9.29 9.29 0 00.85 15.05c5.54 3.71 13.2.67 13.65-6.28.53-8.21-9.9-12.17-14.71-5.26-4.52 6.48 3.32 14 9.92 10.69 7.14-3.54 3.15-12.88-3.6-13.55-9.79-1-10.53 10.24-7 16.63a5.05 5.05 0 006.84 1.8c5.78-3.56 6.82-12.55.73-16.48-6.49-4.18-14.62 1.51-14.58 8.71 0 5.2 6.6 6.49 9.32 2.52 3.7-5.4 5.76-12 3.43-18.41-2.11-5.79-7.55-9.84-13.8-9.22-13.44 1.33-13.68 21.2.14 21.51a5 5 0 005-5 22.73 22.73 0 00-1.67-6.94 9.27 9.27 0 00-.73-2.25c-2.75-.63-3.65-.22-2.69 1.2.25.54.49 1.07.72 1.61 2.32 5.23 4.65 11 4.73 16.76S224 158.53 220.39 163c-2.78 3.48-6.17 6.7-7 11.26-1.5 7.9 7 16.08 14.21 10.2 8.08-6.56-2.3-17-9.39-18.41a5.07 5.07 0 00-5.65 7.35 207.57 207.57 0 0029.7 43.19c3.15 3.53 8.16.43 8.54-3.53a50.29 50.29 0 00-5.66-28.12c-2.37-4.57-9.21-2.22-9.32 2.52a26 26 0 004.47 15.54c2.54 3.75 9.75 2.82 9.32-2.52a18.15 18.15 0 00-3.18-9.47c-2.48-3.57-10-2.89-9.31 2.53a24.62 24.62 0 005.58 13.14c3.57 4.4 10.94-1.34 7.86-6.06a47 47 0 00-12.3-12.74l-5 8.64 3.43 1.8c5.71 3 10.44-5.11 5.05-8.63A161.44 161.44 0 00215 175.7c-4.81-2-8.18 5.09-4.87 8.36a78 78 0 0024.25 16.37c4.68 2 10.87-3.88 6-7.85a230 230 0 00-31.18-21.74c-4.82-2.79-10.31 3.92-6.06 7.85a96.5 96.5 0 0029.12 18.5c3.57 1.47 7.2-2.81 6.15-6.15-3.35-10.69-6.76-21.44-11.06-31.79-3.55-8.56-8.1-16.71-15.45-22.57l-6.06 7.85 11.74 7.14c5 3.08 9.67-3.71 6.06-7.85l-11.06-12.72c-3.74-4.28-10.87 1.28-7.86 6.06l3.65 5.79 7.86-6.06c-5.17-5.59-12.1-7.52-19.49-6.24-2.26.39-3.52 2.77-3.67 4.82-.83 11.25 14.05 12.54 18.73 3.83 4.16-7.75-.49-22.11-10-23.48-9.25-1.33-15.27 12.35-5.64 16.28 9.24 3.78 22.93-2.2 20.3-13.48l-9.64 2.65 4.4 11.69 9.14-3.85-12.66-22.88a5 5 0 00-8.63 0 19.23 19.23 0 00.08 19.69 4.89 4.89 0 004.32 2.48c6.08-.7 9.75-8 4.85-12.78-5.09-5-15.07-1.7-19.11 3.12-10.26 12.23 12.06 25.79 19 10.92a13.19 13.19 0 00-5-16.7c-5.14-3.19-14-3.74-18 1.66-5 6.81 3.88 14.35 10 15.84 6.56 1.61 14-2.66 14.07-9.84.12-9.52-9.91-13.1-17.83-12.21-9.21 1-18.29 3-25.68 8.87-4.55 3.59 1.27 10.58 6.06 7.85a38.19 38.19 0 0013.48-12.65 42.3 42.3 0 003.76-7.89c.48-1.28 3-9.41 5.45-6.74v-7.07c-1.77 2.13-5.2 2.29-7.51 3.85a12.16 12.16 0 00-4.88 7.25c-1.77 7.13 4 14.44 1.51 21l8.36-2.2a51.17 51.17 0 01-11.17-15.24l-7.86 6.06a98.44 98.44 0 0110.36 15.5l7.85-6.06-14.94-19.19-7.08 7.07c5.17 5 15.66 15.6 23.65 11.63a8.35 8.35 0 004.35-8.87c-.62-4.28-3.88-6.93-7.4-9-4.23-2.53-9.51 2.56-6.84 6.84 3.34 5.35 16.11 15.87 20.79 6.16 3.9-8.11-9.35-17.89-15.23-20.93-4.73-2.43-8.8 2.35-6.84 6.85a19.73 19.73 0 0013.68 11.29 5.06 5.06 0 006.15-6.15 23.65 23.65 0 00-16.41-17.29c-3-.91-6.53 1.62-6.33 4.83.71 11.39 8.36 19.19 16.29 26.58 9.28 8.67 18.09 17.93 26.56 27.39 8.72 9.74 16.25 20.2 21.09 32.41 4.43 11.18 7.24 22.9 11.42 34.16A98.44 98.44 0 00272.28 246c6.36 7.23 14.89 12.23 24.31 6.81 8.46-4.87 10.25-16.06 4.65-23.82-2.29-3.18-6.24-6.33-10.39-6-4.76.42-7 4.65-6.66 9.07.8 9.6 11.05 22.13 21.55 16.34 11.79-6.5 2.76-24.55-4.52-30.7-3.29-2.79-8.37-1-8.54 3.53a49.67 49.67 0 006.14 25.78c2.75 5.07 10.5 1.57 9.14-3.85a43.53 43.53 0 00-12.82-21.59c-2.27-2.09-6.28-1.94-7.85 1a53.37 53.37 0 00-.53 49.17l7.86-6.06A47.36 47.36 0 00281.78 255c-3.69-2.15-8.62 1.42-7.34 5.64a10.8 10.8 0 0018.11 4.36c6.56-6.82 3-16.75-3.35-22.17-3.5-3-8-.81-8.53 3.54-.81 6.82 3.37 24.78 13.64 21.31 4.13-1.4 5.24-6.22 3.8-9.95-1.78-4.57-6.13-6.71-10.72-7.16-3.83-.37-6.17 4.51-4.32 7.52a43.72 43.72 0 0021.25 17.87c2.46 1 5.55-1.11 6.15-3.49 2.08-8.35-2.34-16.06-10.23-19.08-2.81-1.07-6.71 1.75-6.33 4.82.69 5.68 2.7 10.86 6.83 15 3.32 3.29 9.16 7.29 13.79 4.14s3.8-9.14 1.79-13.45c-2.42-5.22-6.72-8.64-12-10.62-4.23-1.59-7.68 3.81-5.64 7.34 4 6.94 15.58 17.11 21.66 6.39 4.95-8.72 1.19-20.43-4.95-27.38-2.57-2.9-7.36-1.22-8.36 2.21a16.74 16.74 0 008.79 19.91c3.66 1.7 7.07-.39 7.52-4.31a37.14 37.14 0 00-.84-12.78c-1.27-5.45-10.05-4.32-9.82 1.33A129.47 129.47 0 00324.49 295l7.85-6.06c-10.7-10.53 1.91-31.21-10.68-41-6.25-4.86-11.15 1.11-11.51 7.32a49.71 49.71 0 005.05 23.84c2.25 4.82 9.06 2 9.32-2.53a37.09 37.09 0 00-1.83-13.87c-1.84-5.56-9.25-4.2-9.82 1.33a75.56 75.56 0 009.13 44.26c1.9 3.46 8.53 3.19 9.14-1.2a27.22 27.22 0 00-6.93-23c-3-3.3-8.44-.62-8.54 3.54a59.86 59.86 0 002.33 17.92c1.77 6.2 11.1 3.6 9.64-2.66a52.46 52.46 0 00-6-14.95c-3.27-5.53-11.92-.51-8.63 5.05zM42.89 523.33h.59L40 521.88c.62.64 1.24 3.9 1.7 5a56.3 56.3 0 003.16 6.37A60.17 60.17 0 0052.94 544c4.42 4.7 11.48-2.38 7.08-7.07A47.54 47.54 0 0150.81 523c-1.77-4.15-2.29-9.55-7.92-9.67-6.44-.14-6.43 9.86 0 10zM41.61 444.87c1-4.89 4.8-8.33 7.92-12a62.18 62.18 0 008-11.43c3-5.71-5.67-10.77-8.63-5.05-4.67 9-15 15.54-17 25.82-1.23 6.28 8.41 9 9.65 2.65z'/%3e%3cpath class='cls-1' d='M39.09 433.44L51 426c1.67-1.05 3.36-2.07 5-3.24a25.25 25.25 0 002-1.65 6.29 6.29 0 001-.95c.84-.7.56-.79-.83-.28l-3.54-1.47.5.44-1.46-3.53v.6l1.46-3.54c-2.9 3-5.73 5.61-8 9.18a86.65 86.65 0 00-6 11.9c-2.56 5.84 6.05 10.94 8.64 5.05 2.23-5.09 4.48-10.49 8.07-14.8 2.84-3.4 8.78-7 4.36-11.93s-8.44.06-11.85 2.75c-5 3.9-11 6.93-16.3 10.27s-.42 12.07 5.05 8.64z'/%3e%3cpath class='cls-1' d='M57.24 423c6.44 0 6.45-10 0-10s-6.44 10 0 10zM39.46 522.91c4.51 3.25 8 7.2 11.63 11.41A67.39 67.39 0 0062 544c5.13 3.89 10.12-4.79 5-8.64-8.24-6.36-14-14.96-22.5-21.08-5.23-3.77-10.23 4.9-5 8.63z'/%3e%3cpath class='cls-1' d='M44.13 524.66c5.94 7.61 12 13.8 21.11 17.47 10.05 4.06 20.61 7.07 30.89 10.51 6.12 2.05 8.74-7.61 2.66-9.64-9.29-3.11-18.66-6-27.88-9.36-8.73-3.15-14.12-8.89-19.71-16-4-5.07-11 2.06-7.07 7.07zM149.46 448a20.85 20.85 0 012.18 9.47L161 455a7.27 7.27 0 01-.76-5.36l-8.36 2.21c1.28 1.23 2.65 3.17 1.9 5l3.49-3.49-.52.22 6.15 3.49q.36-3.16-1.29-.76l-4.87 1.29c-1.29-.94-1.6-.95-1 0a3.12 3.12 0 01.51 1.25c.21 1.47 1.25 1.38 3.14-.28l-1-.43-1.19-.5c-1.66-.34-1.77-.26-.32.25.92.74 1.24.64 1-.32 0-.74-.06-1.48 0-2.23 0-2.23.21-4.46.07-6.69-.16-2.49-.92-4.68-1.3-7.1l-1.28 4.87c-1.78-.59-2.58-.28-2.4.91v2.09q0 1.84.15 3.66a59.15 59.15 0 001.21 7.84c1.39 6.28 11 3.62 9.64-2.66a41.67 41.67 0 01-1-8.84c0-2.42.21-4.78-.67-7.1a8.59 8.59 0 00-11.57-4.65c-5.58 2.5-2.93 7.14-2.69 11.71.25 4.9-1.42 11.33 2 15.48a6.89 6.89 0 002.28 1.83c.08 0 3.28.93 2.12.51 2.37.86 3.56 2.11 6.32 1.43 5.23-1.28 6.51-7.16 5.42-11.81-.87-3.72-3.51-9.17-8.05-9-6.41.21-5.49 7.65-4.81 11.95.39 2.44 3.85 4.45 6.15 3.49 7.86-3.3 4.3-13.9-.46-18.48-2.58-2.48-7.53-1.58-8.36 2.21a18.33 18.33 0 001.67 13.01c2.38 4.5 9.25 2.27 9.32-2.52a32.36 32.36 0 00-3.55-14.48c-2.74-5.82-11.36-.75-8.63 5.05zM41.19 446.84c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-1' d='M42.28 446.4c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-1' d='M43.58 444.23c6.43 0 6.45-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M56.68 445.53c3-3.17 4.56-6.87 6.52-10.66s5.23-5.42 8.06-8.59c4.28-4.78-2.77-11.88-7.07-7.07-2.83 3.17-6.3 5-8.59 8.74-2.09 3.43-3.21 7.53-6 10.51-4.39 4.7 2.67 11.79 7.07 7.07z'/%3e%3cpath class='cls-3' d='M57.94 444.49c3.74-3.78 5.12-9.14 8.29-13.37 1.51-2 3-3.53 2.65-6.28A5.78 5.78 0 0063.5 420c-4.94-.37-8.34 5.72-10.76 9.22a29.53 29.53 0 00-5.46 14.66c-.53 6.41 9.47 6.38 10 0a17.85 17.85 0 013.08-8.08c.76-1.2 1.58-2.36 2.45-3.49.5-.64 1-1.28 1.54-1.91 1.27-1.19 1-1.32-.85-.4l-3.5-1.48.48.52-1.29-4.87c-.2 1.15-3.34 4.44-4.2 6-1.34 2.41-2.12 5.3-4.08 7.27-4.53 4.58 2.53 11.66 7.07 7.08z'/%3e%3cpath class='cls-3' d='M96.36 412.13c-12.67-.9-29.17.17-39.43 8.51-5 4.05 2.12 11.09 7.07 7.07 4-3.22 10.59-4.19 15.51-5a72 72 0 0116.85-.57c6.43.45 6.4-9.55 0-10z'/%3e%3cpath class='cls-3' d='M58.47 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 432.38c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M59.34 431.22c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.18 434.4c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.69c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M58.76 433c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M55.87 437.58c6.43 0 6.44-10 0-10s-6.45 10 0 10zM112.84 511c-2.15 3-4.58 7.83-3 11.51a5.45 5.45 0 007.8 2.71c1.95-1.21 3.14-3.57 4.43-5.42a5 5 0 00-1.8-6.84 5.13 5.13 0 00-6.84 1.79l-1.14 1.64-.48.71c-.61.8-.4.66.65-.43L115 516h-.25l2.52.68-.19-.14 1.79 1.79a3.63 3.63 0 01.44 2.22c.08-.32.18-.63.27-.93s.58-1.44.21-.62a18 18 0 011.72-2.93c1.53-2.13.44-5.65-1.79-6.84a5.14 5.14 0 00-6.84 1.8zM271.87 449.23c6-.49 12.39-1.2 18-3.56 4.5-1.91 6.46-6.1 10.9-8.09 5.86-2.62.78-11.24-5.05-8.63a21.79 21.79 0 00-4.65 2.64c-1.51 1.19-2.39 2.91-3.83 4.09-3.57 3-10.93 3.19-15.34 3.55-6.36.53-6.42 10.53 0 10z'/%3e%3cpath class='cls-3' d='M299.34 437c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M302.23 435.56c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M303.14 425c-6.37.33-9 5.55-14.48 7.79s-12.25 5.92-18.3 4.9c-6.29-1.06-9 8.58-2.65 9.64 6.82 1.15 12.63-.6 19-3.1 2.89-1.14 6-2.05 8.75-3.47 2.07-1.07 5.76-5.66 7.73-5.76 6.4-.32 6.44-10.32 0-10z'/%3e%3cpath class='cls-3' d='M273 446.55c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M275.59 446c6.18-2.15 12.35-.16 17.76-4.82a10.38 10.38 0 014.12-2.41 14.83 14.83 0 003.58-1.36 9.13 9.13 0 002.54-2.53c.52-.75 1.05-2.94 1.76-3.39 4.68-3 1.76-10.68-3.86-9.14a45.38 45.38 0 00-9.12 3.3c-2.71 1.42-4.48 3.81-7 5.39-5 3.15-12.24 2.41-17.73 4.85-5.87 2.61-.79 11.23 5.05 8.64 5.24-2.33 11.32-1.54 16.51-4.2 2.41-1.23 4-3.12 6.07-4.74 2.56-2 5.82-2.75 8.87-3.59l-3.85-9.14c-2.26 1.44-2.71 3.11-4.28 5.06s-4.49 1.8-6.64 3.39c-2.82 2.1-3.67 3.49-7.39 3.72-3.1.2-6.09.29-9.06 1.33-6 2.1-3.44 11.76 2.66 9.64z'/%3e%3cpath class='cls-3' d='M304.83 430.64c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M304 430.93c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M305.12 430.36c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M306 428.62c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M312.47 414.65c-3.42.48-6.4 2.76-9.21 4.63s-5.81 4-8.62 6.18c-2.16 1.65-3.25 4.28-1.79 6.84 1.21 2.12 4.7 3.43 6.84 1.79 2.49-1.91 5-3.76 7.64-5.52 2.33-1.58 5-3.88 7.8-4.28 2.67-.37 4.15-3.79 3.49-6.15-.8-2.87-3.45-3.87-6.15-3.49z'/%3e%3cpath class='cls-3' d='M293.3 428.11c-4.29 1.54-8.5 3.25-12.68 5.07-2.47 1.09-3 4.71-1.79 6.84 1.49 2.56 4.36 2.89 6.84 1.8 3.38-1.48 6.82-2.82 10.29-4.07a5.14 5.14 0 003.49-6.15c-.67-2.46-3.6-4.41-6.15-3.49z'/%3e%3cpath class='cls-3' d='M299.05 432.67c6.43 0 6.44-10 0-10s-6.45 10 0 10zM132.73 468.35a79.77 79.77 0 002.72 9.85c1.57 4.53 8.25 5 9.64 0a28.29 28.29 0 00.33-14 5 5 0 10-9.64 2.65 17.56 17.56 0 01-.33 8.67h9.64a79.29 79.29 0 01-2.72-9.85c-.54-2.64-3.66-4.17-6.15-3.49a5.1 5.1 0 00-3.49 6.15z'/%3e%3cpath class='cls-3' d='M140.88 482.69c6.44 0 6.45-10 0-10s-6.44 10 0 10zM59.05 433c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M58.47 432.67c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M57.31 434.11c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M55 424.87c0 .14-.58 1.41-.12.43-.15.33-.31.65-.48 1s-.36.63-.55.94-.88 1.21-.24.39l8.54 3.54c.06-.87 0 .19 0 .19a8.89 8.89 0 01.25-.93c.12-.6-.4.65-.06.14a6.87 6.87 0 00.48-.83c-.15.33-.49.54-.07.11l.54-.54c.63-.62-.43.17.06 0 .28-.12.57-.32.84-.46 2.37-1.14 3.18-4.69 1.8-6.84a5.13 5.13 0 00-6.84-1.79 12.89 12.89 0 00-7 11 5 5 0 003.07 4.57c1.67.7 4.24.51 5.47-1a23.2 23.2 0 004-7.15 5 5 0 00-3.5-6.15 5.13 5.13 0 00-6.19 3.38zM81.89 537.34c6.44 0 6.45-10 0-10s-6.44 10 0 10zM284.3 441.63c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M285.9 442.53a11.44 11.44 0 006.21-8.17c.71-3.57-2.28-7.33-6.15-6.15a62.39 62.39 0 00-25.87 15.43c-4.58 4.54 2.49 11.61 7.07 7.07a51.42 51.42 0 0121.46-12.85l-6.15-6.15a1.94 1.94 0 01-1.61 2.18c-5.73 2.94-.68 11.57 5 8.64z'/%3e%3cpath class='cls-3' d='M291.24 437.29c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M292.63 427.88l-.2-.07 1.19.51a2.12 2.12 0 01-.36-.21l1 .78a2.13 2.13 0 01-.3-.3l.78 1a2.4 2.4 0 01-.16-.27l-.78-1-1-.78-1.2-.51a4 4 0 00-2-.09 2.54 2.54 0 00-1.26.35 4.94 4.94 0 00-2 1.54 3.83 3.83 0 00-.9 1.7v.09l.5-1.2a1 1 0 01-.1.17l.78-1a2.09 2.09 0 01-.2.22l1-.78a1.28 1.28 0 01-.25.15l1.19-.5a.6.6 0 01-.19.06 5.25 5.25 0 00-3 2.3 3.81 3.81 0 00-.59 1.86 3.74 3.74 0 00.09 2 5 5 0 002.3 3 5.17 5.17 0 003.85.51 6.42 6.42 0 002.69-1.54 7 7 0 001.59-2.66l-9.14 1.2a6.55 6.55 0 004 3.14 5.17 5.17 0 003.85-.5 5 5 0 001.79-6.85 5.26 5.26 0 00-3-2.29zM57 436.14c6.43 0 6.44-10 0-10s-6.45 10 0 10z'/%3e%3cpath class='cls-3' d='M73 424.14c-8.81-13.67-22.49 10.86-26.71 16.71-2.63 3.63 1.71 8.46 5.65 7.34 6.56-1.87 13.17-8 11.07-15.48-1.5-5.38-7.89-9-13.26-7.23a9 9 0 00-5.52 5.82c-.55 1.71-.38 3.47-.72 5.19-.43 2.22-1.56 3.92-2.6 5.89-4 7.6-4 16-4.69 24.41-.75 9.14-2.35 18.68-1.94 27.86.38 8.72 4.18 15.33 9.46 22 5.14 6.5 10.44 13 17.19 17.86 7.42 5.37 16.36 7.68 25.13 9.78 6.25 1.5 8.92-8.14 2.65-9.64-11.71-2.8-21.42-6.3-29.71-15.35a115.79 115.79 0 01-10.41-12.77c-3.7-5.41-4.53-10.78-4.16-17.22.68-11.7 1.12-24 3-35.56.86-5.35 4.73-9.37 5.82-14.62a8.21 8.21 0 00.32-2.64c.51-1 .36-1.45-.44-1.42-.64-.16-.71-.15-.21 0 .6-.48.25 1.06.15 1.2a6.33 6.33 0 01-3.73 2.24l5.65 7.34 6.35-8.85c1.06-1.47 2-3.06 3.2-4.43l1.09-1.4q2.66-1.29-1.29-2c3.47 5.4 12.13.39 8.63-5z'/%3e%3cpath class='cls-3' d='M97.73 540.73a11.23 11.23 0 008.17-7.81 5 5 0 00-3.49-6.15c-4-.93-7.34.16-10.53 2.55-1.3 1-2.44 2.23-3.78 3.13a5 5 0 01-1.6.86c-.72.16 0 .56-.41 0-4.11-5-11.15 2.15-7.07 7.07 2.72 3.29 7.2 3.63 11 2.23a17.77 17.77 0 005.38-3.27c.93-.78 3-3.27 4.34-3l-3.49-6.15c-.21.64-.54.67-1.18.83-6.25 1.53-3.6 11.18 2.65 9.64zM54.14 424.47c-9.22 10.84-17.51 20.72-20.14 35.16-2.78 15.32-.19 30.68 2.51 45.82 1.13 6.33 10.77 3.65 9.64-2.66-2.36-13.25-4.92-27.06-2.5-40.5 2.29-12.75 9.41-21.18 17.55-30.75 4.14-4.88-2.9-12-7.07-7.07z'/%3e%3cpath class='cls-3' d='M56.05 434.17c6.44 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M53.48 422.72l-15.65 16.83h7.07c1.42 1.57 2.12.14 3.74-.95 1.37-.92 2.77-1.77 4.16-2.65l9.13-5.83c5.42-3.45.62-11.76-5-8.63A47 47 0 0033 456.44c-1.2 8.84-4 17.85-4.12 26.77a56.3 56.3 0 005.26 23.14c11.52 26.15 45.15 54.71 73.72 33.65 5.13-3.78.15-12.46-5-8.63-24 17.68-51.11-8.79-60.12-30.27a44.51 44.51 0 01-3.77-19.59c.42-7.22 2.77-14.33 3.64-21.54 1.55-12.8 7.93-23.54 19.37-29.86l-5-8.63c-6.85 4.36-29 14.17-19.06 25.14a5 5 0 007.07 0l15.65-16.84c4.38-4.71-2.67-11.8-7.07-7.07z'/%3e%3cpath class='cls-3' d='M104.2 533.07c6.43 0 6.45-10 0-10s-6.44 10 0 10z'/%3e%3cpath class='cls-3' d='M102.91 539.28c4.8 1.2 8.27-1.11 11.45-4.55 4-4.32 7.83-8.76 11.75-13.13 6.61-7.39 13.53-14.75 16.06-24.61 1.6-6.23-8-8.89-9.64-2.65-1.86 7.24-6.77 12.67-11.63 18.11l-8.05 9c-.78.87-6.65 8.35-7.29 8.19-6.24-1.56-8.9 8.08-2.65 9.65zM41.92 438.05c-11 1.54-13.82 13.29-13.56 22.63.3 10.72 1.1 21.8 6.76 31.19 3.31 5.51 12 .49 8.63-5.05-3.88-6.45-4.75-13.71-5.16-21.1-.32-5.84-2.08-16.89 6-18 6.35-.89 3.65-10.53-2.66-9.64z'/%3e%3cpath d='M58.42 548.94c23.88 6.48 51.75 10 71.34-8.57 4.67-4.44-2.41-11.51-7.07-7.07-16.76 15.9-41.49 11.46-61.61 6-6.22-1.69-8.87 8-2.66 9.64z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%238c81c0' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-trompete-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.93 17.09'%3e%3cg data-name='Ebene 2'%3e%3cg data-name='Ebene 1'%3e%3cpath fill='%234a2f70' class='cls-1' d='M46.67 11.89c-1-.34-1.15-2.06-2.24-2.6-3.55-1.77-11-1.76-16.14-1.48-1.9.1-4.17-.7-5.12.92C28 9.86 36.23 7.05 38.68 11c.39 7.82-10.34 3.71-15.51 4.46-.48.05-.22 1-.63 1.11-.67.1-.44-.85-.8-1.11-.7.11-.23 1.59-1.12 1.48-.24-.35 0-1.23-.32-1.48-1.28-.37-.78 1.32-1.44 1.67-.68 0-.43-1.12-.48-1.86C13.6 14.9 7 16.64 6.71 11.15c1.13.92 1 3.25 3.36 2.78-1.07-.82-2.71-1.06-2.4-3.53-2.6 0-5.24.94-7.35.93a2.37 2.37 0 01.32-2.78c1.57.95 3.81.35 5.91.37 1.56-3.54 7.32-1.38 11.35-2.23.65-.46-.2-1 .16-1.3s.7-.18 1.12-.18c.23.88-.67.46-.48 1.3.22.42 1.11.06 1.6.18.18-.93-.35-1.68 0-2.23.33.11 1.05-.23 1.12.19a3 3 0 00-.64 1.86c.12.41.89.07 1.28.18.35-.14-.47-1.63.48-1.48.7 0 0 1.12 0 1.48C31.16 5.2 43.71 8.27 46.51 0c.26 0 .27.17.48.18.65 3.11 1.89 9.72-.32 11.71zM45.71 3c-3.58 3.9-10.89 3.47-17.9 3.9-5.94.36-12.4 1.06-17.42.55-1.28-.13-3 .47-2.72 1.49 3-1.71 8.22-1.25 12.79-1.49 6.94-.36 14.51-.51 19.82.19 1-.9 2.18-.59 3.51-1.49.26.76-.84.86-.32 1.3.47-.32 1.08-1.25 1.6-.92-.1.8-.83.89-1 1.67.9 0 1.36-1.33 2.08-.93a2.62 2.62 0 00-.32 1.67c-.79.14-.54-.93-1.28-.37.14.46 1.29 1.34 1.76 2 .42-2.89.72-6.66 0-9.47a7.53 7.53 0 00-.6 1.9zm-1.92 4.81c-.85.23-1.35-.2-2.24-.19.39.44 2.11 1.17 2.24.19zM20.3 9.1h.64V8h-.48c-.38.37.22.73-.16 1.1zm1.12 0c.68.17.68-.44.64-1.11h-.48a1.76 1.76 0 00-.16 1.11zM23 8.73c-.4 0-.05-.63 0-.74h-.48c-.16.53.19 1.38.48.74zm-9.43-.55a10.13 10.13 0 00-4.32.74c2.65 0 6.31.7 8.63-.19-.88-.95-2.73-.6-4.29-.55zm4.63.92c.59-.11 1.59.25 1.92-.18-.38-.06-.1-.88-.64-.74 0 .33.16.93-.32.74-.24 0-.15-.45-.16-.74h-.8c.04.46.32.57.02.92zM1.92 10.4c-.51 0-.53.5-1.12.38 0-.19-.13-.23-.16-.38-.08-.71.92-.73.48-1.3-.67 0-.65.86-.64 1.68.43.22 1.31.28 1.44-.38zm35.48-.18c-4.35-1.41-11.92-.77-16.78-.37a123.31 123.31 0 0116.78.37zm-13.75 0c-.21 1.23-.23 2.7-.95 3.34 3.21-.16 6.59-.22 9.74-.37 2-.09 4.91.82 5.12-1.86-3.56-1.71-9.06-.61-13.91-1.11zm-15.5.18c.21 4.72 6.83 2.73 10.23 3.16V10.4zm11.67 3.16c.4-.77.2-2.25.48-3.16-.28.11-.94-.22-1 .19.6.53-.3 2.74.52 2.97zm.64 0c.49-.49.58-2.41.32-3.16a30.42 30.42 0 00-.32 3.16zm.8 0c.33-.11 1 .23 1.12-.19-.46-.78 0-2 0-3h-.8a11.65 11.65 0 00-.32 3.19zm1.6-1.11c-.22-.79.78-1.81 0-2 .14.71-.5 1.47 0 2zm2.07 1.67c.65.17 5 0 4.48.74s-2-.62-1.76.19c2.69-.7 7.34 1.08 9.43-.38 1-.71 1.48-3.62.64-4.08 1.89 5.53-9.81 2.26-12.79 3.53z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%238c81c0' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-violine-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.15 41.71'%3e%3cdefs%3e%3cstyle%3e.cls-3%7bfill:white%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%234a2f70' d='M41.39 30.91c1 .58 2.49-1 3.76-.73-3.77 2.18-8.29 2.65-12.41 3.73s-8.11 2.49-12.37 3.36c-2.49 2.65-4.09 4.45-7 4.44-1.83 0-3.6-1.22-5.49-1.54-2.27-.4-3.8 1.23-6 .65.51-.87 1.32-.33 1.87-1A2.93 2.93 0 004 38.4c-1.13-.31-2.06.3-3.24-.26.62-.89 1.49-.63 2.2-1.11C1 34.46-.66 31.16.26 28.34 1.32 25 5.1 23 7.48 21.12c.67.5.78 1.17 1.52 1.34 1.51-.22 3.93-2.41 3.61-4.21a3.29 3.29 0 01-1.44-2.06c3.11-4.77 7.53-8.45 12.93-4.72 2.36-2.08 4.43-5.44 6.68-8-1-.58-2.14-.6-2.35-1.76C29 .77 29.74.6 30.39 0c.39 0 .53.57 1.17.88.77-.05 1.33-1 2.32 0 .56.4.13.87-.07 1.33.55.44 1.36.86 1.28 1.35-.37.54-1.12-.64-1.66-.85l-.66.89c0 .51.9.39 1.08 1-.48.37-.25.87-.66.89-.88-.42-.09-.76-.21-1-.75-.59-1.21.07-1.79.24-1.05 2.68-3.48 5.44-5.42 8.17 4.22 4 4.06 9.51.22 13.18-.63.6-2.45-.16-3.43.6-1.57 1.22-2 3.55-1 4.74 2.12 0 3.88-1 5.78-1.59 3.67-1.1 7.58-2.28 11.55-3.19 1.92-.44 3.81-1.3 5.93-.89-.52 1.67-2.47.92-2.42 2.93-.62-.32-.61-.68-.35-1.06-6.82 1.68-13.55 3.55-20.3 5.38-.4.75-.19 1.45-.49 2.19 7.73-1.77 15.24-4.59 23.05-6a3.59 3.59 0 01-2.92 1.72zM31.51 3.4c.49-.15 1.57-1.4 1.18-1.88-.45.16-1.99 1.19-1.18 1.88zm-1.83-2.15c.48.5.8.25 1.27.75.61-.48-.09-.87-.65-1.27-.14.44-.45.17-.62.52zm.65 1.27c-.39-.21-.14-.47-.64-.67-.69.46.4.85.64.67zM12.49 17.18c2.6 2-1.45 7.57-4.1 5.8-.77 1.24-3.44.91-4.12 2.44 1.24.07 2.28-.77 3.62-.25-1.55 1.22-4.17.24-5.14 2.27 1.75.5 3-1.15 4.83-.33-1.67 1.36-4.51.18-5.61 2.31 1.94.67 3.39-.9 5.31-.37-1.63 1.17-4.28.59-5.38 2.29 1.58 1.06 2.68-.07 4.12.32-.92 1-2.13.73-3.07 1.65 1.17.8 1.82 1.63 1.3 2.55-.52-.65-.84-1.94-1.83-2.16a8.44 8.44 0 002 2.87c3 0 5.91-4.5 5.4-7.21.35-.24.79-.09 1.31.39 1.13-1.28 1.52-2.5 2.59-3.78-.41-.38-1-.22-.78-.78s1 .52 1.35 0a141.75 141.75 0 019.17-12.87c-4.72-3.08-7.89.68-10.97 4.86zm3.36 9.61c.1.47 1.1.88.55 1.4-.53 0-.42-.48-1-.77-.88 1.42-2.77 2.91-2.25 4.23-1.26 1.12-2.63 1.79-3.81 3.26 3.86-.09 7.39-1.67 11-2.79-1.25-2.59 1.66-7.54 4.87-6.81 3.57-3.52 4.26-7.79-.14-11.15a77.3 77.3 0 01-9.22 12.63zm5.34-10.21c.41-.71 1.85-2.12 1.55-2.38-.4.71-1.85 2.12-1.55 2.38zm-2.8 6.19c.77-1.41 2.12-2.86 2.73-4.26-.81 1.41-2.7 2.9-2.73 4.26zm-3.48 3.12c.65-1 2.38-2.8 2.31-3.4-.64 1.05-2.37 2.8-2.31 3.4zm-8.5-2.41c.41-.36.92-.28 1.35-.58-.3-.18-.22-.38-.5-.56-.15.66-1.07.66-.85 1.14zm1.44 13.69c-.18.33-.13.65-.52 1-.22.45-.76-.5-1 .06a3.25 3.25 0 001.12.64c1.73-.26 3.67-.91 5.92-1.48 2.49-.63 6.73-.55 6.85-4-4.07 1.43-8.3 2.23-12.37 3.78zm2.65-6.3c.24.26-.25.58.3.82.42-.49 1.5.18 1.16-.32-.61.08-1.07-.37-1.46-.5zm-.72 8.93c3.09 1.05 6.55.82 8.38-2-2.77.77-5.59 1.33-8.38 2zM1.19 29.23c.41-.59.88-1.18.6-1.72a2.56 2.56 0 00-.6 1.72zm.5 3.92c-.74-1.22-.06-2.55-.6-3.79a5.37 5.37 0 00.6 3.79zm.37-1.1c-.36.5.22.94.31 1.42-.1-.65.86-.75.71-1.25-.29.17-.65.04-1.02-.17zm2.62 6.3c-.12.49-.46 1 .07 1.43.41-.35.92-.27 1.34-.57-.51-.49-.88-.31-1.41-.86z' fill-rule='evenodd'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M5.62 22.5l-3.07 3.16a5.42 5.42 0 00-1.44 1.95 6.23 6.23 0 00-.27 1.92 9 9 0 002.82 6.75 1.53 1.53 0 002.12 0 1.51 1.51 0 000-2.12 6 6 0 01-1.94-4.63 5.54 5.54 0 010-.62 1.59 1.59 0 01.16-.39 7.08 7.08 0 011.11-1.15l2.67-2.75c1.34-1.38-.78-3.5-2.13-2.12z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M1.63 33.12a1.5 1.5 0 000-3 1.5 1.5 0 000 3zM6.36 24.61a5.19 5.19 0 00-1.85 1.9A7.73 7.73 0 003.28 29a6.61 6.61 0 001.47 5.23 1 1 0 001.37.36 1 1 0 00.36-1.37c-.74-1-1.57-2.35-1.27-3.69a5.51 5.51 0 01.91-1.81 3.6 3.6 0 011.25-1.37A1 1 0 007.73 25a1 1 0 00-1.37-.36z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M5.94 26.22a3.36 3.36 0 00-.81 1.42 8.49 8.49 0 00-.37 1.66A6.08 6.08 0 004.9 31a7.18 7.18 0 00.48 1.64 1 1 0 001.37.36 1 1 0 00.36-1.37c.08.18-.06-.16-.07-.2s0-.18-.07-.27-.09-.43-.13-.64 0-.19 0-.29v-.19c0 .11 0 .1 0 0v-.62c0-.21 0-.06 0 0V29c0-.21.11-.42.17-.63l.08-.23a1.42 1.42 0 010-.16c0 .12 0 .12 0 0a2.12 2.12 0 01.11-.21c.07-.1.06-.09 0 0l.11-.12a1 1 0 10-1.41-1.41z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M6.4 28.32v.07c0-.09 0-.1 0 0v.05c0 .05 0 .06 0 0a.29.29 0 010 .09v.18a3.76 3.76 0 00-.14.88 3.57 3.57 0 00.39 1.73.64.64 0 00.86.23.64.64 0 00.22-.86s-.11-.22 0-.07a1.46 1.46 0 01-.07-.19c0-.12-.06-.25-.09-.38s0-.07 0 0a.28.28 0 010-.09 1.41 1.41 0 010-.2v-.38c0-.12 0 0 0 0v-.1-.2l.09-.36a1.3 1.3 0 00-.15-1 .66.66 0 00-.38-.29.63.63 0 00-.7.92zM5.9 36.74l.22-.29a.48.48 0 00.07-.24.39.39 0 000-.24.51.51 0 00-.11-.22.46.46 0 00-.18-.16l-.15-.06a.62.62 0 00-.33 0l-.15.06a.61.61 0 00-.22.23l-.22.29a.49.49 0 00-.08.23.53.53 0 000 .25.43.43 0 00.11.21.44.44 0 00.14.2l.15.07a.62.62 0 00.33 0l.19-.07a.61.61 0 00.23-.22zM8.32 24.05a.63.63 0 000-1.25.63.63 0 000 1.25zM6.71 38.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M6.81 38.85a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M6.89 39a.63.63 0 000-1.25.63.63 0 000 1.25zM22.39 26a5 5 0 00-1.39-.37.25.25 0 00-.25.25.25.25 0 00.25.25h.28l.3.07.3.09.16.06h.11a.27.27 0 00.35-.09.26.26 0 00-.09-.34zM21.25 27.14l-.87-.23a.26.26 0 00-.3.18.26.26 0 00.17.31l.87.23a.26.26 0 00.3-.18.26.26 0 00-.17-.31zM20.53 28.3l-1.07-.3a.25.25 0 00-.31.18.25.25 0 00.17.3l1.07.28a.25.25 0 00.31-.18.25.25 0 00-.17-.3zM8.15 23.7A4.82 4.82 0 007 26.52 13.2 13.2 0 007 30c.12 1.2-.6 2.22-1.11 3.26s-.72 2 .23 2.67c.64.49 1.26-.59.63-1.07-.28-.22.25-1 .36-1.26.22-.45.45-.9.66-1.36a4 4 0 00.45-2.45 11.27 11.27 0 01-.09-2.66A4.14 4.14 0 019 24.59c.61-.54-.28-1.42-.88-.89z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M6.3 36.66a.63.63 0 000-1.25.63.63 0 000 1.25zM8.83 24.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M8.9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M9 23.86a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M9 24.15a.63.63 0 000-1.25.63.63 0 000 1.25zM6.23 35.43a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M6.23 35a.63.63 0 000-1.25.63.63 0 000 1.25zM6.73 36.51a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' class='cls-2' d='M7.17 36.44a.63.63 0 000-1.25.63.63 0 000 1.25zM7 38.61a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8.18 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M8 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.89 38.68a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.75a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.6 38.83a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.82 38.46a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-3' d='M7.67 38.68a.63.63 0 000-1.25.63.63 0 000 1.25zM9.84 24.06a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M9.77 24.21a.25.25 0 000-.5.25.25 0 000 .5zM9.33 24.93a.25.25 0 000-.5.25.25 0 000 .5zM7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.31 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3cpath class='cls-3' d='M7.24 38.81a.25.25 0 000-.5.25.25 0 000 .5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%238c81c0' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%238c81c0' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%238c81c0' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%238c81c0' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%238c81c0' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%238c81c0' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%238c81c0' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%238c81c0' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%238c81c0' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%238c81c0' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%238c81c0' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%238c81c0' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%238c81c0' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%238c81c0' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%238c81c0' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%238c81c0' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%238c81c0' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%238c81c0' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%238c81c0' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%238c81c0' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%238c81c0' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%238c81c0' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%238c81c0' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%238c81c0' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%238c81c0' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%238c81c0' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%238c81c0' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%238c81c0' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%238c81c0' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-coins-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.76 47.04'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%231d1d1d%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%234a2f70' d='M2.76 43.36a.42.42 0 000-.1 1.32 1.32 0 00.33.34.27.27 0 00.4-.15.5.5 0 01.05-.13l.19.21a.26.26 0 00.43 0l.12-.22.28.33a.25.25 0 00.38 0 4.6 4.6 0 00.32-.45 1.67 1.67 0 00.29.31c.22.19.51-.18.32-.4a1.42 1.42 0 01-.36-.6.26.26 0 00-.47 0c-.1.17-.19.35-.29.51l-.3-.4c-.13-.2-.37-.08-.45.1l-.12.2c-.08-.1-.15-.2-.23-.32a.26.26 0 00-.45.1l-.06.21a1.18 1.18 0 01-.14-.59.25.25 0 00-.5 0 1.75 1.75 0 010 .4c-.11-.22-.17-.49-.26-.7a.22.22 0 00-.43 0 4.13 4.13 0 00-.17.45 5.72 5.72 0 01-.34-1.06.17.17 0 10-.34.07 4.23 4.23 0 00.52 1.68.23.23 0 00.43 0c0-.11.08-.22.11-.33a1.51 1.51 0 00.44.65c.06.15.24.05.3-.11zM6.13 37.45c-.11-.3-.48-.15-.52.11a2 2 0 01-.19.77 1.37 1.37 0 01-.14-.73.27.27 0 10-.53 0c0 .2-.06.39-.1.58a1.77 1.77 0 01-.34-1c0-.33-.45-.26-.49 0s0 .48-.11.71a7.58 7.58 0 01-.18-1 .23.23 0 00-.46 0v.66c-.11-.44-.11-.94-.41-1.23-.14-.14-.32.12-.21.27a3 3 0 01.14.85 2.13 2.13 0 00.36.91.22.22 0 00.36 0l.05-.12a1.74 1.74 0 00.21.37.23.23 0 00.35 0 1.15 1.15 0 00.24-.39 1.07 1.07 0 00.61.55.27.27 0 00.23-.02 1.5 1.5 0 00.15.23.26.26 0 00.35.03 1.11 1.11 0 00.4-.44 1.14 1.14 0 00.72.78c.26.09.49-.35.22-.5-.5-.24-.53-.84-.71-1.39zM1.25 31.72c-.07.6-.05 1.59.46 2 .19.14.43-.15.27-.34a2.49 2.49 0 01-.42-1.61.16.16 0 10-.31-.05z'/%3e%3cpath fill='%234a2f70' d='M2.31 32.92a4.26 4.26 0 01-.24-1.07.18.18 0 10-.35.07c.06.55 0 1.24.47 1.59a.21.21 0 00.31-.07.54.54 0 00.6.34c.25 0 .23-.49 0-.49s-.3-.79-.29-1a.22.22 0 10-.43 0 3.51 3.51 0 000 .72.11.11 0 00-.07-.09zM4.07 33.35c-.21 0-.26-.12-.32-.34s-.08-.47-.14-.7a.18.18 0 10-.36.07c.08.53.12 1.72.9 1.4.19-.08.12-.44-.08-.43zM2.35 28.52a.19.19 0 00.36-.14 4.8 4.8 0 01-.12-1 3.73 3.73 0 00-.09-1 .19.19 0 10-.37.08c.14.66-.13 1.46.22 2.06zM3.09 28.64c.19.09.27 0 .37-.17a.22.22 0 00-.08-.32A3 3 0 003.24 27c-.1-.24-.4-.06-.33.18a4.36 4.36 0 010 1.25.27.27 0 00.18.21zM5.55 27.46c0-.21-.36-.2-.35 0a15.18 15.18 0 00-.08 1.9c0 .28.4.2.38-.08-.05-.59.13-1.2.05-1.82zM2.89 43.72c-.07-.2-.38-.09-.33.12a1.37 1.37 0 00.15.37.14.14 0 000 .09c.12.52-.09 1.1.11 1.61.1.26.42.1.4-.15s-.06-.59-.07-.89v-.21l.19.11c.07.52-.15 1.49.51 1.65a.21.21 0 00.26-.14.54.54 0 00.55.31.24.24 0 00.18-.26c.08.28.3.51.59.4s.2-.52-.08-.47-.18-.8-.2-.95a.18.18 0 00-.36 0 6.77 6.77 0 000 .9.16.16 0 00-.12-.12c-.16 0-.17-.1-.19-.27a6.18 6.18 0 00-.07-.62.27.27 0 00-.16-.2c.35 0 .7.07 1 .09a15.57 15.57 0 007.27-1.23c.29-.13.07-.58-.21-.47a18.68 18.68 0 01-5.84 1.22c-.86.06-3.21.25-3.58-.89zM4 45.31A5.38 5.38 0 014 46c-.28-.15-.25-.67-.29-1a4.26 4.26 0 00.49.1.23.23 0 00-.2.21z'/%3e%3cpath fill='%234a2f70' d='M6.16 46.23a1.56 1.56 0 01-.09-.72.21.21 0 10-.41 0 1.52 1.52 0 00.26 1.25.22.22 0 00.27.06.57.57 0 00.27-.24c.14-.24-.12-.5-.3-.35zM7.22 46.18h-.1a.76.76 0 01-.12-.36c0-.34-.49-.38-.49 0a1.28 1.28 0 00.17.73.44.44 0 00.65.12c.22-.17.14-.55-.11-.49zM8.41 46.25l-.34-.39c-.22-.25-.59.11-.36.35l.35.38c.21.23.56-.1.35-.34zM3.62 17.53a4.06 4.06 0 01-.62-.74 1.73 1.73 0 00-.62-.69c-.1-.06-.22 0-.23.16a.62.62 0 000 .19s.13.12.1.08a.16.16 0 00.09.06c.36.41.56 1.19 1.09 1.41.24 0 .36-.3.19-.47zM7.38 17.17a4.7 4.7 0 00-.38-.83c0-.14 0-.3-.17-.3l-.3-.44c-.13-.18-.41 0-.3.22a3.24 3.24 0 01.17.32l-.52.12a2.54 2.54 0 00-.16-.38.18.18 0 10-.32.17 2.47 2.47 0 01.1.29l-.5.07a1 1 0 00-.47-.41c-.17-.08-.3.21-.15.31a.5.5 0 01.15.17 4.53 4.53 0 01-.52 0 .65.65 0 00-.54-.31.17.17 0 00-.14.16c-.2-.06-.29.26-.1.34a3.58 3.58 0 00.55.19l.12.14a4.56 4.56 0 00.49.72.21.21 0 00.33-.24 4.48 4.48 0 00-.35-.6h.33c.11 0 0 .19.08.26.13.32.35.63.71.59.2 0 .22-.39 0-.45a.64.64 0 01-.38-.42 4 4 0 00.5-.07 1.21 1.21 0 00.39.66c.2.16.41-.14.27-.33a1.72 1.72 0 01-.23-.42l.57-.14.36.81c.16.27.49.07.41-.2zM1.89 1.56c-.28 1.36-1 2.3 0 3.45S4.68 6.6 6.07 6.93a11.93 11.93 0 005.1.43c1.23-.25 1.6-1.65 2.14-2.7a.69.69 0 00.15-.35c.14-1.1-1.1-1.86-1.83-2.3A17.5 17.5 0 006 .25C4.88 0 2.14-.53 1.89 1.32a.29.29 0 000 .17.15.15 0 000 .07zm9.17 5.16c-1.4.49-3.16 0-4.55-.32a12.15 12.15 0 01-3.39-1.16 2.18 2.18 0 01-1.33-1.69 5 5 0 01.32-1.39.14.14 0 00.18-.16C2.2 3 5.22 4.1 5.86 4.33a17 17 0 005.67.73 5 5 0 001 0c-.39.66-.7 1.4-1.47 1.66zM2.39 1.36c.31-2.2 7.25.45 8.4.91a5.54 5.54 0 011.46.9c.75.6.7 1.16-.19 1.27a12.05 12.05 0 01-1.9 0c-2.7-.08-5.75-.66-7.82-2.73a.24.24 0 00-.11-.06v-.07a.26.26 0 00.16-.22z'/%3e%3cpath fill='%234a2f70' d='M8.6 17.4c1.63-.63 6.59-3.15 3.45-5.37L12 12c-.36-.87-1.68-.73-2.36-.68A9.91 9.91 0 006 12a.2.2 0 00-.12.24C4.22 12.6.81 14 1.5 15.57a.19.19 0 00-.13.21c.46 3.82 5.03 2.47 7.23 1.62zm-5.78-3.3a6.26 6.26 0 013.69-1.61.14.14 0 00.14-.19 8.2 8.2 0 014.62-.3c.84.27-1.6 1.8-1.77 1.9A25.75 25.75 0 017.05 15a10 10 0 01-3.86.71A2.24 2.24 0 012 15.45c-.47-.29.64-1.21.82-1.35zm1.4 2.09a9.43 9.43 0 002.72-.57c.72-.29 4.44-1.57 5-3 1.87 2.1-2.26 3.78-3.74 4.38-2 .78-5.56 1.84-6.43-1 .59.44 1.86.23 2.45.19zM13.71 24.9a9.56 9.56 0 00-3.38-1.71A9.07 9.07 0 005 22.62a.23.23 0 00-.16.17 1.91 1.91 0 00-.92.13 6.68 6.68 0 00-1.8 1c-.59.51-.87 1-.62 1.55a4.37 4.37 0 00-.09 2.21c.27.77 1.32 1.2 1.94 1.5a13.14 13.14 0 005.57 1c1.6 0 6.3-.26 5.14-3.23.5-.47.56-1.15-.35-2.05zm-11.56-.31a6.2 6.2 0 01.85-.67c1-.68 1.87-.56 2.91-.81a.13.13 0 00.11-.1 13.11 13.11 0 015.56 1.32c.38.16 3.27 1.53 1.92 2.47a6.34 6.34 0 01-3.45.62 25 25 0 01-5.87-.84 8 8 0 01-1.13-.39c-.67-.19-.98-.7-.9-1.6zm6.61 5a17.82 17.82 0 01-3.33-.33 8.15 8.15 0 01-2.87-1.12c-.86-.55-.78-1.33-.71-2.15.85.91 2.35 1.15 3.45 1.37A23.93 23.93 0 0011 28a6.26 6.26 0 002.61-.68c.25 2.37-3.31 2.29-4.85 2.29z'/%3e%3cpath fill='%234a2f70' d='M9.56 33.61a17 17 0 01-4.56.28 18.86 18.86 0 01-2.46-.33c-1.39-.28-1.44-.83-1.54-2.21a.17.17 0 00-.34 0c0 .72.06 1.41.12 2.13a.24.24 0 00.16.2 16.81 16.81 0 0010.06.11c1.16-.39 3.73-1.74 1.92-3.12a.69.69 0 00.24-.92.24.24 0 00-.45.16c.35 1.4-6.6 1.87-7 1.87-.65 0-1.3-.05-1.94-.12a8.79 8.79 0 01-1.43-.27 3.52 3.52 0 01-.51-.19c-1-.43-.34-1.8.54-1.93.17 0 .15-.34 0-.33C1.54 29 .11 30 .87 31s2.74 1.17 4 1.25a16.73 16.73 0 006.32-.77 7.62 7.62 0 001.32-.48c1.54 1.48-2 2.4-2.95 2.61z'/%3e%3cpath fill='%234a2f70' d='M13.34 46.19c1.86-.59 1.46-2.83.71-4.23a.3.3 0 00-.18-.14 2.15 2.15 0 00-.26-1.72 1.71 1.71 0 000-1.74.24.24 0 00-.1-.12 1.9 1.9 0 00.57-2.78c-.17-.27-.53 0-.42.31C15 38.82 8.5 39.38 7 39.34a9.83 9.83 0 01-3-.59 2.46 2.46 0 01-1.72-2.54 4.13 4.13 0 00.58.33c2 1 4.78.88 6.88.52 1.45-.24 7.05-2.21 3.55-4.19a.25.25 0 00-.26.43c1.18.94.81 1.59-.34 2.21a10.76 10.76 0 01-2.61.9 13.69 13.69 0 01-3 .21 17 17 0 01-2.36-.13 8.16 8.16 0 01-1.28-.29L3 36c-.66-.13-.83-.58-.52-1.36.19 0 .22-.31 0-.34a.72.72 0 00-.83.72 1.17 1.17 0 00.21.79c-.1 1.52-.16 2.25 1.16 3.07a9.25 9.25 0 005.05 1 12.7 12.7 0 005-1.41.26.26 0 000 .11c1 2.42-4.53 3.06-5.78 3.23a12 12 0 01-2.73.19 13.51 13.51 0 01-2.16-.42A4.37 4.37 0 011.1 41a1.7 1.7 0 01.73-3c.21 0 .14-.37-.06-.35-1 .06-1.56 1-1.75 2a1.59 1.59 0 00.32 1.22C-.72 45 6.55 44.35 8.6 44.18c1.23-.1 4.05-.52 5-1.87.46 1.28.89 2.84-.74 3.36a9.2 9.2 0 01-1.89.21c-.89.08-1.79.32-2.68.44-2 .25-5.49.59-6.08-2.18a.18.18 0 10-.35.07c.34 3.23 4.41 2.92 6.53 2.69a27.13 27.13 0 004.95-.71zm-4.58-2.61c-2 .23-8.24.84-8.11-2.38a3.85 3.85 0 00.68.52 8.45 8.45 0 004.74.85c1.13-.07 5.54-.46 7.17-2 .62 2.43-2.9 2.83-4.48 3.01zM24.89 42.69a.32.32 0 00.06-.32 1.25 1.25 0 00.32-.08c.74-.29.48-1.31.23-1.84a21.78 21.78 0 00-2.07-3.19 6.83 6.83 0 00-3.1-2.7.23.23 0 00-.2 0 1.2 1.2 0 00-1.75.14c-2.78-.06-1.58 3.15-.69 4.77 1.42 2.64 4.6 6.33 7.2 3.22zM20.17 35a8.69 8.69 0 013.32 3.35c.34.51.64 1 1 1.56.18.26.35.52.51.79l-.6 1a4.61 4.61 0 01-.78-.49c-1-.69-1.93-1.39-2.84-2.16a10.49 10.49 0 01-1.6-1.66 4.32 4.32 0 01-.5-.89c-.52-1.05.6-2.14 1.49-1.5zm-2 0a2 2 0 00-.06 1.26c.56 2.4 3.28 3.94 5 5.23a3.76 3.76 0 001.35.79c-2.3 2.23-4.55-.45-6-2.57-.82-1.13-2.59-4.39-.28-4.64zM6.29 16.2a4.28 4.28 0 01-1.77.5H2.83c.11.19.3.13.12.46a.64.64 0 00-.22-.86.64.64 0 00-.86.23A1 1 0 002.61 18a7.3 7.3 0 001.48 0 6.16 6.16 0 002.83-.69.62.62 0 00.23-.85.64.64 0 00-.86-.23z'/%3e%3cpath fill='%234a2f70' d='M6.91 15.68a4.43 4.43 0 00-2.8.22 2.82 2.82 0 01-1 .15 1 1 0 01-.73-.25c-.58-.55-1.46.33-.88.89a2.75 2.75 0 002.5.52c.84-.17 1.7-.65 2.54-.32a.63.63 0 00.77-.44.64.64 0 00-.43-.77z'/%3e%3cpath fill='%234a2f70' d='M6.85 17.59s.22-.09 0 0l.15-.07.27-.1.51-.2c.35-.13.7-.25 1.06-.36a.63.63 0 00.43-.77.64.64 0 00-.77-.44c-.77.25-1.53.54-2.28.86a.61.61 0 00-.28.37.62.62 0 00.06.48.63.63 0 00.37.29.72.72 0 00.48-.06zM1.89 4.43c.85.38 1.7.77 2.55 1.14a7.21 7.21 0 002.65.72.62.62 0 00.62-.62.64.64 0 00-.62-.67 6.13 6.13 0 01-2.18-.62L2.52 3.35a.64.64 0 00-.85.22.63.63 0 00.22.86z'/%3e%3cpath fill='%234a2f70' d='M2.9 4.86a8.86 8.86 0 004.2 1.59.63.63 0 100-1.25 3.51 3.51 0 01-.89-.14 4.48 4.48 0 01-.52-.16l-.19-.07h-.13a15.81 15.81 0 01-1.81-1 .63.63 0 10-.66 1.03z'/%3e%3cpath fill='%234a2f70' d='M5.43 5a1.45 1.45 0 00-1.21-.62h-.5c.21 0 .06 0 0 0h-.11c-.14 0 .11.07 0 0h-.06c-.05 0 0 0 0 0a.3.3 0 00-.08-.08c-.08-.08.08.12 0 0l-.12-.21c0-.1.07.16 0 0a.36.36 0 010-.09c0-.08 0-.16-.08-.24a2 2 0 00-.73-1A.63.63 0 002 3.81c.09.06-.12-.12 0 0s.08.14 0 0l.1.18a.36.36 0 010 .09c-.09-.18 0-.06 0 0a1.72 1.72 0 01.07.21 2.19 2.19 0 00.57 1A2 2 0 004 5.65h.23s.17 0 0 0h.11c.1 0-.13-.08 0 0s-.08-.09 0 0-.07-.11 0 0a.63.63 0 00.86.23.64.64 0 00.23-.88z'/%3e%3cpath fill='%234a2f70' d='M4.34 5.85a.63.63 0 000-1.25.63.63 0 000 1.25zM2.17 3.22a.63.63 0 000-1.22.63.63 0 000 1.25zM2 27.68l.46.14c-.15-.05.06 0 .11.06l.21.11.86.53a3.14 3.14 0 002 .59.65.65 0 00.63-.63c0-.3-.28-.67-.63-.62h-.33a.79.79 0 01-.22-.05l-.22-.07c-.1 0 0 0 0 0l-.1-.05-.21-.11-.42-.25a5.74 5.74 0 00-1.81-.88.62.62 0 00-.33 1.23z'/%3e%3cpath fill='%234a2f70' d='M4 27.72h-.1l.15.06a2 2 0 01-.44-.26l.13.1a3 3 0 01-.5-.51l.1.12a7 7 0 01-.6-.93.62.62 0 00-.89-.3.64.64 0 00-.23.86 7.68 7.68 0 00.78 1.17 2.87 2.87 0 001.23.86.67.67 0 00.48-.06.63.63 0 00.28-.38.64.64 0 00-.39-.73z'/%3e%3cpath fill='%234a2f70' d='M4.25 28.74a5.4 5.4 0 003.07.89.64.64 0 00.62-.63.62.62 0 00-.62-.62 4.29 4.29 0 01-.72 0H6.39l-.34-.09-.34-.11-.14-.05c.08 0 .09 0 0 0h-.08a4.82 4.82 0 01-.63-.35.63.63 0 00-.63 1.08z'/%3e%3cpath fill='%234a2f70' d='M4.8 29.28a.63.63 0 000-1.28.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M4.19 28.19l1.25.25a.67.67 0 00.48-.06.69.69 0 00.29-.38.63.63 0 00-.07-.48.58.58 0 00-.37-.28L4.52 27a.67.67 0 00-.48.07.6.6 0 00-.29.37.62.62 0 00.06.48.65.65 0 00.38.29z'/%3e%3cpath fill='%234a2f70' d='M4.46 29.28a.63.63 0 000-1.25.63.63 0 000 1.25zM3.89 28.13a.63.63 0 000-1.25.63.63 0 000 1.25zM1.35 32.72l1.07.35c.36.12.72.25 1.08.35 0 0 .08 0 0 0a.61.61 0 01-.21-.18v-.13a.23.23 0 010-.25.41.41 0 01.1-.22c-.06.07.12-.09 0 0s-.08 0 0 0h.08c-.09 0 .15 0 0 0h-.22l-.2-.06h-.1.07-.06a2.88 2.88 0 01-.38-.22.73.73 0 00-.09-.08 1.37 1.37 0 01-.15-.28l-.08-.09v.05l-.15-.22a.63.63 0 00-.85-.23.66.66 0 00-.26.79 3.17 3.17 0 002 1.46 1.51 1.51 0 00.76 0 1 1 0 00.66-.62.72.72 0 00-.09-.57.87.87 0 00-.5-.38L3.19 32l-1.51-.49a.63.63 0 00-.77.49.63.63 0 00.44.77z'/%3e%3cpath fill='%234a2f70' d='M1.39 30a1.68 1.68 0 001 1.9 3.18 3.18 0 001.22.26h1c.13 0-.11 0 0 0A.62.62 0 105 31a7.85 7.85 0 00-1.08-.08h-.6l-.23-.06h-.08c-.11 0 .08 0 0 0a1.29 1.29 0 01-.16-.09h-.07a.8.8 0 01-.13-.13c-.09-.09 0 .08 0 0l-.06-.09v-.07s0 .13 0 0a.24.24 0 000-.08c0-.07 0 .15 0 0v-.08.07a.13.13 0 010-.06.62.62 0 10-1.2-.33z'/%3e%3cpath fill='%234a2f70' d='M2.06 31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M1.83 31a.63.63 0 000-1.25.63.63 0 000 1.25zM1.26 32.48a.63.63 0 000-1.25.63.63 0 000 1.25zM2.62 37.58a5.16 5.16 0 011.07.23c.39.12.78.27 1.17.4a4.89 4.89 0 002.51.26.63.63 0 00.44-.76.65.65 0 00-.81-.44 2.28 2.28 0 01-.48 0 3.54 3.54 0 01-.48 0A10.63 10.63 0 015 36.93a9.74 9.74 0 00-2.36-.6A.63.63 0 002 37a.65.65 0 00.63.63z'/%3e%3cpath fill='%234a2f70' d='M4.12 38.76a4.07 4.07 0 01.78 0h-.17a4 4 0 01.9.24l-.15-.06.38.19a.64.64 0 00.86-.22.65.65 0 00-.23-.86 4.25 4.25 0 00-2.37-.54.75.75 0 00-.45.18.67.67 0 00-.18.45.64.64 0 00.63.62z'/%3e%3cpath fill='%234a2f70' d='M7.32 39.11a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M7.32 39.22a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M8 38.65h.34a.54.54 0 00.25-.06.41.41 0 00.2-.13.46.46 0 00.13-.2A.6.6 0 009 38v-.16a.71.71 0 00-.16-.28l-.13-.1a.69.69 0 00-.32-.08H8a.42.42 0 00-.24.05.57.57 0 00-.33.33.42.42 0 000 .24v.17a.57.57 0 00.16.27l.13.1a.56.56 0 00.31.09z'/%3e%3cpath fill='%234a2f70' d='M7.25 38h-1.2c.08 0 .08 0 0 0h-.21a3 3 0 01-.4-.11h-.25a3.54 3.54 0 01-.73-.42.63.63 0 00-.94.54 1.11 1.11 0 001.16.99.65.65 0 00.62-.63.62.62 0 00-.62-.62c-.07 0-.14 0 0 0-.09-.08 0 .1 0 0v.07c0-.06 0 0 0 0l-.94.54a4.71 4.71 0 003.75.75.63.63 0 00.51-.73.63.63 0 00-.75-.38zM8.23 38.31a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M7.89 38.42a.63.63 0 000-1.25.63.63 0 000 1.25zM2.63 37.05a.63.63 0 000-1.25.63.63 0 000 1.25zM3.66 38.53a.63.63 0 000-1.25.63.63 0 000 1.25zM5.26 39.11a.63.63 0 000-1.25.63.63 0 000 1.25zM1.08 42.52h.08a1.11 1.11 0 01.26.07 3.07 3.07 0 01.38.18 5.87 5.87 0 001.1.44 5.46 5.46 0 002.38.08.63.63 0 00-.28-1.22 4 4 0 01-2-.16c-.3-.11-.59-.28-.91-.42a2.2 2.2 0 00-1.29-.18.64.64 0 00-.44.77.65.65 0 00.77.44z'/%3e%3cpath fill='%234a2f70' d='M2.06 43.35a14 14 0 013.6.42.62.62 0 00.34-1.2 15.91 15.91 0 00-3.94-.47.63.63 0 00-.63.62.65.65 0 00.63.63z'/%3e%3cpath fill='%234a2f70' d='M3.43 43.68a9.65 9.65 0 011.78.08h-.17.28a.67.67 0 00.48-.07.64.64 0 00.29-.37.62.62 0 00-.09-.46.65.65 0 00-.38-.29 11.73 11.73 0 00-2.22-.14.62.62 0 00-.62.62.63.63 0 00.62.63z'/%3e%3cpath fill='%234a2f70' d='M6.57 43.89h.1-.17a1.55 1.55 0 01.43 0h-.17a1.82 1.82 0 01.4.11.42.42 0 00.25 0 .48.48 0 00.23-.07.69.69 0 00.29-.38.68.68 0 00-.07-.48l-.1-.12a.57.57 0 00-.27-.16 1.92 1.92 0 00-.62-.14 2.21 2.21 0 00-.63 0 .48.48 0 00-.24.15.52.52 0 00-.16.17.48.48 0 00-.07.23.42.42 0 000 .25.65.65 0 00.29.38l.15.06a.62.62 0 00.33 0zM3.09 43.91a.63.63 0 000-1.25.63.63 0 000 1.25zM5 39.45a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M.48 41.73a2.53 2.53 0 001.38 1.52 6 6 0 002.27.43.63.63 0 000-1.25H3.3a3.58 3.58 0 01-.45-.09.83.83 0 01-.21-.06h-.11s-.14-.07-.17-.08l-.15-.2h-.1s-.09-.07 0 0L2 41.85a1 1 0 01-.14-.15c-.07-.07 0 0 0 0s0-.07-.05-.08a1.51 1.51 0 00-.1-.17c0-.07 0 .1 0 0v-.1a.63.63 0 00-1.21.33zM3.61 45.9a27.16 27.16 0 003.71.41.62.62 0 00.62-.62.65.65 0 00-.62-.63c-.59 0-1.17-.07-1.74-.13h-.65-.11L4 44.7a.62.62 0 00-.34 1.2z'/%3e%3cpath fill='%234a2f70' d='M3.54 45.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M3.33 45.9a8.17 8.17 0 004 .74.63.63 0 000-1.25 7.22 7.22 0 01-.93 0h-.78A7.44 7.44 0 014 44.82a.64.64 0 00-.85.23.62.62 0 00.22.85zM8.38 46.44a.9.9 0 00.28.13h.16a1.83 1.83 0 00.47 0 1.8 1.8 0 00.46-.1l.28-.13.25-.19a.63.63 0 000-.88.62.62 0 00-.89 0h-.05l.13-.1a.82.82 0 01-.2.12l.15-.06-.26.07h.17a.66.66 0 01-.28 0h.16l-.21.06.15.06a.24.24 0 01-.15-.06.69.69 0 00-.49-.06.63.63 0 00-.37.29.62.62 0 00-.06.48.6.6 0 00.29.37z'/%3e%3cpath fill='%234a2f70' d='M8.23 46.65a.63.63 0 000-1.25.63.63 0 000 1.25zM9.49 46.42a.63.63 0 000-1.25.63.63 0 000 1.25zM4.4 34.19h.19-.16a2.43 2.43 0 01.66 0h-.16a2.76 2.76 0 01.64.18l-.15-.06h.1a.7.7 0 00.49.07.67.67 0 00.37-.29.62.62 0 00.06-.48.6.6 0 00-.28-.38q-.27-.12-.54-.21a5.3 5.3 0 00-.55-.1 3.05 3.05 0 00-1 .06.65.65 0 00-.38.29.66.66 0 00-.06.48.65.65 0 00.77.44zM23.53 41.71c-.3.09-.59.18-.89.24h-.86a.4.4 0 01-.15 0h-.19s-.22-.1-.08 0a2.28 2.28 0 01-.3-.17c.13.09 0 0-.06 0s-.16-.18-.06-.06a.64.64 0 00-.86-.22.63.63 0 00-.22.85 2.55 2.55 0 001.85 1 5.45 5.45 0 002.15-.34.62.62 0 10-.33-1.2z'/%3e%3cpath fill='%234a2f70' d='M22.63 41.28h-.69a.53.53 0 00-.24.06.49.49 0 00-.2.13.46.46 0 00-.13.2.47.47 0 00-.05.24v.16a.71.71 0 00.16.28.67.67 0 00.44.18h.69a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27.61.61 0 00-.44-.19z'/%3e%3cpath fill='%234a2f70' d='M23.32 42.76a.63.63 0 000-1.25.63.63 0 000 1.25zM3.48 44.77v-.35a.42.42 0 000-.24.57.57 0 00-.33-.33.4.4 0 00-.24-.05h-.17a.57.57 0 00-.27.16l-.1.13a.56.56 0 00-.09.31v.35a.53.53 0 00.06.24.49.49 0 00.13.2.46.46 0 00.2.13.47.47 0 00.24 0h.17a.63.63 0 00.27-.16l.1-.13a.58.58 0 00.08-.31zM2.93 36.19a10 10 0 003.81 1 .63.63 0 00.63-.62.65.65 0 00-.63-.57h-.77c-.29-.05-.57-.11-.86-.19a8.32 8.32 0 01-1.55-.58.63.63 0 00-.85.22.64.64 0 00.22.86zM4.57 33.39h.23a.47.47 0 00.24 0 .46.46 0 00.2-.13.49.49 0 00.13-.2.53.53 0 00.06-.24v-.17a.61.61 0 00-.16-.28l-.12-.09a.62.62 0 00-.32-.09h-.26a.69.69 0 00-.24 0 .53.53 0 00-.2.13.63.63 0 00-.13.2.43.43 0 000 .25v.16a.61.61 0 00.16.28l.13.1a.68.68 0 00.31.08z'/%3e%3cpath fill='%234a2f70' d='M4.23 33.39a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M4.31 32.36a1.66 1.66 0 00.14.37 2.26 2.26 0 00.23.31 1.41 1.41 0 00.29.25.72.72 0 00.21.12.45.45 0 00.23.08.53.53 0 00.25 0 .45.45 0 00.21-.12.44.44 0 00.13-.18.58.58 0 00.06-.48L6 32.56a.69.69 0 00-.22-.23.94.94 0 01-.22-.12l.13.09a1.07 1.07 0 01-.19-.18l.1.13a1.88 1.88 0 01-.11-.25l.07.15a.69.69 0 010-.13.43.43 0 00-.11-.21.44.44 0 00-.17-.16.53.53 0 00-.28-.07.53.53 0 00-.25 0 .67.67 0 00-.37.29.62.62 0 00-.06.48zM1.36 41h.09c-.07 0 .07 0 0 0s.19.12.11 0a4.26 4.26 0 01.43.42 4.22 4.22 0 001 .78 4.35 4.35 0 002.55.47.64.64 0 00.62-.62c0-.3-.29-.67-.62-.63a4 4 0 01-.59 0h-.49a3.74 3.74 0 01-.57-.17h-.06l-.12-.05a2.69 2.69 0 01-.29-.16l-.24-.17c-.09-.06 0 0 0 0a.69.69 0 01-.13-.11c-.14-.12-.27-.27-.41-.4a1.68 1.68 0 00-1.28-.59.65.65 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%234a2f70' d='M2.06 41.85a.63.63 0 000-1.25.63.63 0 000 1.25zM1.14 40.82a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M.92 40.48a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M1.71 38.69v.01-.01zM1.7 38.69zM1.7 38.68zM1.7 38.68v-.01.01zM1.7 38.69zM1.7 38.68zM1.71 38.7zM1.7 38.68zM1.7 38.69zM1.69 38.68v-.01.01zM1.69 38.68v-.01.01zM1.69 38.68zM1.69 38.68zM1.7 38.69zM1.69 38.69h.01-.01zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.69zM1.69 38.69zM1.69 38.68v.01-.01zM1.68 38.71zM1.69 38.69v-.01l-.01.01h.01zM1.69 38.69zM1.7 38.7v.01-.01l-.01-.01.01.01zM1.69 38.7zM1.68 38.68v.01-.01zM1.68 38.68zM1.61 38.71zM1.61 38.73zM1.66 38.68zM1.68 38.68zM1.63 38.73zM1.58 38.73h.05zm0 0zm0 0zm.06 0zm0 0zm-.13 0zM1.61 38.73zM1.57 38.74zM1.68 38.68zM1.69 38.71zM1.68 38.71v-.01.01zM1.68 38.7v.01-.01zM1.68 38.71zM1.67 38.7v.01-.01zM1.67 38.72v-.01.01zM1.65 38.71v-.01.01zM1.64 38.74zM1.49 38.68v.01-.01zM1.49 38.69zM1.59 38.74zM1.58 38.74v-.01.01z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%238c81c0' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%238c81c0' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%238c81c0' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%238c81c0' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%238c81c0' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%238c81c0' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%238c81c0' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%238c81c0' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%238c81c0' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%238c81c0' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%238c81c0' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%238c81c0' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%238c81c0' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%238c81c0' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%238c81c0' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%238c81c0' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%238c81c0' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%238c81c0' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%238c81c0' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%238c81c0' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%238c81c0' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%238c81c0' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%238c81c0' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%238c81c0' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%238c81c0' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%238c81c0' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%238c81c0' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%238c81c0' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%238c81c0' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%238c81c0' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%238c81c0' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%238c81c0' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%238c81c0' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%238c81c0' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%238c81c0' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%238c81c0' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%238c81c0' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%238c81c0' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%238c81c0' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-shaking-hands-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50.24 25.79'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:%23f6f6f6%7d%3c/style%3e%3c/defs%3e%3cg id='Ebene_2' data-name='Ebene 2'%3e%3cg id='Ebene_1-2' data-name='Ebene 1'%3e%3cpath fill='%234a2f70' d='M49.66 15.56c.36-.17.09-.75-.26-.62a36.76 36.76 0 01-3.75 1.27 22.43 22.43 0 00-2.83.68 14.13 14.13 0 00-.6-3.84c-.38-2.17-.91-4.3-1.45-6.42a5.7 5.7 0 00-1-2.44 6.65 6.65 0 01-.45-1.64 36.48 36.48 0 014.5-1c2-.25 4-.73 6-.88.34 0 .3-.7 0-.68-1.82.1-3.69.67-5.53.88a31.83 31.83 0 00-5.11 1.18.14.14 0 00-.18.05c-.36.1-.71.21-1.07.3s-.18.49.07.44.57-.12.85-.18a3.67 3.67 0 00.14.87c0 .14.07.28.11.43a4.17 4.17 0 00-2.62.83c-.22.15-.07.54.17.41.79-.42 2-1 2.72-.34 0 .12.07.24.1.36s.16.19.26.15a17.43 17.43 0 01.79 2.92c.4 1.62.74 3.24 1 4.89a17.27 17.27 0 01.59 3.51.25.25 0 00-.26 0 3.21 3.21 0 01-1.65.39 2.76 2.76 0 00-1.38.25.22.22 0 00-.09.1c-.43-2.57-1.36-4.45-3.71-5.25a21 21 0 00-7-1.53 2.94 2.94 0 00.67-1c.11-.26-.26-.47-.38-.22a3.09 3.09 0 01-1.22 1.26l-.41.06a.33.33 0 00-.15 0c-1.59.15-2.75 1.39-4.12 2.2a3.16 3.16 0 01-2.17.32 4.73 4.73 0 01-1-.29 2.48 2.48 0 01-.65-.37c-.38-.38-.47-.74-.28-1.07.15.07.26-.07.28-.22 1.89 0 4-2.18 5.37-3.33C25.68 6.42 28 7.06 30.1 7c1.89-.11 3.81-.31 5.7-.51a.28.28 0 00.2-.37A7 7 0 0137.51 6a9 9 0 011.41 3.4 42 42 0 011.49 7 .29.29 0 00.58 0c.09-2.1-.78-4.26-1.26-6.26a10.51 10.51 0 00-2-4.79.25.25 0 00-.38 0c-.49.42-1.1.3-1.67.39a.17.17 0 00-.11.09 32 32 0 00-4.89.37c-1.83.18-3.67-.14-5.48.26a5.31 5.31 0 00-2.29 1.44c0-.2-.11-.42-.33-.38a12.12 12.12 0 00-3.17 1.21c-1.53.69-2.87 0-4.41.22a.15.15 0 00-.12.07c.11-.23.22-.36.29-.32a.22.22 0 00.27-.35l-.1-.1a.32.32 0 00-.08-.36 3.63 3.63 0 00-2-.58.2.2 0 00-.2.13.14.14 0 00-.1 0c-.13.17-.25.33-.37.51a5.14 5.14 0 011-1.77c.19-.18 0-.55-.23-.41a.42.42 0 00-.09-.14c-.7-.62-2.17-.13-3-.15-2.3-.06-4.48-1.1-6.8-1-.23 0-.27.4 0 .42A51.6 51.6 0 019.14 6c1.15.23 2.63-.25 3.73.18a6.55 6.55 0 00-.79 1.64.25.25 0 00.39.3 16.79 16.79 0 00-1.88 5.91c-.36 2-1 4.35-.53 6.41-1.51-.14-3-.12-4.56-.33a16.83 16.83 0 01-2.88-.63 2.93 2.93 0 00-1.72-.2.22.22 0 00.07.43 6.38 6.38 0 012.39.57 19.16 19.16 0 002.1.45 40.63 40.63 0 004.92.41.25.25 0 00.17 0 9.21 9.21 0 001.74-.14c.34-.11.26-.69-.11-.64s-.86 0-1.31.09-.32-1.9-.3-2.24c.07-1.06.29-2.1.44-3.14.37-2.48.82-5.21 2.18-7.24l.87.21c.23.07.45.17.68.26a7.33 7.33 0 00-1.11 2.58 27.83 27.83 0 00-1.19 9.35c0 .42.6.36.62 0v-.24a.33.33 0 000-.15 28.37 28.37 0 01.82-7.41 25.56 25.56 0 011-3.31c0 .14 0 .33.16.35a13.49 13.49 0 003.68.29c1.34-.25 2.55-1.15 3.88-1.5a8.27 8.27 0 01-.74.63c-1.07.81-2.58 2-3.9 1.92-.21 0-.3.35-.1.44-.71 1.56.88 2.46 2.08 2.69a3.7 3.7 0 002.39-.14c1.49-.71 2.68-2.11 4.34-2.3a.3.3 0 00.21-.14 2.32 2.32 0 00.37-.13 18.76 18.76 0 016.45 1.29 14.11 14.11 0 012.37.9.23.23 0 00.1.4c.34.05.49.88.5 1.18s.51.43.51.05a3.16 3.16 0 00-.18-.85 9.23 9.23 0 011.18 4 2.23 2.23 0 01-1.7-.46l-.32-.16a1.53 1.53 0 00.18-.18 3.23 3.23 0 00.72-1.54.24.24 0 00-.47-.11 3.67 3.67 0 01-.45 1 2.29 2.29 0 01-.28.41h-.26a.2.2 0 00-.11 0 12.61 12.61 0 01-2.55-.67 10.13 10.13 0 00-2.87-1.12c-.2 0-.27.33-.07.39A14.9 14.9 0 0132.76 17a8.92 8.92 0 002.54.75c-.1.16.07.37.22.24.1.64.29 1.52-.32 1.87s-1.33 0-1.85-.11c-1.12-.31-2.16-.89-3.27-1.25-.26-.08-.37.33-.13.45a12.52 12.52 0 004.61 1.73 1.51 1.51 0 00.37 0 .17.17 0 000 .1c.33 1.28-.64 1.66-1.51 2a8.87 8.87 0 00-1.76-1.26 2.57 2.57 0 00-1.72-.52c-.23 0-.21.44 0 .45 1.16.07 1.88 1 2.81 1.61a.34.34 0 00-.05.43c-.89 1.25-2.68.25-3.89.09-.22-1.79-.72-4.25-2.2-5.11-.68-.39-1.71-.42-2 .32a2.9 2.9 0 00-1.73-1.57c-.7-.13-1.36.08-1.44 1a5.37 5.37 0 00.34 1.57c-.26-.51-.57-1-.78-1.33-.47-.78-1.3-2-2.24-1.89-1.67.18-1.27 2.47-.48 4.1a14 14 0 00-1.9-.5c-1-.29-1.88-1-3-.94a.21.21 0 000 .42 9.54 9.54 0 012.48 1l-.18.2a1.4 1.4 0 00-.07 1.7c.65.94 2.31.61 3.1.16.34-.19.09-.76-.25-.6a3.37 3.37 0 01-1.84.29c-.34 0-.8-.28-.71-.76a1 1 0 01.57-.74 7 7 0 012.12.74.21.21 0 00.24 0 .18.18 0 000 .23c.68 1.25 1.38 2.13 2.75 1.92a1 1 0 00.57-.29 2.18 2.18 0 002.48 1.4 1.79 1.79 0 001-.57A2.22 2.22 0 0027 25.72a1.27 1.27 0 001.65-1.42.3.3 0 00.17-.22c1.32.55 3.93 1.5 4.5-.51a4.13 4.13 0 001.57-.91 1.8 1.8 0 00.42-2.1c.83-.32 1.06-1.31.87-2.36l.65.45c.49.27 1.07.5 1.55.09a.27.27 0 00.07-.14.37.37 0 00.42-.45l-.06-.41a.17.17 0 00.18.06c1-.23 2.26.24 3.12-.51a.32.32 0 00.49.21c2.4-.81 4.78-.85 7.06-1.94zm-28.32 7.6c-.85.16-1.28-.38-1.75-1a.28.28 0 000-.41 5.9 5.9 0 01-1.29-2.57c-.24-.9-.09-2.54 1-1.79a5.76 5.76 0 011.54 2.1c.33.64.49 1.42.83 2a.45.45 0 00.09.1c.13.72.29 1.41-.42 1.57zm3.09 1.1a1.65 1.65 0 01-2-1.39 5 5 0 00-.13-1.6v-.07c.28-1-.92-2.86-.16-3.36 1-.66 2 1.41 2.37 2.15a13.52 13.52 0 01.81 3 .34.34 0 00.16.23 1.21 1.21 0 01-1.05 1.04zm3.7 0c-.18.68-.42 1-1.08.77A1.71 1.71 0 0126 23.74a2.5 2.5 0 00-.22-2 11.25 11.25 0 00-.84-2.24.54.54 0 01-.05-.11c.06-.66.61-.63 1.07-.5a2.18 2.18 0 011.16 1c.8 1.21.8 2.81 1.15 4.2a.25.25 0 00-.14.17z'/%3e%3cpath fill='%234a2f70' d='M2.21 19.46a12.22 12.22 0 013.43.68 10.2 10.2 0 003.77.24.65.65 0 00.63-.63c0-.3-.29-.67-.63-.62a9.38 9.38 0 01-3.69-.26 12 12 0 00-3.51-.66c-.8 0-.81 1.28 0 1.25z'/%3e%3cpath fill='%234a2f70' d='M3.47 19.77a12.06 12.06 0 013.72.87.63.63 0 00.81-.44.65.65 0 00-.44-.77 13.09 13.09 0 00-4-.91.63.63 0 100 1.25zM1.18 19.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M1.58 19.38a14.71 14.71 0 007.94 1.38.65.65 0 00.63-.63.63.63 0 00-.63-.62 13.54 13.54 0 01-7.31-1.21c-.72-.3-1.35.7-.63 1.08z'/%3e%3cpath fill='%234a2f70' d='M1.83 18.45a23.7 23.7 0 007.58 1.09.63.63 0 000-1.25 22.3 22.3 0 01-7.25-1.05c-.77-.24-1.1 1-.33 1.21z'/%3e%3cpath fill='%234a2f70' d='M3.1 17.6l3.24.83 1.57.4a6 6 0 001.62.25.63.63 0 000-1.25 5.21 5.21 0 01-1.41-.24l-1.56-.4-3.13-.79a.62.62 0 00-.33 1.2z'/%3e%3cpath fill='%234a2f70' d='M5 17.2a13.35 13.35 0 014.29 1 .63.63 0 00.71-.4.65.65 0 00-.42-.8A14.42 14.42 0 005 16a.64.64 0 00-.63.63.63.63 0 00.63.57z'/%3e%3cpath fill='%234a2f70' d='M5.46 15.57l-.58-.22a.42.42 0 00-.25 0 .48.48 0 00-.23.07.52.52 0 00-.17.16.43.43 0 00-.12.22v.16a.59.59 0 00.09.32l.09.12a.53.53 0 00.28.16l.57.23a.53.53 0 00.25 0 .43.43 0 00.24-.08.37.37 0 00.17-.16.43.43 0 00.11-.21v-.16a.7.7 0 00-.09-.32l-.1-.13a.74.74 0 00-.27-.16z'/%3e%3cpath fill='%234a2f70' d='M4.94 16.06l-.68-.46a.53.53 0 00-.26-.08.53.53 0 00-.25 0 .45.45 0 00-.21.12.44.44 0 00-.16.17.62.62 0 00-.06.48l.06.15a.63.63 0 00.23.23l.68.46a.39.39 0 00.23.07.43.43 0 00.25 0 .43.43 0 00.23-.11.44.44 0 00.16-.17.6.6 0 00.06-.49l-.06-.14a.61.61 0 00-.22-.23z'/%3e%3cpath fill='%234a2f70' d='M4.27 15.41a2.17 2.17 0 00-.44 0l-.28.07a2.17 2.17 0 00-.74.45.64.64 0 000 .89.62.62 0 00.44.18.69.69 0 00.45-.18.52.52 0 01.11-.1l-.13.1a1.22 1.22 0 01.32-.14l-.15.06a1.31 1.31 0 01.34-.09h-.16.27a.57.57 0 00.44-.18.63.63 0 000-.88l-.13-.1a.56.56 0 00-.31-.09z'/%3e%3cpath fill='%234a2f70' d='M4.27 16.67a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M3.46 15.74a2.49 2.49 0 00-.46.09 2.26 2.26 0 00-.42.19 2.2 2.2 0 00-.65.64.42.42 0 00-.07.24.43.43 0 000 .25.65.65 0 00.28.37.61.61 0 00.49.06.65.65 0 00.37-.28l.06-.09-.1.13a1.48 1.48 0 01.25-.25l-.12.1a1.23 1.23 0 01.32-.19l-.15.06a2.11 2.11 0 01.36-.06h-.17a.7.7 0 00.25 0 .63.63 0 00.2-.13.67.67 0 00.18-.45.65.65 0 00-.18-.44l-.13-.1a.69.69 0 00-.32-.08zM4.69 16.57a31.08 31.08 0 005.17.72.63.63 0 00.63-.62.64.64 0 00-.63-.67A29.37 29.37 0 015 15.36a.63.63 0 10-.33 1.21zM.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M.84 19.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M1.85 18.24a.76.76 0 00-.22-.18.71.71 0 00-.25-.06 1.07 1.07 0 00-.56 0 .27.27 0 00-.12 0 1.15 1.15 0 00-.25.12 1.2 1.2 0 00-.21.17l-.13.17a1.89 1.89 0 00-.09.21.52.52 0 000 .25.49.49 0 00.08.23.55.55 0 00.16.18.53.53 0 00.21.11.62.62 0 00.48-.07l.13-.09a.71.71 0 00.15-.28l-.06.15a.35.35 0 01.05-.15l-.1.13a.27.27 0 01.08-.07l-.13.09.1-.06-.17.08h.14-.17.14-.16.11l-.13-.07h.09L.9 19l.06.07a.63.63 0 00.2.13.42.42 0 00.24.05.43.43 0 00.25-.05.63.63 0 00.2-.13.6.6 0 00.15-.39v-.17a.67.67 0 00-.16-.27z'/%3e%3cpath fill='%234a2f70' d='M1.3 18.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M1.52 18.5a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M1.87 18.27a.63.63 0 000-1.25.63.63 0 000 1.25zM10.67 20h.11-.17l.17.05-.15-.05.16.1-.13-.1a.53.53 0 01.13.13L10.7 20a.64.64 0 01.08.14l-.06-.14a1 1 0 010 .16V20a.09.09 0 010 .05A.63.63 0 1012 20v-.4l-.45.6h-.17a1.77 1.77 0 01.46 0h-.17.1a.74.74 0 00.33 0 .69.69 0 00.33-.23.62.62 0 00.12-.29.7.7 0 00-.07-.4 3.46 3.46 0 00-.79-1.06.68.68 0 00-.45-.19.63.63 0 00-.44.19 1.17 1.17 0 00-.29.55 1.47 1.47 0 000 .66 1.33 1.33 0 00.32.55 1.42 1.42 0 00.55.34l-.15-.06.11.05-.12-.1v.05l-.1-.13V19.67l.06-.15.1-.13.13-.1.15-.07h.32l.15.06.12.1.1.13.07.15v.32l-.06.15-.1.13a.67.67 0 00.18-.44.63.63 0 00-.62-.63.6.6 0 00-.44.19.68.68 0 00-.18.29.69.69 0 000 .35.65.65 0 00.31.4.85.85 0 00.38.09.73.73 0 00.43-.16.63.63 0 00.27-.52.72.72 0 00-.21-.52 1.19 1.19 0 00-.51-.3l.15.06-.12-.07.13.1a.38.38 0 01-.11-.11l.09.12a.53.53 0 01-.08-.15l.06.15a.61.61 0 01-.19-.11v.16a.6.6 0 010-.19v.17a.85.85 0 010-.17l-.06.15a.75.75 0 01.07-.12l-.1.12h-.89a3.24 3.24 0 01.36.38l-.1-.13a4 4 0 01.34.56l.7-.92a3.44 3.44 0 00-.45-.05 3.57 3.57 0 00-.46 0l-.15.07a.44.44 0 00-.17.16.63.63 0 00-.14.38v.4H12a1.28 1.28 0 00-.41-.9 1.36 1.36 0 00-.92-.36.63.63 0 00-.63.62.64.64 0 00.19.45.6.6 0 00.44.18z'/%3e%3cpath fill='%234a2f70' d='M10.9 20.44a.63.63 0 000-1.25.63.63 0 000 1.25zM10.78 19.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M11.58 20.67a.63.63 0 000-1.25.63.63 0 000 1.25zM13.8 19.27h.06a.79.79 0 01.22.06s.05 0 0 0a.38.38 0 01.13.06l.24.13a8.93 8.93 0 00.87.45 8.58 8.58 0 002 .65.64.64 0 00.77-.44.63.63 0 00-.44-.76 8.44 8.44 0 01-2-.65c-.31-.15-.6-.35-.92-.49a2 2 0 00-1.31-.21.63.63 0 00-.44.77.64.64 0 00.77.43z'/%3e%3cpath fill='%234a2f70' d='M18 21.13a.63.63 0 000-1.25.63.63 0 000 1.25zM14.22 18.33a11 11 0 002.59 1.34.62.62 0 00.77-.43.65.65 0 00-.44-.77l-.33-.13s-.22-.07 0 0l-.16-.07A6.45 6.45 0 0116 18a9.72 9.72 0 01-1.16-.71.63.63 0 00-.86.22.64.64 0 00.23.86zM46.59 15.87a8.88 8.88 0 001-2.18 12 12 0 01.67-2.21c.64-1.2 1.63-2.22 1.65-3.67a.63.63 0 00-1.25 0c0 1.23-1.08 2.19-1.59 3.24a14.2 14.2 0 00-.63 2.11 7.7 7.7 0 01-1 2.08c-.44.67.64 1.3 1.08.63z'/%3e%3cpath fill='%234a2f70' d='M47.93 15.42c.19-1 .31-2.14.6-3.16a8.13 8.13 0 01.64-1.41l.77-1.52c.37-.72-.71-1.35-1.08-.64l-.77 1.53a9.6 9.6 0 00-.73 1.6A10.55 10.55 0 0047 13.4l-.31 1.69a.64.64 0 00.44.77.63.63 0 00.77-.44z'/%3e%3cpath fill='%234a2f70' d='M49 14.79c0-.95.06-1.9.12-2.85a.84.84 0 010-.19 1.08 1.08 0 01.06-.19c0-.06 0-.07 0 0l.09-.1.17-.19a1.13 1.13 0 00.24-1.31.62.62 0 00-.85-.23.65.65 0 00-.23.86.31.31 0 010-.23c0 .06 0 .07 0 0l-.09.1a4.46 4.46 0 00-.34.42 2.37 2.37 0 00-.3 1.22c0 .9-.07 1.8-.11 2.7a.63.63 0 001.25 0z'/%3e%3cpath fill='%234a2f70' d='M48.76 11.13l-.42 3.55a.63.63 0 001.25 0l.41-3.55a.63.63 0 00-.63-.63.65.65 0 00-.62.63z'/%3e%3cpath fill='%234a2f70' d='M48.15 15.87a.63.63 0 000-1.25.63.63 0 000 1.25zM46.78 16a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 12.05l-.28 2.62a.63.63 0 00.62.63.65.65 0 00.63-.63l.28-2.62a.63.63 0 00-.62-.63.65.65 0 00-.63.63zM47 8.5a10.81 10.81 0 01-1.8 5.69.62.62 0 00.23.85.63.63 0 00.85-.22 12 12 0 002-6.32c0-.8-1.22-.8-1.25 0z'/%3e%3cpath fill='%234a2f70' d='M48.15 9.36a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M48.71 9.29l.11-.12A.39.39 0 0049 9a.48.48 0 000-.27.53.53 0 000-.24.44.44 0 00-.13-.2l-.12-.1a.72.72 0 00-.32-.08h-.16a.61.61 0 00-.28.16l-.11.11a.41.41 0 00-.13.2.54.54 0 00-.06.25.53.53 0 00.06.24.41.41 0 00.13.2l.12.1a.69.69 0 00.32.08h.16a.61.61 0 00.28-.16zM45.75 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M45.64 15.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M46 9.48a10.84 10.84 0 01-1.53 4.21.64.64 0 00.23.86.63.63 0 00.85-.23 11.75 11.75 0 001.65-4.51.63.63 0 00-.44-.76.61.61 0 00-.76.43zM45.41 15h-.23a.53.53 0 00-.24.06.44.44 0 00-.2.13.46.46 0 00-.13.2.39.39 0 000 .24v.16a.61.61 0 00.16.28l.13.1a.65.65 0 00.31.08h.23a.39.39 0 00.24-.05.46.46 0 00.2-.13.44.44 0 00.13-.2.53.53 0 00.06-.24v-.17a.57.57 0 00-.16-.27l-.12-.1a.62.62 0 00-.32-.09z'/%3e%3cpath fill='%234a2f70' d='M44.76 14.37a1 1 0 00-.25.22 1.37 1.37 0 00-.24.4 1.94 1.94 0 00-.07.33v.19a1.3 1.3 0 00.2.63 1.27 1.27 0 00.21.25 1.33 1.33 0 00.19.14l.22.1a.53.53 0 00.25 0 .45.45 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.06-.48l-.1-.13a.74.74 0 00-.27-.16l.15.06-.11-.06.12.09-.1-.1.1.13a.71.71 0 01-.08-.15l.06.15a1.05 1.05 0 010-.19v.17-.2.17a.75.75 0 010-.16l-.06.15a.64.64 0 01.08-.14l-.1.13a.28.28 0 01.1-.09l-.13.09a.67.67 0 00.29-.37.62.62 0 00-.07-.48.6.6 0 00-.37-.29.62.62 0 00-.48.06z'/%3e%3cpath fill='%234a2f70' d='M43.92 14.29v.08c0 .03 0-.16 0 0a1 1 0 010 .17v.17a.15.15 0 000 .07c0 .12 0-.16 0 0s0 .21-.08.32 0 .1-.05.16.07-.15 0 0v.07a2.54 2.54 0 01-.16.28v.07c0 .06.09-.11 0 0l-.11.13-.12.12s-.19.13 0 0L43 16a.63.63 0 00-.22.85.64.64 0 00.86.23 2.82 2.82 0 001.19-1.25 3 3 0 00.29-1.83.63.63 0 00-.77-.43.63.63 0 00-.43.77zM46.9 9.58a.63.63 0 000-1.25.63.63 0 000 1.25zM48.93 8.28a35.69 35.69 0 01-.34 6.72.65.65 0 00.43.77.64.64 0 00.77-.44 36.67 36.67 0 00.39-7c0-.8-1.29-.81-1.25 0z'/%3e%3cpath fill='%234a2f70' d='M48.55 7.54L46.73 8a.63.63 0 00-.44.76.64.64 0 00.77.44l1.83-.48a.62.62 0 10-.34-1.2z'/%3e%3cpath fill='%234a2f70' d='M49.41 8.44a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.91 14.32l.58-.45a.57.57 0 00.13-.21.6.6 0 00.05-.24.69.69 0 00-.05-.24.63.63 0 00-.13-.2l-.13-.1a.69.69 0 00-.36-.08h-.16a.61.61 0 00-.28.16l-.57.46a.66.66 0 00-.18.44.42.42 0 000 .24.44.44 0 00.13.2l.13.1a.65.65 0 00.31.08h.17a.63.63 0 00.27-.16z'/%3e%3cpath class='cls-1' d='M43.81 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.35 15.3a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.47 15.18a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.58 14.73a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath class='cls-1' d='M43.94 14.83a4 4 0 001-1.68c.28-.69.54-1.39.81-2.08.52-1.4 1-2.8 1.47-4.21.25-.77-1-1.1-1.21-.34-.43 1.32-.88 2.64-1.37 3.94-.24.65-.49 1.3-.74 1.94a3.74 3.74 0 01-.84 1.6c-.61.52.28 1.4.88.88z'/%3e%3cpath fill='%234a2f70' d='M43.85 14.39a3.36 3.36 0 00-.64.42 2 2 0 00-.43.44.39.39 0 00-.13.2.48.48 0 00-.06.24.63.63 0 00.19.44.6.6 0 00.44.18h.17a.63.63 0 00.27-.16 2.56 2.56 0 01.47-.46l-.13.09a2.92 2.92 0 01.48-.29.55.55 0 00.18-.16.56.56 0 00.12-.46.51.51 0 00-.07-.24.63.63 0 00-.38-.28h-.16a.59.59 0 00-.32.09z'/%3e%3cpath fill='%234a2f70' d='M44.38 13.93H42.9a.63.63 0 100 1.25h1.48a.6.6 0 00.44-.18.66.66 0 00.19-.44.65.65 0 00-.63-.63z'/%3e%3cpath fill='%234a2f70' d='M43.12 15.64a.63.63 0 000-1.25.63.63 0 000 1.25zM46.29 8.23a3.62 3.62 0 00-.78 1.49l-.67 1.89c-.1.3-.21.59-.31.89a1.33 1.33 0 01-.1.24c-.07.1 0 0 0 0l-.14.08a2.05 2.05 0 00-1.09.81.64.64 0 00.23.86.63.63 0 00.85-.23c.05-.09 0 0 0-.05s-.06 0 0 0a1 1 0 01.25-.14 3.6 3.6 0 00.52-.26 2.85 2.85 0 00.9-1.6l.63-1.79a3.41 3.41 0 01.61-1.34c.57-.56-.31-1.44-.89-.88z'/%3e%3cpath fill='%234a2f70' d='M45.52 11.7a3.45 3.45 0 00-1.47.35.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29h.17a.68.68 0 00.31-.08l.12-.06-.15.07a2.38 2.38 0 01.68-.19h-.16.35a.69.69 0 00.45-.18.67.67 0 00.18-.45.65.65 0 00-.18-.44.69.69 0 00-.45-.18z'/%3e%3cpath fill='%234a2f70' d='M45.42 10.65a2.11 2.11 0 00-1.16.2 1.3 1.3 0 00-.48.45 1.14 1.14 0 00-.13.3 1 1 0 000 .34.48.48 0 00.06.24.39.39 0 00.13.2.6.6 0 00.88 0 .57.57 0 00.18-.44.49.49 0 010-.12v.17a.36.36 0 010-.11l-.07.14.08-.13-.1.13.14-.14-.13.1.15-.09-.17.11a1.29 1.29 0 01.28-.08h-.17a2.9 2.9 0 01.51 0 .61.61 0 00.62-.62.63.63 0 00-.18-.45.72.72 0 00-.44-.18z'/%3e%3cpath fill='%234a2f70' d='M46.15 9.62a2.94 2.94 0 00-.51 0 3.05 3.05 0 00-.52 0 2.81 2.81 0 00-.83.28.64.64 0 00-.29.37.62.62 0 00.07.48.64.64 0 00.37.29.73.73 0 00.48-.06l.11-.06-.15.07a2.64 2.64 0 01.61-.17h-.16a2.66 2.66 0 01.63 0h-.17a.39.39 0 00.24 0 .48.48 0 00.24-.07.64.64 0 00.28-.37.65.65 0 00-.06-.49.61.61 0 00-.37-.28z'/%3e%3cpath fill='%234a2f70' d='M46.15 8.69a2.13 2.13 0 00-1.25-.1.53.53 0 00-.21.11.55.55 0 00-.16.18.49.49 0 00-.08.23.53.53 0 000 .25.58.58 0 00.28.37l.15.07a.62.62 0 00.33 0h.09-.17a1.62 1.62 0 01.44 0h-.16a1.9 1.9 0 01.39.11.43.43 0 00.25 0 .48.48 0 00.23-.07.65.65 0 00.29-.38.62.62 0 00-.04-.46l-.1-.12a.61.61 0 00-.28-.16zM44.15 11.64a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M48.37 7c.05-.11.07-.09 0 0 .1-.09 0 0-.06 0s-.07 0 0 0h-.11l-.2.07-1.16.33-2.28.6a.63.63 0 00-.43.77.63.63 0 00.77.43l2.6-.72a10.68 10.68 0 001.14-.33 1.47 1.47 0 00.94-.88.64.64 0 00-.44-.77.66.66 0 00-.77.44z'/%3e%3cpath fill='%234a2f70' d='M43.54 9.47c-.1.68-.2 1.35-.31 2 0 .14 0 .28-.08.42a1.72 1.72 0 01-.07.21c.05-.12 0 .07-.06.1l-.06.07-.08.07c.07 0 .07 0 0 0l-.08.05c.08 0 .08 0 0 0s-.06 0 0 0h-.1a.62.62 0 00-.62.62.64.64 0 00.62.63 1.78 1.78 0 001.63-1.54c.16-.76.24-1.54.35-2.3a.64.64 0 00-.37-.8.63.63 0 00-.77.43z'/%3e%3cpath fill='%234a2f70' d='M42.78 14.27a.63.63 0 000-1.25.63.63 0 000 1.25zM49.07 6.67a.23.23 0 00-.07.07 1.56 1.56 0 00-.16.2l-.05.06a1.57 1.57 0 00-.09.23 2.38 2.38 0 00-.05.26v.1a1.22 1.22 0 000 .26.38.38 0 000 .1.43.43 0 00.11.21.44.44 0 00.17.16.53.53 0 00.24.08.54.54 0 00.25 0 .61.61 0 00.37-.28.62.62 0 00.06-.48v-.13.17-.16.16a1 1 0 010-.16l-.07.15.08-.14-.09.13.1-.11a.39.39 0 00.13-.2.48.48 0 00.06-.24.53.53 0 00-.06-.24.44.44 0 00-.13-.2.6.6 0 00-.44-.18h-.17a.63.63 0 00-.27.16zM49.92 14.79v-.57a.47.47 0 00-.05-.24.46.46 0 00-.13-.2.41.41 0 00-.2-.13.53.53 0 00-.24-.06h-.17a.62.62 0 00-.28.17l-.09.12a.59.59 0 00-.09.32v.57a.69.69 0 000 .24.53.53 0 00.13.2.57.57 0 00.21.13.39.39 0 00.24.05h.16a.61.61 0 00.28-.16l.1-.13a.65.65 0 00.08-.31z'/%3e%3cpath fill='%234a2f70' d='M49.64 8.21a.63.63 0 000-1.25.63.63 0 000 1.25zM41 14.16v.13c0 .09 0 0 0 0v.17l-.06.17c0-.15 0-.06 0 0v.08a1.19 1.19 0 01-.08.16 3.33 3.33 0 00-.16.4 1.42 1.42 0 00.3 1.45.63.63 0 00.88 0 .63.63 0 000-.89s-.08-.1 0 0 0-.12 0 0v-.07.08-.14.08-.13a.74.74 0 010-.14v-.06.05a2.12 2.12 0 00.32-1.65.62.62 0 10-1.2.33z'/%3e%3cpath fill='%234a2f70' d='M41.38 15.64v-.17a1 1 0 010 .25v-.17a1.34 1.34 0 01-.07.27l.06-.15a1.13 1.13 0 01-.12.21l.09-.13a.75.75 0 01-.15.16.53.53 0 00-.13.2.52.52 0 00-.05.24.63.63 0 00.62.63h.17a.62.62 0 00.28-.17 1.63 1.63 0 00.27-.31 1.59 1.59 0 00.18-.37 1.86 1.86 0 00.08-.41 1.19 1.19 0 000-.42.43.43 0 00-.11-.21.46.46 0 00-.17-.17.51.51 0 00-.24-.07.53.53 0 00-.25 0 .63.63 0 00-.37.29l-.06.15a.62.62 0 000 .33z'/%3e%3cpath fill='%234a2f70' d='M41.41 17a.63.63 0 000-1.25.63.63 0 000 1.25zM41.41 14.84a.63.63 0 000-1.25.63.63 0 000 1.25z'/%3e%3cpath fill='%234a2f70' d='M41.41 14.73a.63.63 0 000-1.25.63.63 0 000 1.25zM31.2 8.12a9.14 9.14 0 014.15-.36 3.44 3.44 0 012.55 2.3c.25.76 1.46.43 1.21-.33a4.79 4.79 0 00-3.19-3.12 9.87 9.87 0 00-5.05.31c-.78.19-.45 1.39.33 1.2z'/%3e%3cpath fill='%234a2f70' d='M35.88 7a6 6 0 01.7.46l-.13-.1a5.37 5.37 0 011 1l-.1-.13a.36.36 0 01.07.1.67.67 0 00.38.28.58.58 0 00.48-.06.67.67 0 00.29-.37.61.61 0 00-.07-.48 6.34 6.34 0 00-2-1.79.63.63 0 10-.62 1.09z'/%3e%3cpath fill='%234a2f70' d='M36.69 6.5a4.89 4.89 0 001 2.08.6.6 0 00.44.18.59.59 0 00.44-.18.66.66 0 00.19-.44.71.71 0 00-.19-.44l.09.12a3.9 3.9 0 01-.54-.93l.06.15a3.86 3.86 0 01-.24-.82.69.69 0 00-.29-.38.62.62 0 00-.48-.06.63.63 0 00-.44.77zM32 9.24l3 .12a1.24 1.24 0 01.9.35c.37.34.73.69 1.09 1 .58.56 1.46-.32.88-.88-.39-.38-.77-.78-1.18-1.13a2.37 2.37 0 00-1.42-.61C34.2 8 33.11 8 32 8a.62.62 0 00-.62.62.64.64 0 00.62.63z'/%3e%3cpath fill='%234a2f70' d='M32.73 8.53a8 8 0 014 1.3.62.62 0 00.85-.22.64.64 0 00-.22-.86 9.22 9.22 0 00-4.66-1.47.64.64 0 00-.63.63.63.63 0 00.63.62z'/%3e%3cpath fill='%234a2f70' d='M36.64 7.41h.06-.46s.15 0 0 0h-.18c-.13 0 .07 0 0 0l-.06-.1h-.06l-.09-.09s.07.11 0 0a.42.42 0 01-.06.43c.06-.1 0 0 0 0h.15l.21-.06h.41l.22.06h.1a1.18 1.18 0 01.19.11h.08c.12.08-.09-.08 0 0l.18.17c.06.06 0 0 0 0l.08.11c0 .07.07.15.11.21a.14.14 0 000 .06v.14a.63.63 0 001.21-.33 2.49 2.49 0 00-2-1.81 2.45 2.45 0 00-1.51.2 1 1 0 00-.58 1 1.35 1.35 0 00.65.83 2 2 0 002 .11.62.62 0 00.23-.85.64.64 0 00-.86-.22z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%238c81c0' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-questionmark-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3crect width='25' height='25' fill='%234a2f70' rx='4'/%3e%3cg fill='white'%3e%3cpath d='M12.045 17.001c-1.1-.033-2.01.74-2.044 1.952-.034 1.212.83 2.013 1.93 2.046 1.15.035 2.034-.714 2.068-1.926.034-1.212-.805-2.037-1.954-2.072m3.48-10.968C14.544 5.344 13.309 5 11.824 5c-1.131 0-2.085.243-2.86.727C7.733 6.486 7.079 7.774 7 9.59h2.85c0-.529.16-1.039.477-1.53.318-.491.858-.737 1.619-.737.774 0 1.307.2 1.598.598.292.399.438.84.438 1.325 0 .42-.218.807-.48 1.157a2.463 2.463 0 01-.57.564s-1.545.963-2.224 1.737c-.393.449-.429 1.12-.464 2.085-.002.068.025.21.272.21h2.217c.22 0 .266-.16.269-.228.015-.351.056-.53.122-.733.124-.383.463-.718.843-1.005l.785-.526c.708-.535 1.273-.975 1.522-1.32.427-.567.726-1.265.726-2.094 0-1.352-.492-2.372-1.474-3.06'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%238c81c0' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%238c81c0' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-quotationmarks-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 64'%3e%3cdefs%3e%3cpath id='a' d='M0 .262h34.676V64H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(49)'%3e%3cpath fill='%234a2f70' d='M35 30.33c-.279 1.49-.51 2.99-.842 4.467-3.584 15.903-13.901 24.861-29.1 28.77-.394.1-.793.184-1.191.27-.053.012-.113-.006-.416-.03L.073 56.433c8.607-4.196 13.04-11.14 14.055-20.758H.135V.262H35V30.33z'/%3e%3c/g%3e%3cg%3e%3cmask id='b' fill='white'%3e%3cuse xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%234a2f70' d='M0 .262h34.332c.138.253.24.352.24.45-.06 9.893.432 19.83-.318 29.669-1.217 15.946-10.05 26.331-24.6 31.799-1.936.727-3.965 1.194-6.082 1.82L0 56.505v-.354c.69-.261 1.43-.433 2.062-.797 6.307-3.635 9.983-9.213 11.455-16.371.217-1.052.25-2.143.383-3.348H0V.262z' mask='url(%23b)'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%238c81c0'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-arrow_right-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 19'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg fill='%234a2f70'%3e%3cg%3e%3cg%3e%3cpath d='M.522 16.56a1.518 1.518 0 000 2.022 1.247 1.247 0 001.863 0l7.365-8.07a1.518 1.518 0 000-2.023L2.385.42a1.244 1.244 0 00-1.863 0 1.516 1.516 0 000 2.02l6.04 7.061-6.04 7.06z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%238c81c0' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%238c81c0' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat;--icon-dark-envelope-color-1: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 76'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg%3e%3cg%3e%3cpath fill='%234a2f70' d='M89.886 53.602c-.817.245-1.59.43-2.361.618-.034-.007-.066-.018-.1-.023-.076-.765-.406-1.464-.953-1.862l.89-.852c1.711-1.631 1.292-5.055-1.349-4.982-.206.007-.41.03-.616.034.937-1.784.436-4.672-1.878-4.17-.217.045-.43.105-.648.153a3.24 3.24 0 00-.087-.552c-.307-1.278.353-2.575 1.384-3.159l3.987-2.252c2.061-1.165 2.279-5.792-.795-5.309-1.468.231-2.931.492-4.393.754a3.262 3.262 0 00-.066-.811c.195-.126.39-.255.584-.378 1.908-1.237 1.168-4.24-.577-4.85.91-1.724.165-4.113-2.002-4.108-.556 0-1.106.022-1.66.032.041-.026.087-.05.128-.076 2.45-1.489.637-5.61-1.949-4.828l-.55.164c.016-.043.026-.087.04-.13.102-.176.18-.367.24-.566l.451-.208c.064-.028.115-.071.174-.103.483-.193.964-.385 1.447-.58 2.829-1.134 1.668-6.14-1.392-5.154-.786.252-1.567.52-2.354.777-.362-.98-1.221-1.663-2.412-1.487a2.625 2.625 0 00-.11-.755c-.114-.37-.231-.738-.346-1.107-.387-1.23-1.337-1.873-2.45-1.83-1.571.06-3.175.25-4.794.518-8.897.158-17.854 1.924-26.615 3.067L6.863 13.742C3.572 11.048-.71 17.858.1 21.053a22.213 22.213 0 001.186 3.486 5.632 5.632 0 01-.307 1.627c-.236 1.074-.231 1.985-.055 2.74a3.378 3.378 0 00-.167 1.476c1.003 8.97 6.598 42.625 6.53 42.904-.294 1.169.203 2.149.977 2.7.218.496 78.668-13.188 80.731-13.619.406-.361.516-2.086.626-2.606l2.217-1.331c2.462-1.477.632-5.605-1.952-4.828' opacity='.5'/%3e%3cpath fill='%234a2f70' d='M3.18 19.467c1.554 3.156 3.57 5.228 6.75 7.485 6.25 4.433 12.415 8.978 17.633 14.655 5.025 5.46 11.349 9.297 17.355 13.51 2.114 1.484 3.258 1.215 5.287-.438 1.991-1.623 3.638-3.543 5.107-5.665 6.668-9.636 12.275-19.917 18.49-29.825 2.944-4.7 6.056-9.294 9.044-13.965.6-.938 1.563-1.901.634-3.226-2.517-.194-4.739.699-6.896 1.8-1.75.898-3.586 1.442-5.496 1.95-6.994 1.858-14.094 3.158-21.214 4.37-15.554 2.648-30.643 7.628-46.437 9.05-.094.01-.172.194-.257.3m.52 5.469c2.532 16.78 6.825 32.179 9.827 47.783 4.768.758 8.838-.433 12.82-1.758 5.193-1.728 10.526-2.66 15.935-3.14 4.656-.412 9.308-.774 13.888-1.749 3.549-.755 7.153-1.042 10.756-1.357 5.404-.473 10.859-.148 16.229-1.109 2.76-.494 5.635-.541 8.667-2.133-3.04-17.133-5.803-34.294-6.107-51.723-.014-.74.156-1.803-.73-2.359-.732.007-1.132.462-1.487.95C77.2 16.98 71.804 26.189 66.487 35.429c-3.682 6.403-8.008 12.349-12.278 18.34-.938 1.316-2.384 2.286-3.647 3.356-1.986 1.682-4.262 1.728-6.303.385-5.91-3.896-11.985-7.706-16.812-12.893-6.814-7.332-14.712-13.252-23.747-19.68M86.832.862c1.645 10.71 1.187 21.406 2.347 32.008C90.32 43.269 93.5 53.356 94 64.01c-6.454 1.027-12.506 2.17-18.684 2.339-6.029.166-12.041.426-17.995 1.54-4.894.912-9.82 1.486-14.805 1.798-5.57.349-11.035 1.535-16.367 3.297-4.445 1.471-9.03 2.175-13.904 1.986-1.235-2.566-1.23-5.324-1.805-7.922-1.585-7.184-3.004-14.404-4.544-21.6-1.471-6.892-3.381-13.714-3.105-20.862.04-.977-.441-1.706-.942-2.464C1.114 21.006.089 20.03 0 18.463c1.02-1.373 2.608-1.166 4.054-1.205 7.148-.186 14.037-1.753 20.885-3.638 3.924-1.082 7.91-1.895 11.923-2.642C46.936 9.107 56.976 7.037 67.018 4.99a41.173 41.173 0 009.422-3.12C79.579.386 82.844-.92 86.832.862'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center no-repeat}
