/*
@font-face {
    font-family: "daily-spark-sans";
    src: url("http://mcc.local/wp-content/themes/idcomweb/fonts/daily-spark-sans.woff2") format("woff2");
}
*/
@media screen and (max-width: 991px) {
  header #menu-mobile {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 100000;
  }
  header #menu-mobile .ouvrant {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  header #menu-mobile .ouvrant span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #3B3A3A;
    transition: all 0.3s ease;
  }
  header #menu-mobile .fermant {
    display: none;
  }
  header #menu-mobile .fermant svg {
    height: 35px;
    width: 35px;
    color: #3B3A3A;
  }
  header #menu-mobile.active .ouvrant {
    display: none;
  }
  header #menu-mobile.active .fermant {
    display: block;
  }
  header .menu-principal {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fcfbf8;
    z-index: 99998;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 30px 20px;
  }
  header .menu-principal.active {
    left: 0;
  }
  header .menu-principal nav ul.menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  header .menu-principal nav ul.menu > li {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #E0E0E0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #343a40;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    width: 100%;
    left: 0;
    transform: none;
    border: none;
    padding: 0;
    display: none;
    flex-direction: column;
    list-style: none;
    padding: 1rem 2rem;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li {
    margin-bottom: 10px;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu li a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #343a40;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu.sub-menu-with-image {
    flex-direction: column;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-image-wrapper .menu-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    position: static;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 20px;
    margin: 0;
    list-style: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li:last-child {
    border-bottom: none;
  }
  header .menu-principal nav ul.menu > li ul.sub-menu .menu-items-wrapper .sub-menu-items li a {
    font-size: 14px;
    color: #3B3A3A;
    text-transform: uppercase;
  }
  header .menu-principal nav ul.menu > li.ouvert > ul.sub-menu {
    display: flex;
  }
}
@keyframes texte-defilant {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
html {
  overflow-x: hidden;
}
body {
  color: #000000;
  background: transparent linear-gradient(180deg, var(--unnamed-color-fcfbf8) 0%, #fcfbf8 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #fcfbf8 0%, #fcfbf8 100%) 0% 0% no-repeat padding-box;
  overflow-x: hidden;
}
body .container {
  max-width: 1580px;
  padding: 0 50px;
}
@media screen and (min-width: 1550px) {
  body .container {
    max-width: 1820px;
  }
}
@media screen and (max-width: 1550px) {
  body .container {
    max-width: 1400px;
  }
}
body.page-id-3463 header {
  display: none;
}
body.page-id-3463 main {
  margin-top: 0;
}
body a {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  outline: 0;
  text-decoration: none;
}
body div.bloc-texte ul {
  padding-left: 0;
}
body div.bloc-texte ul li:before {
  background-color: currentColor;
}
body header {
  background-color: #fcfbf8;
  position: fixed;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  body header {
    height: 60px;
  }
}
body header .corps {
  width: 95%;
  margin: 0 auto;
}
body header .corps .logo {
  margin-bottom: 10px;
}
body header .corps .logo img {
  width: 217px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  body header .corps .logo img {
    height: auto;
    width: 130px;
  }
}
body header .corps .reseaux ul {
  list-style: none;
}
body header .corps .reseaux ul li {
  margin-right: 10px;
}
body header .corps .menu-principal nav ul {
  display: flex;
  margin-bottom: 0;
}
body header .corps .menu-principal nav ul li {
  list-style: none;
  margin-right: 1rem;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out !important;
  padding: 10px 20px;
}
body header .corps .menu-principal nav ul li a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li a {
    font-size: 16px;
  }
}
body header .corps .menu-principal nav ul li a:hover {
  color: #ca9e67;
}
body header .corps .menu-principal nav ul li ul {
  display: none;
  margin-bottom: 0;
  position: absolute;
  background-color: #eae0ce;
  width: 330px;
  left: 0;
  top: 55px;
  padding-left: 42px;
  padding-top: 31px;
  padding-bottom: 36px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 5px 5px;
}
body header .corps .menu-principal nav ul li ul li {
  padding-left: 0;
  border: none !important;
}
body header .corps .menu-principal nav ul li ul li:hover {
  border: none;
}
body header .corps .menu-principal nav ul li ul li a {
  color: #343a40;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1550px) {
  body header .corps .menu-principal nav ul li ul li a {
    font-size: 16px;
  }
}
body header .corps .menu-principal nav ul li ul li a:hover {
  color: #ca9e67;
}
body header .corps .menu-principal nav ul li ul:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: 0;
  height: 50px;
  width: 100%;
}
body header .corps .menu-principal nav ul li.menu-item-has-children {
  position: relative;
}
body header .corps .menu-principal nav ul li.menu-item-has-children:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.871' height='10.871' viewBox='0 0 10.871 10.871'%3E%3Cg id='arrow-down-left' transform='translate(5.436 19.71) rotate(-135)'%3E%3Cpath id='Tracé_83186' data-name='Tracé 83186' d='M0,10' transform='translate(7 3.187)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath id='Tracé_83077' data-name='Tracé 83077' d='M6.187,6.187H0V0' transform='translate(13.187 7) rotate(90)' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right center;
  padding-left: 25px;
  padding-top: 2px;
}
body header .corps .bouton-header {
  margin-top: -10px;
}
body header .corps .bouton-header a {
  border-radius: 5px;
  padding: 8px 30px;
  background-color: #ca9e67;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1850px) {
  body header .corps .bouton-header a span {
    display: none;
  }
}
body header .corps .bouton-header a:hover {
  background-color: #eae0ce;
  color: #ca9e67;
}
body header .corps .bouton-header a:hover svg g {
  stroke: white;
}
body header .corps .bouton-header a:hover svg g path {
  stroke: white;
}
body main {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  body main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body main .row-block {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  body main .w-75 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  body main .w-25 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  body main .justify-items-end {
    justify-items: end;
  }
}
body main .justify-items-center {
  justify-items: center;
}
body main .titre-plus-bouton {
  margin-top: 0;
  margin-bottom: 67px;
}
body main .titre-valeurs {
  margin-bottom: 46px;
}
@media screen and (min-width: 768px) {
  body main .px-md-180 {
    padding-left: 180px;
    padding-right: 180px;
  }
}
body main .container-bootstrap .container {
  max-width: 1300px;
}
body main .fond-couleur {
  padding: 100px 0;
}
body main .bloc-formulaire .nf-field-container {
  margin-bottom: 22px;
}
body main .bloc-formulaire .nf-field {
  margin-bottom: 0;
}
body main .bloc-formulaire .nf-field .nf-field-label {
  margin-bottom: 10px;
}
body main .bloc-formulaire .nf-field .nf-field-label label {
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #343a40;
}
body main .bloc-formulaire .nf-field .nf-field-element input[type="text"],
body main .bloc-formulaire .nf-field .nf-field-element input[type="email"],
body main .bloc-formulaire .nf-field .nf-field-element input[type="tel"],
body main .bloc-formulaire .nf-field .nf-field-element input[type="number"],
body main .bloc-formulaire .nf-field .nf-field-element input:not([type="button"]):not([type="submit"]) {
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #eae0ce;
  height: 46px;
  padding: 10px 20px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #343a40;
  transition: border-color 0.3s ease;
}
body main .bloc-formulaire .nf-field .nf-field-element input[type="text"]::placeholder,
body main .bloc-formulaire .nf-field .nf-field-element input[type="email"]::placeholder,
body main .bloc-formulaire .nf-field .nf-field-element input[type="tel"]::placeholder,
body main .bloc-formulaire .nf-field .nf-field-element input[type="number"]::placeholder,
body main .bloc-formulaire .nf-field .nf-field-element input:not([type="button"]):not([type="submit"])::placeholder {
  color: #706f6f;
}
body main .bloc-formulaire .nf-field .nf-field-element input[type="text"]:focus,
body main .bloc-formulaire .nf-field .nf-field-element input[type="email"]:focus,
body main .bloc-formulaire .nf-field .nf-field-element input[type="tel"]:focus,
body main .bloc-formulaire .nf-field .nf-field-element input[type="number"]:focus,
body main .bloc-formulaire .nf-field .nf-field-element input:not([type="button"]):not([type="submit"]):focus {
  outline: 0;
  border-color: #ca9e67;
}
body main .bloc-formulaire .nf-field .nf-field-element select {
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #eae0ce;
  height: 46px;
  padding: 10px 20px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #343a40;
  transition: border-color 0.3s ease;
}
body main .bloc-formulaire .nf-field .nf-field-element select:focus {
  outline: 0;
  border-color: #ca9e67;
}
body main .bloc-formulaire .nf-field .nf-field-element textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #eae0ce;
  padding: 10px 20px;
  min-height: 180px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #343a40;
  transition: border-color 0.3s ease;
}
body main .bloc-formulaire .nf-field .nf-field-element textarea::placeholder {
  color: #706f6f;
}
body main .bloc-formulaire .nf-field .nf-field-element textarea:focus {
  outline: 0;
  border-color: #ca9e67;
}
body main .bloc-formulaire .nf-field .nf-field-element .nf-fu-fileinput-button {
  background: #ca9e67;
  border: 1px solid #ca9e67;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #343a40;
}
body main .bloc-formulaire .nf-field .file_upload-wrap .nf-field-element {
  display: flex;
  align-items: center;
  gap: 17px;
}
body main .bloc-formulaire .nf-field .file_upload-wrap .nf-field-element .files_uploaded p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ca9e67;
}
body main .bloc-formulaire .nf-field .html-wrap p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #343a40;
}
body main .bloc-formulaire .nf-field .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-direction: row-reverse;
  justify-content: start;
}
body main .bloc-formulaire .nf-field .checkbox-wrap input {
  margin-top: 0;
  width: 16px;
  height: 16px;
  accent-color: #343a40;
}
body main .bloc-formulaire .nf-field .checkbox-wrap label {
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #343a40;
}
body main .bloc-formulaire .nf-field .checkbox-wrap label a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #343a40;
  text-decoration: underline;
}
body main .bloc-formulaire .nf-field .checkbox-wrap label a:hover {
  color: #ca9e67;
}
body main .bloc-formulaire .nf-field .submit-wrap .nf-field-element {
  text-align: center;
}
body main .bloc-formulaire .nf-field .submit-wrap .nf-field-element input {
  background: #343a40;
  border: none;
  border-radius: 5px;
  width: fit-content;
  padding: 10px 25px;
  cursor: pointer;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  transition: background .3s ease;
}
body main .bloc-formulaire .nf-field .submit-wrap .nf-field-element input:hover {
  background: #ca9e67;
}
body main .bloc-formulaire .nf-error-msg {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  color: red;
  margin-top: 4px;
}
body main .bloc-formulaire .nf-form-fields-required {
  display: none;
}
body main .bloc-formulaire .nf-after-form-content {
  display: none;
}
body main .lame-contact {
  padding: 70px 0;
  background-color: #fcfbf8 !important;
}
body main .lame-contact .container .row {
  align-items: flex-start;
}
body main .lame-contact .iframe {
  margin-top: 50px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
body main .lame-contact .iframe iframe {
  display: block;
  width: 100%;
  border-radius: 8px;
}
body main .lame-tarifs {
  padding-top: 70px;
  padding-bottom: 50px;
}
body main .le-mot-du-fondateur {
  padding-top: 126px;
  padding-bottom: 100px;
  margin-bottom: 60px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  body main .le-mot-du-fondateur {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body main .le-mot-du-fondateur .container {
  max-width: 1300px;
}
body main .le-mot-du-fondateur .container .bloc-texte.auteur {
  margin-bottom: 0;
}
body main .le-mot-du-fondateur .container .bloc-texte.auteur p {
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
body main .le-mot-du-fondateur .container .bloc-texte.auteur p span {
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
body main .le-mot-du-fondateur .container .bloc-texte.citation p {
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}
body main .le-mot-du-fondateur .container .bloc-texte.citation p span {
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}
body main .le-mot-du-fondateur .container .bouton-container a {
  background-color: #99be3f !important;
}
body main .long-section-texte {
  border-radius: 5px;
  max-width: 1708px;
  margin: auto;
  padding: 190px 144px 80px 144px;
  position: relative;
  margin-bottom: 60px;
}
body main .long-section-texte .titre {
  color: #ffffff;
}
body main .long-section-texte .bloc-texte {
  color: #ffffff;
}
body main .long-section-texte .bloc-texte a {
  color: #ffffff;
}
body main .long-section-texte .bloc-texte a:hover {
  color: #ca9e67;
}
@media screen and (max-width: 1550px) {
  body main .long-section-texte {
    max-width: 1350px;
    padding: 155px 100px 135px 100px;
  }
}
@media screen and (max-width: 768px) {
  body main .long-section-texte {
    padding: 100px 0px 40px 0;
  }
}
body main .long-section-texte .container {
  position: relative;
  z-index: 1;
}
body main .long-section-texte:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1185.536' height='708.522' viewBox='0 0 1185.536 708.522'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_150513' data-name='Rectangle 150513' width='1185.536' height='708.522' fill='%2399be3f'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_163905' data-name='Groupe 163905' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_103174' data-name='Tracé 103174' d='M397.586,29.991c.492.394,2.121-.507,2.795-.812,19.268-8.739,43.762-23.4,65.219-22.752,3.218.093,7.228,3.538,9.162,6.013,9.388,11.976.148,28.489-4.369,40.475-17.167,45.553-32.932,81.407-80.044,102.452-12.68,5.668-27.431,8.571-38.379,17.147-22.594,17.7-20.292,36.047-7.838,59.748C359.764,262,387.613,288.7,422.277,292.242c24.016,2.455,47.467-.467,71.262-2.795,20.7-2.032,43.6-1.156,63.837,3.346,30.92,6.884,66.72,18.722,98.471,13.118,7.991-1.412,16.38-4.517,24.223-5.673,28.346-4.168,61.529.62,87.4,12.635,4.674,2.175,17.472,10.106,21.413,10.141,12.168.118,20.346-16.006,24.321-25.709,3.149-7.691,4.02-16.631,11.445-21.694,3.449-2.347,13.925-6.3,18.314-7.892,6.618-2.4,15.224-5.161,22.093-3.986,12.434,2.126,9.609,8.689,12.281,18.215,2.736,9.767,7.582,16.793,9.624,27.953,1.993,10.908,2.347,17.723-4.163,27.278-6.76,9.924-23.6,18.894-24.439,31.3-.772,11.469,7.026,26.777,12.2,37.031,6.677,13.246,19,37.656,30.388,46.31,6.908,5.255,11.991,7.956,20.493,3.99,15.475-7.228,22.934-23.426,37.08-34.039,5.442-4.084,11.715-6.967,17.1-11.086,2.756-2.111,4.625-4.965,7.956-6.775,21.773-11.848,38.644,17.635,51.693,30.216,21.556,20.784,55.172,29.5,78.775,48.431,5.737,4.6,8.015,8.975,16.026,11.371,14.786,4.418,13.679,4.965,25.517,13.674,3.425,2.519,7.691,4.753,10.948,7.272,8.183,6.323,18.417,28.366,18.988,38.59.325,5.791-2.928,14.382-9.246,15.73-6.293,1.343-16.434-1.063-22.865-2.475-40.426-8.871-73.21-36.583-102.964-63.64-7.6-6.908-25.763-21.694-35.776-22.57-13.324-1.166-28.021,16.085-36.814,24.513,5.8,6.5,11.46,13.241,17.531,19.494,5.191,5.339,11.336,10.382,16.562,15.74,17.723,18.161,37.38,44.126,62.42,51.59,15.76,4.694,30.969-1.018,45.208,11.637,3.1,2.755,5.452,7.307,8.419,10.2,6.185,6.047,10.254,5.348,15.484,14.5,3.464,6.057,3.867,8.468,8.606,14.146,3.877,4.65,7.818,8.074,7.248,14.835-.162,1.919-1.127,6.554-1.6,8.655-1.648,7.346-6.667,8.975-13.624,9.073-24.548.344-61.534-12.64-81.043-27.48-9.55-7.263-17.29-16.582-26.073-24.676-8.522-7.848-18.624-14.928-26.369-23.51-19.48-21.6-35.436-39.756-65.4-47.3-7.946-2-10.278-.964-17.7.935-12.276,3.144-24.085,5.353-35.569,10.953-17.1,8.33-33.675,18.471-51.029,26.324-35.412,16.026-73.441,11-105.931-9.029-11.317-6.977-19.608-19.288-28.878-28.912-13.8-14.323-22.919-25.694-44.81-19.967-25.881,6.771-50.94,20.862-77.737,24.833-10.111,1.5-21.34.531-31.51.758-9.974.226-18.043,1.338-28.3.374-22.742-2.145-38.522-5.511-61.967-1.324-1.894.34-4.261-.089-5.988.576-1.461.561-6.544,7.592-8.3,9.354-23.746,23.859-55.994,39.043-88.129,48.156-12.739,3.607-25.5,3.764-38.531,5.535-8.02,1.092-16.242,3.238-24.307,4.163-22.811,2.613-44.008-.886-66.686,4.232-17.093,3.853-46.6,21.94-59.167,34.374-7.528,7.44-9.221,12.606-13.009,21.787-4.832,11.72-12.355,11.026-22.486,14.338-6.584,2.15-13.265,7.5-19.824,8.739-3.562.674-13.974.561-17.1-.807-3.779-1.653-7.823-6.421-8-10.717-.079-2.022.93-4.271,1.043-6.333.123-2.219-.448-4.374-.251-6.672,1.112-12.97,15.917-28.5,23.564-38.507,7.1-9.285,13.787-21.93,24.208-27.918,3.09-1.771,6.957-2.573,9.915-4.369,4.335-2.628,9.344-8.532,13.575-11.976A192.943,192.943,0,0,1,192.9,580.55c19.642-10.175,38.635-12.508,59.458-18.363,1.048-.29,2.386-.428,1.909-1.742-1.732-4.768-9.91-5.447-14.057-7.012-10.17-3.823-21-8.069-30.969-12.34-27.279-11.671-51.934-28.189-81.88-32.342-13.29-1.845-38.487,1.461-50.183,7.966-12.134,6.751-23.785,16.178-38.659,16.041C24.4,532.626,10.679,528,3.465,515.173.051,509.1-1.16,506.243,1.291,499.4c2.18-6.077,14.407-15.45,19.991-19.357,8.98-6.278,19.027-12.207,28.474-17.792,9.083-5.368,15.071-8.522,25.852-10,42.418-5.821,70.583,5.944,108.75,20.326,16.975,6.4,53.081,17.635,70.494,17.246,2.008-.044,9.88-1.6,10.21-3.592.62-3.774-4-12.05-5.471-16.055-9.5-25.812-14.259-52.318-22-78.509-5.619-19.012-13.885-37.282-19.657-56.264-12.2-12.517-30.4-20.621-47.89-21.841-11.676-.817-20.513,3.813-32,3-6.141-.438-18.658-2.234-24.193-4.389-16.562-6.451-32.76-38.231-28.706-55.388,2.568-10.879,11.509-14.8,18.639-21.955,31.4-31.5,34.767-62.789,82.475-80.286,17.521-6.426,36.312-7.489,53.9-13.807,5.924-2.126,7.011-9.373,9.27-14.249,8.335-17.994,14.864-31.043,27.372-46.7,13.944-17.462,41.292-30.245,59.861-43.1,8.753-6.057,16.542-13.679,25.01-20.05,5.4-4.059,18.619-13.442,24.474-15.494,12.822-4.5,19.347,4.906,16.518,17.093.089,1.855-5.772,11.209-5.083,11.755m-7.5-17.93c-.423-.349-9.25,2.78-10.466,3.533-4.384,2.731-10.254,9.713-14.545,13.29C350.415,41.131,334.5,51.7,318.27,61.718c-5.673,3.5-12.124,6.352-17.521,10.008-14.766,10-34.329,36.981-41.11,53.524-2.849,6.957-.3,5.821,4.428,2.377,11.538-8.389,21.719-27.308,32.341-38.123,6.111-6.219,22.786-18.963,31.038-20.636.684-.143,1.806-.871,2.165.477.576,2.18-8.138,12.891-10.042,15.007-6.864,7.612-13.595,14.948-20.277,22.7-5.339,6.19-10.943,12.07-16.395,18.151.615,1.053,1.88-.261,2.5-.713,17.079-12.463,27.623-31,41.808-45.745,8.247-8.566,18.333-14.033,26.531-21.615,9.87-9.127,25.492-26.481,33.045-37.513.708-1.033,4.04-6.933,3.3-7.553m623.464,425.2c-6.013-2.795-12.114-6.524-19.426-6.214-4.005.172-8.822,5.127-12.68,6.888-3.213,1.466-12.212,4.256-14.486.472-1.988-3.3,5.836-5.319,7.9-6.864,2.219-1.668,3.779-4.576,5.816-6.465,6.451-5.978,12.35-6.18,20.611-7.715-1.309-2.057-7.676-4.856-9.757-4.507-4.389.728-7.174,4.335-10.648,6.657-4.5,3.011-9.422,5.732-13.693,9-13.89,10.643-20.853,24.287-36.042,33.5-5.968,3.621-11.46,7.474-18.786,7.341-20.39-.369-39.54-30.806-48.771-46.611-14.825-25.384-22.127-65.328-50.695-79.346-14.215-6.977-30.757-10.348-45.582-15.361-17.152-5.8-32.6-14.874-50.877-18.377-33.552-6.431-68.659,13.979-103.249,12.429-27.2-1.215-52.372-13.762-78.1-20.912-15.5-4.31-21.128-1.688-35.987.221-12.355,1.584-25.305,1.821-37.641,1.983-30.4.4-73.682,1.333-96.788-21.7-12.754-12.719-23.81-27.116-36.494-40.057-4.822-4.915-15.179-12.886-18.161-18.879-2.436-4.9-1.127-7.676,4.507-6.888.733.1,6.5,3.272,5.211.61a67.524,67.524,0,0,0-5.1-5.732c-1.151-.915-2.987-1.555-4.35-2.45-2.972-1.958-7.543-4.591-1.191-6.023,2.839-.64,5.348.6,8.03-.246-1.934-1.348-6.554-4.586-8.62-4.975-3.621-.689-15.4,1.545-13.639-5.59.63-2.578,10.854-4,13.59-4.8,2.485-.723,5.27-1.368,7.563-2.086,8.812-2.775,16.537-13.039,23.445-19.248,3.518-3.169,8.345-7.838,12.178-10.313,10.357-6.687,24.277-8.547,35.2-14.141,18.333-9.388,48.461-30.664,58.065-48.953a206.06,206.06,0,0,0,12.261-29.6c1.924-6.121,2.327-12.67,4.266-18.56,1.88-5.7,9.737-16.493,6.431-22.265-.753-1.3-7.445-2.347-9.034-2.224-4.684.364-18.338,5.816-23.332,7.887-37.139,15.411-72.069,36.061-99.534,65.583-22.3,23.967-40.012,55.034-75.286,59.94-27.766,3.858-56.732,3.651-82.608,16.336-25.753,12.621-43.329,42.02-61.765,62.976-5.53,6.288-13.068,12.434-18.314,18.648-.713.841-4.842,6.889-4.807,7.326.059.8,1.934,1.018,2.75,1.009,4.586-.054,11.76-3.415,15.6-5.993,3.252-2.18,12.06-14.008,15.75-7.966,3.779,6.185-4.984,9.88-8.3,12.95-2.977,2.751-10.52,9.55-12.586,12.291-2.627,3.484-4.305,8.079-3.71,12.458.969,7.174,5.314,7.508,9.8,11.937,3.72,3.671,5.427,8.468,10.717,10.038a63.212,63.212,0,0,0,9.4,1.579l15.711-1.166c-2.549-2.711-7.626-3.395-10.426-5.8-1.009-.871-1.023-1.294-.984-2.593l37.178,2.623-4.753-2.386c-1.186-.984-4.025-2.421-1.629-3.484,2.962-1.319,12.5.8,16.252,1.5,10.908,2.027,22.038,6.2,33.252,3.867-2.165-1.983-12.04-4.03-11.346-7.622.5-2.583,6.79-.408,8.473.133,4.615,1.5,9.152,4.537,14.067,5.319,7.351,1.171,14.894-.212,22.053-1.466,1.122-.2,4.728-.123,4.989-.369.413-.384-6.515-4.61-3.675-7.823,2.032-2.3,4.8-.738,7.267-.846,2.293-.1,4.2-1.206,6.455-1.324.094-1.117-1.368-.91-2.2-1.171-1.515-.472-9.142-2.15-9.55-2.652-2.8-3.484,5.432-5.427,7.651-5.8,6.579-1.112,21.364-.536,28.405.162,2.544.251,4.02,1.132,3.823,3.892-.2,2.819-9.733,9.772-12.212,12.468-5.166,5.609-7.745,11.558-14.235,16.429a42.247,42.247,0,0,1-16.754,7.08c-7.607,1.22-10.338-1.063-16.567,5.093-2.869,2.834-4.468,6.195-3.833,10.387,1.215,8.045,9.172,19.632,12.793,27.465,5.55,12,10.623,27.539,13.974,40.386,5.147,19.741,4.9,40.16,10.249,59.684,6,21.9,18.25,38.6,34.959,53.489,4.8,4.276,10.82,6.716,15.489,11.159,1.245-.92-.472-1.648-.945-2.229-3.144-3.867-6.539-7.479-9.349-11.627-3.169-4.679-8.975-13.772-11.14-18.717-.354-.817-.812-2.008.359-2.057,2.48-.1,17.639,16.065,21.039,18.855,11.524,9.467,22.639,14.687,36.416,20.173,2.13.846,4.605.526,6.839,2.052,2.878,1.963,3.853,5.624,1.451,8.369-5.4,6.175-13.319,7.263-20.267,10.51-5.7,2.662-10.854,5.983-16.887,8.4-46.409,18.643-104.41,18.077-145.8,46.522-8.345,5.737-13.147,14.618-21.128,20.528-3.474,2.573-7.371,3.621-10.84,5.727-8.163,4.945-12.316,14.343-19.125,20.818-10.613,10.1-21.2,13.255-26.673,28.661-3.1,8.753-1.038,14,8.6,15.642,9.231,1.575,12.985.521,19.44-5.836,1.048-1.028,1.358-2.6,2.19-3.311,2.667-2.288,8.527-4.551,11.8-6.874,7.272-5.156,14.092-17.689,20.351-24.779a78.206,78.206,0,0,1,23.721-18.3c15.784-8.266,29.709-15.4,47.56-17.836,19.445-2.657,39.018-.96,58.351-3.523,12.084-1.6,24-6.7,35.643-8.744,11.583-2.027,21.615-2.125,33.183-5.841,33.316-10.707,55.5-22.506,76.979-50.586,17.935-23.45,16.518-39.269,12.719-68-.5-3.735-2.239-8.493-2.544-12.1-.354-4.232,1.845-4.812,4.438-1.752,7.548,8.911,9.792,30.054,13.388,41.06,1.638,5.034,2.627,3.784,5.294,6.342,7.228,6.928,19.475,16.675,29.34,19.229,2.377.615,6.229,1.9,5.959-1.442-.2-2.426-8.719-4.571-2.977-7.892l27.834,6.441c-4.822-4.148-11.189-6.8-15.489-11.568-1.078-1.2-4.61-5.575-1.629-6.416.861-.246,13.5,6.554,15.8,7.454,13.329,5.2,34.831,6.554,49.154,6.219,11.676-.271,23.131-3.164,34.816-3.37.054-1.146-2.111-.955-3-1.082-2.942-.423-10.849-.025-12.572-1.23-2.893-2.017,1.186-4.537,3.262-5.063,5.245-1.328,10.254-.251,15.16-.5,8.827-.448,17.654-1.53,26.471-2.008l-6.136-2.44c-4.192-1.122-18.323-2.864-19.883-6.9-1.476-3.818,8.31-3.144,10.825-3.38,4.689-.433,9.575-1.186,14.485-1.009,3.68.138,7.671.979,11.351,1.388l-4.01-2.416c-3.12-1.427-17.329-5.968-18.318-7.036-1.146-1.235-1.516-3.5.226-4.217,2.987-1.22,13.9,1.84,17.443,2.854,19.234,5.5,38.979,15.671,53.465,29.517,8.847,8.458,15.347,19.116,25.089,26.659.841-1.058-.994-3.08-1.6-3.966-4.044-5.924-9.851-10.781-13.073-17.29-.482-.974-2.672-6.48-2.431-6.746a3.54,3.54,0,0,1,2.337.2c8.64,6.067,16.213,13.418,23.47,21.04,1.314,1.378,2.386,3.769,3.926,5.432,5.161,5.59,14.343,11.706,20.941,15.657,4.989,2.987,18.53,10.864,23.76,10.328,2.411-.246,2.6-2.377.846-3.926-3.277-2.893-9.511-3.73-13.472-5.171-16.281-5.934-35.1-25.556-40.529-42.04-.964-2.937-3.68-10.569,1.112-6.278,7.321,6.549,13.742,14.294,21.906,20.36,3,2.229,6.756,3.941,9.737,6.18,7.346,5.516,13.541,13.57,21.448,18.392,7.617,4.65,32.027,9.58,41.193,9.639,8.886.054,17.177-3.213,25.9-4.118,1.491-.152,2.9.6,4.561.443,3-.29,33.335-15.77,37.06-18.343,12.291-8.488,24.125-21.177,35.732-30.9,10.234-8.581,21.443-15.942,31.84-24.208,12.237-9.733,18.122-18.988,34.831-23.072,33.975-8.306,51.885,20.843,74.007,39.4,8.94,7.5,19.3,14.741,28.966,21.32,4.281,2.913,10.4,5.422,14.146,8.557,1.968,1.643,3.336,4.364,5.816,5.737,5.619,3.1,14.412,3.415,20.6,5.225,5.009,1.466,9.378,4.886,15.022,4.049,8.7-1.294,12.434-5.55,7.745-13.816-4.172-7.346-15.066-9-22.727-10.254-3.745-.615-14.353.236-12.867-6.416.984-4.428,11.164-4.6,9.806-9.949-1.171-4.605-9.969-4.679-13.762-6.569-8.547-4.256-13.31-12.065-19.952-18.461-15.174-14.623-39.51-21.409-58.173-31.549-4.665-2.534-9.742-5.594-14.171-8.527-7.509-4.984-9.241-9.309-19.583-9.324,4.733,2.2,10.717,4.414,15.233,7.715,6.391,4.679,12.016,13.369,17.954,19.116a367.119,367.119,0,0,0,28.41,24.469c3.267,2.5,11.848,6.967,13.875,9.7,3.784,5.1-1.422,3-4.291,1.648-7.085-3.331-12.537-9.334-19.052-13.688-18.555-12.4-41.12-23.583-56.506-40.14-5.068-5.457-2.844-8.832,4.374-8.822M211.228,311.972c.4-.458-.207-2-.964-2.623-.984-.812-15.081-3.7-15.637-3.075-.423.477.216,1.978.974,2.608,1.629,1.353,14.505,4.354,15.627,3.09m14.879-7.262c-2.46,2.47,8.68,3.985,8.5.517-.079-1.506-7-2.027-8.5-.517m637.231,32.553c1.7-4,6.677-8.079,8.478-11.7a50.829,50.829,0,0,0,2.47-10.057c.443-11.888-10.436-14.909-10.953-26.053-.226-4.96,4.148-11.863-1.727-15.071-2.431-1.324-8.375,1.609-11.494,2.362-3.828.925-6.391.792-10.569,2.372-14.264,5.393-15.091,14.1-20.577,26.737-2.293,5.275-6.628,11.455-6.6,17.27.03,5.28.827,5.471,5.24,2.362,5.609-8.719,9.988-19.549,15.676-28.09,3.857-5.791,7.4-6.377,5.447,1.821-2.195,9.245-8.847,18.52-11.46,27.421-.994,3.38.384,8.315,3.951,5.555,4.359-3.37,7.927-16.542,11.578-19.44,1.265-1,4.153-.822,4.355.207.423,2.14-1.1,10.254-1.614,12.921-.994,5.068-3.71,11.523-4.443,16.306-.231,1.515.221,3.4,1.993,3.636,3.508.477,9.531-12.881,14.367-13.993,3.715-.851.669,5.309.723,5.653.256,1.584,4.172,1.009,5.156-.221M269.268,501.829c-14.958-2.2-29.936-1.781-44.726-5.127-34.964-7.912-62.287-28.612-97.856-34.615-17.167-2.893-34.723-1.727-51.807,1.014C63.2,464.976,54.947,474.172,45.2,479.855c-10.219,5.959-26.053,9.511-32.725,19.859C6.747,508.6,16.3,517.56,25.218,514.991c2.568-.743,8.025-4.556,9.235-4.679.94-.089,2.652.782,3.981.91,1.447.143,2.987-.448,4.423-.143,1.865.4,3.356,2.682,7.489,2.962,17.379,1.186,32.642-15.332,47.295-22.722,3-1.515,10.864-5.152,13.875-4.994,9.216.477,18.919,7.08,27.657,9.551,12.537,3.547,30.314.01,40.888,8.32,2.317,1.821,3.464,4.187,5.437,6.175,16.05,16.154,51.585,29.729,73.845,34.182,10.672,2.131,10.441-.138,19.322-4.153,2.234-1,13.064-4.355,12.995-6.726-.034-1.181-2.751-.876-3.513-.905-3.454-.128-13.728.453-15.145-3.238-2.558-6.662,6.761-7.248,11.1-8.837.856-.315,1.816-.448,1.865-1.614-4.108-1.156-8.783-2.908-13.132-2.7-1.565.079-2.785.822-4.315.959-4.074.369-11.356-.689-11.686-5.747-.394-6,10.22-5.442,12.439-9.762m42.433,34.7c-6.706,1.727-1.629,8.138,3.016,6.288,5.437-2.16.394-7.164-3.016-6.288M662.174,512.87c-4.97-4.276-10.294,6.908-2.042,6.19a3.511,3.511,0,0,0,2.042-6.19m-379.95,38.841c.536.408,11.45-.851,13.413-1,2.067-.153,6.347-3.656,6.16-6.234-.551-7.528-11.612-.01-14.82,1.643-1.648.846-4.35.841-4.812,3.031a7.772,7.772,0,0,0,.059,2.559m198.635-20.734c-1.747-1.525-9-1.865-10.677-.6-3.5,2.667,5.954,11.745,10.948,6.569a3.893,3.893,0,0,0-.271-5.973m144.634-8.443c-3.4,3.946,4,6.874,5.865,3.257,1.835-3.553-3.735-5.727-5.865-3.257M515.936,537.512c-3.3,1.309.738,5.442,4,4.832,5.673-1.068.359-6.564-4-4.832m65.092,1.274a48.878,48.878,0,0,0-5.319-1.752c-5.009-1.265-9.806-.9-14.914-1.068-.969-.034-1.826-.32-2.229.994-.561,1.835.187,1.516,1.132,2.008,2.839,1.476,8.148,3.4,11.292,3.538,1.894.084,9.162-.162,9.88-1.4a3,3,0,0,0,.157-2.322m16.321-5.717c-4.512,1.392-6.564,6.741,1.7,5.048,7.115-1.456,3.951-6.795-1.7-5.048m20.69-1.545c-3.154.96-4.719,3.764-.433,4.364,5.752.812,6.49-6.21.433-4.364M971.62,521.3c-1.063.167-1.2,2.032-.541,3.115.418.7,14.584,9.536,8.512,11.656-2,.7-8.793-3.961-11.479-4.886-5.176-1.786-10.943-1.83-16.08-3.808-1.875,1.525-.787,2.987.389,4.537,6.893,9.1,25.98,15.455,35.805,21.709,17.477,11.12,27.638,30.142,42.246,44.2,6.711,6.46,13.821,12.96,20.7,19.268,18.383,16.862,32.194,26.821,54.178,38.679,6.16,3.321,16.562,5.826,23.072,2.731,1.363-.645,6.367-4.182,7.188-5.279,6.884-9.211-10.746-15.155-16.084-18.894-9.531-6.672-10.392-13.251-16.749-21.354-8.04-10.249-22.25-7.917-33.646-11.73-25.32-8.473-38.517-25.669-56.978-42.925-6.136-5.737-12.64-10.264-18.584-16.719-5.112-5.545-11.149-15.607-17.63-18.663a40.807,40.807,0,0,0-4.32-1.638m-31.958,13.329c-.743.251-4.31,2.563-4.605,3.218-2.042,4.522,11.514,7.263,12.124,1.83.664-5.914-2.308-6.766-7.518-5.048M739.33,556.366c-3.862,1.407-1.265,6.057,1.8,7.631.886.458,7.361,3.016,7.691,2.78.546-.384,1.535-1.624,1.314-2.362-2.746-2.426-6.244-9.7-10.8-8.05m22.658,20.464c1.358,1.634,5.747-.354,3.931-3.282-2.066-3.331-6.126.649-3.931,3.282m51.6.876c.384-.408-.29-2.062-.9-2.682-1.205-1.22-9.772-2.967-11.765-2.9-3.976.143-2.544,2.977.477,4.34,2.426,1.1,10.3,3.277,12.188,1.24m353.42-14.7c.507-.576-.276-5.6-2.45-5.831-.827-.089-6.091,1.506-7.518,1.909-1.215.339-2.529-.005-3.316,1.442,1.948,1.309,12.075,3.853,13.285,2.48m-24.272,101.015c2.578-2.982-1.137-9.181-6.588-4.6-5.6,4.7,4.236,7.317,6.588,4.6' transform='translate(-0.002 -0.002)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103175' data-name='Tracé 103175' d='M139.722,81.493l10.859-6.057A178.915,178.915,0,0,0,170.037,59.2c2.209-2.126,11.558-13.187,13.669-13.319,1.678-.108,1.4,4.074,1.176,5.309-2.066,11.528-12.2,24.444-22.009,30.526-3.41,2.116-7.346,2.79-9.575,6.091.674.925,2.411-.438,3.2-.827,12.444-6.155,31.294-18.845,37.715-31.343,3.385-6.574,5.476-14.628,8.369-21.477,5.344-5.334,4.856,2.5,3.636,6.716-1.781,6.16-6.869,17.935-9.806,23.829-16.2,32.494-59.256,43.447-89,58.877-3.789,1.963-6.81,4.876-10.923,6.372-9.324,3.385-12.881-.118-6.145-7.8a10.32,10.32,0,0,0-3.838.64c-5.206,1.978-11.863,7.8-16.941,9.787-3.956,1.55-10.2,3.262-9.373-3.041l11.135-14.087C97.619,93.764,114.56,63.3,141.184,42.233a319.117,319.117,0,0,1,29.276-20.68c7.469-4.468,29.758-13.29,38.241-15.1,2.372-.507,7.838-1.511,6.17,2.436-1.624,3.828-19.45,13.108-24.09,16.547a151.636,151.636,0,0,0-16.724,15c-9.5,9.8-15.12,21.733-24.243,31.471-3.129,3.341-7.139,6.067-10.092,9.59' transform='translate(235.676 23.341)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103176' data-name='Tracé 103176' d='M48.955,79.933a41.033,41.033,0,0,1,4.935-1.023c3.774-.251,8.62,1.22,12.424,1.274,6.839.1,20.926-2.568,24.257-9.231a111.938,111.938,0,0,0,4.364-13.487c.3-2.332-1.132-3.912-3.469-3.626-7.351.905-9.206,18.407-20.316,21.177-5.014,1.255-12.891-.2-17.33-2.814-1.471-.866-4.453-4.315-5.491-4.453-2.741-.379-5.23,7.469-8.66,8.1-.955.177-3.07-.713-3.415-1.634-.974-2.623,5.265-9.639,6.633-12.06,3.474-6.155,2.445-10.648,8.557-16.3,7.725-7.149,19.3-8.212,29.232-5.639C85.218,41.391,90.749,45.377,95.4,45.6c5.462.266,13.969-4.512,18.068-3.484a2.733,2.733,0,0,1,1.732,3.37c-.763,2.254-6.731,6.062-8.867,8.2-3.8,3.808-9.457,11.76-10.106,17.108-.482,3.956,1.407,7.164-1.3,11.076-1.6,2.317-8.247,4.217-11.174,4.719-12.439,2.131-21.5-1.053-33.286-3.838-1.3,0-1.87-2.5-1.511-2.824M75.683,57.781c.458-.777.025-3.572-.881-4.089-4.492-2.549-12.153,6.574-10.234,8.119a9.33,9.33,0,0,0,4.084.359,56.642,56.642,0,0,0,7.031-4.389' transform='translate(141.733 152.668)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103177' data-name='Tracé 103177' d='M81.638,35.723c1.771-.423,4.182-.876,5.319.964,2.539,4.1-8.443,7.563-11.051,9.162C65.632,52.157,62.975,61.3,55.088,69.516c-4.994,5.2-11.445,13.064-16.513,17.33-2.229,1.88-8.37,6.795-8.379.743,0-3.449,12.547-18.756,15.273-22.776,2.145-3.159,3.72-7.71,6.131-10.5a98.04,98.04,0,0,1,11.853-9.87c2.347-1.5,15.858-8.168,18.186-8.724' transform='translate(118.379 138.566)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103178' data-name='Tracé 103178' d='M220.013,103.3c.615.492-4.965,12.99-5.988,14.559-7.474,9.447-12.862,25.325-25.994,27.81-4.394.831-19.16,3.223-15.293-4.571,4.615-2.667,8.621-6.741,12.911-9.673,6.465-4.428,12.763-6.943,18.574-12.685,3.976-3.926,7.651-10.077,11.691-13.6.787-.684,3.272-2.5,4.1-1.84' transform='translate(674.69 404.437)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103179' data-name='Tracé 103179' d='M53.1,67.289c3.026-2.5,7.449,3.543,8.935,5.639,6.677,9.437,11.942,21.143,18.742,30.688,2.071,6.761-3.7,6.662-8.232,3.73C62.042,100.55,53.485,86.173,51.916,73.8c-.172-1.338.359-5.836,1.186-6.514' transform='translate(203.402 261.46)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103180' data-name='Tracé 103180' d='M57.9,78.737c1.57-.6,2.209.345,2.913,1.5,4.394,7.2,7.169,17.389,10.589,25.173,2.6,5.929,6.992,10.884,9.28,15.863,2.062,4.478-.812,5.462-4.92,4.045-6.908-2.372-18.815-21.207-20.036-28.351-.556-3.247-1.511-16.828,2.175-18.23' transform='translate(216.355 307.954)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103181' data-name='Tracé 103181' d='M62.523,76.915c4.153-1.127,6.431,3.149,7.986,6.234,2.864,5.668,4.556,12.606,6.962,18.56,1.707,4.241,5.6,10.313,6.524,14.126.832,3.415-3.617,3.056-5.663,2.352C72.1,116.042,60.9,95.12,59.33,88.631c-.93-3.863-1.9-10.333,3.193-11.715' transform='translate(229.677 300.811)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103182' data-name='Tracé 103182' d='M66.819,71.564c2.219-.832,6.854,2.229,8.916,3.533,6.387,4.025,19.849,17.827,22.348,24.828,2.086,5.821-1.25,9.521-6.529,5.924-2.519-1.712-8.365-8.847-10.81-11.6-3.631-4.074-8.094-9.177-11.327-13.492-1.638-2.185-6.716-7.661-2.6-9.2' transform='translate(255.784 280.005)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103183' data-name='Tracé 103183' d='M89.28,113.218c-.935,1.584-4.453.969-6.027.118-5.772-3.129-17.2-19.554-19.337-25.837-3.843-11.307,1.712-15.721,9.132-5.6,5.924,8.074,10.441,19.524,16.021,28.031.054.905.605,2.618.212,3.287' transform='translate(245.663 298.877)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103184' data-name='Tracé 103184' d='M62.468,60.711c5.166-1.944,17.088,8.537,20.813,12.183,1.9,1.865,8.517,8.871,9.3,10.84,2.5,6.264-1.486,8.748-6.908,5.521-5.6-3.331-23.037-17.91-24.779-23.706-.536-1.791-.458-4.074,1.57-4.837' transform='translate(237.635 237.074)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103185' data-name='Tracé 103185' d='M58.122,63.055c.458-.59,1.958.625,2.465.881,7.459,3.789,24.021,18.579,29.1,25.32,4.3,5.693,1.289,7.9-4.817,5.59C79.28,92.73,66.261,82.83,62.934,77.856c-1.722-2.583-6.746-12.311-4.812-14.8' transform='translate(226.151 246.573)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103186' data-name='Tracé 103186' d='M50.638,68.292c.959-.3,1.752.827,2.406,1.353,2.937,2.381,12.271,20.395,14.377,24.931,1.766,3.794,7.44,19.017-1.1,17.113-2.17-.487-7.366-8.827-8.33-11.159-3.548-8.581-5.56-19.17-8.94-27.972-.325-1.043.738-4.005,1.589-4.266' transform='translate(192.054 267.538)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103187' data-name='Tracé 103187' d='M56.7,65.053c.9-.256,2.327.645,3.026,1.274,7.622,9.354,17.871,18.929,24.789,28.666,5.132,7.228,2.455,9.172-4.546,4.438-7.494-5.073-18.146-13.615-22.186-21.7C56.51,75.193,52.5,66.248,56.7,65.053' transform='translate(214.951 254.854)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103188' data-name='Tracé 103188' d='M62.7,122.993c4.881-1.073,13.039-1.447,17.905-.394,3.085.669,6.524,1.383,2.864,3.941-6.332,4.423-19.416,6.613-26.944,8.35-2.987.689-8.183,2.878-10.657,3.07-2.544.2-3.548-1.324-2.568-3.71,1.358-3.307,15.681-10.441,19.4-11.258' transform='translate(168.293 478.181)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103189' data-name='Tracé 103189' d='M181.714,127.563c-1.441,2.377-9.393-.91-11.391-2-5.373-2.923-17.91-15.342-18.087-21.546-.108-3.71,2.357-4.227,5.23-2.647,3.577,1.963,21.728,18.55,23.416,21.925.507,1.014,1.353,3.4.831,4.266' transform='translate(596.805 394.118)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103190' data-name='Tracé 103190' d='M134.192,118.466c-2.608,2.977-9.511.02-12.5-1.363a60.656,60.656,0,0,1-20.065-15.834c-1.757-2.165-8.389-10.5-1.84-7.853,8.325,3.37,16.464,9.737,23.854,14.771,2.278,1.55,13.7,6.7,10.554,10.279' transform='translate(380.094 364.212)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103191' data-name='Tracé 103191' d='M117.667,112.679c1.392,1.068-3.862,4.65-4.492,5.093-9.437,6.623-18.673,7.218-29.251,9.944-2.677.689-17.748,5.791-18.707,5.034-1.127-.891,2.982-4.512,3.71-5.043,9.486-6.933,22.127-9.245,33.212-11.553,2.189-.453,14.9-3.956,15.529-3.474' transform='translate(254.908 441.565)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103192' data-name='Tracé 103192' d='M213.389,98.555c1.151.994-1.6,3.917-2.091,5-3.169,7.056-4.005,14.7-9.973,20.1-2.323,2.1-12.517,9.944-13.6,3.356-.723-4.433,11.332-19.726,15.032-22.914,1.427-1.23,9.447-6.559,10.628-5.545' transform='translate(735.842 385.87)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103193' data-name='Tracé 103193' d='M147.682,82.334c4.5,4.217-5.467,4.271-8.325,4.266-6.8-.02-21.463-3.981-27.392-7.341-3.557-2.017-3-5.417.925-6.145,6.013-1.122,13.861.315,19.617,2.288,2.263.777,14.008,5.84,15.174,6.933' transform='translate(429.653 285.089)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103194' data-name='Tracé 103194' d='M74.2,68.853c2.524-.91,7.267,2.352,9.373,3.838,5.481,3.872,18.181,14.8,16.537,22.117-1.353,6.013-8.183-2.027-9.723-3.39-3.823-3.366-16.026-12.552-17.443-16.38-.753-2.027-1.23-5.289,1.255-6.185' transform='translate(283.619 269.309)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103195' data-name='Tracé 103195' d='M62.715,92.017c1.432-.423,3.887,3.439,4.64,4.5,4.984,7.036,9.113,15.893,13.531,23.421,1.009,1.722,6.82,8.276,2.962,9.718-4.128,1.54-9.467-5.973-11.6-8.852-3.676-4.965-11.258-17.039-11.9-22.885-.187-1.688.684-5.4,2.367-5.9' transform='translate(236.488 360.612)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103196' data-name='Tracé 103196' d='M119.9,76.447a7.913,7.913,0,0,1-3.164.945c-2.721-.261-8.266-2.741-11.43-3.449C99.8,72.712,83.05,70.768,79.9,66.808c-2.411-3.036.93-4.6,3.931-4.6,8.325-.01,18.953,1.525,26.452,5.142,2.209,1.068,11.489,5.978,9.624,9.1' transform='translate(309.983 243.874)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103197' data-name='Tracé 103197' d='M147.027,108.823c2.337,1.968-.064,4.571-2.288,5.24-8.124,2.441-27.869-3.518-35.008-8.153-2.691-1.737-5.186-5.4-.586-6.057,4.64-.664,18.85,4.527,24.331,5.973,2.293.6,12.768,2.342,13.551,3' transform='translate(417.865 391.233)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103198' data-name='Tracé 103198' d='M99.2,65.077c8.217-2.45,25.512-.069,32.489,5.245,1.786,1.363,3.311,3.38.846,4.871-.837.507-11.189-.226-13.295-.413-6.7-.605-13.339-2.1-20.07-2.514-4.674-1.343-4.246-5.914.029-7.189' transform='translate(375.69 251.341)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103199' data-name='Tracé 103199' d='M107.661,104.8c-2.859,3.292-8.345-2.244-10.569-4.409-3.287-3.2-14.225-16.011-10.382-20.444,3.557-4.1,10.746,4.369,13.206,7.179,2.844,3.242,11.351,13.521,7.745,17.674' transform='translate(336.77 309.089)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103200' data-name='Tracé 103200' d='M197.785,110.132c-.787.635-2.563.089-3.483-.413-4.5-2.44-12.03-10.958-16.823-14.6-3.626-2.751-7.853-4.91-11.312-7.74-.669-1.816,1.2-3.567,3.056-3.577,6.342-.02,20.4,9.162,24.621,13.964,1.776,2.022,6.337,10.421,3.941,12.365' transform='translate(650.889 328.538)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103201' data-name='Tracé 103201' d='M103.654,118.278c.418.305.172,2.731-1.028,3.051C90.94,128.6,82.147,135.4,67.475,134.864c-2.386-.084-4.984-1.9-2.972-4.064,7.312-2.681,14.328-6.7,21.664-9.3,3.129-1.112,15.2-4.9,17.487-3.218' transform='translate(250.051 462.034)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103202' data-name='Tracé 103202' d='M108.108,80.3c3.68-1.388,15.573,1.343,19.7,2.637,2.583.807,11.843,4.448,13.541,5.924,5.393,4.7-6.79,4.94-9.2,4.847-3.6-.143-22.929-6.195-25.025-8.414a3.041,3.041,0,0,1,.979-4.994' transform='translate(416.437 313.32)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103203' data-name='Tracé 103203' d='M131.085,93.411c9.014-2.657,25.547,1.5,33.124,6.992,1.3.945,5.211,4.266,5.043,5.791-.162,1.442-1.264.866-2.047.738-7-1.141-14.422-3.582-21.4-5.152-2.839-.64-15.917-2.475-16.882-3.72-1.569-2.022.03-4.02,2.16-4.65' transform='translate(502.958 362.977)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103204' data-name='Tracé 103204' d='M130.664,85.9c.605-1.048,7.061-1.456,8.635-1.4,6.1.241,26.285,6.524,29.252,11.833,2.037,3.646-.586,4.01-3.808,3.582-9.885-1.3-21.507-8.232-31.727-9.791-1.619-.207-3.055-3.011-2.352-4.227' transform='translate(511.531 331.25)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103205' data-name='Tracé 103205' d='M111.052,92.468c.3-.349,3.031-.113,3.887.069,4.576.984,15.046,6.712,20.385,8.808,3.715,1.456,12.788,3.577,15.361,5.476,1.973,1.451,2.14,3.257-.266,4.177-1.766.674-10.564-.728-13-1.269-4.689-1.043-24.459-9.914-25.979-13.969a10.708,10.708,0,0,1-.389-3.292' transform='translate(435.201 361.804)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103206' data-name='Tracé 103206' d='M165.205,81.524c-3-2.849.782-5.058,4.281-4.571,6.524.91,21.01,11.5,24.8,17,1.648,2.386,5.6,9.359-.034,8.365Z' transform='translate(643.392 301.418)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103207' data-name='Tracé 103207' d='M144.844,73.327c-1.973-1.535,2.17-3.838,3.907-4.153,7.843-1.422,25.728,2.859,32.484,7.3,1.948,1.279,5.654,3.922,5.108,6.421-.389,1.8-2.495,1.363-3.754,1.176-7.946-1.171-19.219-7.11-27.967-9.177-1.742-.413-9.388-1.26-9.777-1.565' transform='translate(565.798 270.099)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103208' data-name='Tracé 103208' d='M143.05,109.1c4.541,4.241-4.655,4.369-7.39,4.005-5.614-.743-24.744-9.959-27.726-14.441-1.963-2.947.285-4.783,3.469-4.035,4.6,1.087,14.1,5.9,18.825,8.138,2.509,1.186,11.425,5.029,12.823,6.333' transform='translate(420.257 370.317)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103209' data-name='Tracé 103209' d='M56.255,86.961c3.651-1.353,5.693,5.211,6.633,7.858,1.939,5.437,5.521,16.183,6.524,21.561,1.324,7.061-3.489,6.111-6.736,1.988-2.785-3.538-6.923-14.914-7.627-19.45-.423-2.751-1.638-10.9,1.205-11.956' transform='translate(213.375 340.205)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103210' data-name='Tracé 103210' d='M137.385,97.778a13.971,13.971,0,0,1,3.306-1.024c7.317-.217,27.077,14.55,27.214,22.245.04,2.234-1.107,2.947-3.124,2.317-4.7-1.471-13.743-11.046-18.26-14.628-1.82-1.447-10.874-6.018-9.137-8.911' transform='translate(537.737 379.305)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103211' data-name='Tracé 103211' d='M53.651,131.4a3.568,3.568,0,0,1,.172-2.352c.827-1.451,12.788-4.9,15.268-5.5,7.3-1.761,14.8-2.5,22.225-3.828,4.035-.718,4.045.9,1.014,3.051-8.035,5.7-20.729,9.58-30.551,9.6-1.23.005-7.666-.615-8.128-.979' transform='translate(209.82 468.694)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103212' data-name='Tracé 103212' d='M63.2,49.526c.605-.517,3.553-.325,4.571-.079,7,1.673,17.3,9.536,20.552,16.094,2.647,5.339,1.786,10.082-4.34,5.87-4.34-2.977-16.37-13.2-19.745-17.034-1.014-1.156-2.445-3.661-1.038-4.851' transform='translate(245.452 192.88)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103213' data-name='Tracé 103213' d='M71.279,72.658c1.86-3.016,9.728,2.9,11.435,4.438,3.464,3.129,11.647,13.59,11.794,18.018.084,2.44-.856,3.124-3.3,2.957-2.111-.138-6.933-6.992-8.793-8.98C79.87,86.371,68.8,76.678,71.279,72.658' transform='translate(278.036 281.534)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103214' data-name='Tracé 103214' d='M148.928,109.976c.792,4.231-2.79,2.952-5.535,3.474a39.387,39.387,0,0,1-11.425.8c-3.636-.3-19.558-3.562-21.34-6.032-2.519-3.5,1.511-4.187,4.256-4.113,10.756.3,23.2,4.8,34.044,5.875' transform='translate(430.582 408.094)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103215' data-name='Tracé 103215' d='M130.1,89.242c1.54-1.215,6.357-.428,8.31-.074,7.425,1.338,23.627,7.449,26.85,14.628,2.79,6.21-4.655,2.593-7.533,1.245-5.4-2.524-10.589-6.17-16.08-8.812-2.5-1.206-8.994-3.085-10.569-4.379-.851-.694-1.319-2.342-.979-2.608' transform='translate(509.617 347.302)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103216' data-name='Tracé 103216' d='M120.408,92.528c-1-1.25.748-3.587,2.386-3.99,5.565-1.368,28.819.226,32,5.3,1.087,1.732.827,3.415-1.255,3.966-4.379,1.161-22.3-2.48-27.652-3.715a51.753,51.753,0,0,1-5.476-1.56' transform='translate(470.887 345.266)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103217' data-name='Tracé 103217' d='M83.375,89.851c1.324-.458,1.88.344,2.775.92,6.067,3.9,18.766,17.831,16.936,25.384-1.85,7.622-7.878-4.359-9.526-6.515-3.272-4.291-11.2-11.681-11.209-17.034,0-.915.069-2.426,1.023-2.755' transform='translate(322.845 351.717)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103218' data-name='Tracé 103218' d='M95.582,103.739c2.465-.285,3.065,13.472,2.9,15.4-.29,3.228-2.4,8.06-3.774,11.1-1.043,2.3-5.516,12.473-8.148,8.055-.792-1.333.1-3.769.4-5.408,1.333-7.385,3.223-16.739,5.732-23.746.4-1.117,1.865-5.275,2.888-5.393' transform='translate(338.088 406.679)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103219' data-name='Tracé 103219' d='M69.27,60.88c3.715,2.106,7.917,2.844,11.765,4.65,3.262,1.535,6.332,3.848,9.486,5.639,2.185,1.235,11.027,4.64,11.233,6.933.128,1.471-3.607,1.432-4.723,1.328-6.918-.635-21.581-5.954-25.955-11.5-.674-.856-4.522-6.8-1.806-7.051' transform='translate(267.804 238.672)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103220' data-name='Tracé 103220' d='M79.224,58.628c3.607,3.479-.763,5.476-4.4,5.55A93.183,93.183,0,0,1,55.5,62.447c-10.269-2.46,3.838-8.778,8.522-9.127,3.636-.271,12.606,2.81,15.2,5.309' transform='translate(203.239 208.965)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103221' data-name='Tracé 103221' d='M68.891,101.3c1.717-.708,3.4-.074,4.915.733,2.258,1.206,9.432,8.4,11.607,10.672,2.859,2.982,8.37,10.1.374,9.57-3.966-.266-14.963-10.047-16.99-13.6-1.132-1.983-2.824-6.175.093-7.376' transform='translate(263.725 395.912)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103222' data-name='Tracé 103222' d='M172.245,96.775c1.643-.526,14.869,5.747,17.836,6.761,5.663,1.924,12.449,2.844,17.876,5.063,2.8,1.146,2.244,2.662-.236,3.685-2.982,1.225-8.546.113-11.809-.531-6.372-1.265-21.384-6.677-24.041-12.9-.349-.822-1.018-1.634.374-2.076' transform='translate(671.951 379.27)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103223' data-name='Tracé 103223' d='M107.513,63.231c4.532-1.368,15.268.1,20.016,1.407,6.3,1.737,18.255,8.517,3.735,8.153-7.946-.2-16.527-3.73-24.661-3.843-.768-.143-3.174-1.683-3.2-2.1-.044-.635,3.1-3.311,4.113-3.617' transform='translate(405.361 245.743)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103224' data-name='Tracé 103224' d='M207.964,104.439c.792.694-3.361,7.833-4.079,9.034-5.171,8.66-9.668,15.735-19.2,20.031-2.755,1.24-7.159,2.18-4.793-1.978,3.174-5.585,11.465-11.71,16.158-16.2,2.819-2.7,5.678-6.52,8.586-9.1.556-.487,2.721-2.322,3.331-1.786' transform='translate(702.583 409.059)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103225' data-name='Tracé 103225' d='M80.458,65.762c6.5-2.519,23.239,7.582,25.035,13.959.964,3.43-1.141,3.966-4.054,3-2.982-.994-17.359-8.96-19.908-11.017-1.934-1.565-4.679-4.542-1.073-5.939' transform='translate(308.526 256.261)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103226' data-name='Tracé 103226' d='M161.063,107.857c.3-.344,3.036-.123,3.887.064a151.2,151.2,0,0,1,14.707,4.576c2.268.812,18.092,7.125,10.471,10.033-4.389,1.678-26.993-6.9-28.676-11.381a10.7,10.7,0,0,1-.389-3.292' transform='translate(631.258 422.13)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103227' data-name='Tracé 103227' d='M64,55.17a4.363,4.363,0,0,1,2.642.094C69.2,55.79,80.6,60.9,82.594,62.555c4.4,3.661,7.346,11.494-1.023,10.352-3.489-.477-15.642-9.954-17.585-12.891-.871-1.309-2.062-4.069.01-4.847' transform='translate(246.376 215.593)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103228' data-name='Tracé 103228' d='M31.911,154.35a4.369,4.369,0,0,1-.945-1.845c-.492-2.367,2.308-14.86,3.37-17.605,1.073-2.78,6.81-10,7.941-4.65.841,3.966,1.383,8.586.32,12.483-.876,3.193-6.377,15.332-10.687,11.617' transform='translate(121.172 503.089)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103229' data-name='Tracé 103229' d='M149.133,93.492c-.374.32-6.711.684-7.9.62-3.587-.2-18.6-5.3-21.738-7.238-2.814-1.737-4.178-4.586-.049-4.856,4.084-.266,23.485,3.931,27.018,6.022,1.614.959,4.723,3.68,2.667,5.452' transform='translate(458.069 321.491)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103230' data-name='Tracé 103230' d='M100.966,82.528c.861-.3,6.977,1.383,8.35,1.83,4.286,1.4,16.754,8.232,19.549,11.44,1.919,2.209,1.958,3.557-1.25,4.03-3.666.541-11.907-3.6-15.391-5.526-4.172-2.308-7.73-5.506-11.843-7.9-.871-1.068-.792-3.4.585-3.877' transform='translate(391.296 323.401)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103231' data-name='Tracé 103231' d='M83.228,81.548c3.208-3.715,11.991,5.191,14.249,7.632,2.332,2.519,10.544,11.356,5.693,14.254-1.255.748-2.544-.3-3.538-.945-2.987-1.953-9.388-8.261-11.986-11.056-1.811-1.953-6.574-7.39-4.419-9.885' transform='translate(324.133 316.194)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103232' data-name='Tracé 103232' d='M126.774,68.513c4.482-1.363,25.084.881,28.331,4.231,2.9,3-1.929,4.605-4.694,4.665-3.921.084-21.782-2.165-24.838-3.685-3.282-1.624-1.639-4.35,1.2-5.211' transform='translate(485.181 267.007)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103233' data-name='Tracé 103233' d='M167.613,102.666c.738-.625,3.292-.148,4.35.2,2.568.841,15.588,7.986,18.146,9.742,1.6,1.1,4.635,2.623,3.616,5-2.121,4.94-13.954-.694-17.059-2.726-2.209-1.451-12.424-9.359-9.053-12.222' transform='translate(654.451 401.297)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103234' data-name='Tracé 103234' d='M90.509,69.994c.512-.546,10.156-.261,11.868-.044,3.927.5,18.2,5.378,17.33,10.441-.841,4.886-11.445.581-14.353-.576-3.621-1.432-10.943-4.96-13.531-7.6-.448-.458-1.939-1.55-1.314-2.219' transform='translate(354.237 273.167)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103235' data-name='Tracé 103235' d='M122.544,117.953c2.431,2.234,2.46,4.984-1.166,5.053-5.678.108-18.378-9.368-21.482-14.151-2.1-3.243-5.806-10.466.871-6.834,5,2.731,11.2,8.64,15.981,12.252,1.56,1.171,4.487,2.48,5.8,3.68' transform='translate(380.115 396.053)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103236' data-name='Tracé 103236' d='M100.683,115.756c1.481,1.181-1.2,5.8-2.16,7.1C95,127.649,82.7,133.214,76.878,132.973c-2.819-.113-4.049-1.589-1.673-3.661,3.671-2.195,22.245-16.139,25.478-13.556' transform='translate(289.895 452.56)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103237' data-name='Tracé 103237' d='M156.332,69.757c4.35-1.663,19.908,4.094,23.893,6.933,6.111,4.35,5.235,8.128-2.613,6.352-7.2-1.634-14.062-6.79-21.408-8.443a2.534,2.534,0,0,1,.128-4.842' transform='translate(605.605 272.311)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103238' data-name='Tracé 103238' d='M86.877,73.06c1.186-.443,2.1,0,3.188.31,3.976,1.146,17.915,9.053,19.332,12.567.659,1.643.207,3.228-1.476,3.872-3.9,1.486-15.617-5.088-18.555-8.143-1.422-1.476-5.939-7.317-2.49-8.606' transform='translate(335.61 285.684)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103239' data-name='Tracé 103239' d='M173.562,91.364c.822-.226,2.4.812,3.164,1.309,5.978,3.892,12.276,11.081,18.506,15.15,2.809,5.511-2.254,5.659-6.436,4.143-4.846-1.752-16.114-12.6-16.267-17.827-.025-.886.138-2.529,1.033-2.775' transform='translate(676.366 358.056)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103240' data-name='Tracé 103240' d='M119.862,103.764c4.276-1.274,19.278-1.963,24.361-1.978a51.719,51.719,0,0,1,7.4.571c3.085.714,3.124,2.741.28,3.912-5.368,2.2-25.123,3.626-30.89,2.47-3.676-.733-5.585-3.656-1.151-4.974' transform='translate(459.826 399.038)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103241' data-name='Tracé 103241' d='M106.461,112.152c-.315.394-3.685.034-4.463-.654L85.013,91.683c-2.942-5.9-.212-6.8,4.63-3.71,4.507,2.874,14.992,15.1,16.345,20.154.216.807.684,3.764.472,4.025' transform='translate(328.514 338.061)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103242' data-name='Tracé 103242' d='M93.5,109.119c.709.812,1.294,5.742,1.255,7.13-.108,4.286-5.545,16.188-9.354,17.772-8.109,3.37-2.012-11.3-.733-14.269,1.048-2.441,4.109-9.388,6.323-10.333a6.034,6.034,0,0,1,2.509-.3' transform='translate(318.591 427.569)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103243' data-name='Tracé 103243' d='M145.8,66.136a43.673,43.673,0,0,1,14.835-.2c1.894.369,6.057,1.442,5.589,4.118-.718,4.079-11.612,2.2-14.746,2.342-3.705.167-12.414,1.717-15.258,1.063a1.741,1.741,0,0,1-1.427-1.722c-.2-3.518,8.414-5.161,11.007-5.6' transform='translate(528.434 256.335)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103244' data-name='Tracé 103244' d='M69.924,79.575c1.324-.458,1.884.354,2.775.92,3.228,2.057,15.986,16.877,18.806,20.626,2.667,3.548.654,5.983-3.095,4.428-.959-.4-7.085-5.939-8.222-7.1C77.56,95.753,69.471,85.489,68.945,82.291c-.153-.959.064-2.4.979-2.716' transform='translate(270.112 311.436)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103245' data-name='Tracé 103245' d='M78.92,98.686c.708-.8,2.406.394,3.174.891,7.08,4.581,15.543,15.2,16.99,23.628.492,2.868-1.338,5.491-4.276,3.228-3.1-2.391-5.339-9.191-7.956-12.4-.192-2.293-8.5-14.692-7.932-15.342' transform='translate(309.286 385.827)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103246' data-name='Tracé 103246' d='M60.733,49.672c2.908-.5,9.826.526,12.808,1.378,3.356.964,12.07,4.517,9.383,9.2C81.286,63.1,69.27,57.879,66.269,56.993c-1.988-.585-10.918-1.427-10.525-4.34.2-1.456,3.666-2.755,4.989-2.982' transform='translate(218.487 194.22)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103247' data-name='Tracé 103247' d='M109.675,67.842c6.613-1.451,19.795,2.864,24.311,8.03,1.629,1.865,2.091,3.956-.945,3.631l-25.409-6.342c-3.075-2.273-1.23-4.6,2.042-5.319' transform='translate(415.8 264.848)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103248' data-name='Tracé 103248' d='M129.745,74.286c4.876-1.722,19.214,2.062,24.252,4.128,2.224.91,5.816,2.263,5.161,5.4-.708,3.38-4.433,2.012-6.721,1.4-4.241-1.141-18.614-5.412-21.65-7.336-1.176-.748-3.124-2.849-1.043-3.587' transform='translate(505.05 289.515)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103249' data-name='Tracé 103249' d='M163.779,72.547c2.627,2.2-.128,5.324-3.026,6.037-3.946.974-21.33-1.171-24.356-3.8-.758-.654-1.4-2.165-.984-2.6,1.806-1.85,12.665-.472,15.76-.4,3.164.074,10.018-1.4,12.606.768' transform='translate(530.351 279.215)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103250' data-name='Tracé 103250' d='M131.863,96.854c4.6-1.806,19.219,3.051,23.406,5.816,4.271,2.819,4.606,6.79-1.535,5.939-3.134-.433-16.37-5.476-19.775-7.012-2.4-1.082-5.826-3.287-2.1-4.743' transform='translate(510.48 378.163)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103251' data-name='Tracé 103251' d='M152.017,81.768c-.433.517-7.007-1.343-8.232-1.678-6.21-1.7-17.339-4-22.624-6.214-5.978-2.5.571-4.01,4.163-3.99,5.019.03,23.613,4.64,26.078,8.857.4.679.876,2.716.615,3.026' transform='translate(465.517 273.974)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103252' data-name='Tracé 103252' d='M121.49,78.086c.217-.241,3.218-.221,4.049-.128a185.171,185.171,0,0,1,24.267,5.132c4.236,1.333,11.376,5.7,3,5.693-5.186,0-12.256-1.791-17.3-3.247-2.637-.763-11.332-3.429-13.044-4.842-.768-.625-1.392-2.135-.974-2.608' transform='translate(475.758 305.368)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103253' data-name='Tracé 103253' d='M98,119.474c-1.1-.861-7.361-12.153-8.227-14.161-1.515-3.494-4.153-9.993,2.342-7.705,5.225,1.84,11.189,15.3,10.052,20.483A2.465,2.465,0,0,1,98,119.474' transform='translate(344.758 380.789)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103254' data-name='Tracé 103254' d='M159.371,101.71c-2.012,1.929-22.988,2.2-27.131,1.939-1.014-.064-15.888-1.363-13.118-4.335.354-.379,8.822-.743,10.353-.777,6.485-.158,14.19-.039,20.729.084.807.015,11.671.689,9.167,3.09' transform='translate(465.657 386.001)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103255' data-name='Tracé 103255' d='M55.384,122.807c1.993-.428,5.535-.807,5.786,2.086.133,1.55-5.944,5.412-7.518,6.465-2.549,1.707-8.242,5.467-10.805,6.49-2.716,1.083-5.3-.128-4.576-3.2,1.078-4.551,12.665-10.889,17.113-11.838' transform='translate(149.549 480.297)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103256' data-name='Tracé 103256' d='M70.509,60.713c-1.407-1.417-1.648-3.262.625-3.69,7.3,2.155,19.745,5.555,23.136,13.147,3.331,7.474-8.222,1.014-10.948-.615-2.987-1.791-5.152-3.9-7.828-5.9-1.269-.945-4.158-2.106-4.984-2.942' transform='translate(272.219 223.551)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103257' data-name='Tracé 103257' d='M97.7,86.58c4.286-1.422,18.747,9.265,23.514,10.958,1.865,2.012,1.324,4.089-1.584,4.414-6.465.733-19.982-7.887-22.653-13.767a1.236,1.236,0,0,1,.723-1.6' transform='translate(379.78 338.914)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103258' data-name='Tracé 103258' d='M64.931,44.939c2.549-.463,6.15-1.092,8.645-.517,1.929.448,4.458,2.495,2.613,4.483-2.121,2.278-9.644,2.9-12.857,3.985-3.179,1.068-10.864,6.569-10.087-1.506.354-3.744,8.537-5.88,11.686-6.446' transform='translate(208.523 173.249)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103259' data-name='Tracé 103259' d='M99.313,74.724c5.535,1.388,10.564,1.24,15.917,3.587,2.814,1.235,9.378,5.5,11.169,7.843,1.5,1.968,1.343,4.61-1.491,4.271-1.83-.217-6.785-2.992-8.783-4.005-4.089-2.076-10.3-5.353-13.841-8.074-.7-.546-3.725-2.755-2.972-3.621' transform='translate(388.875 292.945)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103260' data-name='Tracé 103260' d='M143.9,67.64c2.977-3.366,20.321-3.262,24.686-1.107,2.893,1.432,4.984,4.409.546,5.275-4.763.94-12.65-.8-17.836-1.028-1.417-.064-11.189,1.161-7.4-3.139' transform='translate(560.727 254.82)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103261' data-name='Tracé 103261' d='M136.382,70.315c2.9,2.795,1.23,5.521-2.79,5.348-5.319-.221-14.387-5-20.154-5.767a1.879,1.879,0,0,1-.881-2.194c1.142-5.289,20.749-.354,23.824,2.613' transform='translate(441.012 256.259)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103262' data-name='Tracé 103262' d='M97.264,86.386c-.467.581-3.243-.148-4.173-.566-2.3-1.038-8.566-5.757-10.7-7.558-2.406-2.027-8.36-8.891-2.244-9.57,1.771-.192,6.829,3.528,8.473,4.837,1.953,1.55,6.647,5.732,7.686,7.73.517,1.009,1.358,4.635.959,5.127' transform='translate(303.711 269.272)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103263' data-name='Tracé 103263' d='M83.616,95.162c4.015-1.151,13.516,13.851,13.615,17.787a2.7,2.7,0,0,1-4.517,2.239c-1.205-1.028-9.585-12.409-10.249-13.9-.856-1.9-1.166-5.467,1.151-6.131' transform='translate(320.798 372.823)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103264' data-name='Tracé 103264' d='M81.955,75.256c4.335-1.452,17.054,6.593,17.457,11.4.782,9.334-13.743-2.278-16.065-5.58a18.906,18.906,0,0,1-2.14-4.2,1.286,1.286,0,0,1,.748-1.619' transform='translate(318.163 294.352)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103265' data-name='Tracé 103265' d='M76.41,109.78c-.551.467-3.282.035-4.089-.384-1.825-.955-7.661-10.781-8.247-13.088-2.081-8.2,3.321-6.957,6.8-1.25,1.082,1.771,5.432,10.092,5.8,11.646a6.307,6.307,0,0,1-.271,3.075' transform='translate(249.377 354.672)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103266' data-name='Tracé 103266' d='M142.635,91.247c4.935-1.86,13.541,8.133,14.087,12.449.344,2.775-1.757,4.261-3.912,2.081-1.815-2.131-17.979-11.587-10.175-14.53' transform='translate(550.885 356.826)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103267' data-name='Tracé 103267' d='M170.7,87.192c-2.367,3.912-18.7-5.137-14.358-10.215,2.4-2.81,12.537,2.6,13.772,5.683.389.979,1.014,3.823.585,4.532' transform='translate(610.054 298.707)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103268' data-name='Tracé 103268' d='M140.162,80.522c1.358-.384,15.179,6.4,16.8,7.961,1.953,1.875,1.624,4.2-1.137,3.858a77.586,77.586,0,0,1-10.751-3.385c-1.363-.645-4.478-2.736-5.171-3.985s-1.4-3.981.256-4.448' transform='translate(545.51 315.616)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103269' data-name='Tracé 103269' d='M223.064,104.156c3.011-2.519,11.646,5.658,13.049,8.424,3.194,6.3-5.786,3.833-8.945,1.22-1.747-1.447-6.224-7.868-4.1-9.644' transform='translate(872.301 406.464)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103270' data-name='Tracé 103270' d='M48.538,34.5c2.711-.8,7.558-1.122,8.748,2.032,2.1,5.57-12.695,8.871-14.205,3.051-.561-2.165,3.572-4.527,5.457-5.083' transform='translate(168.691 133.112)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103271' data-name='Tracé 103271' d='M62.017,41.752c-.261-.2-.157-2.386.143-3.1,1.215-2.874,13.949-9.054,15.366-5.294,1.383,3.666-6.19,7.272-9.054,7.868a42.288,42.288,0,0,1-6.455.531' transform='translate(242.544 126.135)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103272' data-name='Tracé 103272' d='M106.543,73.158c-.935,1.068-14.879-2.426-16.119-4.182-2.052-2.913.664-4.074,3.464-4.094,2.2-.02,10.958,2.736,12,4.463.448.743.9,3.538.659,3.813' transform='translate(351.68 254.361)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103273' data-name='Tracé 103273' d='M206.856,92.106c2.711-.7,5.949,2.027,4.03,4.94-.984,1.5-10.372,7.331-11.76,7.066-2.047-.394-.94-2.652-.266-3.779,1.614-2.682,4.91-7.435,8-8.227' transform='translate(776.035 360.656)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103274' data-name='Tracé 103274' d='M149.286,93.216c1.732-.231,5.078,3.882,6.037,5.339.8,1.225,3.046,3.9,1.338,5.176-3.046,2.278-8.286-2.7-8.906-5.58-.3-1.417-.157-4.709,1.53-4.935' transform='translate(578.765 365.405)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103275' data-name='Tracé 103275' d='M160.4,85.594c1.043-1.215,7.154,2.155,8.36,3.2,1.156,1,5.89,6.672,2.824,7.528-1.791.5-13.541-7.986-11.184-10.726' transform='translate(627.613 334.536)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103276' data-name='Tracé 103276' d='M154.968,78.6a4.8,4.8,0,0,1,1.171,3.794c-.925,4.763-12.591,1.053-9.526-4.409,1.363-2.426,6.81-.886,8.355.615' transform='translate(572.768 300.756)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103277' data-name='Tracé 103277' d='M73.15,97.965c.369-.438,2.052-.015,2.78.512a74.188,74.188,0,0,1,6.7,8.04c.635,1.151.684,2.7-.536,3.11C78.882,110.7,71.182,100.3,73.15,97.965' transform='translate(285.53 383.344)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103278' data-name='Tracé 103278' d='M166.813,95.227c3.439-1.3,7.587,3.744,6.485,5.585-2.992,4.984-12.645-3.248-6.485-5.585' transform='translate(646.069 372.492)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103279' data-name='Tracé 103279' d='M27.264,59.457c-3.518-3.031,1.383-9.27,5.157-5.57,3.818,3.749-2.062,8.237-5.157,5.57' transform='translate(102.141 206.793)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103280' data-name='Tracé 103280' d='M29.089,62.121c-1.447,2.4-8.488.192-6.047-4.133,1.786-3.159,8.02.861,6.047,4.133' transform='translate(88.335 222.836)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103281' data-name='Tracé 103281' d='M30.134,56.788a3.046,3.046,0,0,1-1.363,5.324c-6.721,1.486-3.247-9.295,1.363-5.324' transform='translate(98.085 219.165)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103282' data-name='Tracé 103282' d='M24.072,54.924c4.989-2.057,8.473,3.489,3.174,4.93-4.094,1.117-5.7-3.887-3.174-4.93' transform='translate(89.623 213.55)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103283' data-name='Tracé 103283' d='M30.763,55.619c4.305-1.776,5.614,3.257,3.774,4.684-3.99,3.1-6.825-3.425-3.774-4.684' transform='translate(115.564 216.576)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103284' data-name='Tracé 103284' d='M33.961,52.209c4.532-1.7,4.438,5.053,1.737,5.821-3.08.881-5.378-4.453-1.737-5.821' transform='translate(125.832 203.605)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103285' data-name='Tracé 103285' d='M26.538,59.394c3.233-1.161,5.225,4.5,1.014,5.275-3.8.694-3.592-4.345-1.014-5.275' transform='translate(96.613 232.231)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103286' data-name='Tracé 103286' d='M28.062,59.075c2.391-2.022,6.844,1.742,4.094,3.887-2.874,2.249-6.131-2.165-4.094-3.887' transform='translate(107.519 229.327)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103287' data-name='Tracé 103287' d='M36.326,61.891c-2.131,2.534-6.982-1.57-3.2-3.858a2.533,2.533,0,0,1,3.2,3.858' transform='translate(124.383 225.93)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103288' data-name='Tracé 103288' d='M41.9,103.668c3.415-1.4,8.576,1.3,11.8,2.726,4.522,2.007,16.7,8.547,18.058,13.211.654,2.273.123,3.351-2.293,3.528-5.432.408-19.475-8.625-24.031-12.143-1.486-1.142-7.513-5.7-3.533-7.321' transform='translate(159.002 404.886)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103289' data-name='Tracé 103289' d='M11.554,111.081c-.364-.433-.335-2.5-.172-3.233.581-2.657,12.153-7.991,15.1-8.522,1.855-.325,9.5-.29,9.693,1.914.153,1.722-10.746,6.15-12.754,6.938-2.071.812-10.584,4.438-11.863,2.9' transform='translate(44.169 388.812)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103290' data-name='Tracé 103290' d='M27.052,99.878c.807-.92,6.992-2.765,8.532-3.036,3.164-.556,17.147-.856,16.035,4.463-.812,3.9-19.972,2.436-23.677,2.578a2.5,2.5,0,0,1-.891-4.005' transform='translate(103.475 378.523)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103291' data-name='Tracé 103291' d='M51.1,107.178c2.942-1.073,18.643,5.024,21.251,7.523,2.067,1.978,1.712,3.818-1.255,4.03-4.546.325-19.741-4.059-21.546-8.438a2.418,2.418,0,0,1,1.55-3.115' transform='translate(193.596 419.684)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103292' data-name='Tracé 103292' d='M35.9,99.636c4.118-.832,10.987-1.476,14.973-.359,5.87,1.653,7.976,7.538-.015,7.513-5.8-.015-11.794-2.854-17.743-2.721-4.984-2.608-.541-3.759,2.785-4.433' transform='translate(121.076 386.86)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103293' data-name='Tracé 103293' d='M241.5,142.683c-1.151,1.378-16.651-5.24-18.934-6.741-2.406-1.584-7.066-5.176-5.708-8.375,2.416-5.717,11.553,3.808,13.9,5.531,2.3,1.683,8.419,5.1,9.816,6.923.507.659,1.383,2.121.93,2.662' transform='translate(849.211 493.028)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103294' data-name='Tracé 103294' d='M212.762,121.561c1.948-.728,8.65,3.154,10.224,4.65,3.951,3.759,3.193,8.291-2.947,6.741-3.1-.777-11.627-9.762-7.277-11.391' transform='translate(829.355 476.209)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103295' data-name='Tracé 103295' d='M180.81,80.381a4.108,4.108,0,0,1-4.984.408c-3.061-2.618-.167-10.707,1.535-13.762,1.186-2.135,2.559-4.566,5-4.256,3.351.418,3.439,4.256,3.218,7.041-.108,1.333-3.971,9.727-4.773,10.569' transform='translate(684.032 245.981)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103296' data-name='Tracé 103296' d='M176.517,59.675c5.9-2.017,2.716,11.292-1.545,10.726-4.394-.576-1.338-9.742,1.545-10.726' transform='translate(677.308 233.131)' fill='%2399be3f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1185px;
  height: 708px;
  z-index: 0;
  opacity: 0.16;
}
body main .long-section-texte .bloc-titre.titre-principal {
  position: relative;
  margin-bottom: 44px;
}
body main .long-section-texte .bloc-titre.titre-principal:before {
  content: "";
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='119' viewBox='0 0 170 119' fill='none'%3E%3Cg clip-path='url(%23clip0_58716_26273)'%3E%3Cpath d='M15.9738 62.3693C16.2353 57.4922 16.3729 52.6082 16.5518 47.7311L17.6047 18.4478H17.5359L15.9944 47.7035C15.7398 52.5806 15.4508 57.4577 15.2787 62.3348C15.1273 67.2188 14.9622 72.0959 14.9415 76.9868H15.0103C15.4232 72.1166 15.6916 67.2464 15.9738 62.3693Z' fill='%23CA9E67'/%3E%3Cpath d='M15.8912 18.6405C16.0908 20.0802 16.3041 21.513 16.5243 22.9459H16.5931C16.4899 21.4924 16.3798 20.0458 16.2559 18.5992C16.132 17.2697 16.0288 15.9333 15.8981 14.6038L20.3229 14.962C21.9056 15.0722 23.4953 15.1962 25.078 15.2858L34.5952 15.8437L53.4781 16.9459L50.6773 22.691L50.7392 22.7254L53.7327 16.9046L53.8015 16.7668L53.6432 16.753L34.6296 15.3064L25.1262 14.5831C23.5434 14.4591 21.9538 14.3765 20.3711 14.2663L15.609 14.0114L15.2719 13.9907L15.3131 14.3214C15.4921 15.7611 15.7054 17.1939 15.8981 18.6336L15.8912 18.6405Z' fill='%23CA9E67'/%3E%3Cpath d='M17.9074 13.7838C19.4695 12.7712 21.011 11.7241 22.5456 10.6771C24.0802 9.62312 25.5941 8.54851 27.1218 7.48078L29.3858 5.85508L31.6292 4.20182L35.9164 1.01241L43.4172 8.5554L51.1108 16.243L51.159 16.1948L43.6581 8.3143L36.1435 0.454441L35.9783 0.282227L35.7788 0.419998L31.2232 3.64385L28.9523 5.26266L26.702 6.90903C25.2156 8.02498 23.7223 9.14092 22.2497 10.2706C20.777 11.4073 19.3044 12.5439 17.8593 13.7149L17.9005 13.77L17.9074 13.7838Z' fill='%23CA9E67'/%3E%3Cpath d='M45.2821 9.78173H45.351L45.2408 3.99533L45.812 3.78179L45.9152 3.74734L45.9359 3.63713L46.4245 0.626822L47.5599 0.771482C47.4842 2.58317 47.3672 4.39487 47.381 6.20656C47.3948 7.15718 47.4085 8.10092 47.4498 9.05154C47.4911 10.0022 47.5324 10.9528 47.6219 11.8965H47.6907C47.8008 10.9528 47.8696 10.0022 47.9315 9.05843C48.0003 8.11469 48.0347 7.16407 48.0692 6.21345C48.0898 5.26283 48.1242 4.31909 48.1242 3.36847V0.516605V0.254839L47.8696 0.234173L46.2318 0.0895133L45.9841 0.0688477L45.9565 0.303059L45.5574 3.46491L44.9862 3.69912L44.8624 3.74734V3.87134L45.2684 9.77484L45.2821 9.78173Z' fill='%23CA9E67'/%3E%3Cpath d='M17.4601 10.3329C17.4739 10.6359 17.4945 10.9322 17.5152 11.2353C17.5358 11.5384 17.5565 11.8346 17.584 12.1377H17.6528C17.6872 11.8414 17.7147 11.5384 17.7354 11.2421C17.756 10.939 17.7904 10.6428 17.8042 10.3397L17.9005 8.83803C18.4098 8.90003 18.919 8.96203 19.4282 9.01025L19.7379 9.04469L19.7792 8.72093C19.8687 8.03896 19.9444 7.3501 20.0201 6.66124C20.0958 5.97239 20.1508 5.29042 20.2127 4.60156L20.5293 0.67508L21.4239 0.537308L21.4514 5.23531L21.4996 10.2089H21.5684L21.7404 5.2422L21.8918 0.268654V0L21.6235 0.0344428L20.254 0.199768L20.0545 0.220434L20.0269 0.427091L19.5315 4.53957C19.4558 5.22842 19.3663 5.91039 19.3044 6.59925C19.2493 7.18478 19.2012 7.7703 19.153 8.35583C18.6575 8.32828 18.1689 8.30761 17.6735 8.28695L17.3707 8.27317L17.3844 8.54871L17.4601 10.3466V10.3329Z' fill='%23CA9E67'/%3E%3Cpath d='M43.1489 34.3741H43.1076L35.8751 33.9884L32.2623 33.7886L30.4525 33.699L28.6426 33.6577H28.56L28.4981 33.6853C27.6104 34.0779 26.7295 34.4706 25.8556 34.8908C24.9816 35.3041 24.1077 35.7312 23.2475 36.1858L23.275 36.2478C24.204 35.9654 25.1193 35.6485 26.0345 35.3247C26.9222 35.0148 27.8031 34.6772 28.6839 34.3397L30.4249 34.4155L32.2348 34.4499L35.8545 34.4981L43.0594 34.6015L46.1079 36.7782L46.1492 36.7231L43.1764 34.381L43.1489 34.3603V34.3741Z' fill='%23CA9E67'/%3E%3Cpath d='M38.497 32.686H38.4626L35.2145 32.4794L33.5904 32.3692C33.0468 32.3347 32.5032 32.3278 31.9595 32.3554H31.8769L31.8357 32.376C31.0856 32.7205 30.3492 33.0856 29.6404 33.5333L29.668 33.5953C30.4662 33.4576 31.2301 33.244 31.9939 33.0029C32.5238 33.0511 33.0468 33.0787 33.5767 33.0649L35.2076 33.0374L38.4419 33.0029L40.7816 33.8709L40.8092 33.8089L38.5314 32.6998L38.5107 32.686H38.497Z' fill='%23CA9E67'/%3E%3Cpath d='M40.9468 47.028L41.0707 51.1474H41.1395L41.2909 47.028L41.4078 42.9086C41.4491 41.5378 41.5317 40.1601 41.4904 38.7893C41.4491 37.4185 41.3734 36.0407 41.1945 34.6699H41.1257C40.933 36.0407 40.8504 37.4116 40.8023 38.7893C40.7541 40.1601 40.8229 41.5378 40.8573 42.9086L40.9468 47.028Z' fill='%23CA9E67'/%3E%3Cpath d='M24.8922 38.769C24.6926 39.8781 24.6169 40.9803 24.5619 42.0893C24.5068 43.1984 24.5894 44.3006 24.6101 45.4096L24.6926 48.7299L24.8165 52.0502H24.8853L25.0436 48.7299L25.1675 45.4096C25.2019 44.3006 25.2982 43.1984 25.2569 42.0893C25.2156 40.9803 25.1468 39.8712 24.961 38.769H24.8922Z' fill='%23CA9E67'/%3E%3Cpath d='M21.3757 55.7147C22.0501 55.6321 22.6763 55.4461 23.2957 55.2325C23.915 55.019 24.4793 54.6815 25.0642 54.399C25.7524 54.0615 26.4336 53.7239 27.1218 53.3726L28.3949 52.856L34.9254 53.1109C37.1 53.2004 39.2677 53.3244 41.4491 53.3037C42.3437 53.5655 43.2314 53.8548 44.1398 54.0959C45.055 54.3508 45.9772 54.5988 46.9131 54.8123L46.9337 54.7435C46.0598 54.3577 45.172 53.9995 44.2843 53.6551C43.3966 53.2969 42.4951 52.9869 41.6074 52.6493L41.573 52.6356H41.5111C39.3227 52.5253 37.1344 52.5598 34.9461 52.5529L28.3811 52.5322H28.3467L28.3192 52.546L27.2388 53.0282C26.4474 53.3106 25.656 53.5931 24.8647 53.8893C24.2522 54.1166 23.6191 54.2957 23.041 54.5988C22.463 54.9019 21.8918 55.2257 21.3688 55.6596L21.3826 55.6941L21.3964 55.7285L21.3757 55.7147Z' fill='%23CA9E67'/%3E%3Cpath d='M46.7961 57.8365L46.8167 57.7676L41.0156 55.8526H40.995L40.9674 55.8457L35.1663 55.7493L32.2692 55.6873C31.3058 55.6666 30.3355 55.646 29.3721 55.6597H29.317L29.2757 55.6735C28.1334 56.0042 26.9979 56.3693 25.8625 56.7412C24.7339 57.127 23.6053 57.5059 22.4905 57.9399L22.5112 58.0087C23.6879 57.7952 24.8509 57.5197 26.0139 57.251C27.1562 56.9686 28.2917 56.693 29.4202 56.3693C30.3699 56.383 31.3195 56.3624 32.2761 56.3417L35.1732 56.2797L40.9537 56.1833L46.803 57.8296L46.7961 57.8365Z' fill='%23CA9E67'/%3E%3Cpath d='M143.605 34.3324L146.97 34.9731C149.214 35.3933 151.464 35.7928 153.721 36.1372L153.735 36.0683C151.526 35.4759 149.31 34.9386 147.087 34.422L143.75 33.6573L140.406 32.9409L126.98 30.2682L126.904 30.2544L126.842 30.2888L113.912 36.709L113.939 36.771L126.959 30.709L140.254 33.6505L143.605 34.3393V34.3324Z' fill='%23CA9E67'/%3E%3Cpath d='M108.964 27.761L109.005 27.8161L117.284 22.4499C117.284 22.6634 117.291 22.877 117.304 23.0905L117.325 23.5107C116.864 23.6967 116.403 23.8827 115.942 24.0687L115.715 24.1583V24.3925L116.059 34.2431V34.4636L116.272 34.4153L117.889 34.0433L117.951 34.0296L117.986 33.9745L120.883 29.118L120.821 29.0836L117.765 33.7678L116.41 34.0296V24.6267C116.974 24.4062 117.552 24.1996 118.123 23.9654L118.908 23.8483C118.942 24.3236 118.99 24.792 119.032 25.2673C119.087 25.8666 119.128 26.4659 119.197 27.0652C119.321 28.2638 119.451 29.4556 119.623 30.6542H119.692C119.727 29.4418 119.713 28.2432 119.692 27.0377C119.692 26.4384 119.658 25.8391 119.644 25.2329C119.623 24.6336 119.61 24.0343 119.582 23.4281L119.561 23.0492L119.183 23.0974L117.986 23.2559H117.944L117.937 23.2627L118.577 22.8976L118.736 22.8081L118.722 22.6565C118.687 22.3052 118.639 21.947 118.605 21.5957L130.654 13.7841C134.02 17.2008 137.343 20.652 140.757 24.0136L145.986 29.1042C147.741 30.7851 149.503 32.4659 151.299 34.1122L151.347 34.064C149.703 32.2661 148.023 30.5095 146.344 28.746L141.259 23.5107C137.846 20.0458 134.343 16.6635 130.882 13.2468L130.723 13.0952L130.544 13.2123L118.57 21.2857C118.509 20.714 118.447 20.1491 118.378 19.5774V19.5085H118.309C118.089 19.4878 117.869 19.4878 117.676 19.474C117.552 19.9493 117.435 20.5349 117.359 21.1617C117.311 21.4855 117.291 21.823 117.284 22.1606L108.964 27.7679V27.761ZM118.206 22.505L117.958 22.6152C117.972 22.4154 117.979 22.2088 117.972 22.0021L118.206 21.8506C118.206 22.071 118.206 22.2846 118.206 22.505ZM117.944 21.4442C117.896 20.8655 117.814 20.2524 117.717 19.5291L118.213 19.6531C118.206 20.28 118.213 20.9068 118.213 21.5337L117.965 21.699C117.965 21.6164 117.958 21.5337 117.944 21.4442Z' fill='%23CA9E67'/%3E%3Cpath d='M129.065 25.7079C129.264 24.6471 129.319 23.5725 129.436 22.4978L129.774 19.2878L130.076 16.0708H130.007L129.429 19.2395L128.886 22.4221C128.707 23.4829 128.473 24.5369 128.377 25.6115C128.273 26.6861 128.205 27.7607 128.246 28.856H128.315C128.652 27.8227 128.872 26.7687 129.065 25.7079Z' fill='%23CA9E67'/%3E%3Cpath d='M139.084 20.5554H139.153L139.029 18.9022L141.3 19.6324C141.238 20.1421 141.204 20.6519 141.224 21.1685C141.238 21.7609 141.286 22.3534 141.417 22.9596H141.486C141.679 22.3809 141.789 21.7954 141.871 21.2099C141.961 20.6243 141.981 20.0319 141.961 19.4395V19.164L141.727 19.1157L138.892 18.5302L138.644 18.4751L138.692 18.7093L139.084 20.5692V20.5554Z' fill='%23CA9E67'/%3E%3Cpath d='M96.5151 88.4079C96.467 87.8086 96.4119 87.2161 96.35 86.6168H96.8936H97.2652L97.2514 86.2448C97.2102 85.0049 97.1482 83.7581 97.0932 82.5181L96.9349 78.7914C96.8454 76.532 96.7284 74.2725 96.6183 72.0131C97.3822 71.9855 98.1323 71.9235 98.8273 71.834C98.7035 72.8879 98.6484 73.9419 98.614 74.9889C98.5727 76.2427 98.669 77.4964 98.7103 78.7432L98.8411 82.4975L99.0062 86.2517H99.0751L99.1852 82.4906L99.2608 78.7294C99.2815 77.4757 99.3641 76.222 99.3021 74.9752C99.254 73.9143 99.1852 72.8535 99.0406 71.7926C99.3228 71.7582 99.5912 71.7169 99.8458 71.6755L99.8939 70.7318C100.5 70.8351 101.098 70.8833 101.697 70.904C102.461 70.9385 103.225 70.8351 103.988 70.7938C105.172 70.718 106.363 70.6422 107.546 70.5458C107.532 70.7731 107.526 71.0005 107.519 71.2278V71.586L107.883 71.5929C108.193 71.5929 108.51 71.5929 108.826 71.5929L108.778 74.7961L108.744 78.4194L108.702 82.0428C108.682 83.1725 108.723 84.3023 108.792 85.432C108.565 85.4802 108.338 85.5353 108.11 85.5904L107.904 85.6455V85.8246C107.952 86.5479 108 87.2712 108.083 87.9945H108.152C108.248 87.347 108.31 86.6995 108.372 86.0451C108.633 86.0175 108.895 85.99 109.156 85.9555L109.397 85.928V85.6593C109.446 84.4469 109.446 83.2414 109.397 82.0359L109.239 78.4126L109.088 74.7892L108.936 71.5929C110.189 71.5584 111.421 71.4275 112.446 71.2622L112.522 69.8569V69.7605H112.425C111.125 69.6916 109.831 69.6503 108.53 69.6021C108.434 69.5056 108.344 69.4092 108.241 69.3127L107.677 68.8581L107.395 68.6308L107.085 68.4448L106.452 68.0866L105.764 67.8179C105.537 67.7146 105.289 67.687 105.055 67.6251L104.69 67.5493C104.567 67.5286 104.443 67.5286 104.319 67.5217C103.335 67.4322 102.302 67.5493 101.401 67.9833C100.513 68.4103 99.7081 69.0165 99.1301 69.8087L99.1783 69.8569C99.9972 69.361 100.816 68.9408 101.663 68.6239C102.509 68.3208 103.376 68.059 104.284 68.0728C104.394 68.0728 104.511 68.0659 104.622 68.0728L104.959 68.121C105.179 68.1555 105.413 68.1693 105.626 68.2519L106.28 68.4517L106.906 68.7479L107.223 68.8926L107.512 69.0854L108.097 69.4712C108.145 69.5056 108.186 69.547 108.234 69.5814C108.117 69.5814 108.007 69.5745 107.89 69.5676H107.643L107.608 69.8432C107.588 70.0085 107.581 70.1807 107.567 70.346C106.369 70.2978 105.179 70.2565 103.982 70.2289C103.218 70.2152 102.454 70.1394 101.69 70.2014C101.098 70.2496 100.506 70.3185 99.9146 70.4356V70.2634L99.9284 70.1669H99.8251C98.3181 70.0843 96.811 70.036 95.304 69.9809H95.0562L95.0218 70.2565C94.9737 70.718 94.9461 71.1727 94.9324 71.6342V71.9924L95.2971 71.9993C95.6962 72.0062 96.1022 71.9993 96.5014 71.9924C96.5014 74.2519 96.4807 76.5113 96.5014 78.7776L96.5151 82.5044C96.5151 83.6272 96.5151 84.75 96.522 85.8729L95.9577 85.8866H95.5586L95.6068 86.2793C95.71 87.0784 95.8338 87.8774 95.9715 88.6765L96.0128 88.9245H96.2467C96.8248 88.9176 97.4097 88.8901 97.9878 88.8694C98.5727 88.8418 99.1507 88.8418 99.7357 88.8074V88.7385C99.1645 88.649 98.5865 88.5525 98.0015 88.5043C97.5061 88.463 97.0106 88.4147 96.5151 88.3803V88.4079ZM108.193 70.1325C108.406 70.1256 108.627 70.1187 108.84 70.1118C108.95 70.2083 109.06 70.3047 109.177 70.4011L109.225 70.3529C109.15 70.2703 109.074 70.1876 108.991 70.1049C110.099 70.0636 111.207 70.0292 112.315 69.9672L112.384 71.214C110.815 71.0142 109.535 70.8696 108.234 70.8696C108.234 70.7456 108.227 70.6216 108.221 70.5045C108.338 70.4976 108.455 70.4907 108.572 70.4769V70.408C108.455 70.408 108.331 70.4011 108.214 70.3943C108.214 70.3047 108.2 70.2152 108.193 70.1325ZM95.6549 71.3036C95.6481 71.0556 95.6274 70.8076 95.6068 70.5596C96.9831 70.5114 98.3594 70.4631 99.7357 70.3943V70.5045C99.6325 70.532 99.5223 70.5527 99.4122 70.5802V70.6491C99.5292 70.6767 99.6393 70.6974 99.7494 70.718L99.7976 71.6411C99.5223 71.6066 99.2609 71.5722 99.0062 71.5446C98.9925 71.4413 98.9787 71.338 98.9649 71.2347H98.8961C98.8824 71.3311 98.8755 71.4275 98.8617 71.524C97.7056 71.3862 96.6872 71.2967 95.6549 71.2967V71.3036Z' fill='%23CA9E67'/%3E%3Cpath d='M112.122 87.4504L112.294 85.2254V85.1152H112.184L111.407 85.0877L111.593 78.33C111.634 77.1796 111.641 76.0361 111.586 74.8857C111.531 73.7353 111.455 72.5918 111.303 71.4414H111.235C111.083 72.5918 111.001 73.7353 110.953 74.8857C110.897 76.0361 110.904 77.1796 110.946 78.33L111.131 85.2185V85.3632H111.269L112.074 85.3356L112.054 87.4504H112.122Z' fill='%23CA9E67'/%3E%3Cpath d='M93.1019 88.0773C93.6524 87.9946 94.2098 87.8844 94.7535 87.664V87.5951C94.1823 87.4367 93.618 87.3953 93.0606 87.3885C92.5032 87.3747 91.9527 87.4987 91.3953 87.5607C90.3149 87.6915 89.2345 87.8293 88.1541 88.0015C88.1059 87.7329 88.0646 87.4711 88.0096 87.2025C87.8238 86.2932 87.6173 85.3839 87.3765 84.4815C87.3352 84.3368 87.2939 84.1922 87.2526 84.0406L88.6014 84.0062C89.785 83.9717 90.9755 83.9993 92.1591 83.8822C93.3428 83.772 94.5264 83.6342 95.6963 83.3793V83.3104C94.4989 83.1864 93.3084 83.1726 92.1179 83.1864C90.9274 83.2002 89.7506 83.3518 88.567 83.4482L87.115 83.5722C86.9429 82.9798 86.764 82.3874 86.5576 81.8087L86.4888 81.8225C86.5713 82.4149 86.6608 83.0073 86.7503 83.5997L86.0139 83.6617L86.1653 82.8902L86.0965 82.8695C85.9795 83.1382 85.8832 83.4069 85.7731 83.6824L85.0092 83.7444L81.4584 84.075V84.1439L85.023 84.0888L85.6148 84.075C85.4565 84.509 85.3051 84.9499 85.1675 85.3908C84.8923 86.2449 84.6583 87.1129 84.4449 87.9809C84.4449 87.9809 84.4449 87.9878 84.4449 87.9946C84.3624 87.9671 84.2729 87.9464 84.1903 87.9326C83.9839 87.8913 83.7843 87.9946 83.5779 88.0429C83.1719 88.1324 82.7659 88.2289 82.3598 88.3597V88.4286C82.7796 88.5113 83.1925 88.5526 83.6123 88.5939C83.8187 88.6146 84.0321 88.6904 84.2316 88.6284C84.2591 88.6215 84.2867 88.6077 84.3142 88.6008C83.977 90.1508 83.7706 91.7283 83.6467 93.3057C83.571 94.2012 83.5297 95.1036 83.5435 95.9992C83.5572 96.9016 83.6054 97.804 83.7637 98.6926C83.9288 99.5812 84.1766 100.463 84.6239 101.262C84.8303 101.634 85.0987 101.985 85.4084 102.282C85.0161 102.702 84.6514 103.156 84.3624 103.666C84.1422 104.052 83.977 104.486 83.9013 104.941C83.8531 103.012 83.7224 101.09 83.5504 99.1748C83.2338 95.7649 82.8003 92.362 82.1534 89.0004C81.6579 86.5067 81.1143 84.0131 80.4605 81.5538C80.7289 81.5538 80.9973 81.5538 81.2588 81.5469C82.0433 81.5263 82.814 81.3678 83.5916 81.2645C85.1469 81.0579 86.6952 80.8443 88.2504 80.5894V80.5205C86.6746 80.555 85.1056 80.6308 83.5435 80.7065C82.759 80.7479 81.9745 80.7272 81.1969 80.8512C80.901 80.8994 80.6051 80.9476 80.3023 81.0096C80.1715 80.5343 80.0339 80.059 79.8963 79.5837C79.9513 78.9568 79.9995 78.33 80.0408 77.7031C80.0889 76.7594 80.1371 75.8157 80.144 74.8719C80.1646 73.9282 80.1371 72.9845 80.1165 72.0407L80.0683 69.4575H84.0733L88.3399 69.4231V69.3542L84.0802 69.1475L79.8206 68.9615L79.5728 68.9478V69.2095L79.4902 72.0407C79.4627 72.9845 79.4283 73.9282 79.4421 74.8719C79.4421 75.8157 79.4834 76.7594 79.5178 77.7031C79.5728 78.6469 79.6279 79.5906 79.738 80.5343H79.8068C79.8274 80.369 79.8412 80.2037 79.855 80.0383C79.9169 80.3828 79.9788 80.7203 80.0408 81.0647C79.6554 81.1474 79.27 81.2507 78.8847 81.3816V81.4505C79.0705 81.4781 79.2563 81.4987 79.4352 81.5125C79.1049 82.408 78.8021 83.3104 78.5131 84.2197C73.2556 84.323 68.005 84.5504 62.7475 84.7708C57.2973 85.0188 51.854 85.3908 46.4108 85.7214L13.7373 87.726V87.7949L46.4383 86.2794C51.8884 86.0245 57.3386 85.8041 62.7888 85.4665C68.0187 85.1221 73.2556 84.7915 78.4787 84.3299C78.0314 85.7559 77.6254 87.2025 77.2606 88.656C72.0513 88.8006 66.8558 89.0693 61.6533 89.331C56.1619 89.6272 50.6773 90.0406 45.1927 90.4194L12.2784 92.6995V92.7684L45.2271 90.9774C50.7186 90.6743 56.21 90.4125 61.6946 90.0268C66.8764 89.6479 72.0582 89.2759 77.2262 88.7799C77.0611 89.4344 76.8959 90.0888 76.7445 90.7501C76.0082 93.9601 75.5196 97.2322 75.2168 100.511C74.9278 103.79 74.8246 107.117 75.3407 110.396C75.616 112.022 76.0495 113.648 76.8477 115.108C77.6322 116.562 78.8778 117.808 80.4399 118.394L80.4674 118.332C78.9466 117.712 77.763 116.458 77.0335 115.012C76.2903 113.565 75.905 111.953 75.6848 110.348C75.2444 107.11 75.4164 103.818 75.7673 100.573C76.1389 97.3218 76.7789 94.1117 77.4189 90.9016C77.5634 90.1783 77.7148 89.455 77.8662 88.7248C77.9557 88.7179 78.0451 88.7111 78.1346 88.6973V88.6284C78.052 88.6284 77.9694 88.6284 77.8869 88.6353C78.1965 87.1887 78.5268 85.7421 78.8709 84.3024C78.9535 84.2955 79.0361 84.2886 79.1118 84.2817V84.2128C79.0361 84.2128 78.9604 84.2128 78.8916 84.2128C79.1049 83.3173 79.3182 82.4218 79.5315 81.5194C79.7311 81.5332 79.9307 81.5469 80.1302 81.5538C80.5913 84.075 81.0592 86.5963 81.4652 89.1244C82.0227 92.486 82.6076 95.8476 82.9929 99.2368C83.3714 102.619 83.6192 106.029 83.4884 109.432C83.4265 111.133 83.2544 112.835 82.8691 114.488C82.4699 116.121 81.8506 117.788 80.5775 118.945L80.6257 119C81.947 117.863 82.6282 116.183 83.0755 114.543C83.5159 112.883 83.7293 111.168 83.8394 109.459C83.9082 108.35 83.9288 107.241 83.922 106.132C84.0596 106.787 84.4105 107.365 84.8097 107.861C85.2707 108.426 85.8144 108.908 86.3787 109.349C88.6633 111.071 91.2233 112.304 93.5836 113.868L93.6249 113.813C91.3127 112.174 88.7872 110.844 86.5989 109.081C86.0621 108.64 85.546 108.157 85.1262 107.62C84.7133 107.083 84.3761 106.47 84.328 105.815C84.266 105.168 84.4587 104.513 84.8028 103.935C85.0849 103.466 85.4428 103.046 85.835 102.647C86.0759 102.819 86.3305 102.957 86.6058 103.06L86.6333 102.998C86.3718 102.888 86.1378 102.736 85.9176 102.564C85.9795 102.502 86.0483 102.433 86.1103 102.371C86.7709 101.765 87.5072 101.248 88.2573 100.718C88.2367 100.835 88.216 100.952 88.1885 101.062C87.9821 101.951 87.6517 102.84 86.9842 103.487L87.0324 103.542C87.7481 102.922 88.1403 102.013 88.395 101.117C88.45 100.918 88.4982 100.718 88.5395 100.518C88.856 100.298 89.1726 100.07 89.4822 99.8361C89.7781 99.6363 90.0396 99.3814 90.3149 99.1472C90.5833 98.9061 90.8654 98.6788 91.12 98.4239C91.5949 97.8797 92.1179 97.37 92.517 96.75C93.3428 95.5583 93.969 94.1737 94.0928 92.7064C94.2305 91.2529 93.9002 89.7443 93.0537 88.5733L92.9987 88.6146C93.3221 89.2346 93.5423 89.9097 93.6318 90.5985C93.7213 91.2805 93.7488 91.9762 93.6111 92.6513C93.3978 94.0015 92.7854 95.2621 91.9458 96.3505C91.5673 96.9222 91.065 97.4044 90.6039 97.9211C90.3562 98.1622 90.0947 98.3895 89.8401 98.6237C89.5786 98.8579 89.3377 99.1059 89.0487 99.3057C88.9386 99.3952 88.8147 99.4848 88.7046 99.5743C88.7597 99.1679 88.8078 98.7615 88.8422 98.355C88.973 96.4882 88.8904 94.6146 88.7321 92.7615C88.6014 91.2047 88.4362 89.641 88.161 88.1049C89.2483 88.1393 90.3355 88.1393 91.4228 88.1393C91.9802 88.1393 92.5445 88.1875 93.095 88.1049L93.1019 88.0773ZM88.4913 98.3137C88.4775 98.8097 88.4431 99.2988 88.395 99.7879C87.5004 100.47 86.5576 101.138 85.7249 101.951C85.6492 102.027 85.5804 102.102 85.5116 102.178C85.2294 101.875 84.9955 101.531 84.8166 101.166C84.4243 100.38 84.2316 99.5123 84.1146 98.6444C83.9977 97.7764 83.977 96.8878 84.0045 96.0061C84.0252 95.1243 84.1009 94.2426 84.211 93.3608C84.4243 91.6042 84.8097 89.8683 85.1331 88.1324L85.9382 84.0682L86.8191 84.0475C86.9842 85.1428 87.1563 86.2312 87.3214 87.3196C87.6036 89.145 87.9545 90.9636 88.1816 92.796C88.4018 94.6283 88.5532 96.4745 88.4982 98.3137H88.4913Z' fill='%23CA9E67'/%3E%3Cpath d='M52.4321 22.2984L83.4953 25.8323C88.6702 26.4178 93.8451 27.0447 99.0338 27.5475C104.188 28.0297 109.335 28.5257 114.503 28.8701C114.586 29.7656 114.675 30.6543 114.772 31.5429C114.841 32.1629 114.854 32.7897 115.006 33.3959C115.15 34.0021 115.322 34.6014 115.611 35.1869L115.68 35.1732C115.77 34.5256 115.742 33.8988 115.687 33.2788C115.639 32.6588 115.446 32.0595 115.322 31.4464C115.061 30.2272 114.786 29.0148 114.483 27.8024L114.414 27.8162C114.442 28.1399 114.469 28.4637 114.497 28.7875C109.377 28.0504 104.243 27.458 99.1095 26.8449C93.9346 26.2525 88.7459 25.7772 83.5572 25.2674L52.4458 22.2227V22.2915L52.4321 22.2984Z' fill='%23CA9E67'/%3E%3Cpath d='M122.486 40.6355C116.706 40.0086 110.918 39.5264 105.131 39.0374C99.3434 38.562 93.5423 38.2107 87.7481 37.8181L52.9757 35.4897V35.5586L87.7068 38.3692C93.4941 38.8376 99.2815 39.3405 105.083 39.7262C110.877 40.0913 116.678 40.4702 122.486 40.6975V40.6286V40.6355Z' fill='%23CA9E67'/%3E%3Cpath d='M148.189 67.4666L147.7 62.4586L147.177 57.4575H147.108L147.356 62.4862L147.638 67.5079C147.727 69.1819 147.783 70.8558 147.955 72.5228C148.134 74.1899 148.333 75.8569 148.65 77.5101H148.718C148.78 75.8224 148.725 74.1416 148.643 72.4677C148.56 70.7938 148.354 69.1268 148.189 67.4597V67.4666Z' fill='%23CA9E67'/%3E%3Cpath d='M111.255 106.917C110.946 106.814 110.636 106.711 110.361 106.566C110.086 106.428 109.817 106.256 109.693 106.029C109.563 105.801 109.569 105.519 109.659 105.23C109.735 104.94 109.893 104.658 110.044 104.382C110.705 103.28 111.558 102.267 112.391 101.255C113.237 100.27 114.139 99.2365 114.799 98.0517C115.137 97.4593 115.419 96.8393 115.639 96.1849C115.838 95.5236 115.969 94.8416 116.004 94.1527C116.045 92.7613 115.632 91.3698 114.861 90.24C114.091 89.1103 113.065 88.1941 111.882 87.5811L111.847 87.643C112.377 88.0288 112.873 88.4628 113.306 88.945C113.746 89.4203 114.139 89.9369 114.448 90.4949C115.082 91.5971 115.412 92.8646 115.309 94.1183C115.233 95.372 114.799 96.5913 114.201 97.7141C113.609 98.8645 112.797 99.8634 111.964 100.904C111.152 101.951 110.319 102.984 109.652 104.162C109.494 104.465 109.335 104.768 109.246 105.119C109.157 105.457 109.129 105.884 109.349 106.235C109.563 106.58 109.893 106.759 110.203 106.903C110.519 107.055 110.836 107.145 111.159 107.248C112.439 107.606 113.726 107.875 114.992 108.233C116.258 108.591 117.511 109.004 118.736 109.487L118.763 109.425C117.552 108.894 116.313 108.433 115.054 108.033C113.795 107.627 112.508 107.31 111.262 106.91L111.255 106.917Z' fill='%23CA9E67'/%3E%3Cpath d='M124.041 40.8078C123.043 40.0294 122.025 39.2854 121.006 38.5483C120.497 38.1832 120.016 37.763 119.458 37.4599C118.908 37.1568 118.336 36.8744 117.703 36.6953L117.669 36.7504C118.096 37.2533 118.577 37.6597 119.08 38.0386C119.582 38.4243 120.16 38.693 120.704 39.0099C121.798 39.6436 122.892 40.2636 124 40.8629L124.034 40.8078H124.041Z' fill='%23CA9E67'/%3E%3Cpath d='M121.619 42.5026L86.3787 39.7885C80.5018 39.3407 74.6319 38.8516 68.7551 38.4865C62.8714 38.1352 56.9945 37.777 51.1039 37.5635V37.6324C56.9601 38.2454 62.8369 38.707 68.7069 39.1823C74.5768 39.6369 80.4605 39.9745 86.3442 40.3465L121.619 42.5784V42.5095V42.5026Z' fill='%23CA9E67'/%3E%3Cpath d='M104.353 85.7421H104.422L104.484 82.5113L104.511 79.2875C104.511 78.2129 104.58 77.1383 104.511 76.0636C104.443 74.989 104.339 73.9144 104.126 72.8467H104.057C103.892 73.9282 103.837 75.0028 103.816 76.0774C103.789 77.152 103.906 78.2266 103.961 79.3013L104.14 82.5251L104.353 85.7421Z' fill='%23CA9E67'/%3E%3Cpath d='M140.743 69.9945C140.33 70.0634 139.924 70.1599 139.518 70.3734V70.4423C139.944 70.6145 140.364 70.6627 140.777 70.6903C141.011 70.7041 141.252 70.6765 141.486 70.6352L141.713 73.487H141.782L141.809 70.5801C141.878 70.5663 141.947 70.5594 142.016 70.5456C142.842 70.4354 143.667 70.3183 144.486 70.1667V70.0979C143.647 70.0359 142.814 70.0083 141.988 69.9876C141.933 69.9876 141.871 69.9876 141.816 69.9808V67.2598C141.816 66.6742 141.823 66.0818 141.823 65.4963C141.83 65.4963 141.844 65.4963 141.851 65.4963C142.676 65.3861 143.502 65.269 144.321 65.1174V65.0485C143.482 64.9865 142.649 64.959 141.823 64.9383C141.816 64.6766 141.802 64.4148 141.782 64.153C141.699 63.1197 141.589 62.0865 141.362 61.0601H141.293C141.135 62.1071 141.101 63.1404 141.087 64.1806C141.087 64.4217 141.087 64.6697 141.101 64.9108C140.928 64.9108 140.756 64.9108 140.584 64.9383C140.172 65.0072 139.766 65.1036 139.359 65.3172V65.3861C139.786 65.5583 140.206 65.6065 140.619 65.6341C140.791 65.6478 140.97 65.6341 141.142 65.6065C141.183 66.1645 141.231 66.7225 141.266 67.2804L141.451 69.967C141.218 69.9532 140.984 69.9532 140.756 69.9945H140.743Z' fill='%23CA9E67'/%3E%3Cpath d='M100.396 87.113C99.6737 87.1819 98.9649 87.2508 98.2905 87.3266L98.5039 88.4976V88.5527H98.5727L102.991 88.5114L107.409 88.4425H107.704L107.677 88.1188C107.643 87.7537 107.587 87.3955 107.546 87.0373L107.512 86.7617H107.209C106.445 86.7617 105.674 86.7686 104.911 86.8031C104.147 86.8306 103.376 86.8719 102.626 86.927C101.869 86.9822 101.126 87.0442 100.41 87.113H100.396ZM105.069 87.5195C105.695 87.5126 106.314 87.4781 106.941 87.4437C106.975 87.6021 107.009 87.7537 107.051 87.9121L102.977 88.1463L98.6208 88.4219L98.3456 87.3748L100.685 87.4644C101.449 87.4919 102.185 87.5126 102.915 87.5264C103.644 87.5401 104.36 87.5401 105.076 87.5264L105.069 87.5195Z' fill='%23CA9E67'/%3E%3Cpath d='M111.063 90.9018L111.042 90.764L110.829 89.4896L110.815 89.4L110.739 89.4207L109.783 89.6549L109.797 89.7238L110.684 89.586L110.767 90.6469C109.287 90.6744 107.808 90.7295 106.321 90.764C105.558 90.7847 104.794 90.7778 104.03 90.8466C103.328 90.9155 102.619 90.9982 101.917 91.1153C101.862 90.8604 101.8 90.6055 101.731 90.3438C101.993 90.3438 102.254 90.3438 102.516 90.33C103.28 90.3093 104.037 90.206 104.801 90.1302C106.321 89.9787 107.842 89.8478 109.363 89.6825L109.514 89.6687L109.494 89.5309L109.28 88.2565L109.267 88.167L109.191 88.1877L108.234 88.4219L108.248 88.4908L109.136 88.353L109.218 89.4138C107.739 89.4414 106.259 89.4965 104.773 89.5309C104.009 89.5516 103.245 89.5447 102.481 89.6136C101.78 89.6825 101.071 89.7651 100.369 89.8822C100.3 89.5654 100.224 89.2485 100.135 88.9385H100.066C100.032 89.3449 100.018 89.7376 100.011 90.1371V90.3093L100.224 90.3231C100.685 90.3438 101.146 90.3507 101.608 90.3438C101.587 90.6813 101.566 91.0189 101.559 91.3564V91.5286L101.773 91.5424C102.537 91.5768 103.307 91.5768 104.064 91.5493C104.828 91.5286 105.585 91.4253 106.349 91.3495C107.87 91.1911 109.391 91.0671 110.911 90.9018L111.063 90.888V90.9018Z' fill='%23CA9E67'/%3E%3Cpath d='M87.8306 70.5322C87.6379 71.3382 87.5622 72.1442 87.521 72.9501C87.4728 73.7561 87.5622 74.562 87.5898 75.368C87.6586 76.9799 87.7274 78.5918 87.8306 80.2107H87.8994C88.0095 78.5987 88.0783 76.9868 88.1403 75.368C88.1678 74.562 88.2642 73.7561 88.2091 72.9501C88.1609 72.1442 88.0852 71.3382 87.8994 70.5322H87.8306Z' fill='%23CA9E67'/%3E%3Cpath d='M107.952 67.0121L108.695 67.0397L108.111 66.5506L106.569 65.2624C106.06 64.8284 105.544 64.3945 105.014 63.988L104.807 63.8296L104.594 63.9742C103.947 64.4151 103.307 64.9042 102.722 65.3864C102.137 65.8686 101.621 66.3164 101.119 66.6952C102.213 66.7228 103.321 66.7779 104.456 66.8468C105.599 66.9157 106.782 66.9708 107.952 67.0121ZM103.218 65.5724C103.768 65.29 104.271 65.0144 104.766 64.7113C105.227 65.0764 105.702 65.4209 106.177 65.7653L107.195 66.5161C106.356 66.5368 105.509 66.5575 104.649 66.5919C103.521 66.6401 102.358 66.6677 101.181 66.6746C101.897 66.2475 102.592 65.8893 103.218 65.5724Z' fill='%23CA9E67'/%3E%3Cpath d='M117.745 24.1309C117.648 25.5775 117.593 27.0241 117.538 28.4638C117.518 29.1871 117.428 29.9104 117.49 30.6337C117.545 31.357 117.628 32.0734 117.82 32.7967H117.889C118.075 32.0734 118.144 31.3501 118.185 30.6268C118.226 29.9035 118.13 29.1802 118.096 28.4638C118.02 27.0172 117.93 25.5775 117.813 24.1309H117.745Z' fill='%23CA9E67'/%3E%3Cpath d='M110.622 25.7427V25.6669C110.56 23.6623 110.443 21.6578 110.368 19.6532L109.79 19.605C109.631 20.225 109.459 20.8518 109.308 21.4856C109.15 22.1193 109.033 22.7668 108.929 23.3937C108.723 24.6474 108.565 25.8529 108.4 26.9138C109.081 26.5418 109.824 26.1767 110.567 25.7702L110.629 25.7358L110.622 25.7427ZM109.563 23.1664C109.721 22.6497 109.858 22.14 109.969 21.6302C110.099 22.9597 110.223 24.2823 110.375 25.6118C109.748 26.0113 109.122 26.4384 108.441 26.8586C108.826 25.5154 109.218 24.3099 109.563 23.1595V23.1664Z' fill='%23CA9E67'/%3E%3Cpath d='M115.894 61.5493L118.061 61.5975H118.35V61.3013C118.357 60.0889 118.398 58.8765 118.35 57.6641C118.336 57.0579 118.302 56.4517 118.247 55.8456L118.054 54.0339L118.041 53.8961L117.924 53.9168C117.387 53.9994 116.85 54.0476 116.313 54.0959L115.777 54.1303C115.756 54.0476 115.749 53.9581 115.728 53.8754L116.699 53.903V53.8341L116.32 53.7928C116.382 53.5379 116.423 53.283 116.472 53.0281L116.499 52.9041L116.334 52.8697C115.467 52.6768 114.6 52.5322 113.726 52.4219C112.852 52.3117 111.971 52.2979 111.097 52.2428L110.753 52.2222L110.787 52.5528L110.884 53.5103V53.5241L110.01 53.4966C109.907 54.6332 109.81 55.8593 109.741 57.1199C109.707 57.7537 109.686 58.3943 109.679 59.0419C109.666 59.6894 109.679 60.3369 109.7 60.9775V61.2737L109.989 61.3082L111.765 61.508L112.088 61.5424V61.2324V61.0602C113.279 61.1704 114.462 61.2806 115.653 61.3702V61.5562H115.894V61.5493ZM116.327 54.1716C116.823 54.1579 117.318 54.151 117.813 54.1716L117.69 55.8731C117.655 56.4793 117.641 57.0855 117.648 57.6917C117.648 58.8076 117.71 59.9236 117.758 61.0326L116.155 61.074V59.3312C116.169 58.725 116.189 58.1119 116.169 57.5057C116.148 56.8995 116.093 56.2933 116.024 55.6871C115.969 55.2187 115.894 54.7503 115.804 54.275C115.804 54.2474 115.804 54.2267 115.804 54.1992L116.327 54.1716ZM115.474 55.7009C115.439 56.3002 115.432 56.8926 115.446 57.4919C115.233 57.3955 115.013 57.3197 114.786 57.2646C114.517 57.1957 114.235 57.1888 113.96 57.1613C113.939 57.1613 113.919 57.1613 113.905 57.1613C113.932 56.6171 113.967 56.0729 113.946 55.5287C113.919 54.9638 113.898 54.4058 113.815 53.841H113.912L115.66 53.8892C115.563 54.4954 115.508 55.1016 115.481 55.7078L115.474 55.7009ZM116.183 53.1728C116.203 53.3726 116.224 53.5792 116.258 53.779L113.932 53.5172L111.386 53.2486L111.372 52.849C112.136 52.9524 112.9 53.0764 113.664 53.1177C114.503 53.1728 115.336 53.1935 116.183 53.1728ZM110.898 53.6274L110.911 53.7308H111.125L111.868 53.7652V53.8203C111.744 54.3163 111.675 54.8123 111.627 55.3082C111.558 55.9627 111.627 56.6171 111.641 57.2784C111.641 57.547 111.654 57.8088 111.661 58.0775L111.544 60.888L110.381 60.6882C110.395 60.1854 110.402 59.6825 110.395 59.1727C110.388 58.5734 110.368 57.9741 110.333 57.3679C110.264 56.1487 110.168 54.888 110.065 53.5379L110.904 53.6205L110.898 53.6274ZM112.088 60.9155V58.6492C112.122 58.1946 112.157 57.7468 112.191 57.2922C112.239 56.6377 112.35 55.9833 112.315 55.3289C112.294 54.8123 112.253 54.2887 112.15 53.7721L113.76 53.8272C113.664 54.3921 113.636 54.95 113.595 55.5149C113.568 56.0522 113.595 56.5895 113.609 57.1268C113.168 57.0855 112.728 57.0373 112.288 57.0097V57.0442C112.721 57.1613 113.168 57.2646 113.616 57.361C113.636 58.4977 113.664 59.6412 113.705 60.7778H113.74C113.795 59.6618 113.843 58.539 113.884 57.423C113.891 57.423 113.898 57.423 113.912 57.423C114.18 57.485 114.448 57.5677 114.731 57.5953C114.965 57.6159 115.205 57.6159 115.453 57.5884C115.474 58.1739 115.529 58.7525 115.57 59.3381L115.66 60.6056C115.66 60.7089 115.66 60.8122 115.66 60.9155C114.469 60.9018 113.279 60.9018 112.088 60.9087V60.9155Z' fill='%23CA9E67'/%3E%3Cpath d='M29.489 24.2272C29.4271 25.0056 29.3721 25.7978 29.3308 26.59C29.2826 27.3822 29.2688 28.1813 29.2551 28.9666V29.2835L29.551 29.3179L32.3311 29.6141L32.4412 29.6279C32.4481 29.7725 32.455 29.9241 32.4619 30.0687H32.5307C32.5376 29.9241 32.5444 29.7863 32.5582 29.6417H32.6408V29.3454V29.2146C34.2029 29.3041 35.765 29.3937 37.3271 29.4694V29.683H37.5748L40.2449 29.6692H40.5339V29.3661C40.4995 27.8988 40.4995 26.4316 40.41 24.9643C40.3756 24.2341 40.3206 23.4971 40.2517 22.7669L39.9971 20.5763L39.9834 20.4385L39.8664 20.4592C39.2058 20.5694 38.5451 20.6383 37.8845 20.7141L37.2101 20.7761C37.1895 20.6659 37.1688 20.5556 37.1482 20.4454H37.0794C37.0037 21.1894 36.9761 21.9265 36.9624 22.6704C36.9555 23.4075 36.9624 24.1446 37.0037 24.8817C37.045 25.6187 37.1275 26.3489 37.1895 27.0791L37.3202 28.5464C37.3202 28.7117 37.3271 28.8701 37.334 29.0355C35.7788 29.0492 34.2166 29.0768 32.6614 29.1112V28.3466C32.7234 27.2307 32.7784 26.1216 32.8266 25.0057C32.861 24.1584 32.9573 23.318 32.9092 22.4707C32.8747 21.7749 32.8197 21.0792 32.6958 20.3765C33.3702 20.3903 34.0446 20.4041 34.719 20.411C34.547 21.1136 34.485 21.8094 34.4506 22.5051C34.4093 23.2146 34.5126 23.9241 34.5538 24.6268C34.6433 26.0458 34.7328 27.458 34.8635 28.877H34.9323C35.0149 27.458 35.0631 26.0389 35.1112 24.6199C35.1319 23.9104 35.2076 23.2008 35.1457 22.4913C35.0906 21.7956 35.0011 21.0998 34.8085 20.411C35.9921 20.4248 37.1757 20.4385 38.3593 20.4454V20.3765C36.4463 20.225 34.5332 20.0803 32.6201 19.9494C32.6201 19.9494 32.6201 19.9357 32.6201 19.9288H32.5513C32.5513 19.9288 32.5513 19.9357 32.5513 19.9426C32.2829 19.9219 32.0146 19.9012 31.7462 19.8874V18.7784C32.7302 18.9093 33.7074 19.0539 34.6984 19.1297C35.242 19.1848 35.7925 19.2124 36.3362 19.2399C36.8316 19.2675 37.3271 19.2744 37.8226 19.2813C37.8157 19.6326 37.8088 19.9839 37.8226 20.3352H37.8914C38.0015 19.9426 38.0909 19.5361 38.1804 19.1297L38.2148 18.9644L38.0221 18.9299C37.4785 18.8335 36.9417 18.7233 36.3981 18.6475C35.8545 18.5648 35.3108 18.4822 34.7672 18.4271C33.6799 18.2893 32.5857 18.2411 31.4916 18.1584L31.1544 18.1309L31.1681 18.4477L31.2438 19.9632L29.9501 19.7428C29.7987 21.1687 29.6404 22.6842 29.5166 24.241L29.489 24.2272ZM37.2308 20.8174L37.8776 20.7692C38.497 20.7347 39.1163 20.7072 39.7356 20.7003L39.6737 22.7806C39.6599 23.5177 39.6737 24.2479 39.6943 24.985C39.7287 26.3558 39.832 27.7197 39.9214 29.0906L37.8294 29.1801L37.7744 27.024C37.7606 26.2869 37.7538 25.5498 37.7125 24.8197C37.6643 24.0826 37.5955 23.3524 37.4991 22.6222C37.4303 22.0918 37.3477 21.5614 37.2514 21.0378C37.2514 20.9689 37.2445 20.8932 37.2376 20.8243L37.2308 20.8174ZM31.2301 20.0734V20.1079L31.2438 20.3421H31.464C31.7737 20.3559 32.0834 20.3559 32.393 20.3628L32.3793 20.7003C32.2898 21.2858 32.2348 21.8714 32.2004 22.4569C32.1522 23.194 32.2072 23.931 32.2416 24.6681V24.8059L32.104 29.0286L29.9501 28.7048C29.9845 28.0573 30.0258 27.4166 30.0327 26.7691C30.0533 26.0252 30.0533 25.2743 30.0533 24.5166C30.0464 23.0011 30.0052 21.4374 29.9707 19.791L31.2301 20.0803V20.0734Z' fill='%23CA9E67'/%3E%3Cpath d='M113.864 45.9259C113.836 46.3323 113.87 46.7456 113.891 47.1589C113.919 47.9787 113.953 48.7984 113.994 49.6181H114.029C114.084 48.7984 114.132 47.9787 114.166 47.1589C114.187 46.7525 114.228 46.3392 114.208 45.9328C114.187 45.5194 114.153 45.113 114.063 44.6997H114.029C113.932 45.1061 113.891 45.5194 113.864 45.9259Z' fill='%23CA9E67'/%3E%3Cpath d='M111.531 47.0767C111.489 47.9584 111.489 48.8608 111.51 49.7495V49.8941L111.648 49.9148L112.769 50.0663L112.935 50.087V49.8183C113.705 49.8734 114.483 49.9354 115.254 49.9837V50.1145H115.377L116.747 50.1352H116.891V49.9906C116.891 49.1433 116.912 48.2891 116.884 47.4418C116.871 46.5945 116.795 45.7472 116.726 44.8999V44.8379L116.664 44.8448C116.327 44.8861 115.983 44.9137 115.646 44.9481L115.302 44.9688C115.295 44.9068 115.288 44.8379 115.274 44.7759H115.24C115.192 45.203 115.171 45.6301 115.157 46.0572C115.143 46.4843 115.137 46.9114 115.157 47.3316L115.274 49.3499C115.274 49.4877 115.274 49.6323 115.274 49.7701C114.503 49.7632 113.726 49.7701 112.955 49.7701V48.1513C112.976 47.8138 113.003 47.4762 113.024 47.1318C113.051 46.6772 113.107 46.2294 113.093 45.7747C113.079 45.3959 113.051 45.017 112.996 44.6381C113.967 44.6795 114.937 44.7139 115.907 44.7415V44.707C114.93 44.6037 113.953 44.5072 112.969 44.4177H112.935C112.797 44.4039 112.652 44.3901 112.515 44.3764L112.501 44.0733C112.996 44.1353 113.492 44.2042 113.987 44.2317C114.517 44.2662 115.054 44.2868 115.591 44.2799C115.598 44.4108 115.611 44.5417 115.625 44.6726H115.66C115.694 44.521 115.715 44.3626 115.735 44.2042L115.749 44.1422L115.666 44.1284C115.123 44.0251 114.572 43.9424 114.022 43.8804C113.471 43.8115 112.914 43.7977 112.363 43.7633L112.191 43.7495L112.205 43.9148L112.26 44.4935V44.5348L111.682 44.5073C111.627 45.327 111.579 46.1881 111.551 47.0698L111.531 47.0767ZM115.316 44.9963L115.646 44.9757C115.969 44.9688 116.286 44.955 116.609 44.9481C116.568 45.7816 116.52 46.6083 116.527 47.4418C116.527 48.2409 116.561 49.0399 116.589 49.8459L115.501 49.8666V47.3247C115.488 46.8976 115.453 46.4774 115.419 46.0503C115.391 45.7541 115.357 45.451 115.316 45.1548C115.316 45.1066 115.316 45.0515 115.316 45.0032V44.9963ZM112.253 44.5899V44.6106H112.363C112.432 44.6106 112.501 44.6106 112.57 44.6175L112.845 44.645V44.831C112.79 45.141 112.749 45.451 112.728 45.761C112.694 46.2156 112.728 46.6634 112.728 47.118C112.728 47.2833 112.735 47.4487 112.735 47.614L112.659 49.7495L111.84 49.6048C111.854 48.7988 111.854 48.0066 111.82 47.1938C111.792 46.3327 111.744 45.4579 111.689 44.5348L112.253 44.5899Z' fill='%23CA9E67'/%3E%3Cpath d='M91.2989 44.7207C91.2714 45.1478 91.3058 45.5749 91.3265 46.002C91.354 46.8562 91.3815 47.7104 91.4297 48.5645H91.4641C91.5191 47.7104 91.5673 46.8562 91.6086 46.002C91.6293 45.5749 91.6705 45.1478 91.6499 44.7207C91.6293 44.2936 91.5948 43.8665 91.5054 43.4395H91.471C91.3746 43.8665 91.3333 44.2936 91.3058 44.7207H91.2989Z' fill='%23CA9E67'/%3E%3Cpath d='M94.4232 49.1016V48.9501C94.4232 48.0614 94.4438 47.1797 94.4163 46.2911C94.4025 45.4093 94.3269 44.5207 94.258 43.639V43.577H94.1961C93.8451 43.6183 93.4942 43.6459 93.1432 43.6803L92.7854 43.701C92.7785 43.6321 92.7716 43.5632 92.7579 43.5012H92.7234C92.6753 43.949 92.6546 44.3898 92.6409 44.8376C92.634 45.2854 92.6271 45.7262 92.6409 46.1671L92.7579 48.2474C92.7579 48.4059 92.7579 48.5574 92.7579 48.7159L90.3493 48.6745V47.0213C90.37 46.6837 90.3975 46.3393 90.4181 46.0018C90.4457 45.5265 90.5007 45.0443 90.487 44.5689C90.4801 44.1694 90.4526 43.763 90.3975 43.3566C91.4022 43.3979 92.4069 43.4323 93.4116 43.4668V43.4323C92.4 43.329 91.3816 43.2326 90.37 43.1361C90.37 43.1361 90.37 43.1292 90.37 43.1223H90.3356C90.3356 43.1223 90.3356 43.1223 90.3356 43.1292C90.191 43.1155 90.0465 43.1017 89.8951 43.0879L89.8814 42.7641C90.3975 42.8261 90.9136 42.9019 91.4297 42.9295C91.9803 42.9639 92.5376 42.9846 93.0882 42.9846C93.0951 43.1223 93.1019 43.2601 93.1226 43.3979H93.157C93.1914 43.2395 93.212 43.0741 93.2396 42.9157L93.2533 42.8537L93.1708 42.8399C92.6065 42.7366 92.0353 42.6539 91.4641 42.585C90.893 42.5162 90.3218 42.4955 89.7437 42.461L89.5717 42.4473L89.5855 42.6126L89.6405 43.2188V43.2601L89.035 43.2326C88.9799 44.0867 88.9317 44.9891 88.9042 45.9053C88.8629 46.8215 88.8629 47.7652 88.8836 48.6883V48.833L89.0212 48.8536L90.1842 49.0121L90.3493 49.0327V48.8743V48.7227L92.7579 48.9225C92.7579 48.9225 92.7579 48.9363 92.7579 48.9432V49.0603H92.8817L94.2993 49.081H94.4438L94.4232 49.1016ZM89.6337 43.329V43.3428H89.7437C89.7919 43.3428 89.847 43.3428 89.8951 43.3428L90.2461 43.3772V43.577C90.1842 43.9008 90.1498 44.2314 90.1222 44.5552C90.0878 45.0305 90.1154 45.5127 90.1222 45.9949C90.1222 46.1809 90.1291 46.36 90.1291 46.546L90.0534 48.7021L89.1932 48.5505C89.207 47.7101 89.2139 46.8766 89.1726 46.0293C89.1451 45.1338 89.0969 44.2176 89.0418 43.2532L89.6337 43.3083V43.329ZM92.7991 43.7492L93.1432 43.7285C93.4735 43.7216 93.8107 43.701 94.141 43.701C94.0998 44.5689 94.0516 45.4369 94.0653 46.3049C94.0653 47.1453 94.1066 47.9788 94.1342 48.8123L92.9987 48.833V46.174C92.985 45.7331 92.9505 45.2854 92.9161 44.8445C92.8886 44.5414 92.8542 44.2383 92.8129 43.9283C92.8129 43.8663 92.8129 43.8112 92.8129 43.7492H92.7991Z' fill='%23CA9E67'/%3E%3Cpath d='M72.1752 43.1774C72.1476 43.6114 72.1821 44.0453 72.1958 44.4793C72.2165 45.3473 72.2509 46.2152 72.2922 47.0832H72.3266C72.3816 46.2152 72.4298 45.3542 72.4711 44.4862C72.4917 44.0522 72.533 43.6182 72.5192 43.1843C72.4986 42.7503 72.4642 42.3163 72.3747 41.8823H72.3403C72.244 42.3163 72.2027 42.7503 72.1752 43.1774Z' fill='%23CA9E67'/%3E%3Cpath d='M73.7855 47.5863H73.9093L75.499 47.6138H75.6435V47.4623C75.6435 46.5668 75.6572 45.6643 75.6297 44.7688C75.6159 43.8733 75.5402 42.9778 75.4714 42.0823V42.0134L75.4095 42.0203C75.0173 42.0685 74.6181 42.0961 74.2259 42.1305L73.8199 42.1512H73.8061C73.7992 42.0823 73.7855 42.0134 73.7786 41.9445H73.7442C73.6616 42.8469 73.6478 43.7493 73.6685 44.6517C73.696 45.3819 73.7511 46.1052 73.7923 46.8285C73.7923 46.9594 73.7923 47.0903 73.7923 47.2281L71.0535 47.1867V45.5266C71.081 45.1753 71.1085 44.8308 71.1292 44.4795C71.1636 43.9973 71.2118 43.5082 71.2049 43.026C71.198 42.6196 71.1705 42.2063 71.1154 41.7999C72.244 41.8412 73.3726 41.8825 74.5011 41.9101V41.8756C73.3657 41.7723 72.2234 41.669 71.0879 41.5725C71.0879 41.5725 71.0879 41.5657 71.0879 41.5588H71.0535C71.0535 41.5588 71.0535 41.5588 71.0535 41.5657C70.8815 41.5519 70.7163 41.5381 70.5443 41.5243L70.5236 41.1937C71.1085 41.2557 71.6935 41.3314 72.2784 41.3659C72.8977 41.4003 73.524 41.421 74.1502 41.421C74.1571 41.5657 74.1639 41.7034 74.1777 41.8481H74.2121C74.2396 41.6828 74.2603 41.5174 74.2878 41.359V41.297L74.219 41.2832C73.579 41.173 72.9459 41.0903 72.3059 41.0215C71.6659 40.9526 71.0191 40.9319 70.3791 40.8975H70.2071L70.2208 41.049L70.2828 41.6621V41.7034L69.5946 41.6759C69.5464 42.5438 69.4914 43.4531 69.4639 44.39C69.4226 45.3199 69.4226 46.2705 69.4363 47.2143V47.3589L69.5808 47.3727L70.8815 47.5312L71.0397 47.5518V47.3934V47.2487L73.7786 47.4485C73.7786 47.4485 73.7786 47.4554 73.7786 47.4623V47.5794L73.7855 47.5863ZM70.2965 41.7654V41.7792H70.4066C70.4548 41.7792 70.4961 41.7792 70.5443 41.7792L70.9709 41.8205V42.0754C70.9159 42.3923 70.8746 42.7092 70.8539 43.0191C70.8195 43.5013 70.8402 43.9904 70.8539 44.4795C70.8539 44.6448 70.8539 44.8171 70.8608 44.9824L70.7782 47.1867H70.6062V47.2074L69.7804 47.0765C69.7942 46.2223 69.7942 45.3819 69.7529 44.5208C69.7254 43.6116 69.6772 42.6816 69.6221 41.7103L70.3034 41.7723L70.2965 41.7654ZM73.8336 42.1925L74.219 42.1718C74.5906 42.165 74.9691 42.1443 75.3407 42.1443C75.2994 43.0191 75.2581 43.9009 75.2719 44.7757C75.2719 45.623 75.3132 46.4703 75.3407 47.3245L74.0401 47.3452C74.0263 46.4496 74.0401 45.5472 74.0194 44.6448C73.985 43.9078 73.9369 43.1638 73.8405 42.4267C73.8405 42.3441 73.8405 42.2683 73.8336 42.1856V42.1925Z' fill='%23CA9E67'/%3E%3Cpath d='M106.769 51.1547L106.83 51.1203C106.404 50.0939 105.709 49.1984 104.835 48.4751C103.968 47.7449 102.819 47.3178 101.669 47.2971C100.513 47.2558 99.4053 47.6967 98.497 48.3235C97.5817 48.9573 96.8316 49.7701 96.171 50.6243L96.2261 50.6656C96.9555 49.8665 97.7606 49.1364 98.6828 48.6128C99.5843 48.0755 100.623 47.7518 101.635 47.8482C102.66 47.9378 103.569 48.4475 104.408 49.0261C105.255 49.6186 106.025 50.3556 106.762 51.1547H106.769Z' fill='%23CA9E67'/%3E%3Cpath d='M104.945 51.0168C103.844 50.8791 102.743 50.7826 101.642 50.6931C101.091 50.6517 100.541 50.5415 99.9903 50.5828C99.4398 50.6173 98.8824 50.6793 98.325 50.8515V50.9204C98.8686 51.127 99.4191 51.2166 99.9696 51.2786C100.52 51.3406 101.071 51.2648 101.628 51.251C102.736 51.2166 103.837 51.1684 104.945 51.0926V51.0237V51.0168Z' fill='%23CA9E67'/%3E%3Cpath d='M101.649 52.0843C100.782 52.0499 99.9078 52.043 99.0338 52.1188V52.1877C99.8734 52.4288 100.734 52.5872 101.594 52.725C102.02 52.787 102.454 52.8559 102.887 52.8903C103.225 52.9179 103.569 52.9385 103.906 52.9592L104.071 56.4035L104.278 60.1509H104.346L104.456 56.4035L104.539 52.6561V52.3806L104.25 52.3392C103.823 52.2772 103.39 52.2221 102.956 52.1739C102.523 52.1326 102.089 52.1119 101.656 52.0912L101.649 52.0843Z' fill='%23CA9E67'/%3E%3Cpath d='M86.2686 59.6341V59.331C86.2755 58.0222 86.3099 56.7134 86.2686 55.4114C86.2548 54.757 86.2204 54.1026 86.1653 53.4551L85.9727 51.4987L85.9589 51.361L85.8419 51.3816C85.257 51.4712 84.6652 51.5194 84.0734 51.5745L83.4747 51.6158C83.454 51.5194 83.4403 51.423 83.4196 51.3265L84.4931 51.3541V51.2852L84.0734 51.237C84.1353 50.9614 84.1766 50.6859 84.2248 50.4034L84.2454 50.2795L84.0802 50.245C83.1306 50.0452 82.1741 49.8937 81.2175 49.7766C80.261 49.6595 79.2976 49.6388 78.3342 49.5768L77.9901 49.5562L78.0245 49.8868L78.1277 50.9201V50.9408L77.1505 50.9132C77.0473 52.1463 76.951 53.4757 76.8822 54.8328C76.8478 55.5148 76.8271 56.2036 76.8202 56.8994C76.8065 57.5951 76.8202 58.2909 76.8409 58.9797V59.2759L77.1299 59.3104L79.0774 59.5308L79.4008 59.5652V59.2553V59.0624C80.7221 59.1795 82.0433 59.2966 83.3646 59.393V59.5859H83.6054L85.9795 59.641H86.2686V59.6341ZM84.0734 51.6296C84.617 51.6158 85.1675 51.6021 85.7112 51.6158L85.5942 53.4551C85.5598 54.1095 85.546 54.7639 85.5598 55.4183C85.5598 56.6307 85.6217 57.8362 85.6768 59.0486L83.8669 59.0899V57.1956C83.8738 56.5412 83.8876 55.8867 83.8669 55.2254C83.8394 54.571 83.7912 53.9166 83.7155 53.2622C83.6605 52.7662 83.5848 52.2771 83.4953 51.7812C83.4953 51.7398 83.4953 51.6985 83.4953 51.6572L84.0665 51.6296H84.0734ZM83.9289 50.5412C83.9495 50.7685 83.9701 50.989 83.9977 51.2163L81.4446 50.9408L78.6232 50.6583L78.6094 50.183C79.4559 50.2932 80.3023 50.4241 81.1556 50.4723C82.0777 50.5274 82.9998 50.5619 83.9289 50.5412ZM78.1484 51.0372V51.1336L78.3686 51.1405L79.1875 51.1681V51.2852C79.0636 51.8156 78.9948 52.346 78.9466 52.8764C78.8709 53.586 78.9466 54.3093 78.9466 55.0188C78.9466 55.3357 78.9604 55.6525 78.9673 55.9694L78.8434 58.8971L77.5084 58.6766C77.5222 58.1255 77.529 57.5744 77.5222 57.0165C77.5153 56.3689 77.4946 55.7214 77.4602 55.0601C77.3914 53.7375 77.3019 52.3874 77.1918 50.9408L78.1346 51.0303L78.1484 51.0372ZM79.4008 56.4034C79.4352 55.9487 79.4765 55.4941 79.5109 55.0395C79.5591 54.323 79.6761 53.6135 79.6417 52.8971C79.621 52.3254 79.5797 51.7536 79.4765 51.175L81.2657 51.2439C81.1694 51.8569 81.135 52.4631 81.1005 53.0762C81.073 53.71 81.1005 54.3368 81.1212 54.9706C81.1418 56.2312 81.1694 57.4918 81.2106 58.7593H81.2451C81.307 57.4987 81.3552 56.2381 81.4033 54.9775C81.4309 54.3437 81.4721 53.7168 81.4515 53.0831C81.424 52.47 81.4033 51.8569 81.3208 51.2507H81.4309L83.3508 51.3058C83.2545 51.9672 83.2063 52.6216 83.1719 53.276C83.1444 53.9304 83.1306 54.5917 83.1512 55.2461C83.1719 55.9005 83.2338 56.5549 83.2751 57.2094L83.3646 58.5664C83.3646 58.6904 83.3646 58.8075 83.3646 58.9315C82.0433 58.9108 80.7221 58.9108 79.4008 58.9108V56.4034Z' fill='%23CA9E67'/%3E%3Cpath d='M66.1125 46.5393L66.1745 46.5048C65.6652 45.4027 64.8257 44.4658 63.821 43.7425C62.8094 43.0192 61.5432 42.661 60.3045 42.661C59.059 42.6473 57.8547 43.0055 56.7881 43.5703C55.7214 44.1421 54.7787 44.8929 53.9254 45.7264L53.9735 45.7815C54.8819 45.0238 55.8728 44.3556 56.9395 43.8872C57.9992 43.405 59.1484 43.1363 60.2839 43.219C61.4262 43.2879 62.4722 43.7563 63.4425 44.3281C64.4128 44.9136 65.3005 45.6782 66.1125 46.5393Z' fill='%23CA9E67'/%3E%3Cpath d='M64.0068 46.3603C62.7406 46.2019 61.4744 46.0779 60.2082 45.9676C59.5751 45.9125 58.942 45.7954 58.3089 45.823C57.6689 45.8436 57.0358 45.8919 56.389 46.0572V46.1261C57.0152 46.3396 57.6483 46.443 58.2814 46.5118C58.9145 46.5876 59.5545 46.5256 60.1876 46.5118C61.4607 46.4981 62.7337 46.4774 64.0068 46.4223V46.3534V46.3603Z' fill='%23CA9E67'/%3E%3Cpath d='M61.5983 48.4266C62.0043 48.4679 62.4103 48.5024 62.8163 48.5299L62.9333 52.5459L63.0847 56.8651H63.1535L63.3187 52.5459L63.4563 48.2268V47.9513L63.1673 47.9031C62.6718 47.8273 62.1763 47.7584 61.6809 47.6964C61.1854 47.6413 60.683 47.6068 60.1876 47.5724C59.1897 47.5104 58.185 47.476 57.1735 47.5242V47.5931C58.1438 47.8617 59.1278 48.0477 60.1119 48.2061C60.6073 48.2819 61.1028 48.3646 61.5983 48.4128V48.4266Z' fill='%23CA9E67'/%3E%3Cpath d='M57.0496 48.144C56.8638 48.888 56.8018 49.6251 56.7606 50.3622C56.7193 51.0992 56.8156 51.8363 56.8569 52.5803C56.9395 54.0544 57.0289 55.5355 57.1528 57.0096H57.2216C57.3111 55.5286 57.3661 54.0475 57.4143 52.5734C57.4349 51.8363 57.5175 51.0923 57.4556 50.3553C57.4005 49.6182 57.318 48.8811 57.1184 48.144H57.0496Z' fill='%23CA9E67'/%3E%3Cpath d='M125.493 37.5838C125.252 37.57 125.08 37.7422 124.984 37.8869C124.888 38.0384 124.839 38.2106 124.819 38.376C124.805 38.5482 124.812 38.7273 124.881 38.9202C124.922 39.0166 124.977 39.113 125.073 39.2026C125.17 39.2853 125.328 39.3541 125.486 39.3473C125.651 39.3404 125.782 39.2439 125.858 39.1475C125.934 39.051 125.954 38.9477 125.961 38.8513C125.968 38.6653 125.927 38.5137 125.92 38.376C125.906 38.2382 125.899 38.1004 125.865 37.9558C125.837 37.818 125.741 37.6182 125.493 37.5838ZM125.638 38.686C125.521 38.748 125.424 38.686 125.5 38.6515C125.569 38.6377 125.555 38.6722 125.5 38.6102C125.445 38.562 125.404 38.4724 125.383 38.376C125.342 38.19 125.418 37.9489 125.5 37.9282C125.534 37.9007 125.651 37.9282 125.741 38.0178C125.83 38.1073 125.872 38.2451 125.858 38.376C125.844 38.5069 125.755 38.6308 125.638 38.6791V38.686Z' fill='%23CA9E67'/%3E%3Cpath d='M130.799 37.4185C130.42 37.3703 130.014 37.6872 129.987 38.128C129.966 38.3416 130.035 38.5689 130.18 38.748C130.324 38.9271 130.572 39.0304 130.799 39.0098C131.033 38.996 131.232 38.8238 131.308 38.6378C131.391 38.4449 131.384 38.2727 131.37 38.128C131.356 37.9765 131.315 37.8387 131.232 37.6941C131.15 37.5563 130.992 37.4323 130.799 37.4116V37.4185ZM131.047 38.3829C130.923 38.3967 130.847 38.3416 130.799 38.3209C130.751 38.3002 130.716 38.2865 130.661 38.2658C130.606 38.2451 130.558 38.1969 130.537 38.128C130.496 37.9903 130.599 37.7974 130.799 37.7629C130.895 37.7423 131.012 37.7354 131.129 37.7974C131.246 37.8525 131.322 37.9903 131.301 38.128C131.287 38.2658 131.17 38.3691 131.047 38.376V38.3829Z' fill='%23CA9E67'/%3E%3Cpath d='M20.5225 18.8956C20.144 18.8473 19.738 19.1642 19.7104 19.6051C19.6898 19.8186 19.7586 20.046 19.9031 20.2251C20.0476 20.4042 20.2954 20.5075 20.5225 20.4868C20.7564 20.473 20.956 20.3008 21.0317 20.1148C21.1143 19.922 21.1074 19.7497 21.0936 19.6051C21.0799 19.4535 21.0386 19.3158 20.956 19.1711C20.8734 19.0333 20.7151 18.9093 20.5225 18.8887V18.8956ZM20.7702 19.8531C20.6463 19.8668 20.5706 19.8117 20.5225 19.7911C20.4743 19.7704 20.4399 19.7566 20.3848 19.736C20.3298 19.7153 20.2816 19.6671 20.261 19.5982C20.2197 19.4604 20.3229 19.2675 20.5225 19.2331C20.6188 19.2124 20.7358 19.2055 20.8528 19.2675C20.9698 19.3227 21.0455 19.4604 21.0248 19.5982C21.0111 19.736 20.8941 19.8393 20.7702 19.8462V19.8531Z' fill='%23CA9E67'/%3E%3Cpath d='M132.409 37.708C132.196 37.6943 132.003 37.8251 131.9 37.9698C131.79 38.1145 131.735 38.2867 131.714 38.4589C131.7 38.6311 131.714 38.8171 131.797 39.01C131.872 39.196 132.106 39.4026 132.402 39.382C132.705 39.3544 132.863 39.1064 132.877 38.9273C132.898 38.7413 132.863 38.5898 132.85 38.4589C132.836 38.3211 132.822 38.1902 132.781 38.0456C132.746 37.9078 132.622 37.7287 132.402 37.708H132.409ZM132.567 38.7413C132.45 38.7826 132.375 38.7206 132.409 38.6931C132.444 38.6724 132.444 38.6931 132.389 38.6587C132.34 38.6242 132.292 38.5484 132.272 38.4658C132.23 38.2936 132.306 38.0869 132.409 38.0593C132.457 38.0387 132.567 38.0456 132.664 38.1282C132.76 38.204 132.801 38.3418 132.788 38.4658C132.774 38.5898 132.678 38.7069 132.567 38.7413Z' fill='%23CA9E67'/%3E%3Cpath d='M134.061 37.9973C133.662 37.949 133.228 38.2866 133.207 38.7481C133.187 38.9686 133.256 39.2096 133.414 39.4025C133.565 39.5885 133.827 39.6987 134.068 39.6781C134.315 39.6643 134.529 39.4921 134.604 39.2923C134.694 39.0925 134.687 38.9066 134.68 38.755C134.666 38.5966 134.618 38.445 134.529 38.2935C134.439 38.1488 134.267 38.0179 134.068 38.0041L134.061 37.9973ZM134.336 39.0305C134.205 39.0512 134.116 39.003 134.061 38.9823C133.999 38.9617 133.958 38.941 133.896 38.9203C133.834 38.8928 133.779 38.8377 133.758 38.755C133.717 38.5966 133.841 38.383 134.061 38.3486C134.164 38.3279 134.295 38.3279 134.419 38.3968C134.542 38.4588 134.618 38.6103 134.604 38.755C134.591 38.8997 134.467 39.0168 134.336 39.0305Z' fill='%23CA9E67'/%3E%3Cpath d='M140.378 52.2359L140.151 52.2222L140.096 52.5115C140.027 52.9041 140.013 53.2968 140.006 53.6894C140.006 54.0821 140.02 54.4747 140.055 54.8674L140.082 55.2049L140.371 55.1843C140.997 55.1429 141.61 55.0052 142.05 54.888C142.098 54.1441 142.174 53.3381 142.215 52.5046V52.3186L142.023 52.3048L140.371 52.2222L140.378 52.2359ZM140.715 54.5918C140.736 54.2887 140.75 53.9925 140.75 53.6894C140.75 53.3863 140.729 53.0764 140.688 52.7733L141.851 52.7113L142.002 54.8398C141.493 54.7503 141.087 54.6469 140.715 54.5918Z' fill='%23CA9E67'/%3E%3Cpath d='M34.5676 47.462L34.5126 47.7513C34.4437 48.144 34.43 48.5366 34.4231 48.9293C34.4231 49.3219 34.4369 49.7146 34.4713 50.1072L34.4988 50.4448L34.7878 50.4241C35.414 50.3828 36.0265 50.245 36.4669 50.1279C36.5151 49.3839 36.5908 48.578 36.6321 47.7445V47.5585L36.4394 47.5447L34.7878 47.462L34.5607 47.4482L34.5676 47.462ZM35.1319 49.8317C35.1525 49.5286 35.1663 49.2324 35.1663 48.9293C35.1663 48.6262 35.1457 48.3162 35.1044 48.0131L36.2673 47.9511L36.4187 50.0797C35.9095 49.9901 35.5035 49.8868 35.1319 49.8317Z' fill='%23CA9E67'/%3E%3Cpath d='M91.0099 52.9249L90.7828 52.9111L90.7278 53.2005C90.659 53.5931 90.6452 53.9857 90.6383 54.3784C90.6383 54.771 90.6521 55.1637 90.6865 55.5563L90.714 55.8939L91.003 55.8732C91.6292 55.8319 92.2417 55.6941 92.6821 55.577C92.7303 54.833 92.806 54.0271 92.8473 53.1936V53.0076L92.6546 52.9938L91.003 52.9111L91.0099 52.9249ZM91.3471 55.2808C91.3677 54.9777 91.3815 54.6815 91.3815 54.3784C91.3815 54.0753 91.3609 53.7653 91.3196 53.4622L92.4826 53.4002L92.634 55.5288C92.1247 55.4392 91.7187 55.3359 91.3471 55.2808Z' fill='%23CA9E67'/%3E%3Cpath d='M70.5305 51.7262L70.4754 52.0155C70.4066 52.4081 70.3929 52.8008 70.386 53.1934C70.386 53.5861 70.3997 53.9787 70.4342 54.3714L70.4617 54.7089L70.7507 54.6883C71.3769 54.6469 71.9894 54.5092 72.4298 54.3921C72.478 53.6481 72.5537 52.8421 72.595 52.0086V51.8226L72.4023 51.8088L70.7507 51.7262L70.5236 51.7124L70.5305 51.7262ZM71.0948 54.0958C71.1154 53.7927 71.1292 53.4965 71.1292 53.1934C71.1292 52.8903 71.1086 52.5804 71.0673 52.2773L72.2302 52.2153L72.3816 54.3438C71.8724 54.2543 71.4664 54.151 71.0948 54.0958Z' fill='%23CA9E67'/%3E%3Cpath d='M55.4462 57.1888C56.8569 57.4162 58.2745 57.6091 59.6921 57.795C60.4009 57.8846 61.1028 58.0361 61.8185 58.043C62.5341 58.0568 63.2498 58.043 63.9793 57.9121V57.8433C63.2911 57.5884 62.5892 57.4575 61.8804 57.3473C61.3299 57.2577 60.7725 57.2577 60.2082 57.2508C60.277 55.8662 60.3321 54.4748 60.3871 53.0902C60.7656 53.1659 61.1441 53.2486 61.5294 53.283C61.9354 53.3175 62.3415 53.3381 62.7612 53.2968V53.2624C62.3759 53.1108 61.9767 53.0144 61.5776 52.9386C61.1922 52.8628 60.7931 52.8422 60.4009 52.8077C60.4284 52.1395 60.4697 51.4782 60.4628 50.81C60.4422 50.0867 60.4284 49.3634 60.3389 48.6401H60.3045C60.1944 49.3634 60.16 50.0867 60.1187 50.81C60.0912 51.4645 60.1118 52.1257 60.1187 52.7871C59.3893 52.7113 58.6667 52.6493 57.9373 52.5873V52.6217C58.6598 52.7733 59.3962 52.911 60.1256 53.0419C60.1325 54.4472 60.1531 55.8525 60.1807 57.2508C60.0361 57.2508 59.8916 57.2508 59.7471 57.2371C58.3226 57.182 56.8913 57.1337 55.4599 57.1131V57.182L55.4462 57.1888Z' fill='%23CA9E67'/%3E%3Cpath d='M97.7813 60.3026C99.0131 60.461 100.252 60.5781 101.484 60.6952C102.103 60.7503 102.715 60.8674 103.335 60.8399C103.954 60.8192 104.58 60.771 105.206 60.6057V60.5368C104.601 60.3232 103.982 60.2199 103.362 60.151C102.846 60.089 102.323 60.1235 101.8 60.1372C101.841 59.1315 101.876 58.1258 101.903 57.1269C101.924 56.5483 101.958 55.9697 101.938 55.3979C101.917 54.8193 101.876 54.2406 101.779 53.6689H101.745C101.649 54.2475 101.614 54.8262 101.587 55.3979C101.566 55.9765 101.601 56.5552 101.621 57.1269C101.649 58.1327 101.683 59.1384 101.724 60.1441C101.649 60.1441 101.573 60.1441 101.497 60.1441C100.733 60.151 99.9627 60.1717 99.192 60.1923C99.2608 58.9593 99.2952 57.7331 99.3296 56.5001C99.3434 55.8594 99.4191 55.2119 99.3503 54.5713C99.2884 53.9306 99.192 53.29 98.9856 52.6562H98.9168C98.7447 53.3038 98.6828 53.9444 98.6553 54.5919C98.6209 55.2326 98.731 55.8732 98.7722 56.5139C98.8686 57.74 98.9718 58.9662 99.1026 60.1923C98.6621 60.2061 98.2148 60.213 97.7744 60.2337V60.3026H97.7813Z' fill='%23CA9E67'/%3E%3Cpath d='M81.5685 59.9444C80.3298 59.8824 79.0911 59.8341 77.8456 59.8135V59.8824C79.0636 60.1166 80.2885 60.3095 81.5134 60.4954C82.1259 60.585 82.7315 60.7365 83.3577 60.7503C83.977 60.7641 84.6032 60.7503 85.2363 60.6263V60.5574C84.6445 60.3026 84.039 60.1648 83.4265 60.0615C82.814 59.9512 82.1878 59.9788 81.5685 59.9444Z' fill='%23CA9E67'/%3E%3Cpath d='M80.667 77.3864V77.4552C81.1763 77.6757 81.6993 77.7721 82.2154 77.8479C82.6902 77.9168 83.165 77.8755 83.6399 77.8617C83.6811 78.4679 83.7224 79.0741 83.7706 79.6871H83.8394C83.8738 79.0741 83.8945 78.4679 83.922 77.8548C84.9267 77.841 85.9383 77.8272 86.943 77.7721V77.7032C85.9452 77.5517 84.9474 77.4277 83.9426 77.3175C83.9702 76.5184 83.9977 75.7124 84.0183 74.9134C84.0252 74.6241 84.039 74.3416 84.0527 74.0523C84.9955 74.0247 85.9383 73.9972 86.8742 73.9352V73.8663C85.9383 73.7285 85.0024 73.6252 84.0665 73.5219C84.0734 73.1912 84.0734 72.8606 84.0527 72.5299C83.9977 71.7377 83.9082 70.9387 83.7087 70.1465H83.6399C83.4609 70.9456 83.399 71.7377 83.3577 72.5368C83.344 72.833 83.3508 73.1361 83.3646 73.4323C83.048 73.391 82.7384 73.3497 82.4218 73.3703C81.9264 73.3979 81.424 73.453 80.9217 73.6252V73.6941C81.4102 73.9076 81.8988 73.9972 82.3943 74.0661C82.7315 74.1143 83.0687 74.0936 83.4059 74.0799C83.4265 74.3623 83.4472 74.6378 83.4609 74.9203C83.5022 75.7056 83.5504 76.4909 83.5986 77.2762C83.1513 77.2142 82.704 77.1315 82.2498 77.1522C81.7268 77.1728 81.1969 77.221 80.6602 77.3864H80.667Z' fill='%23CA9E67'/%3E%3Cpath d='M112.742 80.6169C113.265 80.7891 113.781 80.8442 114.297 80.8718C114.813 80.8993 115.322 80.7891 115.838 80.7409C116.864 80.6375 117.896 80.5204 118.921 80.3758V80.3069C117.882 80.238 116.85 80.2104 115.818 80.1829C115.302 80.176 114.786 80.1002 114.269 80.176C113.753 80.2449 113.244 80.3344 112.735 80.548V80.6169H112.742Z' fill='%23CA9E67'/%3E%3Cpath d='M119.444 72.0063L116.313 71.8134L113.182 71.6481L112.948 71.6343L112.928 71.8823L112.776 74.0108C112.721 74.7204 112.659 75.4299 112.639 76.1394C112.618 76.8489 112.632 77.5584 112.645 78.2749C112.666 78.9844 112.714 79.7008 112.79 80.4172H112.859C112.996 79.7146 113.1 79.005 113.175 78.2955C113.251 77.586 113.313 76.8765 113.354 76.167C113.389 75.4574 113.389 74.7479 113.389 74.0315L113.409 72.1303L116.3 72.1096L119.438 72.0614V71.9925L119.444 72.0063Z' fill='%23CA9E67'/%3E%3Cpath d='M118.997 79.4319C119.08 78.3091 119.121 77.1793 119.162 76.0565C119.183 75.4916 119.259 74.9268 119.197 74.3688C119.135 73.8108 119.052 73.246 118.846 72.688H118.777C118.598 73.2529 118.536 73.8177 118.502 74.3826C118.46 74.9474 118.564 75.5054 118.612 76.0634C118.701 77.1862 118.798 78.3091 118.928 79.4319H118.997Z' fill='%23CA9E67'/%3E%3Cpath d='M114.586 77.4549C114.166 77.4894 113.746 77.5514 113.327 77.7305V77.7994C113.733 78.006 114.152 78.0887 114.565 78.1507C114.978 78.2127 115.398 78.1369 115.818 78.1231C115.825 78.1231 115.832 78.1231 115.838 78.1231C115.9 78.6742 115.976 79.2253 116.052 79.7764H116.121C116.148 79.2184 116.169 78.6604 116.176 78.1093C116.891 78.0749 117.607 78.0336 118.323 77.9647V77.8958C117.614 77.7787 116.898 77.696 116.182 77.6134C116.189 77.2207 116.196 76.835 116.203 76.4423C116.203 75.9946 116.244 75.5399 116.217 75.0922C116.933 75.0508 117.641 74.9957 118.357 74.913V74.8442C117.628 74.7271 116.891 74.6375 116.155 74.5548C116.086 74.0795 115.983 73.6042 115.797 73.1289H115.728C115.598 73.5836 115.543 74.0244 115.515 74.4653C115.309 74.4377 115.109 74.4171 114.903 74.4446C114.517 74.4791 114.132 74.548 113.74 74.7271V74.7959C114.118 74.9957 114.503 75.0784 114.889 75.1335C115.095 75.1679 115.302 75.1541 115.508 75.1335C115.529 75.5744 115.604 76.0083 115.653 76.4492C115.694 76.8143 115.735 77.1794 115.776 77.5445C115.377 77.4963 114.985 77.4067 114.586 77.4412V77.4549Z' fill='%23CA9E67'/%3E%3Cpath d='M50.0167 82.9867L50.0373 83.0143H50.0786L55.2535 82.7594L60.4284 82.4839H60.6211L60.6693 82.2772L60.9858 81.0373L61.0822 80.6653H60.683C60.339 80.686 59.9949 80.6929 59.6508 80.6997L59.699 77.8272L59.7265 74.3623C59.7265 73.205 59.7953 72.0546 59.7196 70.8973C59.6439 69.7469 59.5476 68.5896 59.3274 67.4461H59.2586C59.0934 68.6034 59.0452 69.7607 59.0246 70.918C58.9971 72.0753 59.1141 73.2257 59.1691 74.376L59.348 77.8341L59.5269 80.7066C58.8938 80.7204 58.2607 80.7411 57.6276 80.7686C56.6023 80.8031 55.5838 80.8788 54.5791 80.9546C53.5813 81.0373 52.5835 81.1199 51.627 81.2164H51.6201C51.7302 80.1349 51.8059 79.0534 51.8747 77.9719C51.8953 77.6206 51.9091 77.2692 51.9297 76.9179C52.9964 76.9937 54.063 77.035 55.1296 77.0764L55.1572 79.7836H55.226L55.4531 77.0901C55.9898 77.1177 56.5335 77.1728 57.0702 77.1177C57.662 77.0626 58.2539 76.973 58.8457 76.7733V76.7044C58.247 76.5253 57.6552 76.4633 57.0565 76.4219C56.5335 76.3875 56.0174 76.4564 55.5013 76.5046L55.687 73.9421C55.7146 73.4943 55.7627 73.0465 55.7972 72.5919C56.6505 72.5643 57.5038 72.5368 58.3571 72.4748V72.4059C57.5175 72.2681 56.6711 72.1579 55.8316 72.0546C55.8522 71.7102 55.866 71.3588 55.866 71.0144C55.8522 70.0362 55.8178 69.0581 55.6595 68.073H55.5907C55.3636 69.0374 55.2535 70.0087 55.1709 70.9869C55.1434 71.3106 55.1296 71.6344 55.1296 71.9513C54.875 71.9168 54.6273 71.8824 54.3727 71.903C53.9254 71.9306 53.4781 71.9857 53.0239 72.151V72.2199C53.4574 72.4335 53.8979 72.5299 54.3452 72.5919C54.6067 72.6332 54.8682 72.6263 55.1365 72.6126C55.1365 73.0465 55.1503 73.4736 55.1434 73.9076V76.5253C54.0768 76.601 53.0101 76.6906 51.9435 76.8008C51.9848 75.9742 52.0192 75.1544 52.033 74.3278C52.0674 73.1154 52.0536 71.9099 52.0536 70.6975V67.3084L57.1391 67.2188L62.4722 67.1017V67.0328L57.1391 66.9157L51.8059 66.8262H51.565L51.5581 67.0673L51.4274 70.6975C51.3861 71.9099 51.331 73.1154 51.3242 74.3278C51.3035 75.5402 51.3242 76.7457 51.3517 77.9581C51.3861 79.0465 51.4274 80.1349 51.5031 81.2233L48.8262 81.4713L50.0098 82.9867H50.0167ZM51.5306 81.5953H51.5994C51.5994 81.5953 51.5994 81.5333 51.6063 81.5057H54.9714C55.9417 81.5057 56.8982 81.4919 57.841 81.4368C58.6668 81.4024 59.4925 81.3473 60.3252 81.2922L60.1807 81.9604L55.226 82.3874L50.1061 82.8559L48.895 81.4988H51.5237C51.5237 81.4988 51.5237 81.5608 51.5237 81.5953H51.5306Z' fill='%23CA9E67'/%3E%3Cpath d='M141.417 59.7167C142.085 59.7236 142.773 59.8545 143.392 60.1714C143.722 60.2885 143.998 60.5089 144.307 60.6811C144.596 60.8809 144.858 61.122 145.147 61.3356L145.195 61.2873C144.947 61.0325 144.713 60.75 144.438 60.5089C144.149 60.2885 143.888 60.0267 143.557 59.8614C142.931 59.4619 142.195 59.2345 141.451 59.1588C140.701 59.083 139.91 59.1243 139.215 59.4343C138.527 59.7374 137.894 60.1714 137.446 60.7776L137.495 60.8327C138.162 60.5434 138.802 60.2816 139.456 60.0887C140.103 59.9096 140.75 59.7099 141.424 59.7167H141.417Z' fill='%23CA9E67'/%3E%3Cpath d='M145.36 68.2724C145.381 69.347 145.34 70.4216 145.443 71.4894C145.539 72.5571 145.663 73.6248 145.904 74.6857H145.973C146.117 73.6042 146.138 72.5295 146.138 71.4549C146.138 70.3803 146 69.3126 145.918 68.2449L145.663 65.0348L145.374 61.8247H145.305L145.319 65.0486L145.367 68.2655L145.36 68.2724Z' fill='%23CA9E67'/%3E%3Cpath d='M145.257 75.0645C144.493 75.092 143.729 75.1472 142.965 75.2091C142.202 75.278 141.445 75.3469 140.681 75.4434C139.986 75.526 139.284 75.6225 138.589 75.7396L138.554 73.0186L138.472 69.3676C138.437 68.1484 138.472 66.9291 138.355 65.7167C138.245 64.5043 138.107 63.2919 137.852 62.0864H137.784C137.653 63.3126 137.646 64.5388 137.66 65.7511C137.674 66.9704 137.825 68.1828 137.921 69.3952L138.217 73.0392L138.465 75.7671C138.465 75.7671 138.431 75.7671 138.417 75.774V75.8429C138.417 75.8429 138.458 75.8429 138.472 75.8429L138.547 76.6764H138.616L138.603 75.8498C139.311 75.8911 140.013 75.9049 140.715 75.9118C141.479 75.9256 142.25 75.9118 143.014 75.8911C143.777 75.8636 144.541 75.8429 145.305 75.7809L147.163 75.6294L146.95 76.3251C143.936 76.4629 140.915 76.6282 137.901 76.8004V76.8693C140.984 76.8693 144.073 76.8693 147.156 76.8417H147.335L147.397 76.6626L147.858 75.3882L148.003 74.9818L147.555 74.9956L145.264 75.0714L145.257 75.0645Z' fill='%23CA9E67'/%3E%3Cpath d='M108.021 72.1577C106.686 72.0061 105.351 71.889 104.016 71.7857C103.348 71.7306 102.681 71.6204 102.013 71.6479C101.346 71.6755 100.672 71.7237 99.9972 71.8959V71.9648C100.658 72.1783 101.325 72.2748 101.993 72.3436C102.66 72.4194 103.335 72.3436 104.002 72.3436C105.344 72.323 106.686 72.2954 108.028 72.2334V72.1645L108.021 72.1577Z' fill='%23CA9E67'/%3E%3Cpath d='M40.0935 72.2059H40.1623L40.2999 68.5205L40.4032 64.8351C40.4307 63.609 40.527 62.3759 40.472 61.1497C40.4376 60.2956 40.3894 59.4483 40.2999 58.5941H40.4032V58.5252H40.2931C40.2587 58.167 40.2105 57.8157 40.1554 57.4644H40.0866C40.066 57.5815 40.0591 57.6986 40.0385 57.8157H39.9972C39.9628 58.043 39.9352 58.2703 39.9077 58.5045L35.5448 58.2979L30.6933 58.0981H30.6589L30.6108 58.1119L29.9088 58.2979C29.8951 58.1945 29.8882 58.0843 29.8744 57.981H29.8056C29.785 58.0981 29.7712 58.2221 29.7575 58.3392L28.4362 58.6905C27.7068 58.8834 26.9911 59.1107 26.2754 59.338C25.8763 59.4689 25.4703 59.6067 25.0711 59.7445C25.0298 59.4414 24.9817 59.1383 24.9266 58.8352H24.8578C24.8028 59.1796 24.7683 59.524 24.7339 59.8616C24.5344 59.9305 24.3348 59.9993 24.1421 60.0751C23.4333 60.3369 22.7314 60.6055 22.0364 60.9086L22.057 60.9775C22.8071 60.8535 23.5434 60.6951 24.2798 60.5298C24.4174 60.5022 24.555 60.4678 24.6858 60.4333C24.6445 61.0257 24.6169 61.6182 24.6032 62.2175C24.5688 63.3403 24.6789 64.4631 24.7271 65.5929L24.8853 68.9683L25.078 72.3368H25.1468L25.2363 68.9614L25.2845 65.586C25.2982 64.4631 25.367 63.3334 25.2982 62.2106C25.2638 61.5837 25.2156 60.9569 25.1468 60.33C25.5872 60.2198 26.0345 60.1096 26.475 59.9925C27.1975 59.7927 27.927 59.5929 28.6426 59.3587L29.6749 59.0212C29.5717 59.9649 29.5097 60.9018 29.4684 61.8455C29.4065 63.1336 29.4891 64.4287 29.5028 65.7169L29.5716 69.5882L29.6473 72.3505C29.3721 72.3505 29.1037 72.3505 28.8284 72.3643H28.7872L28.7527 72.3712C27.6448 72.633 26.5369 72.9292 25.4359 73.2323C24.3348 73.5492 23.2338 73.8591 22.1465 74.2242L22.1602 74.2931C23.2957 74.1416 24.4243 73.9418 25.546 73.742C26.6539 73.5354 27.7618 73.315 28.8629 73.0739C29.1244 73.0739 29.3927 73.067 29.6542 73.0601L29.668 73.4665H29.7368L29.7575 73.0601C31.5604 73.0256 33.3634 72.9361 35.1732 72.881L39.9352 72.7225L39.9559 73.4045H40.0247L40.0522 72.7156L41.4836 72.6674L46.5965 74.0934L46.6172 74.0245L41.5524 72.3574H41.5317H41.5042H40.0729L40.0866 71.9166L40.1004 72.199L40.0935 72.2059ZM35.1594 72.3505C33.3703 72.3505 31.5742 72.323 29.785 72.3505L29.9088 69.5951L30.0465 65.7237C30.0878 64.4356 30.191 63.1405 30.1497 61.8524C30.1222 60.8742 30.0809 59.896 29.9845 58.9178L30.7415 58.6699L35.5517 58.6492L39.9077 58.601C39.7838 59.6411 39.7219 60.6744 39.6875 61.7146C39.6324 63.0165 39.7219 64.3116 39.7425 65.6135L39.832 69.5125L39.9215 72.3643H35.1594V72.3505Z' fill='%23CA9E67'/%3E%3Cpath d='M48.1861 40.2842L48.2205 40.2222C47.7526 39.7331 47.2227 39.3405 46.686 38.9754C46.4382 38.8032 46.1767 38.6654 45.9084 38.5276V37.949H45.8395L45.7983 38.4725C45.5161 38.3348 45.234 38.2039 44.9518 38.0592C43.7888 37.4668 42.6259 36.8744 41.4422 36.3164L41.4078 36.3784C42.4814 37.1224 43.5755 37.8388 44.6766 38.5483C45.0344 38.7756 45.3785 39.0236 45.7432 39.2509L45.5643 41.5999L45.3234 45.244C45.2477 46.4564 45.1101 47.6688 45.117 48.888C45.117 50.1073 45.1445 51.3266 45.2959 52.5459H45.3647C45.5987 51.3404 45.7226 50.128 45.812 48.9156C45.9084 47.7032 45.8671 46.4839 45.8808 45.2647L45.9152 41.6137V39.3612C46.0529 39.4438 46.1974 39.5196 46.3419 39.5885C46.9268 39.8709 47.5324 40.1327 48.193 40.298L48.1861 40.2842Z' fill='%23CA9E67'/%3E%3Cpath d='M48.3582 60.7915L48.372 60.7226C47.7939 60.3851 47.1815 60.1646 46.569 59.9649C45.9565 59.7651 45.3166 59.7031 44.6835 59.5791L44.6146 58.4907H44.5458L44.5252 59.5516C43.3072 59.3242 42.0891 59.1038 40.8573 58.9109L40.8436 58.9798C42.0616 59.3793 43.2865 59.7513 44.5114 60.1095L44.477 61.9075L44.4426 65.3242C44.4426 66.4608 44.3738 67.6043 44.4426 68.7409C44.5114 69.8775 44.6146 71.0141 44.828 72.1508H44.8968C45.0619 71.0073 45.117 69.8706 45.1376 68.7271C45.1652 67.5905 45.0482 66.4539 44.9931 65.3173L44.8142 61.9075L44.7041 60.1784C45.2615 60.3506 45.812 60.5504 46.3901 60.64C47.0301 60.7433 47.67 60.8259 48.3375 60.7846L48.3582 60.7915Z' fill='%23CA9E67'/%3E%3Cpath d='M40.8023 36.4749L35.9508 36.2407L31.0993 36.0409H31.0649L31.0168 36.0547L30.5557 36.1787C30.5213 35.731 30.4731 35.2832 30.4181 34.8354H30.3493C30.2804 35.3176 30.2254 35.7998 30.1772 36.282L28.8422 36.6403C28.1128 36.8331 27.3971 37.0605 26.6814 37.2878C25.9657 37.522 25.2569 37.7631 24.5481 38.0317C23.8393 38.2935 23.1374 38.5622 22.4424 38.8653L22.463 38.9341C23.2131 38.8102 23.9494 38.6517 24.6858 38.4864C25.4221 38.328 26.1515 38.1351 26.881 37.9491C27.6035 37.7493 28.333 37.5495 29.0487 37.3153L30.1291 36.964C30.0809 37.6184 30.0396 38.2797 30.0121 38.9341C29.957 40.2981 30.0189 41.662 30.0465 43.026L30.1153 47.1178L30.2185 51.2096H30.2873L30.4594 47.1178L30.597 43.026C30.6452 41.662 30.7346 40.2981 30.7002 38.9341C30.6796 38.2246 30.652 37.5082 30.6108 36.7987L31.1544 36.6196L35.9646 36.5989L40.8229 36.5438V36.4749H40.8023Z' fill='%23CA9E67'/%3E%3Cpath d='M47.1471 77.5997L39.6531 75.5607H39.6324H39.6049L29.9088 75.2852H29.8676L29.8194 75.2989C29.1312 75.4643 28.45 75.6434 27.7618 75.8225L25.718 76.3873C25.0367 76.5664 24.3623 76.7869 23.6811 76.9866C22.9998 77.1864 22.3323 77.4137 21.6579 77.641L21.6717 77.7099C22.3736 77.5997 23.0686 77.4826 23.7636 77.3517C24.4587 77.214 25.1537 77.0968 25.8487 76.9384L27.9201 76.4907C28.5945 76.3322 29.2689 76.1738 29.9433 76.0085L39.5774 75.9533L47.1264 77.6755L47.1402 77.6066L47.1471 77.5997Z' fill='%23CA9E67'/%3E%3Cpath d='M61.8529 59.2622C62.5686 59.2622 63.2911 59.2278 64.0137 59.0762V59.0073C63.3186 58.7731 62.603 58.656 61.8942 58.5665C61.1854 58.47 60.4628 58.5182 59.7471 58.5045C58.3158 58.4838 56.8844 58.47 55.4462 58.4907V58.5596C56.8638 58.7525 58.2882 58.9109 59.7127 59.0624C60.4284 59.1382 61.1303 59.2691 61.8529 59.2622Z' fill='%23CA9E67'/%3E%3Cpath d='M155.228 86.0105C155.077 85.7143 154.946 85.4044 154.829 85.0944C155.18 85.0393 155.524 84.9841 155.875 84.9221V84.8533C155.497 84.8533 155.125 84.8533 154.754 84.8602C154.464 84.0129 154.279 83.1311 154.162 82.2494C154.093 81.7396 154.052 81.2299 154.017 80.7201C154.003 79.8591 153.99 78.998 153.969 78.13C154.003 76.8694 154.107 75.6088 154.251 74.3551C154.561 71.7305 155.091 69.1404 155.6 66.5435C156.102 63.9465 156.708 61.3633 157.293 58.7732L157.224 58.7525C156.254 61.2324 155.545 63.8087 154.919 66.3988C154.409 68.5756 154.065 70.7937 153.824 73.0187C153.818 72.7707 153.811 72.5158 153.804 72.2679C153.673 68.3689 153.412 64.47 153.198 60.5711L152.558 48.8743L151.884 37.1775H151.815L152.104 45.6022C149.214 45.1131 146.331 44.624 143.44 44.1418C143.454 43.5288 143.461 42.9157 143.468 42.3026C143.839 42.3026 144.204 42.3095 144.576 42.3026V42.2337C144.211 42.1717 143.839 42.1235 143.468 42.0684C143.468 41.5173 143.468 40.9662 143.468 40.422C143.468 39.7951 143.516 39.1683 143.427 38.5483C143.344 37.9283 143.234 37.3084 143.007 36.6953H142.938C142.855 37.0466 142.807 37.3841 142.78 37.7286C141.892 37.4461 140.997 37.1913 140.103 36.9364C139.593 36.7986 139.105 36.5989 138.582 36.5369C138.059 36.4749 137.529 36.4335 136.979 36.5162L136.965 36.5851C137.44 36.8813 137.935 37.0673 138.437 37.2188C138.94 37.3773 139.47 37.3979 139.993 37.4806C140.915 37.6184 141.844 37.7492 142.773 37.8595C142.759 38.1006 142.745 38.3417 142.738 38.5828C142.725 39.2096 142.848 39.8296 142.917 40.4496C142.972 40.9662 143.034 41.4897 143.096 42.0064C142.332 41.8962 141.562 41.7928 140.798 41.6964C140.165 41.6206 139.538 41.476 138.898 41.4828C138.706 41.4828 138.506 41.4828 138.314 41.4897C138.307 40.8835 138.293 40.2773 138.272 39.6712C138.252 39.2165 138.293 38.755 138.197 38.3072C138.1 37.8595 137.976 37.4186 137.742 36.9846H137.674C137.529 37.4668 137.508 37.9283 137.508 38.383C137.508 38.8376 137.646 39.2854 137.722 39.7332C137.832 40.3256 137.942 40.918 138.066 41.5035C137.708 41.5242 137.343 41.5655 136.979 41.6482V41.7171C137.371 41.8686 137.777 41.9788 138.183 42.0546C138.21 42.1786 138.231 42.2957 138.258 42.4197H138.327C138.327 42.3026 138.327 42.1924 138.327 42.089C138.506 42.1235 138.678 42.151 138.857 42.1786C139.49 42.275 140.13 42.2337 140.77 42.2544C141.562 42.275 142.353 42.2888 143.144 42.2957C143.22 42.9088 143.296 43.515 143.385 44.1212C142.319 43.9421 141.252 43.763 140.185 43.5907L134.205 42.5919C132.292 42.2681 130.372 42.0064 128.445 41.7722C128.315 38.6448 128.163 35.5173 127.943 32.3899H127.874C127.819 35.538 127.84 38.6861 127.874 41.8342C127.145 42.1166 126.422 42.4128 125.7 42.709C124.915 43.0259 124.131 43.3703 123.353 43.7147L123.374 43.7767C124.193 43.5494 125.012 43.3221 125.824 43.0672C126.505 42.8537 127.193 42.647 127.874 42.4266C127.888 43.6114 127.902 44.7894 127.916 45.9742C127.916 46.3048 127.929 46.6355 127.936 46.9661C127.269 47.2555 126.608 47.5655 125.947 47.8617C125.246 48.1785 124.55 48.5092 123.862 48.8536L123.89 48.9156C124.626 48.6883 125.356 48.4472 126.085 48.1923C126.704 47.9719 127.331 47.7583 127.957 47.531C128.046 51.5333 128.211 55.5286 128.349 59.5309L128.459 62.6514C127.847 62.7616 127.248 62.9063 126.642 63.0716C125.941 63.2645 125.239 63.4849 124.55 63.7605L124.564 63.8294C125.301 63.8156 126.03 63.7536 126.759 63.6571C127.338 63.5814 127.916 63.4849 128.48 63.3678L128.583 66.2955C127.771 66.261 126.952 66.2404 126.14 66.2541C125.59 66.2679 125.032 66.2748 124.482 66.3024C124.151 66.3161 123.814 66.3368 123.484 66.3643L123.422 61.3701C123.381 58.0292 123.381 54.6882 123.257 51.3473C123.112 48.0063 122.988 44.6723 122.713 41.3313H122.644C122.52 44.6791 122.548 48.0201 122.562 51.3611C122.596 54.702 122.748 58.043 122.865 61.377L123.037 66.3919C122.968 66.3919 122.899 66.4057 122.83 66.4057C120.958 66.4401 119.087 66.4539 117.222 66.4677L111.847 66.5503C111.455 66.2335 111.063 65.9166 110.677 65.5997C109.858 64.9246 109.019 64.2771 108.172 63.6365L111.359 63.8431L114.903 64.0429C116.086 64.1049 117.263 64.2289 118.447 64.2082C119.63 64.1945 120.814 64.1462 122.004 63.9878V63.9189C120.828 63.6985 119.651 63.5883 118.467 63.5125C117.284 63.4298 116.1 63.4918 114.916 63.4849H111.365L108.042 63.54C107.409 63.0578 106.769 62.5825 106.122 62.1141L106.019 62.0383L105.902 62.0521L101.89 62.5274H101.828L101.78 62.5688C101.353 62.865 100.926 63.1681 100.493 63.4643L88.0233 62.6652L75.4852 61.9006C71.3081 61.6457 67.131 61.3426 62.947 61.1704C58.7631 61.0119 54.5791 60.8397 50.3883 60.8191V60.8879C54.5585 61.3081 58.7355 61.5768 62.9126 61.8661C67.0897 62.1348 71.2806 62.2725 75.4577 62.4585L88.0096 63.0165L100.403 63.5331C99.1852 64.3804 97.9671 65.2277 96.7491 66.0819C92.8955 65.7099 89.0349 65.4826 85.1744 65.2415C81.2519 65.0142 77.3226 64.9109 73.4001 64.7731L61.6189 64.3391L49.9272 63.9396L50.285 54.3576L50.636 44.1487C50.753 40.7458 50.9113 37.3428 50.9525 33.9399C50.9732 30.5369 51.0007 27.1271 50.8837 23.7241H50.8149C50.5328 27.1202 50.402 30.5231 50.2575 33.9261C50.1336 37.329 50.1268 40.732 50.0855 44.1349L49.9478 54.3507L49.8515 63.9534V64.0016V64.5595H49.9134L49.9341 64.0016L61.6189 64.6767L73.3863 65.3242C77.3088 65.5446 81.2313 65.7995 85.1606 65.9373C88.9867 66.0544 92.8129 66.1784 96.6459 66.1646C95.2765 67.1221 93.907 68.0865 92.5445 69.044L92.5858 69.0991C95.7375 67.0739 98.8893 65.0555 102.027 63.0096L105.241 62.7479L102.956 64.0705L99.9834 65.827C98.9994 66.4195 97.974 66.9568 97.0313 67.6112C96.0816 68.2656 95.1526 68.9407 94.2855 69.7191L94.3199 69.7811C95.3935 69.3264 96.405 68.7754 97.4029 68.2036C98.4007 67.6319 99.3228 66.943 100.279 66.3024L103.135 64.3736L105.502 62.7341L105.853 62.7065C107.312 63.8776 108.785 65.0349 110.313 66.1233C111.09 66.6812 111.861 67.2461 112.652 67.7834C113.437 68.3276 114.235 68.8649 115.04 69.3815L115.081 69.3264C114.373 68.6789 113.65 68.0521 112.914 67.439C112.604 67.1703 112.294 66.9154 111.978 66.6606L117.242 66.8879C119.121 66.9568 120.993 67.0188 122.871 67.1083H122.892C122.954 67.1083 123.016 67.1083 123.085 67.1014L123.229 71.4206L123.601 81.3263C123.03 82.8487 122.541 84.3986 122.094 85.9692C122.011 85.4595 121.922 84.9566 121.819 84.4468C121.653 83.6547 121.481 82.8625 121.282 82.0703C121.364 82.0496 121.447 82.0289 121.536 82.0152C122.025 81.9256 122.514 81.8361 123.002 81.7052V81.6363C122.5 81.5536 122.004 81.4985 121.509 81.4572C121.378 81.4503 121.247 81.4228 121.117 81.409C121.117 81.409 121.117 81.4021 121.117 81.3952C120.855 80.3826 120.573 79.3837 120.229 78.3918L120.16 78.4056C120.311 79.4251 120.47 80.4377 120.635 81.4572C120.435 81.5123 120.236 81.6019 120.043 81.7672V81.8361C120.277 82.0014 120.511 82.0703 120.738 82.1047C120.869 82.9245 121.006 83.7442 121.13 84.564C121.289 85.5835 121.468 86.603 121.633 87.6225C121.44 88.3527 121.261 89.0828 121.089 89.813C120.408 92.7751 119.961 95.7854 119.685 98.8164C119.603 99.7532 119.541 100.697 119.506 101.641C118.983 101.227 118.564 100.69 118.268 100.091C117.827 99.209 117.6 98.2378 117.469 97.2596C117.332 96.2814 117.311 95.2894 117.339 94.2975C117.359 93.3055 117.442 92.3205 117.566 91.3285C117.8 89.3584 118.226 87.4089 118.598 85.4595C118.976 83.5031 119.389 81.5605 119.795 79.5973L119.727 79.5766C119.334 80.5066 119.011 81.4572 118.715 82.4147C118.412 83.3722 118.158 84.3435 117.917 85.3217C117.855 85.5697 117.807 85.8246 117.758 86.0725C117.435 86.0243 117.118 86.0105 116.795 86.0105C116.3 86.0105 115.825 86.1414 115.336 86.2172C114.366 86.3756 113.396 86.5341 112.425 86.7338V86.8027C113.416 86.8165 114.4 86.8027 115.384 86.7752C115.873 86.7614 116.375 86.8027 116.857 86.7063C117.125 86.6581 117.394 86.5961 117.662 86.5065C117.346 88.084 117.146 89.6822 117.008 91.2803C116.919 92.286 116.871 93.2918 116.884 94.2975C116.891 95.3032 116.946 96.3158 117.125 97.3147C117.304 98.3066 117.579 99.2986 118.082 100.187C118.426 100.814 118.908 101.372 119.499 101.772C119.424 103.824 119.486 105.884 119.809 107.923C120.064 109.425 120.47 110.92 121.206 112.27C121.935 113.613 123.085 114.763 124.523 115.294L124.55 115.232C123.147 114.66 122.066 113.503 121.392 112.173C120.711 110.837 120.36 109.356 120.153 107.875C119.892 105.946 119.871 103.997 119.974 102.054C120.077 102.102 120.188 102.15 120.298 102.192L120.325 102.13C120.208 102.082 120.098 102.026 119.988 101.964C120.043 100.931 120.139 99.8979 120.25 98.8715C120.594 95.875 121.192 92.9198 121.777 89.9577C121.819 89.7442 121.867 89.5306 121.908 89.3171C121.977 89.7786 122.039 90.2401 122.094 90.7017C122.218 91.7281 122.321 92.7613 122.376 93.7946C122.438 94.8279 122.472 95.8612 122.431 96.8945C122.397 97.9278 122.307 98.9611 122.08 99.9599C121.846 100.952 121.468 101.958 120.717 102.674L120.766 102.729C121.564 102.026 122.004 101.014 122.28 100.015C122.562 99.0024 122.692 97.9553 122.775 96.9151C122.851 95.8681 122.858 94.821 122.823 93.7808C122.796 92.7338 122.734 91.6936 122.637 90.6534C122.548 89.5719 122.438 88.4835 122.293 87.402C122.727 85.4112 123.188 83.4204 123.663 81.4297C123.69 81.3194 123.711 81.2161 123.738 81.1128L123.67 81.0921C123.67 81.0921 123.67 81.1128 123.656 81.1197L123.566 71.4068L123.511 67.0808C123.855 67.067 124.2 67.0532 124.544 67.0257C125.094 66.9912 125.645 66.9361 126.195 66.8879C127 66.8052 127.805 66.6881 128.611 66.5641L129.147 81.7052C129.106 81.7052 129.065 81.7052 129.023 81.7121C128.273 81.6639 127.516 81.6501 126.766 81.6156C126.202 81.595 125.631 81.5881 125.067 81.5812C124.86 80.8097 124.64 80.0382 124.399 79.2735L124.33 79.2873C124.468 80.0519 124.606 80.8097 124.736 81.5674C124.647 81.5674 124.557 81.5674 124.475 81.5674V81.6363C124.564 81.6501 124.661 81.6639 124.757 81.6776C125.17 83.9784 125.59 86.2792 125.961 88.5869C126.47 91.6867 127.014 94.7797 127.379 97.9002C127.73 101.021 127.964 104.162 127.84 107.296C127.785 108.86 127.633 110.431 127.276 111.953C126.911 113.455 126.34 114.998 125.17 116.058L125.218 116.114C126.436 115.067 127.069 113.517 127.482 112.008C127.888 110.472 128.088 108.894 128.191 107.317C128.383 104.155 128.218 100.993 127.936 97.8451C127.647 94.7039 127.255 91.5627 126.656 88.4629C126.202 86.2034 125.713 83.9509 125.115 81.7259C125.658 81.8085 126.202 81.8981 126.746 81.9738C127.503 82.0703 128.26 82.1805 129.017 82.2632H129.03H129.058C129.099 82.2632 129.14 82.2632 129.182 82.2632L129.319 86.107C128.982 85.9968 128.638 85.9003 128.287 85.8452C127.661 85.7419 127.028 85.6661 126.374 85.7074L126.36 85.7763C126.931 86.107 127.53 86.3274 128.129 86.5203C128.734 86.7201 129.368 86.7752 129.987 86.8923C131.232 87.1265 132.478 87.3469 133.73 87.5398L133.744 87.4709C133.228 87.2987 132.705 87.1334 132.182 86.9749L137.55 86.6374L143.688 86.2103C145.732 86.0725 147.783 85.9761 149.826 85.7488C151.437 85.5697 153.04 85.3768 154.643 85.1219C154.781 85.4526 154.932 85.7832 155.104 86.1001C155.744 87.278 156.763 88.2838 158.022 88.7522L158.05 88.6902C156.818 88.1873 155.875 87.1678 155.29 86.0037L155.228 86.0105ZM134.075 43.2739L140.082 44.0729C144.087 44.624 148.092 45.1476 152.097 45.6642V45.6504L152.207 48.8743L152.256 50.1624C148.306 49.5838 144.356 49.0121 140.406 48.461L134.295 47.5861C132.409 47.3037 130.517 47.1177 128.617 46.9317C128.604 46.6011 128.597 46.2704 128.59 45.9397C128.542 44.748 128.494 43.5563 128.445 42.3646C130.317 42.7021 132.189 43.0052 134.075 43.2532V43.2739ZM149.709 85.0668C147.659 85.1977 145.622 85.4526 143.585 85.6661L137.46 86.2999L131.879 86.9061C131.274 86.7201 130.668 86.541 130.056 86.3619C129.815 86.293 129.581 86.2172 129.34 86.1414L129.271 82.2701C131.198 82.2287 133.118 82.1874 135.038 82.0496L141.073 81.657C145.099 81.409 149.118 81.1334 153.143 80.8648V80.7959C149.111 80.913 145.078 81.0301 141.052 81.1679L135.01 81.3608C133.09 81.409 131.177 81.5536 129.264 81.6983L128.996 66.4952C129.147 66.4677 129.299 66.447 129.45 66.4195V66.3506C129.292 66.3368 129.14 66.3368 128.989 66.3299L128.934 63.2989L132.733 63.3265C133.889 63.3403 135.052 63.3265 136.215 63.3265C136.304 64.8075 136.449 66.2886 136.573 67.7627L137.02 73.1565L137.502 78.5433H137.57L137.364 73.1289L137.123 67.7214C137.047 65.9166 137.013 64.1118 136.848 62.3208C136.751 61.2806 136.648 60.2404 136.517 59.2002C137.123 58.8627 137.749 58.5872 138.396 58.3874C139.339 58.105 140.316 57.8845 141.321 57.9327C142.319 58.0085 143.316 58.2565 144.252 58.6698C144.727 58.8558 145.168 59.1314 145.629 59.3656L146.922 60.2335L146.964 60.1784L145.746 59.1934C145.298 58.9178 144.879 58.6009 144.404 58.3598C143.468 57.8639 142.442 57.5332 141.369 57.3817C140.302 57.2646 139.174 57.3197 138.155 57.7399C137.536 57.9879 136.958 58.3323 136.456 58.7594C136.373 58.1532 136.29 57.5539 136.187 56.9477H136.118C136.091 57.671 136.077 58.3943 136.084 59.1107C135.912 59.2829 135.76 59.4689 135.616 59.6687L135.664 59.7169C135.802 59.6273 135.939 59.5447 136.077 59.4551C136.077 60.4264 136.111 61.3977 136.146 62.369C136.16 62.6514 136.173 62.9338 136.194 63.2094C135.045 63.1061 133.889 62.9958 132.74 62.9132L128.906 62.6032L128.851 59.5309C128.776 55.5355 128.734 51.5333 128.611 47.5379C130.462 47.8203 132.32 48.1028 134.185 48.2956L140.316 48.9638C144.287 49.4116 148.257 49.8387 152.235 50.2589L152.613 60.5917C152.758 64.4907 152.854 68.3965 153.081 72.2954C153.212 74.3826 153.336 76.4699 153.487 78.5502C153.501 79.7764 153.584 80.9957 153.776 82.2081C153.824 82.8005 153.873 83.386 153.935 83.9784H154.003C154.003 83.7649 154.003 83.5513 154.003 83.3378C154.127 83.8544 154.272 84.3573 154.458 84.8533C152.861 84.8808 151.278 84.9635 149.689 85.0599L149.709 85.0668Z' fill='%23CA9E67'/%3E%3Cpath d='M163.768 89.3171C163.17 88.6007 162.715 87.7741 162.358 86.9199C161.738 85.4251 161.38 83.8269 161.167 82.2219C161.181 82.0703 161.195 81.9188 161.208 81.7672C161.305 80.3826 161.305 78.9911 161.257 77.6065C161.215 76.2219 161.126 74.8373 160.995 73.4596C160.995 73.3838 160.981 73.315 160.974 73.2392C161.036 72.2472 161.119 71.2622 161.215 70.2702C161.594 66.5366 162.234 62.8374 162.881 59.1452C163.514 55.446 164.284 51.7675 165.062 48.089L164.993 48.0684C163.83 51.6504 162.956 55.322 162.199 59.0143C161.456 62.7135 160.967 66.4608 160.658 70.222C160.658 70.2358 160.658 70.2495 160.658 70.2702C160.451 68.5825 160.204 66.8948 159.88 65.2278C159.33 62.5137 158.717 59.8134 157.871 57.175L157.802 57.1888C158.263 59.9167 158.765 62.6239 159.192 65.3518C159.632 68.0728 160.121 70.78 160.438 73.5216C160.438 73.5698 160.445 73.6181 160.451 73.6594C160.348 76.2839 160.389 78.9223 160.727 81.533C160.761 81.7672 160.795 82.0014 160.83 82.2357C160.768 83.448 160.644 84.6535 160.369 85.8384C160.052 87.161 159.543 88.4905 158.538 89.4411L158.586 89.4962C159.639 88.5662 160.211 87.2161 160.575 85.8866C160.795 85.0669 160.94 84.2264 161.05 83.386C161.305 84.626 161.656 85.8453 162.172 87.0094C162.564 87.8705 163.039 88.704 163.672 89.4135C164.298 90.1231 165.062 90.7155 165.929 91.1081L165.957 91.0461C165.11 90.6397 164.374 90.0404 163.775 89.324L163.768 89.3171Z' fill='%23CA9E67'/%3E%3Cpath d='M169.624 69.106C169.308 65.1726 168.867 61.2461 168.214 57.3541C167.539 53.4689 166.789 49.5907 165.778 45.7744L165.709 45.7882C166.328 49.6802 166.975 53.5654 167.526 57.4574C168.09 61.3495 168.675 65.2415 169.067 69.1542C169.446 73.0669 169.7 77.0003 169.576 80.9268C169.514 82.89 169.356 84.8533 168.971 86.7752C168.778 87.7327 168.523 88.6833 168.159 89.5926C167.801 90.5019 167.305 91.363 166.624 92.0725L166.672 92.1207C167.374 91.4181 167.897 90.557 168.283 89.6477C168.675 88.7384 168.95 87.7809 169.17 86.8165C169.604 84.8877 169.81 82.9107 169.92 80.9406C170.113 76.9934 169.934 73.0394 169.618 69.106H169.624Z' fill='%23CA9E67'/%3E%3Cpath d='M1.19222 78.509C0.806859 77.2828 0.634821 76.0015 0.531598 74.7203C0.338915 72.1577 0.455901 69.5676 0.682992 67.0051C0.923845 64.4356 1.32297 61.8869 1.68081 59.3312C2.02489 56.7686 2.44466 54.2268 2.80938 51.6573L2.74057 51.6436C1.9836 54.1303 1.4606 56.6722 0.99266 59.221C0.545361 61.7766 0.290744 64.3667 0.132469 66.9568C-0.0258057 69.5469 -0.0808579 72.1577 0.187522 74.7478C0.338915 76.0429 0.559124 77.331 0.999542 78.5641C1.21975 79.1772 1.49501 79.7765 1.86661 80.3207C2.23133 80.8649 2.71992 81.3333 3.29109 81.6433L3.3255 81.5813C2.19693 80.9269 1.57759 79.7007 1.19911 78.4952L1.19222 78.509Z' fill='%23CA9E67'/%3E%3Cpath d='M4.77751 58.1118C4.35774 55.4115 3.90356 52.7112 3.23605 50.0591L3.16724 50.0729C3.4425 52.7938 3.80034 55.4942 4.08936 58.2083C4.39903 60.9155 4.77063 63.6158 5.01149 66.3299C5.24546 69.044 5.41061 71.765 5.35556 74.4859C5.32804 75.843 5.25922 77.2069 5.05277 78.5502C4.83257 79.8797 4.51602 81.2436 3.704 82.3389L3.75905 82.3871C4.62612 81.2987 4.99772 79.921 5.25922 78.5915C5.51384 77.2414 5.63082 75.8705 5.70652 74.5066C5.83039 71.7718 5.74093 69.0302 5.56889 66.2954C5.40373 63.5676 5.17664 60.8328 4.7844 58.1256L4.77751 58.1118Z' fill='%23CA9E67'/%3E%3Cpath d='M8.97525 82.0084C8.47978 81.2369 8.11506 80.3827 7.82603 79.5079C7.26175 77.7513 7.00025 75.9121 6.84197 74.0728C6.54607 70.3874 6.70434 66.6745 7.02089 62.9822C7.34432 59.29 7.89485 55.6252 8.42472 51.9605C8.94084 48.2889 9.57394 44.638 10.1864 40.9733L10.1176 40.9595C9.11288 44.5415 8.38344 48.1925 7.73657 51.8572C7.11035 55.5288 6.71811 59.2348 6.46349 62.9478C6.21575 66.6607 6.12629 70.4012 6.4979 74.1141C6.70434 75.9672 7.01401 77.8202 7.63335 79.5837C7.94302 80.4654 8.33526 81.3196 8.86514 82.098C9.38126 82.8764 10.0763 83.5446 10.8952 83.9924L10.9296 83.9304C10.1313 83.4688 9.47072 82.7937 8.98213 82.0153L8.97525 82.0084Z' fill='%23CA9E67'/%3E%3Cpath d='M13.6685 79.5767C14.0263 77.641 14.1914 75.6777 14.2878 73.7214C14.4461 69.7949 14.3016 65.8684 14.0469 61.9557C13.7854 58.043 13.4345 54.1303 12.884 50.2452C12.3128 46.3669 11.6797 42.4955 10.7989 38.6724L10.73 38.6861C11.2186 42.5782 11.7485 46.4496 12.1958 50.3416C12.6569 54.2267 13.1592 58.105 13.4964 62.0039C13.8198 65.9029 14.0332 69.8087 13.9437 73.7145C13.8955 75.664 13.7786 77.6203 13.4689 79.5491C13.3106 80.5135 13.1042 81.4641 12.8083 82.3941C12.5124 83.3172 12.1063 84.2196 11.4939 84.9842L11.5489 85.0324C12.1889 84.2747 12.6156 83.3723 12.939 82.4423C13.2624 81.5124 13.4964 80.5549 13.6753 79.5905L13.6685 79.5767Z' fill='%23CA9E67'/%3E%3Cpath d='M30.1222 76.6905C29.957 77.4482 29.902 78.206 29.8813 78.9637C29.8538 79.7215 29.9708 80.4723 30.0258 81.2232C30.1428 82.7318 30.2598 84.2335 30.4181 85.7421H30.4869C30.542 84.2266 30.5695 82.718 30.5832 81.2025C30.5832 80.4447 30.6521 79.687 30.5832 78.9362C30.5144 78.1853 30.4112 77.4344 30.1979 76.6836H30.1291L30.1222 76.6905Z' fill='%23CA9E67'/%3E%3Cpath d='M39.2609 76.6905C39.0957 77.4482 39.0406 78.206 39.02 78.9637C38.9925 79.7215 39.1095 80.4723 39.1645 81.2232C39.2815 82.7318 39.3985 84.2335 39.5568 85.7421H39.6256C39.6806 84.2266 39.7082 82.718 39.7219 81.2025C39.7219 80.4447 39.7907 79.687 39.7219 78.9362C39.6531 78.1853 39.5499 77.4344 39.3366 76.6836H39.2677L39.2609 76.6905Z' fill='%23CA9E67'/%3E%3Cpath d='M30.0464 17.2283L35.999 17.3729L41.9515 17.4831V17.4143L36.0127 17.0285L30.0671 16.6772C28.0852 16.5601 26.1033 16.3948 24.1215 16.3603C22.1396 16.3259 20.1508 16.319 18.162 16.4292V16.4981C20.137 16.7667 22.112 16.9252 24.0939 17.0561C26.0758 17.1869 28.0577 17.1869 30.0464 17.2352V17.2283Z' fill='%23CA9E67'/%3E%3Cpath d='M110.767 36.165C111.785 36.227 112.811 36.2545 113.822 36.1719V36.103C112.804 35.8068 111.792 35.6208 110.781 35.4693C109.769 35.3108 108.751 35.297 107.739 35.2213L104.69 35.0077L101.635 34.8286V34.8975L104.663 35.359L107.711 35.7861C108.73 35.9239 109.741 36.1168 110.767 36.1788V36.165Z' fill='%23CA9E67'/%3E%3Cpath d='M51.5857 20.4247C52.0674 19.357 52.5422 18.2893 52.9826 17.2078L52.9207 17.1733C52.2876 18.1584 51.6889 19.1641 51.0902 20.1699C50.7943 20.6727 50.4433 21.148 50.2231 21.6922C49.996 22.2295 49.7896 22.7806 49.6932 23.3868L49.7552 23.4213C50.1956 22.9942 50.5259 22.512 50.8425 22.0091C51.159 21.5131 51.3448 20.9552 51.5857 20.4247Z' fill='%23CA9E67'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_58716_26273'%3E%3Crect width='170' height='119' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 170px;
  height: 119px;
}
body main .long-section-texte .bloc-titre.titre-principal .titre {
  text-align: center;
}
body main .long-section-texte .bloc-lien a {
  color: white;
}
body main .long-section-texte .bloc-texte p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  color: white;
}
body main .long-section-texte .bloc-texte ul li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  color: white;
}
body main .lame-last-news .container {
  max-width: 1440px;
}
@media screen and (min-width: 768px) {
  body main .lame-last-news .titre-last-news {
    margin-bottom: 60px;
  }
}
body main .lame-cta {
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  body main .lame-cta {
    padding: 60px 0;
  }
}
body main .lame-cta .container {
  max-width: 1440px;
}
body main .lame-cta .container .bloc-texte {
  margin-bottom: 30px;
}
body main .lame-cta .container .bloc-texte p {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFDF9;
}
body main .lame-zone-intervention {
  margin: 140px 0 70px 0;
}
body main .lame-zone-intervention .container {
  max-width: 1800px;
}
body main .lame-zone-intervention .container .bloc-texte {
  margin-bottom: 38px;
}
body main .lame-avis {
  padding: 80px 0 70px 0;
}
@media screen and (max-width: 768px) {
  body main .lame-avis {
    padding: 50px 0 40px 0;
  }
}
body main .lame-avis .bloc-titre {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  body main .lame-avis .bloc-titre {
    margin-bottom: 0px;
  }
}
body main .lame-avis .bloc-texte {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body main .lame-avis .bloc-texte {
    margin-bottom: 0px;
  }
  body main .lame-avis .bloc-texte .ti-footer {
    margin-top: 30px !important;
  }
}
body main .lame-certifications {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  body main .lame-certifications {
    padding: 60px 0;
  }
}
body main .lame-certifications .container {
  max-width: 1440px;
}
body main .lame-tabs {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body main .lame-tabs {
    padding-top: 30px;
  }
}
body main .lame-tabs .bloc-tabs {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body main .lame-tabs .bloc-tabs {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-texte {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-timeline {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body main .lame-timeline .timeline {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-video-offre {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  body main .lame-video-offre .video {
    margin-right: 0 !important;
  }
}
body main .lame-faq {
  position: relative;
}
body main .lame-faq:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1185.536' height='708.522' viewBox='0 0 1185.536 708.522'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_150513' data-name='Rectangle 150513' width='1185.536' height='708.522' fill='%2399be3f'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_163905' data-name='Groupe 163905' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_103174' data-name='Tracé 103174' d='M397.586,29.991c.492.394,2.121-.507,2.795-.812,19.268-8.739,43.762-23.4,65.219-22.752,3.218.093,7.228,3.538,9.162,6.013,9.388,11.976.148,28.489-4.369,40.475-17.167,45.553-32.932,81.407-80.044,102.452-12.68,5.668-27.431,8.571-38.379,17.147-22.594,17.7-20.292,36.047-7.838,59.748C359.764,262,387.613,288.7,422.277,292.242c24.016,2.455,47.467-.467,71.262-2.795,20.7-2.032,43.6-1.156,63.837,3.346,30.92,6.884,66.72,18.722,98.471,13.118,7.991-1.412,16.38-4.517,24.223-5.673,28.346-4.168,61.529.62,87.4,12.635,4.674,2.175,17.472,10.106,21.413,10.141,12.168.118,20.346-16.006,24.321-25.709,3.149-7.691,4.02-16.631,11.445-21.694,3.449-2.347,13.925-6.3,18.314-7.892,6.618-2.4,15.224-5.161,22.093-3.986,12.434,2.126,9.609,8.689,12.281,18.215,2.736,9.767,7.582,16.793,9.624,27.953,1.993,10.908,2.347,17.723-4.163,27.278-6.76,9.924-23.6,18.894-24.439,31.3-.772,11.469,7.026,26.777,12.2,37.031,6.677,13.246,19,37.656,30.388,46.31,6.908,5.255,11.991,7.956,20.493,3.99,15.475-7.228,22.934-23.426,37.08-34.039,5.442-4.084,11.715-6.967,17.1-11.086,2.756-2.111,4.625-4.965,7.956-6.775,21.773-11.848,38.644,17.635,51.693,30.216,21.556,20.784,55.172,29.5,78.775,48.431,5.737,4.6,8.015,8.975,16.026,11.371,14.786,4.418,13.679,4.965,25.517,13.674,3.425,2.519,7.691,4.753,10.948,7.272,8.183,6.323,18.417,28.366,18.988,38.59.325,5.791-2.928,14.382-9.246,15.73-6.293,1.343-16.434-1.063-22.865-2.475-40.426-8.871-73.21-36.583-102.964-63.64-7.6-6.908-25.763-21.694-35.776-22.57-13.324-1.166-28.021,16.085-36.814,24.513,5.8,6.5,11.46,13.241,17.531,19.494,5.191,5.339,11.336,10.382,16.562,15.74,17.723,18.161,37.38,44.126,62.42,51.59,15.76,4.694,30.969-1.018,45.208,11.637,3.1,2.755,5.452,7.307,8.419,10.2,6.185,6.047,10.254,5.348,15.484,14.5,3.464,6.057,3.867,8.468,8.606,14.146,3.877,4.65,7.818,8.074,7.248,14.835-.162,1.919-1.127,6.554-1.6,8.655-1.648,7.346-6.667,8.975-13.624,9.073-24.548.344-61.534-12.64-81.043-27.48-9.55-7.263-17.29-16.582-26.073-24.676-8.522-7.848-18.624-14.928-26.369-23.51-19.48-21.6-35.436-39.756-65.4-47.3-7.946-2-10.278-.964-17.7.935-12.276,3.144-24.085,5.353-35.569,10.953-17.1,8.33-33.675,18.471-51.029,26.324-35.412,16.026-73.441,11-105.931-9.029-11.317-6.977-19.608-19.288-28.878-28.912-13.8-14.323-22.919-25.694-44.81-19.967-25.881,6.771-50.94,20.862-77.737,24.833-10.111,1.5-21.34.531-31.51.758-9.974.226-18.043,1.338-28.3.374-22.742-2.145-38.522-5.511-61.967-1.324-1.894.34-4.261-.089-5.988.576-1.461.561-6.544,7.592-8.3,9.354-23.746,23.859-55.994,39.043-88.129,48.156-12.739,3.607-25.5,3.764-38.531,5.535-8.02,1.092-16.242,3.238-24.307,4.163-22.811,2.613-44.008-.886-66.686,4.232-17.093,3.853-46.6,21.94-59.167,34.374-7.528,7.44-9.221,12.606-13.009,21.787-4.832,11.72-12.355,11.026-22.486,14.338-6.584,2.15-13.265,7.5-19.824,8.739-3.562.674-13.974.561-17.1-.807-3.779-1.653-7.823-6.421-8-10.717-.079-2.022.93-4.271,1.043-6.333.123-2.219-.448-4.374-.251-6.672,1.112-12.97,15.917-28.5,23.564-38.507,7.1-9.285,13.787-21.93,24.208-27.918,3.09-1.771,6.957-2.573,9.915-4.369,4.335-2.628,9.344-8.532,13.575-11.976A192.943,192.943,0,0,1,192.9,580.55c19.642-10.175,38.635-12.508,59.458-18.363,1.048-.29,2.386-.428,1.909-1.742-1.732-4.768-9.91-5.447-14.057-7.012-10.17-3.823-21-8.069-30.969-12.34-27.279-11.671-51.934-28.189-81.88-32.342-13.29-1.845-38.487,1.461-50.183,7.966-12.134,6.751-23.785,16.178-38.659,16.041C24.4,532.626,10.679,528,3.465,515.173.051,509.1-1.16,506.243,1.291,499.4c2.18-6.077,14.407-15.45,19.991-19.357,8.98-6.278,19.027-12.207,28.474-17.792,9.083-5.368,15.071-8.522,25.852-10,42.418-5.821,70.583,5.944,108.75,20.326,16.975,6.4,53.081,17.635,70.494,17.246,2.008-.044,9.88-1.6,10.21-3.592.62-3.774-4-12.05-5.471-16.055-9.5-25.812-14.259-52.318-22-78.509-5.619-19.012-13.885-37.282-19.657-56.264-12.2-12.517-30.4-20.621-47.89-21.841-11.676-.817-20.513,3.813-32,3-6.141-.438-18.658-2.234-24.193-4.389-16.562-6.451-32.76-38.231-28.706-55.388,2.568-10.879,11.509-14.8,18.639-21.955,31.4-31.5,34.767-62.789,82.475-80.286,17.521-6.426,36.312-7.489,53.9-13.807,5.924-2.126,7.011-9.373,9.27-14.249,8.335-17.994,14.864-31.043,27.372-46.7,13.944-17.462,41.292-30.245,59.861-43.1,8.753-6.057,16.542-13.679,25.01-20.05,5.4-4.059,18.619-13.442,24.474-15.494,12.822-4.5,19.347,4.906,16.518,17.093.089,1.855-5.772,11.209-5.083,11.755m-7.5-17.93c-.423-.349-9.25,2.78-10.466,3.533-4.384,2.731-10.254,9.713-14.545,13.29C350.415,41.131,334.5,51.7,318.27,61.718c-5.673,3.5-12.124,6.352-17.521,10.008-14.766,10-34.329,36.981-41.11,53.524-2.849,6.957-.3,5.821,4.428,2.377,11.538-8.389,21.719-27.308,32.341-38.123,6.111-6.219,22.786-18.963,31.038-20.636.684-.143,1.806-.871,2.165.477.576,2.18-8.138,12.891-10.042,15.007-6.864,7.612-13.595,14.948-20.277,22.7-5.339,6.19-10.943,12.07-16.395,18.151.615,1.053,1.88-.261,2.5-.713,17.079-12.463,27.623-31,41.808-45.745,8.247-8.566,18.333-14.033,26.531-21.615,9.87-9.127,25.492-26.481,33.045-37.513.708-1.033,4.04-6.933,3.3-7.553m623.464,425.2c-6.013-2.795-12.114-6.524-19.426-6.214-4.005.172-8.822,5.127-12.68,6.888-3.213,1.466-12.212,4.256-14.486.472-1.988-3.3,5.836-5.319,7.9-6.864,2.219-1.668,3.779-4.576,5.816-6.465,6.451-5.978,12.35-6.18,20.611-7.715-1.309-2.057-7.676-4.856-9.757-4.507-4.389.728-7.174,4.335-10.648,6.657-4.5,3.011-9.422,5.732-13.693,9-13.89,10.643-20.853,24.287-36.042,33.5-5.968,3.621-11.46,7.474-18.786,7.341-20.39-.369-39.54-30.806-48.771-46.611-14.825-25.384-22.127-65.328-50.695-79.346-14.215-6.977-30.757-10.348-45.582-15.361-17.152-5.8-32.6-14.874-50.877-18.377-33.552-6.431-68.659,13.979-103.249,12.429-27.2-1.215-52.372-13.762-78.1-20.912-15.5-4.31-21.128-1.688-35.987.221-12.355,1.584-25.305,1.821-37.641,1.983-30.4.4-73.682,1.333-96.788-21.7-12.754-12.719-23.81-27.116-36.494-40.057-4.822-4.915-15.179-12.886-18.161-18.879-2.436-4.9-1.127-7.676,4.507-6.888.733.1,6.5,3.272,5.211.61a67.524,67.524,0,0,0-5.1-5.732c-1.151-.915-2.987-1.555-4.35-2.45-2.972-1.958-7.543-4.591-1.191-6.023,2.839-.64,5.348.6,8.03-.246-1.934-1.348-6.554-4.586-8.62-4.975-3.621-.689-15.4,1.545-13.639-5.59.63-2.578,10.854-4,13.59-4.8,2.485-.723,5.27-1.368,7.563-2.086,8.812-2.775,16.537-13.039,23.445-19.248,3.518-3.169,8.345-7.838,12.178-10.313,10.357-6.687,24.277-8.547,35.2-14.141,18.333-9.388,48.461-30.664,58.065-48.953a206.06,206.06,0,0,0,12.261-29.6c1.924-6.121,2.327-12.67,4.266-18.56,1.88-5.7,9.737-16.493,6.431-22.265-.753-1.3-7.445-2.347-9.034-2.224-4.684.364-18.338,5.816-23.332,7.887-37.139,15.411-72.069,36.061-99.534,65.583-22.3,23.967-40.012,55.034-75.286,59.94-27.766,3.858-56.732,3.651-82.608,16.336-25.753,12.621-43.329,42.02-61.765,62.976-5.53,6.288-13.068,12.434-18.314,18.648-.713.841-4.842,6.889-4.807,7.326.059.8,1.934,1.018,2.75,1.009,4.586-.054,11.76-3.415,15.6-5.993,3.252-2.18,12.06-14.008,15.75-7.966,3.779,6.185-4.984,9.88-8.3,12.95-2.977,2.751-10.52,9.55-12.586,12.291-2.627,3.484-4.305,8.079-3.71,12.458.969,7.174,5.314,7.508,9.8,11.937,3.72,3.671,5.427,8.468,10.717,10.038a63.212,63.212,0,0,0,9.4,1.579l15.711-1.166c-2.549-2.711-7.626-3.395-10.426-5.8-1.009-.871-1.023-1.294-.984-2.593l37.178,2.623-4.753-2.386c-1.186-.984-4.025-2.421-1.629-3.484,2.962-1.319,12.5.8,16.252,1.5,10.908,2.027,22.038,6.2,33.252,3.867-2.165-1.983-12.04-4.03-11.346-7.622.5-2.583,6.79-.408,8.473.133,4.615,1.5,9.152,4.537,14.067,5.319,7.351,1.171,14.894-.212,22.053-1.466,1.122-.2,4.728-.123,4.989-.369.413-.384-6.515-4.61-3.675-7.823,2.032-2.3,4.8-.738,7.267-.846,2.293-.1,4.2-1.206,6.455-1.324.094-1.117-1.368-.91-2.2-1.171-1.515-.472-9.142-2.15-9.55-2.652-2.8-3.484,5.432-5.427,7.651-5.8,6.579-1.112,21.364-.536,28.405.162,2.544.251,4.02,1.132,3.823,3.892-.2,2.819-9.733,9.772-12.212,12.468-5.166,5.609-7.745,11.558-14.235,16.429a42.247,42.247,0,0,1-16.754,7.08c-7.607,1.22-10.338-1.063-16.567,5.093-2.869,2.834-4.468,6.195-3.833,10.387,1.215,8.045,9.172,19.632,12.793,27.465,5.55,12,10.623,27.539,13.974,40.386,5.147,19.741,4.9,40.16,10.249,59.684,6,21.9,18.25,38.6,34.959,53.489,4.8,4.276,10.82,6.716,15.489,11.159,1.245-.92-.472-1.648-.945-2.229-3.144-3.867-6.539-7.479-9.349-11.627-3.169-4.679-8.975-13.772-11.14-18.717-.354-.817-.812-2.008.359-2.057,2.48-.1,17.639,16.065,21.039,18.855,11.524,9.467,22.639,14.687,36.416,20.173,2.13.846,4.605.526,6.839,2.052,2.878,1.963,3.853,5.624,1.451,8.369-5.4,6.175-13.319,7.263-20.267,10.51-5.7,2.662-10.854,5.983-16.887,8.4-46.409,18.643-104.41,18.077-145.8,46.522-8.345,5.737-13.147,14.618-21.128,20.528-3.474,2.573-7.371,3.621-10.84,5.727-8.163,4.945-12.316,14.343-19.125,20.818-10.613,10.1-21.2,13.255-26.673,28.661-3.1,8.753-1.038,14,8.6,15.642,9.231,1.575,12.985.521,19.44-5.836,1.048-1.028,1.358-2.6,2.19-3.311,2.667-2.288,8.527-4.551,11.8-6.874,7.272-5.156,14.092-17.689,20.351-24.779a78.206,78.206,0,0,1,23.721-18.3c15.784-8.266,29.709-15.4,47.56-17.836,19.445-2.657,39.018-.96,58.351-3.523,12.084-1.6,24-6.7,35.643-8.744,11.583-2.027,21.615-2.125,33.183-5.841,33.316-10.707,55.5-22.506,76.979-50.586,17.935-23.45,16.518-39.269,12.719-68-.5-3.735-2.239-8.493-2.544-12.1-.354-4.232,1.845-4.812,4.438-1.752,7.548,8.911,9.792,30.054,13.388,41.06,1.638,5.034,2.627,3.784,5.294,6.342,7.228,6.928,19.475,16.675,29.34,19.229,2.377.615,6.229,1.9,5.959-1.442-.2-2.426-8.719-4.571-2.977-7.892l27.834,6.441c-4.822-4.148-11.189-6.8-15.489-11.568-1.078-1.2-4.61-5.575-1.629-6.416.861-.246,13.5,6.554,15.8,7.454,13.329,5.2,34.831,6.554,49.154,6.219,11.676-.271,23.131-3.164,34.816-3.37.054-1.146-2.111-.955-3-1.082-2.942-.423-10.849-.025-12.572-1.23-2.893-2.017,1.186-4.537,3.262-5.063,5.245-1.328,10.254-.251,15.16-.5,8.827-.448,17.654-1.53,26.471-2.008l-6.136-2.44c-4.192-1.122-18.323-2.864-19.883-6.9-1.476-3.818,8.31-3.144,10.825-3.38,4.689-.433,9.575-1.186,14.485-1.009,3.68.138,7.671.979,11.351,1.388l-4.01-2.416c-3.12-1.427-17.329-5.968-18.318-7.036-1.146-1.235-1.516-3.5.226-4.217,2.987-1.22,13.9,1.84,17.443,2.854,19.234,5.5,38.979,15.671,53.465,29.517,8.847,8.458,15.347,19.116,25.089,26.659.841-1.058-.994-3.08-1.6-3.966-4.044-5.924-9.851-10.781-13.073-17.29-.482-.974-2.672-6.48-2.431-6.746a3.54,3.54,0,0,1,2.337.2c8.64,6.067,16.213,13.418,23.47,21.04,1.314,1.378,2.386,3.769,3.926,5.432,5.161,5.59,14.343,11.706,20.941,15.657,4.989,2.987,18.53,10.864,23.76,10.328,2.411-.246,2.6-2.377.846-3.926-3.277-2.893-9.511-3.73-13.472-5.171-16.281-5.934-35.1-25.556-40.529-42.04-.964-2.937-3.68-10.569,1.112-6.278,7.321,6.549,13.742,14.294,21.906,20.36,3,2.229,6.756,3.941,9.737,6.18,7.346,5.516,13.541,13.57,21.448,18.392,7.617,4.65,32.027,9.58,41.193,9.639,8.886.054,17.177-3.213,25.9-4.118,1.491-.152,2.9.6,4.561.443,3-.29,33.335-15.77,37.06-18.343,12.291-8.488,24.125-21.177,35.732-30.9,10.234-8.581,21.443-15.942,31.84-24.208,12.237-9.733,18.122-18.988,34.831-23.072,33.975-8.306,51.885,20.843,74.007,39.4,8.94,7.5,19.3,14.741,28.966,21.32,4.281,2.913,10.4,5.422,14.146,8.557,1.968,1.643,3.336,4.364,5.816,5.737,5.619,3.1,14.412,3.415,20.6,5.225,5.009,1.466,9.378,4.886,15.022,4.049,8.7-1.294,12.434-5.55,7.745-13.816-4.172-7.346-15.066-9-22.727-10.254-3.745-.615-14.353.236-12.867-6.416.984-4.428,11.164-4.6,9.806-9.949-1.171-4.605-9.969-4.679-13.762-6.569-8.547-4.256-13.31-12.065-19.952-18.461-15.174-14.623-39.51-21.409-58.173-31.549-4.665-2.534-9.742-5.594-14.171-8.527-7.509-4.984-9.241-9.309-19.583-9.324,4.733,2.2,10.717,4.414,15.233,7.715,6.391,4.679,12.016,13.369,17.954,19.116a367.119,367.119,0,0,0,28.41,24.469c3.267,2.5,11.848,6.967,13.875,9.7,3.784,5.1-1.422,3-4.291,1.648-7.085-3.331-12.537-9.334-19.052-13.688-18.555-12.4-41.12-23.583-56.506-40.14-5.068-5.457-2.844-8.832,4.374-8.822M211.228,311.972c.4-.458-.207-2-.964-2.623-.984-.812-15.081-3.7-15.637-3.075-.423.477.216,1.978.974,2.608,1.629,1.353,14.505,4.354,15.627,3.09m14.879-7.262c-2.46,2.47,8.68,3.985,8.5.517-.079-1.506-7-2.027-8.5-.517m637.231,32.553c1.7-4,6.677-8.079,8.478-11.7a50.829,50.829,0,0,0,2.47-10.057c.443-11.888-10.436-14.909-10.953-26.053-.226-4.96,4.148-11.863-1.727-15.071-2.431-1.324-8.375,1.609-11.494,2.362-3.828.925-6.391.792-10.569,2.372-14.264,5.393-15.091,14.1-20.577,26.737-2.293,5.275-6.628,11.455-6.6,17.27.03,5.28.827,5.471,5.24,2.362,5.609-8.719,9.988-19.549,15.676-28.09,3.857-5.791,7.4-6.377,5.447,1.821-2.195,9.245-8.847,18.52-11.46,27.421-.994,3.38.384,8.315,3.951,5.555,4.359-3.37,7.927-16.542,11.578-19.44,1.265-1,4.153-.822,4.355.207.423,2.14-1.1,10.254-1.614,12.921-.994,5.068-3.71,11.523-4.443,16.306-.231,1.515.221,3.4,1.993,3.636,3.508.477,9.531-12.881,14.367-13.993,3.715-.851.669,5.309.723,5.653.256,1.584,4.172,1.009,5.156-.221M269.268,501.829c-14.958-2.2-29.936-1.781-44.726-5.127-34.964-7.912-62.287-28.612-97.856-34.615-17.167-2.893-34.723-1.727-51.807,1.014C63.2,464.976,54.947,474.172,45.2,479.855c-10.219,5.959-26.053,9.511-32.725,19.859C6.747,508.6,16.3,517.56,25.218,514.991c2.568-.743,8.025-4.556,9.235-4.679.94-.089,2.652.782,3.981.91,1.447.143,2.987-.448,4.423-.143,1.865.4,3.356,2.682,7.489,2.962,17.379,1.186,32.642-15.332,47.295-22.722,3-1.515,10.864-5.152,13.875-4.994,9.216.477,18.919,7.08,27.657,9.551,12.537,3.547,30.314.01,40.888,8.32,2.317,1.821,3.464,4.187,5.437,6.175,16.05,16.154,51.585,29.729,73.845,34.182,10.672,2.131,10.441-.138,19.322-4.153,2.234-1,13.064-4.355,12.995-6.726-.034-1.181-2.751-.876-3.513-.905-3.454-.128-13.728.453-15.145-3.238-2.558-6.662,6.761-7.248,11.1-8.837.856-.315,1.816-.448,1.865-1.614-4.108-1.156-8.783-2.908-13.132-2.7-1.565.079-2.785.822-4.315.959-4.074.369-11.356-.689-11.686-5.747-.394-6,10.22-5.442,12.439-9.762m42.433,34.7c-6.706,1.727-1.629,8.138,3.016,6.288,5.437-2.16.394-7.164-3.016-6.288M662.174,512.87c-4.97-4.276-10.294,6.908-2.042,6.19a3.511,3.511,0,0,0,2.042-6.19m-379.95,38.841c.536.408,11.45-.851,13.413-1,2.067-.153,6.347-3.656,6.16-6.234-.551-7.528-11.612-.01-14.82,1.643-1.648.846-4.35.841-4.812,3.031a7.772,7.772,0,0,0,.059,2.559m198.635-20.734c-1.747-1.525-9-1.865-10.677-.6-3.5,2.667,5.954,11.745,10.948,6.569a3.893,3.893,0,0,0-.271-5.973m144.634-8.443c-3.4,3.946,4,6.874,5.865,3.257,1.835-3.553-3.735-5.727-5.865-3.257M515.936,537.512c-3.3,1.309.738,5.442,4,4.832,5.673-1.068.359-6.564-4-4.832m65.092,1.274a48.878,48.878,0,0,0-5.319-1.752c-5.009-1.265-9.806-.9-14.914-1.068-.969-.034-1.826-.32-2.229.994-.561,1.835.187,1.516,1.132,2.008,2.839,1.476,8.148,3.4,11.292,3.538,1.894.084,9.162-.162,9.88-1.4a3,3,0,0,0,.157-2.322m16.321-5.717c-4.512,1.392-6.564,6.741,1.7,5.048,7.115-1.456,3.951-6.795-1.7-5.048m20.69-1.545c-3.154.96-4.719,3.764-.433,4.364,5.752.812,6.49-6.21.433-4.364M971.62,521.3c-1.063.167-1.2,2.032-.541,3.115.418.7,14.584,9.536,8.512,11.656-2,.7-8.793-3.961-11.479-4.886-5.176-1.786-10.943-1.83-16.08-3.808-1.875,1.525-.787,2.987.389,4.537,6.893,9.1,25.98,15.455,35.805,21.709,17.477,11.12,27.638,30.142,42.246,44.2,6.711,6.46,13.821,12.96,20.7,19.268,18.383,16.862,32.194,26.821,54.178,38.679,6.16,3.321,16.562,5.826,23.072,2.731,1.363-.645,6.367-4.182,7.188-5.279,6.884-9.211-10.746-15.155-16.084-18.894-9.531-6.672-10.392-13.251-16.749-21.354-8.04-10.249-22.25-7.917-33.646-11.73-25.32-8.473-38.517-25.669-56.978-42.925-6.136-5.737-12.64-10.264-18.584-16.719-5.112-5.545-11.149-15.607-17.63-18.663a40.807,40.807,0,0,0-4.32-1.638m-31.958,13.329c-.743.251-4.31,2.563-4.605,3.218-2.042,4.522,11.514,7.263,12.124,1.83.664-5.914-2.308-6.766-7.518-5.048M739.33,556.366c-3.862,1.407-1.265,6.057,1.8,7.631.886.458,7.361,3.016,7.691,2.78.546-.384,1.535-1.624,1.314-2.362-2.746-2.426-6.244-9.7-10.8-8.05m22.658,20.464c1.358,1.634,5.747-.354,3.931-3.282-2.066-3.331-6.126.649-3.931,3.282m51.6.876c.384-.408-.29-2.062-.9-2.682-1.205-1.22-9.772-2.967-11.765-2.9-3.976.143-2.544,2.977.477,4.34,2.426,1.1,10.3,3.277,12.188,1.24m353.42-14.7c.507-.576-.276-5.6-2.45-5.831-.827-.089-6.091,1.506-7.518,1.909-1.215.339-2.529-.005-3.316,1.442,1.948,1.309,12.075,3.853,13.285,2.48m-24.272,101.015c2.578-2.982-1.137-9.181-6.588-4.6-5.6,4.7,4.236,7.317,6.588,4.6' transform='translate(-0.002 -0.002)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103175' data-name='Tracé 103175' d='M139.722,81.493l10.859-6.057A178.915,178.915,0,0,0,170.037,59.2c2.209-2.126,11.558-13.187,13.669-13.319,1.678-.108,1.4,4.074,1.176,5.309-2.066,11.528-12.2,24.444-22.009,30.526-3.41,2.116-7.346,2.79-9.575,6.091.674.925,2.411-.438,3.2-.827,12.444-6.155,31.294-18.845,37.715-31.343,3.385-6.574,5.476-14.628,8.369-21.477,5.344-5.334,4.856,2.5,3.636,6.716-1.781,6.16-6.869,17.935-9.806,23.829-16.2,32.494-59.256,43.447-89,58.877-3.789,1.963-6.81,4.876-10.923,6.372-9.324,3.385-12.881-.118-6.145-7.8a10.32,10.32,0,0,0-3.838.64c-5.206,1.978-11.863,7.8-16.941,9.787-3.956,1.55-10.2,3.262-9.373-3.041l11.135-14.087C97.619,93.764,114.56,63.3,141.184,42.233a319.117,319.117,0,0,1,29.276-20.68c7.469-4.468,29.758-13.29,38.241-15.1,2.372-.507,7.838-1.511,6.17,2.436-1.624,3.828-19.45,13.108-24.09,16.547a151.636,151.636,0,0,0-16.724,15c-9.5,9.8-15.12,21.733-24.243,31.471-3.129,3.341-7.139,6.067-10.092,9.59' transform='translate(235.676 23.341)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103176' data-name='Tracé 103176' d='M48.955,79.933a41.033,41.033,0,0,1,4.935-1.023c3.774-.251,8.62,1.22,12.424,1.274,6.839.1,20.926-2.568,24.257-9.231a111.938,111.938,0,0,0,4.364-13.487c.3-2.332-1.132-3.912-3.469-3.626-7.351.905-9.206,18.407-20.316,21.177-5.014,1.255-12.891-.2-17.33-2.814-1.471-.866-4.453-4.315-5.491-4.453-2.741-.379-5.23,7.469-8.66,8.1-.955.177-3.07-.713-3.415-1.634-.974-2.623,5.265-9.639,6.633-12.06,3.474-6.155,2.445-10.648,8.557-16.3,7.725-7.149,19.3-8.212,29.232-5.639C85.218,41.391,90.749,45.377,95.4,45.6c5.462.266,13.969-4.512,18.068-3.484a2.733,2.733,0,0,1,1.732,3.37c-.763,2.254-6.731,6.062-8.867,8.2-3.8,3.808-9.457,11.76-10.106,17.108-.482,3.956,1.407,7.164-1.3,11.076-1.6,2.317-8.247,4.217-11.174,4.719-12.439,2.131-21.5-1.053-33.286-3.838-1.3,0-1.87-2.5-1.511-2.824M75.683,57.781c.458-.777.025-3.572-.881-4.089-4.492-2.549-12.153,6.574-10.234,8.119a9.33,9.33,0,0,0,4.084.359,56.642,56.642,0,0,0,7.031-4.389' transform='translate(141.733 152.668)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103177' data-name='Tracé 103177' d='M81.638,35.723c1.771-.423,4.182-.876,5.319.964,2.539,4.1-8.443,7.563-11.051,9.162C65.632,52.157,62.975,61.3,55.088,69.516c-4.994,5.2-11.445,13.064-16.513,17.33-2.229,1.88-8.37,6.795-8.379.743,0-3.449,12.547-18.756,15.273-22.776,2.145-3.159,3.72-7.71,6.131-10.5a98.04,98.04,0,0,1,11.853-9.87c2.347-1.5,15.858-8.168,18.186-8.724' transform='translate(118.379 138.566)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103178' data-name='Tracé 103178' d='M220.013,103.3c.615.492-4.965,12.99-5.988,14.559-7.474,9.447-12.862,25.325-25.994,27.81-4.394.831-19.16,3.223-15.293-4.571,4.615-2.667,8.621-6.741,12.911-9.673,6.465-4.428,12.763-6.943,18.574-12.685,3.976-3.926,7.651-10.077,11.691-13.6.787-.684,3.272-2.5,4.1-1.84' transform='translate(674.69 404.437)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103179' data-name='Tracé 103179' d='M53.1,67.289c3.026-2.5,7.449,3.543,8.935,5.639,6.677,9.437,11.942,21.143,18.742,30.688,2.071,6.761-3.7,6.662-8.232,3.73C62.042,100.55,53.485,86.173,51.916,73.8c-.172-1.338.359-5.836,1.186-6.514' transform='translate(203.402 261.46)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103180' data-name='Tracé 103180' d='M57.9,78.737c1.57-.6,2.209.345,2.913,1.5,4.394,7.2,7.169,17.389,10.589,25.173,2.6,5.929,6.992,10.884,9.28,15.863,2.062,4.478-.812,5.462-4.92,4.045-6.908-2.372-18.815-21.207-20.036-28.351-.556-3.247-1.511-16.828,2.175-18.23' transform='translate(216.355 307.954)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103181' data-name='Tracé 103181' d='M62.523,76.915c4.153-1.127,6.431,3.149,7.986,6.234,2.864,5.668,4.556,12.606,6.962,18.56,1.707,4.241,5.6,10.313,6.524,14.126.832,3.415-3.617,3.056-5.663,2.352C72.1,116.042,60.9,95.12,59.33,88.631c-.93-3.863-1.9-10.333,3.193-11.715' transform='translate(229.677 300.811)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103182' data-name='Tracé 103182' d='M66.819,71.564c2.219-.832,6.854,2.229,8.916,3.533,6.387,4.025,19.849,17.827,22.348,24.828,2.086,5.821-1.25,9.521-6.529,5.924-2.519-1.712-8.365-8.847-10.81-11.6-3.631-4.074-8.094-9.177-11.327-13.492-1.638-2.185-6.716-7.661-2.6-9.2' transform='translate(255.784 280.005)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103183' data-name='Tracé 103183' d='M89.28,113.218c-.935,1.584-4.453.969-6.027.118-5.772-3.129-17.2-19.554-19.337-25.837-3.843-11.307,1.712-15.721,9.132-5.6,5.924,8.074,10.441,19.524,16.021,28.031.054.905.605,2.618.212,3.287' transform='translate(245.663 298.877)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103184' data-name='Tracé 103184' d='M62.468,60.711c5.166-1.944,17.088,8.537,20.813,12.183,1.9,1.865,8.517,8.871,9.3,10.84,2.5,6.264-1.486,8.748-6.908,5.521-5.6-3.331-23.037-17.91-24.779-23.706-.536-1.791-.458-4.074,1.57-4.837' transform='translate(237.635 237.074)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103185' data-name='Tracé 103185' d='M58.122,63.055c.458-.59,1.958.625,2.465.881,7.459,3.789,24.021,18.579,29.1,25.32,4.3,5.693,1.289,7.9-4.817,5.59C79.28,92.73,66.261,82.83,62.934,77.856c-1.722-2.583-6.746-12.311-4.812-14.8' transform='translate(226.151 246.573)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103186' data-name='Tracé 103186' d='M50.638,68.292c.959-.3,1.752.827,2.406,1.353,2.937,2.381,12.271,20.395,14.377,24.931,1.766,3.794,7.44,19.017-1.1,17.113-2.17-.487-7.366-8.827-8.33-11.159-3.548-8.581-5.56-19.17-8.94-27.972-.325-1.043.738-4.005,1.589-4.266' transform='translate(192.054 267.538)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103187' data-name='Tracé 103187' d='M56.7,65.053c.9-.256,2.327.645,3.026,1.274,7.622,9.354,17.871,18.929,24.789,28.666,5.132,7.228,2.455,9.172-4.546,4.438-7.494-5.073-18.146-13.615-22.186-21.7C56.51,75.193,52.5,66.248,56.7,65.053' transform='translate(214.951 254.854)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103188' data-name='Tracé 103188' d='M62.7,122.993c4.881-1.073,13.039-1.447,17.905-.394,3.085.669,6.524,1.383,2.864,3.941-6.332,4.423-19.416,6.613-26.944,8.35-2.987.689-8.183,2.878-10.657,3.07-2.544.2-3.548-1.324-2.568-3.71,1.358-3.307,15.681-10.441,19.4-11.258' transform='translate(168.293 478.181)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103189' data-name='Tracé 103189' d='M181.714,127.563c-1.441,2.377-9.393-.91-11.391-2-5.373-2.923-17.91-15.342-18.087-21.546-.108-3.71,2.357-4.227,5.23-2.647,3.577,1.963,21.728,18.55,23.416,21.925.507,1.014,1.353,3.4.831,4.266' transform='translate(596.805 394.118)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103190' data-name='Tracé 103190' d='M134.192,118.466c-2.608,2.977-9.511.02-12.5-1.363a60.656,60.656,0,0,1-20.065-15.834c-1.757-2.165-8.389-10.5-1.84-7.853,8.325,3.37,16.464,9.737,23.854,14.771,2.278,1.55,13.7,6.7,10.554,10.279' transform='translate(380.094 364.212)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103191' data-name='Tracé 103191' d='M117.667,112.679c1.392,1.068-3.862,4.65-4.492,5.093-9.437,6.623-18.673,7.218-29.251,9.944-2.677.689-17.748,5.791-18.707,5.034-1.127-.891,2.982-4.512,3.71-5.043,9.486-6.933,22.127-9.245,33.212-11.553,2.189-.453,14.9-3.956,15.529-3.474' transform='translate(254.908 441.565)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103192' data-name='Tracé 103192' d='M213.389,98.555c1.151.994-1.6,3.917-2.091,5-3.169,7.056-4.005,14.7-9.973,20.1-2.323,2.1-12.517,9.944-13.6,3.356-.723-4.433,11.332-19.726,15.032-22.914,1.427-1.23,9.447-6.559,10.628-5.545' transform='translate(735.842 385.87)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103193' data-name='Tracé 103193' d='M147.682,82.334c4.5,4.217-5.467,4.271-8.325,4.266-6.8-.02-21.463-3.981-27.392-7.341-3.557-2.017-3-5.417.925-6.145,6.013-1.122,13.861.315,19.617,2.288,2.263.777,14.008,5.84,15.174,6.933' transform='translate(429.653 285.089)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103194' data-name='Tracé 103194' d='M74.2,68.853c2.524-.91,7.267,2.352,9.373,3.838,5.481,3.872,18.181,14.8,16.537,22.117-1.353,6.013-8.183-2.027-9.723-3.39-3.823-3.366-16.026-12.552-17.443-16.38-.753-2.027-1.23-5.289,1.255-6.185' transform='translate(283.619 269.309)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103195' data-name='Tracé 103195' d='M62.715,92.017c1.432-.423,3.887,3.439,4.64,4.5,4.984,7.036,9.113,15.893,13.531,23.421,1.009,1.722,6.82,8.276,2.962,9.718-4.128,1.54-9.467-5.973-11.6-8.852-3.676-4.965-11.258-17.039-11.9-22.885-.187-1.688.684-5.4,2.367-5.9' transform='translate(236.488 360.612)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103196' data-name='Tracé 103196' d='M119.9,76.447a7.913,7.913,0,0,1-3.164.945c-2.721-.261-8.266-2.741-11.43-3.449C99.8,72.712,83.05,70.768,79.9,66.808c-2.411-3.036.93-4.6,3.931-4.6,8.325-.01,18.953,1.525,26.452,5.142,2.209,1.068,11.489,5.978,9.624,9.1' transform='translate(309.983 243.874)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103197' data-name='Tracé 103197' d='M147.027,108.823c2.337,1.968-.064,4.571-2.288,5.24-8.124,2.441-27.869-3.518-35.008-8.153-2.691-1.737-5.186-5.4-.586-6.057,4.64-.664,18.85,4.527,24.331,5.973,2.293.6,12.768,2.342,13.551,3' transform='translate(417.865 391.233)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103198' data-name='Tracé 103198' d='M99.2,65.077c8.217-2.45,25.512-.069,32.489,5.245,1.786,1.363,3.311,3.38.846,4.871-.837.507-11.189-.226-13.295-.413-6.7-.605-13.339-2.1-20.07-2.514-4.674-1.343-4.246-5.914.029-7.189' transform='translate(375.69 251.341)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103199' data-name='Tracé 103199' d='M107.661,104.8c-2.859,3.292-8.345-2.244-10.569-4.409-3.287-3.2-14.225-16.011-10.382-20.444,3.557-4.1,10.746,4.369,13.206,7.179,2.844,3.242,11.351,13.521,7.745,17.674' transform='translate(336.77 309.089)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103200' data-name='Tracé 103200' d='M197.785,110.132c-.787.635-2.563.089-3.483-.413-4.5-2.44-12.03-10.958-16.823-14.6-3.626-2.751-7.853-4.91-11.312-7.74-.669-1.816,1.2-3.567,3.056-3.577,6.342-.02,20.4,9.162,24.621,13.964,1.776,2.022,6.337,10.421,3.941,12.365' transform='translate(650.889 328.538)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103201' data-name='Tracé 103201' d='M103.654,118.278c.418.305.172,2.731-1.028,3.051C90.94,128.6,82.147,135.4,67.475,134.864c-2.386-.084-4.984-1.9-2.972-4.064,7.312-2.681,14.328-6.7,21.664-9.3,3.129-1.112,15.2-4.9,17.487-3.218' transform='translate(250.051 462.034)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103202' data-name='Tracé 103202' d='M108.108,80.3c3.68-1.388,15.573,1.343,19.7,2.637,2.583.807,11.843,4.448,13.541,5.924,5.393,4.7-6.79,4.94-9.2,4.847-3.6-.143-22.929-6.195-25.025-8.414a3.041,3.041,0,0,1,.979-4.994' transform='translate(416.437 313.32)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103203' data-name='Tracé 103203' d='M131.085,93.411c9.014-2.657,25.547,1.5,33.124,6.992,1.3.945,5.211,4.266,5.043,5.791-.162,1.442-1.264.866-2.047.738-7-1.141-14.422-3.582-21.4-5.152-2.839-.64-15.917-2.475-16.882-3.72-1.569-2.022.03-4.02,2.16-4.65' transform='translate(502.958 362.977)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103204' data-name='Tracé 103204' d='M130.664,85.9c.605-1.048,7.061-1.456,8.635-1.4,6.1.241,26.285,6.524,29.252,11.833,2.037,3.646-.586,4.01-3.808,3.582-9.885-1.3-21.507-8.232-31.727-9.791-1.619-.207-3.055-3.011-2.352-4.227' transform='translate(511.531 331.25)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103205' data-name='Tracé 103205' d='M111.052,92.468c.3-.349,3.031-.113,3.887.069,4.576.984,15.046,6.712,20.385,8.808,3.715,1.456,12.788,3.577,15.361,5.476,1.973,1.451,2.14,3.257-.266,4.177-1.766.674-10.564-.728-13-1.269-4.689-1.043-24.459-9.914-25.979-13.969a10.708,10.708,0,0,1-.389-3.292' transform='translate(435.201 361.804)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103206' data-name='Tracé 103206' d='M165.205,81.524c-3-2.849.782-5.058,4.281-4.571,6.524.91,21.01,11.5,24.8,17,1.648,2.386,5.6,9.359-.034,8.365Z' transform='translate(643.392 301.418)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103207' data-name='Tracé 103207' d='M144.844,73.327c-1.973-1.535,2.17-3.838,3.907-4.153,7.843-1.422,25.728,2.859,32.484,7.3,1.948,1.279,5.654,3.922,5.108,6.421-.389,1.8-2.495,1.363-3.754,1.176-7.946-1.171-19.219-7.11-27.967-9.177-1.742-.413-9.388-1.26-9.777-1.565' transform='translate(565.798 270.099)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103208' data-name='Tracé 103208' d='M143.05,109.1c4.541,4.241-4.655,4.369-7.39,4.005-5.614-.743-24.744-9.959-27.726-14.441-1.963-2.947.285-4.783,3.469-4.035,4.6,1.087,14.1,5.9,18.825,8.138,2.509,1.186,11.425,5.029,12.823,6.333' transform='translate(420.257 370.317)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103209' data-name='Tracé 103209' d='M56.255,86.961c3.651-1.353,5.693,5.211,6.633,7.858,1.939,5.437,5.521,16.183,6.524,21.561,1.324,7.061-3.489,6.111-6.736,1.988-2.785-3.538-6.923-14.914-7.627-19.45-.423-2.751-1.638-10.9,1.205-11.956' transform='translate(213.375 340.205)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103210' data-name='Tracé 103210' d='M137.385,97.778a13.971,13.971,0,0,1,3.306-1.024c7.317-.217,27.077,14.55,27.214,22.245.04,2.234-1.107,2.947-3.124,2.317-4.7-1.471-13.743-11.046-18.26-14.628-1.82-1.447-10.874-6.018-9.137-8.911' transform='translate(537.737 379.305)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103211' data-name='Tracé 103211' d='M53.651,131.4a3.568,3.568,0,0,1,.172-2.352c.827-1.451,12.788-4.9,15.268-5.5,7.3-1.761,14.8-2.5,22.225-3.828,4.035-.718,4.045.9,1.014,3.051-8.035,5.7-20.729,9.58-30.551,9.6-1.23.005-7.666-.615-8.128-.979' transform='translate(209.82 468.694)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103212' data-name='Tracé 103212' d='M63.2,49.526c.605-.517,3.553-.325,4.571-.079,7,1.673,17.3,9.536,20.552,16.094,2.647,5.339,1.786,10.082-4.34,5.87-4.34-2.977-16.37-13.2-19.745-17.034-1.014-1.156-2.445-3.661-1.038-4.851' transform='translate(245.452 192.88)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103213' data-name='Tracé 103213' d='M71.279,72.658c1.86-3.016,9.728,2.9,11.435,4.438,3.464,3.129,11.647,13.59,11.794,18.018.084,2.44-.856,3.124-3.3,2.957-2.111-.138-6.933-6.992-8.793-8.98C79.87,86.371,68.8,76.678,71.279,72.658' transform='translate(278.036 281.534)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103214' data-name='Tracé 103214' d='M148.928,109.976c.792,4.231-2.79,2.952-5.535,3.474a39.387,39.387,0,0,1-11.425.8c-3.636-.3-19.558-3.562-21.34-6.032-2.519-3.5,1.511-4.187,4.256-4.113,10.756.3,23.2,4.8,34.044,5.875' transform='translate(430.582 408.094)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103215' data-name='Tracé 103215' d='M130.1,89.242c1.54-1.215,6.357-.428,8.31-.074,7.425,1.338,23.627,7.449,26.85,14.628,2.79,6.21-4.655,2.593-7.533,1.245-5.4-2.524-10.589-6.17-16.08-8.812-2.5-1.206-8.994-3.085-10.569-4.379-.851-.694-1.319-2.342-.979-2.608' transform='translate(509.617 347.302)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103216' data-name='Tracé 103216' d='M120.408,92.528c-1-1.25.748-3.587,2.386-3.99,5.565-1.368,28.819.226,32,5.3,1.087,1.732.827,3.415-1.255,3.966-4.379,1.161-22.3-2.48-27.652-3.715a51.753,51.753,0,0,1-5.476-1.56' transform='translate(470.887 345.266)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103217' data-name='Tracé 103217' d='M83.375,89.851c1.324-.458,1.88.344,2.775.92,6.067,3.9,18.766,17.831,16.936,25.384-1.85,7.622-7.878-4.359-9.526-6.515-3.272-4.291-11.2-11.681-11.209-17.034,0-.915.069-2.426,1.023-2.755' transform='translate(322.845 351.717)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103218' data-name='Tracé 103218' d='M95.582,103.739c2.465-.285,3.065,13.472,2.9,15.4-.29,3.228-2.4,8.06-3.774,11.1-1.043,2.3-5.516,12.473-8.148,8.055-.792-1.333.1-3.769.4-5.408,1.333-7.385,3.223-16.739,5.732-23.746.4-1.117,1.865-5.275,2.888-5.393' transform='translate(338.088 406.679)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103219' data-name='Tracé 103219' d='M69.27,60.88c3.715,2.106,7.917,2.844,11.765,4.65,3.262,1.535,6.332,3.848,9.486,5.639,2.185,1.235,11.027,4.64,11.233,6.933.128,1.471-3.607,1.432-4.723,1.328-6.918-.635-21.581-5.954-25.955-11.5-.674-.856-4.522-6.8-1.806-7.051' transform='translate(267.804 238.672)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103220' data-name='Tracé 103220' d='M79.224,58.628c3.607,3.479-.763,5.476-4.4,5.55A93.183,93.183,0,0,1,55.5,62.447c-10.269-2.46,3.838-8.778,8.522-9.127,3.636-.271,12.606,2.81,15.2,5.309' transform='translate(203.239 208.965)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103221' data-name='Tracé 103221' d='M68.891,101.3c1.717-.708,3.4-.074,4.915.733,2.258,1.206,9.432,8.4,11.607,10.672,2.859,2.982,8.37,10.1.374,9.57-3.966-.266-14.963-10.047-16.99-13.6-1.132-1.983-2.824-6.175.093-7.376' transform='translate(263.725 395.912)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103222' data-name='Tracé 103222' d='M172.245,96.775c1.643-.526,14.869,5.747,17.836,6.761,5.663,1.924,12.449,2.844,17.876,5.063,2.8,1.146,2.244,2.662-.236,3.685-2.982,1.225-8.546.113-11.809-.531-6.372-1.265-21.384-6.677-24.041-12.9-.349-.822-1.018-1.634.374-2.076' transform='translate(671.951 379.27)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103223' data-name='Tracé 103223' d='M107.513,63.231c4.532-1.368,15.268.1,20.016,1.407,6.3,1.737,18.255,8.517,3.735,8.153-7.946-.2-16.527-3.73-24.661-3.843-.768-.143-3.174-1.683-3.2-2.1-.044-.635,3.1-3.311,4.113-3.617' transform='translate(405.361 245.743)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103224' data-name='Tracé 103224' d='M207.964,104.439c.792.694-3.361,7.833-4.079,9.034-5.171,8.66-9.668,15.735-19.2,20.031-2.755,1.24-7.159,2.18-4.793-1.978,3.174-5.585,11.465-11.71,16.158-16.2,2.819-2.7,5.678-6.52,8.586-9.1.556-.487,2.721-2.322,3.331-1.786' transform='translate(702.583 409.059)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103225' data-name='Tracé 103225' d='M80.458,65.762c6.5-2.519,23.239,7.582,25.035,13.959.964,3.43-1.141,3.966-4.054,3-2.982-.994-17.359-8.96-19.908-11.017-1.934-1.565-4.679-4.542-1.073-5.939' transform='translate(308.526 256.261)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103226' data-name='Tracé 103226' d='M161.063,107.857c.3-.344,3.036-.123,3.887.064a151.2,151.2,0,0,1,14.707,4.576c2.268.812,18.092,7.125,10.471,10.033-4.389,1.678-26.993-6.9-28.676-11.381a10.7,10.7,0,0,1-.389-3.292' transform='translate(631.258 422.13)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103227' data-name='Tracé 103227' d='M64,55.17a4.363,4.363,0,0,1,2.642.094C69.2,55.79,80.6,60.9,82.594,62.555c4.4,3.661,7.346,11.494-1.023,10.352-3.489-.477-15.642-9.954-17.585-12.891-.871-1.309-2.062-4.069.01-4.847' transform='translate(246.376 215.593)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103228' data-name='Tracé 103228' d='M31.911,154.35a4.369,4.369,0,0,1-.945-1.845c-.492-2.367,2.308-14.86,3.37-17.605,1.073-2.78,6.81-10,7.941-4.65.841,3.966,1.383,8.586.32,12.483-.876,3.193-6.377,15.332-10.687,11.617' transform='translate(121.172 503.089)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103229' data-name='Tracé 103229' d='M149.133,93.492c-.374.32-6.711.684-7.9.62-3.587-.2-18.6-5.3-21.738-7.238-2.814-1.737-4.178-4.586-.049-4.856,4.084-.266,23.485,3.931,27.018,6.022,1.614.959,4.723,3.68,2.667,5.452' transform='translate(458.069 321.491)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103230' data-name='Tracé 103230' d='M100.966,82.528c.861-.3,6.977,1.383,8.35,1.83,4.286,1.4,16.754,8.232,19.549,11.44,1.919,2.209,1.958,3.557-1.25,4.03-3.666.541-11.907-3.6-15.391-5.526-4.172-2.308-7.73-5.506-11.843-7.9-.871-1.068-.792-3.4.585-3.877' transform='translate(391.296 323.401)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103231' data-name='Tracé 103231' d='M83.228,81.548c3.208-3.715,11.991,5.191,14.249,7.632,2.332,2.519,10.544,11.356,5.693,14.254-1.255.748-2.544-.3-3.538-.945-2.987-1.953-9.388-8.261-11.986-11.056-1.811-1.953-6.574-7.39-4.419-9.885' transform='translate(324.133 316.194)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103232' data-name='Tracé 103232' d='M126.774,68.513c4.482-1.363,25.084.881,28.331,4.231,2.9,3-1.929,4.605-4.694,4.665-3.921.084-21.782-2.165-24.838-3.685-3.282-1.624-1.639-4.35,1.2-5.211' transform='translate(485.181 267.007)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103233' data-name='Tracé 103233' d='M167.613,102.666c.738-.625,3.292-.148,4.35.2,2.568.841,15.588,7.986,18.146,9.742,1.6,1.1,4.635,2.623,3.616,5-2.121,4.94-13.954-.694-17.059-2.726-2.209-1.451-12.424-9.359-9.053-12.222' transform='translate(654.451 401.297)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103234' data-name='Tracé 103234' d='M90.509,69.994c.512-.546,10.156-.261,11.868-.044,3.927.5,18.2,5.378,17.33,10.441-.841,4.886-11.445.581-14.353-.576-3.621-1.432-10.943-4.96-13.531-7.6-.448-.458-1.939-1.55-1.314-2.219' transform='translate(354.237 273.167)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103235' data-name='Tracé 103235' d='M122.544,117.953c2.431,2.234,2.46,4.984-1.166,5.053-5.678.108-18.378-9.368-21.482-14.151-2.1-3.243-5.806-10.466.871-6.834,5,2.731,11.2,8.64,15.981,12.252,1.56,1.171,4.487,2.48,5.8,3.68' transform='translate(380.115 396.053)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103236' data-name='Tracé 103236' d='M100.683,115.756c1.481,1.181-1.2,5.8-2.16,7.1C95,127.649,82.7,133.214,76.878,132.973c-2.819-.113-4.049-1.589-1.673-3.661,3.671-2.195,22.245-16.139,25.478-13.556' transform='translate(289.895 452.56)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103237' data-name='Tracé 103237' d='M156.332,69.757c4.35-1.663,19.908,4.094,23.893,6.933,6.111,4.35,5.235,8.128-2.613,6.352-7.2-1.634-14.062-6.79-21.408-8.443a2.534,2.534,0,0,1,.128-4.842' transform='translate(605.605 272.311)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103238' data-name='Tracé 103238' d='M86.877,73.06c1.186-.443,2.1,0,3.188.31,3.976,1.146,17.915,9.053,19.332,12.567.659,1.643.207,3.228-1.476,3.872-3.9,1.486-15.617-5.088-18.555-8.143-1.422-1.476-5.939-7.317-2.49-8.606' transform='translate(335.61 285.684)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103239' data-name='Tracé 103239' d='M173.562,91.364c.822-.226,2.4.812,3.164,1.309,5.978,3.892,12.276,11.081,18.506,15.15,2.809,5.511-2.254,5.659-6.436,4.143-4.846-1.752-16.114-12.6-16.267-17.827-.025-.886.138-2.529,1.033-2.775' transform='translate(676.366 358.056)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103240' data-name='Tracé 103240' d='M119.862,103.764c4.276-1.274,19.278-1.963,24.361-1.978a51.719,51.719,0,0,1,7.4.571c3.085.714,3.124,2.741.28,3.912-5.368,2.2-25.123,3.626-30.89,2.47-3.676-.733-5.585-3.656-1.151-4.974' transform='translate(459.826 399.038)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103241' data-name='Tracé 103241' d='M106.461,112.152c-.315.394-3.685.034-4.463-.654L85.013,91.683c-2.942-5.9-.212-6.8,4.63-3.71,4.507,2.874,14.992,15.1,16.345,20.154.216.807.684,3.764.472,4.025' transform='translate(328.514 338.061)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103242' data-name='Tracé 103242' d='M93.5,109.119c.709.812,1.294,5.742,1.255,7.13-.108,4.286-5.545,16.188-9.354,17.772-8.109,3.37-2.012-11.3-.733-14.269,1.048-2.441,4.109-9.388,6.323-10.333a6.034,6.034,0,0,1,2.509-.3' transform='translate(318.591 427.569)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103243' data-name='Tracé 103243' d='M145.8,66.136a43.673,43.673,0,0,1,14.835-.2c1.894.369,6.057,1.442,5.589,4.118-.718,4.079-11.612,2.2-14.746,2.342-3.705.167-12.414,1.717-15.258,1.063a1.741,1.741,0,0,1-1.427-1.722c-.2-3.518,8.414-5.161,11.007-5.6' transform='translate(528.434 256.335)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103244' data-name='Tracé 103244' d='M69.924,79.575c1.324-.458,1.884.354,2.775.92,3.228,2.057,15.986,16.877,18.806,20.626,2.667,3.548.654,5.983-3.095,4.428-.959-.4-7.085-5.939-8.222-7.1C77.56,95.753,69.471,85.489,68.945,82.291c-.153-.959.064-2.4.979-2.716' transform='translate(270.112 311.436)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103245' data-name='Tracé 103245' d='M78.92,98.686c.708-.8,2.406.394,3.174.891,7.08,4.581,15.543,15.2,16.99,23.628.492,2.868-1.338,5.491-4.276,3.228-3.1-2.391-5.339-9.191-7.956-12.4-.192-2.293-8.5-14.692-7.932-15.342' transform='translate(309.286 385.827)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103246' data-name='Tracé 103246' d='M60.733,49.672c2.908-.5,9.826.526,12.808,1.378,3.356.964,12.07,4.517,9.383,9.2C81.286,63.1,69.27,57.879,66.269,56.993c-1.988-.585-10.918-1.427-10.525-4.34.2-1.456,3.666-2.755,4.989-2.982' transform='translate(218.487 194.22)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103247' data-name='Tracé 103247' d='M109.675,67.842c6.613-1.451,19.795,2.864,24.311,8.03,1.629,1.865,2.091,3.956-.945,3.631l-25.409-6.342c-3.075-2.273-1.23-4.6,2.042-5.319' transform='translate(415.8 264.848)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103248' data-name='Tracé 103248' d='M129.745,74.286c4.876-1.722,19.214,2.062,24.252,4.128,2.224.91,5.816,2.263,5.161,5.4-.708,3.38-4.433,2.012-6.721,1.4-4.241-1.141-18.614-5.412-21.65-7.336-1.176-.748-3.124-2.849-1.043-3.587' transform='translate(505.05 289.515)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103249' data-name='Tracé 103249' d='M163.779,72.547c2.627,2.2-.128,5.324-3.026,6.037-3.946.974-21.33-1.171-24.356-3.8-.758-.654-1.4-2.165-.984-2.6,1.806-1.85,12.665-.472,15.76-.4,3.164.074,10.018-1.4,12.606.768' transform='translate(530.351 279.215)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103250' data-name='Tracé 103250' d='M131.863,96.854c4.6-1.806,19.219,3.051,23.406,5.816,4.271,2.819,4.606,6.79-1.535,5.939-3.134-.433-16.37-5.476-19.775-7.012-2.4-1.082-5.826-3.287-2.1-4.743' transform='translate(510.48 378.163)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103251' data-name='Tracé 103251' d='M152.017,81.768c-.433.517-7.007-1.343-8.232-1.678-6.21-1.7-17.339-4-22.624-6.214-5.978-2.5.571-4.01,4.163-3.99,5.019.03,23.613,4.64,26.078,8.857.4.679.876,2.716.615,3.026' transform='translate(465.517 273.974)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103252' data-name='Tracé 103252' d='M121.49,78.086c.217-.241,3.218-.221,4.049-.128a185.171,185.171,0,0,1,24.267,5.132c4.236,1.333,11.376,5.7,3,5.693-5.186,0-12.256-1.791-17.3-3.247-2.637-.763-11.332-3.429-13.044-4.842-.768-.625-1.392-2.135-.974-2.608' transform='translate(475.758 305.368)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103253' data-name='Tracé 103253' d='M98,119.474c-1.1-.861-7.361-12.153-8.227-14.161-1.515-3.494-4.153-9.993,2.342-7.705,5.225,1.84,11.189,15.3,10.052,20.483A2.465,2.465,0,0,1,98,119.474' transform='translate(344.758 380.789)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103254' data-name='Tracé 103254' d='M159.371,101.71c-2.012,1.929-22.988,2.2-27.131,1.939-1.014-.064-15.888-1.363-13.118-4.335.354-.379,8.822-.743,10.353-.777,6.485-.158,14.19-.039,20.729.084.807.015,11.671.689,9.167,3.09' transform='translate(465.657 386.001)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103255' data-name='Tracé 103255' d='M55.384,122.807c1.993-.428,5.535-.807,5.786,2.086.133,1.55-5.944,5.412-7.518,6.465-2.549,1.707-8.242,5.467-10.805,6.49-2.716,1.083-5.3-.128-4.576-3.2,1.078-4.551,12.665-10.889,17.113-11.838' transform='translate(149.549 480.297)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103256' data-name='Tracé 103256' d='M70.509,60.713c-1.407-1.417-1.648-3.262.625-3.69,7.3,2.155,19.745,5.555,23.136,13.147,3.331,7.474-8.222,1.014-10.948-.615-2.987-1.791-5.152-3.9-7.828-5.9-1.269-.945-4.158-2.106-4.984-2.942' transform='translate(272.219 223.551)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103257' data-name='Tracé 103257' d='M97.7,86.58c4.286-1.422,18.747,9.265,23.514,10.958,1.865,2.012,1.324,4.089-1.584,4.414-6.465.733-19.982-7.887-22.653-13.767a1.236,1.236,0,0,1,.723-1.6' transform='translate(379.78 338.914)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103258' data-name='Tracé 103258' d='M64.931,44.939c2.549-.463,6.15-1.092,8.645-.517,1.929.448,4.458,2.495,2.613,4.483-2.121,2.278-9.644,2.9-12.857,3.985-3.179,1.068-10.864,6.569-10.087-1.506.354-3.744,8.537-5.88,11.686-6.446' transform='translate(208.523 173.249)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103259' data-name='Tracé 103259' d='M99.313,74.724c5.535,1.388,10.564,1.24,15.917,3.587,2.814,1.235,9.378,5.5,11.169,7.843,1.5,1.968,1.343,4.61-1.491,4.271-1.83-.217-6.785-2.992-8.783-4.005-4.089-2.076-10.3-5.353-13.841-8.074-.7-.546-3.725-2.755-2.972-3.621' transform='translate(388.875 292.945)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103260' data-name='Tracé 103260' d='M143.9,67.64c2.977-3.366,20.321-3.262,24.686-1.107,2.893,1.432,4.984,4.409.546,5.275-4.763.94-12.65-.8-17.836-1.028-1.417-.064-11.189,1.161-7.4-3.139' transform='translate(560.727 254.82)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103261' data-name='Tracé 103261' d='M136.382,70.315c2.9,2.795,1.23,5.521-2.79,5.348-5.319-.221-14.387-5-20.154-5.767a1.879,1.879,0,0,1-.881-2.194c1.142-5.289,20.749-.354,23.824,2.613' transform='translate(441.012 256.259)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103262' data-name='Tracé 103262' d='M97.264,86.386c-.467.581-3.243-.148-4.173-.566-2.3-1.038-8.566-5.757-10.7-7.558-2.406-2.027-8.36-8.891-2.244-9.57,1.771-.192,6.829,3.528,8.473,4.837,1.953,1.55,6.647,5.732,7.686,7.73.517,1.009,1.358,4.635.959,5.127' transform='translate(303.711 269.272)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103263' data-name='Tracé 103263' d='M83.616,95.162c4.015-1.151,13.516,13.851,13.615,17.787a2.7,2.7,0,0,1-4.517,2.239c-1.205-1.028-9.585-12.409-10.249-13.9-.856-1.9-1.166-5.467,1.151-6.131' transform='translate(320.798 372.823)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103264' data-name='Tracé 103264' d='M81.955,75.256c4.335-1.452,17.054,6.593,17.457,11.4.782,9.334-13.743-2.278-16.065-5.58a18.906,18.906,0,0,1-2.14-4.2,1.286,1.286,0,0,1,.748-1.619' transform='translate(318.163 294.352)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103265' data-name='Tracé 103265' d='M76.41,109.78c-.551.467-3.282.035-4.089-.384-1.825-.955-7.661-10.781-8.247-13.088-2.081-8.2,3.321-6.957,6.8-1.25,1.082,1.771,5.432,10.092,5.8,11.646a6.307,6.307,0,0,1-.271,3.075' transform='translate(249.377 354.672)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103266' data-name='Tracé 103266' d='M142.635,91.247c4.935-1.86,13.541,8.133,14.087,12.449.344,2.775-1.757,4.261-3.912,2.081-1.815-2.131-17.979-11.587-10.175-14.53' transform='translate(550.885 356.826)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103267' data-name='Tracé 103267' d='M170.7,87.192c-2.367,3.912-18.7-5.137-14.358-10.215,2.4-2.81,12.537,2.6,13.772,5.683.389.979,1.014,3.823.585,4.532' transform='translate(610.054 298.707)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103268' data-name='Tracé 103268' d='M140.162,80.522c1.358-.384,15.179,6.4,16.8,7.961,1.953,1.875,1.624,4.2-1.137,3.858a77.586,77.586,0,0,1-10.751-3.385c-1.363-.645-4.478-2.736-5.171-3.985s-1.4-3.981.256-4.448' transform='translate(545.51 315.616)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103269' data-name='Tracé 103269' d='M223.064,104.156c3.011-2.519,11.646,5.658,13.049,8.424,3.194,6.3-5.786,3.833-8.945,1.22-1.747-1.447-6.224-7.868-4.1-9.644' transform='translate(872.301 406.464)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103270' data-name='Tracé 103270' d='M48.538,34.5c2.711-.8,7.558-1.122,8.748,2.032,2.1,5.57-12.695,8.871-14.205,3.051-.561-2.165,3.572-4.527,5.457-5.083' transform='translate(168.691 133.112)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103271' data-name='Tracé 103271' d='M62.017,41.752c-.261-.2-.157-2.386.143-3.1,1.215-2.874,13.949-9.054,15.366-5.294,1.383,3.666-6.19,7.272-9.054,7.868a42.288,42.288,0,0,1-6.455.531' transform='translate(242.544 126.135)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103272' data-name='Tracé 103272' d='M106.543,73.158c-.935,1.068-14.879-2.426-16.119-4.182-2.052-2.913.664-4.074,3.464-4.094,2.2-.02,10.958,2.736,12,4.463.448.743.9,3.538.659,3.813' transform='translate(351.68 254.361)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103273' data-name='Tracé 103273' d='M206.856,92.106c2.711-.7,5.949,2.027,4.03,4.94-.984,1.5-10.372,7.331-11.76,7.066-2.047-.394-.94-2.652-.266-3.779,1.614-2.682,4.91-7.435,8-8.227' transform='translate(776.035 360.656)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103274' data-name='Tracé 103274' d='M149.286,93.216c1.732-.231,5.078,3.882,6.037,5.339.8,1.225,3.046,3.9,1.338,5.176-3.046,2.278-8.286-2.7-8.906-5.58-.3-1.417-.157-4.709,1.53-4.935' transform='translate(578.765 365.405)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103275' data-name='Tracé 103275' d='M160.4,85.594c1.043-1.215,7.154,2.155,8.36,3.2,1.156,1,5.89,6.672,2.824,7.528-1.791.5-13.541-7.986-11.184-10.726' transform='translate(627.613 334.536)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103276' data-name='Tracé 103276' d='M154.968,78.6a4.8,4.8,0,0,1,1.171,3.794c-.925,4.763-12.591,1.053-9.526-4.409,1.363-2.426,6.81-.886,8.355.615' transform='translate(572.768 300.756)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103277' data-name='Tracé 103277' d='M73.15,97.965c.369-.438,2.052-.015,2.78.512a74.188,74.188,0,0,1,6.7,8.04c.635,1.151.684,2.7-.536,3.11C78.882,110.7,71.182,100.3,73.15,97.965' transform='translate(285.53 383.344)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103278' data-name='Tracé 103278' d='M166.813,95.227c3.439-1.3,7.587,3.744,6.485,5.585-2.992,4.984-12.645-3.248-6.485-5.585' transform='translate(646.069 372.492)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103279' data-name='Tracé 103279' d='M27.264,59.457c-3.518-3.031,1.383-9.27,5.157-5.57,3.818,3.749-2.062,8.237-5.157,5.57' transform='translate(102.141 206.793)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103280' data-name='Tracé 103280' d='M29.089,62.121c-1.447,2.4-8.488.192-6.047-4.133,1.786-3.159,8.02.861,6.047,4.133' transform='translate(88.335 222.836)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103281' data-name='Tracé 103281' d='M30.134,56.788a3.046,3.046,0,0,1-1.363,5.324c-6.721,1.486-3.247-9.295,1.363-5.324' transform='translate(98.085 219.165)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103282' data-name='Tracé 103282' d='M24.072,54.924c4.989-2.057,8.473,3.489,3.174,4.93-4.094,1.117-5.7-3.887-3.174-4.93' transform='translate(89.623 213.55)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103283' data-name='Tracé 103283' d='M30.763,55.619c4.305-1.776,5.614,3.257,3.774,4.684-3.99,3.1-6.825-3.425-3.774-4.684' transform='translate(115.564 216.576)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103284' data-name='Tracé 103284' d='M33.961,52.209c4.532-1.7,4.438,5.053,1.737,5.821-3.08.881-5.378-4.453-1.737-5.821' transform='translate(125.832 203.605)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103285' data-name='Tracé 103285' d='M26.538,59.394c3.233-1.161,5.225,4.5,1.014,5.275-3.8.694-3.592-4.345-1.014-5.275' transform='translate(96.613 232.231)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103286' data-name='Tracé 103286' d='M28.062,59.075c2.391-2.022,6.844,1.742,4.094,3.887-2.874,2.249-6.131-2.165-4.094-3.887' transform='translate(107.519 229.327)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103287' data-name='Tracé 103287' d='M36.326,61.891c-2.131,2.534-6.982-1.57-3.2-3.858a2.533,2.533,0,0,1,3.2,3.858' transform='translate(124.383 225.93)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103288' data-name='Tracé 103288' d='M41.9,103.668c3.415-1.4,8.576,1.3,11.8,2.726,4.522,2.007,16.7,8.547,18.058,13.211.654,2.273.123,3.351-2.293,3.528-5.432.408-19.475-8.625-24.031-12.143-1.486-1.142-7.513-5.7-3.533-7.321' transform='translate(159.002 404.886)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103289' data-name='Tracé 103289' d='M11.554,111.081c-.364-.433-.335-2.5-.172-3.233.581-2.657,12.153-7.991,15.1-8.522,1.855-.325,9.5-.29,9.693,1.914.153,1.722-10.746,6.15-12.754,6.938-2.071.812-10.584,4.438-11.863,2.9' transform='translate(44.169 388.812)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103290' data-name='Tracé 103290' d='M27.052,99.878c.807-.92,6.992-2.765,8.532-3.036,3.164-.556,17.147-.856,16.035,4.463-.812,3.9-19.972,2.436-23.677,2.578a2.5,2.5,0,0,1-.891-4.005' transform='translate(103.475 378.523)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103291' data-name='Tracé 103291' d='M51.1,107.178c2.942-1.073,18.643,5.024,21.251,7.523,2.067,1.978,1.712,3.818-1.255,4.03-4.546.325-19.741-4.059-21.546-8.438a2.418,2.418,0,0,1,1.55-3.115' transform='translate(193.596 419.684)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103292' data-name='Tracé 103292' d='M35.9,99.636c4.118-.832,10.987-1.476,14.973-.359,5.87,1.653,7.976,7.538-.015,7.513-5.8-.015-11.794-2.854-17.743-2.721-4.984-2.608-.541-3.759,2.785-4.433' transform='translate(121.076 386.86)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103293' data-name='Tracé 103293' d='M241.5,142.683c-1.151,1.378-16.651-5.24-18.934-6.741-2.406-1.584-7.066-5.176-5.708-8.375,2.416-5.717,11.553,3.808,13.9,5.531,2.3,1.683,8.419,5.1,9.816,6.923.507.659,1.383,2.121.93,2.662' transform='translate(849.211 493.028)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103294' data-name='Tracé 103294' d='M212.762,121.561c1.948-.728,8.65,3.154,10.224,4.65,3.951,3.759,3.193,8.291-2.947,6.741-3.1-.777-11.627-9.762-7.277-11.391' transform='translate(829.355 476.209)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103295' data-name='Tracé 103295' d='M180.81,80.381a4.108,4.108,0,0,1-4.984.408c-3.061-2.618-.167-10.707,1.535-13.762,1.186-2.135,2.559-4.566,5-4.256,3.351.418,3.439,4.256,3.218,7.041-.108,1.333-3.971,9.727-4.773,10.569' transform='translate(684.032 245.981)' fill='%2399be3f'/%3E%3Cpath id='Tracé_103296' data-name='Tracé 103296' d='M176.517,59.675c5.9-2.017,2.716,11.292-1.545,10.726-4.394-.576-1.338-9.742,1.545-10.726' transform='translate(677.308 233.131)' fill='%2399be3f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1185px;
  height: 708px;
  z-index: 0;
  opacity: 0.16;
}
body main .lame-faq .container {
  position: relative;
  z-index: 1;
  max-width: 1420px;
}
body main .lame-faq .bloc-titre {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  body main .lame-faq .bloc-titre {
    padding-top: 40px;
  }
}
body main .lame-faq .bloc-titre .titre {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  body main .lame-faq .bloc-titre .titre {
    margin-bottom: 30px;
  }
}
body main .lame-equipe {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  body main .lame-equipe {
    margin-bottom: 300px;
    margin-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  body main .lame-equipe {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  body main .chiffres-container {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  body main .chiffres-container {
    position: relative;
    height: 300px;
  }
  body main .chiffres-container .chiffres {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body footer {
  background-color: #343a40;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 100px 30px;
}
@media screen and (max-width: 991px) {
  body footer {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 30px;
  }
}
body footer:before {
  content: "";
  flex: 0 0 387px;
  order: -1;
  align-self: center;
  width: 387px;
  background-image: url("data:image/svg+xml,%3Csvg width='387' height='271' viewBox='0 0 387 271' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.3638 142.034C36.959 130.927 37.2724 119.805 37.6797 108.698L40.0765 42.0107H39.9198L36.4108 108.635C35.8311 119.742 35.1732 130.849 34.7815 141.955C34.4369 153.078 34.0609 164.184 34.0139 175.322H34.1706C35.1105 164.231 35.7215 153.14 36.3638 142.034Z' fill='%23CA9E67'/%3E%3Cpath d='M36.1758 42.4503C36.6301 45.729 37.1157 48.992 37.617 52.255H37.7737C37.5387 48.9449 37.288 45.6506 37.006 42.3562C36.7241 39.3285 36.4891 36.2852 36.1914 33.2575L46.2644 34.0733C49.8675 34.3243 53.4863 34.6066 57.0893 34.8106L78.7549 36.0812L121.741 38.5912L115.365 51.6745L115.506 51.753L122.321 38.4971L122.478 38.1834L122.117 38.152L78.8332 34.8576L57.199 33.2104C53.5959 32.9281 49.9772 32.7398 46.3741 32.4888L35.5335 31.9084L34.7659 31.8613L34.8599 32.6143C35.2672 35.893 35.7528 39.156 36.1914 42.4346L36.1758 42.4503Z' fill='%23CA9E67'/%3E%3Cpath d='M40.7658 31.3904C44.3219 29.0843 47.831 26.6999 51.3244 24.3154C54.8178 21.9152 58.2643 19.468 61.742 17.0364L66.896 13.3342L72.003 9.5692L81.7626 2.30593L98.8381 19.4836L116.352 36.9908L116.462 36.881L99.3864 18.9346L82.2796 1.03525L81.9036 0.643066L81.4493 0.956815L71.0787 8.29852L65.9091 11.9851L60.7864 15.7344C57.4027 18.2757 54.0032 20.8171 50.6508 23.3898C47.2983 25.9782 43.9459 28.5667 40.6561 31.2335L40.7501 31.359L40.7658 31.3904Z' fill='%23CA9E67'/%3E%3Cpath d='M103.084 22.276H103.24L102.99 9.09856L104.29 8.61225L104.525 8.53382L104.572 8.28282L105.684 1.42742L108.269 1.75685C108.097 5.88264 107.83 10.0084 107.862 14.1342C107.893 16.2991 107.924 18.4483 108.018 20.6131C108.112 22.778 108.206 24.9428 108.41 27.092H108.566C108.817 24.9428 108.974 22.778 109.115 20.6288C109.271 18.4796 109.35 16.3148 109.428 14.1499C109.475 11.985 109.553 9.83587 109.553 7.67101V1.17642V0.580298L108.974 0.533236L105.245 0.2038L104.681 0.156738L104.619 0.69011L103.71 7.89063L102.41 8.424L102.128 8.53382V8.81619L103.052 22.2603L103.084 22.276Z' fill='%23CA9E67'/%3E%3Cpath d='M39.7475 23.5311C39.7789 24.2214 39.8259 24.8959 39.8729 25.5862C39.9199 26.2764 39.9669 26.951 40.0295 27.6412H40.1862C40.2645 26.9667 40.3272 26.2764 40.3742 25.6019C40.4212 24.9116 40.4995 24.237 40.5308 23.5468L40.7501 20.1269C41.9094 20.2681 43.0686 20.4093 44.2279 20.5191L44.9328 20.5976L45.0268 19.8603C45.2305 18.3072 45.4028 16.7385 45.5751 15.1697C45.7475 13.601 45.8728 12.0479 46.0138 10.4792L46.7344 1.53737L48.7709 1.22362L48.8336 11.9224L48.9432 23.2487H49.0999L49.4915 11.9381L49.8362 0.611809V0L49.2252 0.0784371L46.1078 0.454935L45.6535 0.501997L45.5908 0.972619L44.4629 10.338C44.2906 11.9067 44.0869 13.4598 43.9459 15.0285C43.8206 16.362 43.7109 17.6954 43.6013 19.0288C42.4734 18.9661 41.3611 18.919 40.2332 18.872L39.5439 18.8406L39.5752 19.4681L39.7475 23.5625V23.5311Z' fill='%23CA9E67'/%3E%3Cpath d='M98.2272 78.2799H98.1332L81.6687 77.4014L73.4442 76.9465L69.3242 76.7426L65.2041 76.6484H65.0161L64.8751 76.7112C62.8543 77.6054 60.8491 78.4996 58.8596 79.4565C56.87 80.3977 54.8805 81.3704 52.9223 82.4057L52.985 82.5469C55.0998 81.9037 57.1833 81.1821 59.2669 80.4448C61.2877 79.7389 63.2929 78.9702 65.2981 78.2015L69.2615 78.3741L73.3816 78.4525L81.6217 78.5623L98.0235 78.7976L104.963 83.7548L105.057 83.6293L98.2899 78.2956L98.2272 78.2486V78.2799Z' fill='%23CA9E67'/%3E%3Cpath d='M87.6372 74.4372H87.5589L80.1648 73.9666L76.4677 73.7156C75.2301 73.6372 73.9925 73.6215 72.7549 73.6842H72.5669L72.4729 73.7313C70.7654 74.5157 69.0892 75.3471 67.4756 76.3668L67.5383 76.508C69.3555 76.1942 71.0944 75.7079 72.8333 75.1588C74.0395 75.2687 75.2301 75.3314 76.4363 75.3L80.1491 75.2373L87.5119 75.1588L92.8382 77.1355L92.9009 76.9943L87.7156 74.4686L87.6686 74.4372H87.6372Z' fill='%23CA9E67'/%3E%3Cpath d='M93.2142 107.098L93.4962 116.479H93.6528L93.9975 107.098L94.2638 97.7172C94.3578 94.5954 94.5458 91.4579 94.4518 88.3361C94.3578 85.2144 94.1855 82.0769 93.7782 78.9551H93.6215C93.1829 82.0769 92.9949 85.1987 92.8852 88.3361C92.7756 91.4579 92.9322 94.5954 93.0105 97.7172L93.2142 107.098Z' fill='%23CA9E67'/%3E%3Cpath d='M56.6664 88.2891C56.2121 90.8147 56.0397 93.3247 55.9144 95.8504C55.7891 98.3761 55.9771 100.886 56.0241 103.412L56.2121 110.973L56.494 118.534H56.6507L57.011 110.973L57.293 103.412C57.3713 100.886 57.5906 98.3761 57.4966 95.8504C57.4026 93.3247 57.246 90.799 56.823 88.2891H56.6664Z' fill='%23CA9E67'/%3E%3Cpath d='M48.6613 126.879C50.1965 126.691 51.622 126.268 53.032 125.781C54.4419 125.295 55.7264 124.526 57.058 123.883C58.6246 123.114 60.1755 122.346 61.742 121.546L64.6402 120.369L79.5068 120.95C84.4571 121.154 89.3918 121.436 94.3578 121.389C96.3943 121.985 98.4152 122.644 100.483 123.193C102.567 123.773 104.666 124.338 106.796 124.824L106.843 124.667C104.854 123.789 102.833 122.973 100.812 122.189C98.7911 121.373 96.739 120.667 94.7181 119.899L94.6398 119.867H94.4988C89.5171 119.616 84.5355 119.695 79.5538 119.679L64.6088 119.632H64.5305L64.4678 119.663L62.0083 120.761C60.2068 121.405 58.4052 122.048 56.6037 122.722C55.2095 123.24 53.7682 123.648 52.4523 124.338C51.1364 125.028 49.8362 125.766 48.6456 126.754L48.6769 126.832L48.7082 126.911L48.6613 126.879Z' fill='%23CA9E67'/%3E%3Cpath d='M106.53 131.712L106.577 131.555L93.3708 127.194H93.3238L93.2612 127.178L80.0551 126.958L73.4599 126.817C71.2667 126.77 69.0578 126.723 66.8647 126.754H66.7393L66.6453 126.786C64.0449 127.539 61.46 128.37 58.8752 129.217C56.3061 130.096 53.7369 130.959 51.1991 131.947L51.2461 132.104C53.9249 131.617 56.5724 130.99 59.2199 130.378C61.8203 129.735 64.4052 129.107 66.9743 128.37C69.1362 128.401 71.298 128.354 73.4755 128.307L80.0708 128.166L93.2299 127.947L106.546 131.696L106.53 131.712Z' fill='%23CA9E67'/%3E%3Cpath d='M326.914 78.1864L334.574 79.6453C339.681 80.6022 344.804 81.5121 349.942 82.2965L349.973 82.1396C344.945 80.7905 339.9 79.5669 334.84 78.3903L327.243 76.649L319.629 75.0175L289.065 68.9308L288.893 68.8994L288.752 68.9778L259.316 83.5985L259.379 83.7397L289.018 69.9348L319.284 76.6333L326.914 78.202V78.1864Z' fill='%23CA9E67'/%3E%3Cpath d='M248.053 63.2203L248.147 63.3458L266.993 51.1253C266.993 51.6116 267.008 52.0979 267.04 52.5842L267.087 53.5411C266.037 53.9647 264.987 54.3883 263.938 54.8118L263.421 55.0158V55.5491L264.204 77.9821V78.4841L264.69 78.3743L268.371 77.5272L268.512 77.4958L268.591 77.3703L275.186 66.3107L275.045 66.2323L268.089 76.8997L265.003 77.4958V56.0825C266.288 55.5805 267.604 55.1099 268.904 54.5765L270.69 54.3098C270.768 55.3923 270.878 56.459 270.972 57.5414C271.097 58.9062 271.191 60.271 271.348 61.6358C271.63 64.3655 271.927 67.0794 272.319 69.809H272.476C272.554 67.048 272.523 64.3184 272.476 61.5731C272.476 60.2083 272.397 58.8435 272.366 57.463C272.319 56.0982 272.288 54.7334 272.225 53.3529L272.178 52.4901L271.316 52.5999L268.591 52.9607H268.497L268.481 52.9764L269.938 52.145L270.298 51.941L270.267 51.5959C270.188 50.7958 270.079 49.9801 270 49.18L297.431 31.3905C305.091 39.1715 312.658 47.0309 320.428 54.6863L332.334 66.2793C336.329 70.107 340.339 73.9348 344.428 77.6841L344.537 77.5742C340.793 73.4798 336.971 69.4795 333.148 65.4636L321.572 53.5411C313.801 45.6504 305.828 37.9479 297.948 30.1669L297.588 29.8218L297.18 30.0885L269.922 48.4741C269.781 47.1721 269.64 45.8857 269.483 44.5836V44.4268H269.327C268.825 44.3797 268.324 44.3797 267.886 44.3483C267.604 45.4307 267.337 46.7642 267.165 48.1917C267.055 48.929 267.008 49.6977 266.993 50.4664L248.053 63.236V63.2203ZM269.092 51.2508L268.528 51.5018C268.559 51.0468 268.575 50.5762 268.559 50.1056L269.092 49.7605C269.092 50.2625 269.092 50.7488 269.092 51.2508ZM268.497 48.8349C268.387 47.5172 268.199 46.121 267.98 44.4738L269.107 44.7562C269.092 46.1837 269.107 47.6113 269.107 49.0389L268.544 49.4154C268.544 49.2271 268.528 49.0389 268.497 48.8349Z' fill='%23CA9E67'/%3E%3Cpath d='M293.812 58.5453C294.266 56.1295 294.392 53.6822 294.658 51.235L295.426 43.9247L296.115 36.5986H295.958L294.642 43.8148L293.405 51.0624C292.998 53.4783 292.465 55.8785 292.246 58.3257C292.011 60.7729 291.854 63.2202 291.948 65.7145H292.105C292.872 63.3614 293.373 60.9612 293.812 58.5453Z' fill='%23CA9E67'/%3E%3Cpath d='M316.621 46.8113H316.778L316.496 43.0464L321.666 44.7092C321.525 45.8701 321.446 47.031 321.493 48.2075C321.525 49.5566 321.634 50.9057 321.932 52.2862H322.089C322.527 50.9685 322.778 49.6351 322.966 48.3016C323.169 46.9682 323.216 45.6191 323.169 44.27V43.6425L322.637 43.5327L316.183 42.1992L315.619 42.0737L315.728 42.6071L316.621 46.8427V46.8113Z' fill='%23CA9E67'/%3E%3Cpath d='M219.714 201.332C219.604 199.967 219.479 198.618 219.338 197.254H220.575H221.421L221.39 196.406C221.296 193.583 221.155 190.743 221.03 187.92L220.669 179.433C220.466 174.287 220.199 169.142 219.949 163.996C221.688 163.933 223.395 163.792 224.978 163.588C224.696 165.989 224.57 168.389 224.492 170.773C224.398 173.628 224.617 176.483 224.711 179.323L225.009 187.872L225.385 196.422H225.541L225.792 187.857L225.964 179.291C226.011 176.436 226.199 173.581 226.058 170.742C225.949 168.326 225.792 165.91 225.463 163.494C226.105 163.416 226.716 163.322 227.296 163.228L227.406 161.078C228.784 161.314 230.147 161.423 231.51 161.471C233.249 161.549 234.988 161.314 236.727 161.22C239.421 161.047 242.131 160.874 244.826 160.655C244.794 161.172 244.779 161.69 244.763 162.208V163.024L245.593 163.039C246.298 163.039 247.019 163.039 247.74 163.039L247.63 170.334L247.552 178.586L247.458 186.837C247.411 189.41 247.505 191.983 247.661 194.555C247.144 194.665 246.627 194.791 246.11 194.916L245.64 195.042V195.449C245.75 197.097 245.86 198.744 246.048 200.391H246.204C246.424 198.916 246.565 197.442 246.706 195.951C247.301 195.889 247.896 195.826 248.492 195.748L249.04 195.685V195.073C249.15 192.312 249.15 189.567 249.04 186.821L248.68 178.57L248.335 170.318L247.99 163.039C250.841 162.961 253.646 162.663 255.98 162.286L256.152 159.086V158.866H255.933C252.972 158.71 250.027 158.615 247.066 158.506C246.847 158.286 246.643 158.066 246.408 157.847L245.123 156.811L244.481 156.294L243.776 155.87L242.335 155.054L240.768 154.443C240.251 154.207 239.687 154.145 239.155 154.003L238.325 153.831C238.043 153.784 237.761 153.784 237.479 153.768C235.238 153.564 232.889 153.831 230.836 154.819C228.816 155.792 226.983 157.172 225.667 158.976L225.776 159.086C227.641 157.957 229.505 157 231.432 156.278C233.359 155.588 235.332 154.992 237.4 155.023C237.651 155.023 237.917 155.007 238.168 155.023L238.936 155.133C239.437 155.211 239.969 155.243 240.455 155.431L241.943 155.886L243.369 156.56L244.09 156.89L244.747 157.329L246.079 158.208C246.189 158.286 246.283 158.38 246.392 158.459C246.126 158.459 245.875 158.443 245.609 158.427H245.045L244.967 159.055C244.92 159.431 244.904 159.823 244.873 160.2C242.147 160.09 239.437 159.996 236.711 159.933C234.972 159.902 233.233 159.729 231.494 159.87C230.147 159.98 228.8 160.137 227.453 160.404V160.012L227.484 159.792H227.249C223.818 159.604 220.387 159.494 216.957 159.368H216.393L216.314 159.996C216.205 161.047 216.142 162.082 216.111 163.133V163.949L216.941 163.965C217.85 163.981 218.774 163.965 219.683 163.949C219.683 169.095 219.636 174.24 219.683 179.401L219.714 187.888C219.714 190.445 219.714 193.002 219.73 195.559L218.445 195.591H217.536L217.646 196.485C217.881 198.305 218.163 200.124 218.476 201.944L218.57 202.509H219.103C220.419 202.493 221.75 202.43 223.066 202.383C224.398 202.321 225.714 202.321 227.045 202.242V202.085C225.745 201.881 224.429 201.662 223.098 201.552C221.97 201.458 220.842 201.348 219.714 201.27V201.332ZM246.298 159.714C246.784 159.698 247.285 159.682 247.771 159.666C248.022 159.886 248.272 160.106 248.539 160.325L248.648 160.216C248.476 160.027 248.304 159.839 248.116 159.651C250.638 159.557 253.16 159.478 255.682 159.337L255.839 162.176C252.267 161.722 249.353 161.392 246.392 161.392C246.392 161.11 246.377 160.827 246.361 160.561C246.627 160.545 246.894 160.529 247.16 160.498V160.341C246.894 160.341 246.612 160.325 246.345 160.31C246.345 160.106 246.314 159.902 246.298 159.714ZM217.756 162.38C217.74 161.816 217.693 161.251 217.646 160.686C220.779 160.576 223.912 160.467 227.045 160.31V160.561C226.81 160.623 226.56 160.67 226.309 160.733V160.89C226.575 160.953 226.826 161 227.077 161.047L227.186 163.149C226.56 163.071 225.964 162.992 225.385 162.929C225.353 162.694 225.322 162.459 225.291 162.224H225.134C225.103 162.443 225.087 162.663 225.056 162.882C222.424 162.569 220.106 162.365 217.756 162.365V162.38Z' fill='%23CA9E67'/%3E%3Cpath d='M255.243 199.152L255.635 194.085V193.834H255.384L253.614 193.771L254.037 178.382C254.131 175.762 254.147 173.158 254.022 170.538C253.896 167.918 253.724 165.314 253.379 162.694H253.223C252.878 165.314 252.69 167.918 252.58 170.538C252.455 173.158 252.471 175.762 252.565 178.382L252.988 194.069V194.399H253.301L255.134 194.336L255.087 199.152H255.243Z' fill='%23CA9E67'/%3E%3Cpath d='M211.944 200.58C213.197 200.391 214.466 200.14 215.703 199.638V199.481C214.403 199.121 213.119 199.027 211.85 199.011C210.581 198.979 209.328 199.262 208.059 199.403C205.599 199.701 203.14 200.015 200.68 200.407C200.571 199.795 200.477 199.199 200.351 198.587C199.928 196.517 199.458 194.446 198.91 192.391C198.816 192.061 198.722 191.732 198.628 191.387L201.698 191.308C204.393 191.23 207.103 191.293 209.798 191.026C212.492 190.775 215.187 190.461 217.85 189.881V189.724C215.124 189.441 212.414 189.41 209.704 189.442C206.993 189.473 204.315 189.818 201.62 190.038L198.315 190.32C197.923 188.971 197.516 187.622 197.046 186.304L196.889 186.335C197.077 187.685 197.281 189.034 197.484 190.383L195.808 190.524L196.153 188.767L195.996 188.72C195.73 189.332 195.511 189.943 195.26 190.571L193.521 190.712L185.438 191.465V191.622L193.552 191.497L194.9 191.465C194.539 192.453 194.195 193.457 193.881 194.461C193.255 196.407 192.722 198.383 192.236 200.36C192.236 200.36 192.236 200.376 192.236 200.391C192.048 200.329 191.845 200.282 191.657 200.25C191.187 200.156 190.733 200.391 190.263 200.501C189.338 200.705 188.414 200.925 187.49 201.223V201.38C188.445 201.568 189.385 201.662 190.341 201.756C190.811 201.803 191.296 201.976 191.751 201.835C191.813 201.819 191.876 201.788 191.939 201.772C191.171 205.301 190.701 208.894 190.419 212.486C190.247 214.526 190.153 216.581 190.184 218.62C190.216 220.675 190.325 222.73 190.686 224.754C191.062 226.778 191.625 228.786 192.644 230.605C193.114 231.452 193.725 232.252 194.43 232.927C193.537 233.884 192.706 234.919 192.048 236.08C191.547 236.959 191.171 237.947 190.999 238.982C190.889 234.59 190.592 230.213 190.2 225.852C189.479 218.087 188.492 210.337 187.02 202.682C185.892 197.003 184.654 191.324 183.166 185.724C183.777 185.724 184.388 185.724 184.983 185.708C186.769 185.661 188.524 185.3 190.294 185.065C193.834 184.594 197.359 184.108 200.899 183.527V183.37C197.312 183.449 193.74 183.621 190.184 183.794C188.398 183.888 186.612 183.841 184.842 184.123C184.169 184.233 183.495 184.343 182.806 184.484C182.508 183.402 182.195 182.319 181.881 181.237C182.007 179.809 182.116 178.382 182.21 176.954C182.32 174.805 182.43 172.656 182.445 170.507C182.492 168.358 182.43 166.208 182.383 164.059L182.273 158.177H191.39L201.103 158.098V157.941L191.406 157.471L181.709 157.047L181.145 157.016V157.612L180.957 164.059C180.895 166.208 180.816 168.358 180.848 170.507C180.848 172.656 180.942 174.805 181.02 176.954C181.145 179.103 181.271 181.253 181.521 183.402H181.678C181.725 183.025 181.756 182.649 181.787 182.272C181.928 183.057 182.069 183.825 182.21 184.61C181.333 184.798 180.456 185.033 179.579 185.331V185.488C180.002 185.551 180.425 185.598 180.832 185.629C180.08 187.669 179.391 189.724 178.733 191.795C166.764 192.03 154.811 192.548 142.843 193.05C130.436 193.614 118.044 194.461 105.653 195.214L31.2724 199.78V199.936L105.715 196.485C118.122 195.905 130.53 195.403 142.937 194.634C154.843 193.85 166.764 193.097 178.654 192.046C177.636 195.293 176.712 198.587 175.882 201.897C164.023 202.227 152.195 202.839 140.352 203.435C127.851 204.109 115.365 205.05 102.88 205.913L27.9513 211.106V211.263L102.958 207.184C115.459 206.494 127.96 205.898 140.446 205.019C152.242 204.156 164.038 203.309 175.803 202.18C175.427 203.67 175.051 205.16 174.707 206.666C173.03 213.977 171.918 221.428 171.229 228.895C170.571 236.363 170.336 243.94 171.511 251.407C172.137 255.109 173.124 258.811 174.942 262.137C176.727 265.447 179.563 268.286 183.119 269.62L183.182 269.479C179.72 268.067 177.025 265.212 175.365 261.917C173.673 258.623 172.795 254.952 172.294 251.297C171.292 243.924 171.683 236.425 172.482 229.037C173.328 221.632 174.785 214.322 176.242 207.011C176.571 205.364 176.915 203.717 177.26 202.054C177.464 202.038 177.667 202.023 177.871 201.991V201.835C177.683 201.835 177.495 201.835 177.307 201.85C178.012 198.556 178.764 195.262 179.547 191.983C179.735 191.967 179.923 191.951 180.096 191.936V191.779C179.923 191.779 179.751 191.779 179.594 191.779C180.08 189.74 180.566 187.7 181.051 185.645C181.505 185.677 181.96 185.708 182.414 185.724C183.464 191.465 184.529 197.207 185.453 202.964C186.722 210.62 188.054 218.275 188.931 225.993C189.793 233.696 190.357 241.461 190.059 249.211C189.918 253.085 189.526 256.96 188.649 260.725C187.74 264.443 186.331 268.239 183.432 270.875L183.542 271C186.55 268.412 188.101 264.584 189.119 260.851C190.122 257.07 190.607 253.164 190.858 249.273C191.015 246.748 191.062 244.222 191.046 241.696C191.359 243.187 192.158 244.504 193.067 245.634C194.116 246.92 195.354 248.018 196.638 249.022C201.839 252.944 207.667 255.752 213.04 259.313L213.134 259.188C207.871 255.454 202.121 252.426 197.14 248.41C195.918 247.406 194.743 246.308 193.787 245.085C192.847 243.861 192.08 242.465 191.97 240.975C191.829 239.5 192.268 238.01 193.051 236.692C193.693 235.625 194.508 234.668 195.401 233.758C195.949 234.151 196.529 234.464 197.155 234.7L197.218 234.558C196.623 234.307 196.09 233.962 195.589 233.57C195.73 233.429 195.887 233.272 196.027 233.131C197.531 231.75 199.208 230.574 200.915 229.366C200.868 229.633 200.821 229.899 200.759 230.15C200.289 232.174 199.537 234.198 198.017 235.672L198.127 235.798C199.756 234.386 200.649 232.315 201.228 230.276C201.354 229.821 201.463 229.366 201.557 228.911C202.278 228.409 202.999 227.891 203.704 227.358C204.377 226.903 204.973 226.323 205.599 225.789C206.21 225.24 206.852 224.722 207.432 224.142C208.513 222.903 209.704 221.742 210.612 220.33C212.492 217.616 213.918 214.463 214.2 211.121C214.513 207.811 213.761 204.376 211.834 201.709L211.709 201.803C212.445 203.215 212.946 204.752 213.15 206.321C213.354 207.874 213.416 209.459 213.103 210.996C212.617 214.071 211.223 216.942 209.312 219.42C208.45 220.722 207.307 221.82 206.257 222.997C205.693 223.546 205.098 224.064 204.518 224.597C203.923 225.13 203.375 225.695 202.717 226.15C202.466 226.354 202.184 226.558 201.933 226.762C202.059 225.836 202.168 224.911 202.247 223.985C202.544 219.734 202.356 215.467 201.996 211.247C201.698 207.702 201.322 204.141 200.696 200.642C203.171 200.721 205.646 200.721 208.121 200.721C209.39 200.721 210.675 200.831 211.928 200.642L211.944 200.58ZM201.448 223.891C201.416 225.021 201.338 226.134 201.228 227.248C199.192 228.801 197.046 230.323 195.15 232.174C194.978 232.347 194.821 232.519 194.665 232.692C194.022 232.001 193.49 231.217 193.082 230.386C192.189 228.597 191.751 226.621 191.484 224.644C191.218 222.667 191.171 220.644 191.234 218.636C191.281 216.628 191.453 214.62 191.704 212.612C192.189 208.612 193.067 204.658 193.803 200.705L195.636 191.449L197.641 191.402C198.017 193.897 198.409 196.375 198.785 198.854C199.427 203.011 200.226 207.153 200.743 211.325C201.244 215.498 201.589 219.703 201.463 223.891H201.448Z' fill='%23CA9E67'/%3E%3Cpath d='M119.36 50.78L190.075 58.8276C201.855 60.1611 213.636 61.5886 225.447 62.7338C237.181 63.8319 248.899 64.9614 260.664 65.7458C260.852 67.7851 261.055 69.8088 261.275 71.8325C261.431 73.2444 261.463 74.6719 261.807 76.0524C262.136 77.4329 262.528 78.7977 263.186 80.1311L263.343 80.0998C263.546 78.6251 263.484 77.1976 263.358 75.7857C263.249 74.3738 262.81 73.009 262.528 71.6129C261.933 68.8362 261.306 66.0752 260.617 63.3142L260.46 63.3456C260.523 64.0829 260.585 64.8202 260.648 65.5575C248.993 63.879 237.306 62.5299 225.62 61.1337C213.839 59.7846 202.027 58.7021 190.216 57.5413L119.391 50.6074V50.7643L119.36 50.78Z' fill='%23CA9E67'/%3E%3Cpath d='M278.836 92.5398C265.677 91.1122 252.502 90.0141 239.327 88.9003C226.152 87.8179 212.946 87.0178 199.756 86.1236L120.598 80.8213V80.9782L199.662 87.3786C212.837 88.4454 226.011 89.5906 239.218 90.469C252.408 91.3005 265.614 92.1633 278.836 92.681V92.5241V92.5398Z' fill='%23CA9E67'/%3E%3Cpath d='M337.347 153.642L336.235 142.238L335.044 130.849H334.887L335.451 142.3L336.094 153.737C336.297 157.549 336.423 161.361 336.814 165.157C337.222 168.953 337.676 172.75 338.396 176.515H338.553C338.694 172.671 338.569 168.844 338.381 165.031C338.193 161.219 337.723 157.423 337.347 153.627V153.642Z' fill='%23CA9E67'/%3E%3Cpath d='M253.27 243.485C252.565 243.249 251.86 243.014 251.233 242.685C250.606 242.371 249.995 241.979 249.713 241.461C249.416 240.943 249.432 240.3 249.635 239.641C249.807 238.982 250.168 238.339 250.512 237.712C252.016 235.202 253.959 232.896 255.854 230.59C257.781 228.346 259.833 225.993 261.337 223.295C262.105 221.946 262.747 220.534 263.249 219.044C263.703 217.538 264.001 215.985 264.079 214.416C264.173 211.247 263.233 208.078 261.478 205.506C259.724 202.933 257.39 200.846 254.695 199.45L254.617 199.591C255.823 200.47 256.951 201.458 257.938 202.556C258.941 203.639 259.833 204.815 260.538 206.086C261.98 208.596 262.732 211.482 262.497 214.338C262.324 217.193 261.337 219.969 259.974 222.526C258.627 225.146 256.779 227.421 254.883 229.79C253.035 232.174 251.139 234.527 249.619 237.21C249.259 237.9 248.899 238.59 248.695 239.39C248.492 240.159 248.429 241.132 248.93 241.932C249.416 242.716 250.168 243.124 250.873 243.453C251.593 243.798 252.314 244.002 253.05 244.238C255.964 245.053 258.894 245.665 261.776 246.481C264.658 247.297 267.51 248.238 270.298 249.336L270.361 249.195C267.604 247.987 264.784 246.936 261.917 246.026C259.05 245.101 256.121 244.379 253.285 243.469L253.27 243.485Z' fill='%23CA9E67'/%3E%3Cpath d='M282.376 92.9318C280.105 91.1591 277.786 89.4649 275.468 87.7863C274.308 86.9549 273.212 85.998 271.943 85.3077C270.69 84.6175 269.389 83.9743 267.948 83.5664L267.87 83.6919C268.841 84.8371 269.938 85.7626 271.081 86.6255C272.225 87.5039 273.541 88.1158 274.778 88.8374C277.269 90.2806 279.76 91.6925 282.282 93.0573L282.361 92.9318H282.376Z' fill='%23CA9E67'/%3E%3Cpath d='M276.862 96.7908L196.638 90.61C183.26 89.5903 169.897 88.4765 156.519 87.6451C143.125 86.845 129.746 86.0293 116.337 85.543V85.6998C129.668 87.096 143.046 88.1471 156.409 89.2295C169.772 90.2649 183.166 91.0336 196.56 91.8807L276.862 96.9634V96.8065V96.7908Z' fill='%23CA9E67'/%3E%3Cpath d='M237.557 195.261H237.714L237.855 187.904L237.917 180.562C237.917 178.115 238.074 175.668 237.917 173.221C237.761 170.773 237.526 168.326 237.04 165.895H236.883C236.507 168.357 236.382 170.805 236.335 173.252C236.272 175.699 236.539 178.146 236.664 180.594L237.071 187.935L237.557 195.261Z' fill='%23CA9E67'/%3E%3Cpath d='M320.397 159.399C319.457 159.556 318.532 159.776 317.608 160.262V160.419C318.579 160.811 319.535 160.921 320.475 160.984C321.008 161.015 321.556 160.952 322.089 160.858L322.605 167.353H322.762L322.825 160.733C322.981 160.701 323.138 160.686 323.295 160.654C325.175 160.403 327.055 160.137 328.919 159.791V159.635C327.008 159.493 325.112 159.431 323.232 159.384C323.107 159.384 322.966 159.384 322.84 159.368V153.171C322.84 151.838 322.856 150.489 322.856 149.155C322.872 149.155 322.903 149.155 322.919 149.155C324.799 148.904 326.679 148.638 328.543 148.293V148.136C326.632 147.995 324.736 147.932 322.856 147.885C322.84 147.289 322.809 146.692 322.762 146.096C322.574 143.743 322.324 141.39 321.807 139.053H321.65C321.29 141.437 321.211 143.79 321.18 146.159C321.18 146.708 321.18 147.273 321.211 147.822C320.82 147.822 320.428 147.822 320.036 147.885C319.096 148.042 318.172 148.261 317.248 148.748V148.904C318.219 149.297 319.175 149.406 320.115 149.469C320.506 149.501 320.914 149.469 321.305 149.406C321.399 150.677 321.509 151.948 321.587 153.218L322.01 159.337C321.478 159.305 320.945 159.305 320.428 159.399H320.397Z' fill='%23CA9E67'/%3E%3Cpath d='M228.549 198.383C226.904 198.54 225.291 198.697 223.756 198.869L224.241 201.536V201.662H224.398L234.455 201.568L244.512 201.411H245.186L245.123 200.673C245.045 199.842 244.92 199.026 244.826 198.211L244.747 197.583H244.058C242.319 197.583 240.565 197.599 238.826 197.677C237.087 197.74 235.332 197.834 233.625 197.96C231.902 198.085 230.21 198.226 228.581 198.383H228.549ZM239.186 199.309C240.612 199.293 242.022 199.214 243.447 199.136C243.526 199.497 243.604 199.842 243.698 200.203L234.424 200.736L224.508 201.364L223.881 198.979L229.207 199.183C230.946 199.246 232.622 199.293 234.283 199.324C235.943 199.356 237.573 199.356 239.202 199.324L239.186 199.309Z' fill='%23CA9E67'/%3E%3Cpath d='M252.831 207.011L252.784 206.697L252.298 203.795L252.267 203.591L252.095 203.638L249.917 204.172L249.948 204.329L251.969 204.015L252.157 206.431C248.789 206.493 245.421 206.619 242.037 206.697C240.298 206.744 238.56 206.729 236.821 206.886C235.223 207.042 233.609 207.231 232.011 207.497C231.886 206.917 231.745 206.337 231.588 205.74C232.184 205.74 232.779 205.74 233.374 205.709C235.113 205.662 236.836 205.427 238.575 205.254C242.037 204.909 245.499 204.611 248.962 204.234L249.306 204.203L249.259 203.889L248.774 200.987L248.742 200.783L248.57 200.83L246.392 201.364L246.424 201.521L248.445 201.207L248.633 203.623C245.264 203.685 241.896 203.811 238.513 203.889C236.774 203.936 235.035 203.921 233.296 204.078C231.698 204.234 230.085 204.423 228.487 204.689C228.33 203.968 228.158 203.246 227.954 202.54H227.797C227.719 203.466 227.688 204.36 227.672 205.27V205.662L228.158 205.693C229.207 205.74 230.257 205.756 231.306 205.74C231.259 206.509 231.212 207.278 231.197 208.046V208.439L231.682 208.47C233.421 208.548 235.176 208.548 236.899 208.486C238.638 208.439 240.361 208.203 242.1 208.031C245.562 207.67 249.024 207.388 252.486 207.011L252.831 206.98V207.011Z' fill='%23CA9E67'/%3E%3Cpath d='M199.944 160.623C199.505 162.458 199.333 164.294 199.239 166.129C199.129 167.965 199.333 169.8 199.396 171.636C199.552 175.306 199.709 178.977 199.944 182.664H200.101C200.351 178.993 200.508 175.322 200.649 171.636C200.711 169.8 200.931 167.965 200.805 166.129C200.696 164.294 200.523 162.458 200.101 160.623H199.944Z' fill='%23CA9E67'/%3E%3Cpath d='M245.75 152.607L247.442 152.67L246.11 151.556L242.601 148.622C241.442 147.634 240.267 146.646 239.061 145.72L238.591 145.359L238.105 145.689C236.633 146.693 235.176 147.807 233.844 148.905C232.513 150.003 231.338 151.023 230.194 151.885C232.685 151.948 235.207 152.074 237.792 152.23C240.392 152.387 243.087 152.513 245.75 152.607ZM234.972 149.328C236.225 148.685 237.369 148.058 238.497 147.367C239.547 148.199 240.627 148.983 241.708 149.768L244.027 151.477C242.116 151.525 240.189 151.572 238.231 151.65C235.661 151.76 233.014 151.823 230.335 151.838C231.964 150.866 233.547 150.05 234.972 149.328Z' fill='%23CA9E67'/%3E%3Cpath d='M268.042 54.9531C267.823 58.2475 267.698 61.5418 267.572 64.8205C267.525 66.4677 267.322 68.1149 267.463 69.762C267.588 71.4092 267.776 73.0407 268.215 74.6879H268.371C268.794 73.0407 268.951 71.3935 269.045 69.7464C269.139 68.0992 268.92 66.452 268.841 64.8205C268.669 61.5262 268.465 58.2475 268.199 54.9531H268.042Z' fill='%23CA9E67'/%3E%3Cpath d='M251.828 58.624V58.4514C251.687 53.8864 251.421 49.3213 251.249 44.7563L249.933 44.6465C249.572 46.0584 249.181 47.4859 248.836 48.9291C248.476 50.3724 248.21 51.847 247.975 53.2746C247.505 56.1297 247.144 58.875 246.768 61.2908C248.319 60.4437 250.011 59.6123 251.703 58.6867L251.844 58.6083L251.828 58.624ZM249.416 52.7569C249.776 51.5803 250.089 50.4194 250.34 49.2586C250.638 52.2863 250.92 55.2982 251.264 58.3259C249.839 59.2358 248.413 60.2084 246.862 61.1653C247.74 58.1063 248.633 55.361 249.416 52.7412V52.7569Z' fill='%23CA9E67'/%3E%3Cpath d='M263.828 140.167L268.763 140.276H269.421V139.602C269.436 136.841 269.53 134.08 269.421 131.319C269.389 129.938 269.311 128.558 269.186 127.177L268.747 123.052L268.716 122.738L268.45 122.785C267.228 122.973 266.006 123.083 264.784 123.193L263.562 123.271C263.515 123.083 263.499 122.879 263.452 122.691L265.661 122.754V122.597L264.799 122.503C264.94 121.922 265.034 121.342 265.144 120.761L265.207 120.479L264.831 120.4C262.857 119.961 260.883 119.632 258.894 119.381C256.904 119.13 254.899 119.098 252.909 118.973L252.126 118.926L252.204 119.679L252.424 121.859V121.891L250.434 121.828C250.199 124.416 249.98 127.209 249.823 130.08C249.745 131.523 249.698 132.982 249.682 134.456C249.651 135.931 249.682 137.406 249.729 138.864V139.539L250.387 139.617L254.429 140.072L255.165 140.151V139.445V139.053C257.875 139.304 260.57 139.555 263.28 139.759V140.182H263.828V140.167ZM264.815 123.365C265.943 123.334 267.071 123.318 268.199 123.365L267.917 127.24C267.839 128.621 267.807 130.001 267.823 131.382C267.823 133.923 267.964 136.464 268.074 138.99L264.423 139.084V135.115C264.455 133.735 264.502 132.339 264.455 130.958C264.408 129.578 264.282 128.197 264.126 126.817C264 125.75 263.828 124.683 263.625 123.601C263.625 123.538 263.625 123.491 263.625 123.428L264.815 123.365ZM262.873 126.848C262.794 128.213 262.779 129.562 262.81 130.927C262.324 130.707 261.823 130.534 261.306 130.409C260.695 130.252 260.053 130.236 259.426 130.174C259.379 130.174 259.332 130.174 259.301 130.174C259.363 128.934 259.442 127.695 259.395 126.456C259.332 125.169 259.285 123.899 259.097 122.612H259.316L263.296 122.722C263.076 124.103 262.951 125.483 262.888 126.864L262.873 126.848ZM264.486 121.091C264.533 121.546 264.58 122.016 264.658 122.471L259.363 121.875L253.567 121.263L253.536 120.353C255.275 120.589 257.014 120.871 258.753 120.965C260.664 121.091 262.559 121.138 264.486 121.091ZM252.455 122.126L252.486 122.361H252.972L254.664 122.44V122.565C254.382 123.695 254.225 124.824 254.116 125.954C253.959 127.444 254.116 128.934 254.147 130.44C254.147 131.052 254.178 131.648 254.194 132.26L253.928 138.661L251.28 138.206C251.311 137.06 251.327 135.915 251.311 134.754C251.296 133.39 251.249 132.025 251.17 130.644C251.014 127.868 250.794 124.997 250.559 121.922L252.471 122.11L252.455 122.126ZM255.165 138.723V133.562C255.243 132.527 255.322 131.507 255.4 130.472C255.51 128.981 255.76 127.491 255.682 126.001C255.635 124.824 255.541 123.632 255.306 122.455L258.972 122.581C258.753 123.867 258.69 125.138 258.596 126.424C258.533 127.648 258.596 128.872 258.627 130.095C257.625 130.001 256.622 129.891 255.619 129.829V129.907C256.606 130.174 257.625 130.409 258.643 130.629C258.69 133.217 258.753 135.821 258.847 138.41H258.925C259.05 135.868 259.16 133.311 259.254 130.77C259.269 130.77 259.285 130.77 259.316 130.77C259.927 130.911 260.538 131.099 261.181 131.162C261.713 131.209 262.262 131.209 262.826 131.146C262.873 132.48 262.998 133.797 263.092 135.131L263.296 138.017C263.296 138.253 263.296 138.488 263.296 138.723C260.585 138.692 257.875 138.692 255.165 138.708V138.723Z' fill='%23CA9E67'/%3E%3Cpath d='M67.131 55.1724C66.99 56.9451 66.8647 58.7492 66.7707 60.5532C66.661 62.3573 66.6297 64.177 66.5984 65.9654V66.687L67.272 66.7654L73.6009 67.44L73.8515 67.4713C73.8672 67.8008 73.8829 68.1459 73.8985 68.4753H74.0552C74.0708 68.1459 74.0865 67.8322 74.1178 67.5027H74.3058V66.8282V66.5301C77.8619 66.734 81.418 66.938 84.9741 67.1105V67.5969H85.5381L91.6163 67.5655H92.2743V66.8752C92.1959 63.5338 92.1959 60.1924 91.9923 56.851C91.914 55.1881 91.7886 53.5096 91.632 51.8467L91.0523 46.8581L91.021 46.5443L90.7547 46.5914C89.2508 46.8424 87.7469 46.9993 86.243 47.1718L84.7078 47.313C84.6608 47.062 84.6138 46.811 84.5668 46.56H84.4101C84.2378 48.2543 84.1752 49.9328 84.1438 51.6271C84.1282 53.3056 84.1438 54.9842 84.2378 56.6627C84.3318 58.3413 84.5198 60.0041 84.6608 61.667L84.9584 65.0084C84.9584 65.3849 84.9741 65.7457 84.9898 66.1222C81.4493 66.1536 77.8933 66.2164 74.3528 66.2948V64.5535C74.4938 62.0121 74.6191 59.4865 74.7288 56.9451C74.8071 55.0155 75.0264 53.1017 74.9168 51.1721C74.8385 49.5877 74.7131 48.0033 74.4312 46.4032C75.9664 46.4345 77.5016 46.4659 79.0368 46.4816C78.6452 48.0817 78.5042 49.6661 78.4259 51.2506C78.3319 52.8664 78.5669 54.4822 78.6609 56.0823C78.8645 59.3139 79.0682 62.5298 79.3658 65.7614H79.5225C79.7105 62.5298 79.8201 59.2982 79.9298 56.0666C79.9768 54.4508 80.1491 52.835 80.0081 51.2192C79.8828 49.6348 79.6791 48.0503 79.2405 46.4816C81.935 46.513 84.6295 46.5443 87.3239 46.56V46.4032C82.9689 46.058 78.6139 45.7286 74.2588 45.4305C74.2588 45.4305 74.2588 45.3992 74.2588 45.3835H74.1022C74.1022 45.3835 74.1022 45.3992 74.1022 45.4149C73.4912 45.3678 72.8803 45.3207 72.2693 45.2894V42.7637C74.5095 43.0617 76.734 43.3912 78.9898 43.5637C80.2274 43.6892 81.4807 43.752 82.7183 43.8147C83.8462 43.8775 84.9741 43.8932 86.102 43.9089C86.0864 44.7089 86.0707 45.509 86.102 46.309H86.2587C86.5093 45.4149 86.713 44.4893 86.9166 43.5637L86.995 43.1872L86.5563 43.1088C85.3187 42.8892 84.0968 42.6382 82.8592 42.4656C81.6217 42.2774 80.3841 42.0891 79.1465 41.9636C76.6713 41.6499 74.1805 41.5401 71.6897 41.3518L70.9221 41.2891L70.9534 42.0107L71.1257 45.4619L68.1806 44.9599C67.8359 48.2072 67.4756 51.6584 67.1937 55.2038L67.131 55.1724ZM84.7548 47.4072L86.2273 47.2973C87.6372 47.2189 89.0472 47.1562 90.4571 47.1405L90.3161 51.8781C90.2847 53.5566 90.3161 55.2195 90.3631 56.898C90.4414 60.0198 90.6764 63.1259 90.88 66.2477L86.1177 66.4517L85.9924 61.5415C85.961 59.863 85.9454 58.1844 85.8514 56.5215C85.7417 54.843 85.5851 53.1801 85.3657 51.5173C85.2091 50.3093 85.0211 49.1014 84.8018 47.9092C84.8018 47.7523 84.7861 47.5797 84.7704 47.4228L84.7548 47.4072ZM71.0944 45.7129V45.7914L71.1257 46.3247H71.627C72.332 46.3561 73.0369 46.3561 73.7419 46.3718L73.7105 47.1405C73.5069 48.4739 73.3816 49.8073 73.3032 51.1408C73.1936 52.8193 73.3189 54.4979 73.3972 56.1764V56.4902L73.0839 66.1065L68.1806 65.3692C68.2589 63.8946 68.3529 62.4357 68.3686 60.9611C68.4156 59.2668 68.4156 57.5569 68.4156 55.8313C68.3999 52.3801 68.3059 48.819 68.2276 45.0697L71.0944 45.7286V45.7129Z' fill='%23CA9E67'/%3E%3Cpath d='M259.207 104.588C259.144 105.514 259.222 106.455 259.269 107.396C259.332 109.263 259.41 111.13 259.504 112.997H259.583C259.708 111.13 259.818 109.263 259.896 107.396C259.943 106.471 260.037 105.53 259.99 104.604C259.943 103.663 259.865 102.737 259.661 101.796H259.583C259.363 102.721 259.269 103.663 259.207 104.588Z' fill='%23CA9E67'/%3E%3Cpath d='M253.896 107.208C253.802 109.216 253.802 111.271 253.849 113.295V113.624L254.163 113.671L256.716 114.016L257.092 114.063V113.451C258.847 113.577 260.617 113.718 262.371 113.828V114.126H262.653L265.771 114.173H266.1V113.844C266.1 111.914 266.147 109.969 266.084 108.039C266.053 106.11 265.88 104.18 265.724 102.251V102.109L265.583 102.125C264.815 102.219 264.032 102.282 263.264 102.36L262.481 102.408C262.465 102.266 262.45 102.109 262.418 101.968H262.34C262.23 102.941 262.183 103.914 262.152 104.886C262.121 105.859 262.105 106.831 262.152 107.788L262.418 112.385C262.418 112.698 262.418 113.028 262.418 113.342C260.664 113.326 258.894 113.342 257.139 113.342V109.655C257.186 108.886 257.249 108.118 257.296 107.333C257.358 106.298 257.484 105.278 257.452 104.243C257.421 103.38 257.358 102.517 257.233 101.655C259.442 101.749 261.651 101.827 263.86 101.89V101.811C261.635 101.576 259.41 101.356 257.17 101.153H257.092C256.779 101.121 256.45 101.09 256.136 101.058L256.105 100.368C257.233 100.509 258.361 100.666 259.489 100.729C260.695 100.807 261.917 100.854 263.139 100.839C263.155 101.137 263.186 101.435 263.217 101.733H263.296C263.374 101.388 263.421 101.027 263.468 100.666L263.499 100.525L263.311 100.494C262.074 100.258 260.82 100.07 259.567 99.9289C258.314 99.772 257.045 99.7407 255.792 99.6622L255.4 99.6309L255.431 100.007L255.557 101.325V101.419L254.241 101.356C254.116 103.223 254.006 105.184 253.943 107.192L253.896 107.208ZM262.512 102.47L263.264 102.423C264 102.408 264.721 102.376 265.457 102.36C265.363 104.259 265.254 106.141 265.269 108.039C265.269 109.859 265.348 111.679 265.41 113.514L262.935 113.561V107.773C262.904 106.8 262.826 105.843 262.747 104.87C262.685 104.196 262.606 103.506 262.512 102.831C262.512 102.721 262.512 102.596 262.512 102.486V102.47ZM255.541 101.545V101.592H255.792C255.948 101.592 256.105 101.592 256.262 101.607L256.888 101.67V102.094C256.763 102.8 256.669 103.506 256.622 104.212C256.544 105.247 256.622 106.267 256.622 107.302C256.622 107.678 256.638 108.055 256.638 108.431L256.465 113.295L254.601 112.965C254.632 111.13 254.632 109.326 254.554 107.475C254.491 105.514 254.382 103.521 254.256 101.419L255.541 101.545Z' fill='%23CA9E67'/%3E%3Cpath d='M207.839 101.843C207.777 102.815 207.855 103.788 207.902 104.761C207.965 106.706 208.027 108.651 208.137 110.596H208.215C208.341 108.651 208.45 106.706 208.544 104.761C208.591 103.788 208.685 102.815 208.638 101.843C208.591 100.87 208.513 99.8974 208.309 98.9248H208.231C208.012 99.8974 207.918 100.87 207.855 101.843H207.839Z' fill='%23CA9E67'/%3E%3Cpath d='M214.952 111.82V111.475C214.952 109.451 214.999 107.443 214.936 105.42C214.905 103.412 214.732 101.388 214.576 99.3799V99.2387H214.435C213.636 99.3329 212.837 99.3956 212.038 99.4741L211.223 99.5211C211.207 99.3642 211.192 99.2074 211.16 99.0662H211.082C210.972 100.086 210.926 101.09 210.894 102.11C210.879 103.129 210.863 104.133 210.894 105.137L211.16 109.875C211.16 110.236 211.16 110.581 211.16 110.942L205.678 110.847V107.082C205.725 106.314 205.787 105.529 205.834 104.761C205.897 103.678 206.022 102.58 205.991 101.498C205.975 100.588 205.913 99.6623 205.787 98.7368C208.074 98.8309 210.362 98.9093 212.649 98.9878V98.9093C210.346 98.674 208.027 98.4544 205.725 98.2348C205.725 98.2348 205.725 98.2191 205.725 98.2034H205.646C205.646 98.2034 205.646 98.2034 205.646 98.2191C205.317 98.1877 204.988 98.1563 204.644 98.1249L204.612 97.3876C205.787 97.5288 206.962 97.7014 208.137 97.7641C209.39 97.8426 210.659 97.8896 211.912 97.8896C211.928 98.2034 211.944 98.5171 211.991 98.8309H212.069C212.147 98.4701 212.194 98.0936 212.257 97.7328L212.288 97.5916L212.1 97.5602C210.816 97.3249 209.516 97.1366 208.215 96.9798C206.915 96.8229 205.615 96.7758 204.299 96.6974L203.907 96.666L203.939 97.0425L204.064 98.423V98.5171L202.685 98.4544C202.56 100.4 202.45 102.455 202.388 104.541C202.294 106.628 202.294 108.777 202.341 110.879V111.208L202.654 111.255L205.302 111.616L205.678 111.663V111.302V110.957L211.16 111.412C211.16 111.412 211.16 111.444 211.16 111.459V111.726H211.442L214.67 111.773H214.999L214.952 111.82ZM204.048 98.674V98.7054H204.299C204.409 98.7054 204.534 98.7054 204.644 98.7054L205.443 98.7838V99.2387C205.302 99.9761 205.223 100.729 205.161 101.466C205.082 102.549 205.145 103.647 205.161 104.745C205.161 105.169 205.176 105.576 205.176 106L205.004 110.91L203.046 110.565C203.077 108.651 203.093 106.753 202.999 104.823C202.936 102.784 202.826 100.698 202.701 98.5014L204.048 98.6269V98.674ZM211.254 99.6309L212.038 99.5839C212.79 99.5682 213.557 99.5211 214.309 99.5211C214.215 101.498 214.106 103.474 214.137 105.451C214.137 107.365 214.231 109.263 214.294 111.161L211.709 111.208V105.153C211.677 104.149 211.599 103.129 211.521 102.125C211.458 101.435 211.38 100.745 211.286 100.039C211.286 99.8976 211.286 99.7721 211.286 99.6309H211.254Z' fill='%23CA9E67'/%3E%3Cpath d='M164.305 98.3291C164.242 99.3174 164.32 100.306 164.352 101.294C164.399 103.271 164.477 105.247 164.571 107.224H164.649C164.775 105.247 164.884 103.286 164.978 101.31C165.025 100.321 165.119 99.3331 165.088 98.3448C165.041 97.3565 164.963 96.3682 164.759 95.3799H164.681C164.461 96.3682 164.367 97.3565 164.305 98.3291Z' fill='%23CA9E67'/%3E%3Cpath d='M167.97 108.368H168.252L171.871 108.431H172.2V108.086C172.2 106.046 172.231 103.991 172.169 101.952C172.137 99.9127 171.965 97.8733 171.808 95.834V95.6771L171.667 95.6928C170.775 95.8026 169.866 95.8654 168.973 95.9438L168.049 95.9909H168.017C168.002 95.834 167.97 95.6771 167.955 95.5202H167.876C167.688 97.5753 167.657 99.6303 167.704 101.685C167.767 103.348 167.892 104.995 167.986 106.643C167.986 106.941 167.986 107.239 167.986 107.552L161.751 107.458V103.678C161.814 102.878 161.877 102.093 161.923 101.293C162.002 100.195 162.111 99.0813 162.096 97.9832C162.08 97.0576 162.017 96.1164 161.892 95.1908C164.461 95.2849 167.03 95.379 169.6 95.4418V95.3634C167.015 95.128 164.414 94.8927 161.83 94.6731C161.83 94.6731 161.83 94.6574 161.83 94.6417H161.751C161.751 94.6417 161.751 94.6417 161.751 94.6574C161.36 94.626 160.984 94.5947 160.592 94.5633L160.545 93.8103C161.877 93.9515 163.208 94.124 164.54 94.2025C165.95 94.2809 167.375 94.328 168.801 94.328C168.816 94.6574 168.832 94.9712 168.863 95.3006H168.942C169.004 94.9241 169.051 94.5476 169.114 94.1868V94.0456L168.957 94.0142C167.5 93.7632 166.059 93.575 164.602 93.4181C163.145 93.2612 161.673 93.2142 160.216 93.1357H159.824L159.856 93.4809L159.997 94.877V94.9712L158.43 94.9084C158.32 96.885 158.195 98.9558 158.132 101.089C158.038 103.207 158.038 105.372 158.07 107.521V107.851L158.399 107.882L161.36 108.243L161.72 108.29V107.929V107.6L167.955 108.054C167.955 108.054 167.955 108.07 167.955 108.086V108.353L167.97 108.368ZM160.028 95.1124V95.1437H160.279C160.388 95.1437 160.482 95.1437 160.592 95.1437L161.563 95.2379V95.8183C161.438 96.5399 161.344 97.2615 161.297 97.9675C161.219 99.0656 161.266 100.179 161.297 101.293C161.297 101.67 161.297 102.062 161.313 102.438L161.125 107.458H160.733V107.505L158.853 107.207C158.884 105.262 158.884 103.348 158.79 101.387C158.728 99.3166 158.618 97.1988 158.493 94.9869L160.044 95.128L160.028 95.1124ZM168.08 96.085L168.957 96.0379C169.803 96.0222 170.665 95.9752 171.511 95.9752C171.417 97.9675 171.323 99.9755 171.354 101.968C171.354 103.897 171.448 105.827 171.511 107.772L168.55 107.819C168.519 105.78 168.55 103.725 168.503 101.67C168.425 99.9911 168.315 98.2969 168.096 96.6183C168.096 96.4301 168.096 96.2575 168.08 96.0693V96.085Z' fill='%23CA9E67'/%3E%3Cpath d='M243.056 116.495L243.197 116.417C242.225 114.079 240.643 112.04 238.654 110.393C236.68 108.73 234.064 107.757 231.447 107.71C228.816 107.616 226.293 108.62 224.226 110.048C222.142 111.491 220.434 113.342 218.931 115.287L219.056 115.381C220.716 113.562 222.549 111.899 224.649 110.707C226.701 109.483 229.066 108.746 231.369 108.965C233.703 109.169 235.771 110.33 237.682 111.648C239.609 112.997 241.364 114.675 243.04 116.495H243.056Z' fill='%23CA9E67'/%3E%3Cpath d='M238.904 116.181C236.398 115.867 233.891 115.648 231.385 115.444C230.132 115.35 228.878 115.099 227.625 115.193C226.372 115.271 225.103 115.412 223.834 115.804V115.961C225.072 116.432 226.325 116.636 227.578 116.777C228.831 116.918 230.084 116.746 231.353 116.714C233.876 116.636 236.382 116.526 238.904 116.354V116.197V116.181Z' fill='%23CA9E67'/%3E%3Cpath d='M231.4 118.612C229.427 118.534 227.437 118.518 225.447 118.691V118.847C227.359 119.396 229.317 119.757 231.275 120.071C232.246 120.212 233.233 120.369 234.22 120.447C234.988 120.51 235.771 120.557 236.539 120.604L236.915 128.448L237.385 136.982H237.541L237.792 128.448L237.98 119.914V119.287L237.322 119.193C236.351 119.051 235.364 118.926 234.377 118.816C233.39 118.722 232.403 118.675 231.416 118.628L231.4 118.612Z' fill='%23CA9E67'/%3E%3Cpath d='M196.388 135.806V135.116C196.403 132.135 196.482 129.155 196.388 126.19C196.356 124.699 196.278 123.209 196.153 121.735L195.714 117.279L195.683 116.966L195.417 117.013C194.085 117.217 192.738 117.326 191.39 117.452L190.028 117.546C189.981 117.326 189.949 117.107 189.902 116.887L192.346 116.95V116.793L191.39 116.683C191.531 116.056 191.625 115.428 191.735 114.785L191.782 114.503L191.406 114.424C189.244 113.969 187.067 113.624 184.889 113.357C182.712 113.091 180.519 113.044 178.325 112.903L177.542 112.855L177.62 113.608L177.855 115.962V116.009L175.631 115.946C175.396 118.754 175.177 121.782 175.02 124.872C174.942 126.425 174.895 127.994 174.879 129.578C174.848 131.163 174.879 132.747 174.926 134.316V134.99L175.584 135.069L180.017 135.571L180.754 135.649V134.943V134.504C183.761 134.771 186.769 135.037 189.777 135.257V135.696H190.325L195.73 135.822H196.388V135.806ZM191.39 117.577C192.628 117.546 193.881 117.515 195.119 117.546L194.853 121.735C194.774 123.225 194.743 124.715 194.774 126.205C194.774 128.966 194.915 131.712 195.041 134.473L190.921 134.567V130.253C190.936 128.763 190.968 127.272 190.921 125.766C190.858 124.276 190.748 122.786 190.576 121.295C190.451 120.166 190.278 119.052 190.075 117.923C190.075 117.828 190.075 117.734 190.075 117.64L191.375 117.577H191.39ZM191.061 115.099C191.108 115.616 191.155 116.118 191.218 116.636L185.406 116.009L178.983 115.365L178.952 114.283C180.879 114.534 182.806 114.832 184.748 114.942C186.847 115.067 188.947 115.146 191.061 115.099ZM177.902 116.228V116.448L178.404 116.464L180.268 116.526V116.793C179.986 118.001 179.829 119.209 179.72 120.417C179.547 122.033 179.72 123.68 179.72 125.296C179.72 126.017 179.751 126.739 179.767 127.46L179.485 134.128L176.446 133.626C176.477 132.371 176.492 131.116 176.477 129.845C176.461 128.37 176.414 126.896 176.336 125.39C176.179 122.378 175.976 119.303 175.725 116.009L177.871 116.213L177.902 116.228ZM180.754 128.449C180.832 127.413 180.926 126.378 181.004 125.343C181.114 123.711 181.38 122.095 181.302 120.464C181.255 119.162 181.161 117.86 180.926 116.542L184.999 116.699C184.78 118.095 184.701 119.476 184.623 120.872C184.56 122.315 184.623 123.743 184.67 125.186C184.717 128.057 184.78 130.927 184.874 133.814H184.952C185.093 130.943 185.203 128.072 185.312 125.201C185.375 123.758 185.469 122.331 185.422 120.887C185.359 119.491 185.312 118.095 185.124 116.715H185.375L189.746 116.84C189.526 118.346 189.417 119.836 189.338 121.327C189.276 122.817 189.244 124.323 189.291 125.813C189.338 127.304 189.479 128.794 189.573 130.284L189.777 133.375C189.777 133.657 189.777 133.924 189.777 134.206C186.769 134.159 183.761 134.159 180.754 134.159V128.449Z' fill='%23CA9E67'/%3E%3Cpath d='M150.503 105.984L150.644 105.906C149.485 103.396 147.574 101.262 145.287 99.6152C142.984 97.968 140.101 97.1522 137.282 97.1522C134.446 97.1209 131.705 97.9366 129.276 99.223C126.848 100.525 124.702 102.235 122.76 104.133L122.869 104.259C124.937 102.533 127.193 101.011 129.621 99.9446C132.034 98.8465 134.65 98.2347 137.235 98.4229C139.835 98.5798 142.216 99.6465 144.425 100.949C146.634 102.282 148.655 104.023 150.503 105.984Z' fill='%23CA9E67'/%3E%3Cpath d='M145.71 105.576C142.827 105.215 139.945 104.933 137.062 104.682C135.621 104.556 134.18 104.289 132.739 104.352C131.282 104.399 129.84 104.509 128.368 104.886V105.042C129.793 105.529 131.235 105.764 132.676 105.921C134.117 106.093 135.574 105.952 137.015 105.921C139.913 105.89 142.811 105.843 145.71 105.717V105.56V105.576Z' fill='%23CA9E67'/%3E%3Cpath d='M140.227 110.283C141.151 110.377 142.075 110.455 142.999 110.518L143.266 119.664L143.61 129.5H143.767L144.143 119.664L144.456 109.828V109.2L143.798 109.09C142.67 108.918 141.543 108.761 140.415 108.62C139.287 108.494 138.143 108.416 137.015 108.337C134.744 108.196 132.457 108.118 130.154 108.228V108.384C132.363 108.996 134.603 109.42 136.843 109.781C137.971 109.953 139.099 110.141 140.227 110.251V110.283Z' fill='%23CA9E67'/%3E%3Cpath d='M129.872 109.64C129.449 111.334 129.308 113.012 129.214 114.691C129.12 116.37 129.339 118.048 129.433 119.742C129.621 123.099 129.825 126.472 130.107 129.829H130.263C130.467 126.457 130.592 123.084 130.702 119.727C130.749 118.048 130.937 116.354 130.796 114.675C130.671 112.997 130.483 111.318 130.028 109.64H129.872Z' fill='%23CA9E67'/%3E%3Cpath d='M285.682 85.5906C285.133 85.5593 284.742 85.9514 284.522 86.2809C284.303 86.626 284.193 87.0182 284.146 87.3947C284.115 87.7869 284.131 88.1947 284.287 88.634C284.381 88.8536 284.507 89.0732 284.726 89.2772C284.945 89.4654 285.306 89.6223 285.666 89.6066C286.042 89.5909 286.34 89.3713 286.512 89.1517C286.684 88.9321 286.731 88.6967 286.747 88.4771C286.763 88.0536 286.669 87.7084 286.653 87.3947C286.622 87.0809 286.606 86.7672 286.528 86.4378C286.465 86.124 286.246 85.6691 285.682 85.5906ZM286.011 88.1006C285.744 88.2418 285.525 88.1006 285.697 88.0222C285.854 87.9908 285.823 88.0692 285.697 87.9281C285.572 87.8183 285.478 87.6143 285.431 87.3947C285.337 86.9711 285.509 86.4221 285.697 86.375C285.776 86.3123 286.042 86.375 286.246 86.5789C286.449 86.7829 286.543 87.0966 286.512 87.3947C286.481 87.6928 286.277 87.9751 286.011 88.0849V88.1006Z' fill='%23CA9E67'/%3E%3Cpath d='M297.76 85.2139C296.898 85.1041 295.974 85.8257 295.911 86.8297C295.864 87.316 296.021 87.8337 296.35 88.2416C296.679 88.6495 297.243 88.8848 297.76 88.8377C298.292 88.8063 298.747 88.4142 298.919 87.9906C299.107 87.5514 299.091 87.1592 299.06 86.8297C299.029 86.4846 298.935 86.1709 298.747 85.8414C298.559 85.5277 298.198 85.2453 297.76 85.1982V85.2139ZM298.324 87.4102C298.042 87.4415 297.87 87.316 297.76 87.269C297.65 87.2219 297.572 87.1905 297.447 87.1435C297.321 87.0964 297.212 86.9866 297.165 86.8297C297.071 86.516 297.306 86.0767 297.76 85.9983C297.979 85.9512 298.245 85.9356 298.512 86.0767C298.778 86.2022 298.95 86.516 298.903 86.8297C298.872 87.1435 298.606 87.3788 298.324 87.3945V87.4102Z' fill='%23CA9E67'/%3E%3Cpath d='M46.7187 43.0303C45.8571 42.9205 44.9328 43.6421 44.8702 44.6461C44.8232 45.1325 44.9798 45.6501 45.3088 46.058C45.6378 46.4659 46.2018 46.7012 46.7187 46.6541C47.2514 46.6228 47.7057 46.2306 47.878 45.807C48.066 45.3678 48.0503 44.9756 48.019 44.6461C47.9876 44.301 47.8936 43.9873 47.7057 43.6578C47.5177 43.3441 47.1574 43.0617 46.7187 43.0146V43.0303ZM47.2827 45.2109C47.0007 45.2423 46.8284 45.1168 46.7187 45.0697C46.6091 45.0226 46.5307 44.9913 46.4054 44.9442C46.2801 44.8971 46.1704 44.7873 46.1234 44.6305C46.0294 44.3167 46.2644 43.8775 46.7187 43.799C46.938 43.752 47.2044 43.7363 47.4707 43.8775C47.737 44.003 47.9093 44.3167 47.8623 44.6305C47.831 44.9442 47.5647 45.1795 47.2827 45.1952V45.2109Z' fill='%23CA9E67'/%3E%3Cpath d='M301.426 85.8734C300.94 85.842 300.501 86.1401 300.266 86.4695C300.016 86.7989 299.89 87.1911 299.843 87.5833C299.812 87.9755 299.843 88.399 300.031 88.8383C300.204 89.2618 300.736 89.7325 301.41 89.6854C302.099 89.6227 302.46 89.0579 302.491 88.65C302.538 88.2265 302.46 87.8814 302.428 87.5833C302.397 87.2695 302.366 86.9715 302.272 86.6421C302.193 86.3283 301.911 85.9204 301.41 85.8734H301.426ZM301.786 88.2265C301.52 88.3206 301.347 88.1794 301.426 88.1167C301.504 88.0696 301.504 88.1167 301.379 88.0382C301.269 87.9598 301.159 87.7872 301.112 87.599C301.018 87.2068 301.191 86.7362 301.426 86.6734C301.535 86.6264 301.786 86.6421 302.005 86.8303C302.225 87.0029 302.319 87.3166 302.287 87.599C302.256 87.8814 302.037 88.148 301.786 88.2265Z' fill='%23CA9E67'/%3E%3Cpath d='M305.185 86.5319C304.277 86.4221 303.29 87.1908 303.243 88.2419C303.196 88.7439 303.352 89.2929 303.713 89.7322C304.057 90.1557 304.653 90.4067 305.201 90.3597C305.765 90.3283 306.251 89.9361 306.423 89.4812C306.627 89.0262 306.611 88.6027 306.595 88.2575C306.564 87.8967 306.454 87.5516 306.251 87.2065C306.047 86.8771 305.655 86.579 305.201 86.5476L305.185 86.5319ZM305.812 88.885C305.514 88.9321 305.311 88.8223 305.185 88.7752C305.044 88.7282 304.95 88.6811 304.809 88.634C304.668 88.5713 304.543 88.4458 304.496 88.2575C304.402 87.8967 304.684 87.4104 305.185 87.332C305.42 87.2849 305.718 87.2849 306 87.4418C306.282 87.583 306.454 87.9281 306.423 88.2575C306.392 88.587 306.11 88.8537 305.812 88.885Z' fill='%23CA9E67'/%3E%3Cpath d='M319.566 118.957L319.049 118.926L318.924 119.585C318.767 120.479 318.736 121.373 318.72 122.267C318.72 123.161 318.752 124.056 318.83 124.95L318.893 125.718L319.551 125.671C320.976 125.577 322.371 125.263 323.373 124.997C323.483 123.303 323.655 121.467 323.749 119.569V119.145L323.31 119.114L319.551 118.926L319.566 118.957ZM320.334 124.322C320.381 123.632 320.412 122.957 320.412 122.267C320.412 121.577 320.365 120.871 320.271 120.181L322.919 120.04L323.263 124.887C322.104 124.683 321.18 124.448 320.334 124.322Z' fill='%23CA9E67'/%3E%3Cpath d='M78.6922 108.086L78.5669 108.745C78.4102 109.639 78.3789 110.533 78.3632 111.427C78.3632 112.322 78.3946 113.216 78.4729 114.11L78.5355 114.879L79.1935 114.832C80.6191 114.738 82.0133 114.424 83.0159 114.157C83.1256 112.463 83.2979 110.627 83.3919 108.729V108.306L82.9532 108.274L79.1935 108.086L78.6765 108.055L78.6922 108.086ZM79.9768 113.483C80.0238 112.792 80.0551 112.118 80.0551 111.427C80.0551 110.737 80.0081 110.031 79.9141 109.341L82.5616 109.2L82.9062 114.047C81.747 113.843 80.8227 113.608 79.9768 113.483Z' fill='%23CA9E67'/%3E%3Cpath d='M207.181 120.526L206.664 120.495L206.539 121.154C206.382 122.048 206.351 122.942 206.335 123.837C206.335 124.731 206.367 125.625 206.445 126.519L206.508 127.288L207.166 127.241C208.591 127.147 209.986 126.833 210.988 126.566C211.098 124.872 211.27 123.036 211.364 121.138V120.715L210.925 120.683L207.166 120.495L207.181 120.526ZM207.949 125.892C207.996 125.201 208.027 124.527 208.027 123.837C208.027 123.146 207.98 122.44 207.886 121.75L210.534 121.609L210.878 126.456C209.719 126.252 208.795 126.017 207.949 125.892Z' fill='%23CA9E67'/%3E%3Cpath d='M160.561 117.797L160.435 118.456C160.279 119.35 160.247 120.244 160.232 121.138C160.232 122.033 160.263 122.927 160.341 123.821L160.404 124.59L161.062 124.543C162.487 124.448 163.882 124.135 164.884 123.868C164.994 122.174 165.166 120.338 165.26 118.44V118.017L164.822 117.985L161.062 117.797L160.545 117.766L160.561 117.797ZM161.845 123.193C161.892 122.503 161.923 121.829 161.923 121.138C161.923 120.448 161.876 119.742 161.783 119.052L164.43 118.911L164.775 123.758C163.615 123.554 162.691 123.319 161.845 123.193Z' fill='%23CA9E67'/%3E%3Cpath d='M126.222 130.237C129.433 130.754 132.66 131.194 135.887 131.617C137.501 131.821 139.099 132.166 140.728 132.182C142.357 132.213 143.986 132.182 145.647 131.884V131.727C144.08 131.146 142.482 130.848 140.869 130.597C139.616 130.394 138.347 130.394 137.062 130.378C137.219 127.225 137.344 124.056 137.469 120.903C138.331 121.075 139.193 121.263 140.07 121.342C140.994 121.42 141.919 121.467 142.874 121.373V121.295C141.997 120.95 141.088 120.73 140.18 120.557C139.302 120.385 138.394 120.338 137.501 120.259C137.563 118.738 137.657 117.232 137.642 115.71C137.595 114.063 137.563 112.416 137.36 110.769H137.282C137.031 112.416 136.953 114.063 136.859 115.71C136.796 117.2 136.843 118.706 136.859 120.212C135.198 120.04 133.553 119.899 131.893 119.757V119.836C133.537 120.181 135.214 120.495 136.874 120.793C136.89 123.993 136.937 127.193 137 130.378C136.671 130.378 136.342 130.378 136.013 130.346C132.77 130.221 129.511 130.111 126.253 130.064V130.221L126.222 130.237Z' fill='%23CA9E67'/%3E%3Cpath d='M222.596 137.327C225.4 137.688 228.22 137.955 231.024 138.221C232.434 138.347 233.829 138.613 235.238 138.551C236.648 138.504 238.074 138.394 239.5 138.017V137.86C238.121 137.374 236.711 137.139 235.301 136.982C234.126 136.841 232.936 136.919 231.745 136.951C231.839 134.66 231.917 132.37 231.98 130.095C232.027 128.777 232.105 127.46 232.058 126.158C232.011 124.84 231.917 123.522 231.698 122.22H231.62C231.4 123.538 231.322 124.856 231.259 126.158C231.212 127.475 231.291 128.793 231.338 130.095C231.4 132.386 231.479 134.676 231.573 136.966C231.4 136.966 231.228 136.966 231.056 136.966C229.317 136.982 227.562 137.029 225.808 137.076C225.964 134.268 226.043 131.476 226.121 128.668C226.152 127.209 226.325 125.734 226.168 124.275C226.027 122.816 225.808 121.357 225.338 119.914H225.181C224.79 121.389 224.649 122.848 224.586 124.322C224.508 125.781 224.758 127.24 224.852 128.699C225.072 131.491 225.306 134.284 225.604 137.076C224.602 137.107 223.583 137.123 222.581 137.17V137.327H222.596Z' fill='%23CA9E67'/%3E%3Cpath d='M185.688 136.512C182.868 136.371 180.049 136.261 177.213 136.214V136.371C179.986 136.904 182.774 137.343 185.563 137.767C186.957 137.971 188.336 138.316 189.761 138.347C191.171 138.379 192.597 138.347 194.038 138.065V137.908C192.691 137.328 191.312 137.014 189.918 136.779C188.524 136.528 187.098 136.59 185.688 136.512Z' fill='%23CA9E67'/%3E%3Cpath d='M183.636 176.233V176.389C184.795 176.891 185.986 177.111 187.161 177.284C188.242 177.441 189.323 177.346 190.404 177.315C190.498 178.696 190.592 180.076 190.701 181.472H190.858C190.936 180.076 190.983 178.695 191.046 177.299C193.333 177.268 195.636 177.237 197.923 177.111V176.954C195.652 176.609 193.38 176.327 191.093 176.076C191.155 174.256 191.218 172.421 191.265 170.601C191.281 169.942 191.312 169.299 191.343 168.64C193.49 168.577 195.636 168.514 197.766 168.373V168.216C195.636 167.903 193.505 167.667 191.375 167.432C191.39 166.679 191.39 165.926 191.343 165.173C191.218 163.369 191.014 161.549 190.56 159.745H190.404C189.996 161.565 189.855 163.369 189.761 165.189C189.73 165.863 189.746 166.553 189.777 167.228C189.056 167.134 188.351 167.04 187.631 167.087C186.503 167.15 185.359 167.275 184.216 167.667V167.824C185.328 168.31 186.44 168.514 187.568 168.671C188.336 168.781 189.103 168.734 189.871 168.703C189.918 169.346 189.965 169.973 189.996 170.616C190.09 172.405 190.2 174.193 190.31 175.982C189.291 175.84 188.273 175.652 187.239 175.699C186.049 175.746 184.842 175.856 183.62 176.233H183.636Z' fill='%23CA9E67'/%3E%3Cpath d='M256.653 183.59C257.844 183.982 259.019 184.108 260.194 184.17C261.369 184.233 262.528 183.982 263.703 183.872C266.037 183.637 268.387 183.37 270.721 183.041V182.884C268.356 182.727 266.006 182.664 263.656 182.602C262.481 182.586 261.306 182.413 260.131 182.586C258.956 182.743 257.797 182.947 256.638 183.433V183.59H256.653Z' fill='%23CA9E67'/%3E%3Cpath d='M271.912 163.981L264.784 163.542L257.656 163.165L257.123 163.134L257.076 163.699L256.732 168.546C256.606 170.162 256.465 171.778 256.418 173.393C256.371 175.009 256.403 176.625 256.434 178.256C256.481 179.872 256.591 181.504 256.763 183.135H256.92C257.233 181.535 257.468 179.919 257.64 178.304C257.813 176.688 257.954 175.072 258.048 173.456C258.126 171.84 258.126 170.225 258.126 168.593L258.173 164.263L264.752 164.216L271.896 164.106V163.95L271.912 163.981Z' fill='%23CA9E67'/%3E%3Cpath d='M270.893 180.891C271.081 178.334 271.175 175.761 271.269 173.204C271.316 171.918 271.489 170.632 271.348 169.361C271.207 168.09 271.019 166.804 270.549 165.533H270.392C269.985 166.82 269.844 168.106 269.765 169.392C269.671 170.679 269.906 171.949 270.016 173.22C270.22 175.777 270.439 178.334 270.737 180.891H270.893Z' fill='%23CA9E67'/%3E%3Cpath d='M260.852 176.389C259.896 176.467 258.94 176.608 257.985 177.016V177.173C258.909 177.644 259.865 177.832 260.805 177.973C261.745 178.114 262.7 177.942 263.656 177.91C263.671 177.91 263.687 177.91 263.703 177.91C263.844 179.165 264.016 180.42 264.188 181.675H264.345C264.408 180.405 264.455 179.134 264.47 177.879C266.1 177.801 267.729 177.707 269.358 177.55V177.393C267.745 177.126 266.115 176.938 264.486 176.75C264.502 175.855 264.517 174.977 264.533 174.083C264.533 173.063 264.627 172.028 264.564 171.008C266.194 170.914 267.807 170.788 269.436 170.6V170.443C267.776 170.177 266.1 169.973 264.423 169.784C264.267 168.702 264.032 167.62 263.609 166.537H263.452C263.155 167.572 263.029 168.576 262.967 169.58C262.497 169.518 262.042 169.471 261.572 169.533C260.695 169.612 259.818 169.769 258.925 170.177V170.333C259.786 170.788 260.664 170.977 261.541 171.102C262.011 171.181 262.481 171.149 262.951 171.102C262.998 172.106 263.17 173.094 263.28 174.098C263.374 174.93 263.468 175.761 263.562 176.593C262.653 176.483 261.76 176.279 260.852 176.357V176.389Z' fill='%23CA9E67'/%3E%3Cpath d='M113.861 188.986L113.908 189.049H114.002L125.783 188.469L137.563 187.841H138.002L138.112 187.37L138.832 184.547L139.052 183.7H138.143C137.36 183.747 136.577 183.762 135.793 183.778L135.903 177.236L135.966 169.346C135.966 166.71 136.122 164.09 135.95 161.455C135.778 158.835 135.558 156.2 135.057 153.595H134.9C134.524 156.231 134.415 158.866 134.368 161.502C134.305 164.137 134.571 166.757 134.697 169.377L135.104 177.252L135.511 183.794C134.07 183.825 132.629 183.872 131.188 183.935C128.853 184.013 126.535 184.186 124.248 184.358C121.976 184.547 119.705 184.735 117.527 184.955H117.512C117.762 182.492 117.935 180.029 118.091 177.566C118.138 176.766 118.169 175.966 118.216 175.166C120.645 175.338 123.073 175.432 125.501 175.526L125.564 181.692H125.72L126.237 175.558C127.459 175.621 128.697 175.746 129.919 175.621C131.266 175.495 132.613 175.291 133.96 174.836V174.679C132.597 174.271 131.25 174.13 129.887 174.036C128.697 173.958 127.522 174.115 126.347 174.224L126.77 168.389C126.833 167.369 126.942 166.349 127.021 165.314C128.963 165.251 130.906 165.188 132.848 165.047V164.89C130.937 164.577 129.01 164.326 127.099 164.09C127.146 163.306 127.177 162.506 127.177 161.722C127.146 159.494 127.068 157.266 126.707 155.023H126.551C126.034 157.219 125.783 159.431 125.595 161.659C125.532 162.396 125.501 163.133 125.501 163.855C124.921 163.777 124.357 163.698 123.778 163.745C122.76 163.808 121.741 163.933 120.707 164.31V164.467C121.694 164.953 122.697 165.173 123.715 165.314C124.31 165.408 124.906 165.392 125.517 165.361C125.517 166.349 125.548 167.322 125.532 168.31V174.271C123.104 174.444 120.676 174.648 118.248 174.899C118.342 173.016 118.42 171.15 118.451 169.267C118.53 166.506 118.498 163.761 118.498 161V153.282L130.075 153.078L142.216 152.811V152.654L130.075 152.388L117.934 152.184H117.386L117.371 152.733L117.073 161C116.979 163.761 116.854 166.506 116.838 169.267C116.791 172.028 116.838 174.773 116.901 177.534C116.979 180.013 117.073 182.492 117.245 184.97L111.151 185.535L113.846 188.986H113.861ZM117.308 185.817H117.465C117.465 185.817 117.465 185.676 117.48 185.613H125.141C127.35 185.613 129.527 185.582 131.673 185.457C133.553 185.378 135.433 185.253 137.329 185.127L137 186.649L125.72 187.621L114.065 188.688L111.308 185.598H117.292C117.292 185.598 117.292 185.739 117.292 185.817H117.308Z' fill='%23CA9E67'/%3E%3Cpath d='M321.932 135.994C323.451 136.009 325.018 136.308 326.428 137.029C327.18 137.296 327.806 137.798 328.511 138.19C329.169 138.645 329.765 139.194 330.423 139.68L330.532 139.571C329.968 138.99 329.436 138.347 328.809 137.798C328.151 137.296 327.556 136.7 326.804 136.323C325.378 135.413 323.702 134.896 322.01 134.723C320.303 134.551 318.501 134.645 316.919 135.351C315.352 136.041 313.911 137.029 312.893 138.41L313.002 138.535C314.522 137.876 315.979 137.28 317.467 136.841C318.94 136.433 320.412 135.978 321.948 135.994H321.932Z' fill='%23CA9E67'/%3E%3Cpath d='M330.908 155.478C330.955 157.926 330.861 160.373 331.096 162.804C331.316 165.236 331.598 167.667 332.146 170.083H332.302C332.631 167.62 332.678 165.173 332.678 162.726C332.678 160.279 332.365 157.847 332.177 155.416L331.598 148.105L330.94 140.795H330.783L330.814 148.137L330.924 155.463L330.908 155.478Z' fill='%23CA9E67'/%3E%3Cpath d='M330.673 170.946C328.934 171.008 327.196 171.134 325.457 171.275C323.718 171.432 321.995 171.589 320.256 171.809C318.673 171.997 317.076 172.216 315.493 172.483L315.415 166.287L315.227 157.972C315.149 155.196 315.227 152.419 314.961 149.658C314.71 146.897 314.397 144.136 313.817 141.391H313.66C313.363 144.183 313.347 146.975 313.378 149.736C313.41 152.513 313.754 155.274 313.974 158.035L314.647 166.334L315.211 172.546C315.211 172.546 315.133 172.546 315.102 172.562V172.718C315.102 172.718 315.196 172.718 315.227 172.718L315.399 174.617H315.556L315.525 172.734C317.138 172.828 318.736 172.86 320.334 172.875C322.073 172.907 323.827 172.875 325.566 172.828C327.305 172.765 329.044 172.718 330.783 172.577L335.013 172.232L334.527 173.816C327.665 174.13 320.788 174.507 313.927 174.899V175.056C320.945 175.056 327.979 175.056 334.997 174.993H335.404L335.545 174.585L336.595 171.683L336.924 170.757L335.906 170.789L330.689 170.961L330.673 170.946Z' fill='%23CA9E67'/%3E%3Cpath d='M245.907 164.326C242.868 163.981 239.828 163.714 236.789 163.479C235.27 163.353 233.75 163.102 232.231 163.165C230.711 163.228 229.176 163.338 227.641 163.73V163.887C229.145 164.373 230.664 164.593 232.184 164.75C233.703 164.922 235.238 164.75 236.758 164.75C239.813 164.703 242.868 164.64 245.922 164.499V164.342L245.907 164.326Z' fill='%23CA9E67'/%3E%3Cpath d='M91.2717 164.435H91.4283L91.7416 156.043L91.9766 147.65C92.0393 144.857 92.2586 142.049 92.1333 139.257C92.0549 137.312 91.9453 135.382 91.7416 133.437H91.9766V133.28H91.726C91.6476 132.464 91.538 131.664 91.4127 130.864H91.256C91.209 131.131 91.1933 131.398 91.1463 131.664H91.0523C90.974 132.182 90.9114 132.7 90.8487 133.233L80.9167 132.762L69.8725 132.307H69.7941L69.6845 132.339L68.0866 132.762C68.0553 132.527 68.0396 132.276 68.0083 132.041H67.8516C67.8046 132.307 67.7733 132.59 67.7419 132.857L64.7341 133.657C63.0736 134.096 61.4444 134.614 59.8152 135.131C58.9065 135.429 57.9823 135.743 57.0737 136.057C56.9797 135.367 56.87 134.676 56.7447 133.986H56.588C56.4627 134.77 56.3844 135.555 56.3061 136.323C55.8518 136.48 55.3975 136.637 54.9588 136.81C53.3453 137.406 51.7474 138.018 50.1651 138.708L50.2121 138.865C51.9197 138.582 53.5959 138.222 55.2721 137.845C55.5854 137.782 55.8988 137.704 56.1964 137.626C56.1024 138.975 56.0397 140.324 56.0084 141.689C55.9301 144.246 56.1807 146.803 56.2904 149.375L56.6507 157.062L57.0893 164.733H57.246L57.4496 157.047L57.5593 149.36C57.5906 146.803 57.7473 144.23 57.5906 141.673C57.5123 140.245 57.4027 138.818 57.246 137.39C58.2486 137.139 59.2669 136.888 60.2695 136.622C61.9143 136.167 63.5749 135.712 65.2041 135.178L67.554 134.41C67.319 136.559 67.178 138.692 67.084 140.841C66.943 143.775 67.131 146.724 67.1623 149.658L67.319 158.474L67.4913 164.765C66.8647 164.765 66.2537 164.765 65.6271 164.796H65.5331L65.4548 164.812C62.9326 165.408 60.4104 166.082 57.904 166.773C55.3975 167.494 52.891 168.2 50.4158 169.032L50.4471 169.189C53.0319 168.843 55.6011 168.389 58.1546 167.934C60.6768 167.463 63.1989 166.961 65.7054 166.412C66.3007 166.412 66.9117 166.396 67.507 166.381L67.5383 167.306H67.6949L67.7419 166.381C71.8463 166.302 75.9507 166.098 80.0708 165.973L90.9114 165.612L90.9584 167.165H91.115L91.1777 165.596L94.4361 165.486L106.076 168.734L106.123 168.577L94.5928 164.78H94.5458H94.4831H91.2247L91.256 163.776L91.2873 164.42L91.2717 164.435ZM80.0394 164.765C75.9664 164.765 71.8777 164.702 67.8046 164.765L68.0866 158.49L68.3999 149.673C68.4939 146.74 68.7289 143.791 68.6349 140.857C68.5722 138.63 68.4782 136.402 68.2589 134.174L69.9821 133.61L80.9324 133.562L90.8487 133.453C90.5667 135.821 90.4257 138.175 90.3474 140.543C90.2221 143.508 90.4257 146.458 90.4727 149.422L90.6764 158.302L90.88 164.796H80.0394V164.765Z' fill='%23CA9E67'/%3E%3Cpath d='M109.694 91.7401L109.773 91.5989C108.707 90.4851 107.501 89.5909 106.279 88.7594C105.715 88.3673 105.12 88.0535 104.509 87.7398V86.422H104.352L104.258 87.6143C103.616 87.3005 102.974 87.0025 102.332 86.673C99.6841 85.3239 97.0366 83.9748 94.3421 82.7041L94.2638 82.8453C96.7076 84.5395 99.1984 86.171 101.705 87.7868C102.52 88.3045 103.303 88.8693 104.133 89.3869L103.726 94.7363L103.178 103.035C103.005 105.796 102.692 108.557 102.708 111.334C102.708 114.11 102.77 116.887 103.115 119.664H103.272C103.804 116.918 104.086 114.157 104.29 111.396C104.509 108.635 104.415 105.859 104.446 103.082L104.525 94.7677V89.6379C104.838 89.8262 105.167 89.9987 105.496 90.1556C106.828 90.7988 108.206 91.3949 109.71 91.7714L109.694 91.7401Z' fill='%23CA9E67'/%3E%3Cpath d='M110.086 138.442L110.117 138.285C108.801 137.516 107.407 137.014 106.013 136.559C104.619 136.104 103.162 135.963 101.721 135.681L101.564 133.202H101.407L101.36 135.618C98.5875 135.1 95.8147 134.598 93.0105 134.159L92.9792 134.316C95.752 135.226 98.5405 136.073 101.329 136.889L101.251 140.983L101.172 148.764C101.172 151.352 101.016 153.957 101.172 156.545C101.329 159.133 101.564 161.722 102.05 164.31H102.206C102.582 161.706 102.708 159.118 102.755 156.514C102.817 153.925 102.551 151.337 102.426 148.748L102.018 140.983L101.768 137.046C103.037 137.438 104.29 137.893 105.606 138.097C107.063 138.332 108.519 138.52 110.039 138.426L110.086 138.442Z' fill='%23CA9E67'/%3E%3Cpath d='M92.8852 83.0647L81.841 82.5313L70.7967 82.0764H70.7184L70.6087 82.1077L69.5592 82.3901C69.4808 81.3704 69.3712 80.3507 69.2458 79.3311H69.0892C68.9325 80.4292 68.8072 81.5273 68.6975 82.6254L65.6584 83.4412C63.9979 83.8804 62.3686 84.3981 60.7394 84.9158C59.1102 85.4491 57.4966 85.9982 55.8831 86.61C54.2695 87.2061 52.6716 87.8179 51.0894 88.5082L51.1364 88.6651C52.844 88.3827 54.5202 88.0219 56.1964 87.6454C57.8726 87.2846 59.5332 86.8453 61.1937 86.4218C62.8386 85.9668 64.4992 85.5119 66.1284 84.9785L68.5879 84.1785C68.4782 85.6688 68.3842 87.1748 68.3216 88.6651C68.1962 91.7712 68.3372 94.8773 68.3999 97.9834L68.5566 107.302L68.7915 116.62H68.9482L69.3398 107.302L69.6531 97.9834C69.7628 94.8773 69.9665 91.7712 69.8881 88.6651C69.8411 87.0493 69.7785 85.4178 69.6845 83.802L70.9221 83.3941L81.8723 83.347L92.9322 83.2215V83.0647H92.8852Z' fill='%23CA9E67'/%3E%3Cpath d='M107.329 176.718L90.2691 172.075H90.2221H90.1594L68.0866 171.447H67.9926L67.8829 171.479C66.3164 171.855 64.7655 172.263 63.1989 172.671L58.5462 173.957C56.9954 174.365 55.4601 174.867 53.9092 175.322C52.3583 175.777 50.8388 176.295 49.3035 176.812L49.3349 176.969C50.9328 176.718 52.515 176.452 54.0972 176.153C55.6794 175.84 57.2617 175.573 58.8439 175.212L63.5592 174.193C65.0945 173.832 66.6297 173.471 68.1649 173.094L90.0967 172.969L107.282 176.891L107.313 176.734L107.329 176.718Z' fill='%23CA9E67'/%3E%3Cpath d='M140.806 134.959C142.435 134.959 144.08 134.881 145.725 134.535V134.379C144.143 133.845 142.514 133.578 140.9 133.375C139.287 133.155 137.642 133.265 136.013 133.233C132.754 133.186 129.496 133.155 126.222 133.202V133.359C129.449 133.798 132.691 134.159 135.934 134.504C137.563 134.677 139.161 134.975 140.806 134.959Z' fill='%23CA9E67'/%3E%3Cpath d='M353.373 195.873C353.028 195.198 352.73 194.492 352.464 193.786C353.263 193.661 354.046 193.535 354.845 193.394V193.237C353.984 193.237 353.138 193.237 352.292 193.253C351.634 191.324 351.211 189.316 350.945 187.308C350.788 186.147 350.694 184.986 350.616 183.825C350.584 181.864 350.553 179.903 350.506 177.926C350.584 175.056 350.819 172.185 351.148 169.33C351.853 163.353 353.059 157.454 354.219 151.54C355.362 145.626 356.741 139.743 358.072 133.845L357.916 133.798C355.707 139.445 354.093 145.312 352.668 151.211C351.508 156.168 350.725 161.219 350.177 166.286C350.161 165.722 350.146 165.141 350.13 164.577C349.832 155.697 349.237 146.818 348.751 137.939L347.294 111.302L345.759 84.6649H345.603L346.261 103.851C339.681 102.737 333.117 101.623 326.538 100.525C326.569 99.1287 326.585 97.7325 326.6 96.3363C327.446 96.3363 328.276 96.352 329.122 96.3363V96.1794C328.292 96.0382 327.446 95.9284 326.6 95.8029C326.6 94.5479 326.6 93.2929 326.6 92.0536C326.6 90.6261 326.71 89.1985 326.506 87.7867C326.318 86.3748 326.068 84.9629 325.551 83.5667H325.394C325.206 84.3668 325.096 85.1355 325.034 85.9198C323.013 85.2767 320.976 84.6962 318.94 84.1158C317.78 83.802 316.668 83.3471 315.478 83.2059C314.287 83.0647 313.081 82.9706 311.828 83.1589L311.796 83.3157C312.877 83.9903 314.005 84.4139 315.149 84.759C316.292 85.1198 317.498 85.1669 318.689 85.3551C320.788 85.6689 322.903 85.9669 325.018 86.2179C324.987 86.767 324.955 87.316 324.94 87.8651C324.908 89.2926 325.19 90.7045 325.347 92.1164C325.472 93.2929 325.613 94.4852 325.754 95.6617C324.015 95.4107 322.261 95.1754 320.522 94.9558C319.081 94.7832 317.655 94.4538 316.198 94.4695C315.76 94.4695 315.305 94.4695 314.867 94.4852C314.851 93.1047 314.82 91.7242 314.773 90.3437C314.726 89.3083 314.82 88.2573 314.6 87.2376C314.381 86.2179 314.099 85.2139 313.566 84.2256H313.41C313.081 85.3237 313.034 86.3748 313.034 87.4101C313.034 88.4455 313.347 89.4652 313.519 90.4849C313.77 91.834 314.021 93.1831 314.303 94.5166C313.488 94.5636 312.658 94.6577 311.828 94.846V95.0029C312.72 95.348 313.645 95.599 314.569 95.7715C314.632 96.0539 314.679 96.3206 314.741 96.603H314.898C314.898 96.3363 314.898 96.0853 314.898 95.85C315.305 95.9284 315.697 95.9912 316.104 96.0539C317.546 96.2735 319.002 96.1794 320.459 96.2265C322.261 96.2735 324.062 96.3049 325.864 96.3206C326.036 97.7168 326.209 99.0973 326.412 100.478C323.984 100.07 321.556 99.662 319.128 99.2698L305.514 96.9952C301.159 96.2579 296.789 95.6617 292.402 95.1284C292.105 88.0063 291.76 80.8842 291.259 73.7621H291.102C290.977 80.9312 291.024 88.1004 291.102 95.2695C289.441 95.9127 287.797 96.5873 286.152 97.2618C284.366 97.9835 282.58 98.7678 280.81 99.5522L280.857 99.6934C282.721 99.1757 284.585 98.658 286.434 98.0776C287.985 97.5913 289.551 97.1207 291.102 96.6187C291.133 99.3169 291.165 101.999 291.196 104.698C291.196 105.451 291.227 106.204 291.243 106.957C289.723 107.616 288.219 108.321 286.716 108.996C285.118 109.718 283.535 110.471 281.969 111.255L282.032 111.396C283.708 110.879 285.368 110.329 287.029 109.749C288.439 109.247 289.864 108.761 291.29 108.243C291.494 117.357 291.87 126.456 292.183 135.57L292.434 142.677C291.039 142.928 289.676 143.257 288.298 143.634C286.7 144.073 285.102 144.575 283.535 145.203L283.567 145.359C285.243 145.328 286.904 145.187 288.564 144.967C289.88 144.795 291.196 144.575 292.481 144.308L292.716 150.976C290.867 150.897 289.003 150.85 287.154 150.881C285.901 150.913 284.632 150.928 283.379 150.991C282.627 151.023 281.859 151.07 281.107 151.132L280.966 139.759C280.872 132.151 280.872 124.542 280.59 116.934C280.261 109.325 279.979 101.733 279.353 94.1244H279.196C278.914 101.748 278.977 109.357 279.008 116.965C279.086 124.574 279.431 132.182 279.697 139.775L280.089 151.195C279.932 151.195 279.776 151.227 279.619 151.227C275.358 151.305 271.097 151.336 266.852 151.368L254.617 151.556C253.724 150.834 252.831 150.113 251.954 149.391C250.089 147.854 248.178 146.379 246.251 144.92L253.505 145.391L261.572 145.846C264.267 145.987 266.946 146.269 269.64 146.222C272.335 146.191 275.029 146.081 277.739 145.72V145.563C275.06 145.061 272.382 144.81 269.687 144.638C266.993 144.45 264.298 144.591 261.604 144.575H253.52L245.954 144.701C244.513 143.602 243.056 142.52 241.583 141.453L241.348 141.281L241.082 141.312L231.949 142.395H231.808L231.698 142.489C230.727 143.163 229.756 143.853 228.769 144.528L200.383 142.708L171.84 140.967C162.331 140.387 152.822 139.696 143.297 139.304C133.772 138.943 124.248 138.551 114.707 138.504V138.661C124.201 139.618 133.71 140.23 143.219 140.889C152.728 141.5 162.268 141.814 171.777 142.238L200.351 143.508L228.565 144.685C225.792 146.614 223.019 148.544 220.246 150.489C211.474 149.642 202.685 149.124 193.897 148.575C184.968 148.058 176.023 147.822 167.093 147.509L140.274 146.52L113.658 145.61L114.472 123.789L115.271 100.541C115.538 92.7909 115.898 85.0413 115.992 77.2918C116.039 69.5422 116.102 61.7769 115.835 54.0273H115.679C115.036 61.7612 114.739 69.5108 114.41 77.2604C114.128 85.01 114.112 92.7596 114.018 100.509L113.705 123.774L113.485 145.642V145.752V147.022H113.626L113.673 145.752L140.274 147.289L167.062 148.764C175.991 149.266 184.921 149.846 193.866 150.16C202.576 150.426 211.286 150.709 220.012 150.677C216.894 152.858 213.777 155.054 210.675 157.235L210.769 157.36C217.944 152.748 225.118 148.152 232.262 143.493L239.578 142.897L234.377 145.909L227.609 149.909C225.369 151.258 223.035 152.482 220.889 153.972C218.727 155.462 216.612 157 214.638 158.772L214.717 158.913C217.16 157.878 219.463 156.623 221.735 155.321C224.006 154.019 226.105 152.45 228.283 150.991L234.784 146.599L240.173 142.865L240.972 142.802C244.293 145.469 247.646 148.105 251.123 150.583C252.894 151.854 254.648 153.14 256.45 154.364C258.236 155.603 260.053 156.827 261.886 158.003L261.98 157.878C260.366 156.403 258.721 154.976 257.045 153.58C256.34 152.968 255.635 152.387 254.914 151.807L266.899 152.325C271.175 152.482 275.436 152.623 279.713 152.827H279.76C279.901 152.827 280.042 152.827 280.199 152.811L280.528 162.647L281.374 185.205C280.073 188.672 278.961 192.202 277.943 195.779C277.755 194.618 277.551 193.473 277.316 192.312C276.94 190.508 276.549 188.704 276.094 186.9C276.282 186.853 276.47 186.806 276.674 186.774C277.786 186.57 278.898 186.366 280.011 186.068V185.911C278.867 185.723 277.739 185.598 276.611 185.504C276.314 185.488 276.016 185.425 275.718 185.394C275.718 185.394 275.718 185.378 275.718 185.362C275.123 183.056 274.481 180.782 273.697 178.523L273.541 178.554C273.885 180.876 274.246 183.182 274.622 185.504C274.167 185.629 273.713 185.833 273.275 186.209V186.366C273.807 186.743 274.34 186.9 274.857 186.978C275.154 188.845 275.468 190.712 275.75 192.579C276.11 194.9 276.517 197.222 276.893 199.544C276.455 201.207 276.047 202.869 275.656 204.532C274.105 211.278 273.087 218.133 272.46 225.036C272.272 227.169 272.131 229.318 272.053 231.468C270.862 230.526 269.906 229.303 269.233 227.938C268.23 225.93 267.713 223.718 267.416 221.49C267.102 219.263 267.055 217.004 267.118 214.745C267.165 212.486 267.353 210.243 267.635 207.984C268.168 203.497 269.139 199.057 269.985 194.618C270.846 190.163 271.786 185.739 272.711 181.268L272.554 181.221C271.661 183.339 270.925 185.504 270.251 187.684C269.562 189.865 268.982 192.077 268.434 194.304C268.293 194.869 268.183 195.449 268.074 196.014C267.337 195.904 266.617 195.873 265.88 195.873C264.752 195.873 263.672 196.171 262.559 196.344C260.35 196.704 258.142 197.065 255.933 197.52V197.677C258.189 197.708 260.429 197.677 262.669 197.614C263.781 197.583 264.925 197.677 266.021 197.457C266.632 197.348 267.243 197.206 267.854 197.002C267.134 200.595 266.679 204.234 266.366 207.874C266.162 210.164 266.053 212.454 266.084 214.745C266.1 217.035 266.225 219.341 266.632 221.616C267.04 223.875 267.666 226.134 268.81 228.158C269.593 229.585 270.69 230.856 272.037 231.766C271.865 236.441 272.006 241.131 272.742 245.775C273.322 249.194 274.246 252.599 275.922 255.673C277.583 258.732 280.199 261.352 283.473 262.56L283.535 262.419C280.34 261.117 277.88 258.481 276.345 255.454C274.794 252.41 273.995 249.038 273.525 245.665C272.93 241.272 272.883 236.833 273.118 232.409C273.353 232.519 273.604 232.629 273.854 232.723L273.917 232.581C273.65 232.472 273.4 232.346 273.149 232.205C273.275 229.852 273.494 227.499 273.744 225.161C274.528 218.337 275.891 211.607 277.222 204.862C277.316 204.375 277.426 203.889 277.52 203.403C277.677 204.454 277.818 205.505 277.943 206.556C278.225 208.893 278.46 211.247 278.585 213.6C278.726 215.953 278.804 218.306 278.71 220.659C278.632 223.012 278.429 225.365 277.912 227.64C277.379 229.899 276.517 232.189 274.81 233.821L274.919 233.946C276.737 232.346 277.739 230.04 278.366 227.765C279.008 225.459 279.306 223.075 279.494 220.706C279.666 218.322 279.682 215.937 279.603 213.568C279.541 211.184 279.4 208.815 279.18 206.446C278.977 203.983 278.726 201.505 278.397 199.042C279.384 194.508 280.434 189.974 281.515 185.441C281.577 185.19 281.624 184.954 281.687 184.719L281.53 184.672C281.53 184.672 281.53 184.719 281.499 184.735L281.295 162.616L281.17 152.764C281.953 152.733 282.737 152.701 283.52 152.638C284.773 152.56 286.026 152.434 287.28 152.325C289.112 152.136 290.945 151.87 292.778 151.587L294 186.068C293.906 186.068 293.812 186.068 293.718 186.084C292.011 185.974 290.287 185.943 288.58 185.864C287.295 185.817 285.995 185.802 284.71 185.786C284.24 184.029 283.739 182.272 283.191 180.531L283.034 180.562C283.348 182.303 283.661 184.029 283.958 185.755C283.755 185.755 283.551 185.755 283.363 185.755V185.911C283.567 185.943 283.786 185.974 284.005 186.006C284.945 191.245 285.901 196.485 286.747 201.74C287.906 208.799 289.144 215.843 289.974 222.949C290.773 230.056 291.306 237.209 291.024 244.347C290.898 247.908 290.554 251.485 289.739 254.952C288.909 258.372 287.609 261.886 284.945 264.301L285.055 264.427C287.828 262.042 289.269 258.513 290.209 255.077C291.133 251.579 291.588 247.986 291.823 244.394C292.261 237.194 291.885 229.993 291.243 222.824C290.585 215.67 289.692 208.517 288.329 201.458C287.295 196.312 286.183 191.182 284.82 186.115C286.058 186.304 287.295 186.508 288.533 186.68C290.256 186.9 291.979 187.151 293.702 187.339H293.734H293.796C293.89 187.339 293.984 187.339 294.078 187.339L294.392 196.093C293.624 195.842 292.841 195.622 292.042 195.496C290.616 195.261 289.175 195.089 287.687 195.183L287.656 195.34C288.956 196.093 290.319 196.595 291.682 197.034C293.06 197.489 294.501 197.614 295.911 197.881C298.747 198.414 301.582 198.916 304.433 199.355L304.465 199.199C303.29 198.806 302.099 198.43 300.909 198.069L313.128 197.3L327.102 196.328C331.754 196.014 336.423 195.794 341.075 195.277C344.741 194.869 348.391 194.43 352.041 193.849C352.354 194.602 352.699 195.355 353.091 196.077C354.548 198.759 356.866 201.05 359.733 202.117L359.796 201.975C356.991 200.83 354.845 198.508 353.514 195.857L353.373 195.873ZM305.217 98.5482L318.893 100.368C328.01 101.623 337.127 102.815 346.245 103.992V103.96L346.496 111.302L346.605 114.236C337.613 112.918 328.621 111.616 319.629 110.361L305.718 108.369C301.426 107.725 297.118 107.302 292.794 106.878C292.763 106.125 292.747 105.372 292.731 104.619C292.622 101.905 292.512 99.1914 292.402 96.4775C296.663 97.2462 300.924 97.9364 305.217 98.5011V98.5482ZM340.809 193.724C336.141 194.022 331.504 194.602 326.867 195.089L312.924 196.532L300.219 197.912C298.841 197.489 297.462 197.081 296.068 196.673C295.52 196.516 294.987 196.344 294.439 196.171L294.282 187.355C298.668 187.261 303.039 187.166 307.41 186.853L321.149 185.958C330.313 185.394 339.462 184.766 348.626 184.154V183.998C339.446 184.264 330.266 184.531 321.102 184.845L307.347 185.284C302.976 185.394 298.621 185.723 294.266 186.053L293.655 151.43C294 151.368 294.345 151.321 294.689 151.258V151.101C294.329 151.07 293.984 151.07 293.64 151.054L293.514 144.152L302.162 144.214C304.794 144.246 307.441 144.214 310.089 144.214C310.292 147.587 310.621 150.96 310.903 154.317L311.922 166.6L313.018 178.868H313.175L312.705 166.537L312.157 154.223C311.984 150.113 311.906 146.003 311.53 141.924C311.311 139.555 311.076 137.186 310.778 134.817C312.157 134.049 313.582 133.421 315.055 132.966C317.201 132.323 319.425 131.821 321.713 131.931C323.984 132.104 326.256 132.668 328.386 133.61C329.467 134.033 330.47 134.661 331.519 135.194L334.464 137.171L334.558 137.045L331.786 134.802C330.767 134.174 329.812 133.453 328.731 132.904C326.6 131.774 324.266 131.021 321.822 130.676C319.394 130.409 316.825 130.535 314.506 131.492C313.096 132.057 311.781 132.841 310.637 133.814C310.449 132.433 310.261 131.068 310.026 129.688H309.869C309.807 131.335 309.775 132.982 309.791 134.614C309.399 135.006 309.055 135.429 308.726 135.884L308.835 135.994C309.149 135.79 309.462 135.602 309.775 135.398C309.775 137.61 309.854 139.822 309.932 142.034C309.963 142.677 309.995 143.32 310.042 143.948C307.426 143.712 304.794 143.461 302.178 143.273L293.452 142.567L293.326 135.57C293.154 126.472 293.06 117.357 292.778 108.259C296.992 108.902 301.222 109.545 305.467 109.984L319.425 111.506C328.464 112.526 337.503 113.498 346.558 114.455L347.42 137.986C347.749 146.865 347.968 155.76 348.485 164.639C348.783 169.393 349.065 174.146 349.409 178.883C349.441 181.676 349.629 184.452 350.067 187.213C350.177 188.563 350.287 189.896 350.428 191.245H350.584C350.584 190.759 350.584 190.272 350.584 189.786C350.866 190.963 351.195 192.108 351.618 193.237C347.984 193.3 344.381 193.488 340.762 193.708L340.809 193.724Z' fill='%23CA9E67'/%3E%3Cpath d='M372.814 203.403C371.451 201.772 370.417 199.889 369.602 197.944C368.192 194.54 367.378 190.9 366.892 187.245C366.923 186.9 366.955 186.555 366.986 186.21C367.205 183.056 367.205 179.888 367.096 176.734C367.002 173.581 366.798 170.428 366.501 167.291C366.501 167.118 366.469 166.961 366.454 166.789C366.595 164.53 366.782 162.286 367.002 160.027C367.863 151.525 369.32 143.101 370.793 134.692C372.234 126.268 373.989 117.891 375.759 109.514L375.602 109.467C372.955 117.624 370.965 125.986 369.242 134.394C367.55 142.818 366.438 151.352 365.733 159.917C365.733 159.949 365.733 159.98 365.733 160.027C365.263 156.184 364.699 152.34 363.963 148.544C362.709 142.363 361.315 136.214 359.388 130.206L359.232 130.237C360.281 136.449 361.425 142.614 362.396 148.827C363.399 155.023 364.511 161.188 365.232 167.432C365.232 167.542 365.247 167.651 365.263 167.746C365.028 173.722 365.122 179.731 365.89 185.676C365.968 186.21 366.046 186.743 366.125 187.276C365.984 190.037 365.702 192.783 365.075 195.481C364.354 198.493 363.195 201.521 360.908 203.685L361.018 203.811C363.414 201.693 364.715 198.618 365.545 195.591C366.046 193.724 366.375 191.81 366.626 189.896C367.205 192.72 368.004 195.497 369.179 198.148C370.072 200.109 371.153 202.007 372.594 203.623C374.02 205.238 375.759 206.588 377.733 207.482L377.795 207.341C375.869 206.415 374.192 205.05 372.829 203.419L372.814 203.403Z' fill='%23CA9E67'/%3E%3Cpath d='M386.145 157.376C385.425 148.419 384.422 139.477 382.934 130.614C381.398 121.766 379.691 112.934 377.388 104.243L377.231 104.275C378.641 113.138 380.114 121.986 381.367 130.849C382.652 139.712 383.983 148.576 384.876 157.486C385.738 166.397 386.318 175.354 386.036 184.296C385.895 188.767 385.534 193.238 384.657 197.615C384.218 199.795 383.639 201.96 382.808 204.031C381.994 206.102 380.866 208.062 379.315 209.678L379.425 209.788C381.023 208.188 382.213 206.227 383.09 204.156C383.983 202.086 384.61 199.905 385.111 197.709C386.098 193.316 386.568 188.814 386.819 184.327C387.257 175.339 386.85 166.334 386.13 157.376H386.145Z' fill='%23CA9E67'/%3E%3Cpath d='M2.71406 178.789C1.83679 175.997 1.44515 173.079 1.21017 170.161C0.771531 164.326 1.03785 158.427 1.55481 152.591C2.10311 146.74 3.01171 140.936 3.82632 135.116C4.6096 129.28 5.5652 123.491 6.39548 117.64L6.23882 117.608C4.51561 123.272 3.32502 129.06 2.25976 134.865C1.2415 140.685 0.661871 146.583 0.301563 152.482C-0.058746 158.38 -0.184071 164.326 0.426887 170.224C0.771531 173.173 1.27283 176.107 2.27543 178.915C2.77673 180.311 3.40335 181.676 4.24929 182.915C5.07957 184.154 6.19183 185.221 7.49207 185.927L7.5704 185.786C5.00124 184.296 3.59134 181.503 2.72973 178.758L2.71406 178.789Z' fill='%23CA9E67'/%3E%3Cpath d='M10.8758 132.339C9.92023 126.189 8.8863 120.04 7.36674 114L7.21008 114.031C7.83671 120.228 8.65132 126.377 9.30927 132.558C10.0142 138.723 10.8602 144.873 11.4085 151.054C11.9411 157.235 12.3171 163.431 12.1917 169.628C12.1291 172.718 11.9724 175.824 11.5025 178.883C11.0012 181.911 10.2805 185.017 8.432 187.511L8.55732 187.621C10.5312 185.142 11.3771 182.005 11.9724 178.977C12.5521 175.903 12.8184 172.781 12.9907 169.675C13.2727 163.447 13.069 157.203 12.6774 150.975C12.3014 144.763 11.7844 138.535 10.8915 132.37L10.8758 132.339Z' fill='%23CA9E67'/%3E%3Cpath d='M20.4319 186.759C19.3039 185.002 18.4737 183.056 17.8157 181.064C16.5311 177.064 15.9358 172.875 15.5755 168.687C14.9019 160.294 15.2622 151.838 15.9828 143.43C16.7191 135.022 17.9724 126.676 19.1786 118.33C20.3535 109.969 21.7948 101.654 23.189 93.3087L23.0323 93.2773C20.7452 101.435 19.0846 109.749 17.612 118.095C16.1865 126.456 15.2935 134.896 14.7139 143.352C14.15 151.807 13.9463 160.325 14.7922 168.781C15.2622 173.001 15.9672 177.221 17.3771 181.237C18.082 183.245 18.975 185.19 20.1812 186.963C21.3561 188.735 22.9384 190.257 24.8026 191.277L24.8809 191.135C23.0637 190.084 21.5598 188.547 20.4475 186.774L20.4319 186.759Z' fill='%23CA9E67'/%3E%3Cpath d='M31.1158 181.221C31.9304 176.813 32.3064 172.342 32.5257 167.887C32.886 158.945 32.557 150.003 31.9774 141.093C31.3821 132.182 30.5832 123.272 29.3299 114.424C28.0297 105.592 26.5884 96.7758 24.5832 88.0693L24.4266 88.1007C25.5388 96.9641 26.7451 105.78 27.7633 114.644C28.8129 123.492 29.9565 132.324 30.7241 141.203C31.4604 150.082 31.9461 158.976 31.7424 167.871C31.6327 172.311 31.3664 176.766 30.6615 181.158C30.3012 183.355 29.8312 185.52 29.1576 187.637C28.484 189.739 27.5597 191.794 26.1655 193.536L26.2908 193.646C27.7477 191.92 28.7189 189.865 29.4552 187.747C30.1915 185.629 30.7241 183.449 31.1314 181.253L31.1158 181.221Z' fill='%23CA9E67'/%3E%3Cpath d='M68.5722 174.648C68.1963 176.373 68.0709 178.099 68.0239 179.824C67.9613 181.55 68.2276 183.26 68.3529 184.97C68.6192 188.405 68.8855 191.825 69.2458 195.261H69.4025C69.5278 191.81 69.5905 188.374 69.6218 184.923C69.6218 183.197 69.7785 181.472 69.6218 179.762C69.4652 178.052 69.2302 176.342 68.7445 174.632H68.5879L68.5722 174.648Z' fill='%23CA9E67'/%3E%3Cpath d='M89.3761 174.648C89.0002 176.373 88.8748 178.099 88.8278 179.824C88.7652 181.55 89.0315 183.26 89.1568 184.97C89.4231 188.405 89.6894 191.825 90.0497 195.261H90.2064C90.3317 191.81 90.3944 188.374 90.4257 184.923C90.4257 183.197 90.5824 181.472 90.4257 179.762C90.2691 178.052 90.0341 176.342 89.5484 174.632H89.3918L89.3761 174.648Z' fill='%23CA9E67'/%3E%3Cpath d='M68.3999 39.2342L81.9506 39.5636L95.5014 39.8146V39.6578L81.982 38.7793L68.4469 37.9792C63.9352 37.7125 59.4235 37.336 54.9118 37.2576C50.4001 37.1792 45.8728 37.1635 41.3454 37.4145V37.5713C45.8414 38.1832 50.3375 38.544 54.8492 38.842C59.3608 39.1401 63.8725 39.1401 68.3999 39.2499V39.2342Z' fill='%23CA9E67'/%3E%3Cpath d='M252.157 82.3588C254.476 82.5 256.81 82.5627 259.113 82.3745V82.2176C256.794 81.543 254.491 81.1195 252.189 80.7744C249.886 80.4135 247.567 80.3822 245.264 80.2096L238.325 79.7233L231.369 79.3154V79.4723L238.262 80.5234L245.202 81.496C247.52 81.8097 249.823 82.249 252.157 82.3902V82.3588Z' fill='%23CA9E67'/%3E%3Cpath d='M117.433 46.5133C118.53 44.0818 119.611 41.6502 120.613 39.1873L120.472 39.1089C119.031 41.3522 117.668 43.6425 116.305 45.9329C115.632 47.0781 114.833 48.1605 114.331 49.3998C113.814 50.6234 113.344 51.8784 113.125 53.2589L113.266 53.3374C114.269 52.3647 115.021 51.2666 115.741 50.1214C116.462 48.992 116.885 47.7213 117.433 46.5133Z' fill='%23CA9E67'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  height: 271px;
  opacity: 1;
}
body footer .footer-info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
body footer .corps {
  width: 100%;
  margin: 0;
  padding-top: 0;
}
body footer .corps .logo img {
  width: 82px;
  height: 93px;
}
@media screen and (max-width: 768px) {
  body footer .corps .menu-container-footer {
    column-count: 2;
    margin-bottom: 0rem;
  }
}
body footer .corps .titre .titre-footer {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 21px;
}
body footer .corps .coordonnees .titre-footer {
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 21px;
}
body footer .corps .coordonnees .adresse a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #fcfbf8;
  letter-spacing: 0px;
}
body footer .corps .coordonnees .adresse a:hover {
  color: #ca9e67;
}
body footer .corps .coordonnees .telephone a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #fcfbf8;
  letter-spacing: 0px;
}
body footer .corps .coordonnees .telephone a:hover {
  color: #ca9e67;
}
body footer .corps .coordonnees .email a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0px;
  text-decoration: underline;
}
body footer .corps .coordonnees .email a:hover {
  color: #ca9e67;
}
body footer .corps .reseaux-sociaux-footer {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  gap: 17px;
}
body footer .corps .reseaux-sociaux-footer li {
  margin-right: 0;
}
body footer .corps .reseaux-sociaux-footer li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
body footer .corps .reseaux-sociaux-footer li a svg {
  width: 18px;
  height: 18px;
}
body footer .corps .reseaux-sociaux-footer li a:hover {
  background-color: #ca9e67;
}
body footer .corps .reseaux-sociaux-footer li a:hover svg path {
  fill: #343a40;
  stroke: #343a40;
}
body footer .corps .reseaux-sociaux {
  padding-left: 2rem;
  position: relative;
}
body footer .corps .reseaux-sociaux:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fcfbf8;
  opacity: 0.3;
}
body footer .corps .reseaux-sociaux li {
  list-style: none;
  margin-bottom: .5rem;
}
body footer .corps .reseaux-sociaux li a {
  font-family: 'Noto Sans', sans-serif;
  color: #fcfbf8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
body footer .corps .reseaux-sociaux li a:hover {
  color: #ca9e67;
}
body footer .corps .part-menu {
  padding-left: 0rem;
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu.column-footer-1 {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body footer .corps .part-menu.column-footer-2 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  body footer .corps .part-menu.column-footer-2 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body footer .corps .part-menu.column-footer-2 li a {
  color: #fcfbf8;
}
body footer .corps .part-menu li {
  list-style: none;
  margin-bottom: .5rem;
}
body footer .corps .part-menu li a {
  font-family: 'Noto Sans', sans-serif;
  color: #fcfbf8;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
}
body footer .corps .part-menu li a:hover {
  color: #ca9e67;
}
body footer .corps .horaires ul {
  padding-left: 0rem;
  position: relative;
}
body footer .corps .horaires ul li {
  list-style: none;
  margin-bottom: 6px;
  display: flex;
  gap: 0 100px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0px;
  color: #fcfbf8;
}
@media screen and (min-width: 768px) and (max-width: 1550px) {
  body footer .corps .horaires ul li {
    gap: 0 80px;
  }
}
body footer .corps .horaires ul li .jour {
  width: 50px;
}
body footer .pied {
  font-size: 0.875rem;
  line-height: 1.188rem;
}
body footer .pied .container {
  margin-top: 20px;
}
body footer .pied .container .row {
  text-align: center;
}
body footer .pied > .container {
  padding-top: 21px;
  padding-bottom: 21px;
}
body footer .pied a {
  margin-right: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fcfbf8;
}
body footer .pied a:hover {
  color: #ca9e67;
}
body footer .pied .desc {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fcfbf8;
}
body footer .pied .desc a {
  margin-right: 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fcfbf8;
}
body footer .pied .logo-idcom {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body footer .pied .logo-idcom svg {
  width: 81px;
  margin-top: -10px;
}
body footer .pied .logo-idcom svg .st1 {
  fill: #fcfbf8;
}
@media screen and (max-width: 1199px) {
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 500px;
  }
  body footer .corps {
    padding: 30px 0;
  }
  body footer .corps .logo-footer {
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 15px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau {
    margin-right: 20px;
  }
  body footer .corps .part-identite .reseaux-sociaux .reseau a .icone {
    width: 24px;
    height: 24px;
  }
  body footer .corps .part-menu ul.menu li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .pied {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  body footer .pied .logo-idcom svg {
    width: 70px;
  }
  body footer .pied.separateur-container > .container {
    padding-bottom: 15px;
  }
  body footer .pied.separateur-container > .container:before {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body .container {
    padding: 0 30px;
  }
  body header .corps .menu-principal nav ul li {
    margin-right: 1.25rem;
  }
  body header .corps .bouton-mise-en-avant {
    padding-bottom: 22px;
  }
  body header .corps .bouton-mise-en-avant a {
    padding: 4px 15px;
  }
  body header .corps.menu-7 .champ-recherches .asl_w_container #ajaxsearchlite1 {
    width: 350px;
  }
}
@media screen and (max-width: 767.98px) {
  body .container {
    padding: 0 20px;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  body header .entete {
    height: 20px;
  }
  body header .entete .accroche {
    white-space: nowrap;
    overflow: hidden;
  }
  body header .entete .accroche span {
    display: inline-block;
    padding-left: 100%;
    animation: texte-defilant 10s linear infinite;
  }
  body header .corps {
    height: 60px;
    position: relative;
    border-bottom: 1px solid var(--couleur);
  }
  body header .corps .logo a img {
    height: 50px;
  }
  body header .corps .menu-principal nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 350px;
    height: 100%;
    box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -webkit-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    -moz-box-shadow: 10px 0px 10px 0px rgba(136, 136, 136, 0.1);
    text-align: left;
    left: -800px;
    overflow-y: scroll;
    padding-bottom: 120px;
    background-color: var(--couleur-fond);
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  body header .corps .menu-principal nav.header-avec-entete {
    top: 80px;
  }
  body header .corps .menu-principal nav ul.menu {
    padding-top: 30px;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:after {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
  }
  body header .corps .menu-principal nav ul.menu li.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
  body header .corps .menu-principal nav ul.menu > li {
    display: block;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 0;
  }
  body header .corps .menu-principal nav ul.menu > li > a {
    display: block;
    padding: 0 15px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu {
    position: static;
    margin: 0px;
    width: 100%;
    transform: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    padding: 15px 30px;
  }
  body header .corps .menu-principal nav ul.menu > li ul.sub-menu > li > a {
    font-size: 14px;
    line-height: 18px;
  }
  body header #menu-mobile div {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-left: 12px;
  }
  body header #menu-mobile div span {
    display: block;
    margin-bottom: 2px;
    height: 2px;
    background-color: var(--couleur-texte);
  }
  body header #menu-mobile div.fermant {
    display: none;
    vertical-align: top;
  }
  body header #menu-mobile.active {
    background-color: var(--couleur-fond-actif) !important;
  }
  body header #menu-mobile.active div.ouvrant {
    display: none;
  }
  body header #menu-mobile.active div.fermant {
    display: inline-block;
  }
  body header .bouton-recherche-etude {
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 30px;
  }
  body footer .corps {
    padding: 30px 0 0;
  }
  body footer .corps .part-annexes {
    text-align: left;
  }
  body footer .corps .part-annexes:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 0 0 15px;
  }
  body footer .corps .part-annexes .zone-annexes .infos-contact {
    text-align: left;
  }
  body footer .corps .part-identite:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--couleur-separateur);
    opacity: .1;
    margin: 15px 0;
  }
  body footer .corps .part-identite .infos-contact {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  body footer .corps .part-menu {
    padding-bottom: 10px;
  }
  body footer .corps .infos-contact .bloc-contact {
    margin-bottom: 15px;
  }
  body footer .pied .pied-part-1 {
    margin-bottom: 5px;
  }
  body footer .pied .pied-part-1 .separateur {
    font-size: 0.875rem;
    margin-right: 0;
  }
  body footer .pied .pied-part-2 {
    text-align: left;
  }
  body footer .pied .logo-idcom svg {
    width: 50px;
  }
}
body#maintenance .page-content {
  background-image: url('/wp-content/themes/idcomweb/img/site-constrcution-img.jpeg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body#maintenance .page-content > .bloc-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
body#maintenance .page-content > .bloc-image img {
  width: 250px;
  border-radius: 5px;
}
body#maintenance .page-content .formulaire > .container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
body#maintenance .page-content .formulaire .contenus-txt .bloc-image img {
  border-radius: 5px;
}
body#maintenance .nf-error-msg.nf-error-field-errors {
  text-align: center;
}
/* === Compat charte Domaine des Cedres : neutralise les couleurs de
   l ancienne palette encore presentes en style inline dans le contenu.
   Correctif visuel cote CSS ; le propre est de re-choisir les couleurs en editeur. === */
[style*="background-color:#0f5257"],
[style*="background-color: #0f5257"] {
  background-color: #343a40 !important;
}
[style*="background-color:#658a8d"],
[style*="background-color: #658a8d"] {
  background-color: #eae0ce !important;
}
[style*="background-color:#eaf0ce"],
[style*="background-color: #eaf0ce"] {
  background-color: #eae0ce !important;
}
[style*="background-color:#b6b95a"],
[style*="background-color: #b6b95a"] {
  background-color: #ca9e67 !important;
}
[style*="background-color:#dba07e"],
[style*="background-color: #dba07e"] {
  background-color: #ca9e67 !important;
}
[style*="color:#0b3142"],
[style*="color: #0b3142"] {
  color: #343a40 !important;
}
[style*="color:#0f5257"],
[style*="color: #0f5257"] {
  color: #343a40 !important;
}
[style*="color:#658a8d"],
[style*="color: #658a8d"] {
  color: #706f6f !important;
}
.long-section-texte:before {
  display: none !important;
}
.lame-faq:before {
  display: none !important;
}
