:root {
  --background: #f0f0f0;
  --expert-blue: #030f40;
  --secondary: #a1bf0d;
  --primary: #003e6d;
  --blue-1: #3d466c;
  --blue-2: #767c97;
  --error: #eb4a65ff;
  --success: #9bcd41;
  --font-primary: DINPro-Regular, sans-serif;
  --font-bold: DINPro-Bold, sans-serif;
}

/* Common */

body {
  font-family: var(--font-primary);
  margin: 0;
  padding: 0;
  background-color: var(--background);
  font-weight: 400;
  font-size: 16px;
  font-family: DINPro-Regular, sans-serif;
  margin: 0 16px;
  @media screen and (min-width: 768px) {
    margin: 0;
  }
}

#container {
  display: none;
}

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.svg-top-right {
  display: none;
  z-index: -1;
  @media screen and (min-width: 768px) {
    background-image: url('data:image/svg+xml,<svg width="173" height="151" viewBox="0 0 173 151" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)" id="primary-color"><mask id="b" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-127" y="-194" width="2249" height="542"><path fill-rule="evenodd" clip-rule="evenodd" d="M437.864 288c37.881 0 68.59-30.709 68.59-68.591 0-37.882-30.709-68.591-68.59-68.591H170.847c-95.22 0-172.41-77.19-172.41-172.409S75.627-194 170.847-194H2092c16.57 0 30 13.431 30 30 0 16.569-13.43 30-30 30H170.847c-62.082 0-112.41 50.327-112.41 112.41 0 62.08 50.328 112.408 112.41 112.408h267.017c71.018 0 128.59 57.572 128.59 128.591S508.882 348 437.864 348h-534.72c-16.568 0-29.999-13.431-29.999-30 0-16.569 13.431-30 30-30h534.719Z" fill="%23BBDBFD"/></mask><g mask="url(%23b)" id="secondary-color"><path fill-rule="evenodd" clip-rule="evenodd" d="M437.864 276c31.254 0 56.59-25.337 56.59-56.591s-25.336-56.591-56.59-56.591H170.847C69 162.818-13.563 80.255-13.563-21.591-13.563-123.437 69-206 170.847-206H2092c23.2 0 42 18.804 42 42s-18.8 42-42 42H170.847c-55.455 0-100.41 44.955-100.41 100.41 0 55.454 44.955 100.408 100.41 100.408h267.017c77.646 0 140.59 62.945 140.59 140.591 0 77.646-62.944 140.591-140.59 140.591h-534.72c-23.195 0-41.999-18.804-41.999-42s18.804-42 42-42h534.719Z" fill="%23a1bf0d" id="secondary-color"/><g opacity=".06" clip-path="url(%23c)"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.506 413.602c-15.7-42.475 6.179-90.667 8.505-137.158 2.263-45.205-11.075-89.395 5.025-133.223C34.887 94.625 60.086 40.942 107.84 15.572c47.676-25.33 103.053-7.741 154.672-2.766 44.35 4.275 85.918 13.663 126.026 29.824 42.513 17.13 86.608 33.386 115.11 67.342 30.457 36.284 49.565 81.836 50.747 130.25 1.208 49.453-15.034 100.198-44.049 144.031-28.444 42.972-69.85 78.789-117.741 100.388-45.127 20.353-94.067 11.698-142.355 16.918-50.732 5.483-103.707 31.011-149.625 14.643-46.749-16.664-80.525-57.698-97.12-102.6Z" fill="%23343A40"/></g><g opacity=".15" clip-path="url(%23d)"><path fill-rule="evenodd" clip-rule="evenodd" d="M271.445 188.117c-28.402 16.687-65.504 10.637-99.327 3.98-30.347-5.972-56.72-24.429-84.534-40.166-28.57-16.165-60.458-27.217-81.284-53.655-21.93-27.839-36.808-62.778-37.593-97.258-.772-33.925 15.59-63.717 33.32-90.34 16.295-24.469 38.52-43.206 64.322-56.282 24.59-12.462 52.893-12.015 80.337-17.027 33.873-6.186 67.828-32.66 100.432-15.984 32.174 16.456 35.566 63.305 54.65 95.305 18.751 31.44 52.804 56.106 56.901 91.74 4.114 35.774-20.576 64.263-35.442 94.888-14.835 30.561-23.302 68.066-51.782 84.799Z" fill="%23fff"/></g></g></g><defs><clipPath id="a"><path fill="%23fff" d="M173 151H0V0h173z"/></clipPath><clipPath id="c"><path fill="%23fff" d="m137.763 641.689-285.905-470.952 505.489-306.87 285.903 470.95z"/></clipPath><clipPath id="d"><path fill="%23fff" d="m-29.884-196.228 396.595 11.895-11.829 394.38-396.594-11.896z"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 173px;
    height: 151px;
  }
}

.svg-bottom-left {
  display: none;
  z-index: -1;
  @media screen and (min-width: 768px) {
    display: block;
    position: absolute;
    top: calc(100vh - 121px);
    left: 0;
    display: block;
    width: 288px;
    height: 121px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 219 165"><g id="desktop_section_bottom-left-angle" clip-path="url(%23clip0_3180_142044)"><mask id="mask0_3180_142044" width="2249" height="542" x="-1914" y="-193" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path id="mask" fill="%23BBDBFD" fill-rule="evenodd" d="M-229.86-133a68.59 68.59 0 0 0 0 137.18H37.15c95.22 0 172.41 77.2 172.41 172.41 0 95.22-77.19 172.41-172.4 172.41H-1884a30 30 0 1 1 0-60H37.15c62.09 0 112.41-50.33 112.41-112.4 0-62.1-50.32-112.42-112.4-112.42h-267.02c-71.02 0-128.6-57.57-128.6-128.59 0-71.02 57.58-128.59 128.6-128.59h534.72a30 30 0 1 1 0 60h-534.72Z" clip-rule="evenodd"/></mask><g mask="url(%23mask0_3180_142044)"><g id="primary-color"><path id="secondary-color" fill="%23a1bf0d" fill-rule="evenodd" d="M-229.86-121a56.59 56.59 0 0 0 0 113.18H37.15C139-7.82 221.56 74.74 221.56 176.6S139 361 37.16 361H-1884a42 42 0 1 1 0-84H37.15c55.46 0 100.41-44.96 100.41-100.4 0-55.46-44.95-100.42-100.4-100.42h-267.02c-77.65 0-140.6-62.94-140.6-140.59S-307.5-205-229.85-205h534.72a42 42 0 1 1 0 84h-534.72Z" clip-rule="evenodd"/><g id="BlobCorner" clip-path="url(%23clip1_3180_142044)" opacity=".06"><path id="Vector" fill="%23343A40" fill-rule="evenodd" d="M204.5-258.6c15.7 42.47-6.19 90.67-8.51 137.16-2.26 45.2 11.07 89.4-5.03 133.22-17.85 48.6-43.05 102.28-90.8 127.65-47.68 25.33-103.05 7.74-154.67 2.76-44.35-4.27-85.92-13.66-126.03-29.82-42.51-17.13-86.6-33.39-115.1-67.34-30.47-36.29-49.57-81.84-50.76-130.25-1.2-49.46 15.04-100.2 44.05-144.03 28.45-42.98 69.85-78.8 117.74-100.4 45.13-20.34 94.07-11.69 142.36-16.9 50.73-5.5 103.7-31.02 149.62-14.65 46.75 16.66 80.53 57.7 97.12 102.6Z" clip-rule="evenodd"/></g><g id="BlobCorner_2" clip-path="url(%23clip2_3180_142044)" opacity=".15"><path id="Vector_2" fill="%23fff" fill-rule="evenodd" d="M-63.44-33.12c28.4-16.68 65.5-10.63 99.32-3.98 30.35 5.98 56.72 24.43 84.54 40.17 28.57 16.16 60.45 27.22 81.28 53.65 21.93 27.84 36.8 62.78 37.6 97.26.76 33.93-15.6 63.72-33.33 90.34-16.3 24.47-38.52 43.2-64.32 56.28-24.59 12.47-52.9 12.02-80.34 17.03-33.87 6.19-67.82 32.66-100.43 15.99-32.17-16.46-35.56-63.31-54.65-95.31-18.75-31.44-52.8-56.1-56.9-91.74-4.11-35.77 20.58-64.26 35.44-94.89 14.84-30.56 23.3-68.06 51.79-84.8Z" clip-rule="evenodd"/></g></g></g></g><defs><clipPath id="clip0_3180_142044"><path fill="%23fff" d="M0 0h219v165H0z"/></clipPath><clipPath id="clip1_3180_142044"><path fill="%23fff" d="m70.24-486.69 285.9 470.95-505.48 306.87-285.9-470.95z"/></clipPath><clipPath id="clip2_3180_142044"><path fill="%23fff" d="m237.9 351.28-396.6-11.9L-146.87-55l396.59 11.9z"/></clipPath></defs></svg>');
  }
}

.container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  @media screen and (max-width: 768px) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
  }
}

.form-section {
  max-width: 500px;
  width: 100%;
}

.login-form-container {
  background-color: white;
  padding: 8px 30px 24px;
  border-radius: 8px;
}

.image-desktop {
  width: 40%;
  max-width: 600px;
  height: auto;
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.image-mobile {
  width: 60%;
  max-width: 600px;
  height: auto;
  display: none;
  @media screen and (max-width: 768px) {
    display: block;
    margin: 0 auto;
  }
}

.title-container h2 {
  color: var(--expert-blue);
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  @media screen and (min-width: 768px) {
    font-size: 28px;
    line-height: 35px;
  }
}

.title-container .line {
  width: 53px;

  border-radius: 5px;
  margin-bottom: 20px;
}

.form-action {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  margin: 5px 0;
  font-size: 16px;
}

button[type="submit"] {
  background-color: var(--primary);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

button:hover {
  filter: brightness(85%);
}

.forgot-password {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  background-color: white;
  color: var(--blue-1);
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

.forgot-password:hover {
  filter: brightness(98%);
}

.register-link {
  text-align: center;
  margin-top: 20px;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  display: none;
  justify-content: space-around;
  align-items: center;
}

input {
  position: relative;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  color: var(--blue-1);
  background-color: white;
  border: 1px solid var(--blue-2);
  border-radius: 4px;
  outline: 2px solid transparent;
}

input:focus-visible {
  color: var(--expert-blue);
  outline-color: var(--expert-blue);
}

label {
  margin-bottom: 2px;
  color: var(--blue-2);
  font-weight: 700;
  font-size: 16px;
}

input::placeholder {
  /* TODO: remove placeholder in JS file */
  color: white;
}

.password-container {
  position: relative;
}

.toggle-password {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
}

.input-error {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='9 9 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke='%23EB4A65' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M18 22.5a.25.25 0 0 0-.049.495.25.25 0 0 0 .299-.245.25.25 0 0 0-.25-.25Z' stroke-linejoin='round'/%3E%3Cpath d='M18 20.5v-5'/%3E%3Cpath d='M19.08 11.173a1.204 1.204 0 0 0-2.16 0L10.603 24.04a1.013 1.013 0 0 0 .91 1.461h12.971a1.014 1.014 0 0 0 .911-1.461L19.08 11.174Z' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M9 9h18v18H9z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 20px;
  border-color: var(--error);
}

.input-error:focus-visible {
  outline-color: var(--error);
}

/* Login */

.create-account {
  padding: 10px 20px;
  background-color: white;
  color: var(--expert-blue);
  border: 1px solid var(--secondary);
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  outline: none;
  font-size: 16px;
  width: 180px;
}

.create-account:hover {
  filter: brightness(98%);
}

.create-account-text {
  color: var(--expert-blue);
  font-size: 16px;
}

/* form container (microsoft) */
.entry {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* form input container (microsoft) */
.entry-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* page title (microsoft) */
.heading {
  display: none;
}

/* subtitle (microsoft) */
.intro {
  display: none;
}

/* connexion with other options (microsoft) */
.options {
  display: none;
}

/* "ou" (microsoft) */
.divider {
  display: none;
}

/* forgot password (microsoft) */
#forgotPassword {
  display: none;
}

/* create account button (microsoft) */
.create {
  display: none;
}

/* error message when submit has clicked (microsoft) */
.error.pageLevel {
  color: var(--error);
  font-style: italic;
  font-size: 14px;
}

/* error message when user has writted in input (microsoft) */
.error.itemLevel {
  /* Override microsoft inline style in html */
  display: none !important;
}

/* Register */

.form-field {
  position: relative;
  margin-bottom: 15px;
}

.form-field label {
  display: block;
  margin-bottom: 5px;
}

#password-rules {
  display: none;
}

#password-rules.active {
  position: absolute;
  display: block;
  margin-top: 4px;
  padding: 8px;
  background-color: #f4f8ff;
  border: 1px solid var(--blue-2);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
  width: calc(100% - 12px);
}

#password-rules .password-rule {
  display: flex;
  gap: 8px;
  align-items: center;
}

.password-container {
  position: relative;
  width: 100%;
}

.rule-icon {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 2px solid var(--expert-blue);
  border-radius: 50%;
}

.rule-valid {
  padding: 1px;
  background-color: var(--success);
  border: 1px solid var(--success);
}

.rule-svg {
  width: 15px;
  height: 15px;
}

.toggle-password {
  position: absolute;
  cursor: pointer;
}

.eye-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}

.eye-icon-error {
  top: 37.5%;
  right: 35px;
}

/* Forgotten password */
ul {
  list-style: none;
  padding-left: 0;
}

.sendCode,
.verifyCode,
.sendNewCode,
.changeClaims {
  background-color: var(--primary);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 80%;
  margin: 5px 40px;
}

.sendCode:hover {
  filter: brightness(85%);
}

.required {
  display: none;
}

.helpLink {
  display: none;
}

#cancel {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  background-color: white;
  color: var(--blue-1);
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

#cancel:hover {
  filter: brightness(98%);
}

#newCancelButton {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  background-color: white;
  color: var(--blue-1);
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

#newCancelButton:hover {
  filter: brightness(98%);
}

#email,
#emailVerificationCode,
#newPassword,
#reenterPassword {
  margin-bottom: 20px;
  margin-top: 5px;
}

.verificationSuccessText {
  margin-bottom: 20px;
}

.sendNewCode {
  padding: 15px 0;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  background-color: white;
  color: var(--blue-1);
  text-align: center;
  font-size: 16px;
  box-shadow: none;
}

.sendNewCode:hover {
  filter: brightness(98%);
}

button:hover:disabled,
button[disabled] {
  cursor: default;
  background-color: #cccccc;
  color: #555555;
}

.spinner {
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(75%);
}

