/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./assets/css/pages/article/main.css ***!
  \***********************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3E%3Cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m6 8 4 4 4-4%27/%3E%3C/svg%3E");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 16 16%27 fill=%27%23fff%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z%27/%3E%3C/svg%3E");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 16 16%27 fill=%27%23fff%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%273%27/%3E%3C/svg%3E");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
    figure {
  flex-shrink: 0;
}

    figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
    footer {
  --tw-bg-opacity: 1;
  background-color: rgb(14 52 110 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    main {
  min-height: 80vh;
}
    html {
  scroll-padding-top: 60px;
  overflow: auto;
  scroll-behavior: smooth;
}
    @media (min-width: 768px) {

  html {
    scroll-padding-top: 168px;
  }
}
    @media (min-width: 1024px) {

  html {
    scroll-padding-top: 128px;
  }
}

    body {
  font-size: 1rem;
  line-height: 1.5rem;
}

    body > header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 40;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
    article aside {
  width: 100%;
}
    @media (min-width: 1024px) {

  article aside {
    width: 33.333333%;
  }
}

    article aside section:first-child > div {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}

    hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(101 101 101 / var(--tw-border-opacity));
}
    h1 {
  margin-top: 1.25rem;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
    h2 {
  margin-bottom: 0.5rem;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

    h3 {
  margin-bottom: 0.5rem;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}

    blockquote {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(14 52 110 / var(--tw-border-opacity));
  padding-left: 0.75rem;
}

    .icon__link {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2714%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.044 5.933c-1.022-.91-2.678-.91-3.7 0L2.728 8.267c-1.022.911-1.022 2.388 0 3.3 1.022.91 2.678.91 3.7 0l.72-.643m-.496-2.857c1.022.91 2.679.91 3.7 0l2.616-2.334c1.022-.911 1.022-2.388 0-3.3-1.021-.91-2.678-.91-3.7 0l-.719.642%27 stroke=%27%23656565%27 stroke-width=%271.5%27 stroke-linecap=%27square%27/%3E%3C/svg%3E");
        height: 14px;
        width: 14px;
    }
    label[for="login-remember"] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

    input[type="password"],  input[type="text"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

    input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  flex-grow: 0;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

    input[type="checkbox"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity));
}
    input[type="number"],  input[type="text"],  input[type="email"],  input[type="password"],  textarea {
  width: 100%;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

    input[type="number"]:focus,  input[type="text"]:focus,  input[type="email"]:focus,  input[type="password"]:focus,  textarea:focus {
  border-width: 0px;
  border-color: transparent;
  outline-width: 0px;
  --tw-ring-color: transparent;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.button {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
.button:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.button--yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 5 / var(--tw-bg-opacity));
}
.button--yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 82 / var(--tw-bg-opacity));
}
.button--red {
  --tw-bg-opacity: 1;
  background-color: rgb(184 5 5 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 6 6 / var(--tw-bg-opacity));
}
.button--outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 52 110 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
.button--outline:hover {
  background-color: rgb(20 73 154 / 0.1);
}
.button--outline-reverse {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 52 110 / var(--tw-border-opacity));
  background-color: rgb(20 73 154 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
.button--outline-reverse:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(14 52 110 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 73 154 / var(--tw-bg-opacity));
}
.button--full {
  width: 100%;
}
.picture--author {
  border-radius: 9999px;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.picture--article {
  margin-bottom: 0.25rem;
  width: 100%;
}
.picture--cover {
  margin-bottom: 0.25rem;
  width: 100%;
}
.picture--cover-caption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.picture--itemSpotlight {
  margin-left: auto;
  margin-right: auto;
  height: 250px;
  width: 100%;
  width: 250px;
  border-radius: 0.5rem;
}
.picture--authorArticle {
  border-radius: 9999px;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.picture--credit {
  font-size: 0.635rem;
  font-weight: 300;
}
.picture--small-article {
  border-radius: 0.5rem;
}
.picture--spotlight {
  margin: auto;
  border-radius: 0.375rem;
}
.picture--spotlight-others {
  width: 100%;
  border-radius: 0.375rem;
}
.picture--redaction {
  width: 100%;
  border-radius: 0.375rem;
}
.picture--tag {
  width: 100%;
  border-radius: 0.375rem;
}
@media (min-width: 1024px) {

  .picture--tag {
    width: 254px;
  }
}
.picture--secret {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
}
.picture--small {
  border-radius: 0.5rem;
}
.picture--item {
  height: 80px;
  width: 80px;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {

  .picture--item {
    height: 130px;
    width: 130px;
  }
}
.picture--cover-figure {
  margin-bottom: 0.5rem;
}
.picture--article-figure {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tag {
  display: inline-block;
  flex-shrink: 0;
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tag--main {
  --tw-bg-opacity: 1;
  background-color: rgb(14 52 110 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tag--main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 73 154 / var(--tw-bg-opacity));
}
.tag--secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 52 110 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
.tag--secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 73 154 / var(--tw-border-opacity));
  background-color: rgb(20 73 154 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
}
.footer--wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}
.footer--wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.footer--firstSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .footer--firstSection {
    flex-direction: row;
  }
}
.footer--firstSection-links {
  display: none;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 768px) {

  .footer--firstSection-links {
    display: flex;
  }
}
.newsletters--desktop,  .newsletters--mobile {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.newsletters--desktop:hover,  .newsletters--mobile:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.newsletters--mobile {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .newsletters--mobile {
    display: none;
  }
}
.footer--apps {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media (min-width: 640px) {

  .footer--apps {
    margin-left: 1rem;
  }
}
.newsletters--desktop {
  margin-right: 3rem;
  display: none;
}
@media (min-width: 768px) {

  .newsletters--desktop {
    display: flex;
  }
}
.footer--firstSection > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}
@media (min-width: 640px) {

  .footer--firstSection > div {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

  .footer--firstSection > div {
    width: auto;
  }
}
.footer--links-desktop {
  display: none;
  align-items: center;
}
@media (min-width: 768px) {

  .footer--links-desktop {
    display: flex;
  }
}
.footer--links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {

  .footer--links {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0px;
  }
}
.footer--links a {
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer--links a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.footer--socials {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {

  .footer--socials {
    display: none;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.icon__logo-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%27135%27 height=%2728%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.712 1.976v22.048c0 .896.139 1.504.416 1.824.299.32.8.48 1.504.48V27a75.868 75.868 0 0 0-1.856-.064 49.96 49.96 0 0 0-2.56-.064c-.853 0-1.728.021-2.624.064-.875.021-1.536.043-1.984.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V5.784c0-.939-.139-1.632-.416-2.08C1.856 3.234 1.355 3 .608 3v-.672c.683.064 1.344.096 1.984.096.981 0 1.899-.032 2.752-.096a23.247 23.247 0 0 0 2.368-.352Zm5.706 1.92c.533 0 1.003.107 1.408.32.427.192.757.47.992.832.235.299.416.704.544 1.216.15.512.224 1.056.224 1.632 0 1.067-.277 2.07-.832 3.008-.555.917-1.408 1.643-2.56 2.176l-.288-.576a4.593 4.593 0 0 0 1.536-1.12c.47-.512.757-1.045.864-1.6.17-.533.192-1.045.064-1.536-.512.576-1.216.864-2.112.864-.79 0-1.43-.224-1.92-.672-.49-.47-.736-1.12-.736-1.952 0-.768.256-1.387.768-1.856.533-.49 1.216-.736 2.048-.736Zm15.164.448v.64c-.661.021-1.162.107-1.504.256-.341.128-.565.384-.672.768-.106.363-.16.939-.16 1.728v15.872c0 .768.054 1.344.16 1.728.128.384.352.64.672.768.342.128.843.213 1.504.256V27a33.542 33.542 0 0 0-2.304-.064 138.878 138.878 0 0 0-5.856 0c-.96 0-1.728.021-2.304.064v-.64c.662-.043 1.152-.128 1.472-.256.342-.128.566-.384.672-.768.128-.384.192-.96.192-1.728V7.736c0-.79-.064-1.365-.192-1.728-.106-.384-.33-.64-.672-.768-.32-.15-.81-.235-1.472-.256v-.64c.576.021 1.344.043 2.304.064a138.694 138.694 0 0 0 5.856 0c.939-.021 1.707-.043 2.304-.064Zm13.334 5.632c.938 0 1.685.117 2.24.352.576.235 1.013.533 1.312.896.341.405.586.928.736 1.568.17.64.256 1.504.256 2.592v8.64c0 .896.138 1.504.416 1.824.298.32.8.48 1.504.48V27a84.162 84.162 0 0 0-1.92-.064 47.468 47.468 0 0 0-4.96 0c-.81.021-1.419.043-1.824.064v-.672c.597 0 1.013-.16 1.248-.48.234-.32.352-.928.352-1.824V13.848c0-.49-.054-.907-.16-1.248-.107-.363-.288-.63-.544-.8-.256-.192-.619-.288-1.088-.288-.49 0-.95.128-1.376.384a2.89 2.89 0 0 0-.992 1.088c-.235.448-.352.96-.352 1.536v9.504c0 .896.117 1.504.352 1.824.234.32.65.48 1.248.48V27a76.598 76.598 0 0 0-1.76-.064 42.078 42.078 0 0 0-2.336-.064c-.875 0-1.75.021-2.624.064-.875.021-1.536.043-1.984.064v-.672c.704 0 1.194-.16 1.472-.48.298-.32.448-.928.448-1.824V13.912c0-.96-.139-1.664-.416-2.112-.278-.47-.779-.704-1.504-.704v-.672c.682.064 1.344.096 1.984.096.96 0 1.866-.032 2.72-.096a23.053 23.053 0 0 0 2.4-.352v2.592c.512-.981 1.205-1.675 2.08-2.08.896-.405 1.92-.608 3.072-.608Zm15.524-8c.81 0 1.504.107 2.08.32.598.192 1.11.459 1.536.8.32.235.587.576.8 1.024.235.427.352.928.352 1.504 0 .619-.234 1.173-.704 1.664-.448.49-1.034.736-1.76.736-.79 0-1.43-.213-1.92-.64-.49-.448-.736-1.056-.736-1.824 0-.576.17-1.099.512-1.568.342-.49.854-.832 1.536-1.024-.064-.107-.181-.192-.352-.256-.17-.085-.394-.128-.672-.128-.384 0-.704.064-.96.192s-.47.31-.64.544c-.213.277-.373.672-.48 1.184-.085.512-.128 1.29-.128 2.336v3.616h3.424v.64h-3.424v12.608c0 1.045.256 1.75.768 2.112.512.341 1.216.512 2.112.512V27a156.43 156.43 0 0 0-2.432-.064 78.537 78.537 0 0 0-3.264-.064c-.832 0-1.653.021-2.464.064-.81.021-1.418.043-1.824.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V11.096h-2.048v-.64h2.048c0-1.259.064-2.304.192-3.136.15-.853.374-1.568.672-2.144.32-.597.747-1.13 1.28-1.6.47-.448 1.11-.821 1.92-1.12a7.335 7.335 0 0 1 2.656-.48Zm10.011 8c1.6 0 2.998.288 4.192.864 1.216.555 2.155 1.472 2.816 2.752.683 1.28 1.024 2.987 1.024 5.12s-.341 3.84-1.024 5.12c-.661 1.28-1.6 2.208-2.816 2.784-1.194.555-2.592.832-4.192.832-1.578 0-2.976-.277-4.192-.832-1.194-.576-2.133-1.504-2.816-2.784-.682-1.28-1.024-2.987-1.024-5.12s.342-3.84 1.024-5.12c.683-1.28 1.622-2.197 2.816-2.752 1.216-.576 2.614-.864 4.192-.864Zm0 .64c-.746 0-1.376.64-1.888 1.92-.49 1.259-.736 3.317-.736 6.176s.246 4.928.736 6.208c.512 1.259 1.142 1.888 1.888 1.888.768 0 1.398-.63 1.888-1.888.49-1.28.736-3.35.736-6.208 0-2.859-.245-4.917-.736-6.176-.49-1.28-1.12-1.92-1.888-1.92Zm20.554-.64c.726 0 1.302.16 1.728.48.427.299.736.693.928 1.184.192.47.288.939.288 1.408 0 .875-.256 1.579-.768 2.112-.49.533-1.141.8-1.952.8-.853 0-1.504-.192-1.952-.576-.448-.405-.672-.939-.672-1.6 0-.661.139-1.205.416-1.632.299-.427.662-.79 1.088-1.088-.32-.043-.63 0-.928.128a2.541 2.541 0 0 0-.96.48 3.566 3.566 0 0 0-.768.832c-.213.32-.384.672-.512 1.056-.106.363-.16.736-.16 1.12v9.024c0 1.024.224 1.717.672 2.08.47.363 1.206.544 2.208.544V27c-.49-.021-1.216-.043-2.176-.064a67.017 67.017 0 0 0-2.976-.064c-.917 0-1.845.021-2.784.064-.917.021-1.6.043-2.048.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V13.912c0-.96-.138-1.664-.416-2.112-.277-.47-.778-.704-1.504-.704v-.672c.683.064 1.344.096 1.984.096.96 0 1.867-.032 2.72-.096a23.055 23.055 0 0 0 2.4-.352v2.624a4.943 4.943 0 0 1 .992-1.44 4.503 4.503 0 0 1 1.44-.928 4.55 4.55 0 0 1 1.792-.352Zm15.156 0c.918 0 1.654.117 2.208.352.576.235 1.024.533 1.344.896.342.405.587.939.736 1.6.15.64.224 1.493.224 2.56v8.64c0 .896.118 1.504.352 1.824.256.32.694.48 1.312.48V27a75.98 75.98 0 0 0-1.792-.064 42.652 42.652 0 0 0-4.672 0c-.768.021-1.344.043-1.728.064v-.672c.491 0 .832-.16 1.024-.48.214-.32.32-.928.32-1.824V13.848c0-.49-.042-.907-.128-1.248-.085-.363-.234-.63-.448-.8-.213-.192-.522-.288-.928-.288-.469 0-.917.128-1.344.384a2.89 2.89 0 0 0-.992 1.088c-.234.448-.352.96-.352 1.536v9.504c0 .896.097 1.504.288 1.824.193.32.544.48 1.056.48V27a60.85 60.85 0 0 0-1.632-.064 37.567 37.567 0 0 0-2.207-.064c-.875 0-1.75.021-2.625.064-.874.021-1.536.043-1.984.064v-.672c.704 0 1.195-.16 1.472-.48.3-.32.448-.928.448-1.824V13.912c0-.96-.138-1.664-.415-2.112-.278-.47-.78-.704-1.504-.704v-.672c.682.064 1.343.096 1.983.096.96 0 1.867-.032 2.72-.096a23.047 23.047 0 0 0 2.4-.352v2.592c.491-.96 1.153-1.643 1.984-2.048.854-.427 1.814-.64 2.88-.64Zm9.632 0c.918 0 1.654.117 2.208.352.576.235 1.024.533 1.344.896.342.405.587.939.736 1.6.15.64.224 1.493.224 2.56v8.64c0 .896.139 1.504.416 1.824.299.32.8.48 1.504.48V27a83.871 83.871 0 0 0-1.92-.064 47.447 47.447 0 0 0-2.432-.064c-.81 0-1.6.021-2.368.064-.768.021-1.344.043-1.728.064v-.672c.491 0 .832-.16 1.024-.48.214-.32.32-.928.32-1.824V13.848c0-.49-.053-.907-.16-1.248-.106-.363-.288-.63-.544-.8-.234-.192-.586-.288-1.056-.288-.469 0-.917.15-1.344.448-.405.277-.736.65-.992 1.12-.234.47-.373.992-.416 1.568l-.192-1.6c.576-1.195 1.334-2.005 2.272-2.432.939-.427 1.974-.64 3.104-.64Zm15.269 0c1.878 0 3.35.555 4.416 1.664 1.067 1.11 1.6 2.933 1.6 5.472h-10.272l-.032-.608h5.952c.043-1.045 0-2.005-.128-2.88-.128-.896-.341-1.61-.64-2.144-.277-.533-.65-.8-1.12-.8-.64 0-1.184.459-1.632 1.376-.448.917-.725 2.475-.832 4.672l.128.224c-.042.235-.064.48-.064.736v.768c0 1.472.192 2.645.576 3.52.406.875.907 1.493 1.504 1.856.598.363 1.216.544 1.856.544.363 0 .768-.053 1.216-.16.448-.107.918-.33 1.408-.672.491-.341.96-.843 1.408-1.504l.544.192c-.234.832-.64 1.653-1.216 2.464a7.082 7.082 0 0 1-2.144 1.984c-.874.512-1.93.768-3.168.768-1.408 0-2.666-.288-3.776-.864-1.109-.597-1.994-1.525-2.656-2.784-.64-1.28-.96-2.944-.96-4.992 0-2.027.352-3.69 1.056-4.992.704-1.301 1.664-2.261 2.88-2.88 1.216-.64 2.582-.96 4.096-.96Zm3.264-9.184c.406.32.608.747.608 1.28.022.533-.149 1.024-.512 1.472-.32.405-.736.779-1.248 1.12-.49.32-1.077.715-1.76 1.184-.682.47-1.514 1.13-2.496 1.984l-.352-.288c.619-1.173 1.056-2.155 1.312-2.944.278-.79.512-1.461.704-2.016.192-.555.48-1.045.864-1.472.342-.405.79-.65 1.344-.736a1.9 1.9 0 0 1 1.536.416Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
        display: block;
        height: 28px;
        width: 135px;
    }
.icon__mail {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2718%27 height=%2714%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.5 3.667 8.075 8.05c.56.373 1.29.373 1.85 0L16.5 3.666M3.167 12.834h11.666c.92 0 1.667-.746 1.667-1.667V2.833c0-.92-.746-1.667-1.667-1.667H3.167c-.92 0-1.667.747-1.667 1.667v8.334c0 .92.746 1.666 1.667 1.666Z%27 stroke=%27%23fff%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        display: block;
        height: 14px;
        width: 18px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__facebook {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27m7.476 9 .415-2.896H5.297V4.225c0-.792.362-1.564 1.524-1.564H8V.196S6.93 0 5.907 0C3.77 0 2.374 1.387 2.374 3.897v2.207H0V9h2.374v7h2.923V9h2.179Z%27/%3E%3C/svg%3E");
        display: block;
        height: 16px;
        width: 12px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__x {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27 fill=%27%23fff%27%3E%3Cpath d=%27M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z%27/%3E%3C/svg%3E");
        display: block;
        height: 16px;
        width: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__instagram {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__linkedin {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2714%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27%3E%3Cpath d=%27M3.581 14H.264V4.653h3.317V14ZM1.921 3.378C.861 3.378 0 2.609 0 1.68 0 1.235.202.808.563.492.923.177 1.412 0 1.92 0c.51 0 .998.177 1.358.492.36.316.563.743.563 1.189 0 .928-.86 1.697-1.92 1.697ZM15.996 14h-3.31V9.45c0-1.084-.025-2.475-1.724-2.475-1.725 0-1.99 1.178-1.99 2.397V14H5.66V4.653h3.182v1.275h.046c.443-.734 1.525-1.51 3.139-1.51C15.383 4.419 16 6.354 16 8.867V14h-.004Z%27/%3E%3C/svg%3E");
        display: block;
        height: 16px;
        width: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__mastodon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3E%3Cpath d=%27M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z%27/%3E%3C/svg%3E");
        display: block;
        height: 16px;
        width: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
.icon__tiktok {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27 fill=%27%23fff%27%3E%3Cpath d=%27M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__youtube {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27 fill=%27%23fff%27%3E%3Cpath d=%27M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__snapchat {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27 fill=%27%23fff%27%3E%3Cpath d=%27M12.206.793c.99 0 4.347.276 5.93 3.821.529 1.193.403 3.219.299 4.847l-.003.06c-.012.18-.022.345-.03.51.075.045.203.09.401.09.3-.016.659-.12 1.033-.301a.996.996 0 0 1 .464-.104c.182 0 .359.029.509.09.45.149.734.479.734.838.015.449-.39.839-1.213 1.168-.089.029-.209.075-.344.119-.45.135-1.139.36-1.333.81-.09.224-.061.524.12.868l.015.015c.06.136 1.526 3.475 4.791 4.014.255.044.435.27.42.509a.606.606 0 0 1-.045.225c-.24.569-1.273.988-3.146 1.271-.059.091-.12.375-.164.57-.029.179-.074.36-.134.553-.076.271-.27.405-.555.405h-.03a3.19 3.19 0 0 1-.538-.074 6.034 6.034 0 0 0-1.273-.135c-.3 0-.599.015-.913.074-.6.104-1.123.464-1.723.884-.853.599-1.826 1.288-3.294 1.288-.06 0-.119-.015-.18-.015h-.149c-1.468 0-2.427-.675-3.279-1.288-.599-.42-1.107-.779-1.707-.884a6.623 6.623 0 0 0-.928-.074c-.54 0-.958.089-1.272.149a2.879 2.879 0 0 1-.54.074c-.374 0-.523-.224-.583-.42-.061-.192-.09-.389-.135-.567-.046-.181-.105-.494-.166-.57-1.918-.222-2.95-.642-3.189-1.226a.6.6 0 0 1-.055-.225.496.496 0 0 1 .42-.509c3.264-.54 4.73-3.879 4.791-4.02l.016-.029c.18-.345.224-.645.119-.869-.195-.434-.884-.658-1.332-.809a2.233 2.233 0 0 1-.346-.119c-1.107-.435-1.257-.93-1.197-1.273.09-.479.674-.793 1.168-.793.146 0 .27.029.383.074.42.194.789.3 1.104.3.234 0 .384-.06.465-.105l-.046-.569c-.098-1.626-.225-3.651.307-4.837C7.392 1.077 10.739.807 11.727.807l.419-.015h.06z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.nav--header-actions {
  display: flex;
  height: 60px;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .nav--header-actions {
    justify-content: space-between;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.nav--header-actionsBirthday {
  display: flex;
  height: 60px;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .nav--header-actionsBirthday {
    height: 90px;
    justify-content: space-between;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.nav--hamburger {
  display: flex;
  flex: none;
  align-items: center;
}
@media (min-width: 768px) {

  .nav--hamburger {
    flex: 1 1 0%;
  }
}
#hamburger {
  height: 20px;
  width: 24px;
}
/*#hamburger {*/
/*    @apply mr-3.5 h-[20px] w-[24px];*/
/*}*/
#close {
  margin-right: 0.875rem;
  height: 18px;
  width: 22px;
  flex: none;
}
.nav--profile span:not(.icon__user, .icon__user-logged, .icon__search_button) {
  display: none;
}
@media (min-width: 1024px) {

  .nav--profile span:not(.icon__user, .icon__user-logged, .icon__search_button) {
    display: block;
  }
}
.nav--profile img {
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
#close + a {
  flex: none;
}
.nav--profile {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.nav--profile-login {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav--profile-login:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.nav--profile-login span {
  flex-shrink: 0;
}
.nav--mainTags {
  display: none;
}
@media (min-width: 768px) {

  .nav--mainTags {
    display: block;
  }
}
.nav--mainTags ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nav--mainTags ul li a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
.nav--mainTags ul li a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.nav--menu ul::after {
        content: '';
        position: absolute;
        top: -0.25rem;
        right: 0.5rem;
        height: 0.5rem;
        width: 0.5rem;
        --tw-rotate: 45deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
.nav--menu ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.nav--menu ul {
  padding: 0.5rem;
}
.nav--menu ul li {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  font-weight: 400;
}
.nav--menu {
  position: absolute;
  top: 60px;
  width: 180px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 0px 3px rgba(0,0,0,0.3));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.nav--menu ul li:last-child {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
}
.nav--menu a {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav--menu a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.icon__logo_baseline {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%27184%27 height=%2758%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M31.712 9.976v22.048c0 .896.139 1.504.416 1.824.299.32.8.48 1.504.48V35a75.862 75.862 0 0 0-1.856-.064 49.96 49.96 0 0 0-2.56-.064c-.853 0-1.728.021-2.624.064-.875.021-1.536.043-1.984.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824v-18.24c0-.939-.139-1.632-.416-2.08-.256-.47-.757-.704-1.504-.704v-.672c.683.064 1.344.096 1.984.096.981 0 1.899-.032 2.752-.096a23.247 23.247 0 0 0 2.368-.352Zm5.706 1.92c.533 0 1.003.107 1.408.32.427.192.757.47.992.832.235.299.416.704.544 1.216.15.512.224 1.056.224 1.632 0 1.067-.277 2.07-.832 3.008-.555.917-1.408 1.643-2.56 2.176l-.288-.576a4.593 4.593 0 0 0 1.536-1.12c.47-.512.757-1.045.864-1.6.17-.533.192-1.045.064-1.536-.512.576-1.216.864-2.112.864-.79 0-1.43-.224-1.92-.672-.49-.47-.736-1.12-.736-1.952 0-.768.256-1.387.768-1.856.533-.49 1.216-.736 2.048-.736Zm15.164.448v.64c-.661.021-1.162.107-1.504.256-.341.128-.565.384-.672.768-.106.363-.16.939-.16 1.728v15.872c0 .768.054 1.344.16 1.728.128.384.352.64.672.768.342.128.843.213 1.504.256V35a33.542 33.542 0 0 0-2.304-.064 138.878 138.878 0 0 0-5.856 0c-.96 0-1.728.021-2.304.064v-.64c.662-.043 1.152-.128 1.472-.256.342-.128.566-.384.672-.768.128-.384.192-.96.192-1.728V15.736c0-.79-.064-1.365-.192-1.728-.106-.384-.33-.64-.672-.768-.32-.15-.81-.235-1.472-.256v-.64c.576.021 1.344.043 2.304.064a138.878 138.878 0 0 0 5.856 0c.939-.021 1.707-.043 2.304-.064Zm13.334 5.632c.938 0 1.685.117 2.24.352.576.235 1.013.533 1.312.896.341.405.586.928.736 1.568.17.64.256 1.504.256 2.592v8.64c0 .896.138 1.504.416 1.824.298.32.8.48 1.504.48V35a84.162 84.162 0 0 0-1.92-.064 47.468 47.468 0 0 0-4.96 0c-.81.021-1.419.043-1.824.064v-.672c.597 0 1.013-.16 1.248-.48.234-.32.352-.928.352-1.824V21.848c0-.49-.054-.907-.16-1.248-.107-.363-.288-.63-.544-.8-.256-.192-.619-.288-1.088-.288-.49 0-.95.128-1.376.384a2.89 2.89 0 0 0-.992 1.088c-.235.448-.352.96-.352 1.536v9.504c0 .896.117 1.504.352 1.824.234.32.65.48 1.248.48V35a76.598 76.598 0 0 0-1.76-.064 42.078 42.078 0 0 0-2.336-.064c-.875 0-1.75.021-2.624.064-.875.021-1.536.043-1.984.064v-.672c.704 0 1.194-.16 1.472-.48.298-.32.448-.928.448-1.824V21.912c0-.96-.139-1.664-.416-2.112-.278-.47-.779-.704-1.504-.704v-.672c.682.064 1.344.096 1.984.096.96 0 1.866-.032 2.72-.096a23.053 23.053 0 0 0 2.4-.352v2.592c.512-.981 1.205-1.675 2.08-2.08.896-.405 1.92-.608 3.072-.608Zm15.524-8c.81 0 1.504.107 2.08.32.598.192 1.11.459 1.536.8.32.235.587.576.8 1.024.235.427.352.928.352 1.504 0 .619-.234 1.173-.704 1.664-.448.49-1.034.736-1.76.736-.79 0-1.43-.213-1.92-.64-.49-.448-.736-1.056-.736-1.824 0-.576.17-1.099.512-1.568.342-.49.854-.832 1.536-1.024-.064-.107-.181-.192-.352-.256-.17-.085-.394-.128-.672-.128-.384 0-.704.064-.96.192s-.47.31-.64.544c-.213.277-.373.672-.48 1.184-.085.512-.128 1.29-.128 2.336v3.616h3.424v.64h-3.424v12.608c0 1.045.256 1.75.768 2.112.512.341 1.216.512 2.112.512V35a156.43 156.43 0 0 0-2.432-.064 78.537 78.537 0 0 0-3.264-.064c-.832 0-1.653.021-2.464.064-.81.021-1.418.043-1.824.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V19.096h-2.048v-.64h2.048c0-1.259.064-2.304.192-3.136.15-.853.374-1.568.672-2.144.32-.597.747-1.13 1.28-1.6.47-.448 1.11-.821 1.92-1.12a7.335 7.335 0 0 1 2.656-.48Zm10.011 8c1.6 0 2.998.288 4.192.864 1.216.555 2.155 1.472 2.816 2.752.683 1.28 1.024 2.987 1.024 5.12s-.341 3.84-1.024 5.12c-.661 1.28-1.6 2.208-2.816 2.784-1.194.555-2.592.832-4.192.832-1.578 0-2.976-.277-4.192-.832-1.194-.576-2.133-1.504-2.816-2.784-.682-1.28-1.024-2.987-1.024-5.12s.342-3.84 1.024-5.12c.683-1.28 1.622-2.197 2.816-2.752 1.216-.576 2.614-.864 4.192-.864Zm0 .64c-.746 0-1.376.64-1.888 1.92-.49 1.259-.736 3.317-.736 6.176s.246 4.928.736 6.208c.512 1.259 1.142 1.888 1.888 1.888.768 0 1.398-.63 1.888-1.888.49-1.28.736-3.35.736-6.208 0-2.859-.245-4.917-.736-6.176-.49-1.28-1.12-1.92-1.888-1.92Zm20.554-.64c.726 0 1.302.16 1.728.48.427.299.736.693.928 1.184.192.47.288.939.288 1.408 0 .875-.256 1.579-.768 2.112-.49.533-1.141.8-1.952.8-.853 0-1.504-.192-1.952-.576-.448-.405-.672-.939-.672-1.6 0-.661.139-1.205.416-1.632a4.41 4.41 0 0 1 1.088-1.088c-.32-.043-.629 0-.928.128a2.547 2.547 0 0 0-.96.48 3.596 3.596 0 0 0-.768.832c-.213.32-.384.672-.512 1.056-.106.363-.16.736-.16 1.12v9.024c0 1.024.224 1.717.672 2.08.47.363 1.206.544 2.208.544V35c-.49-.021-1.216-.043-2.176-.064a67.017 67.017 0 0 0-2.976-.064c-.917 0-1.845.021-2.784.064-.917.021-1.6.043-2.048.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V21.912c0-.96-.138-1.664-.416-2.112-.277-.47-.778-.704-1.504-.704v-.672a21.27 21.27 0 0 0 1.984.096c.96 0 1.867-.032 2.72-.096a23.023 23.023 0 0 0 2.4-.352v2.624a4.95 4.95 0 0 1 .992-1.44 4.512 4.512 0 0 1 1.44-.928 4.552 4.552 0 0 1 1.792-.352Zm15.156 0c.918 0 1.654.117 2.208.352.576.235 1.024.533 1.344.896.342.405.587.939.736 1.6.15.64.224 1.493.224 2.56v8.64c0 .896.118 1.504.352 1.824.256.32.694.48 1.312.48V35a75.98 75.98 0 0 0-1.792-.064 42.652 42.652 0 0 0-4.672 0c-.768.021-1.344.043-1.728.064v-.672c.491 0 .832-.16 1.024-.48.214-.32.32-.928.32-1.824V21.848c0-.49-.042-.907-.128-1.248-.085-.363-.234-.63-.448-.8-.213-.192-.522-.288-.928-.288-.469 0-.917.128-1.344.384a2.892 2.892 0 0 0-.992 1.088c-.234.448-.352.96-.352 1.536v9.504c0 .896.096 1.504.288 1.824.192.32.544.48 1.056.48V35a60.603 60.603 0 0 0-1.632-.064 37.552 37.552 0 0 0-2.208-.064c-.874 0-1.749.021-2.624.064-.874.021-1.536.043-1.984.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V21.912c0-.96-.138-1.664-.416-2.112-.277-.47-.778-.704-1.504-.704v-.672a21.27 21.27 0 0 0 1.984.096c.96 0 1.867-.032 2.72-.096a23.023 23.023 0 0 0 2.4-.352v2.592c.491-.96 1.152-1.643 1.984-2.048.854-.427 1.814-.64 2.88-.64Zm9.632 0c.918 0 1.654.117 2.208.352.576.235 1.024.533 1.344.896.342.405.587.939.736 1.6.15.64.224 1.493.224 2.56v8.64c0 .896.139 1.504.416 1.824.299.32.8.48 1.504.48V35a83.871 83.871 0 0 0-1.92-.064 47.447 47.447 0 0 0-2.432-.064c-.81 0-1.6.021-2.368.064-.768.021-1.344.043-1.728.064v-.672c.491 0 .832-.16 1.024-.48.214-.32.32-.928.32-1.824V21.848c0-.49-.053-.907-.16-1.248-.106-.363-.288-.63-.544-.8-.234-.192-.586-.288-1.056-.288-.469 0-.917.15-1.344.448-.405.277-.736.65-.992 1.12-.234.47-.373.992-.416 1.568l-.192-1.6c.576-1.195 1.334-2.005 2.272-2.432.939-.427 1.974-.64 3.104-.64Zm15.269 0c1.878 0 3.35.555 4.416 1.664 1.067 1.11 1.6 2.933 1.6 5.472h-10.272l-.032-.608h5.952c.043-1.045 0-2.005-.128-2.88-.128-.896-.341-1.61-.64-2.144-.277-.533-.65-.8-1.12-.8-.64 0-1.184.459-1.632 1.376-.448.917-.725 2.475-.832 4.672l.128.224c-.042.235-.064.48-.064.736v.768c0 1.472.192 2.645.576 3.52.406.875.907 1.493 1.504 1.856.598.363 1.216.544 1.856.544.363 0 .768-.053 1.216-.16.448-.107.918-.33 1.408-.672.491-.341.96-.843 1.408-1.504l.544.192c-.234.832-.64 1.653-1.216 2.464a7.082 7.082 0 0 1-2.144 1.984c-.874.512-1.93.768-3.168.768-1.408 0-2.666-.288-3.776-.864-1.109-.597-1.994-1.525-2.656-2.784-.64-1.28-.96-2.944-.96-4.992 0-2.027.352-3.69 1.056-4.992.704-1.301 1.664-2.261 2.88-2.88 1.216-.64 2.582-.96 4.096-.96Zm3.264-9.184c.406.32.608.747.608 1.28.022.533-.149 1.024-.512 1.472-.32.405-.736.779-1.248 1.12-.49.32-1.077.715-1.76 1.184-.682.47-1.514 1.13-2.496 1.984l-.352-.288c.619-1.173 1.056-2.155 1.312-2.944.278-.79.512-1.461.704-2.016.192-.555.48-1.045.864-1.472.342-.405.79-.65 1.344-.736a1.9 1.9 0 0 1 1.536.416Z%27 fill=%27%230E346E%27/%3E%3Cpath d=%27M7.298 46.084h3.192v.6l-1.068.144 1.98 5.628.444 1.464.396-1.488 1.788-5.604-.948-.144v-.6h2.676v.6l-.768.144-2.844 8.268h-1.044L8.03 46.828l-.732-.144v-.6Zm8.651 5.568c0-.72.148-1.344.444-1.872.296-.528.684-.928 1.164-1.2a3.085 3.085 0 0 1 1.56-.42c1.008 0 1.764.32 2.268.96.512.64.768 1.48.768 2.52 0 .728-.148 1.356-.444 1.884a3.033 3.033 0 0 1-1.176 1.2c-.48.272-.996.408-1.548.408-1.008 0-1.768-.32-2.28-.96-.504-.64-.756-1.48-.756-2.52Zm3.108 2.796c.552 0 .976-.228 1.272-.684.296-.456.444-1.132.444-2.028 0-.888-.136-1.592-.408-2.112-.272-.52-.708-.78-1.308-.78-.552 0-.98.228-1.284.684-.296.456-.444 1.132-.444 2.028 0 .888.14 1.592.42 2.112.28.52.716.78 1.308.78Zm9.533.66c-.224 0-.392-.044-.504-.132-.104-.088-.156-.232-.156-.432v-.408a3.792 3.792 0 0 1-.996.696c-.392.2-.788.3-1.188.3-.744 0-1.272-.2-1.584-.6-.312-.4-.468-1.06-.468-1.98v-3.48l-.672-.192v-.528l1.68-.156h.012l.228.144v4.116c0 .464.032.828.096 1.092.072.256.192.448.36.576.176.12.428.18.756.18.32 0 .62-.068.9-.204a3.22 3.22 0 0 0 .732-.48v-4.548l-.864-.192v-.528l1.824-.156h.012l.276.144v6.048h.72l-.012.54c-.224.056-.42.1-.588.132-.16.032-.348.048-.564.048Zm3.118-1.068c.08.12.248.228.504.324.264.096.54.144.828.144.456 0 .792-.088 1.008-.264.216-.176.324-.42.324-.732a.844.844 0 0 0-.204-.564c-.136-.16-.328-.3-.576-.42a9.987 9.987 0 0 0-1.044-.456c-.616-.232-1.068-.508-1.356-.828-.28-.328-.42-.756-.42-1.284 0-.352.104-.66.312-.924.216-.264.508-.468.876-.612a3.301 3.301 0 0 1 1.248-.228c.368 0 .688.028.96.084.28.056.504.112.672.168.168.056.28.092.336.108v1.488h-.732l-.24-.888c-.048-.096-.176-.176-.384-.24a2.118 2.118 0 0 0-.696-.108c-.36 0-.652.08-.876.24a.765.765 0 0 0-.324.648c0 .24.056.44.168.6.12.152.268.276.444.372.176.096.416.208.72.336l.24.096c.448.176.812.344 1.092.504.28.16.512.372.696.636.192.256.288.572.288.948 0 .592-.232 1.064-.696 1.416-.456.352-1.084.528-1.884.528-.392 0-.804-.052-1.236-.156a8.535 8.535 0 0 1-1.044-.336v-1.536h.78l.216.936Zm8.426-7.992-.972-.132V45.4l1.932-.228h.024l.264.18v8.964l1.02.096V55h-3.24v-.588l.972-.108v-8.256Zm3.84 3.576v-.132c.096-.08.212-.256.348-.528.136-.28.252-.6.348-.96.096-.368.144-.728.144-1.08a.382.382 0 0 0-.084-.24 2.109 2.109 0 0 0-.252-.288 2.65 2.65 0 0 1-.336-.372.74.74 0 0 1-.12-.42c0-.208.056-.372.168-.492.12-.12.276-.18.468-.18.208 0 .404.076.588.228.184.152.328.364.432.636.112.264.168.564.168.9 0 .488-.088.964-.264 1.428a4.778 4.778 0 0 1-.612 1.176c-.24.328-.46.544-.66.648l-.336-.324Zm3.61 3.576c0-.752.377-1.304 1.128-1.656.752-.36 1.704-.552 2.856-.576v-.336c0-.376-.04-.672-.12-.888a.81.81 0 0 0-.42-.468c-.191-.104-.468-.156-.828-.156-.408 0-.776.06-1.104.18-.32.112-.64.252-.96.42l-.3-.624c.105-.088.297-.204.577-.348a5.86 5.86 0 0 1 .972-.384 3.774 3.774 0 0 1 1.104-.168c.568 0 1.016.08 1.344.24.336.152.575.4.72.744.144.344.216.804.216 1.38v3.852h.708v.528c-.16.04-.364.08-.612.12-.24.04-.453.06-.637.06-.224 0-.376-.036-.456-.108-.08-.064-.12-.212-.12-.444v-.396c-.24.24-.535.46-.888.66-.344.2-.736.3-1.175.3-.576 0-1.056-.164-1.44-.492-.377-.336-.565-.816-.565-1.44Zm2.52 1.116c.209 0 .449-.064.72-.192.273-.128.52-.28.745-.456v-2.064c-.873 0-1.533.136-1.98.408-.44.264-.66.612-.66 1.044 0 .432.103.752.311.96.216.2.505.3.864.3Zm9.547.792c-.224 0-.392-.044-.504-.132-.104-.088-.156-.232-.156-.432v-.408a3.792 3.792 0 0 1-.996.696c-.392.2-.788.3-1.188.3-.744 0-1.272-.2-1.584-.6-.312-.4-.468-1.06-.468-1.98v-3.48l-.672-.192v-.528l1.68-.156h.012l.228.144v4.116c0 .464.032.828.096 1.092.072.256.192.448.36.576.176.12.428.18.756.18.32 0 .62-.068.9-.204a3.22 3.22 0 0 0 .732-.48v-4.548l-.864-.192v-.528l1.824-.156h.012l.276.144v6.048h.72l-.012.54c-.224.056-.42.1-.588.132-.16.032-.348.048-.564.048Zm2.026-.696.9-.072v-5.076l-.864-.216V48.4l1.656-.216h.024l.264.216v.216l-.036.936h.036c.08-.136.224-.312.432-.528.208-.216.476-.412.804-.588a2.147 2.147 0 0 1 1.068-.276c.16 0 .292.02.396.06v1.344a.853.853 0 0 0-.276-.108c-.12-.04-.256-.06-.408-.06-.664 0-1.28.204-1.848.612v4.32l1.524.096V55h-3.672v-.588Zm8.304.72c-.968 0-1.708-.316-2.22-.948-.504-.632-.756-1.476-.756-2.532 0-.696.132-1.308.396-1.836a2.932 2.932 0 0 1 1.104-1.224 3.11 3.11 0 0 1 1.632-.432c.744 0 1.32.208 1.728.624.416.408.636.996.66 1.764 0 .488-.028.86-.084 1.116h-4.128c.016.792.2 1.432.552 1.92.352.48.852.72 1.5.72.32 0 .652-.056.996-.168.352-.12.624-.26.816-.42l.228.528c-.232.24-.576.448-1.032.624-.456.176-.92.264-1.392.264Zm1.224-4.104c.024-.168.036-.34.036-.516-.008-.52-.12-.928-.336-1.224-.208-.304-.54-.456-.996-.456-.464 0-.836.168-1.116.504-.272.336-.428.9-.468 1.692h2.88Zm3.444-1.92-.216 1.14H73.7V48.34h5.1l.24.516-3.528 4.728-.828.744 3.228-.108.504-1.344.696.084-.216 2.04h-5.388l-.252-.528 3.588-4.68.792-.768-2.988.084Zm8.916-3.06-.972-.132V45.4l1.932-.228h.024l.264.18v8.964l1.02.096V55h-3.24v-.588l.972-.108v-8.256Zm8.46 9.06c-.224 0-.392-.044-.504-.132-.104-.088-.156-.232-.156-.432v-.408a3.792 3.792 0 0 1-.996.696c-.392.2-.788.3-1.188.3-.744 0-1.272-.2-1.584-.6-.312-.4-.468-1.06-.468-1.98v-3.48l-.672-.192v-.528l1.68-.156h.012l.228.144v4.116c0 .464.032.828.096 1.092.072.256.192.448.36.576.176.12.428.18.756.18.32 0 .62-.068.9-.204a3.22 3.22 0 0 0 .732-.48v-4.548l-.864-.192v-.528l1.824-.156h.012l.276.144v6.048h.72l-.012.54c-.224.056-.42.1-.588.132-.16.032-.348.048-.564.048Zm6.145-7.968c-.255 0-.448-.072-.576-.216a.8.8 0 0 1-.191-.552c0-.256.075-.468.227-.636.16-.168.377-.252.648-.252.272 0 .472.072.6.216a.8.8 0 0 1 .192.552c0 .272-.08.488-.24.648-.151.16-.367.24-.647.24h-.013Zm-.48 2.124-.912-.216v-.636l1.86-.228h.024l.276.216v5.916l.96.096V55h-3.18v-.588l.972-.108v-5.04Zm2.797 2.448c0-.664.128-1.264.384-1.8.264-.536.648-.96 1.152-1.272.512-.32 1.124-.48 1.836-.48.344 0 .64.032.888.096s.544.152.888.264l-.048 1.848h-.78l-.264-1.224c-.048-.224-.352-.336-.912-.336s-1.004.228-1.332.684c-.32.448-.48 1.088-.48 1.92 0 .944.18 1.664.54 2.16.368.488.844.732 1.428.732.336 0 .652-.052.948-.156.304-.104.564-.228.78-.372l.228.48c-.216.224-.536.428-.96.612-.416.176-.84.264-1.272.264-.656 0-1.212-.148-1.668-.444a2.805 2.805 0 0 1-1.02-1.212c-.224-.52-.336-1.108-.336-1.764Zm7.592-4.572c-.256 0-.448-.072-.576-.216a.8.8 0 0 1-.192-.552c0-.256.076-.468.228-.636.16-.168.376-.252.648-.252s.472.072.6.216a.8.8 0 0 1 .192.552c0 .272-.08.488-.24.648-.152.16-.368.24-.648.24h-.012Zm-.48 2.124-.912-.216v-.636l1.86-.228h.024l.276.216v5.916l.96.096V55h-3.18v-.588l.972-.108v-5.04Zm8.62 5.868c-.968 0-1.708-.316-2.22-.948-.504-.632-.756-1.476-.756-2.532 0-.696.132-1.308.396-1.836a2.932 2.932 0 0 1 1.104-1.224 3.11 3.11 0 0 1 1.632-.432c.744 0 1.32.208 1.728.624.416.408.636.996.66 1.764 0 .488-.028.86-.084 1.116h-4.128c.016.792.2 1.432.552 1.92.352.48.852.72 1.5.72.32 0 .652-.056.996-.168.352-.12.624-.26.816-.42l.228.528c-.232.24-.576.448-1.032.624-.456.176-.92.264-1.392.264Zm1.224-4.104c.024-.168.036-.34.036-.516-.008-.52-.12-.928-.336-1.224-.208-.304-.54-.456-.996-.456-.464 0-.836.168-1.116.504-.272.336-.428.9-.468 1.692h2.88Zm2.951-1.764-.864-.216V48.4l1.716-.216h.036l.252.216v.504l-.012.288c.288-.256.668-.488 1.14-.696.472-.208.924-.312 1.356-.312.504 0 .892.096 1.164.288.28.192.476.488.588.888.112.392.168.924.168 1.596v3.36l.84.084v.6h-2.844v-.588l.744-.096v-3.372c0-.472-.032-.84-.096-1.104-.064-.272-.184-.472-.36-.6-.176-.136-.432-.204-.768-.204-.288 0-.596.072-.924.216-.328.144-.62.312-.876.504v4.548l.816.108V55h-2.832v-.588l.756-.108v-5.04Zm16.348 2.172c0 .68-.14 1.304-.42 1.872-.28.56-.68 1.004-1.2 1.332-.52.328-1.128.492-1.824.492-.192 0-.4-.016-.624-.048a2.909 2.909 0 0 1-.54-.12l.036 1.008v1.212l1.248.132v.588h-3.348v-.588l.864-.132v-7.92l-.876-.216V48.4l1.704-.216h.024l.252.216v.708c.24-.264.536-.488.888-.672.36-.184.76-.276 1.2-.276.472 0 .904.116 1.296.348.4.232.72.592.96 1.08.24.488.36 1.104.36 1.848ZM133.634 49c-.304 0-.588.064-.852.192a2.095 2.095 0 0 0-.612.42v4.524c.056.096.196.184.42.264.232.072.484.108.756.108.616 0 1.112-.244 1.488-.732.384-.488.576-1.224.576-2.208 0-.864-.168-1.508-.504-1.932-.328-.424-.752-.636-1.272-.636Zm4.056 5.412.9-.072v-5.076l-.864-.216V48.4l1.656-.216h.024l.264.216v.216l-.036.936h.036c.08-.136.224-.312.432-.528.208-.216.476-.412.804-.588a2.147 2.147 0 0 1 1.068-.276c.16 0 .292.02.396.06v1.344a.853.853 0 0 0-.276-.108c-.12-.04-.256-.06-.408-.06-.664 0-1.28.204-1.848.612v4.32l1.524.096V55h-3.672v-.588Zm8.304.72c-.968 0-1.708-.316-2.22-.948-.504-.632-.756-1.476-.756-2.532 0-.696.132-1.308.396-1.836a2.932 2.932 0 0 1 1.104-1.224 3.11 3.11 0 0 1 1.632-.432c.744 0 1.32.208 1.728.624.416.408.636.996.66 1.764 0 .488-.028.86-.084 1.116h-4.128c.016.792.2 1.432.552 1.92.352.48.852.72 1.5.72.32 0 .652-.056.996-.168.352-.12.624-.26.816-.42l.228.528c-.232.24-.576.448-1.032.624-.456.176-.92.264-1.392.264Zm1.224-4.104c.024-.168.036-.34.036-.516-.008-.52-.12-.928-.336-1.224-.208-.304-.54-.456-.996-.456-.464 0-.836.168-1.116.504-.272.336-.428.9-.468 1.692h2.88Zm2.219 3.384.732-.108v-5.04l-.864-.216V48.4l1.716-.216.216.156.072.48-.012.384c.28-.256.66-.488 1.14-.696.488-.216.924-.324 1.308-.324.432 0 .78.072 1.044.216.264.144.464.368.6.672.256-.216.612-.416 1.068-.6.464-.192.896-.288 1.296-.288.496 0 .884.096 1.164.288.28.184.476.476.588.876.12.392.18.92.18 1.584v3.372l.864.108V55h-2.856v-.588l.744-.108v-3.336c0-.464-.036-.832-.108-1.104-.064-.28-.192-.488-.384-.624-.184-.136-.452-.204-.804-.204-.264 0-.544.06-.84.18a2.937 2.937 0 0 0-.756.408c.072.312.108.756.108 1.332v3.348l.852.108V55h-2.904v-.588l.792-.108v-3.36c0-.48-.032-.852-.096-1.116-.056-.264-.168-.46-.336-.588-.168-.136-.424-.204-.768-.204-.288 0-.596.072-.924.216-.32.144-.6.312-.84.504v4.548l.804.108V55h-2.796v-.588Zm13.249-7.272c-.256 0-.448-.072-.576-.216a.8.8 0 0 1-.192-.552c0-.256.076-.468.228-.636.16-.168.376-.252.648-.252s.472.072.6.216a.8.8 0 0 1 .192.552c0 .272-.08.488-.24.648-.152.16-.368.24-.648.24h-.012Zm-.48 2.124-.912-.216v-.636l1.86-.228h.024l.276.216v5.916l.96.096V55h-3.18v-.588l.972-.108v-5.04Zm5.893 5.868c-.968 0-1.708-.316-2.22-.948-.504-.632-.756-1.476-.756-2.532 0-.696.132-1.308.396-1.836a2.932 2.932 0 0 1 1.104-1.224 3.11 3.11 0 0 1 1.632-.432c.744 0 1.32.208 1.728.624.416.408.636.996.66 1.764 0 .488-.028.86-.084 1.116h-4.128c.016.792.2 1.432.552 1.92.352.48.852.72 1.5.72.32 0 .652-.056.996-.168.352-.12.624-.26.816-.42l.228.528c-.232.24-.576.448-1.032.624-.456.176-.92.264-1.392.264Zm1.224-4.104c.024-.168.036-.34.036-.516-.008-.52-.12-.928-.336-1.224-.208-.304-.54-.456-.996-.456-.464 0-.836.168-1.116.504-.272.336-.428.9-.468 1.692h2.88Zm2.255 3.384.9-.072v-5.076l-.864-.216V48.4l1.656-.216h.024l.264.216v.216l-.036.936h.036c.08-.136.224-.312.432-.528.208-.216.476-.412.804-.588a2.147 2.147 0 0 1 1.068-.276c.16 0 .292.02.396.06v1.344a.853.853 0 0 0-.276-.108c-.12-.04-.256-.06-.408-.06-.664 0-1.28.204-1.848.612v4.32l1.524.096V55h-3.672v-.588Z%27 fill=%27%2314499A%27/%3E%3C/svg%3E");
        display: none;
        height: 63px;
        width: 177px;

    }
@media (min-width: 768px) {

  .icon__logo_baseline {
    display: block;
  }
}
.icon__logo_baselineBirthday {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id=%27Calque_1%27 data-name=%27Calque 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1008.86 390.82%27%3E%3Cdefs%3E%3CclipPath id=%27clippath%27%3E%3Cpath class=%27cls-2%27 d=%27M167.86 59.19h45.52v92.54h-45.52z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-1%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-2%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-3%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-4%27%3E%3Cpath class=%27cls-2%27 d=%27M85.03 89.79h86.57v69.4H85.03z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-5%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-6%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-7%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-8%27%3E%3Cpath class=%27cls-2%27 d=%27M76.82 178.6h91.04v43.28H76.82z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-9%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-10%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-11%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-12%27%3E%3Cpath class=%27cls-2%27 d=%27M157.42 93.52h4.48v11.19h-4.48z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-13%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-14%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-15%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-16%27%3E%3Cpath class=%27cls-2%27 d=%27M125.33 162.93h19.4v4.48h-19.4z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-17%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-18%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-19%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-20%27%3E%3Cpath class=%27cls-2%27 d=%27M95.48 191.28h4.48v15.67h-4.48z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-21%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-22%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-23%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-24%27%3E%3Cpath class=%27cls-2%27 d=%27M58.91 130.84h29.1V148h-29.1z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-25%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-26%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-27%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-28%27%3E%3Cpath class=%27cls-2%27 d=%27M117.12 147.25h29.1v11.94h-29.1z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-29%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-30%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-31%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-32%27%3E%3Cpath class=%27cls-2%27 d=%27M188.76 49.49h9.7v14.18h-9.7z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-33%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-34%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-35%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-36%27%3E%3Cpath class=%27cls-2%27 d=%27M62.64 189.79h11.19v11.19H62.64z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-37%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-38%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-39%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-40%27%3E%3Cpath class=%27cls-2%27 d=%27M68.61 105.46H79.8v10.45H68.61z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-41%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-42%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-43%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-44%27%3E%3Cpath class=%27cls-2%27 d=%27M131.3 48h10.45v10.45H131.3z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-45%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-46%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-47%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-48%27%3E%3Cpath class=%27cls-2%27 d=%27M92.49 158.45h6.72v5.97h-6.72z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-49%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-50%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-51%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-52%27%3E%3Cpath class=%27cls-2%27 d=%27M128.31 83.82h5.97v6.72h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-53%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-54%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-55%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-56%27%3E%3Cpath class=%27cls-2%27 d=%27M42.49 171.13h5.97v5.97h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-57%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-58%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-59%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-60%27%3E%3Cpath class=%27cls-2%27 d=%27M67.12 76.36h5.97v6.72h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-61%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-62%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-63%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-64%27%3E%3Cpath class=%27cls-2%27 d=%27M156.67 115.16h5.97v6.72h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-65%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-66%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-67%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-68%27%3E%3Cpath class=%27cls-2%27 d=%27M82.79 224.87h5.97v6.72h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-69%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-70%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-71%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-72%27%3E%3Cpath class=%27cls-2%27 d=%27M846.97 71.88h145.52v144.78H846.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-73%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-73.73 919.599 144.393%29%27 d=%27M847.57 72.41h144.01v144.01H847.57z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-74%27%3E%3Cpath class=%27cls-2%27 d=%27m939.74 75.29 5.05 7.63 8.96-1.9 3.35 8.5h9.16l1.51 9 8.97 1.89-.41 9.12 8.39 3.7-2.31 8.83 7.43 5.36-4.09 8.14 6.15 6.78-5.71 7.12 4.61 7.9-7.08 5.77 2.86 8.68-8.13 4.18.99 9.07-8.84 2.4-.93 9.08-9.14.52-2.81 8.67-9.06-1.38-4.56 7.9-8.58-3.23-6.11 6.79-7.72-4.94-7.4 5.37-6.53-6.42-8.36 3.71-5.05-7.62-8.96 1.9-3.35-8.51-9.17.01-1.5-9.01-8.97-1.89.41-9.11-8.39-3.71 2.31-8.82-7.44-5.36 4.1-8.15-6.15-6.78 5.71-7.11-4.61-7.9 7.08-5.78-2.86-8.67 8.13-4.18-.99-9.08 8.84-2.4.92-9.07 9.15-.52 2.81-8.68 9.06 1.38 4.56-7.9 8.58 3.23 6.11-6.78 7.72 4.93 7.4-5.36 6.53 6.42 8.36-3.72z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-75%27%3E%3Cpath class=%27cls-2%27 d=%27M120.91 316.65h787.98v74.17H120.91z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-76%27%3E%3Cpath class=%27cls-2%27 d=%27M908.89 316.65H120.91l13.41 37.08-13.41 37.09h787.98l-13.41-37.09 13.41-37.08z%27/%3E%3C/clipPath%3E%3Cstyle%3E.cls-2{fill:none}.cls-2,.cls-4,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9{stroke-width:0}.cls-4{fill:%236dc6da}.cls-5{fill:%236cbfa3}.cls-6{fill:%231f3767}.cls-7{fill:%23fff}.cls-8{fill:%23ffd136}.cls-9{fill:%23ea5376}%3C/style%3E%3C/defs%3E%3Cg style=%27clip-path:url%28%23clippath%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-1%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-2%29%27%3E%3Cpath class=%27cls-9%27 d=%27M190.34 90.42c3.16-2.36 8.26-3.96 12.23-.72 1.73 1.41 2.68 3.29 2.67 5.27-.01 1.95-.96 3.77-2.67 5.13-2.29 1.83-4.93 2.51-7.84 2.03-3.44-.57-6.8-2.63-9.57-5.19 1.18-2.55 2.86-4.8 5.17-6.52Zm10.06-9.61c-5.02-1.09-9.86-.06-14 3.01-2.38 1.76-4.5 4.17-6.22 6.98-5.27-8.91-4.54-18.67-2.93-27.9.21-1.23-.56-2.49-1.84-3-1.17-.46-2.39-.11-3.05.88-7.01 10.55-3.83 25.32 2.08 34.58.71 1.1 1.48 2.18 2.32 3.22-.6 2.04-1 4.16-1.18 6.29-1.27 15.11 3.68 30.88 14.31 45.6.57.78 1.48 1.15 2.35 1.02.38-.05.76-.2 1.1-.44 1.08-.78 1.31-2.2.52-3.32-5.63-8.03-9.35-18.28-10.75-29.63-.51-4.17-.73-8.95-.09-13.49 6.83 5.08 15.28 7.13 22.77 2.65 5.12-3.06 7.63-8.26 6.71-13.91-.99-6.14-5.86-11.18-12.1-12.55%27 style=%27clip-path:url%28%23clippath-3%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-4%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-5%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-6%29%27%3E%3Cpath class=%27cls-8%27 d=%27M121.18 126.59c.09 2.23-.27 6.24-3.68 8.09-1.6.87-3.36.96-4.6.22-1.03-.61-1.57-1.72-1.57-3.21 0-1.77.62-3.24 1.89-4.49 1.88-1.84 4.83-2.87 7.67-3.33.16.92.26 1.82.3 2.71Zm50.04 29.03c-7.11-12.9-14.47-25.09-26.24-32.52-5.79-3.65-13.35-6.19-20.55-6.04-1.01-2.85-2.31-5.54-3.7-7.76-7.26-11.61-19.75-19.02-32.58-19.33-1.31-.03-2.33.9-2.44 2.22-.1 1.27.7 2.71 2.23 2.92 11.11 1.5 20.96 7.2 27.04 15.65 1.65 2.29 3 4.65 4.01 6.98-3.14.75-6.09 2.13-8.67 4.31-3.85 3.26-6.15 9.19-3.06 14.21 2.41 3.94 7.47 5.27 12.02 3.17 3.25-1.5 5.41-3.99 6.43-7.4.76-2.52.8-5.43.36-8.41 6.45.4 12.18 3.29 15.93 5.71 8.47 5.47 14.46 14 20.26 22.25 1.51 2.15 3.07 4.36 4.64 6.48.57.77 1.55 1.13 2.49 1 .38-.05.75-.18 1.08-.4 1.05-.67 1.36-1.93.74-3.05%27 style=%27clip-path:url%28%23clippath-7%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-8%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-9%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-10%29%27%3E%3Cpath class=%27cls-4%27 d=%27M121.46 191.82c3.99 3.96 6.45 9.32 5.16 15.49-.78 3.76-3.27 8.29-7.92 9.7-2.73.83-5.33.38-7.1-1.24-1.8-1.64-2.5-4.19-1.92-7.01 1.36-6.65 6.21-12.63 11.78-16.95Zm45.22-6.4c-12.34-7.44-27.19-8.43-39.71-2.65-1.55.72-3.11 1.56-4.64 2.51-12.5-9.23-29.04-6.61-43.68-2.76-1.13.3-1.76 1.36-1.48 2.54.26 1.1 1.32 2.06 2.66 1.77 9.75-2.11 21.9-4.73 32.56-.76 1.76.66 3.52 1.53 5.16 2.6-7.15 5.77-12.75 13.77-12.8 21.95-.03 4.99 2.43 8.72 6.76 10.24.55.19 1.11.34 1.68.46 5.17 1.02 11.14-1.12 14.5-5.36 6.27-7.91 5.4-19.51-1.56-27.27.9-.52 1.8-1 2.7-1.43 11.42-5.43 24.83-4.76 35.87 1.79 1 .59 2.14.32 2.72-.65.55-.92.43-2.28-.72-2.98%27 style=%27clip-path:url%28%23clippath-11%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-12%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-13%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-14%29%27%3E%3Cpath class=%27cls-4%27 d=%27M158.38 94.87c-.39 2.87-.45 6.26.76 8.95.47 1.05 2.4 1.01 2.16-.38-.49-2.81-1.14-5.21-.87-8.13.11-1.23-1.87-1.78-2.05-.44%27 style=%27clip-path:url%28%23clippath-15%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-16%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-17%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-18%29%27%3E%3Cpath class=%27cls-9%27 d=%27M143.58 164.92c-5.49-1.7-11.11-2.29-16.84-1.81-1.36.11-.99 2.14.27 2.03 5.56-.47 10.98.12 16.31 1.76 1.32.41 1.48-1.61.26-1.98%27 style=%27clip-path:url%28%23clippath-19%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-20%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-21%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-22%29%27%3E%3Cpath class=%27cls-9%27 d=%27M99.62 205.7c-2.19-4.09-2.24-8.62-.12-12.77.57-1.11-1.32-2.09-1.91-.93-2.32 4.55-2.29 9.79.12 14.29.6 1.12 2.57.63 1.91-.59%27 style=%27clip-path:url%28%23clippath-23%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-24%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-25%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-26%29%27%3E%3Cpath class=%27cls-5%27 d=%27M87.77 137.82c-4.05-5.11-10.46-7.91-16.95-6.17-6.62 1.78-10.84 7.86-11.4 14.51-.11 1.29 1.99 1.85 2.15.45 1.32-11.82 16.73-17.04 24.55-7.73.84 1 2.52.03 1.65-1.07%27 style=%27clip-path:url%28%23clippath-27%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-28%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-29%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-30%29%27%3E%3Cpath class=%27cls-5%27 d=%27M145.72 150.83c-7.91-7.66-22.1-1.21-28.04 5.9-.93 1.1.82 2.46 1.82 1.52 3.23-3.05 7.16-5.4 11.39-6.74 4.04-1.28 10.11-2.25 13.56.82 1.03.92 2.23-.55 1.26-1.49%27 style=%27clip-path:url%28%23clippath-31%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-32%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-33%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-34%29%27%3E%3Cpath class=%27cls-5%27 d=%27M191.07 62.48c.28-4.47 2.62-8.39 6.45-10.74 1.11-.69-.18-2.38-1.24-1.73-4.24 2.61-6.94 7.06-7.25 12.03-.08 1.24 1.96 1.78 2.05.44%27 style=%27clip-path:url%28%23clippath-35%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-36%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-37%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-38%29%27%3E%3Cpath class=%27cls-9%27 d=%27m72.78 194.28-2-.66a.792.792 0 0 1-.53-.55l-.58-2.03a.82.82 0 0 0-1.45-.26l-1.25 1.7c-.16.22-.42.34-.69.34l-2.11-.07a.827.827 0 0 0-.7 1.3l1.22 1.71c.16.22.2.5.1.76l-.72 1.99a.819.819 0 0 0 1.02 1.06l2.01-.64c.26-.08.54-.03.75.13l1.66 1.29c.54.42 1.32.03 1.33-.65l.02-2.11c0-.27.14-.52.36-.68l1.75-1.18c.56-.38.44-1.24-.2-1.46%27 style=%27clip-path:url%28%23clippath-39%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-40%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-41%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-42%29%27%3E%3Cpath class=%27cls-4%27 d=%27m78.58 109.39-2-.66a.792.792 0 0 1-.53-.55l-.58-2.03c-.19-.65-1.05-.81-1.45-.26l-1.25 1.7c-.16.22-.42.34-.69.33l-2.11-.06a.827.827 0 0 0-.7 1.3l1.23 1.71c.16.22.2.5.1.76l-.72 1.99a.819.819 0 0 0 1.02 1.06l2.01-.64c.26-.08.54-.03.75.13l1.66 1.29c.54.42 1.32.04 1.33-.64l.02-2.11c0-.27.14-.52.36-.68l1.75-1.18a.819.819 0 0 0-.2-1.46%27 style=%27clip-path:url%28%23clippath-43%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-44%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-45%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-46%29%27%3E%3Cpath class=%27cls-8%27 d=%27m140.77 52.13-2-.66a.832.832 0 0 1-.53-.55l-.59-2.03a.822.822 0 0 0-1.45-.26l-1.25 1.7c-.16.22-.42.35-.69.34l-2.11-.07a.827.827 0 0 0-.7 1.3l1.23 1.71c.16.22.2.5.1.76l-.72 1.99a.819.819 0 0 0 1.02 1.06l2.01-.64c.26-.08.54-.03.75.13l1.66 1.29c.54.42 1.32.04 1.33-.64l.02-2.11c0-.27.14-.52.36-.67l1.75-1.19c.56-.38.44-1.24-.2-1.46%27 style=%27clip-path:url%28%23clippath-47%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-48%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-49%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-50%29%27%3E%3Cpath class=%27cls-4%27 d=%27M98.45 161.14a2.744 2.744 0 0 0-3.1-2.35c-1.5.21-2.56 1.6-2.35 3.1a2.744 2.744 0 0 0 3.1 2.35 2.75 2.75 0 0 0 2.35-3.1%27 style=%27clip-path:url%28%23clippath-51%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-52%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-53%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-54%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-55%29%27%3E%3Cpath d=%27M134.07 86.67a2.744 2.744 0 0 0-3.1-2.35c-1.51.21-2.56 1.6-2.36 3.1.2 1.51 1.59 2.56 3.1 2.35 1.51-.21 2.56-1.6 2.36-3.1%27 style=%27fill:%236d6cb0;stroke-width:0%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-56%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-57%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-58%29%27%3E%3Cpath class=%27cls-9%27 d=%27M48.22 173.52a2.744 2.744 0 0 0-3.1-2.35c-1.51.21-2.56 1.6-2.36 3.1s1.59 2.56 3.1 2.35c1.51-.21 2.56-1.6 2.36-3.1%27 style=%27clip-path:url%28%23clippath-59%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-60%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-61%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-62%29%27%3E%3Cpath class=%27cls-9%27 d=%27M72.77 79.21c-.2-1.5-1.59-2.55-3.1-2.35-1.51.21-2.56 1.6-2.35 3.1s1.59 2.55 3.1 2.35a2.75 2.75 0 0 0 2.35-3.1%27 style=%27clip-path:url%28%23clippath-63%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-64%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-65%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-66%29%27%3E%3Cpath class=%27cls-9%27 d=%27M162.35 118.01c-.2-1.5-1.59-2.56-3.1-2.35-1.5.21-2.56 1.6-2.35 3.1a2.744 2.744 0 0 0 3.1 2.35c1.5-.21 2.56-1.6 2.35-3.1%27 style=%27clip-path:url%28%23clippath-67%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-68%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-69%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-70%29%27%3E%3Cpath class=%27cls-8%27 d=%27M88.44 227.93c-.2-1.5-1.59-2.56-3.1-2.35s-2.56 1.6-2.35 3.1 1.59 2.55 3.1 2.35a2.75 2.75 0 0 0 2.35-3.1%27 style=%27clip-path:url%28%23clippath-71%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath class=%27cls-6%27 d=%27M175.4 161.32c6.03.11 12.07.47 18.09.25 5.96-.21 11.91-.99 18.02-1.53v3.07c0 35.88-.02 71.76 0 107.64 0 2 .18 4.04.59 5.99.86 4.12 2.61 5.54 6.83 5.91h.13c2.37.19 2.33.19 2.26 2.58-.03.8-.33.99-1.07.95-3-.13-5.99-.29-8.99-.31-8.45-.04-16.9-.06-25.34-.01-3.5.01-7.01.2-10.5.3v-3.27c5.24.36 8.84-2.44 9.39-7.54.31-2.96.4-5.96.4-8.93.03-27.95.04-55.91 0-83.85 0-3.35-.2-6.72-.66-10.03-.74-5.2-3.97-7.86-9.12-7.92v-3.3ZM835.99 151.23c.32.23.61.56.97.68 5.71 1.9 7.9 6.95 5.38 12.48-1.53 3.34-3.94 6.02-6.95 8.03-7.52 5.01-14.97 10.09-21.78 16.04-.24.22-.55.37-.82.55-1.8-1.29-1.82-1.3-.8-3.1 3.67-6.43 5.96-13.42 8.34-20.36 1.18-3.46 2.43-6.9 4.89-9.74 1.86-2.17 3.96-3.89 7.24-3.95-.37-.3-.57-.45-.77-.62 1.43-.01 2.87-.01 4.3-.01ZM719.03 215.33c2.43-5.26 5.77-9.26 10.76-11.72a32.75 32.75 0 0 1 10.26-3.1c5.01-.66 10.03-.74 14.96.67 6.62 1.88 11 5.91 12.57 12.78.92 4.01 1.33 8.04 1.35 12.11.05 15.34 0 30.68.06 46.03 0 1.75.24 3.52.56 5.25.57 3.15 2.89 4.94 6.65 5.3.75.07 1.5.17 2.2.25.1.15.17.22.18.29q.31 2.96-2.64 2.9c-9-.16-18-.38-27-.43-3.92-.02-7.85.26-11.78.48-1.15.07-1.37-.3-1.39-1.41-.03-1.42.27-2.07 1.86-2.2 1.98-.17 3.4-1.48 3.82-3.39.57-2.61 1.17-5.28 1.18-7.93.1-16.98.07-33.96.04-50.95 0-1.71-.18-3.45-.51-5.13-1.18-6.11-4.94-8.19-10.67-7.1-5.81 1.1-11.7 7.31-11.71 14.29-.01 15.88.04 31.78.11 47.66 0 2.27.08 4.55.43 6.77.62 3.98 2.61 5.61 6.66 5.92.42.03.83.07 1.33.1v3.45c-13.87-.83-27.66-.87-41.6-.01 0-1.05-.08-1.93.05-2.77.04-.29.57-.69.92-.74 2.92-.47 4.78-2.09 5.26-4.99.35-2.15.59-4.34.59-6.52.02-17.9 0-35.81-.1-53.72 0-1.85-.42-3.77-1.05-5.52-1.36-3.76-3.84-4.29-6.86-4.17-7.08.28-12.07 5.96-12.92 12.09-.3 2.15-.41 4.35-.41 6.53-.03 14.5-.06 29 .02 43.5.02 2.87.34 5.77.84 8.61.48 2.73 2.34 4.15 5.2 4.21.28 0 .58.42.82.69.09.1.04.33.04.49.11 2.24.1 2.22-2.09 2.17-8.58-.17-17.15-.41-25.73-.43-4.98-.01-9.96.34-15.05.52v-3.3c1.03-.15 2.08-.29 3.1-.47 3.14-.54 5.29-2.25 5.86-5.44.39-2.17.63-4.41.64-6.63.01-17.69 0-35.39-.13-53.08-.01-2.21-.69-4.46-1.36-6.6-1.05-3.36-3.8-4.61-7.07-4.99-.33-.04-.66-.05-1.06-.08v-3.29c12.07.72 24.02.71 35.89-1.67v13.12c.57-.83.98-1.39 1.34-1.98 2.97-4.88 7.17-8.14 12.63-9.92 6.75-2.2 13.54-2.39 20.34-.55 6.44 1.74 10.55 5.92 12.13 12.44.09.43.24.85.47 1.58ZM374.11 286.15v-1.24q.01-1.97 1.94-2.26c3.5-.52 5.6-2.78 5.84-6.98.31-5.32.35-10.66.37-15.99.05-11.39.04-22.77 0-34.16-.01-3.4-.17-6.78-.34-10.17-.05-.86-.35-1.73-.65-2.55-1.32-3.68-4.37-5.17-8.73-4.99-7.62.3-13.15 6.84-13.21 14.57-.08 9.75-.03 19.51-.03 29.26 0 6.89-.08 13.79.04 20.68.04 2.11.46 4.24.94 6.31.57 2.44 2.34 3.68 4.81 4 2.58.34 2.74.61 2.13 3.5h-1.2c-9.3-.16-18.59-.4-27.89-.45-4.6-.02-9.21.27-13.81.49-.98.04-1.35-.2-1.21-1.15.02-.16.04-.34.02-.5-.16-1.31.34-1.76 1.73-1.88 5.05-.45 7.38-2.36 8.08-9.21.09-.87.05-1.77.05-2.65 0-16.6.03-33.21-.04-49.81 0-2.63-.29-5.29-.74-7.88-.79-4.61-2.96-6.68-7.59-7.29-1.28-.17-1.58-.66-1.46-1.75.06-.57.1-1.14.16-1.75 12.07.78 23.98.76 35.9-1.7v12.56c.39-.29.68-.39.79-.6 3.89-6.99 10.2-10.41 17.81-11.77 5.36-.96 10.75-1.05 16.11.19 7.28 1.69 11.62 6.21 13.32 13.42 1.16 4.91 1.41 9.89 1.44 14.89.07 14.12 0 28.24.04 42.37 0 1.67.1 3.37.44 5 .81 3.93 2.7 5.52 6.74 5.98.13.01.25.01.38.02 2.12.22 2.54.75 2.07 2.88-.06.27-.71.59-1.08.58-4.65-.13-9.29-.47-13.94-.45-9.42.05-18.85.3-28.27.46-.28.02-.52.02-.98.02ZM514.2 200.11c8.67-.01 15.88 1.24 22.68 4.49 6.54 3.12 11.29 7.94 14.46 14.43 2.55 5.23 3.77 10.77 4.27 16.48.34 3.84.57 7.72.48 11.57-.18 6.95-1.15 13.8-3.92 20.28-4.57 10.71-12.52 17.31-24.02 19.79-6.16 1.33-12.3 1.39-18.52.89-4.49-.36-8.82-1.3-13.04-2.9-6.63-2.52-11.61-6.93-15.37-12.79-3.49-5.46-5.18-11.53-5.94-17.9-.9-7.55-.85-15.1.28-22.62 1.19-7.89 4.1-15.05 9.64-20.98 4.1-4.38 9.29-6.91 14.93-8.64 4.97-1.52 10.06-2.17 14.06-2.11Zm-12.41 44.82c.11 0 .22 0 .33.02 0 2.99-.12 5.97.02 8.94.27 5.62.72 11.23 1.99 16.74 1.04 4.53 2.74 8.74 6.07 12.13 3.08 3.13 6.73 3.24 10.02.35 2.17-1.92 3.52-4.38 4.53-7.04 2.77-7.38 3.53-15.1 3.79-22.87.17-5-.01-10 .04-14.99.08-6.15-.32-12.26-1.56-18.29-.95-4.64-2.51-9.07-5.32-12.95-2.83-3.91-7.56-5.3-11.79-1.07-1.9 1.91-3.14 4.16-4.01 6.62a58.401 58.401 0 0 0-3.28 15.73c-.36 5.55-.57 11.14-.84 16.71Z%27/%3E%3Cpath class=%27cls-6%27 d=%27M473.24 164.41c-1.34-1.29-2.87-1.75-4.55-1.85-6.75-.36-10.53 3.88-11.41 10.32-.5 3.65-.58 7.36-.65 11.05-.11 5.84-.04 11.68-.1 17.52 0 .92.39 1.03 1.15 1.03 5.03-.02 10.07.05 15.09-.05 1.49-.03 1.37.73 1.41 1.71.04 1.08-.2 1.59-1.45 1.56-4.73-.09-9.47-.07-14.2-.09h-1.9v2.52c0 20.26 0 40.52.02 60.78 0 2.7.15 5.35 1.29 7.88 1.06 2.35 2.81 3.93 5.23 4.61 2.22.63 4.52.94 6.8 1.36 1.36.24 1.44.42 1.37 2.34-.04 1.16-.78 1.06-1.57 1.05-11.79-.18-23.58-.4-35.37-.48-4.22-.03-8.45.26-12.67.47-1.06.05-1.37-.32-1.24-1.29.05-.37.04-.76.01-1.13-.04-.7.29-.95.98-1.01.96-.08 1.95-.16 2.87-.43 3.91-1.12 5.79-3.91 5.81-8.66.02-5.38 0-10.76 0-16.14v-51.8H419.8v-2.1c0-.83.36-1.17 1.24-1.15 2.58.05 5.16-.05 7.73.06 1.2.05 1.57-.41 1.59-1.47.08-2.64.1-5.29.31-7.93.37-4.82.98-9.62 2.75-14.16 2.98-7.63 8.29-13.03 15.89-16.21 7.96-3.32 16.12-4.22 24.51-1.91 3.49.96 6.69 2.56 9.5 4.88 4.17 3.44 6.6 10.91 4.67 15.83-2.44 6.21-7.91 10-15.56 8.12-5.56-1.36-8.84-4.9-9.54-10.14-.71-5.38 1.81-10.64 6.43-13.23 1.19-.68 2.48-1.19 3.9-1.86ZM264.46 171.5c17.77.56 35.37.75 53.25-.02 0 .89.07 1.75-.04 2.6-.03.24-.54.55-.87.62-1.82.35-3.66.59-5.47.94-3.02.58-4.52 2.64-4.99 5.48-.32 1.94-.57 3.92-.57 5.88-.03 27.61-.03 55.22.01 82.84 0 2.38.29 4.78.72 7.12.57 3.17 2.66 4.95 5.86 5.42 1.42.21 2.84.45 4.26.53.84.05 1.07.36 1.07 1.15.02 2.15.05 2.12-2.13 2.07-4.9-.11-9.8-.25-14.7-.26-9.72-.02-19.44.02-29.16.07-2.07 0-4.14.1-6.21.22-.86.05-1.16-.25-1.06-1.06.04-.29.05-.59.02-.88-.09-.9.25-1.26 1.21-1.29 1.13-.03 2.27-.22 3.38-.45 4.61-.97 6.1-2.44 6.8-7.05.36-2.36.5-4.76.51-7.15.04-26.02.05-52.03-.02-78.04 0-3.29-.42-6.61-.93-9.87-.46-2.93-2.61-4.38-5.41-4.93-1.45-.29-2.91-.54-4.38-.65-.95-.07-1.26-.42-1.17-1.32.06-.62 0-1.25 0-1.96ZM832.26 236.13c-6.8 0-13.61.01-20.41-.01-1.1 0-1.58.24-1.53 1.47.15 4.24-.05 8.5.33 12.72.49 5.53 2.1 10.73 5.49 15.33 4.32 5.87 12.05 8.55 19.64 6.6 5.62-1.45 10.05-4.62 13.66-9.06.16-.2.31-.4.45-.61 1.03-1.55 1.43-1.7 3.06-.74.28.16.43 1.07.24 1.45-1.44 3.03-2.81 6.11-4.53 8.98-2.89 4.81-6.52 9-11.42 11.93-3.9 2.34-8.12 3.64-12.67 3.98-6.05.45-12.01.01-17.76-1.92-11.65-3.92-18.61-12.27-21.74-23.83-2.64-9.74-2.81-19.66-1.18-29.61 1.27-7.75 4.23-14.74 9.56-20.63 3.95-4.38 8.82-7.39 14.36-9.36 7.38-2.64 14.95-3.45 22.69-2.15 11.92 2 19.71 9.36 22.11 21.12.85 4.22 1.06 8.56 1.6 12.84.15 1.24-.36 1.58-1.55 1.57-6.8-.05-13.62-.02-20.42-.02v-.04Zm-11.33-3.07v.06h8.12c3.86-.01 3.1.08 3.16-3.06v-1.01c-.1-5.29-.16-10.59-1.76-15.72-.8-2.57-1.63-5.12-3.35-7.28-2.22-2.79-5.34-3.31-8.27-1.23-2.63 1.86-4.4 4.45-5.41 7.44-2.12 6.29-2.85 12.84-3.33 19.43-.08 1.02.24 1.41 1.32 1.38 3.18-.05 6.35-.01 9.52-.01ZM598.41 213.77c.91-1.46 1.55-2.67 2.35-3.77 5.7-7.83 13.49-10.82 23-9.55 3.25.43 5.85 2.17 7.7 4.84 3.67 5.29 4.51 11.09 1.97 16.99-2.73 6.33-9.08 9.22-16.57 7.51-4.69-1.07-7.97-3.54-8.74-8.4-.32-2.02-.07-4.18.21-6.24.45-3.36 2.68-5.71 5-7.96.54-.51 1.11-.99 1.57-1.63-2.74-.11-5.24.63-7.45 1.99-5.82 3.55-8.87 8.86-8.93 15.59-.13 16.09-.08 32.19.03 48.29.01 1.96.61 3.98 1.29 5.86 1.14 3.15 4.08 4.07 6.97 4.81 1.66.42 3.41.57 5.13.68.96.06 1.28.4 1.21 1.29-.05.66-.08 1.32-.13 2.02-1.54 0-2.97.05-4.39 0-13.99-.56-27.97-.73-41.95 0-1.18.06-2.37.02-3.55.07-.66.02-.88-.22-.89-.88-.06-2.34-.08-2.34 2.23-2.61 4.81-.55 7.36-3.51 7.44-8.99.11-7.9.09-15.79.11-23.69.04-10.04.13-20.08.05-30.12-.02-2.58-.39-5.2-.99-7.71-.96-4.01-3.62-6.09-7.74-6.43-.85-.07-1.12-.4-1.06-1.17.01-.16 0-.34 0-.51-.02-1.74-.02-1.73 1.69-1.62 8.7.54 17.4.54 26.08-.45 2.39-.27 4.75-.73 7.12-1.12.37-.06.74-.11 1.24-.19.01 4.33.01 8.56.01 13.13ZM250.47 191.62c-1.56.92-2.89 1.91-4.38 2.52-4.61 1.9-9.22 1.83-13.69-.48-3.81-1.96-5.39-5.38-5.96-9.39-1.25-8.76 5.67-15.28 14.67-14.95 6.31.22 11.75 3.85 13.78 10.13 3.45 10.67 1.48 20.29-5.25 29.06-1.91 2.5-4.64 4.12-7.35 5.71-.33.19-.66.38-.98.57-1.86 1.11-1.83 1.1-2.85-.86-.48-.92-.27-1.32.64-1.84 5.14-2.85 9.28-6.65 10.89-12.48.57-2.07.58-4.3.77-6.46.06-.5-.19-1.02-.3-1.53Z%27/%3E%3Cg style=%27clip-path:url%28%23clippath-72%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-73%29%27%3E%3Cpath class=%27cls-6%27 d=%27m870.62 55.12 138.24 40.34-40.34 138.24-138.24-40.34 40.34-138.24Z%27 style=%27clip-path:url%28%23clippath-74%29%27/%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-75%29%27%3E%3Cpath class=%27cls-6%27 d=%27M120.91 316.65h787.98v74.17H120.91v-74.17Z%27 style=%27clip-path:url%28%23clippath-76%29%27/%3E%3C/g%3E%3Cpath class=%27cls-7%27 d=%27M882.43 111.11c1.19.34 2.5.6 3.92.77 1.43.16 2.79.13 4.07-.12a8.26 8.26 0 0 0 3.47-1.5c1.03-.76 1.78-1.91 2.23-3.44l19.12 5.59-11.99 41.07c-.54 1.84-.44 3.18.29 4 .73.82 1.8 1.44 3.21 1.85l2.81.82-4.48 15.33-37.31-10.88 4.48-15.33 3.31.96c1.46.43 2.67.29 3.64-.43.97-.71 1.61-1.61 1.92-2.68l5.81-19.87-8.48-2.47 3.98-13.65ZM931.08 130.46c-.56-.16-1.06-.26-1.48-.29a5.93 5.93 0 0 0-1.11-.01c-.32.02-.59.08-.82.16-.23.08-.43.15-.59.22l.1.21c.25-.05.51-.08.79-.12.28-.04.61 0 .99.1.64.2 1.14.57 1.49 1.13.35.55.39 1.29.12 2.22-.26.89-.82 1.49-1.7 1.82-.87.32-1.91.3-3.13-.05-1.15-.34-1.98-.94-2.47-1.81-.49-.87-.56-1.91-.2-3.12.19-.68.57-1.29 1.14-1.84.57-.56 1.32-.99 2.26-1.28.95-.3 2.08-.45 3.39-.43 1.31.02 2.82.27 4.52.77 2.05.6 3.67 1.28 4.85 2.05 1.19.76 2.06 1.55 2.6 2.37.54.81.84 1.64.89 2.48.05.85-.04 1.66-.27 2.45l-1.88 6.45c-.3.99-.47 1.68-.51 2.05-.04.38.16.63.59.76.33.1.62 0 .85-.28.24-.28.47-.82.7-1.61l.61-2.06 1.88.55-.61 2.1c-.3.99-.64 1.85-1.03 2.55-.38.71-.88 1.28-1.5 1.69-.62.41-1.37.64-2.25.69-.87.05-1.92-.1-3.15-.47-1.11-.32-2-.71-2.67-1.15-.66-.45-1.15-.92-1.48-1.39-.33-.48-.52-.93-.59-1.36-.06-.44-.05-.8.03-1.1l-.27-.08c-.2.43-.52.81-.96 1.12-.43.32-.96.55-1.61.7-.65.15-1.38.21-2.22.17-.82-.03-1.73-.2-2.73-.49-.95-.27-1.78-.61-2.51-1.01-.72-.41-1.3-.88-1.74-1.43-.43-.55-.71-1.18-.83-1.89s-.05-1.49.2-2.34c.31-1.06.85-1.81 1.62-2.24.78-.43 1.67-.7 2.67-.79 1-.1 2.07-.11 3.19-.02 1.13.08 2.2.09 3.18.05.99-.05 1.86-.25 2.6-.58.75-.34 1.25-.97 1.53-1.89.24-.83.17-1.57-.2-2.22-.37-.64-1.15-1.14-2.33-1.49Zm1.25 8.1c-.34.28-.73.48-1.17.59-.43.11-.84.22-1.24.33-.39.1-.75.26-1.07.47-.33.2-.56.54-.7 1.01-.1.36-.1.71.01 1.06.12.35.45.61 1.01.77.53.16 1.01.08 1.45-.22.44-.3.77-.82.98-1.55l.72-2.46ZM961.85 145.24c.12-.43.17-.78.14-1.07-.03-.29-.1-.52-.22-.71s-.27-.33-.45-.43c-.19-.1-.37-.18-.56-.23-.72-.21-1.31-.15-1.78.16-.48.31-.82.85-1.05 1.62l-.69 2.37c-.17.58-.2 1.03-.07 1.33.13.3.49.54 1.07.71l.9.26-1.78 6.12-13.79-4.02 1.78-6.12.98.28c.44.13.83.09 1.15-.13.33-.22.55-.54.66-.94l.92-3.14c.15-.52.1-.91-.15-1.18-.25-.27-.57-.46-.96-.57l-.87-.26 1.78-6.12 9.79 2.86-1.68 4.43.28.08c.75-1.61 1.87-2.7 3.38-3.24 1.51-.55 3.33-.52 5.46.1 1.51.44 2.67 1.01 3.49 1.71.82.7 1.4 1.45 1.73 2.26.33.81.48 1.63.44 2.45a9.4 9.4 0 0 1-.34 2.23l-1.35 4.64c-.17.58-.19 1.03-.06 1.33.13.3.49.54 1.07.71l.89.26-1.78 6.12-11.4-3.32 3.08-10.54ZM165.98 368.17c-1.56 0-2.95-.13-4.19-.4-1.24-.26-2.62-.6-4.14-1.03-1-.29-1.68-.45-2.02-.48l.38-7.98h3.49l.96 5.56c.37.41 1.04.77 2.01 1.08.96.31 2.06.47 3.3.47 1.92 0 3.36-.42 4.33-1.27.96-.85 1.45-2.03 1.45-3.56 0-1-.29-1.87-.86-2.6-.58-.74-1.37-1.4-2.38-1.99-1-.59-2.38-1.27-4.13-2.04-2.39-1.1-4.37-2.4-5.94-3.91-1.56-1.51-2.34-3.56-2.34-6.15 0-1.61.41-3.07 1.25-4.37.83-1.31 2.07-2.34 3.72-3.1 1.66-.76 3.68-1.14 6.06-1.14 1.41 0 2.65.1 3.73.3 1.08.2 2.25.48 3.51.82.75.2 1.32.33 1.69.38l-.27 7.54h-3.44l-.91-5.31c-.26-.26-.78-.5-1.55-.75-.78-.25-1.64-.37-2.59-.37-1.73 0-3.03.4-3.91 1.19-.87.79-1.31 1.85-1.31 3.17 0 1.07.32 1.99.97 2.76.64.77 1.43 1.42 2.34 1.96.92.53 2.38 1.28 4.36 2.26 1.61.78 2.99 1.54 4.14 2.29 1.15.75 2.14 1.72 2.97 2.92.83 1.19 1.25 2.59 1.25 4.2s-.4 3.09-1.19 4.52c-.79 1.44-2.08 2.63-3.87 3.58-1.8.95-4.09 1.42-6.88 1.42ZM188.69 339.8c-1.03 0-1.85-.3-2.46-.9-.6-.61-.9-1.38-.9-2.33 0-1.1.34-2 1.03-2.72.69-.72 1.61-1.08 2.76-1.08s2.02.31 2.62.93c.61.62.91 1.38.91 2.31 0 1.15-.35 2.07-1.04 2.76s-1.64 1.03-2.88 1.03h-.05Zm-2.29 8.02-3.06-.83v-2.88l7.88-.96h.09l1.2.86v20.74l2.89.34v2.59h-12.02v-2.59l3.01-.38v-16.9ZM208.22 368.07c-1.8 0-3.14-.41-4-1.25-.86-.83-1.29-2.15-1.29-3.96v-15.82h-2.81v-2.24c.23-.08.65-.24 1.25-.45.61-.22 1.07-.4 1.39-.54.49-.37.9-1.02 1.25-1.95.26-.6.73-2.09 1.42-4.48h3.45l.17 6.33h6.59v3.32h-6.55v12.12c0 1.61.04 2.75.13 3.4.09.66.28 1.08.57 1.27.29.19.79.28 1.5.28s1.46-.08 2.24-.23c.78-.16 1.43-.36 1.95-.58l.82 2.41c-.81.61-1.99 1.15-3.54 1.64-1.55.48-3.06.72-4.52.72ZM231.89 368.17c-3.8 0-6.62-1.11-8.48-3.33-1.85-2.23-2.78-5.27-2.78-9.13 0-2.58.48-4.82 1.45-6.72.96-1.9 2.32-3.36 4.07-4.36 1.75-1 3.78-1.5 6.09-1.5 2.87 0 5.08.76 6.63 2.26 1.55 1.51 2.36 3.66 2.41 6.45 0 1.9-.12 3.31-.35 4.22h-14c.12 2.61.73 4.65 1.85 6.1 1.12 1.45 2.71 2.18 4.78 2.18 1.12 0 2.27-.19 3.46-.56 1.2-.37 2.14-.82 2.83-1.34l1.07 2.37c-.77.84-2.03 1.61-3.77 2.32-1.74.7-3.5 1.05-5.28 1.05Zm3.36-14.7c.06-.81.09-1.43.09-1.85 0-3.82-1.28-5.74-3.84-5.74-1.41 0-2.5.57-3.28 1.69-.78 1.12-1.21 3.09-1.29 5.9h8.31ZM270.3 379.33c-3.85 0-6.63-.6-8.36-1.81-1.73-1.21-2.59-2.85-2.59-4.92 0-1.17.39-2.29 1.18-3.33a7.596 7.596 0 0 1 2.88-2.36c-1.33-.77-1.99-2-1.99-3.7 0-.98.31-1.91.94-2.79.64-.88 1.46-1.56 2.47-2.05-1.59-.6-2.77-1.52-3.54-2.75-.77-1.24-1.15-2.7-1.15-4.4s.48-3.07 1.43-4.29c.96-1.22 2.26-2.16 3.88-2.82 1.62-.66 3.38-.99 5.28-.99 3.36 0 5.87.65 7.5 1.94.37-.49 1.01-.95 1.9-1.38a6.28 6.28 0 0 1 2.76-.65h1.5v4.7h-4.44c.43.93.65 1.91.65 2.94.02 2.61-.9 4.7-2.76 6.27-1.87 1.56-4.43 2.34-7.67 2.34-1.35 0-2.49-.1-3.4-.3-.29.37-.51.77-.68 1.19-.16.41-.23.78-.23 1.1 0 .95.34 1.6 1.01 1.95.68.34 1.89.51 3.65.51h4.61c5.86 0 8.79 2.13 8.79 6.38 0 1.78-.64 3.37-1.9 4.78-1.26 1.41-2.94 2.51-5.04 3.28-2.1.78-4.33 1.17-6.68 1.17Zm.3-22.71c2.67 0 4.01-1.82 4.01-5.48 0-1.87-.34-3.23-1.01-4.1-.68-.88-1.7-1.32-3.08-1.32s-2.4.44-3.14 1.32c-.73.87-1.1 2.19-1.1 3.94 0 3.76 1.44 5.64 4.31 5.64Zm.34 19.74c1.81 0 3.38-.44 4.7-1.32 1.33-.87 1.99-2.08 1.99-3.64 0-1.24-.33-2.13-.98-2.68-.65-.55-1.8-.82-3.46-.82h-4.7c-.72 0-1.38-.04-1.98-.13-.78 1.03-1.17 2.27-1.17 3.71 0 1.59.43 2.79 1.29 3.63.86.83 2.3 1.25 4.3 1.25ZM289.13 365.15l2.85-.35v-16.98l-2.75-.78v-2.97l6.68-.91h.13l1.07.86v.96l-.13 3.49h.13c.2-.57.68-1.29 1.42-2.13.75-.85 1.68-1.59 2.82-2.24 1.13-.64 2.37-.97 3.7-.97.63 0 1.17.09 1.63.26v6.46c-.86-.6-1.91-.9-3.15-.9-2.1 0-3.92.56-5.47 1.68v14.14l4.99.38v2.54h-13.92v-2.54ZM311.43 360.96c0-2.61 1.31-4.58 3.94-5.9 2.63-1.32 6.02-2 10.19-2.03v-.99c0-1.18-.13-2.1-.37-2.76-.24-.66-.69-1.15-1.33-1.48-.65-.33-1.59-.5-2.82-.5-1.41 0-2.67.18-3.79.55-1.12.36-2.29.82-3.5 1.4l-1.33-2.76c.43-.37 1.15-.82 2.17-1.33 1.03-.52 2.24-.97 3.65-1.36 1.41-.39 2.86-.58 4.35-.58 2.22 0 3.95.29 5.2.86 1.25.58 2.15 1.5 2.69 2.76.54 1.26.82 2.96.82 5.08v13.19h2.33v2.41c-.58.15-1.4.29-2.46.43-1.07.15-2 .22-2.8.22-.98 0-1.64-.15-1.97-.43-.33-.29-.49-.88-.49-1.77v-1.17c-.78.86-1.78 1.64-3.02 2.33-1.24.69-2.63 1.04-4.19 1.04-1.32 0-2.54-.28-3.64-.84a6.67 6.67 0 0 1-2.65-2.46c-.66-1.08-.99-2.38-.99-3.91Zm10.04 3.63c.61 0 1.29-.18 2.06-.54.78-.36 1.45-.8 2.03-1.32v-7.07c-2.58 0-4.51.44-5.8 1.32-1.28.87-1.91 2-1.91 3.38s.32 2.43.97 3.15c.64.72 1.53 1.07 2.65 1.07ZM345.99 368.07c-1.8 0-3.14-.41-4-1.25-.86-.83-1.29-2.15-1.29-3.96v-15.82h-2.81v-2.24c.23-.08.65-.24 1.25-.45.61-.22 1.07-.4 1.39-.54.49-.37.9-1.02 1.25-1.95.26-.6.73-2.09 1.42-4.48h3.45l.17 6.33h6.59v3.32h-6.55v12.12c0 1.61.04 2.75.13 3.4.09.66.28 1.08.57 1.27.29.19.79.28 1.5.28s1.46-.08 2.24-.23c.78-.16 1.43-.36 1.95-.58l.82 2.41c-.81.61-1.99 1.15-3.54 1.64-1.55.48-3.06.72-4.52.72ZM378.24 368.12c-.95 0-1.64-.2-2.08-.61-.43-.4-.64-1.01-.64-1.81v-1.17c-.78.95-1.87 1.79-3.28 2.53-1.41.73-2.82 1.1-4.22 1.1-2.76 0-4.73-.71-5.91-2.13-1.18-1.42-1.77-3.77-1.77-7.05v-12.15l-2.15-.61v-2.46l7.32-.56h.05l.86.61v15.17c0 2.1.26 3.57.77 4.41.52.83 1.48 1.25 2.89 1.25 1.69 0 3.28-.66 4.75-1.99v-15.81l-2.89-.65v-2.41l7.8-.56h.09l1.03.61v21.21h2.41l-.03 2.46c-.12.02-.65.14-1.6.34-.95.2-2.08.3-3.4.3ZM393.93 339.8c-1.03 0-1.85-.3-2.46-.9-.6-.61-.9-1.38-.9-2.33 0-1.1.34-2 1.03-2.72.69-.72 1.61-1.08 2.76-1.08s2.02.31 2.62.93c.61.62.91 1.38.91 2.31 0 1.15-.35 2.07-1.04 2.76s-1.64 1.03-2.88 1.03h-.05Zm-2.29 8.02-3.06-.83v-2.88l7.88-.96h.09l1.2.86v20.74l2.89.34v2.59h-12.02v-2.59l3.01-.38v-16.9ZM413.45 368.07c-1.8 0-3.14-.41-4-1.25-.86-.83-1.29-2.15-1.29-3.96v-15.82h-2.81v-2.24c.23-.08.65-.24 1.25-.45.61-.22 1.07-.4 1.39-.54.49-.37.9-1.02 1.25-1.95.26-.6.73-2.09 1.42-4.48h3.45l.17 6.33h6.59v3.32h-6.55v12.12c0 1.61.04 2.75.13 3.4.09.66.28 1.08.57 1.27.29.19.79.28 1.5.28s1.46-.08 2.24-.23c.78-.16 1.43-.36 1.95-.58l.82 2.41c-.81.61-1.99 1.15-3.54 1.64-1.55.48-3.06.72-4.52.72ZM462.78 354.93c0 2.41-.5 4.62-1.49 6.63s-2.44 3.62-4.35 4.82c-1.91 1.19-4.19 1.78-6.83 1.78-.58 0-1.17-.05-1.8-.15-.62-.1-1.11-.23-1.48-.37l.13 3.58v3.93l4.01.51v2.46h-12.8v-2.46l2.8-.51v-27.33l-2.8-.78v-2.97l7.11-.91h.08l1.08.86v2.41c.71-.89 1.69-1.66 2.93-2.32 1.24-.66 2.59-.99 4.06-.99 2.73 0 4.97.97 6.72 2.92 1.75 1.94 2.64 4.9 2.64 8.9Zm-11.6-8.23c-.86 0-1.68.19-2.46.56-.77.37-1.36.79-1.76 1.25v15.99c.2.29.61.53 1.22.73.62.2 1.31.3 2.05.3 1.87 0 3.35-.81 4.45-2.44 1.11-1.62 1.67-4.17 1.67-7.65 0-2.93-.48-5.12-1.42-6.56-.95-1.45-2.2-2.18-3.75-2.18ZM479.63 368.17c-3.8 0-6.62-1.11-8.48-3.33-1.85-2.23-2.78-5.27-2.78-9.13 0-2.58.48-4.82 1.45-6.72.96-1.9 2.32-3.36 4.07-4.36 1.75-1 3.78-1.5 6.09-1.5 2.87 0 5.08.76 6.63 2.26 1.55 1.51 2.36 3.66 2.41 6.45 0 1.9-.12 3.31-.35 4.22h-14c.12 2.61.73 4.65 1.85 6.1 1.12 1.45 2.71 2.18 4.78 2.18 1.12 0 2.27-.19 3.46-.56 1.2-.37 2.14-.82 2.83-1.34l1.07 2.37c-.77.84-2.03 1.61-3.77 2.32-1.74.7-3.5 1.05-5.28 1.05Zm3.36-14.7c.06-.81.09-1.43.09-1.85 0-3.82-1.28-5.74-3.84-5.74-1.41 0-2.5.57-3.28 1.69-.78 1.12-1.21 3.09-1.29 5.9h8.31ZM497.34 347.82l-2.75-.78v-2.97l7.15-.91h.14l1.07.86v1.69l-.05 1.03c1.01-.95 2.32-1.76 3.93-2.45 1.61-.69 3.23-1.04 4.87-1.04 1.75 0 3.12.32 4.1.97.99.65 1.71 1.66 2.13 3.04.43 1.38.65 3.24.65 5.6v11.91l2.64.34v2.59H510.1v-2.59l2.32-.34v-11.91c0-1.49-.1-2.66-.3-3.51-.2-.85-.56-1.46-1.1-1.85-.53-.39-1.28-.58-2.26-.58-1.64 0-3.39.71-5.26 2.11v15.69l2.59.38v2.59h-11.25v-2.59l2.5-.38v-16.9ZM535.75 368.17c-1.78 0-3.38-.43-4.78-1.27-1.41-.85-2.53-2.16-3.37-3.94-.83-1.79-1.25-4.02-1.25-6.69 0-2.41.49-4.61 1.48-6.61s2.45-3.58 4.38-4.76c1.93-1.18 4.24-1.77 6.94-1.77 1.1 0 2.13.11 3.1.34v-7.29l-4.22-.59v-2.38l8.89-.86h.13l1.2.91v31.81h2.33v2.46c-2.07.43-3.78.65-5.13.65-.92 0-1.57-.15-1.96-.45-.39-.3-.58-.9-.58-1.8v-1.2c-.75 1-1.77 1.83-3.07 2.48-1.29.64-2.66.97-4.09.97Zm2.24-3.58c.95 0 1.79-.19 2.52-.58.74-.39 1.32-.85 1.75-1.4v-15.69c-.2-.29-.63-.53-1.27-.73-.65-.2-1.34-.3-2.09-.3-1.84 0-3.32.8-4.42 2.4-1.1 1.59-1.66 4.15-1.66 7.65 0 2.93.47 5.11 1.42 6.53s2.2 2.13 3.74 2.13ZM555.72 360.96c0-2.61 1.31-4.58 3.94-5.9 2.63-1.32 6.02-2 10.19-2.03v-.99c0-1.18-.13-2.1-.37-2.76-.24-.66-.69-1.15-1.33-1.48-.65-.33-1.59-.5-2.82-.5-1.41 0-2.67.18-3.79.55-1.12.36-2.29.82-3.5 1.4l-1.33-2.76c.43-.37 1.15-.82 2.17-1.33 1.03-.52 2.24-.97 3.65-1.36 1.41-.39 2.86-.58 4.35-.58 2.22 0 3.95.29 5.2.86 1.25.58 2.15 1.5 2.69 2.76.54 1.26.82 2.96.82 5.08v13.19h2.33v2.41c-.58.15-1.4.29-2.46.43-1.07.15-2 .22-2.8.22-.98 0-1.64-.15-1.97-.43-.33-.29-.49-.88-.49-1.77v-1.17c-.78.86-1.78 1.64-3.02 2.33-1.24.69-2.63 1.04-4.19 1.04-1.32 0-2.54-.28-3.64-.84a6.67 6.67 0 0 1-2.65-2.46c-.66-1.08-.99-2.38-.99-3.91Zm10.04 3.63c.61 0 1.29-.18 2.06-.54.78-.36 1.45-.8 2.03-1.32v-7.07c-2.58 0-4.51.44-5.8 1.32-1.28.87-1.91 2-1.91 3.38s.32 2.43.97 3.15c.64.72 1.53 1.07 2.65 1.07ZM585.45 347.82l-2.75-.78v-2.97l7.15-.91h.14l1.07.86v1.69l-.05 1.03c1.01-.95 2.32-1.76 3.93-2.45 1.61-.69 3.23-1.04 4.87-1.04 1.75 0 3.12.32 4.1.97.99.65 1.71 1.66 2.13 3.04.43 1.38.65 3.24.65 5.6v11.91l2.64.34v2.59h-11.12v-2.59l2.32-.34v-11.91c0-1.49-.1-2.66-.3-3.51-.2-.85-.56-1.46-1.1-1.85-.53-.39-1.28-.58-2.26-.58-1.64 0-3.39.71-5.26 2.11v15.69l2.59.38v2.59h-11.25v-2.59l2.5-.38v-16.9ZM622.09 368.07c-1.8 0-3.14-.41-4-1.25-.86-.83-1.29-2.15-1.29-3.96v-15.82h-2.81v-2.24c.23-.08.65-.24 1.25-.45.61-.22 1.07-.4 1.39-.54.49-.37.9-1.02 1.25-1.95.26-.6.73-2.09 1.42-4.48h3.45l.17 6.33h6.59v3.32h-6.55v12.12c0 1.61.04 2.75.13 3.4.09.66.28 1.08.57 1.27.29.19.79.28 1.5.28s1.46-.08 2.24-.23c.78-.16 1.43-.36 1.95-.58l.82 2.41c-.81.61-1.99 1.15-3.54 1.64-1.55.48-3.06.72-4.52.72ZM647.27 365.36c3.99-2.36 7.27-4.96 9.83-7.8 2.56-2.85 3.84-5.59 3.84-8.23 0-1.41-.44-2.53-1.32-3.38-.87-.85-2.1-1.27-3.67-1.27s-2.76.28-3.78.84c-1.02.56-2.02 1.29-3 2.18l-1.63-2.38c.57-.71 1.4-1.45 2.47-2.19 1.08-.75 2.34-1.37 3.78-1.88 1.44-.5 2.89-.76 4.35-.76 2.1 0 3.86.36 5.28 1.08 1.42.72 2.47 1.66 3.16 2.85.69 1.17 1.04 2.48 1.04 3.92 0 2.76-1.32 5.54-3.96 8.33-2.64 2.78-6.01 5.34-10.09 7.67l12.5-1.17 1.64-3.63 2.72.56-1.25 7.59h-21l-.91-2.33ZM691.07 367.69h-14.23l-1.38-2.24c2.47-4.69 6.55-13.73 12.24-27.12h1.29l4.87 2.51-11 20.95-1.9 2.8 10.13-.61.43-8.06 4.7-.4v8.1l5.52-.29v4.35h-5.52v6.9h-5.18v-6.9ZM721.76 336.17l-3.28-.56v-2.32l8.02-.96h.13l1.12.83.05 9.61-.3 3.75c.89-.81 2.1-1.55 3.64-2.24 1.54-.69 3.15-1.04 4.85-1.04 1.81 0 3.22.34 4.22 1.01 1.01.68 1.71 1.7 2.11 3.08.4 1.38.61 3.22.61 5.52v11.86l2.76.38v2.59h-11.33v-2.59l2.5-.38v-11.86c0-1.49-.1-2.65-.3-3.49-.2-.83-.57-1.45-1.1-1.85-.53-.4-1.31-.61-2.36-.61-.89 0-1.8.21-2.73.63-.93.41-1.76.91-2.48 1.48v15.69l2.64.38v2.59h-11.17v-2.59l2.41-.34v-28.59ZM761.94 368.17c-3.8 0-6.62-1.11-8.48-3.33-1.85-2.23-2.78-5.27-2.78-9.13 0-2.58.48-4.82 1.45-6.72.96-1.9 2.32-3.36 4.07-4.36 1.75-1 3.78-1.5 6.09-1.5 2.87 0 5.08.76 6.63 2.26 1.55 1.51 2.36 3.66 2.41 6.45 0 1.9-.12 3.31-.35 4.22h-14c.12 2.61.73 4.65 1.85 6.1 1.12 1.45 2.71 2.18 4.78 2.18 1.12 0 2.27-.19 3.46-.56 1.2-.37 2.14-.82 2.83-1.34l1.07 2.37c-.77.84-2.03 1.61-3.77 2.32-1.74.7-3.5 1.05-5.28 1.05Zm3.36-14.7c.06-.81.09-1.43.09-1.85 0-3.82-1.28-5.74-3.84-5.74-1.41 0-2.5.57-3.28 1.69-.78 1.12-1.21 3.09-1.29 5.9h8.31ZM796.69 368.12c-.95 0-1.64-.2-2.08-.61-.43-.4-.64-1.01-.64-1.81v-1.17c-.78.95-1.87 1.79-3.28 2.53-1.41.73-2.82 1.1-4.22 1.1-2.76 0-4.73-.71-5.91-2.13-1.18-1.42-1.77-3.77-1.77-7.05v-12.15l-2.15-.61v-2.46l7.32-.56h.05l.86.61v15.17c0 2.1.26 3.57.77 4.41.52.83 1.48 1.25 2.89 1.25 1.69 0 3.28-.66 4.75-1.99v-15.81l-2.89-.65v-2.41l7.8-.56h.09l1.03.61v21.21h2.41l-.03 2.46c-.12.02-.65.14-1.6.34-.95.2-2.08.3-3.4.3ZM807.24 365.15l2.85-.35v-16.98l-2.75-.78v-2.97l6.68-.91h.13l1.07.86v.96l-.13 3.49h.13c.2-.57.68-1.29 1.42-2.13.75-.85 1.68-1.59 2.82-2.24 1.13-.64 2.37-.97 3.7-.97.63 0 1.17.09 1.63.26v6.46c-.86-.6-1.91-.9-3.15-.9-2.1 0-3.92.56-5.47 1.68v14.14l4.99.38v2.54h-13.92v-2.54ZM840.87 368.17c-3.8 0-6.62-1.11-8.48-3.33-1.85-2.23-2.78-5.27-2.78-9.13 0-2.58.48-4.82 1.45-6.72.96-1.9 2.32-3.36 4.07-4.36 1.75-1 3.78-1.5 6.09-1.5 2.87 0 5.08.76 6.63 2.26 1.55 1.51 2.36 3.66 2.41 6.45 0 1.9-.12 3.31-.35 4.22h-14c.12 2.61.73 4.65 1.85 6.1 1.12 1.45 2.71 2.18 4.78 2.18 1.12 0 2.27-.19 3.46-.56 1.2-.37 2.14-.82 2.83-1.34l1.07 2.37c-.77.84-2.03 1.61-3.77 2.32-1.74.7-3.5 1.05-5.28 1.05Zm3.36-14.7c.06-.81.09-1.43.09-1.85 0-3.82-1.28-5.74-3.84-5.74-1.41 0-2.5.57-3.28 1.69-.78 1.12-1.21 3.09-1.29 5.9h8.31ZM860.96 364.16c.22.34.75.66 1.56.97.82.3 1.65.45 2.48.45 1.35 0 2.37-.28 3.04-.84s1.01-1.3 1.01-2.23-.42-1.71-1.26-2.3c-.83-.59-2.24-1.32-4.22-2.18l-1.2-.51c-1.98-.84-3.46-1.85-4.44-3.02-.98-1.18-1.47-2.71-1.47-4.57 0-1.3.39-2.45 1.17-3.47.78-1.02 1.87-1.81 3.28-2.39 1.41-.57 3.03-.86 4.87-.86 1.35 0 2.51.09 3.46.26.96.17 1.98.4 3.04.69.57.2 1.01.32 1.29.35v5.64h-3.4l-.99-3.28c-.17-.29-.56-.54-1.17-.77-.61-.23-1.29-.35-2.06-.35-1.18 0-2.13.25-2.83.76-.7.51-1.05 1.2-1.05 2.09 0 .81.24 1.48.73 2.02.49.53 1.02.94 1.59 1.22.57.28 1.64.76 3.19 1.42 1.55.66 2.84 1.29 3.86 1.9 1.02.6 1.87 1.38 2.54 2.34.68.96 1.01 2.13 1.01 3.51 0 2.13-.84 3.86-2.51 5.18-1.66 1.32-4.06 1.98-7.19 1.98-1.46 0-2.78-.13-3.94-.4-1.17-.26-2.51-.6-4.03-1.03l-.94-.3v-5.69h3.58l.99 3.4Z%27/%3E%3C/svg%3E");
        display: none;
        height: 112px;
        width: 275px;
    }
@media (min-width: 768px) {

  .icon__logo_baselineBirthday {
    display: block;
  }
}
.icon__logo {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%27135%27 height=%2728%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.712 1.976v22.048c0 .896.139 1.504.416 1.824.299.32.8.48 1.504.48V27a75.868 75.868 0 0 0-1.856-.064 49.96 49.96 0 0 0-2.56-.064c-.853 0-1.728.021-2.624.064-.875.021-1.536.043-1.984.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V5.784c0-.939-.139-1.632-.416-2.08C1.856 3.234 1.355 3 .608 3v-.672c.683.064 1.344.096 1.984.096.981 0 1.899-.032 2.752-.096a23.247 23.247 0 0 0 2.368-.352Zm5.706 1.92c.533 0 1.003.107 1.408.32.427.192.757.47.992.832.235.299.416.704.544 1.216.15.512.224 1.056.224 1.632 0 1.067-.277 2.07-.832 3.008-.555.917-1.408 1.643-2.56 2.176l-.288-.576a4.593 4.593 0 0 0 1.536-1.12c.47-.512.757-1.045.864-1.6.17-.533.192-1.045.064-1.536-.512.576-1.216.864-2.112.864-.79 0-1.43-.224-1.92-.672-.49-.47-.736-1.12-.736-1.952 0-.768.256-1.387.768-1.856.533-.49 1.216-.736 2.048-.736Zm15.164.448v.64c-.661.021-1.162.107-1.504.256-.341.128-.565.384-.672.768-.106.363-.16.939-.16 1.728v15.872c0 .768.054 1.344.16 1.728.128.384.352.64.672.768.342.128.843.213 1.504.256V27a33.542 33.542 0 0 0-2.304-.064 138.878 138.878 0 0 0-5.856 0c-.96 0-1.728.021-2.304.064v-.64c.662-.043 1.152-.128 1.472-.256.342-.128.566-.384.672-.768.128-.384.192-.96.192-1.728V7.736c0-.79-.064-1.365-.192-1.728-.106-.384-.33-.64-.672-.768-.32-.15-.81-.235-1.472-.256v-.64c.576.021 1.344.043 2.304.064a138.694 138.694 0 0 0 5.856 0c.939-.021 1.707-.043 2.304-.064Zm13.334 5.632c.938 0 1.685.117 2.24.352.576.235 1.013.533 1.312.896.341.405.586.928.736 1.568.17.64.256 1.504.256 2.592v8.64c0 .896.138 1.504.416 1.824.298.32.8.48 1.504.48V27a84.162 84.162 0 0 0-1.92-.064 47.468 47.468 0 0 0-4.96 0c-.81.021-1.419.043-1.824.064v-.672c.597 0 1.013-.16 1.248-.48.234-.32.352-.928.352-1.824V13.848c0-.49-.054-.907-.16-1.248-.107-.363-.288-.63-.544-.8-.256-.192-.619-.288-1.088-.288-.49 0-.95.128-1.376.384a2.89 2.89 0 0 0-.992 1.088c-.235.448-.352.96-.352 1.536v9.504c0 .896.117 1.504.352 1.824.234.32.65.48 1.248.48V27a76.598 76.598 0 0 0-1.76-.064 42.078 42.078 0 0 0-2.336-.064c-.875 0-1.75.021-2.624.064-.875.021-1.536.043-1.984.064v-.672c.704 0 1.194-.16 1.472-.48.298-.32.448-.928.448-1.824V13.912c0-.96-.139-1.664-.416-2.112-.278-.47-.779-.704-1.504-.704v-.672c.682.064 1.344.096 1.984.096.96 0 1.866-.032 2.72-.096a23.053 23.053 0 0 0 2.4-.352v2.592c.512-.981 1.205-1.675 2.08-2.08.896-.405 1.92-.608 3.072-.608Zm15.524-8c.81 0 1.504.107 2.08.32.598.192 1.11.459 1.536.8.32.235.587.576.8 1.024.235.427.352.928.352 1.504 0 .619-.234 1.173-.704 1.664-.448.49-1.034.736-1.76.736-.79 0-1.43-.213-1.92-.64-.49-.448-.736-1.056-.736-1.824 0-.576.17-1.099.512-1.568.342-.49.854-.832 1.536-1.024-.064-.107-.181-.192-.352-.256-.17-.085-.394-.128-.672-.128-.384 0-.704.064-.96.192s-.47.31-.64.544c-.213.277-.373.672-.48 1.184-.085.512-.128 1.29-.128 2.336v3.616h3.424v.64h-3.424v12.608c0 1.045.256 1.75.768 2.112.512.341 1.216.512 2.112.512V27a156.43 156.43 0 0 0-2.432-.064 78.537 78.537 0 0 0-3.264-.064c-.832 0-1.653.021-2.464.064-.81.021-1.418.043-1.824.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V11.096h-2.048v-.64h2.048c0-1.259.064-2.304.192-3.136.15-.853.374-1.568.672-2.144.32-.597.747-1.13 1.28-1.6.47-.448 1.11-.821 1.92-1.12a7.335 7.335 0 0 1 2.656-.48Zm10.011 8c1.6 0 2.998.288 4.192.864 1.216.555 2.155 1.472 2.816 2.752.683 1.28 1.024 2.987 1.024 5.12s-.341 3.84-1.024 5.12c-.661 1.28-1.6 2.208-2.816 2.784-1.194.555-2.592.832-4.192.832-1.578 0-2.976-.277-4.192-.832-1.194-.576-2.133-1.504-2.816-2.784-.682-1.28-1.024-2.987-1.024-5.12s.342-3.84 1.024-5.12c.683-1.28 1.622-2.197 2.816-2.752 1.216-.576 2.614-.864 4.192-.864Zm0 .64c-.746 0-1.376.64-1.888 1.92-.49 1.259-.736 3.317-.736 6.176s.246 4.928.736 6.208c.512 1.259 1.142 1.888 1.888 1.888.768 0 1.398-.63 1.888-1.888.49-1.28.736-3.35.736-6.208 0-2.859-.245-4.917-.736-6.176-.49-1.28-1.12-1.92-1.888-1.92Zm20.554-.64c.726 0 1.302.16 1.728.48.427.299.736.693.928 1.184.192.47.288.939.288 1.408 0 .875-.256 1.579-.768 2.112-.49.533-1.141.8-1.952.8-.853 0-1.504-.192-1.952-.576-.448-.405-.672-.939-.672-1.6 0-.661.139-1.205.416-1.632.299-.427.662-.79 1.088-1.088-.32-.043-.63 0-.928.128a2.541 2.541 0 0 0-.96.48 3.566 3.566 0 0 0-.768.832c-.213.32-.384.672-.512 1.056-.106.363-.16.736-.16 1.12v9.024c0 1.024.224 1.717.672 2.08.47.363 1.206.544 2.208.544V27c-.49-.021-1.216-.043-2.176-.064a67.017 67.017 0 0 0-2.976-.064c-.917 0-1.845.021-2.784.064-.917.021-1.6.043-2.048.064v-.672c.704 0 1.195-.16 1.472-.48.299-.32.448-.928.448-1.824V13.912c0-.96-.138-1.664-.416-2.112-.277-.47-.778-.704-1.504-.704v-.672c.683.064 1.344.096 1.984.096.96 0 1.867-.032 2.72-.096a23.055 23.055 0 0 0 2.4-.352v2.624a4.943 4.943 0 0 1 .992-1.44 4.503 4.503 0 0 1 1.44-.928 4.55 4.55 0 0 1 1.792-.352Zm15.156 0c.918 0 1.654.117 2.208.352.576.235 1.024.533 1.344.896.342.405.587.939.736 1.6.15.64.224 1.493.224 2.56v8.64c0 .896.118 1.504.352 1.824.256.32.694.48 1.312.48V27a75.98 75.98 0 0 0-1.792-.064 42.652 42.652 0 0 0-4.672 0c-.768.021-1.344.043-1.728.064v-.672c.491 0 .832-.16 1.024-.48.214-.32.32-.928.32-1.824V13.848c0-.49-.042-.907-.128-1.248-.085-.363-.234-.63-.448-.8-.213-.192-.522-.288-.928-.288-.469 0-.917.128-1.344.384a2.89 2.89 0 0 0-.992 1.088c-.234.448-.352.96-.352 1.536v9.504c0 .896.097 1.504.288 1.824.193.32.544.48 1.056.48V27a60.85 60.85 0 0 0-1.632-.064 37.567 37.567 0 0 0-2.207-.064c-.875 0-1.75.021-2.625.064-.874.021-1.536.043-1.984.064v-.672c.704 0 1.195-.16 1.472-.48.3-.32.448-.928.448-1.824V13.912c0-.96-.138-1.664-.415-2.112-.278-.47-.78-.704-1.504-.704v-.672c.682.064 1.343.096 1.983.096.96 0 1.867-.032 2.72-.096a23.047 23.047 0 0 0 2.4-.352v2.592c.491-.96 1.153-1.643 1.984-2.048.854-.427 1.814-.64 2.88-.64Zm9.632 0c.918 0 1.654.117 2.208.352.576.235 1.024.533 1.344.896.342.405.587.939.736 1.6.15.64.224 1.493.224 2.56v8.64c0 .896.139 1.504.416 1.824.299.32.8.48 1.504.48V27a83.871 83.871 0 0 0-1.92-.064 47.447 47.447 0 0 0-2.432-.064c-.81 0-1.6.021-2.368.064-.768.021-1.344.043-1.728.064v-.672c.491 0 .832-.16 1.024-.48.214-.32.32-.928.32-1.824V13.848c0-.49-.053-.907-.16-1.248-.106-.363-.288-.63-.544-.8-.234-.192-.586-.288-1.056-.288-.469 0-.917.15-1.344.448-.405.277-.736.65-.992 1.12-.234.47-.373.992-.416 1.568l-.192-1.6c.576-1.195 1.334-2.005 2.272-2.432.939-.427 1.974-.64 3.104-.64Zm15.269 0c1.878 0 3.35.555 4.416 1.664 1.067 1.11 1.6 2.933 1.6 5.472h-10.272l-.032-.608h5.952c.043-1.045 0-2.005-.128-2.88-.128-.896-.341-1.61-.64-2.144-.277-.533-.65-.8-1.12-.8-.64 0-1.184.459-1.632 1.376-.448.917-.725 2.475-.832 4.672l.128.224c-.042.235-.064.48-.064.736v.768c0 1.472.192 2.645.576 3.52.406.875.907 1.493 1.504 1.856.598.363 1.216.544 1.856.544.363 0 .768-.053 1.216-.16.448-.107.918-.33 1.408-.672.491-.341.96-.843 1.408-1.504l.544.192c-.234.832-.64 1.653-1.216 2.464a7.082 7.082 0 0 1-2.144 1.984c-.874.512-1.93.768-3.168.768-1.408 0-2.666-.288-3.776-.864-1.109-.597-1.994-1.525-2.656-2.784-.64-1.28-.96-2.944-.96-4.992 0-2.027.352-3.69 1.056-4.992.704-1.301 1.664-2.261 2.88-2.88 1.216-.64 2.582-.96 4.096-.96Zm3.264-9.184c.406.32.608.747.608 1.28.022.533-.149 1.024-.512 1.472-.32.405-.736.779-1.248 1.12-.49.32-1.077.715-1.76 1.184-.682.47-1.514 1.13-2.496 1.984l-.352-.288c.619-1.173 1.056-2.155 1.312-2.944.278-.79.512-1.461.704-2.016.192-.555.48-1.045.864-1.472.342-.405.79-.65 1.344-.736a1.9 1.9 0 0 1 1.536.416Z%27 fill=%27%230E346E%27/%3E%3C/svg%3E");
        display: block;
        height: 28px;
        width: 135px;
    }
@media (min-width: 768px) {

  .icon__logo {
    display: none;
  }
}
.icon__logoBirthday {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id=%27Calque_1%27 data-name=%27Calque 1%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1008.86 288.33%27%3E%3Cdefs%3E%3CclipPath id=%27clippath%27%3E%3Cpath class=%27cls-2%27 d=%27M167.86 59.19h45.52v92.54h-45.52z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-1%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-2%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-3%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-4%27%3E%3Cpath class=%27cls-2%27 d=%27M85.03 89.79h86.57v69.4H85.03z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-5%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-6%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-7%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-8%27%3E%3Cpath class=%27cls-2%27 d=%27M76.82 178.6h91.04v43.28H76.82z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-9%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-10%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-11%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-12%27%3E%3Cpath class=%27cls-2%27 d=%27M157.42 93.52h4.48v11.19h-4.48z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-13%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-14%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-15%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-16%27%3E%3Cpath class=%27cls-2%27 d=%27M125.33 162.93h19.4v4.48h-19.4z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-17%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-18%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-19%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-20%27%3E%3Cpath class=%27cls-2%27 d=%27M95.48 191.28h4.48v15.67h-4.48z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-21%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-22%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-23%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-24%27%3E%3Cpath class=%27cls-2%27 d=%27M58.91 130.84h29.1V148h-29.1z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-25%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-26%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-27%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-28%27%3E%3Cpath class=%27cls-2%27 d=%27M117.12 147.25h29.1v11.94h-29.1z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-29%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-30%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-31%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-32%27%3E%3Cpath class=%27cls-2%27 d=%27M188.76 49.49h9.7v14.18h-9.7z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-33%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-34%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-35%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-36%27%3E%3Cpath class=%27cls-2%27 d=%27M62.64 189.79h11.19v11.19H62.64z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-37%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-38%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-39%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-40%27%3E%3Cpath class=%27cls-2%27 d=%27M68.61 105.46H79.8v10.45H68.61z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-41%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-42%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-43%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-44%27%3E%3Cpath class=%27cls-2%27 d=%27M131.3 48h10.45v10.45H131.3z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-45%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-46%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-47%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-48%27%3E%3Cpath class=%27cls-2%27 d=%27M92.49 158.45h6.72v5.97h-6.72z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-49%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-50%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-51%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-52%27%3E%3Cpath class=%27cls-2%27 d=%27M128.31 83.82h5.97v6.72h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-53%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-54%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-55%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-56%27%3E%3Cpath class=%27cls-2%27 d=%27M42.49 171.13h5.97v5.97h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-57%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-58%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-59%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-60%27%3E%3Cpath class=%27cls-2%27 d=%27M67.12 76.36h5.97v6.72h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-61%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-62%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-63%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-64%27%3E%3Cpath class=%27cls-2%27 d=%27M156.67 115.16h5.97v6.72h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-65%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-66%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-67%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-68%27%3E%3Cpath class=%27cls-2%27 d=%27M82.79 224.87h5.97v6.72h-5.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-69%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-70%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-71%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-42.58 126.602 124.887%29%27 d=%27M23.33 50.17h206.53v149.44H23.33z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-72%27%3E%3Cpath class=%27cls-2%27 d=%27M846.97 71.88h145.52v144.78H846.97z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-73%27%3E%3Cpath class=%27cls-2%27 transform=%27rotate%28-73.73 919.599 144.393%29%27 d=%27M847.57 72.41h144.01v144.01H847.57z%27/%3E%3C/clipPath%3E%3CclipPath id=%27clippath-74%27%3E%3Cpath class=%27cls-2%27 d=%27m939.74 75.29 5.05 7.63 8.96-1.9 3.35 8.5h9.16l1.51 9 8.97 1.89-.41 9.12 8.39 3.7-2.31 8.83 7.43 5.36-4.09 8.14 6.15 6.78-5.71 7.12 4.61 7.9-7.08 5.77 2.86 8.68-8.13 4.18.99 9.07-8.84 2.4-.93 9.08-9.14.52-2.81 8.67-9.06-1.38-4.56 7.9-8.58-3.23-6.11 6.79-7.72-4.94-7.4 5.37-6.53-6.42-8.36 3.71-5.05-7.62-8.96 1.9-3.35-8.51-9.17.01-1.5-9.01-8.97-1.89.41-9.11-8.39-3.71 2.31-8.82-7.44-5.36 4.1-8.15-6.15-6.78 5.71-7.11-4.61-7.9 7.08-5.78-2.86-8.67 8.13-4.18-.99-9.08 8.84-2.4.92-9.07 9.15-.52 2.81-8.68 9.06 1.38 4.56-7.9 8.58 3.23 6.11-6.78 7.72 4.93 7.4-5.36 6.53 6.42 8.36-3.72z%27/%3E%3C/clipPath%3E%3Cstyle%3E.cls-2{fill:none}.cls-2,.cls-4,.cls-5,.cls-6,.cls-7,.cls-8,.cls-9{stroke-width:0}.cls-4{fill:%236dc6da}.cls-5{fill:%236cbfa3}.cls-6{fill:%231f3767}.cls-7{fill:%23fff}.cls-8{fill:%23ffd136}.cls-9{fill:%23ea5376}%3C/style%3E%3C/defs%3E%3Cg style=%27clip-path:url%28%23clippath%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-1%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-2%29%27%3E%3Cpath class=%27cls-9%27 d=%27M190.34 90.42c3.16-2.36 8.26-3.96 12.23-.72 1.73 1.41 2.68 3.29 2.67 5.27-.01 1.95-.96 3.77-2.67 5.13-2.29 1.83-4.93 2.51-7.84 2.03-3.44-.57-6.8-2.63-9.57-5.19 1.18-2.55 2.86-4.8 5.17-6.52Zm10.06-9.61c-5.02-1.09-9.86-.06-14 3.01-2.38 1.76-4.5 4.17-6.22 6.98-5.27-8.91-4.54-18.67-2.93-27.9.21-1.23-.56-2.49-1.84-3-1.17-.46-2.39-.11-3.05.88-7.01 10.55-3.83 25.32 2.08 34.58.71 1.1 1.48 2.18 2.32 3.22-.6 2.04-1 4.16-1.18 6.29-1.27 15.11 3.68 30.88 14.31 45.6.57.78 1.48 1.15 2.35 1.02.38-.05.76-.2 1.1-.44 1.08-.78 1.31-2.2.52-3.32-5.63-8.03-9.35-18.28-10.75-29.63-.51-4.17-.73-8.95-.09-13.49 6.83 5.08 15.28 7.13 22.77 2.65 5.12-3.06 7.63-8.26 6.71-13.91-.99-6.14-5.86-11.18-12.1-12.55%27 style=%27clip-path:url%28%23clippath-3%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-4%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-5%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-6%29%27%3E%3Cpath class=%27cls-8%27 d=%27M121.18 126.59c.09 2.23-.27 6.24-3.68 8.09-1.6.87-3.36.96-4.6.22-1.03-.61-1.57-1.72-1.57-3.21 0-1.77.62-3.24 1.89-4.49 1.88-1.84 4.83-2.87 7.67-3.33.16.92.26 1.82.3 2.71Zm50.04 29.03c-7.11-12.9-14.47-25.09-26.24-32.52-5.79-3.65-13.35-6.19-20.55-6.04-1.01-2.85-2.31-5.54-3.7-7.76-7.26-11.61-19.75-19.02-32.58-19.33-1.31-.03-2.33.9-2.44 2.22-.1 1.27.7 2.71 2.23 2.92 11.11 1.5 20.96 7.2 27.04 15.65 1.65 2.29 3 4.65 4.01 6.98-3.14.75-6.09 2.13-8.67 4.31-3.85 3.26-6.15 9.19-3.06 14.21 2.41 3.94 7.47 5.27 12.02 3.17 3.25-1.5 5.41-3.99 6.43-7.4.76-2.52.8-5.43.36-8.41 6.45.4 12.18 3.29 15.93 5.71 8.47 5.47 14.46 14 20.26 22.25 1.51 2.15 3.07 4.36 4.64 6.48.57.77 1.55 1.13 2.49 1 .38-.05.75-.18 1.08-.4 1.05-.67 1.36-1.93.74-3.05%27 style=%27clip-path:url%28%23clippath-7%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-8%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-9%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-10%29%27%3E%3Cpath class=%27cls-4%27 d=%27M121.46 191.82c3.99 3.96 6.45 9.32 5.16 15.49-.78 3.76-3.27 8.29-7.92 9.7-2.73.83-5.33.38-7.1-1.24-1.8-1.64-2.5-4.19-1.92-7.01 1.36-6.65 6.21-12.63 11.78-16.95Zm45.22-6.4c-12.34-7.44-27.19-8.43-39.71-2.65-1.55.72-3.11 1.56-4.64 2.51-12.5-9.23-29.04-6.61-43.68-2.76-1.13.3-1.76 1.36-1.48 2.54.26 1.1 1.32 2.06 2.66 1.77 9.75-2.11 21.9-4.73 32.56-.76 1.76.66 3.52 1.53 5.16 2.6-7.15 5.77-12.75 13.77-12.8 21.95-.03 4.99 2.43 8.72 6.76 10.24.55.19 1.11.34 1.68.46 5.17 1.02 11.14-1.12 14.5-5.36 6.27-7.91 5.4-19.51-1.56-27.27.9-.52 1.8-1 2.7-1.43 11.42-5.43 24.83-4.76 35.87 1.79 1 .59 2.14.32 2.72-.65.55-.92.43-2.28-.72-2.98%27 style=%27clip-path:url%28%23clippath-11%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-12%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-13%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-14%29%27%3E%3Cpath class=%27cls-4%27 d=%27M158.38 94.87c-.39 2.87-.45 6.26.76 8.95.47 1.05 2.4 1.01 2.16-.38-.49-2.81-1.14-5.21-.87-8.13.11-1.23-1.87-1.78-2.05-.44%27 style=%27clip-path:url%28%23clippath-15%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-16%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-17%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-18%29%27%3E%3Cpath class=%27cls-9%27 d=%27M143.58 164.92c-5.49-1.7-11.11-2.29-16.84-1.81-1.36.11-.99 2.14.27 2.03 5.56-.47 10.98.12 16.31 1.76 1.32.41 1.48-1.61.26-1.98%27 style=%27clip-path:url%28%23clippath-19%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-20%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-21%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-22%29%27%3E%3Cpath class=%27cls-9%27 d=%27M99.62 205.7c-2.19-4.09-2.24-8.62-.12-12.77.57-1.11-1.32-2.09-1.91-.93-2.32 4.55-2.29 9.79.12 14.29.6 1.12 2.57.63 1.91-.59%27 style=%27clip-path:url%28%23clippath-23%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-24%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-25%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-26%29%27%3E%3Cpath class=%27cls-5%27 d=%27M87.77 137.82c-4.05-5.11-10.46-7.91-16.95-6.17-6.62 1.78-10.84 7.86-11.4 14.51-.11 1.29 1.99 1.85 2.15.45 1.32-11.82 16.73-17.04 24.55-7.73.84 1 2.52.03 1.65-1.07%27 style=%27clip-path:url%28%23clippath-27%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-28%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-29%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-30%29%27%3E%3Cpath class=%27cls-5%27 d=%27M145.72 150.83c-7.91-7.66-22.1-1.21-28.04 5.9-.93 1.1.82 2.46 1.82 1.52 3.23-3.05 7.16-5.4 11.39-6.74 4.04-1.28 10.11-2.25 13.56.82 1.03.92 2.23-.55 1.26-1.49%27 style=%27clip-path:url%28%23clippath-31%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-32%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-33%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-34%29%27%3E%3Cpath class=%27cls-5%27 d=%27M191.07 62.48c.28-4.47 2.62-8.39 6.45-10.74 1.11-.69-.18-2.38-1.24-1.73-4.24 2.61-6.94 7.06-7.25 12.03-.08 1.24 1.96 1.78 2.05.44%27 style=%27clip-path:url%28%23clippath-35%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-36%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-37%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-38%29%27%3E%3Cpath class=%27cls-9%27 d=%27m72.78 194.28-2-.66a.792.792 0 0 1-.53-.55l-.58-2.03a.82.82 0 0 0-1.45-.26l-1.25 1.7c-.16.22-.42.34-.69.34l-2.11-.07a.827.827 0 0 0-.7 1.3l1.22 1.71c.16.22.2.5.1.76l-.72 1.99a.819.819 0 0 0 1.02 1.06l2.01-.64c.26-.08.54-.03.75.13l1.66 1.29c.54.42 1.32.03 1.33-.65l.02-2.11c0-.27.14-.52.36-.68l1.75-1.18c.56-.38.44-1.24-.2-1.46%27 style=%27clip-path:url%28%23clippath-39%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-40%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-41%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-42%29%27%3E%3Cpath class=%27cls-4%27 d=%27m78.58 109.39-2-.66a.792.792 0 0 1-.53-.55l-.58-2.03c-.19-.65-1.05-.81-1.45-.26l-1.25 1.7c-.16.22-.42.34-.69.33l-2.11-.06a.827.827 0 0 0-.7 1.3l1.23 1.71c.16.22.2.5.1.76l-.72 1.99a.819.819 0 0 0 1.02 1.06l2.01-.64c.26-.08.54-.03.75.13l1.66 1.29c.54.42 1.32.04 1.33-.64l.02-2.11c0-.27.14-.52.36-.68l1.75-1.18a.819.819 0 0 0-.2-1.46%27 style=%27clip-path:url%28%23clippath-43%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-44%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-45%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-46%29%27%3E%3Cpath class=%27cls-8%27 d=%27m140.77 52.13-2-.66a.832.832 0 0 1-.53-.55l-.59-2.03a.822.822 0 0 0-1.45-.26l-1.25 1.7c-.16.22-.42.35-.69.34l-2.11-.07a.827.827 0 0 0-.7 1.3l1.23 1.71c.16.22.2.5.1.76l-.72 1.99a.819.819 0 0 0 1.02 1.06l2.01-.64c.26-.08.54-.03.75.13l1.66 1.29c.54.42 1.32.04 1.33-.64l.02-2.11c0-.27.14-.52.36-.67l1.75-1.19c.56-.38.44-1.24-.2-1.46%27 style=%27clip-path:url%28%23clippath-47%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-48%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-49%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-50%29%27%3E%3Cpath class=%27cls-4%27 d=%27M98.45 161.14a2.744 2.744 0 0 0-3.1-2.35c-1.5.21-2.56 1.6-2.35 3.1a2.744 2.744 0 0 0 3.1 2.35 2.75 2.75 0 0 0 2.35-3.1%27 style=%27clip-path:url%28%23clippath-51%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-52%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-53%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-54%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-55%29%27%3E%3Cpath d=%27M134.07 86.67a2.744 2.744 0 0 0-3.1-2.35c-1.51.21-2.56 1.6-2.36 3.1.2 1.51 1.59 2.56 3.1 2.35 1.51-.21 2.56-1.6 2.36-3.1%27 style=%27fill:%236d6cb0;stroke-width:0%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-56%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-57%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-58%29%27%3E%3Cpath class=%27cls-9%27 d=%27M48.22 173.52a2.744 2.744 0 0 0-3.1-2.35c-1.51.21-2.56 1.6-2.36 3.1s1.59 2.56 3.1 2.35c1.51-.21 2.56-1.6 2.36-3.1%27 style=%27clip-path:url%28%23clippath-59%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-60%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-61%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-62%29%27%3E%3Cpath class=%27cls-9%27 d=%27M72.77 79.21c-.2-1.5-1.59-2.55-3.1-2.35-1.51.21-2.56 1.6-2.35 3.1s1.59 2.55 3.1 2.35a2.75 2.75 0 0 0 2.35-3.1%27 style=%27clip-path:url%28%23clippath-63%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-64%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-65%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-66%29%27%3E%3Cpath class=%27cls-9%27 d=%27M162.35 118.01c-.2-1.5-1.59-2.56-3.1-2.35-1.5.21-2.56 1.6-2.35 3.1a2.744 2.744 0 0 0 3.1 2.35c1.5-.21 2.56-1.6 2.35-3.1%27 style=%27clip-path:url%28%23clippath-67%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg style=%27clip-path:url%28%23clippath-68%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-69%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-70%29%27%3E%3Cpath class=%27cls-8%27 d=%27M88.44 227.93c-.2-1.5-1.59-2.56-3.1-2.35s-2.56 1.6-2.35 3.1 1.59 2.55 3.1 2.35a2.75 2.75 0 0 0 2.35-3.1%27 style=%27clip-path:url%28%23clippath-71%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath class=%27cls-6%27 d=%27M175.4 161.32c6.03.11 12.07.47 18.09.25 5.96-.21 11.91-.99 18.02-1.53v3.07c0 35.88-.02 71.76 0 107.64 0 2 .18 4.04.59 5.99.86 4.12 2.61 5.54 6.83 5.91h.13c2.37.19 2.33.19 2.26 2.58-.03.8-.33.99-1.07.95-3-.13-5.99-.29-8.99-.31-8.45-.04-16.9-.06-25.34-.01-3.5.01-7.01.2-10.5.3v-3.27c5.24.36 8.84-2.44 9.39-7.54.31-2.96.4-5.96.4-8.93.03-27.95.04-55.91 0-83.85 0-3.35-.2-6.72-.66-10.03-.74-5.2-3.97-7.86-9.12-7.92v-3.3ZM835.99 151.23c.32.23.61.56.97.68 5.71 1.9 7.9 6.95 5.38 12.48-1.53 3.34-3.94 6.02-6.95 8.03-7.52 5.01-14.97 10.09-21.78 16.04-.24.22-.55.37-.82.55-1.8-1.29-1.82-1.3-.8-3.1 3.67-6.43 5.96-13.42 8.34-20.36 1.18-3.46 2.43-6.9 4.89-9.74 1.86-2.17 3.96-3.89 7.24-3.95-.37-.3-.57-.45-.77-.62 1.43-.01 2.87-.01 4.3-.01ZM719.03 215.33c2.43-5.26 5.77-9.26 10.76-11.72a32.75 32.75 0 0 1 10.26-3.1c5.01-.66 10.03-.74 14.96.67 6.62 1.88 11 5.91 12.57 12.78.92 4.01 1.33 8.04 1.35 12.11.05 15.34 0 30.68.06 46.03 0 1.75.24 3.52.56 5.25.57 3.15 2.89 4.94 6.65 5.3.75.07 1.5.17 2.2.25.1.15.17.22.18.29q.31 2.96-2.64 2.9c-9-.16-18-.38-27-.43-3.92-.02-7.85.26-11.78.48-1.15.07-1.37-.3-1.39-1.41-.03-1.42.27-2.07 1.86-2.2 1.98-.17 3.4-1.48 3.82-3.39.57-2.61 1.17-5.28 1.18-7.93.1-16.98.07-33.96.04-50.95 0-1.71-.18-3.45-.51-5.13-1.18-6.11-4.94-8.19-10.67-7.1-5.81 1.1-11.7 7.31-11.71 14.29-.01 15.88.04 31.78.11 47.66 0 2.27.08 4.55.43 6.77.62 3.98 2.61 5.61 6.66 5.92.42.03.83.07 1.33.1v3.45c-13.87-.83-27.66-.87-41.6-.01 0-1.05-.08-1.93.05-2.77.04-.29.57-.69.92-.74 2.92-.47 4.78-2.09 5.26-4.99.35-2.15.59-4.34.59-6.52.02-17.9 0-35.81-.1-53.72 0-1.85-.42-3.77-1.05-5.52-1.36-3.76-3.84-4.29-6.86-4.17-7.08.28-12.07 5.96-12.92 12.09-.3 2.15-.41 4.35-.41 6.53-.03 14.5-.06 29 .02 43.5.02 2.87.34 5.77.84 8.61.48 2.73 2.34 4.15 5.2 4.21.28 0 .58.42.82.69.09.1.04.33.04.49.11 2.24.1 2.22-2.09 2.17-8.58-.17-17.15-.41-25.73-.43-4.98-.01-9.96.34-15.05.52v-3.3c1.03-.15 2.08-.29 3.1-.47 3.14-.54 5.29-2.25 5.86-5.44.39-2.17.63-4.41.64-6.63.01-17.69 0-35.39-.13-53.08-.01-2.21-.69-4.46-1.36-6.6-1.05-3.36-3.8-4.61-7.07-4.99-.33-.04-.66-.05-1.06-.08v-3.29c12.07.72 24.02.71 35.89-1.67v13.12c.57-.83.98-1.39 1.34-1.98 2.97-4.88 7.17-8.14 12.63-9.92 6.75-2.2 13.54-2.39 20.34-.55 6.44 1.74 10.55 5.92 12.13 12.44.09.43.24.85.47 1.58ZM374.11 286.15v-1.24q.01-1.97 1.94-2.26c3.5-.52 5.6-2.78 5.84-6.98.31-5.32.35-10.66.37-15.99.05-11.39.04-22.77 0-34.16-.01-3.4-.17-6.78-.34-10.17-.05-.86-.35-1.73-.65-2.55-1.32-3.68-4.37-5.17-8.73-4.99-7.62.3-13.15 6.84-13.21 14.57-.08 9.75-.03 19.51-.03 29.26 0 6.89-.08 13.79.04 20.68.04 2.11.46 4.24.94 6.31.57 2.44 2.34 3.68 4.81 4 2.58.34 2.74.61 2.13 3.5h-1.2c-9.3-.16-18.59-.4-27.89-.45-4.6-.02-9.21.27-13.81.49-.98.04-1.35-.2-1.21-1.15.02-.16.04-.34.02-.5-.16-1.31.34-1.76 1.73-1.88 5.05-.45 7.38-2.36 8.08-9.21.09-.87.05-1.77.05-2.65 0-16.6.03-33.21-.04-49.81 0-2.63-.29-5.29-.74-7.88-.79-4.61-2.96-6.68-7.59-7.29-1.28-.17-1.58-.66-1.46-1.75.06-.57.1-1.14.16-1.75 12.07.78 23.98.76 35.9-1.7v12.56c.39-.29.68-.39.79-.6 3.89-6.99 10.2-10.41 17.81-11.77 5.36-.96 10.75-1.05 16.11.19 7.28 1.69 11.62 6.21 13.32 13.42 1.16 4.91 1.41 9.89 1.44 14.89.07 14.12 0 28.24.04 42.37 0 1.67.1 3.37.44 5 .81 3.93 2.7 5.52 6.74 5.98.13.01.25.01.38.02 2.12.22 2.54.75 2.07 2.88-.06.27-.71.59-1.08.58-4.65-.13-9.29-.47-13.94-.45-9.42.05-18.85.3-28.27.46-.28.02-.52.02-.98.02ZM514.2 200.11c8.67-.01 15.88 1.24 22.68 4.49 6.54 3.12 11.29 7.94 14.46 14.43 2.55 5.23 3.77 10.77 4.27 16.48.34 3.84.57 7.72.48 11.57-.18 6.95-1.15 13.8-3.92 20.28-4.57 10.71-12.52 17.31-24.02 19.79-6.16 1.33-12.3 1.39-18.52.89-4.49-.36-8.82-1.3-13.04-2.9-6.63-2.52-11.61-6.93-15.37-12.79-3.49-5.46-5.18-11.53-5.94-17.9-.9-7.55-.85-15.1.28-22.62 1.19-7.89 4.1-15.05 9.64-20.98 4.1-4.38 9.29-6.91 14.93-8.64 4.97-1.52 10.06-2.17 14.06-2.11Zm-12.41 44.82c.11 0 .22 0 .33.02 0 2.99-.12 5.97.02 8.94.27 5.62.72 11.23 1.99 16.74 1.04 4.53 2.74 8.74 6.07 12.13 3.08 3.13 6.73 3.24 10.02.35 2.17-1.92 3.52-4.38 4.53-7.04 2.77-7.38 3.53-15.1 3.79-22.87.17-5-.01-10 .04-14.99.08-6.15-.32-12.26-1.56-18.29-.95-4.64-2.51-9.07-5.32-12.95-2.83-3.91-7.56-5.3-11.79-1.07-1.9 1.91-3.14 4.16-4.01 6.62a58.401 58.401 0 0 0-3.28 15.73c-.36 5.55-.57 11.14-.84 16.71Z%27/%3E%3Cpath class=%27cls-6%27 d=%27M473.24 164.41c-1.34-1.29-2.87-1.75-4.55-1.85-6.75-.36-10.53 3.88-11.41 10.32-.5 3.65-.58 7.36-.65 11.05-.11 5.84-.04 11.68-.1 17.52 0 .92.39 1.03 1.15 1.03 5.03-.02 10.07.05 15.09-.05 1.49-.03 1.37.73 1.41 1.71.04 1.08-.2 1.59-1.45 1.56-4.73-.09-9.47-.07-14.2-.09h-1.9v2.52c0 20.26 0 40.52.02 60.78 0 2.7.15 5.35 1.29 7.88 1.06 2.35 2.81 3.93 5.23 4.61 2.22.63 4.52.94 6.8 1.36 1.36.24 1.44.42 1.37 2.34-.04 1.16-.78 1.06-1.57 1.05-11.79-.18-23.58-.4-35.37-.48-4.22-.03-8.45.26-12.67.47-1.06.05-1.37-.32-1.24-1.29.05-.37.04-.76.01-1.13-.04-.7.29-.95.98-1.01.96-.08 1.95-.16 2.87-.43 3.91-1.12 5.79-3.91 5.81-8.66.02-5.38 0-10.76 0-16.14v-51.8H419.8v-2.1c0-.83.36-1.17 1.24-1.15 2.58.05 5.16-.05 7.73.06 1.2.05 1.57-.41 1.59-1.47.08-2.64.1-5.29.31-7.93.37-4.82.98-9.62 2.75-14.16 2.98-7.63 8.29-13.03 15.89-16.21 7.96-3.32 16.12-4.22 24.51-1.91 3.49.96 6.69 2.56 9.5 4.88 4.17 3.44 6.6 10.91 4.67 15.83-2.44 6.21-7.91 10-15.56 8.12-5.56-1.36-8.84-4.9-9.54-10.14-.71-5.38 1.81-10.64 6.43-13.23 1.19-.68 2.48-1.19 3.9-1.86ZM264.46 171.5c17.77.56 35.37.75 53.25-.02 0 .89.07 1.75-.04 2.6-.03.24-.54.55-.87.62-1.82.35-3.66.59-5.47.94-3.02.58-4.52 2.64-4.99 5.48-.32 1.94-.57 3.92-.57 5.88-.03 27.61-.03 55.22.01 82.84 0 2.38.29 4.78.72 7.12.57 3.17 2.66 4.95 5.86 5.42 1.42.21 2.84.45 4.26.53.84.05 1.07.36 1.07 1.15.02 2.15.05 2.12-2.13 2.07-4.9-.11-9.8-.25-14.7-.26-9.72-.02-19.44.02-29.16.07-2.07 0-4.14.1-6.21.22-.86.05-1.16-.25-1.06-1.06.04-.29.05-.59.02-.88-.09-.9.25-1.26 1.21-1.29 1.13-.03 2.27-.22 3.38-.45 4.61-.97 6.1-2.44 6.8-7.05.36-2.36.5-4.76.51-7.15.04-26.02.05-52.03-.02-78.04 0-3.29-.42-6.61-.93-9.87-.46-2.93-2.61-4.38-5.41-4.93-1.45-.29-2.91-.54-4.38-.65-.95-.07-1.26-.42-1.17-1.32.06-.62 0-1.25 0-1.96ZM832.26 236.13c-6.8 0-13.61.01-20.41-.01-1.1 0-1.58.24-1.53 1.47.15 4.24-.05 8.5.33 12.72.49 5.53 2.1 10.73 5.49 15.33 4.32 5.87 12.05 8.55 19.64 6.6 5.62-1.45 10.05-4.62 13.66-9.06.16-.2.31-.4.45-.61 1.03-1.55 1.43-1.7 3.06-.74.28.16.43 1.07.24 1.45-1.44 3.03-2.81 6.11-4.53 8.98-2.89 4.81-6.52 9-11.42 11.93-3.9 2.34-8.12 3.64-12.67 3.98-6.05.45-12.01.01-17.76-1.92-11.65-3.92-18.61-12.27-21.74-23.83-2.64-9.74-2.81-19.66-1.18-29.61 1.27-7.75 4.23-14.74 9.56-20.63 3.95-4.38 8.82-7.39 14.36-9.36 7.38-2.64 14.95-3.45 22.69-2.15 11.92 2 19.71 9.36 22.11 21.12.85 4.22 1.06 8.56 1.6 12.84.15 1.24-.36 1.58-1.55 1.57-6.8-.05-13.62-.02-20.42-.02v-.04Zm-11.33-3.07v.06h8.12c3.86-.01 3.1.08 3.16-3.06v-1.01c-.1-5.29-.16-10.59-1.76-15.72-.8-2.57-1.63-5.12-3.35-7.28-2.22-2.79-5.34-3.31-8.27-1.23-2.63 1.86-4.4 4.45-5.41 7.44-2.12 6.29-2.85 12.84-3.33 19.43-.08 1.02.24 1.41 1.32 1.38 3.18-.05 6.35-.01 9.52-.01ZM598.41 213.77c.91-1.46 1.55-2.67 2.35-3.77 5.7-7.83 13.49-10.82 23-9.55 3.25.43 5.85 2.17 7.7 4.84 3.67 5.29 4.51 11.09 1.97 16.99-2.73 6.33-9.08 9.22-16.57 7.51-4.69-1.07-7.97-3.54-8.74-8.4-.32-2.02-.07-4.18.21-6.24.45-3.36 2.68-5.71 5-7.96.54-.51 1.11-.99 1.57-1.63-2.74-.11-5.24.63-7.45 1.99-5.82 3.55-8.87 8.86-8.93 15.59-.13 16.09-.08 32.19.03 48.29.01 1.96.61 3.98 1.29 5.86 1.14 3.15 4.08 4.07 6.97 4.81 1.66.42 3.41.57 5.13.68.96.06 1.28.4 1.21 1.29-.05.66-.08 1.32-.13 2.02-1.54 0-2.97.05-4.39 0-13.99-.56-27.97-.73-41.95 0-1.18.06-2.37.02-3.55.07-.66.02-.88-.22-.89-.88-.06-2.34-.08-2.34 2.23-2.61 4.81-.55 7.36-3.51 7.44-8.99.11-7.9.09-15.79.11-23.69.04-10.04.13-20.08.05-30.12-.02-2.58-.39-5.2-.99-7.71-.96-4.01-3.62-6.09-7.74-6.43-.85-.07-1.12-.4-1.06-1.17.01-.16 0-.34 0-.51-.02-1.74-.02-1.73 1.69-1.62 8.7.54 17.4.54 26.08-.45 2.39-.27 4.75-.73 7.12-1.12.37-.06.74-.11 1.24-.19.01 4.33.01 8.56.01 13.13ZM250.47 191.62c-1.56.92-2.89 1.91-4.38 2.52-4.61 1.9-9.22 1.83-13.69-.48-3.81-1.96-5.39-5.38-5.96-9.39-1.25-8.76 5.67-15.28 14.67-14.95 6.31.22 11.75 3.85 13.78 10.13 3.45 10.67 1.48 20.29-5.25 29.06-1.91 2.5-4.64 4.12-7.35 5.71-.33.19-.66.38-.98.57-1.86 1.11-1.83 1.1-2.85-.86-.48-.92-.27-1.32.64-1.84 5.14-2.85 9.28-6.65 10.89-12.48.57-2.07.58-4.3.77-6.46.06-.5-.19-1.02-.3-1.53Z%27/%3E%3Cg style=%27clip-path:url%28%23clippath-72%29%27%3E%3Cg style=%27clip-path:url%28%23clippath-73%29%27%3E%3Cpath class=%27cls-6%27 d=%27m870.62 55.12 138.24 40.34-40.34 138.24-138.24-40.34 40.34-138.24Z%27 style=%27clip-path:url%28%23clippath-74%29%27/%3E%3C/g%3E%3C/g%3E%3Cpath class=%27cls-7%27 d=%27M882.43 111.11c1.19.34 2.5.6 3.92.77 1.43.16 2.79.13 4.07-.12a8.26 8.26 0 0 0 3.47-1.5c1.03-.76 1.78-1.91 2.23-3.44l19.12 5.59-11.99 41.07c-.54 1.84-.44 3.18.29 4 .73.82 1.8 1.44 3.21 1.85l2.81.82-4.48 15.33-37.31-10.88 4.48-15.33 3.31.96c1.46.43 2.67.29 3.64-.43.97-.71 1.61-1.61 1.92-2.68l5.81-19.87-8.48-2.47 3.98-13.65ZM931.08 130.46c-.56-.16-1.06-.26-1.48-.29a5.93 5.93 0 0 0-1.11-.01c-.32.02-.59.08-.82.16-.23.08-.43.15-.59.22l.1.21c.25-.05.51-.08.79-.12.28-.04.61 0 .99.1.64.2 1.14.57 1.49 1.13.35.55.39 1.29.12 2.22-.26.89-.82 1.49-1.7 1.82-.87.32-1.91.3-3.13-.05-1.15-.34-1.98-.94-2.47-1.81-.49-.87-.56-1.91-.2-3.12.19-.68.57-1.29 1.14-1.84.57-.56 1.32-.99 2.26-1.28.95-.3 2.08-.45 3.39-.43 1.31.02 2.82.27 4.52.77 2.05.6 3.67 1.28 4.85 2.05 1.19.76 2.06 1.55 2.6 2.37.54.81.84 1.64.89 2.48.05.85-.04 1.66-.27 2.45l-1.88 6.45c-.3.99-.47 1.68-.51 2.05-.04.38.16.63.59.76.33.1.62 0 .85-.28.24-.28.47-.82.7-1.61l.61-2.06 1.88.55-.61 2.1c-.3.99-.64 1.85-1.03 2.55-.38.71-.88 1.28-1.5 1.69-.62.41-1.37.64-2.25.69-.87.05-1.92-.1-3.15-.47-1.11-.32-2-.71-2.67-1.15-.66-.45-1.15-.92-1.48-1.39-.33-.48-.52-.93-.59-1.36-.06-.44-.05-.8.03-1.1l-.27-.08c-.2.43-.52.81-.96 1.12-.43.32-.96.55-1.61.7-.65.15-1.38.21-2.22.17-.82-.03-1.73-.2-2.73-.49-.95-.27-1.78-.61-2.51-1.01-.72-.41-1.3-.88-1.74-1.43-.43-.55-.71-1.18-.83-1.89s-.05-1.49.2-2.34c.31-1.06.85-1.81 1.62-2.24.78-.43 1.67-.7 2.67-.79 1-.1 2.07-.11 3.19-.02 1.13.08 2.2.09 3.18.05.99-.05 1.86-.25 2.6-.58.75-.34 1.25-.97 1.53-1.89.24-.83.17-1.57-.2-2.22-.37-.64-1.15-1.14-2.33-1.49Zm1.25 8.1c-.34.28-.73.48-1.17.59-.43.11-.84.22-1.24.33-.39.1-.75.26-1.07.47-.33.2-.56.54-.7 1.01-.1.36-.1.71.01 1.06.12.35.45.61 1.01.77.53.16 1.01.08 1.45-.22.44-.3.77-.82.98-1.55l.72-2.46ZM961.85 145.24c.12-.43.17-.78.14-1.07-.03-.29-.1-.52-.22-.71s-.27-.33-.45-.43c-.19-.1-.37-.18-.56-.23-.72-.21-1.31-.15-1.78.16-.48.31-.82.85-1.05 1.62l-.69 2.37c-.17.58-.2 1.03-.07 1.33.13.3.49.54 1.07.71l.9.26-1.78 6.12-13.79-4.02 1.78-6.12.98.28c.44.13.83.09 1.15-.13.33-.22.55-.54.66-.94l.92-3.14c.15-.52.1-.91-.15-1.18-.25-.27-.57-.46-.96-.57l-.87-.26 1.78-6.12 9.79 2.86-1.68 4.43.28.08c.75-1.61 1.87-2.7 3.38-3.24 1.51-.55 3.33-.52 5.46.1 1.51.44 2.67 1.01 3.49 1.71.82.7 1.4 1.45 1.73 2.26.33.81.48 1.63.44 2.45a9.4 9.4 0 0 1-.34 2.23l-1.35 4.64c-.17.58-.19 1.03-.06 1.33.13.3.49.54 1.07.71l.89.26-1.78 6.12-11.4-3.32 3.08-10.54Z%27/%3E%3C/svg%3E");
        display: block;
        height: 65px;
        width: 160px;
        background-repeat: no-repeat;
    }
@media (min-width: 768px) {

  .icon__logoBirthday {
    display: none;
  }
}
.icon__burger {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2722%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M.1 2.5A1.7 1.7 0 0 1 1.8.8h20.4a1.7 1.7 0 1 1 0 3.4H1.8A1.7 1.7 0 0 1 .1 2.5ZM.1 11a1.7 1.7 0 0 1 1.7-1.7h20.4a1.7 1.7 0 1 1 0 3.4H1.8A1.7 1.7 0 0 1 .1 11ZM.1 19.5a1.7 1.7 0 0 1 1.7-1.7h20.4a1.7 1.7 0 1 1 0 3.4H1.8a1.7 1.7 0 0 1-1.7-1.7Z%27 fill=%27%230E346E%27/%3E%3C/svg%3E");
        display: block;
        height: 24px;
        width: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__chevron_left {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 24 24%27 stroke-width=%271.5%27 stroke=%27currentColor%27 class=%27w-6 h-6%27%3E%3Cpath stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M15.75 19.5 8.25 12l7.5-7.5%27/%3E%3C/svg%3E");
        margin-right: 0.875rem;
        display: block;
        height: 28px;
        width: 28px;
        --tw-text-opacity: 1;
        color: rgb(14 52 110 / var(--tw-text-opacity));
    }
.icon__close {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2712%27 height=%2712%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M.293.293a1 1 0 0 1 1.414 0L6 4.586 10.293.293a1 1 0 1 1 1.414 1.414L7.414 6l4.293 4.293a1 1 0 0 1-1.414 1.414L6 7.414l-4.293 4.293a1 1 0 0 1-1.414-1.414L4.586 6 .293 1.707a1 1 0 0 1 0-1.414Z%27 fill=%27%230E346E%27/%3E%3C/svg%3E");
        display: block;
        height: 22px;
        width: 18px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__user {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2726%27 height=%2726%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.828 20.738A18.582 18.582 0 0 1 13 18.333c3.334 0 6.463.874 9.172 2.405M17 10.333a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM25 13c0 6.627-5.373 12-12 12S1 19.627 1 13 6.373 1 13 1s12 5.373 12 12Z%27 stroke=%27%230E346E%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
        height: 25px;
        width: 25px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__user-logged {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2726%27 height=%2726%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27a%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%2726%27 height=%2726%27%3E%3Ccircle cx=%2713%27 cy=%2713%27 r=%2713%27 fill=%27%230E346E%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23a%29%27%3E%3Ccircle cx=%2713%27 cy=%2713%27 r=%2713%27 fill=%27%230E346E%27/%3E%3Cpath d=%27M1.83 22.74C4 20 9.667 18.334 13 18.334c3.334 0 8.5 1.666 11.17 4.406M17 10.334a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z%27 stroke=%27%23fff%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/svg%3E");
        height: 25px;
        width: 25px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__search {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2721%27 height=%2720%27 fill=%27%23656565%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.928 11.88h-.658l-.233-.225a5.393 5.393 0 0 0 1.308-3.525 5.417 5.417 0 1 0-5.417 5.416 5.392 5.392 0 0 0 3.525-1.308l.225.233v.659l4.167 4.158 1.242-1.242-4.159-4.166Zm-5 0a3.745 3.745 0 0 1-3.75-3.75 3.745 3.745 0 0 1 3.75-3.75 3.745 3.745 0 0 1 3.75 3.75 3.745 3.745 0 0 1-3.75 3.75Z%27/%3E%3C/svg%3E");
        position: absolute;
        top: 50%;
        left: 15px;
        display: block;
        height: 28px;
        width: 28px;
        flex-shrink: 0;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__search_button {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2721%27 height=%2720%27 fill=%27%230E346E%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.928 11.88h-.658l-.233-.225a5.393 5.393 0 0 0 1.308-3.525 5.417 5.417 0 1 0-5.417 5.416 5.392 5.392 0 0 0 3.525-1.308l.225.233v.659l4.167 4.158 1.242-1.242-4.159-4.166Zm-5 0a3.745 3.745 0 0 1-3.75-3.75 3.745 3.745 0 0 1 3.75-3.75 3.745 3.745 0 0 1 3.75 3.75 3.745 3.745 0 0 1-3.75 3.75Z%27/%3E%3C/svg%3E");
        display: block;
        height: 25px;
        width: 25px;
        flex-shrink: 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
@media (min-width: 768px) {

  .icon__search_button {
    display: none;
  }
}
.navbar--form {
  position: relative;
  display: none;
  height: 42px;
  width: 150px;
}
@media (min-width: 768px) {

  .navbar--form {
    display: block;
  }
}
.navbar--form input {
  height: 42px;
  width: 150px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 2.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
input[name="search"]:not(:-moz-placeholder-shown) {
  --tw-border-opacity: 1;
  border-color: rgb(101 101 101 / var(--tw-border-opacity));
}
input[name="search"]:not(:placeholder-shown) {
  --tw-border-opacity: 1;
  border-color: rgb(101 101 101 / var(--tw-border-opacity));
}
.nav-left {
  position: fixed;
  bottom: 0px;
  left: -100%;
  z-index: 50;
  height: calc(100% - 60px);
  width: 100%;
  max-width: 768px;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.nav-left ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-divide-opacity));
}
.nav-left ul li {
  height: 40px;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-left ul:first-child {
  border-bottom-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
}
.nav-left ul:nth-child(2) li a {
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-left ul:nth-child(2) li a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.nav--newsletter {
  margin-right: 1rem;
  display: none;
}
@media (min-width: 768px) {

  .nav--newsletter {
    display: block;
  }
}
.nav-left ul:first-child li:nth-child(2) {
  height: auto;
}
.nav-left ul li > span {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.nav-left ul li > a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-left ul:first-child li > a {
  box-sizing: border-box;
  border-left-width: 4px;
  border-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.nav-left ul:first-child li > a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 73 154 / var(--tw-border-opacity));
  background-color: rgb(20 73 154 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
}
.navbar--socials {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .navbar--socials {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
.navbar--socials a {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar--socials a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
}
.icon__facebook_blue {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%230E346E%27%3E%3Cpath d=%27m7.476 9 .415-2.896H5.297V4.225c0-.792.362-1.564 1.524-1.564H8V.196S6.93 0 5.907 0C3.77 0 2.374 1.387 2.374 3.897v2.207H0V9h2.374v7h2.923V9h2.179Z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 16px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__x_blue {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27 fill=%27%230E346E%27%3E%3Cpath d=%27M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__instagram_blue {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%230E346E%27%3E%3Cpath d=%27M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z%27/%3E%3C/svg%3E");
        display: block;
        height: 24px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__linkedin_blue {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2714%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%230E346E%27%3E%3Cpath d=%27M3.581 14H.264V4.653h3.317V14ZM1.921 3.378C.861 3.378 0 2.609 0 1.68 0 1.235.202.808.563.492.923.177 1.412 0 1.92 0c.51 0 .998.177 1.358.492.36.316.563.743.563 1.189 0 .928-.86 1.697-1.92 1.697ZM15.996 14h-3.31V9.45c0-1.084-.025-2.475-1.724-2.475-1.725 0-1.99 1.178-1.99 2.397V14H5.66V4.653h3.182v1.275h.046c.443-.734 1.525-1.51 3.139-1.51C15.383 4.419 16 6.354 16 8.867V14h-.004Z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__mastodon_blue {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 16 16%27 fill=%27%230E346E%27%3E%3Cpath d=%27M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__tiktok_blue {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27 fill=%27%230E346E%27%3E%3Cpath d=%27M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__youtube_blue {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27 fill=%27%230E346E%27%3E%3Cpath d=%27M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.icon__snapchat_blue {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 24 24%27 fill=%27%230E346E%27%3E%3Cpath d=%27M12.206.793c.99 0 4.347.276 5.93 3.821.529 1.193.403 3.219.299 4.847l-.003.06c-.012.18-.022.345-.03.51.075.045.203.09.401.09.3-.016.659-.12 1.033-.301a.996.996 0 0 1 .464-.104c.182 0 .359.029.509.09.45.149.734.479.734.838.015.449-.39.839-1.213 1.168-.089.029-.209.075-.344.119-.45.135-1.139.36-1.333.81-.09.224-.061.524.12.868l.015.015c.06.136 1.526 3.475 4.791 4.014.255.044.435.27.42.509a.606.606 0 0 1-.045.225c-.24.569-1.273.988-3.146 1.271-.059.091-.12.375-.164.57-.029.179-.074.36-.134.553-.076.271-.27.405-.555.405h-.03a3.19 3.19 0 0 1-.538-.074 6.034 6.034 0 0 0-1.273-.135c-.3 0-.599.015-.913.074-.6.104-1.123.464-1.723.884-.853.599-1.826 1.288-3.294 1.288-.06 0-.119-.015-.18-.015h-.149c-1.468 0-2.427-.675-3.279-1.288-.599-.42-1.107-.779-1.707-.884a6.623 6.623 0 0 0-.928-.074c-.54 0-.958.089-1.272.149a2.879 2.879 0 0 1-.54.074c-.374 0-.523-.224-.583-.42-.061-.192-.09-.389-.135-.567-.046-.181-.105-.494-.166-.57-1.918-.222-2.95-.642-3.189-1.226a.6.6 0 0 1-.055-.225.496.496 0 0 1 .42-.509c3.264-.54 4.73-3.879 4.791-4.02l.016-.029c.18-.345.224-.645.119-.869-.195-.434-.884-.658-1.332-.809a2.233 2.233 0 0 1-.346-.119c-1.107-.435-1.257-.93-1.197-1.273.09-.479.674-.793 1.168-.793.146 0 .27.029.383.074.42.194.789.3 1.104.3.234 0 .384-.06.465-.105l-.046-.569c-.098-1.626-.225-3.651.307-4.837C7.392 1.077 10.739.807 11.727.807l.419-.015h.06z%27/%3E%3C/svg%3E");
        display: block;
        height: 20px;
        width: 24px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
#subnav {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.subnav--tags {
  display: flex;
  min-height: 45px;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  overflow-x: scroll;
}
@media (min-width: 768px) {

  .subnav--tags {
    min-height: 60px;
  }
}
@media (min-width: 1024px) {

  .subnav--tags {
    justify-content: center;
  }
}
.nav-left li span + div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
}
.body-overlay {
  position: fixed;
  top: 60px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 40;
  background-color: rgb(0 0 0 / .65);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.no-scrollbar::-webkit-scrollbar {
        display: none;
    }
.no-scrollbar {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
.article {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 64rem;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .article {
    flex-direction: row;
  }
}
.article--tags {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.article--wrapper {
  position: relative;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  .article--wrapper {
    width: 66.666667%;
    border-right-width: 1px;
    border-bottom-width: 0px;
  }
}
.article--static {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  .article--static {
    border-bottom-width: 0px;
  }
}
.article--wrapper header,  .article--static header {
  padding: 1.25rem;
}
@media (min-width: 768px) {

  .article--wrapper header,  .article--static header {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.article--content {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {

  .article--content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.article--content-paywall {
  padding-bottom: 2.5rem;
}
.paywall--overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
}
.article--footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
}
.nodes--wrapper > :not([hidden]) ~ :not([hidden]),  .nodes--frame > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.nodes--wrapper ul {
  list-style-position: inside;
  list-style-type: disc;
}
.nodes--promo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}
@media (min-width: 640px) {

  .nodes--promo {
    width: 444px;
  }
}
.nodes--promo img {
  width: 100%;
}
@media (min-width: 640px) {

  .nodes--promo img {
    width: auto;
  }
}
.nodes--frame {
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.nodes--wrapper a {
  --tw-text-opacity: 1;
  color: rgb(47 119 229 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nodes--wrapper a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.iframe-youtube {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%;
        padding-bottom: 56.25%;
}
.iframe-youtube iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.nodes--link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.nodes--link > span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
.article--seeAlso {
  border-radius: 0.25rem;
}
.nodes--link a {
  margin-top: 0.5rem;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  background-color: rgb(221 224 234 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  padding: 0.5rem;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nodes--link a:hover {
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
}
.gray-box {
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 208 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.paywall {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {

  .paywall {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.paywall--wrapper {
  position: relative;
  margin-top: 0.75rem;
  width: 100%;
}
.paywall--wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.paywall--wrapper {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 5 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
@media (min-width: 768px) {

  .paywall--wrapper {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.birthday--offer {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.birthday--offer img {
  height: 5rem;
  width: 5rem;
}
@media (min-width: 768px) {

  .birthday--offer img {
    height: 7rem;
    width: 7rem;
  }
}
.paywall--header {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.75rem;
  text-align: center;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.paywall--button-wrapper {
  display: flex;
  align-items: center;
}
.paywall--button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.paywall--button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.paywall--center {
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.paywall--text-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {

  .paywall--text-wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.paywall--wrapper ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.paywall--wrapper ul {
  padding-left: 2rem;
  padding-right: 2rem;
}
.paywall--text-wrapper ul li {
  position: relative;
}
.paywall--text-wrapper ul li::after {
        content: '';
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%2716%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M13.366 4.734a.8.8 0 0 1 0 1.132l-6.4 6.4a.8.8 0 0 1-1.131 0l-3.2-3.2a.8.8 0 0 1 1.131-1.132L6.4 10.57l5.835-5.835a.8.8 0 0 1 1.131 0Z%27/%3E%3C/svg%3E");
        position: absolute;
        left: -34px;
        top: 0px;
        height: 1.5rem;
        width: 1.5rem;
        background-size: contain;
        background-repeat: no-repeat;
    }
.asterisk {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.paywall--articles {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {

  .paywall--articles {
    width: 75%;
  }
}
@media (min-width: 1024px) {

  .paywall--articles {
    width: 91.666667%;
  }
}
.paywall--articles > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  .paywall--articles > div {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.paywall--article {
  height: auto;
  width: 196px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 3px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.paywall--article:hover {
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .paywall--article {
    height: 265px;
  }
}
.paywall--article a {
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {

  .paywall--article a {
    padding-bottom: 0px;
  }
}
.paywall--article img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.paywall--article p {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.icon__arrow {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2711%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M10.293 1.058a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414l2.293-2.293H1a1 1 0 1 1 0-2h11.586l-2.293-2.293a1 1 0 0 1 0-1.414Z%27 fill=%27%23fff%27/%3E%3C/svg%3E");
        display: block;
        height: 1.25rem;
        width: 1.25rem;
        flex-shrink: 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
.article--form {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  padding: 1.25rem;
}
@media (min-width: 768px) {

  .article--form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.article--form-fields {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {

  .article--form-fields {
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.article--form h2 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.login--forgotPassword {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.login--remember {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
}
@media (min-width: 768px) {

  .login--remember {
    flex-direction: row;
    justify-content: space-between;
  }
}
.login--captcha {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.login--submit {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* PAYWALL REGISTER */
.paywallRegister--logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
.paywallRegister--wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 5 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.paywallRegister--wrapper h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.paywallRegister--wrapper > svg {
  position: absolute;
  top: 20px;
  left: 20px;
}
.paywallRegister--wrapper hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.paywallRegister--header {
  margin-top: 1.25rem;
  text-align: center;
}
.paywallRegister--header p {
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.paywallRegister--form {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}
.paywallRegister--form h3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
.paywallRegister--form .article--form-fields {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {

  .paywallRegister--form .article--form-fields {
    width: 66.666667%;
  }
}
.paywallRegister--form .article--form-fields .input--wrapper {
  margin-top: 1rem;
}
.paywallRegister--asterisque {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.article--description {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  .article--description {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.paywall--paraph {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.article--header-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 0.5rem;
}
@media (min-width: 768px) {

  .article--header-links {
    flex-direction: row;
  }
}
.authors {
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .authors {
    flex-direction: row;
  }
}
.authors--pictures {
  display: flex;
  align-items: center;
}
.authors--pictures .authors--link:not(:first-child) {
  margin-left: -0.5rem;
}
.article--authors-names {
  text-align: center;
}
@media (min-width: 768px) {

  .article--authors-names {
    text-align: left;
  }
}
.authors--link {
  display: flex;
  align-items: center;
}
.article--header-date {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.635rem;
  font-weight: 300;
}
@media (min-width: 768px) {

  .article--header-date {
    text-align: left;
  }
}
.article--share ~ .article--selected {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.article--ctas {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.article--ctas button {
  z-index: 30;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 3px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.article--ctas button:hover {
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
}
.article--cta-information {
  position: absolute;
  top: 140%;
  left: 50%;
  z-index: 30;
  display: none;
  width: 7rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 73 154 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.article--cta-information::after {
        content: '';
        position: absolute;
        top: -0.25rem;
        left: 50%;
        height: 0.5rem;
        width: 0.5rem;
        --tw-translate-x: -50%;
        --tw-rotate: 45deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-bg-opacity: 1;
        background-color: rgb(20 73 154 / var(--tw-bg-opacity));
    }
.article--cta-information span {
  text-align: left;
}
.article--share-menu {
  position: absolute;
  top: 140%;
  right: 0px;
  z-index: 30;
  width: 145px;
}
.article--share-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.article--share-menu {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 3px rgba(0,0,30,0.30));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.article--share-menu::after {
        content: '';
        position: absolute;
        right: 1rem;
        top: -0.25rem;
        height: 0.5rem;
        width: 0.5rem;
        --tw-rotate: 45deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
.article--share-menu li {
  display: flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.article--share-menu li:hover {
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
}
.article--share-menu li[data-socials="twitter"] svg {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.article--share-menu li[data-socials="linkedin"] svg {
  --tw-text-opacity: 1;
  color: rgb(2 136 209 / var(--tw-text-opacity));
}
.article--share-menu li[data-socials="facebook"] svg {
  --tw-text-opacity: 1;
  color: rgb(63 81 181 / var(--tw-text-opacity));
}
.article--share-menu li svg {
  width: 1rem;
}
@media (min-width: 768px) {

  .article--ctas button:hover .article--cta-information {
    display: block;
  }
}
.article--ctas button.article--selected {
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
.cappingWrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.capping {
  display: flex;
  max-width: 540px;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
}
.capping h3 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.capping p {
  margin-bottom: 1.5rem;
  max-width: 32rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.articleItem {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.articleFull {
  width: 100%;
}
.articleRounded {
  border-radius: 0.5rem;
  --tw-drop-shadow: drop-shadow(0 2px 3px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.articleItem a {
  display: flex;
  height: 100%;
  width: 100%;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.articleFull a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.articleRounded a {
  padding: 0.5rem;
}
.article--date {
  margin-bottom: 0px;
  margin-top: 0.25rem;
  font-family: Open Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
.articleItem {
  margin-bottom: 0.5rem;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.25rem;
}
.articleItem a:hover .article--title {
  --tw-text-opacity: 1;
  color: rgb(20 73 154 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.articleItem div {
  display: flex;
  flex-direction: column;
}
.articleItem .article--title {
  flex: 1 1 0%;
}
.articles--title {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  font-family: Merriweather, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
.articles--title + div > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-divide-opacity));
}
.link--wrapper {
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.input--wrapper {
  display: block;
}
.input--eye {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.input--eye span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.input--error-wrapper {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(184 5 5 / var(--tw-text-opacity));
}
.input--error-wrapper a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.input--closeEye {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.input--openEye {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.input--wrapper input ~ span {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input--wrapper textarea ~ span {
  position: absolute;
  top: 0.25rem;
  left: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input--wrapper:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(25 94 199 / var(--tw-border-opacity));
}
input:not(:-moz-placeholder-shown) + span {
  top: -0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(25 94 199 / var(--tw-text-opacity));
}
.input--wrapper:focus-within > input ~ span,  input:not(:placeholder-shown) + span {
  top: -0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(25 94 199 / var(--tw-text-opacity));
}
textarea:not(:-moz-placeholder-shown) + span {
  top: -0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(25 94 199 / var(--tw-text-opacity));
}
.input--wrapper:focus-within > textarea ~ span,  textarea:not(:placeholder-shown) + span {
  top: -0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(25 94 199 / var(--tw-text-opacity));
}
.input--wrapper {
  position: relative;
  margin-top: 2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity));
}
.input--invalid {
  --tw-border-opacity: 1;
  border-color: rgb(184 5 5 / var(--tw-border-opacity));
}
.input--valid {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
label span.label--valid {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
label span.label--invalid {
  --tw-text-opacity: 1;
  color: rgb(184 5 5 / var(--tw-text-opacity));
}
.input--eye {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.input--eye span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.input--error-wrapper {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(184 5 5 / var(--tw-text-opacity));
}
.input--closeEye {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.input--openEye {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border {
  border-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.text-blue-primary {
  --tw-text-opacity: 1;
  color: rgb(14 52 110 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
@media (min-width: 768px) {

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }
}