.spinner div {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid;
  border-color: var(--primary) transparent transparent;
  border-radius: 50%;
  animation: common-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.spinner div:nth-child(1) {
  animation-delay: -0.45s;
}

.spinner div:nth-child(2) {
  animation-delay: -0.3s;
}

.spinner div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes common-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.acces-compte-desktop {
  width: 100%;
  max-width: 600px;
  height: 500px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="acces-compte" viewBox="0 0 500 500"><defs><style> .cls-1{fill:%23fff}.cls-2{fill:%23003e6d}.cls-3{fill:%23030f40} </style></defs><path id="secondary-color" fill="%23a1bf0d" d="M267.32.06c15.25.1 30.3 1.83 44.98 6.16 19.5 5.75 36.34 15.99 50.87 30.13 11.8 11.48 21.72 24.47 30.42 38.4 2.83 4.53 5.64 9.08 8.27 13.72a263 263 0 0 0 26.39 38.6c2.92 3.52 5.69 7.17 8.52 10.77a135.16 135.16 0 0 1 12.9 19.87c7.62 14.22 10.47 29.42 9.46 45.43-.84 13.37-3.83 26.33-7.45 39.17-3.85 13.64-8.83 26.88-14.17 39.99a1050.5 1050.5 0 0 1-11.45 27.01c-7.33 16.64-13.78 33.63-20.42 50.54-5.22 13.31-10.81 26.45-17.59 39.06-12.81 23.82-28.59 45.4-48.2 64.1-11.63 11.08-24.34 20.59-38.95 27.45-10.85 5.1-22.16 8.37-34.13 9.29-14.17 1.1-27.58-1.78-40.47-7.55-9.93-4.45-19.05-10.22-27.72-16.77-12.1-9.13-23.14-19.47-33.97-30.03-13.63-13.29-26.02-27.7-38.23-42.28a1778.06 1778.06 0 0 0-16.81-19.85c-8.89-10.3-18.47-19.96-28.21-29.45-7.11-6.93-13.93-14.13-19.96-22.04-8.59-11.28-15.01-23.63-18.16-37.54-2.49-10.98-3.03-22.11-2.22-33.31a208.76 208.76 0 0 1 9.97-51.13c4.47-13.41 10.63-26.05 17.58-38.33 9.1-16.07 19.24-31.48 29.67-46.71 2.98-4.35 5.87-8.76 8.74-13.18a24.67 24.67 0 0 0 2.1-4.05c2.98-7.32 5.78-14.72 8.86-22 3.38-8 7.44-15.66 12.66-22.65 1.03-1.39 2.08-2.78 3.02-4.23 6.61-10.15 15.26-18.28 25.06-25.25 4.59-3.26 9.5-5.97 14.52-8.53a237.45 237.45 0 0 1 52.16-19.35c11-2.66 22.1-4.81 33.43-5.44 2.83-.15 5.68-.02 8.52-.02Z" opacity=".1"/><g id="invariable"><path d="M206.64 329.24c-2.5-1.08-3.36-2.27-2.97-4.74.86-5.35 3.8-9.27 8.64-11.74.24-.13.53-.3.78-.27 2.01.21 3.48-.93 5.08-1.86a5.97 5.97 0 0 1 5.33-.6c.54-.58 1.13-1.16 1.65-1.79 2.31-2.86 4.56-5.77 6.93-8.58a37.03 37.03 0 0 1 3.77-3.85c2.33-2.07 4.92-2.01 7.53-.57a16.43 16.43 0 0 1 6.63 6.74 16.9 16.9 0 0 0 6.07 6.43c1.46.91 3.07 1.6 4.64 2.31.31.14.83.05 1.16-.12 4.47-2.34 9.35-3.49 14.15-4.78 7.09-1.92 14.25-3.57 21.37-5.38 1.45-.37 3.01-.57 4.12-1.79.16-.18.5-.26.76-.3 2.06-.28 3.28-1.65 4.34-3.25 2.14-3.24 4.38-6.42 6.41-9.73 5.13-8.37 11.31-15.95 17.62-23.43 6.13-7.26 12.24-14.54 18.55-21.64 2.89-3.25 6.21-6.14 9.43-9.09 3.35-3.07 7.46-4.44 11.91-4.89 2.69-.27 5.38-.5 8.06-.86 3.49-.47 6.36-2.29 9.03-4.44.4-.32.79-.89.83-1.37.23-2.97.16-5.93-.25-8.59-2.57-.84-4.9-1.47-7.14-2.36-6.2-2.45-9.86-7.21-11.1-13.57-2.35-12.04-.29-23.22 7.67-32.88 3.93-4.76 8.9-8.12 15.17-8.55 5.03-.34 10.13-.23 14.77 2.43a25.26 25.26 0 0 1 10.52 11.73c1.75 3.8 3.2 7.71 2.54 12.03.3.2.52.39.76.49 2.78 1.14 3.65 3.41 3.67 6.18 0 .48-.14.96-.18 1.44-.32 4.17-3.02 6.29-6.67 7.25-1.83.48-2.68 1.38-3.1 3.1a29.48 29.48 0 0 0-.65 10.33c.28 2.39.86 4.76 1.46 7.11.92 3.58 3.33 5.89 6.78 7 4.35 1.41 8.68 2.84 13.23 3.58 2.64.43 5.27 1.26 7.77 2.26 4.5 1.78 7.33 5.38 9.35 9.62.92 1.93 1.5 4.02 2.29 6.02 4.47 11.31 6.85 23.11 8.35 35.12.43 3.44.77 6.91.85 10.37.24 10.4.35 20.8.48 31.21.02 1.43-.15 2.86-.24 4.41.69-.05 1.17-.06 1.63-.11 3.24-.34 6.47-.7 9.71-1.02.72-.07 1.53-.22 2 .72-.48 1-1.39.78-2.16.85l-11.25 1.05c-.31 1.29-.57 2.42-.86 3.54-1.1 4.32-3.54 7.29-7.9 8.88-5.49 2-11.15 2.73-16.9 3.16-3.94.29-7.88.63-11.81 1.02-1.16.11-2.29.52-3.45.71-2.53.4-5.06.94-7.61 1.07-5.68.29-11.37.45-17.06.49-5.28.05-10.5-.71-15.69-1.73-1.48-.29-3.03-.26-4.55-.24-3.05.02-6.15-.19-9.13.28a46.15 46.15 0 0 0-9.58 2.65 53.63 53.63 0 0 1-19.53 3.59c-5.13.05-10.28-.41-15.39-.13-3.25.18-6.45.14-9.67-.08-.21-.02-.42.04-.62.04-3.6-.03-5.45-2.46-4.49-5.96.14-.5.49-.99.86-1.38.37-.4.83-.8 1.32-.99 3.03-1.12 5.18-3.42 7.45-5.53a22.79 22.79 0 0 1 15-6.31c4.3-.19 8.59-.49 12.87-.83 2.27-.18 4.52-.55 6.78-1.11-.63-.03-1.25-.1-1.87-.1-10.68-.06-21.37-.06-32.05-.19-5.06-.06-10.01.03-15 1.36-7.13 1.91-14.51 2.22-21.89 2.24l-15.19.03c-.69 0-1.39.05-2.08.05-2.67-.02-4.83.7-6.58 3.05-4.05 5.44-10.1 7.26-16.43 8.39a94.96 94.96 0 0 1-16.75 1.44c-2.54 0-5.08.44-7.63.46-4.92.05-9.84 0-14.76-.13-1.99-.05-2.77-1.1-2.73-3.14.09-4.39 1.35-8.32 4.41-11.58.13-.17.23-.36.41-.63Zm248.03 8.31c2.23-.46 3.78-1.4 4.93-2.99a12.2 12.2 0 0 0 2.25-5.75c.37-3.17.78-6.35.81-9.53.06-8.95 0-17.9-.16-26.84a95.7 95.7 0 0 0-.83-11.61c-1.61-11.47-3.46-22.9-7.74-33.78-.99-2.51-1.7-5.15-2.82-7.6-1.81-3.96-4.53-7.17-8.74-8.75-2-.76-4.07-1.46-6.17-1.83a58.27 58.27 0 0 1-11.97-3.41c-.95-.39-1.94-.68-2.96-1.04a10.56 10.56 0 0 1-4.53 6.36 27.7 27.7 0 0 1-5.64 3.05c-5.46 2.12-11.21 2.62-16.99 2.3-2.94-.16-5.92-.8-8.75-1.65-3.09-.94-5.01-3.14-5.11-6.59 0-.1-.17-.19-.17-.19l-9.63.33c-4.25.15-8.04 1.5-11.16 4.43-3.08 2.9-6.21 5.77-9.04 8.9-5.02 5.56-9.86 11.28-14.73 16.97-6.04 7.07-12.08 14.13-17.28 21.86-1.55 2.3-3.01 4.66-4.58 6.95-2.88 4.21-5.26 8.78-9.01 12.44 9.73 3.84 13.99 11.21 14.45 21.52 4.63-4.41 8.64-8.88 12.86-13.15 4.24-4.3 8.56-8.51 12.81-12.8 4.18-4.23 8.3-8.51 12.44-12.76l.34.21c-.48.88-.84 1.86-1.46 2.62-2.18 2.69-4.33 5.42-6.71 7.94a3077.42 3077.42 0 0 1-25.57 26.8c-1.92 1.98-4.16 3.65-6.24 5.47-.16.15-.26.37-.47.67h17.48c9.29.02 18.59.28 27.87-.42.53-.04 1.07-.12 1.77-.2-.07-1.35-.04-2.6-.23-3.82-1.86-12.27-3.77-24.53-5.64-36.8-.52-3.42-.98-6.86-1.39-10.31-.1-.82-.39-1.81.5-2.47 1.02.08.98.9 1.12 1.53.43 1.96.84 3.93 1.24 5.9a422.03 422.03 0 0 1 5.87 39.7c.26 2.39.59 4.78.91 7.36 4-.94 7.77-1.76 11.5-2.71 2.35-.6 4.66-1.36 6.98-2.08 10.4-3.22 20.91-6.05 31.66-7.87 3.48-.59 6.98-1.06 10.47-1.58.33-.89.86-1.72.9-2.57.16-3.25.44-6.53.14-9.75-.44-4.75-1.33-9.47-2.03-14.2-.09-.61-.37-1.24.32-2.31.69 2.27 1.32 4.08 1.8 5.93.49 1.88.87 3.78 1.24 5.69.36 1.84.76 3.68.94 5.53.19 1.92.24 3.88.17 5.81-.06 1.9-.34 3.79-.55 5.92 1.3 0 2.34-.08 3.36.02 1.43.14 3.02.08 4.25.69 2.91 1.45 5.86 2.96 8.4 4.94 5.58 4.37 8.82 10.07 8.52 17.41-.03.61 0 1.23 0 2.08Zm-136.39 10.48a9.55 9.55 0 0 0 5.23 1.03c5.26-.26 10.52-.57 15.79-.73 6.97-.21 13.82-1.01 20.39-3.55 4.49-1.73 9.11-3.01 13.98-2.81 6.51.27 13.03.6 19.54.98 8.46.5 16.9.45 25.33-.48 5.51-.61 11.03-1.18 16.56-1.7 5.25-.49 10.52-.79 15.67-2 .72-.17 1.42-.4 2.1-.59.93-8.63-2.57-14.98-9.31-19.76a99.35 99.35 0 0 0-5.76-3.73 3.5 3.5 0 0 0-1.92-.54c-4.29.26-8.59.46-12.86.94a174.86 174.86 0 0 0-35.86 7.96 150.27 150.27 0 0 1-14.99 4.23c-5.1 1.13-10.14 2.92-15.52 2.26-.46-.06-.95.15-1.43.22-2.54.35-5.07.77-7.62 1.03-4.56.46-9.11.87-13.68 1.22-5.07.39-9.21 2.72-13.33 6.28 3.2-.79 5.93-1.49 8.67-2.13 2.7-.63 5.38-1.41 8.63-1.38-1.44 1.31-2.84 1.42-4.13 1.79-4.32 1.26-8.7 2.37-12.96 3.8-2.68.9-5.21 2.26-7.79 3.44-.5.23-1.21.48-.84 1.17a9388.4 9388.4 0 0 1 23.26-6.61c.53-.15 1.08-.23 1.62-.32.05 0 .13.05.18.1.04.05.05.12.16.39-.52.32-1.03.78-1.64.99-3.19 1.14-6.38 2.29-9.62 3.3-3.77 1.17-7.6 2.16-11.38 3.29-.87.26-1.9.44-2.26 1.52 1.86 1.45 3.17 1.68 4.04.45 1.15-1.63 2.78-2.34 4.55-2.65 5.86-1.04 11.75-1.93 17.62-2.88.04 0 .09.06.36.26-.8.34-1.45.73-2.15.9-1.88.46-3.78.86-5.69 1.23-3.26.63-6.55 1.16-9.8 1.83-.97.2-1.85.74-3.12 1.28Zm101.73-124.54c-.09-.15-.14-.29-.24-.37-.26-.23-.52-.48-.82-.63-2.94-1.47-4.14-4.16-4.92-7.11-1.18-4.47-1.29-9.05-1.23-13.63.02-1.43.34-2.91.78-4.28.63-1.94 1.53-3.53 3.99-3.95 2.11-.36 4.09-1.53 4.66-3.95a8.98 8.98 0 0 0-.6-5.9c-.63-1.38-1.7-1.93-3.18-1.84-1.73.11-2.92 1.05-4.01 2.32-1.8 2.1-3.91 1.86-5.04-.69-.66-1.49-.91-3.18-1.26-4.79-.52-2.36-.82-4.78-1.48-7.1-.95-3.38-3.4-5.27-6.75-6.1-2.77-.68-5.35-.1-7.9.96-1.4.58-2.81 1.25-4.29 1.52-2.31.42-3.17-.45-3.22-2.76-.04-1.99-.6-2.47-2.53-2.16a4.7 4.7 0 0 0-1.37.45c-2.19 1.13-4.09 2.58-5.31 4.81-4.03 7.38-5.04 15.27-4.36 23.57.5 6.1 3.45 10.55 8.25 14 .34.24.69.46 1.04.69 5.96 4.03 16.72 4.78 22.87-2.25.55-.62 1.26-1.1 1.89-1.65-.03 1.92-1.12 3.07-2.35 4.07-2.94 2.38-6.25 3.82-10.1 3.84-.87 0-1.74.15-2.49.21.23 2.49.46 4.75.64 7.01a6.06 6.06 0 0 1-2.51 5.43 38.28 38.28 0 0 1-4.87 3.16c-1.71.95-2.1 1.57-1.11 3.24a7.18 7.18 0 0 0 2.43 2.44c1.11.65 2.43 1 3.7 1.29 5.07 1.17 10.19.98 15.31.27a31.06 31.06 0 0 0 9.54-2.77c3.21-1.58 5.75-3.81 6.85-7.35Zm-196.7 118.77c2.24.92 4.41 1.32 6.61.95a1119 1119 0 0 0 16.36-2.92c4.46-.82 8.52-2.44 11.63-5.93.83-.93 1.71-1.82 2.65-2.65.61-.54 1.31-1 2.03-1.36 2.11-1.06 4.41-1.15 6.7-1.16 6.73-.02 13.46.06 20.18-.02 6.18-.07 12.34-.62 18.34-2.18 2.19-.57 4.31-1.46 6.41-2.33.46-.19.9-.85 1.03-1.37.98-4 .41-7.88-1.29-11.56-2.21-4.78-5.73-8.28-10.74-10.15a4.76 4.76 0 0 0-3.63.05 46 46 0 0 1-5.13 1.7c-10.26 2.67-20.53 5.29-30.79 7.94-.09.02-.15.16-.23.25l1.41 1.16c-1.54.8-2.81.52-4.09-.24-1.13-.66-2.32-1.23-3.49-1.81-3.46-1.72-6.61-3.72-8.36-7.44-1.27-2.69-3.5-4.64-5.96-6.26-2.53-1.66-4.41-1.47-6.5.68-1.01 1.04-1.87 2.22-2.82 3.33-2.88 3.37-5.72 6.78-8.68 10.08-1.53 1.7-3.3 3.17-4.93 4.77-.3.29-.5.68-.96 1.32 5.7-1.67 10.6-3.97 14.71-7.77 1.48-1.36 2.92-2.76 4.46-4.06 1.7-1.44 3.08-.91 3.62 1.24.44 1.74.99 3.45 1.53 5.16.29.92.73 1.81.97 2.75.17.66.11 1.39.16 2.3-1.46-.5-1.66-1.55-1.87-2.41-.72-3-3.15-4.34-5.3-6.01l-5.23 4.9c1.5 1.1 3.24 1.83 3.24 4.06-2.42-.1-3.58-2.18-5.52-2.71l-4.42 2.37c.71.62 1.41 1.03 1.8 1.64 1.01 1.57 2.52 2.07 4.22 2.31 3.06.44 5.9 1.54 8.61 2.97.97.52 1.9 1.15 2.74 1.86.92.78 1.15 1.77.73 3-1.37 4.01-3.89 6.84-8.06 7.99-1.73.48-3.5.84-5.25 1.27-2.75.68-5 2.16-6.87 4.32Zm-5.42-22.83c-.17.43-.3.88-.53 1.28a25.04 25.04 0 0 0-2.6 7.64 17.95 17.95 0 0 0-.28 3.51c.02 1.88.84 3.2 2.08 3.48 1.69.37 2.77-.58 3.65-1.83a25.97 25.97 0 0 0 2.06-3.84c1.12-2.56 2.32-5.04 4.7-6.74.49-.35.95-.87.3-1.84-.6.26-1.39.39-1.84.84a18.24 18.24 0 0 0-2.9 3.5c-1.08 1.84-1.86 3.87-2.84 5.78a9.63 9.63 0 0 1-1.57 2.41c-.84.87-1.95.64-2.28-.52a10.12 10.12 0 0 1-.36-3.67c.28-2.7.98-5.31 2.22-7.75.4-.79.72-1.62 1.05-2.38-2.09-1.65-2.11-1.9-.41-3.83.69-.78 1.4-1.54 2.11-2.3l1.63-1.73c-3-.22-5.06 1.22-6.67 3.3a27.19 27.19 0 0 0-4.8 9.84c-.18.67-.14 1.4-.23 2.36 2.08-.86 2.89-2.45 3.97-3.75 1.09-1.32 1.72-3.03 3.54-3.78Zm-4.18-5.2c-4.02 1.2-8.36 7-8.22 10.76.07 1.91.83 2.33 3.01 1.55.53-4.47 2.9-8.24 5.21-12.31Zm26.15-8.17-1.82 1.56 2.85 1.32-1.03-2.88ZM71.2 217.82c.03-2.27.12-4.54.1-6.8-.06-4.85-.22-9.71-.25-14.56-.05-8.32-.13-16.65-.02-24.97.08-5.89.31-11.79.75-17.66.19-2.59.98-5.16 1.69-7.69.96-3.39 3.38-5.43 6.59-6.72 4.28-1.72 8.77-1.92 13.28-2.13 8.73-.39 17.45-.8 26.18-1.13 4.09-.16 8.18-.15 12.27-.26 12.83-.35 25.65-.78 38.48-1.06 5.48-.12 10.96.14 16.43.06 8.39-.11 16.78-.38 25.17-.56 7.99-.17 15.95.38 23.87 1.32 1.97.23 3.96.81 5.8 1.57 6.43 2.67 9.89 7.61 10.44 14.52.19 2.41.14 4.85.07 7.28-.48 16.85-1.03 33.69-1.46 50.54-.15 6.1-.1 12.21.02 18.31.2 10.77-.32 21.49-1.45 32.19a23.67 23.67 0 0 1-2.12 7.75 10.55 10.55 0 0 1-7.23 6.02c-4.16 1.06-8.37 1.95-12.7 2.03-9.56.16-19.13.4-28.69.47-8.46.06-16.93-.11-25.39-.13-16.72-.02-33.43 0-50.14 0-5.27 0-10.54-.08-15.81-.12h-5.67c-.33 1.29-.58 2.36-.88 3.42-2.21 7.8-4.28 15.64-6.73 23.36a13 13 0 0 1-5.88 7.24c-5.45 3.3-11.37 5.42-17.38 7.35a122.3 122.3 0 0 1-10.59 2.96c-4.28.96-8.1-.4-11.47-3.02-2.41-1.87-4.66-3.94-7.02-5.88-1.66-1.36-3.39-2.63-5.05-4-3.18-2.63-6.03-5.56-7.74-9.38a14.5 14.5 0 0 1-1.17-4.38c-.62-6.14-1.1-12.28-1.65-18.43-.64-7.11-1.22-14.22-1.97-21.31-.51-4.82-1.28-9.61-1.91-14.41-.11-.82-.11-1.66-.11-2.49.03-3.17 1.26-5.72 4.21-7.09 4.15-1.92 8.3-3.85 12.57-5.45a166 166 0 0 1 22.33-6.52c3.12-.69 6.23-1.2 9.38-.21.17.06.39-.02.84-.05Zm1.96.44c6.01 2.83 11.85 5.53 17.64 8.33 4.81 2.33 9.39 5.05 13.81 8.08a9 9 0 0 1 4.12 6.88c.2 2.18.34 4.51-.16 6.61-1.91 8.02-4.1 15.97-6.18 23.95-.2.77-.42 1.54-.7 2.54h3.6c8.74-.02 17.48-.04 26.22-.04 8.32 0 16.65.1 24.97.05 10.54-.07 21.08-.3 31.63-.38 8.8-.06 17.61.1 26.42-.03 6.93-.1 13.86-.49 20.72-1.64 6.28-1.05 10.08-4.58 11.35-10.82.55-2.71.86-5.49.99-8.25.36-7.69.69-15.38.82-23.07.17-9.29.06-18.59.2-27.88.11-7.49.49-14.97.61-22.46.08-5.2-.09-10.4-.12-15.6-.02-3.47.04-6.94.03-10.4 0-.94-.13-1.89-.22-3.17-19.59.06-38.99.42-58.39.6-19.49.18-38.99.45-58.48.66-19.39.21-38.79.39-58.22.58-.1.53-.24 1-.27 1.48-.22 3.11-.58 6.23-.58 9.34-.02 17.83.04 35.65.08 53.48.01.48.08.95.1 1.18Zm-7.45 1.14c-1.34.19-2.37.27-3.38.49-8.7 1.83-17.15 4.52-25.51 7.48-3.45 1.22-6.74 2.89-10.08 4.43-2.43 1.12-3.44 3.2-3.21 5.77.39 4.28.89 8.54 1.43 12.81.84 6.74 1.88 13.45 2.61 20.2.83 7.72 1.36 15.46 2.14 23.19.15 1.48.6 3.03 1.33 4.31a20.4 20.4 0 0 0 3.51 4.59c1.83 1.78 3.94 3.25 5.89 4.91 2.96 2.52 5.83 5.14 8.84 7.59 1.21.98 2.71 1.61 4.09 2.38.09.05.25-.03.5-.06l.45-1.57c-.69-.35-1.32-.63-1.91-.98-1.43-.85-3.02-1.53-4.22-2.63-4.27-3.95-8.47-8-12.58-12.12a14.46 14.46 0 0 1-4.15-7.56c-.45-2.45-.69-4.94-.97-7.41-.34-2.96-.41-5.97-.97-8.88-.97-5.07-1.21-10.18-1.55-15.3-.2-3.11-.4-6.23-.64-9.34-.31-4.08-.62-8.16-1.02-12.23-.21-2.09.72-3.47 2.43-4.4 3.89-2.12 7.71-4.41 11.94-5.82 1.82-.61 3.68-1.08 5.52-1.62l.19.54c-2.26.99-4.55 1.94-6.79 2.99a501.64 501.64 0 0 0-9.9 4.8c-1.66.82-2.41 2.13-2.1 4.07.36 2.26.62 4.54.81 6.81.81 9.95.93 19.94 2.55 29.83.73 4.44 1.18 8.93 1.56 13.42.34 4.04 2.12 7.28 4.94 10.02 3.79 3.67 7.59 7.32 11.51 10.83 1.62 1.45 3.59 2.51 5.64 3.91l3.03-11.04.49.12-2.21 10.78c1.63.31 3.13 0 4.57-.4 4.54-1.26 9.05-2.61 13.57-3.89a37.71 37.71 0 0 0 10.26-4.44c1.13-.73 2.28-1.43 3.83-2.39a8.97 8.97 0 0 1-3.82 3.91 35.7 35.7 0 0 1-8.33 3.7c-2.46.73-4.85 1.68-7.34 2.28-4.23 1.03-8.38 2.47-12.79 2.68-.12 0-.24.12-.49.26l-.3 1.58c.67.11 1.2.22 1.73.27 2.12.23 4.14-.3 6.12-.95 3.88-1.29 7.72-2.7 11.61-3.93a71.46 71.46 0 0 0 12.93-5.65 7.45 7.45 0 0 0 3.42-3.8c1.43-3.6 2.97-7.19 4.04-10.91 2.99-10.46 5.67-21 7.82-31.68.89-4.41 2.23-8.73 3.2-13.12.43-1.94.61-3.98.59-5.97-.03-2.29-.87-4.34-2.93-5.66-2.45-1.57-4.8-3.33-7.37-4.68a309.2 309.2 0 0 0-15.28-7.54c-3.39-1.55-6.93-2.78-10.43-4.08-1-.37-2.09-.47-3.21-.71l-.54 2.33c2.29 1.19 4.99 1.29 6.96 3.15l-7.4-1.39c-.63 3.65-1.26 7.05-1.78 10.47-.52 3.38-.93 6.77-1.39 10.16l-.41-.02c-.39-3.46.03-6.91.5-10.35.48-3.46 1.06-6.91 1.62-10.49-5.14-.19-9.53 2.09-14.21 3.16 2.01-1.79 4.48-2.62 6.93-3.37 2.49-.76 5.08-1.23 7.78-1.87.07-.4.15-.99.28-1.95Zm8.39-68 173.33-2.25c.2 0 .41-.08.6-.16.12-.05.22-.16.43-.32a11.5 11.5 0 0 0-3.54-6.33 18.5 18.5 0 0 0-9.32-4.31c-6.93-1.2-13.93-1.36-20.95-1.32-12.62.07-25.24.08-37.86.2-6.93.07-13.87.32-20.8.5-7.9.21-15.81.51-23.71.64-9.01.16-18.03.26-27.01 1.16-3.86.39-7.75.35-11.63.52-2.91.12-5.83.09-8.71.45-2.39.3-4.77.92-6.75 2.47-2.83 2.23-3.63 5.38-4.07 8.74ZM220.33 298.44c-.28-.13-.44-.16-.52-.25-1.49-1.53-2.61-1.51-3.7.3-.5.84-.78 1.93-.8 2.91-.02 1.24.77 1.66 1.97 1.19.76-.3 1.47-.75 2.18-1.16.52-.3 1.01-.66 1.68-1.1.13 2.03-1.26 2.7-2.44 3.41s-2.55 1.34-3.9.53a3.4 3.4 0 0 1-1.29-1.78c-.86-2.7 1.42-6.57 4.16-7.2 1.8-.42 3.16.72 3.05 2.56 0 .16-.2.32-.38.6ZM200.2 296.97c-.2.02-.44.13-.58.05-1.28-.74-2.26-.22-3.12.72-.95 1.04-1.34 2.26-.89 3.63.44 1.33 1.48 1.78 3.19 1.57.76-.1 1.54-.81 2.31 0a3.4 3.4 0 0 1-4.51 1.83 5.3 5.3 0 0 1-2.28-1.96c-1.63-2.71.11-6.69 3.17-7.53 1.57-.43 2.41.08 2.7 1.71Z" class="cls-3"/><path d="M257.62 278.05c-2 1.53-2.51 3.46-2.29 5.62.22 2.13 1.73 2.97 3.7 2.09.65-.29 1.28-.63 2.15-1.06.08 1.66-.78 2.34-1.73 2.87a3.72 3.72 0 0 1-3.59.04 3.62 3.62 0 0 1-2.01-2.51 7.4 7.4 0 0 1 1.36-6.46c.51-.65 1.09-1.3 2.41-.59ZM277.47 279.66c-2.42.19-3.33 1.44-3.68 3.2-.27 1.34.13 2.52 1.01 2.92 1.1.49 2.02.02 2.84-.68.5-.43.95-.93 1.39-1.36.96.48.74 1.07.44 1.65a4.42 4.42 0 0 1-4.59 2.1c-1.63-.43-2.64-2.08-2.42-4.08.17-1.54.64-2.98 1.86-4.04.97-.83 1.46-.82 3.14.3ZM204.41 296.83c0 .92.03 1.85 0 2.77-.03.87-.13 1.74-.21 2.75 1.22-.12 2.22-.29 3.23-.29.39 0 .78.41 1.17.63l-.73 1.12c-.03.05-.11.08-.18.1-1.43.43-2.94 1.41-4.34.48-1.29-.87-.53-2.42-.45-3.68.07-1.03.25-2.05.46-3.07.07-.34.38-.63.58-.95l.47.13ZM261.83 279.19c1.74 1.19 1.62 3.23 2.51 4.96.69-.25 1.37-.57 2.08-.72.32-.07.91.11 1.03.36.12.26-.06.89-.31 1.05-1.11.68-2.28 1.24-3.69 1.98a18.59 18.59 0 0 1-1.62-7.62ZM269.7 285.96c-1.68-1.45-2.17-4.25-1.16-5.93 1.54.91 2.12 3.65 1.16 5.93ZM211.2 299.69c.42 2.05 1.05 4.1-.34 6.46-.44-.67-.84-1.02-.87-1.39-.12-1.77-.02-3.52 1.2-5.07ZM212.24 296.77c-.32-.54-.69-.88-.65-1.16.04-.26.51-.53.84-.61.14-.03.57.47.54.69-.04.32-.38.6-.73 1.08ZM268.48 276.42c.29.37.65.63.64.86-.01.23-.41.61-.62.6-.24-.01-.6-.37-.63-.62-.03-.21.33-.47.62-.84Z" class="cls-3"/><path d="M318.28 348.03c1.26-.53 2.15-1.08 3.11-1.27 3.25-.67 6.54-1.21 9.8-1.83 1.91-.36 3.8-.77 5.69-1.23.7-.17 1.35-.56 2.15-.9-.27-.2-.32-.26-.36-.26-5.88.94-11.76 1.84-17.62 2.88-1.76.31-3.4 1.02-4.55 2.65-.87 1.23-2.17 1-4.04-.45.36-1.08 1.39-1.26 2.26-1.52 3.78-1.13 7.61-2.12 11.38-3.29 3.24-1 6.43-2.16 9.62-3.3.6-.21 1.12-.67 1.64-.99-.11-.27-.12-.34-.16-.39-.05-.05-.12-.11-.18-.1-.54.1-1.09.18-1.62.32l-23.26 6.61c-.37-.69.34-.94.84-1.17 2.58-1.18 5.11-2.54 7.79-3.44 4.26-1.43 8.64-2.54 12.96-3.8 1.28-.37 2.69-.49 4.13-1.79-3.26-.03-5.94.75-8.63 1.38-2.74.64-5.47 1.34-8.67 2.13 4.12-3.56 8.25-5.89 13.33-6.28 4.56-.36 9.12-.76 13.68-1.22 2.55-.26 5.08-.68 7.62-1.03.48-.06.97-.27 1.43-.22 5.38.66 10.42-1.13 15.52-2.26a150.27 150.27 0 0 0 14.99-4.23 175 175 0 0 1 35.86-7.96c4.27-.48 8.57-.68 12.86-.94.63-.04 1.37.21 1.92.54 1.95 1.19 3.89 2.41 5.76 3.73 6.74 4.78 10.24 11.13 9.31 19.76-.68.19-1.38.42-2.1.59-5.15 1.21-10.42 1.52-15.67 2a844.2 844.2 0 0 0-16.56 1.7c-8.43.94-16.87.98-25.33.48-6.51-.38-13.02-.71-19.54-.98-4.87-.2-9.49 1.08-13.98 2.81-6.57 2.54-13.41 3.34-20.39 3.55-5.27.16-10.53.47-15.79.73a9.53 9.53 0 0 1-5.22-1.03ZM420.01 223.49c-1.1 3.54-3.64 5.77-6.85 7.35a30.78 30.78 0 0 1-9.54 2.77c-5.12.71-10.23.89-15.31-.27a13 13 0 0 1-3.7-1.29 7.1 7.1 0 0 1-2.43-2.44c-.99-1.67-.6-2.28 1.11-3.24a37.22 37.22 0 0 0 4.87-3.16 6.06 6.06 0 0 0 2.51-5.43c-.18-2.26-.41-4.52-.64-7.01.75-.07 1.62-.21 2.49-.21 3.85-.03 7.17-1.46 10.1-3.84 1.23-1 2.32-2.15 2.35-4.07-.63.55-1.34 1.02-1.89 1.65-6.15 7.02-16.92 6.28-22.87 2.25-.34-.23-.7-.45-1.04-.69-4.8-3.46-7.75-7.9-8.25-14-.68-8.29.33-16.18 4.36-23.57 1.22-2.23 3.12-3.68 5.31-4.81.42-.22.9-.38 1.37-.45 1.93-.31 2.49.18 2.53 2.16.05 2.31.92 3.18 3.22 2.76 1.47-.27 2.89-.93 4.29-1.52 2.55-1.06 5.14-1.64 7.9-.96 3.36.83 5.8 2.72 6.75 6.1.66 2.32.96 4.74 1.48 7.1.36 1.62.6 3.3 1.26 4.79 1.13 2.55 3.24 2.79 5.04.69 1.08-1.27 2.28-2.21 4.01-2.32 1.47-.09 2.55.46 3.18 1.84a8.97 8.97 0 0 1 .6 5.9c-.57 2.41-2.55 3.59-4.66 3.95-2.46.42-3.36 2.02-3.99 3.95a14.3 14.3 0 0 0-.78 4.28c-.05 4.58.05 9.16 1.23 13.63.78 2.95 1.98 5.64 4.92 7.11.31.15.57.4.82.63.09.08.14.22.23.37Zm-33.63-26.94c.82.69 1.55 1.32 2.29 1.92.32.26.66.51 1.02.71 1.1.61 2.21.81 3.31.02 1.24-.9 2.41-4.38 1.95-5.83-.09-.3-.34-.55-.44-.69l-8.14 3.87ZM379.56 183c1.32-.77 2.25-2.91 1.69-4.12-.17-.38-.65-.84-1.01-.86a1.9 1.9 0 0 0-1.39.59c-.88 1.1-.47 3.31.71 4.39Zm10.22-.42c1.34-.34 2.37-.81 3.41-.81 1.05 0 2.09.5 3.14.74a.72.72 0 0 0 .8-1.04 2.5 2.5 0 0 0-.8-.91c-1.93-1.31-5.14-.43-6.56 2.02ZM379 187.51c1.23 2.1 1.94 2.49 3.72 1.87l-2.52-2.03 4.89-4.32c-1.93.08-3.65 1.42-6.09 4.48Zm2.35-16.36c-2.03-.48-4.31.99-4.51 2.91 1.66-.41 3.91-1.87 4.51-2.91Zm19.48 6.02a4.02 4.02 0 0 0-3.99-3.47c.9 1.72 2.26 2.7 3.99 3.47Zm-6.06 13.39 1.54 2.6c.41-1.95.24-2.23-1.54-2.6ZM223.31 342.26a13.1 13.1 0 0 1 6.88-4.32c1.75-.43 3.51-.79 5.25-1.27 4.17-1.15 6.69-3.97 8.06-7.99.42-1.23.19-2.22-.73-3a15.92 15.92 0 0 0-2.74-1.86 26.53 26.53 0 0 0-8.61-2.97c-1.69-.24-3.21-.74-4.22-2.31-.39-.61-1.1-1.01-1.8-1.64l4.42-2.37c1.94.52 3.1 2.61 5.52 2.71 0-2.23-1.74-2.96-3.24-4.06l5.23-4.9c2.15 1.67 4.58 3.01 5.3 6.01.21.86.41 1.91 1.87 2.41-.05-.92 0-1.64-.16-2.3-.24-.94-.68-1.82-.97-2.75-.54-1.71-1.08-3.42-1.53-5.16-.55-2.15-1.92-2.68-3.62-1.24-1.53 1.3-2.99 2.7-4.46 4.06-4.11 3.8-9.01 6.11-14.71 7.77.46-.64.66-1.03.96-1.32 1.64-1.6 3.41-3.07 4.93-4.77 2.96-3.3 5.8-6.71 8.68-10.08.95-1.11 1.81-2.29 2.82-3.33 2.09-2.15 3.97-2.34 6.5-.68 2.46 1.62 4.69 3.57 5.96 6.26 1.75 3.72 4.89 5.72 8.36 7.44 1.18.58 2.36 1.15 3.49 1.81 1.28.75 2.55 1.03 4.09.24l-1.41-1.16c.08-.09.15-.22.23-.25 10.26-2.65 20.53-5.27 30.79-7.94a42.22 42.22 0 0 0 5.13-1.7 4.8 4.8 0 0 1 3.63-.05c5.01 1.87 8.53 5.36 10.74 10.15a17.28 17.28 0 0 1 1.29 11.56c-.13.52-.57 1.18-1.03 1.37-2.1.87-4.22 1.76-6.41 2.33-6 1.56-12.15 2.11-18.34 2.18-6.73.08-13.46 0-20.18.02-2.29 0-4.59.1-6.7 1.16a9.6 9.6 0 0 0-2.03 1.36c-.93.82-1.81 1.72-2.65 2.65-3.11 3.49-7.18 5.1-11.63 5.93a918.76 918.76 0 0 1-16.36 2.92c-2.21.37-4.38-.03-6.62-.95Z" class="cls-1"/><path d="M217.89 319.43c-1.82.75-2.46 2.45-3.55 3.76-1.08 1.3-1.89 2.89-3.97 3.75.09-.96.05-1.69.23-2.36.94-3.6 2.54-6.9 4.8-9.84 1.61-2.08 3.67-3.52 6.67-3.3l-1.63 1.73c-.71.76-1.42 1.52-2.11 2.3-1.7 1.94-1.67 2.18.41 3.83-.34.76-.66 1.59-1.05 2.38a22.03 22.03 0 0 0-2.22 7.75c-.13 1.2.03 2.5.36 3.67.33 1.15 1.44 1.38 2.28.52a10 10 0 0 0 1.57-2.41c.97-1.91 1.75-3.94 2.84-5.78a18.55 18.55 0 0 1 2.9-3.5c.45-.46 1.24-.58 1.84-.84.65.98.19 1.49-.3 1.84-2.37 1.69-3.58 4.18-4.7 6.74a30 30 0 0 1-.99 2.06 14 14 0 0 1-1.07 1.78c-.89 1.25-1.97 2.2-3.65 1.83-1.24-.27-2.06-1.6-2.08-3.48-.02-1.17.05-2.37.28-3.51a25.59 25.59 0 0 1 2.6-7.64c.23-.39.36-.84.53-1.27ZM213.71 314.23c-2.31 4.07-4.68 7.84-5.22 12.32-2.18.77-2.94.35-3.01-1.55-.13-3.76 4.2-9.57 8.23-10.76ZM239.86 306.06l1.03 2.88-2.85-1.32 1.82-1.56ZM73.17 218.26c-.02-.23-.09-.7-.1-1.17-.04-17.83-.11-35.65-.08-53.48 0-3.11.37-6.23.58-9.34.03-.48.17-.95.27-1.48 19.43-.19 38.83-.37 58.22-.58 19.49-.21 38.98-.48 58.48-.66 19.4-.18 38.8-.54 58.39-.6.09 1.28.21 2.22.22 3.17 0 3.47-.05 6.94-.03 10.4.03 5.2.2 10.4.12 15.6-.12 7.49-.5 14.97-.61 22.46-.14 9.29-.03 18.59-.2 27.88-.14 7.69-.46 15.39-.82 23.07a54.5 54.5 0 0 1-.99 8.25c-1.27 6.24-5.07 9.77-11.35 10.82a138.36 138.36 0 0 1-20.72 1.64c-8.8.13-17.61-.03-26.42.03-10.54.08-21.08.31-31.63.38-8.32.06-16.65-.04-24.97-.05-8.74 0-17.48.02-26.22.04h-3.6c.27-1 .5-1.76.7-2.54 2.08-7.98 4.27-15.93 6.18-23.95.5-2.1.36-4.42.16-6.61a9.03 9.03 0 0 0-4.12-6.88 106 106 0 0 0-13.81-8.08c-5.8-2.81-11.65-5.51-17.65-8.34Zm108.67-34.96c-.11-1.17-.14-2.36-.34-3.52-2.27-12.92-15.24-20.29-27.64-15.72-8.3 3.06-12.99 9.32-14.88 17.63-2.55 11.18 4.85 22.23 15.85 24.18 13.78 2.45 26.93-8.56 27.02-22.58Zm-21.39 49.72c10.26-.3 20.52-.51 30.78-.95 2.08-.09 4.15-.98 6.16-1.68.62-.21 1.24-.94 1.5-1.58a5.75 5.75 0 0 0-4.68-7.89 56.95 56.95 0 0 0-7.26-.45c-18.93.24-37.87.55-56.81.85-2.12.03-4.14.57-5.96 1.6-3.8 2.16-4.16 6.56-.35 8.82 1.17.69 2.49 1.39 3.8 1.54 2.95.34 5.94.48 8.9.43 7.97-.15 15.94-.45 23.91-.69Zm-4.8 17.33c8.89-.21 15.06-.35 21.23-.51 2.49-.06 4.97-.15 7.45-.31a6.93 6.93 0 0 0 5.2-2.68c1.52-1.93 1.61-3.86.31-5.94a6.43 6.43 0 0 0-6.09-3.25c-1.87.07-3.73.27-5.6.32-8.94.23-17.89.42-26.83.65-5.2.13-10.39.31-15.59.44a6.69 6.69 0 0 0-5.31 2.68 5.53 5.53 0 0 0 .82 7.77 6.66 6.66 0 0 0 4.46 1.36l19.94-.53Z" class="cls-1"/><path d="m65.71 219.4-.26 1.94c-2.7.63-5.28 1.1-7.78 1.87-2.46.75-4.93 1.58-6.93 3.37 4.69-1.07 9.08-3.36 14.21-3.16-.56 3.59-1.14 7.03-1.62 10.49-.47 3.44-.89 6.89-.5 10.35l.41.02c.46-3.39.87-6.78 1.39-10.16.52-3.41 1.15-6.81 1.78-10.47l7.4 1.39c-1.97-1.86-4.67-1.97-6.96-3.15l.54-2.33c1.11.24 2.21.34 3.21.71 3.5 1.3 7.04 2.52 10.43 4.08 5.16 2.37 10.26 4.9 15.28 7.54 2.57 1.35 4.91 3.11 7.37 4.68 2.07 1.32 2.91 3.37 2.93 5.66.02 1.99-.16 4.03-.59 5.97-.97 4.4-2.32 8.71-3.2 13.12A408.95 408.95 0 0 1 95 293c-1.06 3.72-2.61 7.3-4.04 10.91a7.42 7.42 0 0 1-3.42 3.8 72.17 72.17 0 0 1-12.93 5.65c-3.9 1.23-7.74 2.64-11.61 3.93-1.98.66-3.99 1.19-6.12.95-.53-.06-1.06-.17-1.73-.27l.3-1.58c.25-.14.37-.26.49-.26 4.41-.21 8.56-1.65 12.79-2.68 2.49-.6 4.88-1.55 7.34-2.28 2.94-.88 5.72-2.1 8.33-3.7a8.97 8.97 0 0 0 3.82-3.91c-1.55.97-2.7 1.67-3.83 2.39a38.34 38.34 0 0 1-10.26 4.44c-4.53 1.28-9.04 2.63-13.57 3.89-1.45.4-2.94.71-4.57.4l2.21-10.78-.49-.12-3.03 11.04c-2.05-1.41-4.02-2.46-5.64-3.91a379.66 379.66 0 0 1-11.51-10.83c-2.82-2.73-4.6-5.98-4.94-10.02-.38-4.49-.83-8.98-1.56-13.42-1.62-9.89-1.74-19.88-2.55-29.83a86.04 86.04 0 0 0-.81-6.81c-.31-1.94.43-3.24 2.1-4.07 3.29-1.63 6.58-3.24 9.9-4.8 2.24-1.05 4.52-2 6.79-2.99l-.19-.54c-1.84.53-3.71 1.01-5.52 1.62-4.23 1.41-8.05 3.7-11.94 5.82-1.71.94-2.64 2.31-2.43 4.4a719.77 719.77 0 0 1 1.66 21.57c.33 5.12.58 10.23 1.55 15.3.56 2.92.63 5.92.97 8.88.28 2.48.52 4.97.97 7.41a14.46 14.46 0 0 0 4.15 7.56 423.2 423.2 0 0 0 12.58 12.12c1.2 1.11 2.79 1.79 4.22 2.63.59.35 1.22.63 1.91.98l-.45 1.57c-.25.03-.41.11-.5.06-1.38-.78-2.88-1.4-4.09-2.38-3.02-2.44-5.88-5.07-8.84-7.59-1.95-1.66-4.07-3.13-5.89-4.91a20.87 20.87 0 0 1-3.51-4.59 11.23 11.23 0 0 1-1.33-4.31c-.78-7.72-1.31-15.47-2.14-23.19-.73-6.75-1.76-13.46-2.61-20.2a391.8 391.8 0 0 1-1.43-12.81c-.23-2.57.78-4.64 3.21-5.77 3.33-1.53 6.63-3.21 10.08-4.43 8.36-2.96 16.81-5.65 25.51-7.48.99-.21 2.02-.29 3.36-.48Zm36.39 31.43c.48-.58.64-.72.72-.89 1.77-3.85 1.16-7.94-1.84-10.9-4.86-4.8-10.95-7.65-17.04-10.47-.06-.03-.14-.08-.19-.06-.33.06-.66.15-1.45.33 1.01.56 1.61.87 2.19 1.21 3.53 2.04 7.15 3.94 10.54 6.2 2.04 1.36 3.76 3.22 5.5 4.99a5.85 5.85 0 0 1 1.58 4.17v5.43ZM91.49 297.9l.38.15c4.22-12.58 5.82-25.8 9.5-38.95-1.37.71-1.53 1.66-1.74 2.57-1.03 4.45-2.07 8.9-3.07 13.36-1.71 7.62-3.38 15.25-5.06 22.87ZM74.1 151.39c.44-3.36 1.23-6.52 4.08-8.74 1.99-1.55 4.37-2.17 6.75-2.47 2.88-.36 5.8-.32 8.71-.45 3.88-.16 7.77-.13 11.63-.52 8.99-.9 18-1.01 27.01-1.16 7.9-.14 15.81-.43 23.71-.64 6.93-.18 13.87-.43 20.8-.5 12.62-.13 25.24-.13 37.86-.2 7.01-.04 14.02.12 20.95 1.32 3.47.6 6.64 1.93 9.32 4.31a11.53 11.53 0 0 1 3.54 6.33c-.21.16-.31.27-.43.32-.19.08-.4.15-.6.16L74.09 151.4Zm11.39-5.57c-.04-1.55-1.15-2.77-2.49-2.76-1.41.01-2.73 1.38-2.73 2.83a2.64 2.64 0 0 0 2.67 2.58 2.55 2.55 0 0 0 2.55-2.65Zm16.2 1.77c1.57.02 2.88-1.05 2.9-2.34.02-1.32-1.27-2.57-2.68-2.63-1.53-.06-2.69 1.02-2.68 2.49a2.42 2.42 0 0 0 2.47 2.49Zm-9.67.39c1.45.05 2.76-1.08 2.84-2.45.08-1.36-1-2.48-2.44-2.52-1.48-.04-2.78 1.07-2.84 2.43a2.47 2.47 0 0 0 2.44 2.54Z" class="cls-1"/><path d="m386.38 196.56 8.14-3.88c.09.14.34.39.44.69.46 1.46-.72 4.94-1.95 5.83-1.1.8-2.22.6-3.31-.02-.36-.2-.69-.45-1.02-.71-.75-.6-1.47-1.22-2.3-1.92Zm3.21.36c2.57.83 3.97.02 3.73-2.14l-3.73 2.14ZM379.56 183.01c-1.18-1.08-1.59-3.29-.71-4.39a1.9 1.9 0 0 1 1.39-.59c.36.02.84.48 1.01.86.56 1.21-.37 3.35-1.69 4.12ZM389.78 182.59c1.42-2.45 4.64-3.33 6.56-2.02.32.22.62.56.8.91a.72.72 0 0 1-.8 1.04c-1.05-.24-2.09-.74-3.14-.74-1.04 0-2.08.47-3.41.81ZM379 187.52c2.44-3.06 4.16-4.41 6.09-4.49l-4.89 4.32 2.52 2.03c-1.78.63-2.49.24-3.72-1.87ZM381.35 171.16c-.59 1.05-2.84 2.5-4.51 2.91.2-1.92 2.48-3.39 4.51-2.91ZM400.83 177.17c-1.73-.77-3.09-1.74-3.99-3.47a4.02 4.02 0 0 1 3.99 3.47ZM394.77 190.56c1.78.37 1.96.65 1.54 2.6l-1.54-2.6ZM181.84 183.3c-.09 14.02-13.24 25.03-27.02 22.58-10.99-1.95-18.4-13-15.85-24.18 1.9-8.31 6.59-14.58 14.88-17.63 12.41-4.57 25.38 2.79 27.64 15.72.2 1.15.23 2.34.34 3.51Zm-7.76 13.57c-.31-.53-.52-1.06-.87-1.46-4.7-5.34-11.21-7.44-17.56-5.53-3.94 1.19-7.21 3.44-10.21 6.15-.39.36-.69.81-1.02 1.2 6.93 8.94 21.48 8.79 29.67-.36Zm-13.41-14.56c.48-.11 1.46-.22 2.33-.59 2.97-1.27 3.7-4.48 1.69-7.02-1.02-1.29-2.45-1.72-3.98-1.96-2.13-.33-3.56.78-4.77 2.31-1.16 1.46-1.15 3.07-.38 4.68.93 1.92 2.65 2.5 5.11 2.58ZM160.45 233.02c-7.97.24-15.94.54-23.92.69-2.97.06-5.96-.09-8.9-.43a10.23 10.23 0 0 1-3.8-1.54c-3.81-2.26-3.46-6.66.35-8.82a12.3 12.3 0 0 1 5.96-1.6c18.93-.3 37.87-.6 56.81-.85 2.42-.03 4.85.18 7.26.45a5.75 5.75 0 0 1 4.68 7.89 2.98 2.98 0 0 1-1.5 1.58c-2.01.7-4.08 1.58-6.16 1.68-10.25.44-20.52.65-30.78.94v.01Zm-3.13-.57c12.03-.42 22.28-.81 32.53-1.13 2.41-.08 4.62-.79 6.83-1.6 1.02-.37 1.49-1.03 1.68-2.13.53-3.21-2.04-5.63-4.68-5.95-4.71-.57-9.41-.37-14.12-.3-15.81.26-31.61.56-47.41.86-1.24.02-2.5.06-3.73.22-1.88.25-3.65.84-5 2.28-1.41 1.5-1.39 3.49 0 5.01 2.16 2.38 4.96 3.26 8.03 3.21 9.22-.12 18.44-.34 25.88-.49ZM155.65 250.34l-19.94.53a6.71 6.71 0 0 1-4.46-1.36 5.53 5.53 0 0 1-.82-7.77 6.72 6.72 0 0 1 5.31-2.68c5.2-.13 10.39-.31 15.59-.44 8.94-.23 17.89-.41 26.83-.65 1.87-.05 3.73-.25 5.6-.32 2.65-.1 4.68.97 6.09 3.25 1.3 2.08 1.21 4.02-.31 5.94a6.92 6.92 0 0 1-5.2 2.68c-2.48.16-4.97.24-7.45.31-6.17.16-12.34.3-21.23.51Zm2.41-.86c7.34-.13 14.68-.25 22.03-.41 1.51-.03 3.04-.12 4.53-.36a6.72 6.72 0 0 0 4.6-2.92c.88-1.28.93-2.64.21-3.93-.86-1.54-2.07-2.87-3.96-3.05-1.56-.15-3.15-.08-4.73-.05-9.35.22-18.7.44-28.05.7-5.54.15-11.08.32-16.61.6a9 9 0 0 0-3.56.97c-2.51 1.31-3.14 3.93-1.72 6.38a4.98 4.98 0 0 0 4.81 2.64c7.48-.21 14.95-.38 22.43-.57ZM102.11 250.83v-5.43a5.84 5.84 0 0 0-1.58-4.17c-1.74-1.76-3.46-3.63-5.5-4.99-3.38-2.26-7.01-4.15-10.54-6.2-.58-.34-1.18-.65-2.19-1.21l1.45-.33c.06-.01.13.03.19.06 6.09 2.82 12.18 5.67 17.04 10.47 3 2.97 3.61 7.05 1.84 10.9-.07.16-.24.29-.71.88ZM91.5 297.9c1.68-7.62 3.36-15.25 5.06-22.87 1-4.46 2.04-8.91 3.07-13.36.21-.9.38-1.86 1.74-2.57-3.68 13.15-5.28 26.37-9.5 38.95l-.38-.15ZM85.49 145.82a2.55 2.55 0 0 1-2.55 2.65 2.65 2.65 0 0 1-2.67-2.58c0-1.45 1.31-2.82 2.73-2.83 1.35-.01 2.45 1.21 2.49 2.76ZM101.69 147.59a2.42 2.42 0 0 1-2.47-2.49c0-1.47 1.15-2.55 2.68-2.49 1.42.06 2.7 1.31 2.68 2.63-.01 1.3-1.32 2.36-2.89 2.34ZM92.03 147.98a2.48 2.48 0 0 1-2.45-2.54c.07-1.36 1.37-2.47 2.84-2.43 1.44.04 2.52 1.16 2.44 2.52-.07 1.37-1.38 2.49-2.84 2.45Z" class="cls-3"/><path d="m389.59 196.92 3.73-2.14c.24 2.15-1.17 2.97-3.73 2.14ZM174.07 196.87c-8.19 9.15-22.74 9.3-29.67.36.32-.39.63-.84 1.02-1.2 3-2.71 6.27-4.97 10.21-6.15 6.35-1.91 12.86.19 17.56 5.53.36.4.57.94.88 1.46ZM160.67 182.31c-2.47-.08-4.18-.66-5.11-2.58-.78-1.61-.79-3.21.38-4.68 1.21-1.53 2.64-2.64 4.77-2.31 1.53.24 2.96.67 3.98 1.96 2.01 2.54 1.28 5.75-1.69 7.02-.87.37-1.86.47-2.33.59ZM157.32 232.45c-7.43.15-16.65.37-25.87.5-3.08.04-5.87-.84-8.03-3.21-1.38-1.52-1.41-3.51 0-5.01 1.36-1.44 3.12-2.04 5-2.28 1.23-.16 2.49-.2 3.73-.22 15.8-.3 31.61-.6 47.41-.86 4.7-.08 9.4-.27 14.12.3 2.64.32 5.2 2.73 4.68 5.95-.18 1.1-.66 1.76-1.68 2.13-2.21.81-4.43 1.52-6.83 1.6-10.26.32-20.5.7-32.54 1.12Zm-19.14-5.2c1.08-1.2 2.08-1.82 3.28-1.19.66.35.94 1.03.79 1.81-.9-.1-1.66-.3-2.39-.23-.81.08-1.44.62-1.38 1.53.05.78.6 1.23 1.37 1.31.62.06 1.25.1 1.86.04 1.7-.17 2.26-.99 1.84-2.68a7 7 0 0 0-.62-1.75 2.87 2.87 0 0 0-4.73-.28c-.16.22-.02.68-.02 1.45Zm22.52-.26c-.68 0-.93-.03-1.18 0-1.34.19-2.06.83-1.93 1.69.13.81 1.2 1.39 2.34 1.25.2-.02.4-.13.6-.15.67-.06 1.34-.1 2.01-.14.27-.02.56.02.83 0 .21-.02.4-.11.6-.16-1.34-.4-1.83-1.21-2.04-2.46a3.45 3.45 0 0 0-1.15-1.88c-.9-.78-1.6-.46-2.27.82q1.08.02 2.19 1.02Zm-9.74 2.64c1.11.18 2.12.45 3.12.47a2.2 2.2 0 0 0 2.24-2.42c-.08-1.16-.94-1.86-2.31-1.8-.58.03-1.16.18-1.73.28l-.47-1.89-.48.04c-.53 1.71-.89 3.44-.37 5.31Zm18.18-.49c.21-.52.38-.79.44-1.09.28-1.5.68-1.95 1.99-2.14 1.46-.22 1.91.05 2.58 1.64.23.53.37 1.07 1.13.78.4-2.84-1.32-4.33-4.21-3.69-.79.18-1.6.26-2.53.4.03 1.19-.54 2.59.61 4.09Zm-22.18-6.03c-.95 2-1.2 4.08-.99 6.2.03.35.53.65.81.97l.65-.14c.01-2.34.59-4.67-.46-7.04Zm19.15 6.05c.7-1.35.59-2.46-.39-3.73-1 1.49-.89 2.58.39 3.73Zm-.07-6.3c-.24.26-.56.48-.53.59.08.26.34.47.52.7.19-.23.44-.43.53-.69.04-.11-.28-.34-.52-.6ZM158.06 249.48c-7.48.19-14.96.36-22.43.57a4.97 4.97 0 0 1-4.81-2.64c-1.41-2.44-.79-5.07 1.72-6.38a8.84 8.84 0 0 1 3.56-.97c5.53-.27 11.07-.44 16.61-.6 9.35-.26 18.7-.48 28.05-.7 1.58-.04 3.17-.11 4.73.05 1.89.18 3.1 1.51 3.96 3.05a3.53 3.53 0 0 1-.21 3.93 6.69 6.69 0 0 1-4.6 2.92c-1.49.24-3.02.33-4.53.36-7.34.16-14.68.27-22.03.4Zm24.14-7.78c-1.28.05-2.58 1.31-2.57 2.48.01 1.05 1.01 1.83 2.32 1.82 1.46 0 2.64-1.12 2.53-2.39a2.17 2.17 0 0 0-2.28-1.91Zm-26.43 5.15c1.36 0 2.62-1.19 2.58-2.44-.03-1.08-.9-1.89-2.04-1.89-1.35 0-2.57 1.16-2.57 2.45 0 1.08.86 1.88 2.02 1.87ZM139.96 243a2.14 2.14 0 0 0-2.2 2.02c-.02 1.23 1.02 2.43 2.09 2.43 1.14 0 2.24-1.14 2.22-2.31a2.2 2.2 0 0 0-2.11-2.15Zm35.81.94c-.05-1.15-1.07-2-2.28-1.91-1.18.08-2.1 1.07-2.05 2.2s1.12 2.04 2.27 1.94c1.16-.1 2.11-1.13 2.06-2.22Zm-28.27 2.81c1.29 0 2.2-.79 2.23-1.95.03-1.16-.9-2.1-2.1-2.1s-2.28 1.03-2.23 2.24c.04 1.11.84 1.8 2.1 1.81Zm19.43-2.33c0-1.01-1-1.89-2.1-1.86-1.23.03-2.34 1.11-2.28 2.23.05.99.94 1.79 1.94 1.75 1.22-.05 2.45-1.11 2.44-2.12Z" class="cls-1"/><path d="M138.18 227.25c0-.78-.14-1.23.02-1.45a2.87 2.87 0 0 1 4.73.28 7 7 0 0 1 .62 1.75c.42 1.7-.14 2.52-1.84 2.68-.61.06-1.24.02-1.86-.04-.77-.08-1.32-.53-1.37-1.31-.06-.91.57-1.45 1.38-1.53.73-.07 1.49.13 2.39.23.15-.77-.13-1.46-.79-1.81-1.2-.63-2.2 0-3.28 1.19Zm1.34 1.49q1.18 1.02 2.8.34l-2.8-.34ZM161.93 227.03a3.45 3.45 0 0 0-1.15-1.88c-.9-.78-1.6-.46-2.27.82q1.08.03 2.18 1.02c-.68 0-.93-.03-1.18 0-1.34.19-2.06.83-1.93 1.69.13.81 1.2 1.39 2.34 1.25.2-.02.4-.13.6-.15.67-.06 1.34-.1 2.01-.14.27-.02.56.02.83 0 .21-.02.4-.11.6-.16-1.34-.4-1.83-1.21-2.04-2.46Zm-1.49 1.44v.06c-.01.08-.06.15-.15.15-.26 0-.54 0-.79-.1-.02.02-.05.02-.08.02a.15.15 0 0 1-.15-.15s0 0 0-.01l-.01-.02-.02-.03-.02-.03c-.05-.08-.04-.19 0-.27.05-.08.17-.1.25-.13l.2-.05a.78.78 0 0 1 .4.02c.12.03.23.11.29.21v.02h.06c.08 0 .15.07.15.15 0 .08-.06.14-.15.15ZM150.95 229.63c-.52-1.88-.16-3.61.37-5.32l.48-.04.47 1.89c.57-.1 1.15-.26 1.73-.28 1.37-.06 2.23.64 2.31 1.8a2.2 2.2 0 0 1-2.24 2.42c-1-.02-2-.29-3.12-.47Zm.95-1.26.35.49c.74 0 1.5.12 2.21-.03.72-.16 1.03-1.18.51-1.42a3.7 3.7 0 0 0-2.13-.24c-.38.08-.63.78-.94 1.2ZM169.13 229.14c-1.15-1.5-.58-2.91-.61-4.09.93-.15 1.74-.23 2.53-.4 2.88-.64 4.6.85 4.21 3.69-.75.29-.9-.26-1.13-.78-.68-1.59-1.12-1.86-2.58-1.64-1.31.19-1.7.64-1.99 2.14-.06.3-.23.57-.44 1.09ZM146.95 223.11c1.05 2.37.48 4.7.46 7.04l-.65.14c-.28-.32-.77-.62-.81-.97-.21-2.12.04-4.2.99-6.2ZM166.1 229.16c-1.28-1.16-1.4-2.24-.39-3.73.98 1.27 1.09 2.39.39 3.73ZM166.03 222.85c.24.27.56.5.52.6-.09.26-.34.46-.53.69-.18-.23-.44-.44-.52-.7-.03-.11.29-.33.53-.59ZM182.2 241.7c1.18-.05 2.18.8 2.28 1.91.11 1.27-1.07 2.38-2.53 2.39-1.31 0-2.31-.77-2.32-1.82-.02-1.17 1.29-2.43 2.57-2.48ZM155.77 246.85c-1.16 0-2.02-.79-2.02-1.87 0-1.29 1.22-2.45 2.57-2.45 1.13 0 2.01.81 2.04 1.89.03 1.24-1.23 2.43-2.58 2.44ZM139.97 243a2.22 2.22 0 0 1 2.12 2.15c.01 1.18-1.08 2.31-2.22 2.31-1.07 0-2.11-1.2-2.09-2.43a2.13 2.13 0 0 1 2.2-2.02ZM175.78 243.94c.05 1.09-.9 2.12-2.06 2.22-1.15.1-2.22-.81-2.27-1.94s.87-2.12 2.05-2.2c1.21-.08 2.22.77 2.28 1.91ZM147.52 246.75c-1.26 0-2.07-.69-2.11-1.81a2.2 2.2 0 0 1 2.23-2.24c1.2 0 2.14.94 2.1 2.1-.03 1.16-.94 1.95-2.23 1.95ZM166.95 244.42c0 1.01-1.22 2.08-2.44 2.13a1.87 1.87 0 0 1-1.94-1.75c-.05-1.11 1.05-2.19 2.28-2.23 1.1-.03 2.1.84 2.1 1.85Z" class="cls-3"/><path d="m139.52 228.74 2.8.34q-1.62.68-2.8-.34ZM151.9 228.37c.31-.42.56-1.12.94-1.2.68-.14 1.5-.05 2.13.24.52.24.21 1.26-.51 1.42-.71.15-1.47.03-2.21.03a8.67 8.67 0 0 1-.35-.49Z" class="cls-1"/></g><g id="primary-color"><path d="M63.03 277.43c.28-.77.5-1.4.74-2.02 1.76-4.52 3.39-9.09 5.3-13.55 2.56-5.94 6.57-10.9 11.05-15.5a9.77 9.77 0 0 1 7.09-2.99c2.21.2 3.14 2.29 1.83 4.09-1.55 2.13-3.22 4.18-4.68 6.36-7.17 10.67-12.65 22.13-15.9 34.61a23.33 23.33 0 0 1-1 3.17c-.96 2.3-2.81 2.75-4.57 1.01a27.92 27.92 0 0 1-3.47-4.13 348.7 348.7 0 0 1-8.66-13.21c-.97-1.56-1.49-3.42-2.09-5.18a5.43 5.43 0 0 1 .37-4.38c.81-1.56 2.08-2.09 3.58-1.16.92.58 1.75 1.36 2.48 2.18 1.52 1.71 3 3.46 4.37 5.28 1.24 1.66 2.29 3.45 3.58 5.41ZM174.54 196.65c-.72.83-1.23 1.59-1.9 2.16-8.17 6.98-19.46 6.65-26.77.61l-.31-.27c-1.92-1.78-1.94-2.01-.15-4.02 4.5-5.07 10.21-7.39 16.88-6.68 5.27.55 9.08 3.76 12.25 8.2ZM159.66 182.51c-1.03-.34-2.16-.53-3.09-1.05a4.7 4.7 0 0 1-.91-7.73 7.8 7.8 0 0 1 8.31-1.68c3.63 1.3 4.39 5.61 1.5 8.23-1.62 1.46-3.6 2.01-5.81 2.23ZM462.77 292.45a95.7 95.7 0 0 0-.83-11.61c-1.61-11.47-3.46-22.9-7.74-33.78-.99-2.51-1.7-5.15-2.82-7.6-1.81-3.96-4.53-7.17-8.74-8.75-2-.76-4.07-1.46-6.17-1.83a58.27 58.27 0 0 1-11.97-3.41c-.95-.39-1.94-.68-2.96-1.04a10.56 10.56 0 0 1-4.53 6.36 27.7 27.7 0 0 1-5.64 3.05c-5.46 2.12-11.21 2.62-16.99 2.3-2.94-.16-5.92-.8-8.75-1.65-3.09-.94-5.01-3.14-5.11-6.59 0-.1-.17-.19-.17-.19l-9.63.33c-4.25.15-8.04 1.5-11.16 4.43-3.08 2.9-6.21 5.77-9.04 8.9-5.02 5.56-9.86 11.28-14.73 16.97-6.04 7.07-12.08 14.13-17.28 21.86-1.55 2.3-3.01 4.66-4.58 6.95-2.88 4.21-5.26 8.78-9.01 12.44 9.73 3.84 13.99 11.21 14.45 21.52 4.63-4.41 8.64-8.88 12.86-13.15 4.24-4.3 8.56-8.51 12.81-12.8 4.18-4.23 8.3-8.51 12.44-12.76l.34.21-.05.1c.19 0 .37.01.55.05-.39-2.73-.75-5.46-1.08-8.19-.1-.82-.39-1.81.5-2.47 1.02.08.98.9 1.12 1.53.43 1.96.84 3.93 1.24 5.9a422.03 422.03 0 0 1 5.87 39.7c.26 2.39.59 4.78.91 7.36 4-.94 7.77-1.76 11.5-2.71 2.35-.6 4.66-1.36 6.98-2.08 10.4-3.22 20.91-6.05 31.66-7.87 3.48-.59 6.98-1.06 10.47-1.58.33-.89.86-1.72.9-2.57.16-3.25.44-6.53.14-9.75-.44-4.75-1.33-9.47-2.03-14.2-.09-.61-.37-1.24.32-2.31.69 2.27 1.32 4.08 1.8 5.93.49 1.88.87 3.78 1.24 5.69.36 1.84.76 3.68.94 5.53.19 1.92.24 3.88.17 5.81-.06 1.9-.34 3.79-.55 5.92 1.3 0 2.34-.08 3.36.02 1.43.14 3.02.08 4.25.69 2.91 1.45 5.86 2.96 8.4 4.94 5.58 4.37 8.82 10.07 8.52 17.41-.03.61 0 1.23 0 2.08 2.23-.46 3.78-1.4 4.93-2.99a12.2 12.2 0 0 0 2.25-5.75c.37-3.17.78-6.35.81-9.53.05-8.95 0-17.9-.17-26.85Z" class="cls-2"/></g></svg>');
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.acces-compte-mobile {
  width: 100%;
  max-width: 350px;
  height: 320px;
  display: none;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="acces-compte" viewBox="0 0 500 500"><defs><style> .cls-1{fill:%23fff}.cls-2{fill:%23003e6d}.cls-3{fill:%23030f40} </style></defs><path id="secondary-color" fill="%23a1bf0d" d="M267.32.06c15.25.1 30.3 1.83 44.98 6.16 19.5 5.75 36.34 15.99 50.87 30.13 11.8 11.48 21.72 24.47 30.42 38.4 2.83 4.53 5.64 9.08 8.27 13.72a263 263 0 0 0 26.39 38.6c2.92 3.52 5.69 7.17 8.52 10.77a135.16 135.16 0 0 1 12.9 19.87c7.62 14.22 10.47 29.42 9.46 45.43-.84 13.37-3.83 26.33-7.45 39.17-3.85 13.64-8.83 26.88-14.17 39.99a1050.5 1050.5 0 0 1-11.45 27.01c-7.33 16.64-13.78 33.63-20.42 50.54-5.22 13.31-10.81 26.45-17.59 39.06-12.81 23.82-28.59 45.4-48.2 64.1-11.63 11.08-24.34 20.59-38.95 27.45-10.85 5.1-22.16 8.37-34.13 9.29-14.17 1.1-27.58-1.78-40.47-7.55-9.93-4.45-19.05-10.22-27.72-16.77-12.1-9.13-23.14-19.47-33.97-30.03-13.63-13.29-26.02-27.7-38.23-42.28a1778.06 1778.06 0 0 0-16.81-19.85c-8.89-10.3-18.47-19.96-28.21-29.45-7.11-6.93-13.93-14.13-19.96-22.04-8.59-11.28-15.01-23.63-18.16-37.54-2.49-10.98-3.03-22.11-2.22-33.31a208.76 208.76 0 0 1 9.97-51.13c4.47-13.41 10.63-26.05 17.58-38.33 9.1-16.07 19.24-31.48 29.67-46.71 2.98-4.35 5.87-8.76 8.74-13.18a24.67 24.67 0 0 0 2.1-4.05c2.98-7.32 5.78-14.72 8.86-22 3.38-8 7.44-15.66 12.66-22.65 1.03-1.39 2.08-2.78 3.02-4.23 6.61-10.15 15.26-18.28 25.06-25.25 4.59-3.26 9.5-5.97 14.52-8.53a237.45 237.45 0 0 1 52.16-19.35c11-2.66 22.1-4.81 33.43-5.44 2.83-.15 5.68-.02 8.52-.02Z" opacity=".1"/><g id="invariable"><path d="M206.64 329.24c-2.5-1.08-3.36-2.27-2.97-4.74.86-5.35 3.8-9.27 8.64-11.74.24-.13.53-.3.78-.27 2.01.21 3.48-.93 5.08-1.86a5.97 5.97 0 0 1 5.33-.6c.54-.58 1.13-1.16 1.65-1.79 2.31-2.86 4.56-5.77 6.93-8.58a37.03 37.03 0 0 1 3.77-3.85c2.33-2.07 4.92-2.01 7.53-.57a16.43 16.43 0 0 1 6.63 6.74 16.9 16.9 0 0 0 6.07 6.43c1.46.91 3.07 1.6 4.64 2.31.31.14.83.05 1.16-.12 4.47-2.34 9.35-3.49 14.15-4.78 7.09-1.92 14.25-3.57 21.37-5.38 1.45-.37 3.01-.57 4.12-1.79.16-.18.5-.26.76-.3 2.06-.28 3.28-1.65 4.34-3.25 2.14-3.24 4.38-6.42 6.41-9.73 5.13-8.37 11.31-15.95 17.62-23.43 6.13-7.26 12.24-14.54 18.55-21.64 2.89-3.25 6.21-6.14 9.43-9.09 3.35-3.07 7.46-4.44 11.91-4.89 2.69-.27 5.38-.5 8.06-.86 3.49-.47 6.36-2.29 9.03-4.44.4-.32.79-.89.83-1.37.23-2.97.16-5.93-.25-8.59-2.57-.84-4.9-1.47-7.14-2.36-6.2-2.45-9.86-7.21-11.1-13.57-2.35-12.04-.29-23.22 7.67-32.88 3.93-4.76 8.9-8.12 15.17-8.55 5.03-.34 10.13-.23 14.77 2.43a25.26 25.26 0 0 1 10.52 11.73c1.75 3.8 3.2 7.71 2.54 12.03.3.2.52.39.76.49 2.78 1.14 3.65 3.41 3.67 6.18 0 .48-.14.96-.18 1.44-.32 4.17-3.02 6.29-6.67 7.25-1.83.48-2.68 1.38-3.1 3.1a29.48 29.48 0 0 0-.65 10.33c.28 2.39.86 4.76 1.46 7.11.92 3.58 3.33 5.89 6.78 7 4.35 1.41 8.68 2.84 13.23 3.58 2.64.43 5.27 1.26 7.77 2.26 4.5 1.78 7.33 5.38 9.35 9.62.92 1.93 1.5 4.02 2.29 6.02 4.47 11.31 6.85 23.11 8.35 35.12.43 3.44.77 6.91.85 10.37.24 10.4.35 20.8.48 31.21.02 1.43-.15 2.86-.24 4.41.69-.05 1.17-.06 1.63-.11 3.24-.34 6.47-.7 9.71-1.02.72-.07 1.53-.22 2 .72-.48 1-1.39.78-2.16.85l-11.25 1.05c-.31 1.29-.57 2.42-.86 3.54-1.1 4.32-3.54 7.29-7.9 8.88-5.49 2-11.15 2.73-16.9 3.16-3.94.29-7.88.63-11.81 1.02-1.16.11-2.29.52-3.45.71-2.53.4-5.06.94-7.61 1.07-5.68.29-11.37.45-17.06.49-5.28.05-10.5-.71-15.69-1.73-1.48-.29-3.03-.26-4.55-.24-3.05.02-6.15-.19-9.13.28a46.15 46.15 0 0 0-9.58 2.65 53.63 53.63 0 0 1-19.53 3.59c-5.13.05-10.28-.41-15.39-.13-3.25.18-6.45.14-9.67-.08-.21-.02-.42.04-.62.04-3.6-.03-5.45-2.46-4.49-5.96.14-.5.49-.99.86-1.38.37-.4.83-.8 1.32-.99 3.03-1.12 5.18-3.42 7.45-5.53a22.79 22.79 0 0 1 15-6.31c4.3-.19 8.59-.49 12.87-.83 2.27-.18 4.52-.55 6.78-1.11-.63-.03-1.25-.1-1.87-.1-10.68-.06-21.37-.06-32.05-.19-5.06-.06-10.01.03-15 1.36-7.13 1.91-14.51 2.22-21.89 2.24l-15.19.03c-.69 0-1.39.05-2.08.05-2.67-.02-4.83.7-6.58 3.05-4.05 5.44-10.1 7.26-16.43 8.39a94.96 94.96 0 0 1-16.75 1.44c-2.54 0-5.08.44-7.63.46-4.92.05-9.84 0-14.76-.13-1.99-.05-2.77-1.1-2.73-3.14.09-4.39 1.35-8.32 4.41-11.58.13-.17.23-.36.41-.63Zm248.03 8.31c2.23-.46 3.78-1.4 4.93-2.99a12.2 12.2 0 0 0 2.25-5.75c.37-3.17.78-6.35.81-9.53.06-8.95 0-17.9-.16-26.84a95.7 95.7 0 0 0-.83-11.61c-1.61-11.47-3.46-22.9-7.74-33.78-.99-2.51-1.7-5.15-2.82-7.6-1.81-3.96-4.53-7.17-8.74-8.75-2-.76-4.07-1.46-6.17-1.83a58.27 58.27 0 0 1-11.97-3.41c-.95-.39-1.94-.68-2.96-1.04a10.56 10.56 0 0 1-4.53 6.36 27.7 27.7 0 0 1-5.64 3.05c-5.46 2.12-11.21 2.62-16.99 2.3-2.94-.16-5.92-.8-8.75-1.65-3.09-.94-5.01-3.14-5.11-6.59 0-.1-.17-.19-.17-.19l-9.63.33c-4.25.15-8.04 1.5-11.16 4.43-3.08 2.9-6.21 5.77-9.04 8.9-5.02 5.56-9.86 11.28-14.73 16.97-6.04 7.07-12.08 14.13-17.28 21.86-1.55 2.3-3.01 4.66-4.58 6.95-2.88 4.21-5.26 8.78-9.01 12.44 9.73 3.84 13.99 11.21 14.45 21.52 4.63-4.41 8.64-8.88 12.86-13.15 4.24-4.3 8.56-8.51 12.81-12.8 4.18-4.23 8.3-8.51 12.44-12.76l.34.21c-.48.88-.84 1.86-1.46 2.62-2.18 2.69-4.33 5.42-6.71 7.94a3077.42 3077.42 0 0 1-25.57 26.8c-1.92 1.98-4.16 3.65-6.24 5.47-.16.15-.26.37-.47.67h17.48c9.29.02 18.59.28 27.87-.42.53-.04 1.07-.12 1.77-.2-.07-1.35-.04-2.6-.23-3.82-1.86-12.27-3.77-24.53-5.64-36.8-.52-3.42-.98-6.86-1.39-10.31-.1-.82-.39-1.81.5-2.47 1.02.08.98.9 1.12 1.53.43 1.96.84 3.93 1.24 5.9a422.03 422.03 0 0 1 5.87 39.7c.26 2.39.59 4.78.91 7.36 4-.94 7.77-1.76 11.5-2.71 2.35-.6 4.66-1.36 6.98-2.08 10.4-3.22 20.91-6.05 31.66-7.87 3.48-.59 6.98-1.06 10.47-1.58.33-.89.86-1.72.9-2.57.16-3.25.44-6.53.14-9.75-.44-4.75-1.33-9.47-2.03-14.2-.09-.61-.37-1.24.32-2.31.69 2.27 1.32 4.08 1.8 5.93.49 1.88.87 3.78 1.24 5.69.36 1.84.76 3.68.94 5.53.19 1.92.24 3.88.17 5.81-.06 1.9-.34 3.79-.55 5.92 1.3 0 2.34-.08 3.36.02 1.43.14 3.02.08 4.25.69 2.91 1.45 5.86 2.96 8.4 4.94 5.58 4.37 8.82 10.07 8.52 17.41-.03.61 0 1.23 0 2.08Zm-136.39 10.48a9.55 9.55 0 0 0 5.23 1.03c5.26-.26 10.52-.57 15.79-.73 6.97-.21 13.82-1.01 20.39-3.55 4.49-1.73 9.11-3.01 13.98-2.81 6.51.27 13.03.6 19.54.98 8.46.5 16.9.45 25.33-.48 5.51-.61 11.03-1.18 16.56-1.7 5.25-.49 10.52-.79 15.67-2 .72-.17 1.42-.4 2.1-.59.93-8.63-2.57-14.98-9.31-19.76a99.35 99.35 0 0 0-5.76-3.73 3.5 3.5 0 0 0-1.92-.54c-4.29.26-8.59.46-12.86.94a174.86 174.86 0 0 0-35.86 7.96 150.27 150.27 0 0 1-14.99 4.23c-5.1 1.13-10.14 2.92-15.52 2.26-.46-.06-.95.15-1.43.22-2.54.35-5.07.77-7.62 1.03-4.56.46-9.11.87-13.68 1.22-5.07.39-9.21 2.72-13.33 6.28 3.2-.79 5.93-1.49 8.67-2.13 2.7-.63 5.38-1.41 8.63-1.38-1.44 1.31-2.84 1.42-4.13 1.79-4.32 1.26-8.7 2.37-12.96 3.8-2.68.9-5.21 2.26-7.79 3.44-.5.23-1.21.48-.84 1.17a9388.4 9388.4 0 0 1 23.26-6.61c.53-.15 1.08-.23 1.62-.32.05 0 .13.05.18.1.04.05.05.12.16.39-.52.32-1.03.78-1.64.99-3.19 1.14-6.38 2.29-9.62 3.3-3.77 1.17-7.6 2.16-11.38 3.29-.87.26-1.9.44-2.26 1.52 1.86 1.45 3.17 1.68 4.04.45 1.15-1.63 2.78-2.34 4.55-2.65 5.86-1.04 11.75-1.93 17.62-2.88.04 0 .09.06.36.26-.8.34-1.45.73-2.15.9-1.88.46-3.78.86-5.69 1.23-3.26.63-6.55 1.16-9.8 1.83-.97.2-1.85.74-3.12 1.28Zm101.73-124.54c-.09-.15-.14-.29-.24-.37-.26-.23-.52-.48-.82-.63-2.94-1.47-4.14-4.16-4.92-7.11-1.18-4.47-1.29-9.05-1.23-13.63.02-1.43.34-2.91.78-4.28.63-1.94 1.53-3.53 3.99-3.95 2.11-.36 4.09-1.53 4.66-3.95a8.98 8.98 0 0 0-.6-5.9c-.63-1.38-1.7-1.93-3.18-1.84-1.73.11-2.92 1.05-4.01 2.32-1.8 2.1-3.91 1.86-5.04-.69-.66-1.49-.91-3.18-1.26-4.79-.52-2.36-.82-4.78-1.48-7.1-.95-3.38-3.4-5.27-6.75-6.1-2.77-.68-5.35-.1-7.9.96-1.4.58-2.81 1.25-4.29 1.52-2.31.42-3.17-.45-3.22-2.76-.04-1.99-.6-2.47-2.53-2.16a4.7 4.7 0 0 0-1.37.45c-2.19 1.13-4.09 2.58-5.31 4.81-4.03 7.38-5.04 15.27-4.36 23.57.5 6.1 3.45 10.55 8.25 14 .34.24.69.46 1.04.69 5.96 4.03 16.72 4.78 22.87-2.25.55-.62 1.26-1.1 1.89-1.65-.03 1.92-1.12 3.07-2.35 4.07-2.94 2.38-6.25 3.82-10.1 3.84-.87 0-1.74.15-2.49.21.23 2.49.46 4.75.64 7.01a6.06 6.06 0 0 1-2.51 5.43 38.28 38.28 0 0 1-4.87 3.16c-1.71.95-2.1 1.57-1.11 3.24a7.18 7.18 0 0 0 2.43 2.44c1.11.65 2.43 1 3.7 1.29 5.07 1.17 10.19.98 15.31.27a31.06 31.06 0 0 0 9.54-2.77c3.21-1.58 5.75-3.81 6.85-7.35Zm-196.7 118.77c2.24.92 4.41 1.32 6.61.95a1119 1119 0 0 0 16.36-2.92c4.46-.82 8.52-2.44 11.63-5.93.83-.93 1.71-1.82 2.65-2.65.61-.54 1.31-1 2.03-1.36 2.11-1.06 4.41-1.15 6.7-1.16 6.73-.02 13.46.06 20.18-.02 6.18-.07 12.34-.62 18.34-2.18 2.19-.57 4.31-1.46 6.41-2.33.46-.19.9-.85 1.03-1.37.98-4 .41-7.88-1.29-11.56-2.21-4.78-5.73-8.28-10.74-10.15a4.76 4.76 0 0 0-3.63.05 46 46 0 0 1-5.13 1.7c-10.26 2.67-20.53 5.29-30.79 7.94-.09.02-.15.16-.23.25l1.41 1.16c-1.54.8-2.81.52-4.09-.24-1.13-.66-2.32-1.23-3.49-1.81-3.46-1.72-6.61-3.72-8.36-7.44-1.27-2.69-3.5-4.64-5.96-6.26-2.53-1.66-4.41-1.47-6.5.68-1.01 1.04-1.87 2.22-2.82 3.33-2.88 3.37-5.72 6.78-8.68 10.08-1.53 1.7-3.3 3.17-4.93 4.77-.3.29-.5.68-.96 1.32 5.7-1.67 10.6-3.97 14.71-7.77 1.48-1.36 2.92-2.76 4.46-4.06 1.7-1.44 3.08-.91 3.62 1.24.44 1.74.99 3.45 1.53 5.16.29.92.73 1.81.97 2.75.17.66.11 1.39.16 2.3-1.46-.5-1.66-1.55-1.87-2.41-.72-3-3.15-4.34-5.3-6.01l-5.23 4.9c1.5 1.1 3.24 1.83 3.24 4.06-2.42-.1-3.58-2.18-5.52-2.71l-4.42 2.37c.71.62 1.41 1.03 1.8 1.64 1.01 1.57 2.52 2.07 4.22 2.31 3.06.44 5.9 1.54 8.61 2.97.97.52 1.9 1.15 2.74 1.86.92.78 1.15 1.77.73 3-1.37 4.01-3.89 6.84-8.06 7.99-1.73.48-3.5.84-5.25 1.27-2.75.68-5 2.16-6.87 4.32Zm-5.42-22.83c-.17.43-.3.88-.53 1.28a25.04 25.04 0 0 0-2.6 7.64 17.95 17.95 0 0 0-.28 3.51c.02 1.88.84 3.2 2.08 3.48 1.69.37 2.77-.58 3.65-1.83a25.97 25.97 0 0 0 2.06-3.84c1.12-2.56 2.32-5.04 4.7-6.74.49-.35.95-.87.3-1.84-.6.26-1.39.39-1.84.84a18.24 18.24 0 0 0-2.9 3.5c-1.08 1.84-1.86 3.87-2.84 5.78a9.63 9.63 0 0 1-1.57 2.41c-.84.87-1.95.64-2.28-.52a10.12 10.12 0 0 1-.36-3.67c.28-2.7.98-5.31 2.22-7.75.4-.79.72-1.62 1.05-2.38-2.09-1.65-2.11-1.9-.41-3.83.69-.78 1.4-1.54 2.11-2.3l1.63-1.73c-3-.22-5.06 1.22-6.67 3.3a27.19 27.19 0 0 0-4.8 9.84c-.18.67-.14 1.4-.23 2.36 2.08-.86 2.89-2.45 3.97-3.75 1.09-1.32 1.72-3.03 3.54-3.78Zm-4.18-5.2c-4.02 1.2-8.36 7-8.22 10.76.07 1.91.83 2.33 3.01 1.55.53-4.47 2.9-8.24 5.21-12.31Zm26.15-8.17-1.82 1.56 2.85 1.32-1.03-2.88ZM71.2 217.82c.03-2.27.12-4.54.1-6.8-.06-4.85-.22-9.71-.25-14.56-.05-8.32-.13-16.65-.02-24.97.08-5.89.31-11.79.75-17.66.19-2.59.98-5.16 1.69-7.69.96-3.39 3.38-5.43 6.59-6.72 4.28-1.72 8.77-1.92 13.28-2.13 8.73-.39 17.45-.8 26.18-1.13 4.09-.16 8.18-.15 12.27-.26 12.83-.35 25.65-.78 38.48-1.06 5.48-.12 10.96.14 16.43.06 8.39-.11 16.78-.38 25.17-.56 7.99-.17 15.95.38 23.87 1.32 1.97.23 3.96.81 5.8 1.57 6.43 2.67 9.89 7.61 10.44 14.52.19 2.41.14 4.85.07 7.28-.48 16.85-1.03 33.69-1.46 50.54-.15 6.1-.1 12.21.02 18.31.2 10.77-.32 21.49-1.45 32.19a23.67 23.67 0 0 1-2.12 7.75 10.55 10.55 0 0 1-7.23 6.02c-4.16 1.06-8.37 1.95-12.7 2.03-9.56.16-19.13.4-28.69.47-8.46.06-16.93-.11-25.39-.13-16.72-.02-33.43 0-50.14 0-5.27 0-10.54-.08-15.81-.12h-5.67c-.33 1.29-.58 2.36-.88 3.42-2.21 7.8-4.28 15.64-6.73 23.36a13 13 0 0 1-5.88 7.24c-5.45 3.3-11.37 5.42-17.38 7.35a122.3 122.3 0 0 1-10.59 2.96c-4.28.96-8.1-.4-11.47-3.02-2.41-1.87-4.66-3.94-7.02-5.88-1.66-1.36-3.39-2.63-5.05-4-3.18-2.63-6.03-5.56-7.74-9.38a14.5 14.5 0 0 1-1.17-4.38c-.62-6.14-1.1-12.28-1.65-18.43-.64-7.11-1.22-14.22-1.97-21.31-.51-4.82-1.28-9.61-1.91-14.41-.11-.82-.11-1.66-.11-2.49.03-3.17 1.26-5.72 4.21-7.09 4.15-1.92 8.3-3.85 12.57-5.45a166 166 0 0 1 22.33-6.52c3.12-.69 6.23-1.2 9.38-.21.17.06.39-.02.84-.05Zm1.96.44c6.01 2.83 11.85 5.53 17.64 8.33 4.81 2.33 9.39 5.05 13.81 8.08a9 9 0 0 1 4.12 6.88c.2 2.18.34 4.51-.16 6.61-1.91 8.02-4.1 15.97-6.18 23.95-.2.77-.42 1.54-.7 2.54h3.6c8.74-.02 17.48-.04 26.22-.04 8.32 0 16.65.1 24.97.05 10.54-.07 21.08-.3 31.63-.38 8.8-.06 17.61.1 26.42-.03 6.93-.1 13.86-.49 20.72-1.64 6.28-1.05 10.08-4.58 11.35-10.82.55-2.71.86-5.49.99-8.25.36-7.69.69-15.38.82-23.07.17-9.29.06-18.59.2-27.88.11-7.49.49-14.97.61-22.46.08-5.2-.09-10.4-.12-15.6-.02-3.47.04-6.94.03-10.4 0-.94-.13-1.89-.22-3.17-19.59.06-38.99.42-58.39.6-19.49.18-38.99.45-58.48.66-19.39.21-38.79.39-58.22.58-.1.53-.24 1-.27 1.48-.22 3.11-.58 6.23-.58 9.34-.02 17.83.04 35.65.08 53.48.01.48.08.95.1 1.18Zm-7.45 1.14c-1.34.19-2.37.27-3.38.49-8.7 1.83-17.15 4.52-25.51 7.48-3.45 1.22-6.74 2.89-10.08 4.43-2.43 1.12-3.44 3.2-3.21 5.77.39 4.28.89 8.54 1.43 12.81.84 6.74 1.88 13.45 2.61 20.2.83 7.72 1.36 15.46 2.14 23.19.15 1.48.6 3.03 1.33 4.31a20.4 20.4 0 0 0 3.51 4.59c1.83 1.78 3.94 3.25 5.89 4.91 2.96 2.52 5.83 5.14 8.84 7.59 1.21.98 2.71 1.61 4.09 2.38.09.05.25-.03.5-.06l.45-1.57c-.69-.35-1.32-.63-1.91-.98-1.43-.85-3.02-1.53-4.22-2.63-4.27-3.95-8.47-8-12.58-12.12a14.46 14.46 0 0 1-4.15-7.56c-.45-2.45-.69-4.94-.97-7.41-.34-2.96-.41-5.97-.97-8.88-.97-5.07-1.21-10.18-1.55-15.3-.2-3.11-.4-6.23-.64-9.34-.31-4.08-.62-8.16-1.02-12.23-.21-2.09.72-3.47 2.43-4.4 3.89-2.12 7.71-4.41 11.94-5.82 1.82-.61 3.68-1.08 5.52-1.62l.19.54c-2.26.99-4.55 1.94-6.79 2.99a501.64 501.64 0 0 0-9.9 4.8c-1.66.82-2.41 2.13-2.1 4.07.36 2.26.62 4.54.81 6.81.81 9.95.93 19.94 2.55 29.83.73 4.44 1.18 8.93 1.56 13.42.34 4.04 2.12 7.28 4.94 10.02 3.79 3.67 7.59 7.32 11.51 10.83 1.62 1.45 3.59 2.51 5.64 3.91l3.03-11.04.49.12-2.21 10.78c1.63.31 3.13 0 4.57-.4 4.54-1.26 9.05-2.61 13.57-3.89a37.71 37.71 0 0 0 10.26-4.44c1.13-.73 2.28-1.43 3.83-2.39a8.97 8.97 0 0 1-3.82 3.91 35.7 35.7 0 0 1-8.33 3.7c-2.46.73-4.85 1.68-7.34 2.28-4.23 1.03-8.38 2.47-12.79 2.68-.12 0-.24.12-.49.26l-.3 1.58c.67.11 1.2.22 1.73.27 2.12.23 4.14-.3 6.12-.95 3.88-1.29 7.72-2.7 11.61-3.93a71.46 71.46 0 0 0 12.93-5.65 7.45 7.45 0 0 0 3.42-3.8c1.43-3.6 2.97-7.19 4.04-10.91 2.99-10.46 5.67-21 7.82-31.68.89-4.41 2.23-8.73 3.2-13.12.43-1.94.61-3.98.59-5.97-.03-2.29-.87-4.34-2.93-5.66-2.45-1.57-4.8-3.33-7.37-4.68a309.2 309.2 0 0 0-15.28-7.54c-3.39-1.55-6.93-2.78-10.43-4.08-1-.37-2.09-.47-3.21-.71l-.54 2.33c2.29 1.19 4.99 1.29 6.96 3.15l-7.4-1.39c-.63 3.65-1.26 7.05-1.78 10.47-.52 3.38-.93 6.77-1.39 10.16l-.41-.02c-.39-3.46.03-6.91.5-10.35.48-3.46 1.06-6.91 1.62-10.49-5.14-.19-9.53 2.09-14.21 3.16 2.01-1.79 4.48-2.62 6.93-3.37 2.49-.76 5.08-1.23 7.78-1.87.07-.4.15-.99.28-1.95Zm8.39-68 173.33-2.25c.2 0 .41-.08.6-.16.12-.05.22-.16.43-.32a11.5 11.5 0 0 0-3.54-6.33 18.5 18.5 0 0 0-9.32-4.31c-6.93-1.2-13.93-1.36-20.95-1.32-12.62.07-25.24.08-37.86.2-6.93.07-13.87.32-20.8.5-7.9.21-15.81.51-23.71.64-9.01.16-18.03.26-27.01 1.16-3.86.39-7.75.35-11.63.52-2.91.12-5.83.09-8.71.45-2.39.3-4.77.92-6.75 2.47-2.83 2.23-3.63 5.38-4.07 8.74ZM220.33 298.44c-.28-.13-.44-.16-.52-.25-1.49-1.53-2.61-1.51-3.7.3-.5.84-.78 1.93-.8 2.91-.02 1.24.77 1.66 1.97 1.19.76-.3 1.47-.75 2.18-1.16.52-.3 1.01-.66 1.68-1.1.13 2.03-1.26 2.7-2.44 3.41s-2.55 1.34-3.9.53a3.4 3.4 0 0 1-1.29-1.78c-.86-2.7 1.42-6.57 4.16-7.2 1.8-.42 3.16.72 3.05 2.56 0 .16-.2.32-.38.6ZM200.2 296.97c-.2.02-.44.13-.58.05-1.28-.74-2.26-.22-3.12.72-.95 1.04-1.34 2.26-.89 3.63.44 1.33 1.48 1.78 3.19 1.57.76-.1 1.54-.81 2.31 0a3.4 3.4 0 0 1-4.51 1.83 5.3 5.3 0 0 1-2.28-1.96c-1.63-2.71.11-6.69 3.17-7.53 1.57-.43 2.41.08 2.7 1.71Z" class="cls-3"/><path d="M257.62 278.05c-2 1.53-2.51 3.46-2.29 5.62.22 2.13 1.73 2.97 3.7 2.09.65-.29 1.28-.63 2.15-1.06.08 1.66-.78 2.34-1.73 2.87a3.72 3.72 0 0 1-3.59.04 3.62 3.62 0 0 1-2.01-2.51 7.4 7.4 0 0 1 1.36-6.46c.51-.65 1.09-1.3 2.41-.59ZM277.47 279.66c-2.42.19-3.33 1.44-3.68 3.2-.27 1.34.13 2.52 1.01 2.92 1.1.49 2.02.02 2.84-.68.5-.43.95-.93 1.39-1.36.96.48.74 1.07.44 1.65a4.42 4.42 0 0 1-4.59 2.1c-1.63-.43-2.64-2.08-2.42-4.08.17-1.54.64-2.98 1.86-4.04.97-.83 1.46-.82 3.14.3ZM204.41 296.83c0 .92.03 1.85 0 2.77-.03.87-.13 1.74-.21 2.75 1.22-.12 2.22-.29 3.23-.29.39 0 .78.41 1.17.63l-.73 1.12c-.03.05-.11.08-.18.1-1.43.43-2.94 1.41-4.34.48-1.29-.87-.53-2.42-.45-3.68.07-1.03.25-2.05.46-3.07.07-.34.38-.63.58-.95l.47.13ZM261.83 279.19c1.74 1.19 1.62 3.23 2.51 4.96.69-.25 1.37-.57 2.08-.72.32-.07.91.11 1.03.36.12.26-.06.89-.31 1.05-1.11.68-2.28 1.24-3.69 1.98a18.59 18.59 0 0 1-1.62-7.62ZM269.7 285.96c-1.68-1.45-2.17-4.25-1.16-5.93 1.54.91 2.12 3.65 1.16 5.93ZM211.2 299.69c.42 2.05 1.05 4.1-.34 6.46-.44-.67-.84-1.02-.87-1.39-.12-1.77-.02-3.52 1.2-5.07ZM212.24 296.77c-.32-.54-.69-.88-.65-1.16.04-.26.51-.53.84-.61.14-.03.57.47.54.69-.04.32-.38.6-.73 1.08ZM268.48 276.42c.29.37.65.63.64.86-.01.23-.41.61-.62.6-.24-.01-.6-.37-.63-.62-.03-.21.33-.47.62-.84Z" class="cls-3"/><path d="M318.28 348.03c1.26-.53 2.15-1.08 3.11-1.27 3.25-.67 6.54-1.21 9.8-1.83 1.91-.36 3.8-.77 5.69-1.23.7-.17 1.35-.56 2.15-.9-.27-.2-.32-.26-.36-.26-5.88.94-11.76 1.84-17.62 2.88-1.76.31-3.4 1.02-4.55 2.65-.87 1.23-2.17 1-4.04-.45.36-1.08 1.39-1.26 2.26-1.52 3.78-1.13 7.61-2.12 11.38-3.29 3.24-1 6.43-2.16 9.62-3.3.6-.21 1.12-.67 1.64-.99-.11-.27-.12-.34-.16-.39-.05-.05-.12-.11-.18-.1-.54.1-1.09.18-1.62.32l-23.26 6.61c-.37-.69.34-.94.84-1.17 2.58-1.18 5.11-2.54 7.79-3.44 4.26-1.43 8.64-2.54 12.96-3.8 1.28-.37 2.69-.49 4.13-1.79-3.26-.03-5.94.75-8.63 1.38-2.74.64-5.47 1.34-8.67 2.13 4.12-3.56 8.25-5.89 13.33-6.28 4.56-.36 9.12-.76 13.68-1.22 2.55-.26 5.08-.68 7.62-1.03.48-.06.97-.27 1.43-.22 5.38.66 10.42-1.13 15.52-2.26a150.27 150.27 0 0 0 14.99-4.23 175 175 0 0 1 35.86-7.96c4.27-.48 8.57-.68 12.86-.94.63-.04 1.37.21 1.92.54 1.95 1.19 3.89 2.41 5.76 3.73 6.74 4.78 10.24 11.13 9.31 19.76-.68.19-1.38.42-2.1.59-5.15 1.21-10.42 1.52-15.67 2a844.2 844.2 0 0 0-16.56 1.7c-8.43.94-16.87.98-25.33.48-6.51-.38-13.02-.71-19.54-.98-4.87-.2-9.49 1.08-13.98 2.81-6.57 2.54-13.41 3.34-20.39 3.55-5.27.16-10.53.47-15.79.73a9.53 9.53 0 0 1-5.22-1.03ZM420.01 223.49c-1.1 3.54-3.64 5.77-6.85 7.35a30.78 30.78 0 0 1-9.54 2.77c-5.12.71-10.23.89-15.31-.27a13 13 0 0 1-3.7-1.29 7.1 7.1 0 0 1-2.43-2.44c-.99-1.67-.6-2.28 1.11-3.24a37.22 37.22 0 0 0 4.87-3.16 6.06 6.06 0 0 0 2.51-5.43c-.18-2.26-.41-4.52-.64-7.01.75-.07 1.62-.21 2.49-.21 3.85-.03 7.17-1.46 10.1-3.84 1.23-1 2.32-2.15 2.35-4.07-.63.55-1.34 1.02-1.89 1.65-6.15 7.02-16.92 6.28-22.87 2.25-.34-.23-.7-.45-1.04-.69-4.8-3.46-7.75-7.9-8.25-14-.68-8.29.33-16.18 4.36-23.57 1.22-2.23 3.12-3.68 5.31-4.81.42-.22.9-.38 1.37-.45 1.93-.31 2.49.18 2.53 2.16.05 2.31.92 3.18 3.22 2.76 1.47-.27 2.89-.93 4.29-1.52 2.55-1.06 5.14-1.64 7.9-.96 3.36.83 5.8 2.72 6.75 6.1.66 2.32.96 4.74 1.48 7.1.36 1.62.6 3.3 1.26 4.79 1.13 2.55 3.24 2.79 5.04.69 1.08-1.27 2.28-2.21 4.01-2.32 1.47-.09 2.55.46 3.18 1.84a8.97 8.97 0 0 1 .6 5.9c-.57 2.41-2.55 3.59-4.66 3.95-2.46.42-3.36 2.02-3.99 3.95a14.3 14.3 0 0 0-.78 4.28c-.05 4.58.05 9.16 1.23 13.63.78 2.95 1.98 5.64 4.92 7.11.31.15.57.4.82.63.09.08.14.22.23.37Zm-33.63-26.94c.82.69 1.55 1.32 2.29 1.92.32.26.66.51 1.02.71 1.1.61 2.21.81 3.31.02 1.24-.9 2.41-4.38 1.95-5.83-.09-.3-.34-.55-.44-.69l-8.14 3.87ZM379.56 183c1.32-.77 2.25-2.91 1.69-4.12-.17-.38-.65-.84-1.01-.86a1.9 1.9 0 0 0-1.39.59c-.88 1.1-.47 3.31.71 4.39Zm10.22-.42c1.34-.34 2.37-.81 3.41-.81 1.05 0 2.09.5 3.14.74a.72.72 0 0 0 .8-1.04 2.5 2.5 0 0 0-.8-.91c-1.93-1.31-5.14-.43-6.56 2.02ZM379 187.51c1.23 2.1 1.94 2.49 3.72 1.87l-2.52-2.03 4.89-4.32c-1.93.08-3.65 1.42-6.09 4.48Zm2.35-16.36c-2.03-.48-4.31.99-4.51 2.91 1.66-.41 3.91-1.87 4.51-2.91Zm19.48 6.02a4.02 4.02 0 0 0-3.99-3.47c.9 1.72 2.26 2.7 3.99 3.47Zm-6.06 13.39 1.54 2.6c.41-1.95.24-2.23-1.54-2.6ZM223.31 342.26a13.1 13.1 0 0 1 6.88-4.32c1.75-.43 3.51-.79 5.25-1.27 4.17-1.15 6.69-3.97 8.06-7.99.42-1.23.19-2.22-.73-3a15.92 15.92 0 0 0-2.74-1.86 26.53 26.53 0 0 0-8.61-2.97c-1.69-.24-3.21-.74-4.22-2.31-.39-.61-1.1-1.01-1.8-1.64l4.42-2.37c1.94.52 3.1 2.61 5.52 2.71 0-2.23-1.74-2.96-3.24-4.06l5.23-4.9c2.15 1.67 4.58 3.01 5.3 6.01.21.86.41 1.91 1.87 2.41-.05-.92 0-1.64-.16-2.3-.24-.94-.68-1.82-.97-2.75-.54-1.71-1.08-3.42-1.53-5.16-.55-2.15-1.92-2.68-3.62-1.24-1.53 1.3-2.99 2.7-4.46 4.06-4.11 3.8-9.01 6.11-14.71 7.77.46-.64.66-1.03.96-1.32 1.64-1.6 3.41-3.07 4.93-4.77 2.96-3.3 5.8-6.71 8.68-10.08.95-1.11 1.81-2.29 2.82-3.33 2.09-2.15 3.97-2.34 6.5-.68 2.46 1.62 4.69 3.57 5.96 6.26 1.75 3.72 4.89 5.72 8.36 7.44 1.18.58 2.36 1.15 3.49 1.81 1.28.75 2.55 1.03 4.09.24l-1.41-1.16c.08-.09.15-.22.23-.25 10.26-2.65 20.53-5.27 30.79-7.94a42.22 42.22 0 0 0 5.13-1.7 4.8 4.8 0 0 1 3.63-.05c5.01 1.87 8.53 5.36 10.74 10.15a17.28 17.28 0 0 1 1.29 11.56c-.13.52-.57 1.18-1.03 1.37-2.1.87-4.22 1.76-6.41 2.33-6 1.56-12.15 2.11-18.34 2.18-6.73.08-13.46 0-20.18.02-2.29 0-4.59.1-6.7 1.16a9.6 9.6 0 0 0-2.03 1.36c-.93.82-1.81 1.72-2.65 2.65-3.11 3.49-7.18 5.1-11.63 5.93a918.76 918.76 0 0 1-16.36 2.92c-2.21.37-4.38-.03-6.62-.95Z" class="cls-1"/><path d="M217.89 319.43c-1.82.75-2.46 2.45-3.55 3.76-1.08 1.3-1.89 2.89-3.97 3.75.09-.96.05-1.69.23-2.36.94-3.6 2.54-6.9 4.8-9.84 1.61-2.08 3.67-3.52 6.67-3.3l-1.63 1.73c-.71.76-1.42 1.52-2.11 2.3-1.7 1.94-1.67 2.18.41 3.83-.34.76-.66 1.59-1.05 2.38a22.03 22.03 0 0 0-2.22 7.75c-.13 1.2.03 2.5.36 3.67.33 1.15 1.44 1.38 2.28.52a10 10 0 0 0 1.57-2.41c.97-1.91 1.75-3.94 2.84-5.78a18.55 18.55 0 0 1 2.9-3.5c.45-.46 1.24-.58 1.84-.84.65.98.19 1.49-.3 1.84-2.37 1.69-3.58 4.18-4.7 6.74a30 30 0 0 1-.99 2.06 14 14 0 0 1-1.07 1.78c-.89 1.25-1.97 2.2-3.65 1.83-1.24-.27-2.06-1.6-2.08-3.48-.02-1.17.05-2.37.28-3.51a25.59 25.59 0 0 1 2.6-7.64c.23-.39.36-.84.53-1.27ZM213.71 314.23c-2.31 4.07-4.68 7.84-5.22 12.32-2.18.77-2.94.35-3.01-1.55-.13-3.76 4.2-9.57 8.23-10.76ZM239.86 306.06l1.03 2.88-2.85-1.32 1.82-1.56ZM73.17 218.26c-.02-.23-.09-.7-.1-1.17-.04-17.83-.11-35.65-.08-53.48 0-3.11.37-6.23.58-9.34.03-.48.17-.95.27-1.48 19.43-.19 38.83-.37 58.22-.58 19.49-.21 38.98-.48 58.48-.66 19.4-.18 38.8-.54 58.39-.6.09 1.28.21 2.22.22 3.17 0 3.47-.05 6.94-.03 10.4.03 5.2.2 10.4.12 15.6-.12 7.49-.5 14.97-.61 22.46-.14 9.29-.03 18.59-.2 27.88-.14 7.69-.46 15.39-.82 23.07a54.5 54.5 0 0 1-.99 8.25c-1.27 6.24-5.07 9.77-11.35 10.82a138.36 138.36 0 0 1-20.72 1.64c-8.8.13-17.61-.03-26.42.03-10.54.08-21.08.31-31.63.38-8.32.06-16.65-.04-24.97-.05-8.74 0-17.48.02-26.22.04h-3.6c.27-1 .5-1.76.7-2.54 2.08-7.98 4.27-15.93 6.18-23.95.5-2.1.36-4.42.16-6.61a9.03 9.03 0 0 0-4.12-6.88 106 106 0 0 0-13.81-8.08c-5.8-2.81-11.65-5.51-17.65-8.34Zm108.67-34.96c-.11-1.17-.14-2.36-.34-3.52-2.27-12.92-15.24-20.29-27.64-15.72-8.3 3.06-12.99 9.32-14.88 17.63-2.55 11.18 4.85 22.23 15.85 24.18 13.78 2.45 26.93-8.56 27.02-22.58Zm-21.39 49.72c10.26-.3 20.52-.51 30.78-.95 2.08-.09 4.15-.98 6.16-1.68.62-.21 1.24-.94 1.5-1.58a5.75 5.75 0 0 0-4.68-7.89 56.95 56.95 0 0 0-7.26-.45c-18.93.24-37.87.55-56.81.85-2.12.03-4.14.57-5.96 1.6-3.8 2.16-4.16 6.56-.35 8.82 1.17.69 2.49 1.39 3.8 1.54 2.95.34 5.94.48 8.9.43 7.97-.15 15.94-.45 23.91-.69Zm-4.8 17.33c8.89-.21 15.06-.35 21.23-.51 2.49-.06 4.97-.15 7.45-.31a6.93 6.93 0 0 0 5.2-2.68c1.52-1.93 1.61-3.86.31-5.94a6.43 6.43 0 0 0-6.09-3.25c-1.87.07-3.73.27-5.6.32-8.94.23-17.89.42-26.83.65-5.2.13-10.39.31-15.59.44a6.69 6.69 0 0 0-5.31 2.68 5.53 5.53 0 0 0 .82 7.77 6.66 6.66 0 0 0 4.46 1.36l19.94-.53Z" class="cls-1"/><path d="m65.71 219.4-.26 1.94c-2.7.63-5.28 1.1-7.78 1.87-2.46.75-4.93 1.58-6.93 3.37 4.69-1.07 9.08-3.36 14.21-3.16-.56 3.59-1.14 7.03-1.62 10.49-.47 3.44-.89 6.89-.5 10.35l.41.02c.46-3.39.87-6.78 1.39-10.16.52-3.41 1.15-6.81 1.78-10.47l7.4 1.39c-1.97-1.86-4.67-1.97-6.96-3.15l.54-2.33c1.11.24 2.21.34 3.21.71 3.5 1.3 7.04 2.52 10.43 4.08 5.16 2.37 10.26 4.9 15.28 7.54 2.57 1.35 4.91 3.11 7.37 4.68 2.07 1.32 2.91 3.37 2.93 5.66.02 1.99-.16 4.03-.59 5.97-.97 4.4-2.32 8.71-3.2 13.12A408.95 408.95 0 0 1 95 293c-1.06 3.72-2.61 7.3-4.04 10.91a7.42 7.42 0 0 1-3.42 3.8 72.17 72.17 0 0 1-12.93 5.65c-3.9 1.23-7.74 2.64-11.61 3.93-1.98.66-3.99 1.19-6.12.95-.53-.06-1.06-.17-1.73-.27l.3-1.58c.25-.14.37-.26.49-.26 4.41-.21 8.56-1.65 12.79-2.68 2.49-.6 4.88-1.55 7.34-2.28 2.94-.88 5.72-2.1 8.33-3.7a8.97 8.97 0 0 0 3.82-3.91c-1.55.97-2.7 1.67-3.83 2.39a38.34 38.34 0 0 1-10.26 4.44c-4.53 1.28-9.04 2.63-13.57 3.89-1.45.4-2.94.71-4.57.4l2.21-10.78-.49-.12-3.03 11.04c-2.05-1.41-4.02-2.46-5.64-3.91a379.66 379.66 0 0 1-11.51-10.83c-2.82-2.73-4.6-5.98-4.94-10.02-.38-4.49-.83-8.98-1.56-13.42-1.62-9.89-1.74-19.88-2.55-29.83a86.04 86.04 0 0 0-.81-6.81c-.31-1.94.43-3.24 2.1-4.07 3.29-1.63 6.58-3.24 9.9-4.8 2.24-1.05 4.52-2 6.79-2.99l-.19-.54c-1.84.53-3.71 1.01-5.52 1.62-4.23 1.41-8.05 3.7-11.94 5.82-1.71.94-2.64 2.31-2.43 4.4a719.77 719.77 0 0 1 1.66 21.57c.33 5.12.58 10.23 1.55 15.3.56 2.92.63 5.92.97 8.88.28 2.48.52 4.97.97 7.41a14.46 14.46 0 0 0 4.15 7.56 423.2 423.2 0 0 0 12.58 12.12c1.2 1.11 2.79 1.79 4.22 2.63.59.35 1.22.63 1.91.98l-.45 1.57c-.25.03-.41.11-.5.06-1.38-.78-2.88-1.4-4.09-2.38-3.02-2.44-5.88-5.07-8.84-7.59-1.95-1.66-4.07-3.13-5.89-4.91a20.87 20.87 0 0 1-3.51-4.59 11.23 11.23 0 0 1-1.33-4.31c-.78-7.72-1.31-15.47-2.14-23.19-.73-6.75-1.76-13.46-2.61-20.2a391.8 391.8 0 0 1-1.43-12.81c-.23-2.57.78-4.64 3.21-5.77 3.33-1.53 6.63-3.21 10.08-4.43 8.36-2.96 16.81-5.65 25.51-7.48.99-.21 2.02-.29 3.36-.48Zm36.39 31.43c.48-.58.64-.72.72-.89 1.77-3.85 1.16-7.94-1.84-10.9-4.86-4.8-10.95-7.65-17.04-10.47-.06-.03-.14-.08-.19-.06-.33.06-.66.15-1.45.33 1.01.56 1.61.87 2.19 1.21 3.53 2.04 7.15 3.94 10.54 6.2 2.04 1.36 3.76 3.22 5.5 4.99a5.85 5.85 0 0 1 1.58 4.17v5.43ZM91.49 297.9l.38.15c4.22-12.58 5.82-25.8 9.5-38.95-1.37.71-1.53 1.66-1.74 2.57-1.03 4.45-2.07 8.9-3.07 13.36-1.71 7.62-3.38 15.25-5.06 22.87ZM74.1 151.39c.44-3.36 1.23-6.52 4.08-8.74 1.99-1.55 4.37-2.17 6.75-2.47 2.88-.36 5.8-.32 8.71-.45 3.88-.16 7.77-.13 11.63-.52 8.99-.9 18-1.01 27.01-1.16 7.9-.14 15.81-.43 23.71-.64 6.93-.18 13.87-.43 20.8-.5 12.62-.13 25.24-.13 37.86-.2 7.01-.04 14.02.12 20.95 1.32 3.47.6 6.64 1.93 9.32 4.31a11.53 11.53 0 0 1 3.54 6.33c-.21.16-.31.27-.43.32-.19.08-.4.15-.6.16L74.09 151.4Zm11.39-5.57c-.04-1.55-1.15-2.77-2.49-2.76-1.41.01-2.73 1.38-2.73 2.83a2.64 2.64 0 0 0 2.67 2.58 2.55 2.55 0 0 0 2.55-2.65Zm16.2 1.77c1.57.02 2.88-1.05 2.9-2.34.02-1.32-1.27-2.57-2.68-2.63-1.53-.06-2.69 1.02-2.68 2.49a2.42 2.42 0 0 0 2.47 2.49Zm-9.67.39c1.45.05 2.76-1.08 2.84-2.45.08-1.36-1-2.48-2.44-2.52-1.48-.04-2.78 1.07-2.84 2.43a2.47 2.47 0 0 0 2.44 2.54Z" class="cls-1"/><path d="m386.38 196.56 8.14-3.88c.09.14.34.39.44.69.46 1.46-.72 4.94-1.95 5.83-1.1.8-2.22.6-3.31-.02-.36-.2-.69-.45-1.02-.71-.75-.6-1.47-1.22-2.3-1.92Zm3.21.36c2.57.83 3.97.02 3.73-2.14l-3.73 2.14ZM379.56 183.01c-1.18-1.08-1.59-3.29-.71-4.39a1.9 1.9 0 0 1 1.39-.59c.36.02.84.48 1.01.86.56 1.21-.37 3.35-1.69 4.12ZM389.78 182.59c1.42-2.45 4.64-3.33 6.56-2.02.32.22.62.56.8.91a.72.72 0 0 1-.8 1.04c-1.05-.24-2.09-.74-3.14-.74-1.04 0-2.08.47-3.41.81ZM379 187.52c2.44-3.06 4.16-4.41 6.09-4.49l-4.89 4.32 2.52 2.03c-1.78.63-2.49.24-3.72-1.87ZM381.35 171.16c-.59 1.05-2.84 2.5-4.51 2.91.2-1.92 2.48-3.39 4.51-2.91ZM400.83 177.17c-1.73-.77-3.09-1.74-3.99-3.47a4.02 4.02 0 0 1 3.99 3.47ZM394.77 190.56c1.78.37 1.96.65 1.54 2.6l-1.54-2.6ZM181.84 183.3c-.09 14.02-13.24 25.03-27.02 22.58-10.99-1.95-18.4-13-15.85-24.18 1.9-8.31 6.59-14.58 14.88-17.63 12.41-4.57 25.38 2.79 27.64 15.72.2 1.15.23 2.34.34 3.51Zm-7.76 13.57c-.31-.53-.52-1.06-.87-1.46-4.7-5.34-11.21-7.44-17.56-5.53-3.94 1.19-7.21 3.44-10.21 6.15-.39.36-.69.81-1.02 1.2 6.93 8.94 21.48 8.79 29.67-.36Zm-13.41-14.56c.48-.11 1.46-.22 2.33-.59 2.97-1.27 3.7-4.48 1.69-7.02-1.02-1.29-2.45-1.72-3.98-1.96-2.13-.33-3.56.78-4.77 2.31-1.16 1.46-1.15 3.07-.38 4.68.93 1.92 2.65 2.5 5.11 2.58ZM160.45 233.02c-7.97.24-15.94.54-23.92.69-2.97.06-5.96-.09-8.9-.43a10.23 10.23 0 0 1-3.8-1.54c-3.81-2.26-3.46-6.66.35-8.82a12.3 12.3 0 0 1 5.96-1.6c18.93-.3 37.87-.6 56.81-.85 2.42-.03 4.85.18 7.26.45a5.75 5.75 0 0 1 4.68 7.89 2.98 2.98 0 0 1-1.5 1.58c-2.01.7-4.08 1.58-6.16 1.68-10.25.44-20.52.65-30.78.94v.01Zm-3.13-.57c12.03-.42 22.28-.81 32.53-1.13 2.41-.08 4.62-.79 6.83-1.6 1.02-.37 1.49-1.03 1.68-2.13.53-3.21-2.04-5.63-4.68-5.95-4.71-.57-9.41-.37-14.12-.3-15.81.26-31.61.56-47.41.86-1.24.02-2.5.06-3.73.22-1.88.25-3.65.84-5 2.28-1.41 1.5-1.39 3.49 0 5.01 2.16 2.38 4.96 3.26 8.03 3.21 9.22-.12 18.44-.34 25.88-.49ZM155.65 250.34l-19.94.53a6.71 6.71 0 0 1-4.46-1.36 5.53 5.53 0 0 1-.82-7.77 6.72 6.72 0 0 1 5.31-2.68c5.2-.13 10.39-.31 15.59-.44 8.94-.23 17.89-.41 26.83-.65 1.87-.05 3.73-.25 5.6-.32 2.65-.1 4.68.97 6.09 3.25 1.3 2.08 1.21 4.02-.31 5.94a6.92 6.92 0 0 1-5.2 2.68c-2.48.16-4.97.24-7.45.31-6.17.16-12.34.3-21.23.51Zm2.41-.86c7.34-.13 14.68-.25 22.03-.41 1.51-.03 3.04-.12 4.53-.36a6.72 6.72 0 0 0 4.6-2.92c.88-1.28.93-2.64.21-3.93-.86-1.54-2.07-2.87-3.96-3.05-1.56-.15-3.15-.08-4.73-.05-9.35.22-18.7.44-28.05.7-5.54.15-11.08.32-16.61.6a9 9 0 0 0-3.56.97c-2.51 1.31-3.14 3.93-1.72 6.38a4.98 4.98 0 0 0 4.81 2.64c7.48-.21 14.95-.38 22.43-.57ZM102.11 250.83v-5.43a5.84 5.84 0 0 0-1.58-4.17c-1.74-1.76-3.46-3.63-5.5-4.99-3.38-2.26-7.01-4.15-10.54-6.2-.58-.34-1.18-.65-2.19-1.21l1.45-.33c.06-.01.13.03.19.06 6.09 2.82 12.18 5.67 17.04 10.47 3 2.97 3.61 7.05 1.84 10.9-.07.16-.24.29-.71.88ZM91.5 297.9c1.68-7.62 3.36-15.25 5.06-22.87 1-4.46 2.04-8.91 3.07-13.36.21-.9.38-1.86 1.74-2.57-3.68 13.15-5.28 26.37-9.5 38.95l-.38-.15ZM85.49 145.82a2.55 2.55 0 0 1-2.55 2.65 2.65 2.65 0 0 1-2.67-2.58c0-1.45 1.31-2.82 2.73-2.83 1.35-.01 2.45 1.21 2.49 2.76ZM101.69 147.59a2.42 2.42 0 0 1-2.47-2.49c0-1.47 1.15-2.55 2.68-2.49 1.42.06 2.7 1.31 2.68 2.63-.01 1.3-1.32 2.36-2.89 2.34ZM92.03 147.98a2.48 2.48 0 0 1-2.45-2.54c.07-1.36 1.37-2.47 2.84-2.43 1.44.04 2.52 1.16 2.44 2.52-.07 1.37-1.38 2.49-2.84 2.45Z" class="cls-3"/><path d="m389.59 196.92 3.73-2.14c.24 2.15-1.17 2.97-3.73 2.14ZM174.07 196.87c-8.19 9.15-22.74 9.3-29.67.36.32-.39.63-.84 1.02-1.2 3-2.71 6.27-4.97 10.21-6.15 6.35-1.91 12.86.19 17.56 5.53.36.4.57.94.88 1.46ZM160.67 182.31c-2.47-.08-4.18-.66-5.11-2.58-.78-1.61-.79-3.21.38-4.68 1.21-1.53 2.64-2.64 4.77-2.31 1.53.24 2.96.67 3.98 1.96 2.01 2.54 1.28 5.75-1.69 7.02-.87.37-1.86.47-2.33.59ZM157.32 232.45c-7.43.15-16.65.37-25.87.5-3.08.04-5.87-.84-8.03-3.21-1.38-1.52-1.41-3.51 0-5.01 1.36-1.44 3.12-2.04 5-2.28 1.23-.16 2.49-.2 3.73-.22 15.8-.3 31.61-.6 47.41-.86 4.7-.08 9.4-.27 14.12.3 2.64.32 5.2 2.73 4.68 5.95-.18 1.1-.66 1.76-1.68 2.13-2.21.81-4.43 1.52-6.83 1.6-10.26.32-20.5.7-32.54 1.12Zm-19.14-5.2c1.08-1.2 2.08-1.82 3.28-1.19.66.35.94 1.03.79 1.81-.9-.1-1.66-.3-2.39-.23-.81.08-1.44.62-1.38 1.53.05.78.6 1.23 1.37 1.31.62.06 1.25.1 1.86.04 1.7-.17 2.26-.99 1.84-2.68a7 7 0 0 0-.62-1.75 2.87 2.87 0 0 0-4.73-.28c-.16.22-.02.68-.02 1.45Zm22.52-.26c-.68 0-.93-.03-1.18 0-1.34.19-2.06.83-1.93 1.69.13.81 1.2 1.39 2.34 1.25.2-.02.4-.13.6-.15.67-.06 1.34-.1 2.01-.14.27-.02.56.02.83 0 .21-.02.4-.11.6-.16-1.34-.4-1.83-1.21-2.04-2.46a3.45 3.45 0 0 0-1.15-1.88c-.9-.78-1.6-.46-2.27.82q1.08.02 2.19 1.02Zm-9.74 2.64c1.11.18 2.12.45 3.12.47a2.2 2.2 0 0 0 2.24-2.42c-.08-1.16-.94-1.86-2.31-1.8-.58.03-1.16.18-1.73.28l-.47-1.89-.48.04c-.53 1.71-.89 3.44-.37 5.31Zm18.18-.49c.21-.52.38-.79.44-1.09.28-1.5.68-1.95 1.99-2.14 1.46-.22 1.91.05 2.58 1.64.23.53.37 1.07 1.13.78.4-2.84-1.32-4.33-4.21-3.69-.79.18-1.6.26-2.53.4.03 1.19-.54 2.59.61 4.09Zm-22.18-6.03c-.95 2-1.2 4.08-.99 6.2.03.35.53.65.81.97l.65-.14c.01-2.34.59-4.67-.46-7.04Zm19.15 6.05c.7-1.35.59-2.46-.39-3.73-1 1.49-.89 2.58.39 3.73Zm-.07-6.3c-.24.26-.56.48-.53.59.08.26.34.47.52.7.19-.23.44-.43.53-.69.04-.11-.28-.34-.52-.6ZM158.06 249.48c-7.48.19-14.96.36-22.43.57a4.97 4.97 0 0 1-4.81-2.64c-1.41-2.44-.79-5.07 1.72-6.38a8.84 8.84 0 0 1 3.56-.97c5.53-.27 11.07-.44 16.61-.6 9.35-.26 18.7-.48 28.05-.7 1.58-.04 3.17-.11 4.73.05 1.89.18 3.1 1.51 3.96 3.05a3.53 3.53 0 0 1-.21 3.93 6.69 6.69 0 0 1-4.6 2.92c-1.49.24-3.02.33-4.53.36-7.34.16-14.68.27-22.03.4Zm24.14-7.78c-1.28.05-2.58 1.31-2.57 2.48.01 1.05 1.01 1.83 2.32 1.82 1.46 0 2.64-1.12 2.53-2.39a2.17 2.17 0 0 0-2.28-1.91Zm-26.43 5.15c1.36 0 2.62-1.19 2.58-2.44-.03-1.08-.9-1.89-2.04-1.89-1.35 0-2.57 1.16-2.57 2.45 0 1.08.86 1.88 2.02 1.87ZM139.96 243a2.14 2.14 0 0 0-2.2 2.02c-.02 1.23 1.02 2.43 2.09 2.43 1.14 0 2.24-1.14 2.22-2.31a2.2 2.2 0 0 0-2.11-2.15Zm35.81.94c-.05-1.15-1.07-2-2.28-1.91-1.18.08-2.1 1.07-2.05 2.2s1.12 2.04 2.27 1.94c1.16-.1 2.11-1.13 2.06-2.22Zm-28.27 2.81c1.29 0 2.2-.79 2.23-1.95.03-1.16-.9-2.1-2.1-2.1s-2.28 1.03-2.23 2.24c.04 1.11.84 1.8 2.1 1.81Zm19.43-2.33c0-1.01-1-1.89-2.1-1.86-1.23.03-2.34 1.11-2.28 2.23.05.99.94 1.79 1.94 1.75 1.22-.05 2.45-1.11 2.44-2.12Z" class="cls-1"/><path d="M138.18 227.25c0-.78-.14-1.23.02-1.45a2.87 2.87 0 0 1 4.73.28 7 7 0 0 1 .62 1.75c.42 1.7-.14 2.52-1.84 2.68-.61.06-1.24.02-1.86-.04-.77-.08-1.32-.53-1.37-1.31-.06-.91.57-1.45 1.38-1.53.73-.07 1.49.13 2.39.23.15-.77-.13-1.46-.79-1.81-1.2-.63-2.2 0-3.28 1.19Zm1.34 1.49q1.18 1.02 2.8.34l-2.8-.34ZM161.93 227.03a3.45 3.45 0 0 0-1.15-1.88c-.9-.78-1.6-.46-2.27.82q1.08.03 2.18 1.02c-.68 0-.93-.03-1.18 0-1.34.19-2.06.83-1.93 1.69.13.81 1.2 1.39 2.34 1.25.2-.02.4-.13.6-.15.67-.06 1.34-.1 2.01-.14.27-.02.56.02.83 0 .21-.02.4-.11.6-.16-1.34-.4-1.83-1.21-2.04-2.46Zm-1.49 1.44v.06c-.01.08-.06.15-.15.15-.26 0-.54 0-.79-.1-.02.02-.05.02-.08.02a.15.15 0 0 1-.15-.15s0 0 0-.01l-.01-.02-.02-.03-.02-.03c-.05-.08-.04-.19 0-.27.05-.08.17-.1.25-.13l.2-.05a.78.78 0 0 1 .4.02c.12.03.23.11.29.21v.02h.06c.08 0 .15.07.15.15 0 .08-.06.14-.15.15ZM150.95 229.63c-.52-1.88-.16-3.61.37-5.32l.48-.04.47 1.89c.57-.1 1.15-.26 1.73-.28 1.37-.06 2.23.64 2.31 1.8a2.2 2.2 0 0 1-2.24 2.42c-1-.02-2-.29-3.12-.47Zm.95-1.26.35.49c.74 0 1.5.12 2.21-.03.72-.16 1.03-1.18.51-1.42a3.7 3.7 0 0 0-2.13-.24c-.38.08-.63.78-.94 1.2ZM169.13 229.14c-1.15-1.5-.58-2.91-.61-4.09.93-.15 1.74-.23 2.53-.4 2.88-.64 4.6.85 4.21 3.69-.75.29-.9-.26-1.13-.78-.68-1.59-1.12-1.86-2.58-1.64-1.31.19-1.7.64-1.99 2.14-.06.3-.23.57-.44 1.09ZM146.95 223.11c1.05 2.37.48 4.7.46 7.04l-.65.14c-.28-.32-.77-.62-.81-.97-.21-2.12.04-4.2.99-6.2ZM166.1 229.16c-1.28-1.16-1.4-2.24-.39-3.73.98 1.27 1.09 2.39.39 3.73ZM166.03 222.85c.24.27.56.5.52.6-.09.26-.34.46-.53.69-.18-.23-.44-.44-.52-.7-.03-.11.29-.33.53-.59ZM182.2 241.7c1.18-.05 2.18.8 2.28 1.91.11 1.27-1.07 2.38-2.53 2.39-1.31 0-2.31-.77-2.32-1.82-.02-1.17 1.29-2.43 2.57-2.48ZM155.77 246.85c-1.16 0-2.02-.79-2.02-1.87 0-1.29 1.22-2.45 2.57-2.45 1.13 0 2.01.81 2.04 1.89.03 1.24-1.23 2.43-2.58 2.44ZM139.97 243a2.22 2.22 0 0 1 2.12 2.15c.01 1.18-1.08 2.31-2.22 2.31-1.07 0-2.11-1.2-2.09-2.43a2.13 2.13 0 0 1 2.2-2.02ZM175.78 243.94c.05 1.09-.9 2.12-2.06 2.22-1.15.1-2.22-.81-2.27-1.94s.87-2.12 2.05-2.2c1.21-.08 2.22.77 2.28 1.91ZM147.52 246.75c-1.26 0-2.07-.69-2.11-1.81a2.2 2.2 0 0 1 2.23-2.24c1.2 0 2.14.94 2.1 2.1-.03 1.16-.94 1.95-2.23 1.95ZM166.95 244.42c0 1.01-1.22 2.08-2.44 2.13a1.87 1.87 0 0 1-1.94-1.75c-.05-1.11 1.05-2.19 2.28-2.23 1.1-.03 2.1.84 2.1 1.85Z" class="cls-3"/><path d="m139.52 228.74 2.8.34q-1.62.68-2.8-.34ZM151.9 228.37c.31-.42.56-1.12.94-1.2.68-.14 1.5-.05 2.13.24.52.24.21 1.26-.51 1.42-.71.15-1.47.03-2.21.03a8.67 8.67 0 0 1-.35-.49Z" class="cls-1"/></g><g id="primary-color"><path d="M63.03 277.43c.28-.77.5-1.4.74-2.02 1.76-4.52 3.39-9.09 5.3-13.55 2.56-5.94 6.57-10.9 11.05-15.5a9.77 9.77 0 0 1 7.09-2.99c2.21.2 3.14 2.29 1.83 4.09-1.55 2.13-3.22 4.18-4.68 6.36-7.17 10.67-12.65 22.13-15.9 34.61a23.33 23.33 0 0 1-1 3.17c-.96 2.3-2.81 2.75-4.57 1.01a27.92 27.92 0 0 1-3.47-4.13 348.7 348.7 0 0 1-8.66-13.21c-.97-1.56-1.49-3.42-2.09-5.18a5.43 5.43 0 0 1 .37-4.38c.81-1.56 2.08-2.09 3.58-1.16.92.58 1.75 1.36 2.48 2.18 1.52 1.71 3 3.46 4.37 5.28 1.24 1.66 2.29 3.45 3.58 5.41ZM174.54 196.65c-.72.83-1.23 1.59-1.9 2.16-8.17 6.98-19.46 6.65-26.77.61l-.31-.27c-1.92-1.78-1.94-2.01-.15-4.02 4.5-5.07 10.21-7.39 16.88-6.68 5.27.55 9.08 3.76 12.25 8.2ZM159.66 182.51c-1.03-.34-2.16-.53-3.09-1.05a4.7 4.7 0 0 1-.91-7.73 7.8 7.8 0 0 1 8.31-1.68c3.63 1.3 4.39 5.61 1.5 8.23-1.62 1.46-3.6 2.01-5.81 2.23ZM462.77 292.45a95.7 95.7 0 0 0-.83-11.61c-1.61-11.47-3.46-22.9-7.74-33.78-.99-2.51-1.7-5.15-2.82-7.6-1.81-3.96-4.53-7.17-8.74-8.75-2-.76-4.07-1.46-6.17-1.83a58.27 58.27 0 0 1-11.97-3.41c-.95-.39-1.94-.68-2.96-1.04a10.56 10.56 0 0 1-4.53 6.36 27.7 27.7 0 0 1-5.64 3.05c-5.46 2.12-11.21 2.62-16.99 2.3-2.94-.16-5.92-.8-8.75-1.65-3.09-.94-5.01-3.14-5.11-6.59 0-.1-.17-.19-.17-.19l-9.63.33c-4.25.15-8.04 1.5-11.16 4.43-3.08 2.9-6.21 5.77-9.04 8.9-5.02 5.56-9.86 11.28-14.73 16.97-6.04 7.07-12.08 14.13-17.28 21.86-1.55 2.3-3.01 4.66-4.58 6.95-2.88 4.21-5.26 8.78-9.01 12.44 9.73 3.84 13.99 11.21 14.45 21.52 4.63-4.41 8.64-8.88 12.86-13.15 4.24-4.3 8.56-8.51 12.81-12.8 4.18-4.23 8.3-8.51 12.44-12.76l.34.21-.05.1c.19 0 .37.01.55.05-.39-2.73-.75-5.46-1.08-8.19-.1-.82-.39-1.81.5-2.47 1.02.08.98.9 1.12 1.53.43 1.96.84 3.93 1.24 5.9a422.03 422.03 0 0 1 5.87 39.7c.26 2.39.59 4.78.91 7.36 4-.94 7.77-1.76 11.5-2.71 2.35-.6 4.66-1.36 6.98-2.08 10.4-3.22 20.91-6.05 31.66-7.87 3.48-.59 6.98-1.06 10.47-1.58.33-.89.86-1.72.9-2.57.16-3.25.44-6.53.14-9.75-.44-4.75-1.33-9.47-2.03-14.2-.09-.61-.37-1.24.32-2.31.69 2.27 1.32 4.08 1.8 5.93.49 1.88.87 3.78 1.24 5.69.36 1.84.76 3.68.94 5.53.19 1.92.24 3.88.17 5.81-.06 1.9-.34 3.79-.55 5.92 1.3 0 2.34-.08 3.36.02 1.43.14 3.02.08 4.25.69 2.91 1.45 5.86 2.96 8.4 4.94 5.58 4.37 8.82 10.07 8.52 17.41-.03.61 0 1.23 0 2.08 2.23-.46 3.78-1.4 4.93-2.99a12.2 12.2 0 0 0 2.25-5.75c.37-3.17.78-6.35.81-9.53.05-8.95 0-17.9-.17-26.85Z" class="cls-2"/></g></svg>');
  @media screen and (max-width: 768px) {
    display: block;
    margin: 16px auto;
  }
}

/* Keep Me Sing In */

.rememberMe {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
}

.rememberMe input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--expert-blue);
  border-radius: 4px;
  cursor: pointer;
}

.rememberMe-label {
  margin-bottom: -2px;
}

.tooltip-icon {
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.tooltip-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--background);
  color: var(--blue-2);
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 100;
}

.tooltip-icon:hover::after {
  opacity: 1;
}

@media (hover: hover) {
  .tooltip-icon:hover::after {
    opacity: 1;
  }
}
