﻿@charset "UTF-8";
/** 
//  Helpers > Root
// ––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*@import "https://use.typekit.net/vdu2fgj.css";*/
:root {
  --t-primary: #D10303;
  --t-secondary: #CA7B1E;
  --t-tertiary: #4667CC;
  --t-quaternary: #1BC5BD;
  --t-success: #50CD89;
  --t-danger: #F1416C;
  --t-warning: #FFC700;
  --t-info: #009EF7;
  --t-link: #204B91;
  --t-blue: #1D4E89;
  --t-purple: #6264CC;
  --t-pink: #F7658B;
  --t-red: #EB364A;
  --t-orange: #F49538;
  --t-yellow: #F5DF4D;
  --t-lime: #A3BD5A;
  --t-green: #309143;
  --t-teal: #30BCAD;
  --t-cyan: #22CCE2;
  --t-dark: #171819;
  --t-grey: #737475;
  --t-lightgrey: #A2A2A3;
  --t-light: #E3E4E5;
  --t-lighter: #E8E9EA;
  --t-default: #F0F1F1;
  --t-desert: #EFE9E1;
  --t-desert-light: #F0EEE9;
  --t-desert-dark: #DBD5D1;
  --t-border: #D9DADA;
  --t-border-g: #E7E7E8;
  --t-border-n: #E8E6E6;
  --t-black: #000;
  --t-white: #fff;
  --t-neutral: #1b0c07;
  --t-grey-100: #E7E7E8;
  --t-grey-200: #D0D0D1;
  --t-grey-300: #B9B9BA;
  --t-grey-400: #A2A2A3;
  --t-grey-500: #8B8B8C;
  --t-grey-600: #737475;
  --t-grey-700: #5C5D5E;
  --t-grey-800: #454647;
  --t-grey-900: #2E2F30;
  --t-neutral-100: #E8E6E6;
  --t-neutral-200: #D1CECD;
  --t-neutral-300: #BAB6B4;
  --t-neutral-400: #A39D9B;
  --t-neutral-500: #8D8583;
  --t-neutral-600: #766D6A;
  --t-neutral-700: #5F5451;
  --t-neutral-800: #483C38;
  --t-neutral-900: #31241F;
  --t-primary-50: #fae6e6;
  --t-primary-100: #f6cdcd;
  --t-primary-200: #ed9a9a;
  --t-primary-300: #e36868;
  --t-primary-400: #da3535;
  --t-primary-500: #D10303;
  --t-primary-600: #ac0707;
  --t-primary-700: #870b0c;
  --t-primary-800: #611010;
  --t-primary-900: #4f1212;
  --t-secondary-50: #faf2e9;
  --t-secondary-100: #f4e5d2;
  --t-secondary-200: #eacaa5;
  --t-secondary-300: #dfb078;
  --t-secondary-400: #d5954b;
  --t-secondary-500: #CA7B1E;
  --t-secondary-600: #a6671d;
  --t-secondary-700: #82531c;
  --t-secondary-800: #5f401b;
  --t-secondary-900: #4d361b;
  --t-tertiary-50: #edf0fa;
  --t-tertiary-100: #dae1f5;
  --t-tertiary-200: #b5c2eb;
  --t-tertiary-300: #90a4e0;
  --t-tertiary-400: #6b85d6;
  --t-tertiary-500: #4667CC;
  --t-tertiary-600: #3d57a8;
  --t-tertiary-700: #334784;
  --t-tertiary-800: #2a3861;
  --t-tertiary-900: #25304f;
  --t-quaternary-50: #e8f9f8;
  --t-quaternary-100: #d1f3f2;
  --t-quaternary-200: #a4e8e5;
  --t-quaternary-300: #76dcd7;
  --t-quaternary-400: #49d1ca;
  --t-quaternary-500: #1BC5BD;
  --t-quaternary-600: #1aa29c;
  --t-quaternary-700: #19807b;
  --t-quaternary-800: #195d5b;
  --t-quaternary-900: #184c4a;
  --t-success-100: #dcf5e7;
  --t-success-200: #b9ebd0;
  --t-success-300: #96e1b8;
  --t-success-400: #73d7a1;
  --t-success-500: #50CD89;
  --t-success-600: #45a973;
  --t-success-700: #39855c;
  --t-success-800: #2e6046;
  --t-success-900: #223c2f;
  --t-danger-100: #fcd9e2;
  --t-danger-200: #f9b3c4;
  --t-danger-300: #f78da7;
  --t-danger-400: #f46789;
  --t-danger-500: #F1416C;
  --t-danger-600: #c5395b;
  --t-danger-700: #9a314b;
  --t-danger-800: #6e283a;
  --t-danger-900: #43202a;
  --t-warning-100: #fff4cc;
  --t-warning-200: #ffe999;
  --t-warning-300: #ffdd66;
  --t-warning-400: #ffd233;
  --t-warning-500: #FFC700;
  --t-warning-600: #d1a405;
  --t-warning-700: #a2810a;
  --t-warning-800: #745e0f;
  --t-warning-900: #453b14;
  --t-info-100: #ccecfd;
  --t-info-200: #99d8fc;
  --t-info-300: #66c5fa;
  --t-info-400: #33b1f9;
  --t-info-500: #009EF7;
  --t-info-600: #0583cb;
  --t-info-700: #09689e;
  --t-info-800: #0e4e72;
  --t-info-900: #123345;
  --t-primary-rgb: 209, 3, 3;
  --t-secondary-rgb: 202, 123, 30;
  --t-tertiary-rgb: 70, 103, 204;
  --t-quaternary-rgb: 27, 197, 189;
  --t-success-rgb: 80, 205, 137;
  --t-danger-rgb: 241, 65, 108;
  --t-warning-rgb: 255, 199, 0;
  --t-info-rgb: 0, 158, 247;
  --t-link-rgb: 32, 75, 145;
  --t-blue-rgb: 29, 78, 137;
  --t-purple-rgb: 98, 100, 204;
  --t-pink-rgb: 247, 101, 139;
  --t-red-rgb: 235, 54, 74;
  --t-orange-rgb: 244, 149, 56;
  --t-yellow-rgb: 245, 223, 77;
  --t-lime-rgb: 163, 189, 90;
  --t-green-rgb: 48, 145, 67;
  --t-teal-rgb: 48, 188, 173;
  --t-cyan-rgb: 34, 204, 226;
  --t-dark-rgb: 23, 24, 25;
  --t-grey-rgb: 115, 116, 117;
  --t-lightgrey-rgb: 162, 162, 163;
  --t-light-rgb: 227, 228, 229;
  --t-lighter-rgb: 232, 233, 234;
  --t-default-rgb: 240, 241, 241;
  --t-desert-rgb: 239, 233, 225;
  --t-desert-light-rgb: 240, 238, 233;
  --t-desert-dark-rgb: 219, 213, 209;
  --t-border-rgb: 217, 218, 218;
  --t-border-g-rgb: 231, 231, 232;
  --t-border-n-rgb: 232, 230, 230;
  --t-black-rgb: 0, 0, 0;
  --t-white-rgb: 255, 255, 255;
  --t-neutral-rgb: 27, 12, 7;
  --t-body-color-rgb: 23, 24, 25;
  --t-body-bg-rgb: 240, 241, 241;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 1rem;
}
@media (max-width: 1200px) {
  html {
    font-size: 0.9375rem;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.8125rem;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 0.75rem;
  }
}

body {
  background-color: #faf2e9;
  color: #171819;
  font-family: "itc-avant-garde-gothic-pro", "San Francisco", "PingFang TC", "segoe ui", "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "Roboto", "Noto Sans", "WenQuanYi Micro Hei", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "segoe ui symbol";
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  height: 100%;
  min-height: 100%;
  text-rendering: optimizeSpeed;
}

hr {
  margin: 1rem 0;
  border: 0;
  color: #D9DADA;
  background-color: currentcolor;
  height: 1px;
}
hr[data-hr-width="2"] {
  height: 2px;
}
hr[data-hr-style=dashed] {
  background: repeating-linear-gradient(to right, currentcolor 0px, currentcolor 4px, transparent 0px, transparent 10px);
}
hr[data-hr-style=twill] {
  padding: 0.25rem;
  background: repeating-linear-gradient(135deg, currentcolor 0px, currentcolor 1px, transparent 1px, transparent 6px);
}
hr[data-hr-style=dotted] {
  background: radial-gradient(currentcolor 2px, transparent 2px);
  background-size: 6px 4px;
  padding: 0.125rem;
}
hr[data-hr-title] {
  position: relative;
  overflow: visible;
}
hr[data-hr-title]:before {
  content: attr(data-hr-title);
  background-color: #fff;
  position: absolute;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #171819;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

pre,
code,
kbd,
samp {
  font-family: "calling-code", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.8125rem;
  margin: 0.5rem 0;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

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

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

a {
  color: #204B91;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #122b52;
}

a[href^=http]:empty:before {
  content: attr(href);
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
}

b,
strong,
h4,
h5,
h6 {
  font-weight: 700;
}

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

dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-left: 0;
}

table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "itc-avant-garde-gothic-pro", "San Francisco", "PingFang TC", "segoe ui", "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "Roboto", "Noto Sans", "WenQuanYi Micro Hei", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "segoe ui symbol";
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  outline: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35rem 0.75rem 0.625rem;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search],.typeSearch {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration,.typeSearch::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img,
svg {
  border-style: none;
  max-width: 100%;
  vertical-align: middle;
}

::-moz-selection {
  color: #080000;
  background-color: rgba(209, 3, 3, 0.12);
}

::selection {
  color: #080000;
  background-color: rgba(209, 3, 3, 0.12);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-size: 1rem;
}

span {
  font-size: 0.875rem;
}

label {
  font-size: 0.9375rem;
}

em {
  font-style: italic;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.ie .container {
  *zoom: 1;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
  overflow: hidden;
}


.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: calc(1.5rem * .5);
  padding-left: calc(1.5rem * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  .container,
.container-xxl,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding: 0 2rem !important;
  }
}
@media (max-width: 1199.98px) {
  .container,
.container-xxl,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding: 0 1.5rem !important;
  }

  .container,
.container-xxl,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: none;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1152px;
  }
  .owl-hero-slider {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 952px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .owl-hero-slider {
    width: 90% !important;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 732px;
  }
  .owl-hero-slider {
    width: 95% !important;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 552px;
  }
  .owl-hero-slider {
    width: 100%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.ie .container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  content: "";
  display: table;
}
.container-fluid:after {
  clear: both;
  overflow: hidden;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.ie .row {
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
  overflow: hidden;
}

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
}

.col-xl-1 {
  width: 8.3333333333%;
}

.col-xl-2 {
  width: 16.6666666667%;
}

.col-xl-3 {
  width: 25%;
}

.col-xl-4 {
  width: 33.3333333333%;
}

.col-xl-5 {
  width: 41.6666666667%;
}

.col-xl-6 {
  width: 50%;
}

.col-xl-7 {
  width: 58.3333333333%;
}

.col-xl-8 {
  width: 66.6666666667%;
}

.col-xl-9 {
  width: 75%;
}

.col-xl-10 {
  width: 83.3333333333%;
}

.col-xl-11 {
  width: 91.6666666667%;
}

.col-xl-12 {
  width: 100%;
}

@media (max-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }

  .col-xs-1 {
    width: 8.3333333333%;
  }

  .col-xs-2 {
    width: 16.6666666667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.3333333333%;
  }

  .col-xs-5 {
    width: 41.6666666667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.3333333333%;
  }

  .col-xs-8 {
    width: 66.6666666667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.3333333333%;
  }

  .col-xs-11 {
    width: 91.6666666667%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ie .clear-fix {
  *zoom: 1;
}
.clear-fix:before, .clear-fix:after {
  content: "";
  display: table;
}
.clear-fix:after {
  clear: both;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .ie .clear-fix-lg {
    *zoom: 1;
  }
  .clear-fix-lg:before, .clear-fix-lg:after {
    content: "";
    display: table;
  }
  .clear-fix-lg:after {
    clear: both;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .ie .clear-fix-md {
    *zoom: 1;
  }
  .clear-fix-md:before, .clear-fix-md:after {
    content: "";
    display: table;
  }
  .clear-fix-md:after {
    clear: both;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .ie .clear-fix-sm {
    *zoom: 1;
  }
  .clear-fix-sm:before, .clear-fix-sm:after {
    content: "";
    display: table;
  }
  .clear-fix-sm:after {
    clear: both;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .ie .clear-fix-xs {
    *zoom: 1;
  }
  .clear-fix-xs:before, .clear-fix-xs:after {
    content: "";
    display: table;
  }
  .clear-fix-xs:after {
    clear: both;
    overflow: hidden;
  }
}
.t-none {
  display: none !important;
}

.t-inline {
  display: inline !important;
}

.t-inline-block {
  display: inline-block !important;
}

.t-block {
  display: block !important;
}

.t-table {
  display: table !important;
}

.t-inline-table {
  display: inline-table !important;
}

.t-table-row {
  display: table-row !important;
}

.t-table-cell {
  display: table-cell !important;
}

.t-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.t-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.t-grid {
  display: grid !important;
}

.hide,
.hidden {
  display: none !important;
}
@media all and (max-width: 1200px) {
  .hide-lg,
.hidden-lg {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  .hide-lg-up,
.hidden-lg-up {
    display: none !important;
  }
}
@media all and (max-width: 992px) {
  .hide-md,
.hidden-md {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .hide-md-up,
.hidden-md-up {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .hide-sm, .hidden-sm {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .hide-sm-up,
.hidden-sm-up {
    display: none !important;
  }
}
@media all and (max-width: 576px) {
  .hide-xs,
.hidden-xs {
    display: none !important;
  }
}
@media all and (min-width: 576px) {
  .hide-xs-up,
.hidden-xs-up {
    display: none !important;
  }
}

.margin-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.margin-4 {
  margin: 0.25rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mr-4 {
  margin-right: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.margin-8 {
  margin: 0.5rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.margin-12 {
  margin: 0.75rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mr-12 {
  margin-right: 0.75rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12 {
  margin-left: 0.75rem !important;
}

.margin-16 {
  margin: 1rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mr-16 {
  margin-right: 1rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.ml-16 {
  margin-left: 1rem !important;
}

.margin-20 {
  margin: 1.25rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.margin-24 {
  margin: 1.5rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mr-24 {
  margin-right: 1.5rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24 {
  margin-left: 1.5rem !important;
}

.margin-28 {
  margin: 1.75rem !important;
}

.mt-28 {
  margin-top: 1.75rem !important;
}

.mr-28 {
  margin-right: 1.75rem !important;
}

.mb-28 {
  margin-bottom: 1.75rem !important;
}

.ml-28 {
  margin-left: 1.75rem !important;
}

.margin-32 {
  margin: 2rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mr-32 {
  margin-right: 2rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.ml-32 {
  margin-left: 2rem !important;
}

.margin-36 {
  margin: 2.25rem !important;
}

.mt-36 {
  margin-top: 2.25rem !important;
}

.mr-36 {
  margin-right: 2.25rem !important;
}

.mb-36 {
  margin-bottom: 2.25rem !important;
}

.ml-36 {
  margin-left: 2.25rem !important;
}

.margin-40 {
  margin: 2.5rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40 {
  margin-left: 2.5rem !important;
}

.margin-44 {
  margin: 2.75rem !important;
}

.mt-44 {
  margin-top: 2.75rem !important;
}

.mr-44 {
  margin-right: 2.75rem !important;
}

.mb-44 {
  margin-bottom: 2.75rem !important;
}

.ml-44 {
  margin-left: 2.75rem !important;
}

.margin-48 {
  margin: 3rem !important;
}

.mt-48 {
  margin-top: 3rem !important;
}

.mr-48 {
  margin-right: 3rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.ml-48 {
  margin-left: 3rem !important;
}

.margin-52 {
  margin: 3.25rem !important;
}

.mt-52 {
  margin-top: 3.25rem !important;
}

.mr-52 {
  margin-right: 3.25rem !important;
}

.mb-52 {
  margin-bottom: 3.25rem !important;
}

.ml-52 {
  margin-left: 3.25rem !important;
}

.margin-56 {
  margin: 3.5rem !important;
}

.mt-56 {
  margin-top: 3.5rem !important;
}

.mr-56 {
  margin-right: 3.5rem !important;
}

.mb-56 {
  margin-bottom: 3.5rem !important;
}

.ml-56 {
  margin-left: 3.5rem !important;
}

.margin-60 {
  margin: 3.75rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mr-60 {
  margin-right: 3.75rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.ml-60 {
  margin-left: 3.75rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.padding-4 {
  padding: 0.25rem !important;
}

.pt-4 {
  padding-top: 0.25rem !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.padding-8 {
  padding: 0.5rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

.padding-12 {
  padding: 0.75rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pr-12 {
  padding-right: 0.75rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12 {
  padding-left: 0.75rem !important;
}

.padding-16 {
  padding: 1rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pr-16 {
  padding-right: 1rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pl-16 {
  padding-left: 1rem !important;
}

.padding-20 {
  padding: 1.25rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.padding-24 {
  padding: 1.5rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pr-24 {
  padding-right: 1.5rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24 {
  padding-left: 1.5rem !important;
}

.padding-28 {
  padding: 1.75rem !important;
}

.pt-28 {
  padding-top: 1.75rem !important;
}

.pr-28 {
  padding-right: 1.75rem !important;
}

.pb-28 {
  padding-bottom: 1.75rem !important;
}

.pl-28 {
  padding-left: 1.75rem !important;
}

.padding-32 {
  padding: 2rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pr-32 {
  padding-right: 2rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pl-32 {
  padding-left: 2rem !important;
}

.padding-36 {
  padding: 2.25rem !important;
}

.pt-36 {
  padding-top: 2.25rem !important;
}

.pr-36 {
  padding-right: 2.25rem !important;
}

.pb-36 {
  padding-bottom: 2.25rem !important;
}

.pl-36 {
  padding-left: 2.25rem !important;
}

.padding-40 {
  padding: 2.5rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pr-40 {
  padding-right: 2.5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40 {
  padding-left: 2.5rem !important;
}

.padding-44 {
  padding: 2.75rem !important;
}

.pt-44 {
  padding-top: 2.75rem !important;
}

.pr-44 {
  padding-right: 2.75rem !important;
}

.pb-44 {
  padding-bottom: 2.75rem !important;
}

.pl-44 {
  padding-left: 2.75rem !important;
}

.padding-48 {
  padding: 3rem !important;
}

.pt-48 {
  padding-top: 3rem !important;
}

.pr-48 {
  padding-right: 3rem !important;
}

.pb-48 {
  padding-bottom: 3rem !important;
}

.pl-48 {
  padding-left: 3rem !important;
}

.padding-52 {
  padding: 3.25rem !important;
}

.pt-52 {
  padding-top: 3.25rem !important;
}

.pr-52 {
  padding-right: 3.25rem !important;
}

.pb-52 {
  padding-bottom: 3.25rem !important;
}

.pl-52 {
  padding-left: 3.25rem !important;
}

.padding-56 {
  padding: 3.5rem !important;
}

.pt-56 {
  padding-top: 3.5rem !important;
}

.pr-56 {
  padding-right: 3.5rem !important;
}

.pb-56 {
  padding-bottom: 3.5rem !important;
}

.pl-56 {
  padding-left: 3.5rem !important;
}

.padding-60 {
  padding: 3.75rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pr-60 {
  padding-right: 3.75rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pl-60 {
  padding-left: 3.75rem !important;
}

.t-float-none {
  float: none !important;
}

.t-float-left {
  float: left !important;
}

.t-float-right {
  float: right !important;
}

.t-v-align-baseline {
  vertical-align: baseline !important;
}

.t-v-align-top {
  vertical-align: top !important;
}

.t-v-align-middle {
  vertical-align: middle !important;
}

.t-v-align-bottom {
  vertical-align: bottom !important;
}

.t-v-align-text-bottom {
  vertical-align: text-bottom !important;
}

.t-v-align-text-top {
  vertical-align: text-top !important;
}

.t-txt-left {
  text-align: left !important;
}

.t-txt-right {
  text-align: right !important;
}

.t-txt-center {
  text-align: center !important;
}

.t-txt-justify {
  text-align: justify !important;
}

.t-selectall {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.t-selectauto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.t-selectnone {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.t-static {
  position: static !important;
}

.t-relative {
  position: relative !important;
}

.t-absolute {
  position: absolute !important;
}

.t-fixed {
  position: fixed !important;
}

.t-sticky {
  position: sticky !important;
}

.t-overflow-auto {
  overflow: auto !important;
}

.t-overflow-hidden {
  overflow: hidden !important;
}

.t-overflow-visible {
  overflow: visible !important;
}

.t-pointer-even-auto {
  pointer-events: auto !important;
}

.t-pointer-even-none {
  pointer-events: none !important;
}

.t-word-wrap-normal {
  word-break: normal !important;
}

.t-word-wrap-break-word {
  word-break: break-word !important;
}

.t-white-space-normal {
  white-space: normal !important;
}

.t-white-space-nowrap {
  white-space: nowrap !important;
}

.t-cursor-auto {
  cursor: auto !important;
}

.t-cursor-default {
  cursor: default !important;
}

.t-cursor-pointer {
  cursor: pointer !important;
}

.t-cursor-move {
  cursor: move !important;
}

.t-cursor-zoom-in {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}

.t-cursor-zoom-out {
  cursor: -webkit-zoom-out !important;
  cursor: zoom-out !important;
}

.t-cursor-help {
  cursor: help !important;
}

.t-cursor-wait {
  cursor: wait !important;
}

.t-cursor-grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.t-cursor-not-allowed {
  cursor: not-allowed !important;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.center-block {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.table-fixed {
  display: table !important;
  table-layout: fixed !important;
}

.in-bk-mid {
  display: inline-block;
  vertical-align: middle;
}

.tb-cell-mid {
  display: table-cell;
  vertical-align: middle;
}

.t-visibility-visible {
  visibility: visible;
}

.t-visibility-hidden {
  visibility: hidden;
}

.brand-wda-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47.996' height='47.996' viewBox='0 0 47.996 47.996'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fbfcfe'/%3E%3Cstop offset='0.443' stop-color='%23fff' stop-opacity='0.702'/%3E%3Cstop offset='1' stop-color='%2396bbdc'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg id='logo-square' transform='translate(0.024 0.21)'%3E%3Crect id='circle' width='47.996' height='47.996' rx='23.998' transform='translate(-0.024 -0.21)' fill='url(%23radial-gradient)'/%3E%3Cpath id='inner-path-2' d='M941.159,63.4c5.008,2.179,7.276,1.065,8.853-1.14,1.824-2.549-1.432-7.143-7.277-10.261-5.669-3.031-11.694-3.543-13.7-1.231a3.485,3.485,0,0,1,.258-.413c2.331-3.267,10.295-2.683,17.779,1.308s11.661,9.885,9.325,13.156-8.8,4.2-15.99-.275' transform='translate(-920.327 -26.663)' fill='%2300286f'/%3E%3Cpath id='inner-path-1' d='M10385.834,441.817s13.347-11.111,18.4-18.341a56.851,56.851,0,0,1-9.322.534c.4-.193,12.45-6.037,21.113-14.861,0,0-6.35,18.211-18.529,32.669Zm25.488-14.359a.477.477,0,0,1,.028-.1c.016-.039.021-.068.031-.086l0-.01.016-.044c.063-.154.1-.272.141-.366a3.926,3.926,0,0,0,.115-.387l.134-.395c.013,0,.019-.008.019-.031a.1.1,0,0,0,0-.034,3.627,3.627,0,0,1,.211-.813c.162-.486.3-.74.411-.758l-.014-.013c.014-.024.076-.044.181-.081a.6.6,0,0,1,.165-.047l.008.068a2.191,2.191,0,0,1-.092.539,5.475,5.475,0,0,0-.136.536c-.019.008-.026.031-.026.065a.223.223,0,0,1-.028.06c-.019.039-.023.068,0,.081-.019.026-.039.047-.055.071l-.008.063c-.011,0-.021,0-.026.013s0,0,0,0,.013,0,.016.005l-.065.23h.019a.154.154,0,0,0,.125-.1c.037-.068.073-.131.11-.194.078-.1.186-.222.321-.384.068-.078.131-.154.207-.235a1.255,1.255,0,0,1,.335-.426.579.579,0,0,1,.342-.1l.053.013v.037a.313.313,0,0,1-.05.165,1.391,1.391,0,0,0-.1.152l-.019.008a.249.249,0,0,1-.07.141.015.015,0,0,0,0,.016h.011c-.045.115-.073.207-.1.269a.9.9,0,0,0-.061.264.364.364,0,0,1-.028.115.373.373,0,0,0-.026.112.309.309,0,0,1-.045.089.11.11,0,0,0-.023.055l.011.029.036-.008c.095-.131.23-.309.411-.528.136-.175.277-.348.421-.518h.013l.4-.484c.026-.031.053-.068.084-.1s.07-.071.081-.06a.376.376,0,0,1,.117-.1.216.216,0,0,1,.146-.047l.016-.024.058-.01.026.058s.011.013.019.016a.238.238,0,0,0,.063.008c.014.024.026.037.034.026l-.045.06a.061.061,0,0,1-.01.034.1.1,0,0,1-.026.037l-.042.037a.092.092,0,0,1-.023.01v.01c-.047.044-.076.076-.1.094a.109.109,0,0,0-.031.05l-.128.123v.018a.242.242,0,0,1-.165.1l.019.013h.052l-.023.01c-.008,0-.021,0-.023.01-.031.024-.055.052-.081.073l.019.01-.031.055c-.014,0-.045.026-.095.076a.219.219,0,0,0-.07.126h-.029a.14.14,0,0,1-.06.013.067.067,0,0,0,.023.031l-.023.024c-.042.008-.061.021-.061.042h.016v-.013c.014,0,.021.008.021.013l.01.01-.06.021c-.021.034-.047.065-.068.1l-.055.018.013.031c0,.01-.013.026-.031.039a.076.076,0,0,0-.028.044c0,.005-.016.01-.045.013l-.028.037.008.01-.061.065-.025.005a.122.122,0,0,1-.084.078c-.011.024-.023.052-.037.076a.584.584,0,0,1-.05.078.037.037,0,0,0-.013.018l-.036.034,0,.016-.062.037-.056.1c-.01,0-.021,0-.025.016a.131.131,0,0,0-.021.052h-.021s-.014.016-.034.037-.021.039-.026.039l-.019.044a1.084,1.084,0,0,0-.1.133l.013.026-.049.026-.037.063-.021.01v.021h-.048l.011.013.037.016-.026.016c-.013.008-.019.031-.019.065l-.031.026-.036.094-.032.01v.058a.146.146,0,0,0-.033.024c-.011.008-.014.016,0,.024-.021.024-.04.047-.058.071s-.039.042-.053.037a.513.513,0,0,1-.141.118.284.284,0,0,1-.157.044l-.065-.013,0-.1.008-.251v-.039c.01-.031.021-.06.031-.089l.036-.084-.021-.034a.727.727,0,0,0,.028-.1.822.822,0,0,1,.016-.084h.021c.008-.047.018-.094.026-.139a.652.652,0,0,1,.039-.133v-.016c-.008-.031-.011-.047,0-.052l.025-.042a.037.037,0,0,1,0-.044.15.15,0,0,0,.017-.042.464.464,0,0,1,.033-.16c.014-.037.023-.076.034-.115a3.439,3.439,0,0,0-.246.3,3.228,3.228,0,0,1-.376.447.087.087,0,0,1-.026.047c-.021.026-.034.034-.036.034l-.1.128a.272.272,0,0,0-.081.149l-.07.047c-.011.008-.008.016.011.029s.021.013.021.024a.15.15,0,0,1-.037.05c-.013.018-.028.037-.044.055l.023.016c0,.005-.013.01-.044.013l-.011.071-.045.034a.029.029,0,0,0-.028.008v.008a.1.1,0,0,0,0,.042l-.034.029c-.008,0-.013,0-.013-.018l-.011-.021-.045.1h-.031a.042.042,0,0,0-.025,0h-.029l-.026.047a.045.045,0,0,1-.047.013.063.063,0,0,1-.031,0l-.031.034-.037-.005a.148.148,0,0,1-.1.065A.16.16,0,0,0,10411.322,427.458Zm5.473-.112-.039-.058a.836.836,0,0,1,.126-.267c.033-.047.067-.1.1-.157h.013l.006.008a.6.6,0,0,1,.06-.094.513.513,0,0,0,.056-.081c.028-.037.047-.058.06-.076a.652.652,0,0,0,.053-.086.154.154,0,0,1,.028-.026l.218-.3a.1.1,0,0,1,.039-.029.979.979,0,0,1,.078-.118c.045-.06.07-.086.092-.092a1.731,1.731,0,0,1,.115-.165c.047-.055.094-.112.141-.17l.087-.1.028-.008.039-.076a.11.11,0,0,0,.042-.018.624.624,0,0,1,.1-.165l0-.018a.652.652,0,0,0,.12-.118c.036-.039.076-.081.115-.128a3.932,3.932,0,0,0,.309-.345.936.936,0,0,0,.081-.086,1.613,1.613,0,0,0,.12-.165l.013.016a.4.4,0,0,1,.139-.065.967.967,0,0,0,.123-.044l.039-.018h.029l.013-.016.1-.008.039.013a.13.13,0,0,1-.021.092h.016l.014.01h-.021c-.023.1-.044.2-.065.3a1.379,1.379,0,0,1-.078.28s.011,0,.019.008.008.013,0,.021l-.045.081.026.058a.607.607,0,0,0-.021.1c-.008.047-.014.092-.021.128l-.036.042v.115h-.019l.016.052a.259.259,0,0,0-.021.078.227.227,0,0,1-.011.068l.013.068-.031.039a.2.2,0,0,0,.011.044l.008.037a.024.024,0,0,1-.019.031v-.016l-.008.008c0,.029.013.037.034.031,0,.016-.011.071-.019.165s-.016.144-.016.146a.114.114,0,0,0,0,.044l-.055.034v.052l.039-.008a.023.023,0,0,1,.019.037.127.127,0,0,1-.019.042l.037.034c.008.013,0,.024-.017.026s-.021.008-.021.016v.016c.019.013.026.024.026.026s-.008.013-.026.008v.042a.868.868,0,0,0,.011.086c-.019.026-.026.039-.026.055s.008.018.023.024a.026.026,0,0,1,.026.026v0h-.016a.269.269,0,0,1-.006.136.772.772,0,0,1-.052.144l-.058-.013a.139.139,0,0,0-.016.029.023.023,0,0,1-.031.013l-.006,0-.021.055c-.089.05-.178.094-.267.144a.2.2,0,0,1-.118-.136.6.6,0,0,1-.039-.23.626.626,0,0,1,.011-.12c.008-.042.011-.076.013-.092a.4.4,0,0,1,.016-.052.045.045,0,0,0-.008-.044V426.6l.026-.016c-.013-.018-.019-.024-.026-.021v-.191l-.065-.008-.05.018a.033.033,0,0,0-.023-.013s-.013.005-.018.024h-.045c0-.008-.013-.01-.016-.021a.08.08,0,0,1-.055.037.455.455,0,0,1-.058.013l0-.029a.029.029,0,0,1,0-.018h-.021c-.008,0-.019.01-.034.021a.244.244,0,0,1-.146.047c-.021.01-.042.021-.062.034s-.031.026-.05.039l-.076-.044a.194.194,0,0,0-.028.063l-.065.016h-.031l-.071.034-.023.052-.033-.008-.034.013-.014.068a.407.407,0,0,1-.052.063.367.367,0,0,1-.065.042l-.008.034h.031a.1.1,0,0,1-.016.037c-.011.008-.016,0-.019-.008a.174.174,0,0,0-.062.131.489.489,0,0,0-.112.055.166.166,0,0,0-.071.084l-.075.068c-.008,0-.014,0-.019-.013l0-.016-.207.1-.094.052Zm1.938-2.129a.8.8,0,0,1-.081.11.335.335,0,0,0-.072.123.24.24,0,0,0-.076.063,1,1,0,0,1-.1.131.549.549,0,0,1-.126.18c-.016.037-.028.071-.042.1a.645.645,0,0,0,.157-.018c.17-.031.262-.052.27-.052l0,0,.021-.008c.025-.167.055-.335.086-.5l.039-.17A.126.126,0,0,1,10418.732,425.217Zm-4.071,2.11a1.171,1.171,0,0,1-.136,0l-.128-.044a.369.369,0,0,1-.1-.188.834.834,0,0,1,.125-.267.333.333,0,0,0,.058-.139c0-.005.008-.013.029-.031a.044.044,0,0,0,.016-.045l0,.008.037-.024v-.029c.026-.047.047-.076.06-.1a1.022,1.022,0,0,1,.065-.112c.026-.047.053-.094.079-.149h.023l.019-.073.028-.008.039-.092c.011,0,.023-.024.039-.06a2.583,2.583,0,0,1,.226-.408c.287-.434.434-.662.444-.68l.013-.018-.008-.013-.047.01-.073-.01-.058-.047a.534.534,0,0,1,.087-.162.52.52,0,0,1,.117-.133c0-.016.008-.026.016-.031s.008,0,.008,0a.537.537,0,0,1,.327-.152,2.513,2.513,0,0,1,.5-.05.315.315,0,0,1,.07,0,.5.5,0,0,1,.089,0l.126.01a.305.305,0,0,1,.1.031l.019.024h.021v-.008a.918.918,0,0,1,.1.034.584.584,0,0,1,.095.058v.024h.023a.055.055,0,0,1,.034.024c.013.018.025.024.033.008l.031.044h.011l.011.013a.119.119,0,0,0,.031.06c.026.024.036.037.039.052l-.039.021.031.037.016.005a.054.054,0,0,1-.034.052h.071v.018h-.019s-.008.013-.011.039h.011l.019-.008s-.011.013-.039.037a.02.02,0,0,0,0,.018l-.034.042h.075c-.008,0-.013.016-.013.037s0,.031-.011.031h-.047v.021l.016.013a.252.252,0,0,1,.061-.029.087.087,0,0,1-.076.073.03.03,0,0,1,0,.042l0,0a.033.033,0,0,0-.021.026h.021l.089-.044-.028.021v.008l-.05.042h-.026l-.031.073-.05.039v.034l.047-.01.011.076h-.042a.044.044,0,0,1-.008.024.023.023,0,0,1-.028.005l.039.034v.031a.053.053,0,0,1-.061.06l.008.037a.132.132,0,0,1-.112.01.021.021,0,0,0,0,.029l.011.018-.006.039-.052.021-.029.008h.048l.031.008.031-.034.019.026-.048.052-.094.005a.092.092,0,0,0-.019.058h.016l.029-.018v.024a.276.276,0,0,1-.065,0l-.053.047v.029l.053.008-.095.031-.031.05c.008.01,0,.016-.013.024l-.065.013v.029l.084.016.038-.031-.033.065a.228.228,0,0,1-.039-.013.145.145,0,0,1-.053.06.3.3,0,0,1-.1.037.057.057,0,0,0,.011.013.062.062,0,0,1,.031.01l-.061.021-.028.05-.044.01c-.021.034-.032.052-.029.058h-.047c.016.018.013.031,0,.031a.177.177,0,0,1-.053,0l-.07.01v.021h.023a.016.016,0,0,0,.016,0,.051.051,0,0,0-.026.05l-.044.013c0,.005-.011.008-.011.016h-.036l-.006.026a.078.078,0,0,1-.036.024.03.03,0,0,1-.021,0l-.01-.013-.026.058h-.076c0,.029-.026.047-.067.065a.118.118,0,0,0,.031.034l-.05-.01-.05.026v.021h.028c.006,0,.006,0,.006.01l-.037.013c-.013.01-.021.021-.031.031a.1.1,0,0,1-.055.008.07.07,0,0,0-.013.034.243.243,0,0,0-.071.024.076.076,0,0,0-.042.047l-.021-.01c-.031,0-.05.016-.065.05h-.042a1.29,1.29,0,0,1-.206.128.576.576,0,0,1-.23.094.475.475,0,0,1-.2.126,1.148,1.148,0,0,1-.24.073A.075.075,0,0,0,10414.661,427.327Zm.471-.573v.034l.031.013.092-.013.039-.034h.029c.013-.008.052-.021.112-.05a.25.25,0,0,0,.117-.065h.04s.008-.013.008-.037a.969.969,0,0,0,.12-.042l.028-.029.011-.029a.133.133,0,0,0,.068-.021h.013a.316.316,0,0,1,.086-.092.8.8,0,0,1,.118-.068v-.029a1.611,1.611,0,0,0,.165-.131c.041-.039.091-.1.148-.16l.115-.152c.034-.05.073-.112.115-.183h.021a.269.269,0,0,1,.029-.12.345.345,0,0,1,.06-.112v-.021l.023-.016a.225.225,0,0,1,0-.1c.011-.044.019-.1.026-.152a.349.349,0,0,0-.131-.288.461.461,0,0,0-.318-.11l-.105.01a.048.048,0,0,1,.021.037c-.021,0-.031.018-.042.047a.126.126,0,0,0-.011.076.08.08,0,0,0-.031.092l-.034.013-.008.024a.016.016,0,0,0-.016,0c-.008,0-.008.008,0,.018l-.034.06v.031l-.044.016v.039l-.042.01-.011.037.023.037-.01.01-.068.01v.013l.011.031.047-.01a.22.22,0,0,0-.05.047.211.211,0,0,0-.031.058l-.026.044h-.018l-.014.024h-.019l-.008.034.019.008.042-.016a.085.085,0,0,1-.073.039v.05h-.019v-.013c0-.005,0-.013-.013-.013l-.011.018.023.026.011.021-.047.068-.011.013-.047.01-.031.071.028.065h-.081l0,.013.036.021h.021a.145.145,0,0,1-.05.031l-.062.016-.014.031.006.024.025-.021h.034v.024l-.016.024h-.047v.016l-.039.01c0,.013.01.024.016.024l.008.01-.045.024v-.021a.22.22,0,0,0-.073.118l-.034.008v.039a.249.249,0,0,1,.092-.034l.008.008-.039.021a.111.111,0,0,1-.076.076l.011.021-.05.029-.008.037h.031l.016-.024.011.018a.033.033,0,0,0-.013.034l-.039-.013c-.04.021-.065.039-.071.06v.026l.014-.013.008-.005.047-.013.016-.013-.037.06-.033.008h.013v.031l-.023.05-.039-.01-.034.01v.06l-.016.008-.008.026h.022Zm.014-.021s0,.016-.012.018Zm-.62-.131,0,.01Zm2.327-.6-.013.026h0Zm-21.947-1.993h.011l-.011.005Z' transform='translate(-10378.689 -402.506)' fill='%23d53c0f' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-wda-logo-grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48' height='48' viewBox='0 0 48 48'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%2399a0a8'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg id='logo-square-grey' transform='translate(1.991)'%3E%3Crect id='circle' width='48' height='48' rx='24' transform='translate(-1.991)' opacity='0.24' fill='url(%23radial-gradient)'/%3E%3Cpath id='inner-path-2' d='M20782.939,381.19s12.83-10.338,17.688-17.056a55.965,55.965,0,0,1-8.959.491c.395-.184,11.967-5.613,20.285-13.818,0,0-6.1,16.936-17.8,30.382Zm24.635-13.358a.853.853,0,0,1,.027-.094c.016-.042.021-.063.031-.084v-.005l.01-.042c.059-.146.094-.256.131-.345a3.618,3.618,0,0,0,.109-.355l.121-.371c.016,0,.016-.005.02-.026v-.037a3.434,3.434,0,0,1,.193-.752c.152-.454.283-.69.387-.705l-.016-.016a.472.472,0,0,1,.168-.073.5.5,0,0,1,.156-.042l.006.063a2.138,2.138,0,0,1-.084.5,3.953,3.953,0,0,0-.125.5c-.021.01-.025.031-.025.063a.2.2,0,0,1-.027.052c-.016.042-.025.063,0,.078a.531.531,0,0,0-.053.068l0,.057c-.016,0-.021,0-.027.01s0,0,.006,0a.019.019,0,0,1,.016.005l-.062.214h.016a.137.137,0,0,0,.115-.089c.037-.063.072-.12.1-.178.074-.094.174-.209.3-.36.063-.073.125-.146.193-.219a1.2,1.2,0,0,1,.313-.4.525.525,0,0,1,.318-.094l.047.01v.037a.322.322,0,0,1-.041.151.981.981,0,0,0-.094.141l-.016.005a.278.278,0,0,1-.027.073.214.214,0,0,1-.041.057v.016h.01c-.041.11-.066.193-.088.251a.766.766,0,0,0-.057.246.451.451,0,0,1-.027.11.31.31,0,0,0-.025.1.214.214,0,0,1-.037.084.1.1,0,0,0-.025.057l.01.026.031-.01c.094-.12.215-.287.387-.491.125-.162.256-.324.393-.481h.01l.371-.449c.025-.031.047-.063.078-.1s.063-.063.072-.052a.384.384,0,0,1,.111-.1.188.188,0,0,1,.135-.042l.016-.021.053-.01.025.052c.006,0,.012.01.016.016a.223.223,0,0,0,.059.005c.01.021.025.031.031.026l-.043.052a.155.155,0,0,1,0,.037.13.13,0,0,1-.027.031l-.041.037c-.006.005-.01.005-.021.005v.016c-.041.037-.068.068-.088.084s-.031.037-.031.047l-.115.115v.016a.243.243,0,0,1-.156.1l.016.01h.047l-.016.01a.042.042,0,0,0-.027.01c-.025.021-.047.047-.072.068l.016.01-.031.047c-.01,0-.037.026-.084.073a.182.182,0,0,0-.062.115h-.031a.1.1,0,0,1-.053.016.15.15,0,0,0,.021.031l-.021.016c-.041.01-.057.021-.057.042h.016v-.01c.01,0,.016.005.016.01a.012.012,0,0,1,.01.01l-.057.016a.693.693,0,0,1-.062.094l-.053.016.016.031c0,.005-.01.021-.031.037a.066.066,0,0,0-.025.037c0,.01-.012.01-.037.016l-.031.031.01.01-.057.063-.027.005a.111.111,0,0,1-.072.073.388.388,0,0,0-.037.068c-.016.026-.031.052-.047.073a.023.023,0,0,0-.01.016l-.037.037.006.01-.059.037-.053.094a.022.022,0,0,0-.025.016.093.093,0,0,0-.016.052h-.021l-.031.031c-.016.021-.02.037-.025.037l-.016.042a.525.525,0,0,0-.094.125l.01.021-.041.026-.037.057-.021.01v.021h-.041l.01.01.031.016-.02.016c-.016.005-.021.026-.021.057l-.025.026-.037.089-.031.01v.052a.088.088,0,0,0-.031.021c-.006.01-.012.016,0,.021a.769.769,0,0,0-.053.068q-.032.039-.047.031a.44.44,0,0,1-.131.11.25.25,0,0,1-.146.042l-.062-.01-.006-.094.012-.23v-.037c.01-.031.016-.057.025-.084a.474.474,0,0,1,.037-.078l-.021-.031a.853.853,0,0,0,.027-.094c.01-.037.01-.057.016-.078h.02c.006-.047.016-.089.021-.131s.025-.084.037-.125v-.016c-.006-.026-.012-.042,0-.047l.025-.037a.033.033,0,0,1,0-.042l.016-.042a.342.342,0,0,1,.031-.146c.01-.037.021-.068.031-.1-.084.089-.156.183-.23.277a2.63,2.63,0,0,1-.35.418.069.069,0,0,1-.025.042.069.069,0,0,1-.031.031l-.1.12a.293.293,0,0,0-.072.141l-.064.042c-.01.01-.01.016.012.026s.016.016.016.021a.079.079,0,0,1-.031.047.457.457,0,0,1-.043.052l.021.016c0,.005-.01.005-.041.01l-.012.068-.041.031c-.006,0-.01-.005-.016,0s-.01.01-.01.016v.037l-.031.026c-.006,0-.012,0-.012-.016a.032.032,0,0,1-.01-.021l-.043.1h-.025c-.01-.005-.021-.005-.025,0h-.027l-.025.042c-.01.016-.025.016-.041.016h-.031l-.033.031-.031-.01a.125.125,0,0,1-.094.063A.227.227,0,0,0,20807.574,367.832Zm6.787-.23a.567.567,0,0,1-.031-.214.458.458,0,0,1,.01-.115c.006-.037.006-.068.01-.084s.012-.031.012-.047a.035.035,0,0,0-.006-.042v-.063l.027-.016c-.012-.016-.021-.021-.027-.016v-.178l-.057-.01-.047.021c-.012-.01-.016-.016-.021-.016s-.016.005-.021.021h-.041c0-.005-.01-.005-.016-.016a.068.068,0,0,1-.047.031l-.059.016a.06.06,0,0,0,.006-.031v-.016h-.016c-.01,0-.016.01-.031.021a.258.258,0,0,1-.141.042c-.016.01-.037.021-.053.031a.285.285,0,0,1-.047.037l-.074-.042a.422.422,0,0,0-.025.063l-.062.01h-.031l-.062.031-.021.047-.031-.005-.031.016-.01.063a.472.472,0,0,1-.053.057.235.235,0,0,1-.057.037l-.012.031h.031a.137.137,0,0,1-.016.037c-.01.005-.01,0-.016-.005a.146.146,0,0,0-.057.12.374.374,0,0,0-.105.047c-.041.031-.062.057-.066.084l-.068.057c-.012,0-.016,0-.021-.01s-.006-.01-.006-.01l-.187.094-.088.047h-.027l-.035-.052a.7.7,0,0,1,.113-.246c.031-.047.063-.1.1-.146h.006l.01.005a.706.706,0,0,1,.053-.089.349.349,0,0,0,.053-.073.516.516,0,0,1,.057-.068c.016-.026.031-.057.047-.084.006-.01.016-.016.027-.026l.2-.272a.069.069,0,0,1,.037-.031.741.741,0,0,1,.072-.11c.037-.052.063-.078.084-.084a1.82,1.82,0,0,1,.1-.151c.047-.052.09-.1.137-.162l.078-.094.025-.01.037-.068c.016,0,.025-.01.043-.016a.441.441,0,0,1,.094-.157l0-.016a.513.513,0,0,0,.109-.11c.037-.037.068-.078.105-.12a3.305,3.305,0,0,0,.287-.319.558.558,0,0,0,.078-.084.748.748,0,0,0,.109-.151l.012.016a.424.424,0,0,1,.131-.063.7.7,0,0,0,.113-.042l.037-.016h.031l.012-.016.094-.005.035.01a.11.11,0,0,1-.02.084h.016l.01.01h-.021c-.02.1-.035.183-.057.282a1.207,1.207,0,0,1-.078.261.028.028,0,0,1,.021.005c.01.005,0,.01,0,.021l-.043.073.021.057c-.006.031-.01.063-.016.094s-.016.084-.021.12l-.031.037v.11h-.016l.016.047a.182.182,0,0,0-.025.073c0,.031-.006.052-.006.063l.01.063-.025.042c0,.01.006.026.006.037s.01.031.01.037-.006.026-.016.026v-.01l-.01.005c0,.026.01.031.031.031,0,.01-.006.063-.016.151a1.319,1.319,0,0,1-.016.136v.042l-.047.031v.047l.035-.005a.019.019,0,0,1,.016.031.134.134,0,0,1-.02.042l.035.031c.006.01,0,.021-.016.026s-.02.005-.02.01v.016c.02.01.025.021.025.026s-.006.01-.025.005v.042a.536.536,0,0,1,.01.078.1.1,0,0,0-.021.052c0,.01.006.016.021.021a.019.019,0,0,1,.016.005c.006.005.006.01.006.021h-.012a.339.339,0,0,1,0,.125.933.933,0,0,1-.047.136l-.059-.01c-.006.005-.01.016-.016.021s-.006.016-.01.016-.016,0-.021,0l-.021.047c-.078.047-.166.089-.244.136A.182.182,0,0,1,20814.361,367.6Zm.109-1.854a.52.52,0,0,1-.078.1.321.321,0,0,0-.068.115.254.254,0,0,0-.068.057c-.031.042-.062.084-.094.12a.551.551,0,0,1-.125.167.512.512,0,0,1-.037.1.657.657,0,0,0,.146-.016c.156-.031.246-.052.252-.052h-.006l.021-.005c.025-.157.051-.313.078-.47l.041-.157A.109.109,0,0,1,20814.471,365.748Zm-3.787,1.964a.549.549,0,0,1-.131,0l-.115-.042a.318.318,0,0,1-.088-.172.742.742,0,0,1,.115-.251.279.279,0,0,0,.051-.131c0-.005.012-.01.027-.026a.047.047,0,0,0,.016-.032l.035-.025v-.026a1.3,1.3,0,0,0,.115-.193,1.113,1.113,0,0,0,.074-.141h.025l.016-.068.025-.005.037-.084c.012,0,.021-.026.037-.057a2.18,2.18,0,0,1,.209-.381c.266-.4.4-.616.412-.632l.016-.016-.01-.01-.047.005-.062-.005-.059-.047a.621.621,0,0,1,.084-.151.338.338,0,0,1,.109-.12.033.033,0,0,1,.016-.031c.006-.005.006,0,.006,0a.512.512,0,0,1,.3-.141,2.339,2.339,0,0,1,.465-.047h.068a.465.465,0,0,1,.084.005l.115.01a.214.214,0,0,1,.1.026l.016.021h.021v-.005a.655.655,0,0,1,.094.031.555.555,0,0,1,.09.052v.021h.02c.016.005.027.01.031.026s.027.021.037.005l.027.042h.01l.01.01a.091.091,0,0,0,.031.057c.021.021.031.037.031.047l-.031.021.027.031c0,.005.01.005.016.01a.052.052,0,0,1-.031.047h.063v.016h-.016c-.006,0-.006.01-.012.037h.012l.016-.01c0,.005-.012.016-.037.037v.021l-.031.037h.072c-.01,0-.016.016-.016.031s0,.031-.01.031h-.041v.016l.016.016a.236.236,0,0,1,.051-.026.073.073,0,0,1-.066.068.032.032,0,0,1,.01.021.05.05,0,0,1-.01.021.04.04,0,0,0-.021.021h.021l.082-.042-.025.021v.01l-.047.037h-.025l-.027.068-.047.037v.031l.043-.01.01.073h-.037a.033.033,0,0,1-.01.021.025.025,0,0,1-.027.005l.037.031v.031c0,.037-.016.052-.057.052l.01.037a.12.12,0,0,1-.1.005.03.03,0,0,0,0,.031c0,.005,0,.01.01.016l-.006.037-.051.021-.027.005h.047l.031.01.027-.031.016.021-.043.047-.088.01a.074.074,0,0,0-.021.052h.016l.031-.021v.021a.127.127,0,0,1-.062,0l-.047.047v.026l.047.005-.088.031-.027.047c.006.005,0,.016-.01.021l-.062.01v.031l.078.01.029-.021-.029.052a.074.074,0,0,1-.031-.01.261.261,0,0,1-.053.057.249.249,0,0,1-.088.031.023.023,0,0,0,.01.016.065.065,0,0,1,.025.005l-.051.021-.027.047-.041.01a.205.205,0,0,0-.031.052h-.037c.01.021.006.031,0,.031h-.053l-.062.01v.016h.016a.017.017,0,0,0,.021,0,.049.049,0,0,0-.031.047l-.037.01c0,.005-.01.01-.01.016h-.031l-.012.026c0,.01-.02.016-.031.021h-.02l-.006-.01-.025.052h-.074c0,.026-.025.042-.062.063a.094.094,0,0,0,.031.031l-.047-.01-.047.021v.021h.025c.006,0,.006,0,.006.01l-.031.016a.056.056,0,0,0-.031.026.087.087,0,0,1-.053.005.1.1,0,0,0-.01.031.369.369,0,0,0-.068.026.062.062,0,0,0-.037.042l-.02-.01c-.027,0-.043.016-.059.047h-.041a1.055,1.055,0,0,1-.193.12.6.6,0,0,1-.215.089.456.456,0,0,1-.187.115,1.1,1.1,0,0,1-.225.068A.077.077,0,0,0,20810.684,367.712Zm.439-.533v.031l.025.016.084-.016.041-.031h.027c.01-.005.041-.021.1-.047a.309.309,0,0,0,.109-.057h.037a.115.115,0,0,0,.006-.037.506.506,0,0,0,.109-.042l.031-.021,0-.031a.157.157,0,0,0,.068-.016h.012a.3.3,0,0,1,.078-.089l.109-.063v-.026c.057-.037.1-.078.156-.12.037-.037.084-.089.137-.146.031-.052.072-.1.1-.146a1.2,1.2,0,0,0,.109-.167h.021a.232.232,0,0,1,.025-.115.2.2,0,0,1,.059-.1v-.021l.016-.016a.254.254,0,0,1,0-.094.9.9,0,0,0,.025-.141.337.337,0,0,0-.119-.272.441.441,0,0,0-.3-.1l-.094.01a.048.048,0,0,1,.016.031c-.016,0-.025.021-.041.047a.135.135,0,0,0-.006.068.1.1,0,0,0-.031.089l-.031.01-.006.021c0-.005-.01-.005-.016,0s0,.01,0,.021l-.031.052v.031l-.041.01v.037l-.037.01-.01.037.02.031-.01.01-.062.01v.01l.01.031.043-.01a.186.186,0,0,0-.043.042.131.131,0,0,0-.031.057l-.025.042h-.016l-.01.021h-.018l-.01.031.016.005.043-.01a.091.091,0,0,1-.068.037v.042h-.016v-.01c0-.005,0-.01-.016-.01l-.006.016.021.026,0,.016-.041.068-.01.01-.043.01-.031.063.027.063h-.074l0,.01.035.021h.016a.094.094,0,0,1-.047.026.192.192,0,0,1-.057.016l-.012.031.006.021.021-.021h.031v.026l-.016.021h-.043v.016l-.035.01c0,.01.01.016.016.016s0,.01.01.01l-.047.026V366.6a.206.206,0,0,0-.062.11l-.037.005v.037a.273.273,0,0,1,.09-.031l0,.01-.035.016a.11.11,0,0,1-.068.073l.006.016-.043.031-.01.031h.031l.016-.021.006.016a.069.069,0,0,0-.012.031l-.037-.01c-.035.021-.057.037-.062.052v.026l.012-.01,0-.005.043-.01.02-.01-.035.052-.031.01h.01v.026l-.021.047-.035-.01-.031.01v.057l-.012.005-.01.026h.016l.006,0Zm.01-.021a.03.03,0,0,1-.01.019Zm-.574-.12a.035.035,0,0,1,0,.02h0Zm2.162-.559-.01.026-.008.005Zm-21.062-1.854h.01l-.01,0Z' transform='translate(-20775.875 -343.613)' fill='%239aa0a9'/%3E%3Cpath id='inner-path-1' d='M1190.3,3806.213c4.823,2.026,7.008.99,8.527-1.061,1.758-2.37-1.38-6.643-7.008-9.542-5.461-2.818-11.264-3.3-13.2-1.144a3.265,3.265,0,0,1,.249-.384c2.245-3.038,9.916-2.5,17.125,1.217s11.232,9.192,8.981,12.235-8.474,3.908-15.4-.257' transform='translate(-1170.1 -3771.028)' fill='%235a6473'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-wda-logo-primary {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3CradialGradient id='a' cx='.5' cy='.5' r='.7' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fbfcfe'/%3E%3Cstop offset='.4' stop-color='%23fff' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%2366c4c5'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg transform='translate(10102 18)'%3E%3Crect width='48' height='48' fill='url(%23a)' rx='24' transform='translate(-10102 -18)'/%3E%3Cg fill='%233c9d9e' data-name='chart'%3E%3Cpath d='M4.767,0H1.833A1.839,1.839,0,0,0,0,1.833v15.8A1.839,1.839,0,0,0,1.833,19.47H4.767A1.839,1.839,0,0,0,6.6,17.637V1.833A1.827,1.827,0,0,0,4.767,0Z' opacity='.1' transform='translate(-10094 4)'/%3E%3Cpath d='M4.767,0H1.833A1.839,1.839,0,0,0,0,1.833V23.485a1.839,1.839,0,0,0,1.833,1.833H4.767A1.839,1.839,0,0,0,6.6,23.485V1.833A1.839,1.839,0,0,0,4.767,0Z' data-name='Vector' opacity='.1' transform='translate(-10081 -1)'/%3E%3Cpath d='M4.767,0H1.833A1.839,1.839,0,0,0,0,1.833v27.5a1.839,1.839,0,0,0,1.833,1.833H4.767A1.839,1.839,0,0,0,6.6,29.333V1.833A1.839,1.839,0,0,0,4.767,0Z' data-name='Vector' opacity='.2' transform='translate(-10068 -7)'/%3E%3C/g%3E%3Cpath fill='%23d35161' d='M0,32.669S13.348,21.556,18.4,14.328a56.71,56.71,0,0,1-9.325.532C9.454,14.68,21.524,8.834,30.2,0c0,0-6.35,18.211-18.53,32.669Zm25.491-14.36a.41.41,0,0,1,.028-.1c.015-.041.022-.069.031-.088v-.008l.013-.044c.063-.155.1-.274.143-.369a3.358,3.358,0,0,0,.113-.384l.134-.4c.012,0,.018-.008.019-.03a.24.24,0,0,0,0-.036,3.647,3.647,0,0,1,.211-.813c.164-.485.3-.74.413-.756l-.014-.015c.014-.022.076-.044.179-.08a.571.571,0,0,1,.167-.046l.006.067a2.2,2.2,0,0,1-.093.539,5.5,5.5,0,0,0-.134.536c-.02.007-.028.031-.028.065a.166.166,0,0,1-.029.059c-.016.04-.022.067,0,.08-.018.029-.039.049-.054.073l-.007.063c-.012,0-.021,0-.027.012s0,0,.008,0,.011,0,.014,0l-.068.229h.019a.153.153,0,0,0,.127-.1c.036-.067.072-.13.109-.192.078-.1.187-.225.322-.385.068-.078.131-.157.206-.235a1.294,1.294,0,0,1,.335-.428.574.574,0,0,1,.343-.1l.053.012v.038a.331.331,0,0,1-.049.165,1.173,1.173,0,0,0-.1.151l-.017.009a.3.3,0,0,1-.026.076.19.19,0,0,1-.047.065.022.022,0,0,0,0,.015h.01c-.043.117-.073.206-.094.268a.964.964,0,0,0-.061.266.329.329,0,0,1-.029.115.424.424,0,0,0-.027.111.282.282,0,0,1-.043.089.122.122,0,0,0-.023.057l.011.028.034-.007c.1-.132.231-.31.413-.53.135-.175.276-.346.42-.517h.014l.4-.483c.028-.033.054-.068.085-.1s.071-.068.08-.06a.408.408,0,0,1,.119-.1.213.213,0,0,1,.147-.046l.015-.024.057-.012.026.059c.007,0,.013.012.019.015a.279.279,0,0,0,.062.009c.013.022.026.034.035.026l-.044.059a.057.057,0,0,1-.01.034.106.106,0,0,1-.026.037l-.044.036a.038.038,0,0,1-.023.011v.012c-.046.044-.076.075-.1.094a.083.083,0,0,0-.031.049l-.129.123v.018a.245.245,0,0,1-.166.1l.018.013h.051l-.022.011a.033.033,0,0,0-.025.011c-.029.024-.052.051-.08.074l.02.009-.032.056c-.014,0-.045.026-.094.076a.214.214,0,0,0-.07.124h-.03a.164.164,0,0,1-.059.014.077.077,0,0,0,.021.031l-.021.023c-.042.007-.061.022-.061.041h.015v-.013c.012,0,.02.008.02.013l.011.011-.059.021c-.022.035-.048.066-.07.1l-.054.017.014.032c0,.01-.013.025-.031.039a.078.078,0,0,0-.031.043c0,.007-.014.012-.043.015l-.028.037.007.009-.062.065-.025.007a.125.125,0,0,1-.082.077c-.012.023-.025.052-.038.076A.628.628,0,0,1,28,16.8a.037.037,0,0,0-.014.019l-.036.035.005.015-.062.037-.055.1c-.013,0-.022,0-.027.015a.148.148,0,0,0-.022.054h-.02l-.033.036c-.021.021-.022.041-.027.041l-.017.042a.827.827,0,0,0-.1.135l.014.026-.049.026-.038.062-.021.011v.021h-.046l.009.014.038.015-.026.015c-.013.006-.02.031-.02.066l-.029.027-.038.093-.032.011v.059a.22.22,0,0,0-.034.022c-.01.009-.012.016,0,.024a.586.586,0,0,0-.055.072c-.023.027-.041.041-.054.035a.531.531,0,0,1-.141.119.283.283,0,0,1-.157.044l-.065-.014-.006-.1.009-.251v-.039c.011-.031.019-.06.031-.089a.852.852,0,0,1,.036-.083l-.022-.035a.7.7,0,0,0,.028-.1c.01-.036.01-.062.018-.085h.02c.008-.047.019-.093.026-.139a1.1,1.1,0,0,1,.039-.134v-.015c-.008-.032-.011-.046,0-.052l.027-.041a.037.037,0,0,1,0-.046.17.17,0,0,0,.015-.041.558.558,0,0,1,.033-.16,1.107,1.107,0,0,0,.034-.113,3.513,3.513,0,0,0-.245.3,3.048,3.048,0,0,1-.378.448.082.082,0,0,1-.026.047c-.02.025-.032.034-.035.034l-.1.129a.284.284,0,0,0-.081.149l-.069.046c-.011.008-.007.015.011.028s.021.014.02.023a.13.13,0,0,1-.037.049.32.32,0,0,1-.043.056l.022.015c0,.006-.013.01-.044.015l-.01.069L26.068,18a.019.019,0,0,0-.026.007l0,.007a.346.346,0,0,0,0,.043l-.034.027c-.007,0-.012,0-.013-.018l-.011-.021-.043.1h-.085l-.026.049a.056.056,0,0,1-.049.013.077.077,0,0,1-.029,0l-.034.034-.036-.007a.143.143,0,0,1-.1.066A.153.153,0,0,0,25.491,18.309Zm5.47-.112-.037-.058a.75.75,0,0,1,.125-.266c.032-.049.067-.1.1-.157h.014l0,.008a.685.685,0,0,1,.06-.1.61.61,0,0,0,.055-.081c.027-.035.049-.058.059-.075a.583.583,0,0,0,.055-.086.1.1,0,0,1,.028-.027l.216-.3a.134.134,0,0,1,.04-.031,1.27,1.27,0,0,1,.077-.118c.045-.059.072-.086.093-.09a1.31,1.31,0,0,1,.114-.165c.049-.057.094-.112.142-.171l.085-.1.03-.009.04-.075c.013,0,.025-.012.04-.018a.613.613,0,0,1,.1-.165l.005-.021a.7.7,0,0,0,.119-.117c.036-.038.075-.082.114-.128a4.015,4.015,0,0,0,.309-.345.92.92,0,0,0,.081-.086,1.534,1.534,0,0,0,.121-.164l.013.015a.432.432,0,0,1,.139-.067.777.777,0,0,0,.124-.042l.04-.018H33.5l.013-.015.1-.009.04.012a.134.134,0,0,1-.023.092h.016l.014.011h-.022c-.022.1-.041.2-.065.3a1.206,1.206,0,0,1-.079.281c.005,0,.012,0,.02.008s.007.013,0,.023l-.043.079.023.059c-.008.034-.014.068-.019.1s-.015.091-.021.127l-.035.043v.114H33.4l.015.052a.313.313,0,0,0-.022.08.4.4,0,0,1-.008.067l.012.068-.031.04a.174.174,0,0,0,.011.045l.008.037a.028.028,0,0,1-.019.031v-.015l-.008.006c0,.03.012.037.032.033,0,.015-.009.07-.017.164s-.015.144-.015.147a.116.116,0,0,0,0,.043l-.054.034v.052l.039-.008a.024.024,0,0,1,.019.038.145.145,0,0,1-.022.04l.038.036c.008.013,0,.022-.015.025s-.022.008-.022.015v.015a.082.082,0,0,1,.026.027s-.008.014-.026.008V17.5c0,.03.006.058.012.086a.092.092,0,0,0-.027.055c0,.015.007.019.023.022a.029.029,0,0,1,.029.028v0H33.36a.265.265,0,0,1,0,.135.958.958,0,0,1-.051.145l-.06-.012a.131.131,0,0,0-.015.027A.024.024,0,0,1,33.2,18l-.005,0-.021.055c-.088.049-.178.093-.266.142a.187.187,0,0,1-.117-.135.612.612,0,0,1-.04-.229,1.09,1.09,0,0,1,.011-.121c.007-.041.011-.076.013-.091a.5.5,0,0,1,.017-.053.041.041,0,0,0-.009-.043v-.067l.026-.017c-.012-.016-.017-.022-.026-.019v-.193l-.066-.006-.049.018c-.01-.012-.016-.014-.022-.014s-.014.006-.019.023h-.045a.059.059,0,0,1-.016-.021.075.075,0,0,1-.054.036.339.339,0,0,1-.059.015l.006-.031a.028.028,0,0,1,0-.017h-.021c-.008,0-.017.01-.033.022a.255.255,0,0,1-.148.045c-.021.011-.042.023-.062.035a.348.348,0,0,1-.049.039l-.076-.044a.237.237,0,0,0-.03.063l-.065.015h-.031l-.07.034-.023.052-.033-.008-.034.015-.013.067a.381.381,0,0,1-.053.061.286.286,0,0,1-.066.043l-.008.034h.032a.135.135,0,0,1-.016.037c-.01.007-.014,0-.019-.007a.17.17,0,0,0-.062.128.514.514,0,0,0-.111.057c-.044.031-.067.058-.072.085l-.076.067c-.008,0-.013,0-.017-.013l-.006-.015-.207.1-.093.053ZM32.9,16.068a.864.864,0,0,1-.08.111.356.356,0,0,0-.075.122.309.309,0,0,0-.075.062.919.919,0,0,1-.1.132.533.533,0,0,1-.129.18c-.015.035-.028.07-.041.1a.718.718,0,0,0,.157-.016c.17-.033.262-.055.27-.055l0,0,.022-.007q.041-.252.086-.5l.039-.171A.1.1,0,0,1,32.9,16.068Zm-4.072,2.11a.867.867,0,0,1-.137,0l-.127-.043a.391.391,0,0,1-.1-.189.9.9,0,0,1,.123-.267.324.324,0,0,0,.059-.139c0-.005.008-.012.028-.03a.047.047,0,0,0,.018-.043v.006l.038-.025v-.027c.026-.048.047-.078.059-.1a1.079,1.079,0,0,1,.066-.112c.026-.048.053-.094.079-.149h.023l.019-.074.029-.007.038-.091c.013,0,.023-.024.041-.06a2.344,2.344,0,0,1,.227-.408q.427-.653.444-.681l.013-.018-.008-.013-.049.009-.071-.009-.059-.049a.577.577,0,0,1,.087-.162.565.565,0,0,1,.116-.133c.006-.015.008-.026.018-.031s.005,0,.005,0a.572.572,0,0,1,.329-.153,2.6,2.6,0,0,1,.5-.05.446.446,0,0,1,.069,0,.6.6,0,0,1,.09.005l.127.01a.309.309,0,0,1,.1.03l.02.025h.019v-.01a1.078,1.078,0,0,1,.1.035.593.593,0,0,1,.1.057v.025h.023a.04.04,0,0,1,.034.023c.013.019.025.022.035.006l.031.046H31.4l.01.014a.111.111,0,0,0,.032.059c.025.023.037.038.039.052l-.039.021.031.037.016.007a.059.059,0,0,1-.033.051h.07v.019h-.019s-.008.013-.011.039h.011l.018-.009s-.011.015-.04.036a.073.073,0,0,0,0,.02l-.033.043h.075c-.007,0-.013.015-.013.035s0,.031-.011.031h-.046v.02l.015.014a.272.272,0,0,1,.059-.029.086.086,0,0,1-.074.075.031.031,0,0,1,0,.042h0a.046.046,0,0,0-.023.026h.023l.089-.045-.031.022v.009l-.049.041h-.026l-.031.074-.049.039v.034l.047-.011.011.076h-.041a.038.038,0,0,1-.01.023.023.023,0,0,1-.028,0l.041.034v.033c0,.039-.019.058-.062.058l.006.038a.128.128,0,0,1-.112.008.029.029,0,0,0,0,.03l.012.019,0,.039-.054.022-.027.008h.046l.032.008.03-.034.02.026-.048.051-.1.006a.1.1,0,0,0-.018.058h.015l.031-.02v.023a.2.2,0,0,1-.065,0l-.055.048v.03l.055.007-.094.031-.031.05c.007.009,0,.015-.013.024l-.067.012v.029l.085.015.039-.03-.035.065a.322.322,0,0,1-.039-.013.145.145,0,0,1-.053.059.268.268,0,0,1-.1.037.039.039,0,0,0,.012.015.065.065,0,0,1,.029.008l-.059.021-.031.052-.042.011c-.023.032-.032.051-.031.055h-.045c.014.02.011.031,0,.031a.169.169,0,0,1-.052,0l-.071.012v.022h.039a.048.048,0,0,0-.027.049l-.044.013a.021.021,0,0,0-.011.015h-.034l-.008.027a.086.086,0,0,1-.034.023.048.048,0,0,1-.022,0l-.009-.015-.026.06H30.24c0,.028-.026.046-.068.065a.188.188,0,0,0,.032.033l-.049-.011-.049.026v.021h.027c.005,0,.006,0,.006.012l-.037.014a.268.268,0,0,0-.032.031.154.154,0,0,1-.054.007.068.068,0,0,0-.013.032.4.4,0,0,0-.072.023.081.081,0,0,0-.041.048l-.021-.011c-.031,0-.05.018-.065.051H29.76a1.17,1.17,0,0,1-.205.128.613.613,0,0,1-.229.1.487.487,0,0,1-.206.124,1.171,1.171,0,0,1-.238.074A.087.087,0,0,0,28.828,18.178Zm.472-.571v.034l.031.013.09-.013.041-.034h.029c.014-.008.049-.023.111-.051a.234.234,0,0,0,.119-.065h.039s.008-.014.008-.036a.8.8,0,0,0,.121-.043l.029-.028.009-.03A.145.145,0,0,0,30,17.335h.012a.333.333,0,0,1,.088-.093.658.658,0,0,1,.117-.068v-.031a1.519,1.519,0,0,0,.165-.128c.041-.041.091-.1.148-.16l.115-.153c.036-.049.073-.112.116-.182h.022a.27.27,0,0,1,.028-.122.3.3,0,0,1,.061-.112v-.02l.022-.015a.286.286,0,0,1,0-.1c.01-.044.019-.1.028-.152a.356.356,0,0,0-.131-.288.477.477,0,0,0-.32-.11l-.1.012a.056.056,0,0,1,.022.035c-.022,0-.031.018-.044.048a.172.172,0,0,0-.01.077.081.081,0,0,0-.031.091l-.033.012-.008.023a.015.015,0,0,0-.015,0c-.007,0-.007.009,0,.02l-.034.06v.031l-.043.015v.04l-.044.011-.011.035.024.037-.01.012-.068.009v.014l.012.031.045-.011a.218.218,0,0,0-.049.047.2.2,0,0,0-.031.058l-.026.046h-.017l-.014.024h-.018l-.009.033.018.007.041-.015a.082.082,0,0,1-.072.041v.048h-.018v-.013c0-.006,0-.013-.013-.013l-.011.018.023.026.009.02-.046.07-.011.013-.049.011-.029.07.028.065h-.08l-.007.012.038.022h.022a.16.16,0,0,1-.05.031.448.448,0,0,1-.065.015l-.013.031.007.025.023-.022h.036v.023l-.017.023h-.046v.018l-.039.01c.006.013.01.022.014.022l.009.012L29.608,17v-.02a.2.2,0,0,0-.073.116l-.036.007v.041a.234.234,0,0,1,.094-.033l.008.008-.04.02a.107.107,0,0,1-.076.075l.01.021-.049.031-.008.037h.031l.016-.023.01.017a.035.035,0,0,0-.012.034l-.039-.013c-.041.021-.065.04-.071.059v.029l.012-.014.01-.007.046-.012.017-.013-.039.06-.034.006H29.4v.032l-.025.049-.04-.011-.032.011v.059l-.015.007-.01.028H29.3Zm.014-.023s-.006.015-.012.019Zm-.62-.13a.089.089,0,0,1,0,.013Zm2.327-.6-.014.025h0ZM9.071,14.86H9.08l-.009,0Z' transform='translate(-10095 -11)'/%3E%3Cpath fill='%232f2c4b' d='M941.159,63.4c5.008,2.179,7.276,1.065,8.853-1.14,1.824-2.549-1.432-7.143-7.277-10.261-5.669-3.031-11.694-3.543-13.7-1.231a3.493,3.493,0,0,1,.258-.413c2.331-3.267,10.294-2.683,17.779,1.308s11.661,9.885,9.325,13.156-8.8,4.2-15.99-.275' transform='translate(-11022 -44)'/%3E%3Cpath fill='%23499894' d='M7.717,4.125A5.818,5.818,0,0,0,3.867.275C2.492-.125,1.542-.092.883.4A2.9,2.9,0,0,0,0,2.816V4.891c0,2.05.933,3.092,2.767,3.092H5.158A2.912,2.912,0,0,0,7.575,7.1C8.083,6.45,8.125,5.5,7.717,4.125Z' data-name='Vector' transform='translate(-10092 -16)'/%3E%3Cpath fill='%23a3ccc9' d='M14.09,7.176a1.14,1.14,0,0,0-.858-.392H10.248A2.66,2.66,0,0,1,7.59,4.126V1.143A1.14,1.14,0,0,0,7.2.284,1.129,1.129,0,0,0,6.306.009,7.277,7.277,0,0,0,1.373,2.951,7.194,7.194,0,0,0,5.84,14.243a6.989,6.989,0,0,0,1.375.133A7.082,7.082,0,0,0,11.423,13a7.277,7.277,0,0,0,2.942-4.933A1.12,1.12,0,0,0,14.09,7.176Z' data-name='Vector' transform='translate(-10100 -14)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.t-header {
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
.t-header .t-header-top {
    background-color: #121328;
    color: #ffffff;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    position: fixed;
    width: 100%;
    height: 3.25rem;
    padding: 0.5rem 0;
    z-index: 10;
    display: flex;
    align-items: center;
}
.t-header-top .t-header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 768px) {
  .t-header .t-header-top {
    /*display: none;*/
  }
}
.t-header .t-header-top .t-header-top-lf-list {
  display: inline-flex;
  align-items: center;
}
.t-header .t-header-top .t-header-top-rf-list {
  display: inline-flex;
  align-items: center;
}
.t-header .t-header-top .t-header-top-list-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.t-header .t-header-top.mobile-navbar .t-header-top-rf-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    float: unset;
    column-gap: 1.25rem;
    margin-right: 0.5rem;
}
@media (max-width:767px) {
    .t-header .t-header-top .t-header-top-list-item {
      margin-right: 0rem !important;
    }
}
.t-header .t-header-top .t-header-top-list-item.active .t-header-top-list-link {
  color: #f6cdcd;
}
.t-header .t-header-top .t-header-top-list-item:not(:last-child) {
  margin-right: 1.25rem;
}
.t-header .t-header-top .t-header-top-list-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: -0.625rem;
  top: 50%;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.t-header .t-header-top .t-header-top-list-item .t-header-top-list-link {
  display: block;
  color: currentColor;
  font-size: 0.875rem;
  padding: 0.5rem 0;
}
.t-header .t-header-top .t-header-top-list-item .t-header-top-list-link:hover {
  filter: alpha(opacity=66);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  opacity: 0.66;
}
.t-header {
  left: 0;
  right: 0;
  width: 100%;
  position: relative;
}
.t-header--abs-top, .t-header--abs-bottom, .t-header--abs-top-2nd-screen {
  position: absolute;
}
.t-header--abs-top-2nd-screen {
  top: 100%;
  bottom: auto;
}
.t-header--abs-top {
  top: 0;
  bottom: auto;
}
.t-header--abs-bottom {
  top: auto;
  bottom: 0;
}
.t-header--abs-bottom .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.t-header--sticky-top, .t-header--sticky-bottom {
  position: fixed;
}
.t-header--sticky-top {
  bottom: auto;
  top: 0;
}
.t-header--sticky-top.t-negative-top {
  bottom: 100%;
  top: auto;
}
.t-header--sticky-bottom {
  top: auto;
  bottom: 0;
}
.t-header--sticky-bottom .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.t-header--invisible {
  display: none;
}
.t-header--moved-up {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.t-header--moved-up.t-negative-top {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.t-header--faded {
  opacity: 0;
  visibility: hidden;
}
.t-header--untransitioned {
  -webkit-transition: none !important;
  transition: none !important;
}
.t-header__section--hidden {
  position: relative;
}
.t-header__section {
  position: relative;
}
.t-header--floating {
  position: absolute;
  left: 0;
  right: 0;
}
.t-header--floating.js-header-fix-moment {
  margin-top: 0 !important;
}
.t-header--floating.js-header-fix-moment .navbar-brand {
  -webkit-transform: scale3d(0.85, 0.85, 0.85);
          transform: scale3d(0.85, 0.85, 0.85);
}
.t-header--floating.js-header-fix-moment .navbar {
  padding-left: 0;
  padding-right: 0;
}
.t-header[data-header-fix-effect] {
  -webkit-transition: all 0.375s ease-in-out;
  transition: all 0.375s ease-in-out;
}
.t-header-reduced--shift.js-header-change-moment {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.t-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
  -webkit-box-shadow: 0 2px 10px rgba(23, 24, 25, 0.12);
          box-shadow: 0 2px 10px rgba(23, 24, 25, 0.12);
}

.t-header__section {
  z-index: 1;
}
.t-header__section:nth-child(1) {
  z-index: 5;
}
.t-header__section:nth-child(2) {
  z-index: 4;
}
.t-header__section:nth-child(3) {
  z-index: 3;
}
.t-header__section:nth-child(4) {
  z-index: 2;
}
.t-header__section:nth-child(5) {
  z-index: 1;
}

.t-header__sections-container {
  position: relative;
  z-index: 2;
}

.quicklink,
.quicklink2 {
  filter: alpha(opacity=66);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  opacity: 0.78;
}
@media (max-width: 768px) {
  .quicklink,
.quicklink2 {
    display: none;
  }
}

.navbar {
    position: relative;
    margin-bottom: 0;
    border: 1px solid transparent;
    display: block;
    padding: 0;
    padding-top: 0px;
    padding-top: 3.25rem;
}
@media (max-width: 768px) {
    .navbar {
        box-shadow: 0 -4px 10px rgba(23, 24, 25, 0.3);
    }
}
.ie .navbar {
  *zoom: 1;
}
.navbar:before, .navbar:after {
  content: "";
  display: table;
}
.navbar:after {
  clear: both;
  overflow: hidden;
}
.navbar .navbar-group {
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
    .navbar .navbar-group {
        float: left;
        max-width: 100%;
        padding-bottom: .625rem;
    }
}
.navbar .navbar-brand {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  text-decoration: none;
}
.navbar .navbar-brand .navbar-brand-logo {
  height: 3rem;
}
.navbar .navbar-item {
  display: inline-block;
  vertical-align: middle;
}
.navbar .navbar-item svg {
	color: #204B91;
	vertical-align: text-bottom;
	margin-right:5px;
}
.navbar .navbar-item .t-area-link {
  /*color: #767677;
  border:0;
  background-color: transparent;
  font-size: 0.9rem;
  cursor:pointer;
  box-shadow: none;*/
}
.navbar .navbar-item .t-area-link:hover {
  color: #204B91;
}

.t-header .navbar .navbar-collapse {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0;
  padding-left: 0.75rem;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  -webkit-overflow-scrolling: touch;
  float: right;
}
.ie .navbar .navbar-collapse {
  *zoom: 1;
}
.t-header .navbar .navbar-collapse:before, .t-header .navbar .navbar-collapse:after {
  content: "";
  display: table;
}
.t-header .navbar .navbar-collapse:after {
  clear: both;
  overflow: hidden;
}
.t-header .navbar .navbar-collapse.show {
  overflow-y: auto;
}
@media (max-width: 768px) {
    .t-header .navbar .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
    }

        .t-header .navbar .navbar-collapse.collapse {
            height: auto;
            padding-bottom: 0;
            overflow: visible;
        }

        .t-header .navbar .navbar-collapse.show {
            overflow-y: visible;
            border-top: 2px solid #D0D0D1;
        }

    .t-header .navbar-fixed-top .navbar .navbar-collapse, .t-header .navbar-static-top .navbar .navbar-collapse, .navbar-fixed-bottom .navbar .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .t-header .navbar .nav.navbar-nav .nav-item:not(.submembarnar-item):first-child { /*導盲磚*/
        display: none;
    }
    .t-header .navbar .nav.navbar-nav .nav-item {
        display: flex;
    }
}

.t-header .navbar .nav.navbar-nav {
  display: inline-block;
  letter-spacing: 0.075rem;
}
/*
.navbar .nav.navbar-nav .nav-item {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  display: block;
}
*/
.t-header .navbar .nav.navbar-nav .nav-item {
  border-bottom: 1px solid #E7E7E8;
}
.t-header .navbar .nav.navbar-nav .nav-item.active {
  color: #da3535;
}
.t-header .nav-link:not(.quicklink):not(.quicklink2) {
  display: block;
  padding-right: 0;
  padding-left: 0;
  font-size: 1rem;
  /*padding: 1rem 0;*/
  color: #171819;
}
.t-header .nav-link:not(.quicklink):not(.quicklink2):hover {
  color: #CA7B1E;
}
.t-header .nav-link:not(.quicklink):not(.quicklink2).nav-link-icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  color: #fff;
}
.t-header .nav-link:not(.quicklink):not(.quicklink2).nav-link-icon:hover {
  filter: alpha(opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  opacity: 0.6;
}
.t-header .t-header-top.mobile-navbar {
  top: 3.25rem;
  height: unset;
  background-color: #333;
}
.t-header .t-header-top.mobile-navbar .nav-link:not(.quicklink):not(.quicklink2).nav-link-icon:not(:last-child) {
    margin-right: 0.5rem;
}
.t-header .nav-link:not(.quicklink):not(.quicklink2).nav-link-icon img {
  width: 1.5rem;
}
.t-header .navbar .nav.navbar-nav .dropdown-menu {
  /*position: static;*/
  float: none;
}

.t-header-top .navbar-brand {
    display: flex;
    gap: 0.5rem;
}
.t-header-top .navbar-brand img {
    height: 2.5rem;
}

.t-header-top .navbar-toggler {
  border: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar.navbar-expand-md .navbar-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar.navbar-expand-md .navbar-nav .nav-item {
    border-bottom: none;
  }
  .navbar.navbar-expand-md .navbar-nav .nav-link:not(.quicklink):not(.quicklink2) {
    padding: 0.5rem 0  0.5rem 0.5rem;
    font-size: 1rem;
    padding-right: 0;
    padding-left: 0.5rem;
    color: #171819;
  }
  .navbar.navbar-expand-md .navbar-nav .nav-link:not(.quicklink):not(.quicklink2):hover {
    color: #D10303;
  }

  /*
  .member-nav .nav-link:not(.quicklink):not(.quicklink2) {
    padding-right: 2rem !important;
    background-image: linear-gradient(45deg, transparent 50%, #a33 50%), linear-gradient(135deg, #a33 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1.5em + 5px), calc(100% - 15px) calc(1.5em + 5px), calc(100% - 2em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
  */

  .navbar.navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar.navbar-expand-md .navbar-collapse {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar.navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
    border-bottom: none;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-link:not(.quicklink):not(.quicklink2) {
    font-size: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #171819;
  }
  .navbar.navbar-expand-lg .navbar-nav .nav-link:not(.quicklink):not(.quicklink2):hover {
    color: #D10303;
  }
  .navbar.navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar.navbar-expand-lg .navbar-collapse {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar.navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar.navbar-expand-xl .navbar-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar.navbar-expand-xl .navbar-nav .nav-item:not(:last-child) {
    border-bottom: none;
  }
  .navbar.navbar-expand-xl .navbar-nav .nav-link:not(.quicklink):not(.quicklink2) {
    font-size: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #171819;
  }
  .navbar.navbar-expand-xl .navbar-nav .nav-link:not(.quicklink):not(.quicklink2):hover {
    color: #D10303;
  }
  .navbar.navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar.navbar-expand-xl .navbar-collapse {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar.navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar.navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar.navbar-expand-xxl .navbar-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar.navbar-expand-xxl .navbar-nav .nav-item:not(:last-child) {
    border-bottom: none;
  }
  .navbar.navbar-expand-xxl .navbar-nav .nav-link:not(.quicklink):not(.quicklink2) {
    font-size: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #171819;
  }
  .navbar.navbar-expand-xxl .navbar-nav .nav-link:not(.quicklink):not(.quicklink2):hover {
    color: #D10303;
  }
  .navbar.navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar.navbar-expand-xxl .navbar-collapse {
    display: inline-block;
    vertical-align: middle;
  }
  .navbar.navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar.navbar-expand .navbar-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
}
.navbar.navbar-expand .navbar-nav .nav-item:not(:last-child) {
  border-bottom: none;
}
.navbar.navbar-expand .navbar-nav .nav-link:not(.quicklink):not(.quicklink2) {
  font-size: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #171819;
}
.navbar.navbar-expand .navbar-nav .nav-link:not(.quicklink):not(.quicklink2):hover {
  color: #D10303;
}
.navbar.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar.navbar-expand .navbar-collapse {
  display: inline-block;
  vertical-align: middle;
}
.navbar.navbar-expand .navbar-toggler {
  display: none;
}
.navbar .navbar-toggler {
    float: right;
    padding: 0.875rem 0rem 0.5rem 0.5rem;
    line-height: 1;
    background-color: transparent;
    cursor: pointer;
    color: #8B8B8C;
    border: 1px solid transparent;
    border-radius: 6px;
    align-items: center;
    display: flex;
}
.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus {
  text-decoration: none;
}
@media (max-width:768px) {
    .navbar .navbar-toggler {
        padding-left: 0.125rem;
    }
}

.login-btn .login-title {
    max-width: 5rem;
    overflow: hidden;
    color: #d5bf2d;
    display: block;
    white-space: nowrap;
    font-weight: bold;
}

.navbar .navbar-toggler .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
.navbar .navbar-toggler [class*=t-main-nav-] .dropdown-toggle::after {
  width: auto;
  height: auto;
  vertical-align: inherit;
  border: none;
}
.navbar .navbar-toggler .t-main-nav__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000%;
  opacity: 0;
  visibility: hidden;
}
.navbar .navbar-toggler .nav-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #171819;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
.navbar .navbar-toggler .nav-backdrop.in {
  filter: alpha(opacity=36);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=36);
  opacity: 0.36;
}
.navbar .navbar-toggler .nav-backdrop.fade {
  opacity: 0;
}
.navbar .navbar-toggler .nav-backdrop.show {
  opacity: 0.36;
}
@media (max-width: 768px) {
  .navbar .navbar-toggler .t-nav-mobile-scroll {
    overflow-y: auto;
  }
}

.navbar .navbar-toggler .svg-icon svg {
    margin-left: 0.25rem;
}
.navbar .navbar-toggler .svg-icon-2hx svg {
    height: 2rem !important;
    width: 2rem !important;
}

#navBar {
    padding-right: 0;
}
#navBar .nav.navbar-nav {
    display: flex;
    justify-content:flex-end;
    flex-direction: row;
}
#navBar .nav-item {
    width: auto;
    margin-left: 1rem;
}
#navBar .nav-item .nav-link-icon:not(:last-child) {
    margin-right: 0.5rem;
}
@media (max-width: 768px) {
    #navBar .nav-item:first-child {
        display: none;
    }
}

.main-footer {
  background-color: #fff;
  border-top: 2px solid #e5a050;
}
@media all and (max-width: 768px) {
  .main-footer {
    padding-bottom: 6rem;
  }
}
.main-footer .img-container-footer {
  margin-bottom: 1.25rem;
}
.main-footer .img-container-footer img {
  height: 3.25rem;
}
@media all and (max-width: 992px) {
  .main-footer .footer-main {
    margin-bottom: 1.75rem;
  }
}
@media all and (max-width: 768px) {
  .main-footer .footer-main-info {
    margin-bottom: 1.75rem;
  }
}
.main-footer .footer-main-info li {
  font-size: 0.9375rem;
  margin-top: 1rem;
}
.main-footer .footer-main-info li strong {
  color: #CA7B1E;
  font-size: 1.125rem;
}
.main-footer .footer-main-info li a {
	color: #006477;
	font-weight: 700;
}

.main-footer .footer-main-info li p {
	display: inline-block;
	padding-right: 0.5rem;
}
.main-footer .footer-main-info li span {
	font-weight: 700;
	color: #db6c00;
}

.main-footer .footer-main-info li .footer-link-icon {
  display: inline-block;
  vertical-align: middle;
}
.main-footer .footer-main-info li .footer-link-icon:hover {
  filter: alpha(opacity=66);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  opacity: 0.66;
}
.main-footer .footer-main-info li .footer-link-icon img {
  width: 2rem;
}
.main-footer .footer-links {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media all and (max-width: 992px) {
  .main-footer .footer-links:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
.main-footer .footer-links li {
  position: relative;
  font-size: 0.9375rem;
  padding-left: 1.5rem;
  margin-top: 1rem;
}
.main-footer .footer-links li:before {
  content: "";
  background-color: #D0D0D1;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0 0.375rem 0.375rem 0.375rem;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-footer .footer-links li a {
  color: #000;
}
.main-footer .footer-links li a:hover {
  color: #555;
	text-decoration: none;
}

@media all and (max-width: 768px) {
  .main-footer .footer-main {
    display: block !important;
    margin-bottom: 1.75rem;
  }
  .main-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .main-footer .footer-links li {
    min-width: 45%;
    margin-top: 0rem;
  }
    .t-footer-top .row div:last-child {
        display: none;
    }
    .t-footer-top .best-for {
        display: none;
    }
}

.img-barrier {
  width: 7.5rem;
  margin-top: 1rem;
}

.btn.footer-btn {
  display: block;
  border: 2px solid rgba(23, 24, 25, 0.24);
  background: transparent;
}

.footer-heading {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  padding-bottom: 0.875rem;
  letter-spacing: 1px;
}
.footer-heading:before {
  content: "";
  background-color: #e29439;
  border-radius: 2px;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 33.333333%;
  bottom: -0.25rem;
  z-index: 1;
}
.footer-heading:after {
  content: "";
  background-color: #efc492;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.t-footer-top {
  padding: 1.5rem 1rem 0.5rem 1rem;
}

.t-footer-bottom {
  background-color: #eee;
  font-size: 0.875rem;
  padding: 1rem 0;
  text-align: center;
}
.t-footer-bottom .copyright-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.t-footer-bottom .copyright-info p:last-child {
    margin-left: 1rem;
}
@media (max-width: 768px) {
    .t-footer-bottom .copyright-info p:last-child {
        margin-left: 0;
    }
}

.t-form-control {
  background-color: #fff;
  border: 2px solid #D9DADA;
  border-radius: 6px;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}
.t-form-control::-moz-placeholder {
  color: #B9B9BA;
  opacity: 1;
}
.t-form-control:-ms-input-placeholder {
  color: #B9B9BA;
}
.t-form-control::-webkit-input-placeholder {
  color: #B9B9BA;
}
.t-form-control:focus {
  border-color: rgba(209, 3, 3, 0.66);
  -webkit-box-shadow: 0 0 0 3px rgba(209, 3, 3, 0.24);
          box-shadow: 0 0 0 3px rgba(209, 3, 3, 0.24);
}
.t-form-control[disabled] {
  cursor: not-allowed;
}
.t-form-control[disabled], .t-form-control[readonly] {
  opacity: 0.66;
  border: 2px solid #E7E7E8;
}
.t-form-control[type=file] {
  overflow: hidden;
}
.t-form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.t-form-control::-webkit-file-upload-button {
  padding: 0.75rem 1.8125rem;
  margin: -0.75rem -1.8125rem;
  -webkit-margin-end: 1.8125rem;
          margin-inline-end: 1.8125rem;
  color: #737475;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0.0625rem;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.t-form-control::file-selector-button {
  padding: 0.75rem 1.8125rem;
  margin: -0.75rem -1.8125rem;
  -webkit-margin-end: 1.8125rem;
          margin-inline-end: 1.8125rem;
  color: #737475;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0.0625rem;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t-form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .t-form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.t-form-control::-webkit-file-upload-button {
  padding: 0.75rem 1.8125rem;
  margin: -0.75rem -1.8125rem;
  -webkit-margin-end: 1.8125rem;
          margin-inline-end: 1.8125rem;
  color: #737475;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 0.0625rem;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .t-form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.t-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #E3E4E5;
}
.t-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #E3E4E5;
}
.t-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #E3E4E5;
}
.t-form-control:focus {
  color: #737475;
  background-color: #fff;
  border-color: rgba(140, 152, 164, 0.25);
  outline: 0;
  -webkit-box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
          box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

select.t-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.625rem 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 8' fill='%23D10303'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.42111 5.93537C4.22088 6.03839 3.9637 6.0191 3.78597 5.87137L0.177181 2.87153C-0.046034 2.68598 -0.060261 2.36951 0.145404 2.16468C0.351069 1.95985 0.698744 1.94422 0.921959 2.12977L4.14137 4.80594L7.06417 2.15586C7.27904 1.96104 7.62686 1.96165 7.84105 2.15722C8.05524 2.35279 8.05469 2.66927 7.83982 2.86409L4.54449 5.85194C4.50704 5.8859 4.46541 5.91371 4.42111 5.93537Z'/%3e%3c/svg%3e");
  cursor: pointer;
  padding-right: 2.5rem;
  
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
		  
}
select.t-form-control::-ms-expand {
  display: none;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-check {
  margin-bottom: 1.25rem;
}
.form-col {
  display: inline-block;
  vertical-align: middle;
}
.form-control.form-control {
  display: block;
  width: 100%;
}
.form-control.form-control--md {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.75;
}
.form-control.form-control.is-valid {
  padding-right: 2.75rem;
  border-color: #50CD89;
}
.form-control.form-control.is-invalid {
  padding-right: 2.75rem;
  border-color: #F1416C;
}

.complate-list {
  margin-bottom: 0.5rem;
}

.was-validated .form-control:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .field-validation-success, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .field-validation-error {
  display: inline-block;
}
.was-validated .form-control:valid {
  padding-right: 2.75rem;
  border-color: #50CD89;
}
.was-validated .form-control:invalid {
  padding-right: 2.75rem;
  border-color: #F1416C;
}

.invalid-tooltip, .field-validation-error {
  line-height: 1.45;
  max-width: 100%;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #F1416C;
}

.valid-tooltip, .field-validation-success {
  line-height: 1.45;
  max-width: 100%;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  margin-top: 0.1rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: #50CD89;
}

.input-validation-error {
  border-color: #F1416C;
}
.input-validation-success {
  border-color: #50CD89;
}

.bg-primary {
  background-color: #D10303 !important;
}

.bg-secondary {
  background-color: #CA7B1E !important;
}

.bg-tertiary {
  background-color: #4667CC !important;
}

.bg-quaternary {
  background-color: #1BC5BD !important;
}

.bg-success {
  background-color: #50CD89 !important;
}

.bg-danger {
  background-color: #F1416C !important;
}

.bg-warning {
  background-color: #FFC700 !important;
}

.bg-info {
  background-color: #009EF7 !important;
}

.bg-link {
  background-color: #204B91 !important;
}

.bg-blue {
  background-color: #1D4E89 !important;
}

.bg-purple {
  background-color: #6264CC !important;
}

.bg-pink {
  background-color: #F7658B !important;
}

.bg-red {
  background-color: #EB364A !important;
}

.bg-orange {
  background-color: #F49538 !important;
}

.bg-yellow {
  background-color: #F5DF4D !important;
}

.bg-lime {
  background-color: #A3BD5A !important;
}

.bg-green {
  background-color: #309143 !important;
}

.bg-teal {
  background-color: #30BCAD !important;
}

.bg-cyan {
  background-color: #22CCE2 !important;
}

.bg-dark {
  background-color: #171819 !important;
}

.bg-grey {
  background-color: #737475 !important;
}

.bg-lightgrey {
  background-color: #A2A2A3 !important;
}

.bg-light {
  background-color: #E3E4E5 !important;
}

.bg-lighter {
  background-color: #E8E9EA !important;
}

.bg-default {
  background-color: #F0F1F1 !important;
}

.bg-desert {
  background-color: #EFE9E1 !important;
}

.bg-desert-light {
  background-color: #F0EEE9 !important;
}

.bg-desert-dark {
  background-color: #DBD5D1 !important;
}

.bg-border {
  background-color: #D9DADA !important;
}

.bg-border-g {
  background-color: #E7E7E8 !important;
}

.bg-border-n {
  background-color: #E8E6E6 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-neutral {
  background-color: #1b0c07 !important;
}

.badge {
  display: inline-block;
  vertical-align: middle;
  padding: 0.125rem 0.4375rem;
  font-size: 0.75rem;
  font-family: "calling-code", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-weight: 500;
  color: #737475;
  line-height: 1.375;
  white-space: nowrap;
  text-align: center;
  background-color: #E3E4E5;
  border-radius: 0.375rem;
  margin-bottom: 0;
}
.badge.badge-rounded {
  border-radius: 50%;
}
.badge:empty {
  padding: 0;
  width: 1rem;
  height: 1rem;
}
.badge:empty.lg {
  width: 1.5rem;
  height: 1.5rem;
}
.badge:empty.sm {
  width: 0.75rem;
  height: 0.75rem;
}
.active .badge {
  background-color: #204B91;
  color: #fff;
}
.active .badge.t-badge-primary, .badge.t-badge-primary {
  color: #fff;
  background-color: #D10303;
}
a.active .badge.t-badge-primary, .badge.t-badge-primary {
  color: #fff;
  background-color: #bd0303;
}
a.active .badge.t-badge-primary:focus, a.active .badge.t-badge-primary.focus, .badge.t-badge-primary:focus, .badge.t-badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(209, 3, 3, 0.5);
          box-shadow: 0 0 0 #737475 rgba(209, 3, 3, 0.5);
}

.active .badge.t-badge-secondary, .badge.t-badge-secondary {
  color: #fff;
  background-color: #CA7B1E;
}
a.active .badge.t-badge-secondary, .badge.t-badge-secondary {
  color: #fff;
  background-color: #b8701b;
}
a.active .badge.t-badge-secondary:focus, a.active .badge.t-badge-secondary.focus, .badge.t-badge-secondary:focus, .badge.t-badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(202, 123, 30, 0.5);
          box-shadow: 0 0 0 #737475 rgba(202, 123, 30, 0.5);
}

.active .badge.t-badge-tertiary, .badge.t-badge-tertiary {
  color: #fff;
  background-color: #4667CC;
}
a.active .badge.t-badge-tertiary, .badge.t-badge-tertiary {
  color: #fff;
  background-color: #375ac7;
}
a.active .badge.t-badge-tertiary:focus, a.active .badge.t-badge-tertiary.focus, .badge.t-badge-tertiary:focus, .badge.t-badge-tertiary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(70, 103, 204, 0.5);
          box-shadow: 0 0 0 #737475 rgba(70, 103, 204, 0.5);
}

.active .badge.t-badge-quaternary, .badge.t-badge-quaternary {
  color: #fff;
  background-color: #1BC5BD;
}
a.active .badge.t-badge-quaternary, .badge.t-badge-quaternary {
  color: #fff;
  background-color: #19b3ac;
}
a.active .badge.t-badge-quaternary:focus, a.active .badge.t-badge-quaternary.focus, .badge.t-badge-quaternary:focus, .badge.t-badge-quaternary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(27, 197, 189, 0.5);
          box-shadow: 0 0 0 #737475 rgba(27, 197, 189, 0.5);
}

.active .badge.t-badge-success, .badge.t-badge-success {
  color: #fff;
  background-color: #50CD89;
}
a.active .badge.t-badge-success, .badge.t-badge-success {
  color: #fff;
  background-color: #40c87e;
}
a.active .badge.t-badge-success:focus, a.active .badge.t-badge-success.focus, .badge.t-badge-success:focus, .badge.t-badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(80, 205, 137, 0.5);
          box-shadow: 0 0 0 #737475 rgba(80, 205, 137, 0.5);
}

.active .badge.t-badge-danger, .badge.t-badge-danger {
  color: #fff;
  background-color: #F1416C;
}
a.active .badge.t-badge-danger, .badge.t-badge-danger {
  color: #fff;
  background-color: #f02e5d;
}
a.active .badge.t-badge-danger:focus, a.active .badge.t-badge-danger.focus, .badge.t-badge-danger:focus, .badge.t-badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(241, 65, 108, 0.5);
          box-shadow: 0 0 0 #737475 rgba(241, 65, 108, 0.5);
}

.active .badge.t-badge-warning, .badge.t-badge-warning {
  color: #fff;
  background-color: #FFC700;
}
a.active .badge.t-badge-warning, .badge.t-badge-warning {
  color: #fff;
  background-color: #ebb700;
}
a.active .badge.t-badge-warning:focus, a.active .badge.t-badge-warning.focus, .badge.t-badge-warning:focus, .badge.t-badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(255, 199, 0, 0.5);
          box-shadow: 0 0 0 #737475 rgba(255, 199, 0, 0.5);
}

.active .badge.t-badge-info, .badge.t-badge-info {
  color: #fff;
  background-color: #009EF7;
}
a.active .badge.t-badge-info, .badge.t-badge-info {
  color: #fff;
  background-color: #0091e3;
}
a.active .badge.t-badge-info:focus, a.active .badge.t-badge-info.focus, .badge.t-badge-info:focus, .badge.t-badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(0, 158, 247, 0.5);
          box-shadow: 0 0 0 #737475 rgba(0, 158, 247, 0.5);
}

.active .badge.t-badge-dark, .badge.t-badge-dark {
  color: #fff;
  background-color: #171819;
}
a.active .badge.t-badge-dark, .badge.t-badge-dark {
  color: #fff;
  background-color: #0d0e0e;
}
a.active .badge.t-badge-dark:focus, a.active .badge.t-badge-dark.focus, .badge.t-badge-dark:focus, .badge.t-badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(23, 24, 25, 0.5);
          box-shadow: 0 0 0 #737475 rgba(23, 24, 25, 0.5);
}

.active .badge.t-badge-grey, .badge.t-badge-grey {
  color: #fff;
  background-color: #737475;
}
a.active .badge.t-badge-grey, .badge.t-badge-grey {
  color: #fff;
  background-color: #696a6b;
}
a.active .badge.t-badge-grey:focus, a.active .badge.t-badge-grey.focus, .badge.t-badge-grey:focus, .badge.t-badge-grey.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(115, 116, 117, 0.5);
          box-shadow: 0 0 0 #737475 rgba(115, 116, 117, 0.5);
}

.active .badge.t-badge-lightgrey, .badge.t-badge-lightgrey {
  color: #fff;
  background-color: #A2A2A3;
}
a.active .badge.t-badge-lightgrey, .badge.t-badge-lightgrey {
  color: #fff;
  background-color: #989899;
}
a.active .badge.t-badge-lightgrey:focus, a.active .badge.t-badge-lightgrey.focus, .badge.t-badge-lightgrey:focus, .badge.t-badge-lightgrey.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(162, 162, 163, 0.5);
          box-shadow: 0 0 0 #737475 rgba(162, 162, 163, 0.5);
}

.active .badge.t-badge-light, .badge.t-badge-light {
  color: #171819;
  background-color: #E3E4E5;
}
a.active .badge.t-badge-light, .badge.t-badge-light {
  color: #171819;
  background-color: #d8dadb;
}
a.active .badge.t-badge-light:focus, a.active .badge.t-badge-light.focus, .badge.t-badge-light:focus, .badge.t-badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(227, 228, 229, 0.5);
          box-shadow: 0 0 0 #737475 rgba(227, 228, 229, 0.5);
}

.active .badge.t-badge-white, .badge.t-badge-white {
  color: #171819;
  background-color: #fff;
}
a.active .badge.t-badge-white, .badge.t-badge-white {
  color: #171819;
  background-color: whitesmoke;
}
a.active .badge.t-badge-white:focus, a.active .badge.t-badge-white.focus, .badge.t-badge-white:focus, .badge.t-badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 #737475 rgba(255, 255, 255, 0.5);
}

.active .badge.t-badge-soft-primary, .badge.t-badge-soft-primary {
  color: #594a4a;
  background-color: #f6cdcd;
}
a.active .badge.t-badge-soft-primary:hover, a.active .badge.t-badge-soft-primary:focus, .badge.t-badge-soft-primary:hover, .badge.t-badge-soft-primary:focus {
  color: #312929;
  background-color: #f7d5d5;
}
a.active .badge.t-badge-soft-primary:focus, a.active .badge.t-badge-soft-primary.focus, .badge.t-badge-soft-primary:focus, .badge.t-badge-soft-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.active .badge.t-badge-soft-secondary, .badge.t-badge-soft-secondary {
  color: #58524c;
  background-color: #f4e5d2;
}
a.active .badge.t-badge-soft-secondary:hover, a.active .badge.t-badge-soft-secondary:focus, .badge.t-badge-soft-secondary:hover, .badge.t-badge-soft-secondary:focus {
  color: #312e2a;
  background-color: #f6e9d9;
}
a.active .badge.t-badge-soft-secondary:focus, a.active .badge.t-badge-soft-secondary.focus, .badge.t-badge-soft-secondary:focus, .badge.t-badge-soft-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.active .badge.t-badge-soft-tertiary, .badge.t-badge-soft-tertiary {
  color: #4e5158;
  background-color: #dae1f5;
}
a.active .badge.t-badge-soft-tertiary:hover, a.active .badge.t-badge-soft-tertiary:focus, .badge.t-badge-soft-tertiary:hover, .badge.t-badge-soft-tertiary:focus {
  color: #2c2d31;
  background-color: #e0e6f7;
}
a.active .badge.t-badge-soft-tertiary:focus, a.active .badge.t-badge-soft-tertiary.focus, .badge.t-badge-soft-tertiary:focus, .badge.t-badge-soft-tertiary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.active .badge.t-badge-soft-quaternary, .badge.t-badge-soft-quaternary {
  color: #4b5757;
  background-color: #d1f3f2;
}
a.active .badge.t-badge-soft-quaternary:hover, a.active .badge.t-badge-soft-quaternary:focus, .badge.t-badge-soft-quaternary:hover, .badge.t-badge-soft-quaternary:focus {
  color: #2a3130;
  background-color: #d8f5f4;
}
a.active .badge.t-badge-soft-quaternary:focus, a.active .badge.t-badge-soft-quaternary.focus, .badge.t-badge-soft-quaternary:focus, .badge.t-badge-soft-quaternary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.active .badge.t-badge-soft-success, .badge.t-badge-soft-success {
  color: #4f5853;
  background-color: #dcf5e7;
}
a.active .badge.t-badge-soft-success:hover, a.active .badge.t-badge-soft-success:focus, .badge.t-badge-soft-success:hover, .badge.t-badge-soft-success:focus {
  color: #2c312e;
  background-color: #e2f7eb;
}
a.active .badge.t-badge-soft-success:focus, a.active .badge.t-badge-soft-success.focus, .badge.t-badge-soft-success:focus, .badge.t-badge-soft-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.active .badge.t-badge-soft-danger, .badge.t-badge-soft-danger {
  color: #5b4e51;
  background-color: #fcd9e2;
}
a.active .badge.t-badge-soft-danger:hover, a.active .badge.t-badge-soft-danger:focus, .badge.t-badge-soft-danger:hover, .badge.t-badge-soft-danger:focus {
  color: #322b2d;
  background-color: #fcdfe7;
}
a.active .badge.t-badge-soft-danger:focus, a.active .badge.t-badge-soft-danger.focus, .badge.t-badge-soft-danger:focus, .badge.t-badge-soft-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.active .badge.t-badge-soft-warning, .badge.t-badge-soft-warning {
  color: #5c5849;
  background-color: #fff4cc;
}
a.active .badge.t-badge-soft-warning:hover, a.active .badge.t-badge-soft-warning:focus, .badge.t-badge-soft-warning:hover, .badge.t-badge-soft-warning:focus {
  color: #333129;
  background-color: #fff6d4;
}
a.active .badge.t-badge-soft-warning:focus, a.active .badge.t-badge-soft-warning.focus, .badge.t-badge-soft-warning:focus, .badge.t-badge-soft-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.active .badge.t-badge-soft-info, .badge.t-badge-soft-info {
  color: #49555b;
  background-color: #ccecfd;
}
a.active .badge.t-badge-soft-info:hover, a.active .badge.t-badge-soft-info:focus, .badge.t-badge-soft-info:hover, .badge.t-badge-soft-info:focus {
  color: #292f33;
  background-color: #d4effd;
}
a.active .badge.t-badge-soft-info:focus, a.active .badge.t-badge-soft-info.focus, .badge.t-badge-soft-info:focus, .badge.t-badge-soft-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.active .badge.t-badge-soft-dark, .badge.t-badge-soft-dark {
  color: #535354;
  background-color: #e7e7e8;
}
a.active .badge.t-badge-soft-dark:hover, a.active .badge.t-badge-soft-dark:focus, .badge.t-badge-soft-dark:hover, .badge.t-badge-soft-dark:focus {
  color: #2e2e2e;
  background-color: #ebebec;
}
a.active .badge.t-badge-soft-dark:focus, a.active .badge.t-badge-soft-dark.focus, .badge.t-badge-soft-dark:focus, .badge.t-badge-soft-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
          box-shadow: 0 0 0 #737475 rgba(240, 241, 241, 0.5);
}

.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 0.125rem 0.25rem;
}
.badge > i,
.badge > font {
  vertical-align: middle;
}
.badge > i + font {
  margin-left: 0.25rem;
}

.shd-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shd--hv--ver_1 {
  -webkit-box-shadow: 0 2px 4px 0 rgba(23, 24, 25, 0.04);
          box-shadow: 0 2px 4px 0 rgba(23, 24, 25, 0.04);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shd--hv--ver_1:hover {
  -webkit-box-shadow: 0 20px 40px 0 rgba(23, 24, 25, 0.08);
          box-shadow: 0 20px 40px 0 rgba(23, 24, 25, 0.08);
}
.shd--hv--ver_2 {
  -webkit-box-shadow: 13px 32px 36px -14px rgba(23, 24, 25, 0.12);
          box-shadow: 13px 32px 36px -14px rgba(23, 24, 25, 0.12);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shd--hv--ver_2:hover {
  top: -2px;
  -webkit-box-shadow: 13px 32px 36px -14px rgba(23, 24, 25, 0.32);
          box-shadow: 13px 32px 36px -14px rgba(23, 24, 25, 0.32);
}
.shd--hv--ver_3 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(23, 24, 25, 0.08);
          box-shadow: 0 0.125rem 0.25rem rgba(23, 24, 25, 0.08);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shd--hv--ver_3:hover {
  -webkit-box-shadow: 0 0.175rem 0.275rem rgba(23, 24, 25, 0.16);
          box-shadow: 0 0.175rem 0.275rem rgba(23, 24, 25, 0.16);
}
.shd--hv--ver_4 {
  -webkit-box-shadow: 0 20px 24px -12px rgba(23, 24, 25, 0.08);
          box-shadow: 0 20px 24px -12px rgba(23, 24, 25, 0.08);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shd--hv--ver_4:hover {
  -webkit-box-shadow: 0 22px 28px -14px rgba(23, 24, 25, 0.16);
          box-shadow: 0 22px 28px -14px rgba(23, 24, 25, 0.16);
}
.shd--hv--ver_5 {
  -webkit-box-shadow: 0 3px 10px 0 rgba(23, 24, 25, 0.12);
          box-shadow: 0 3px 10px 0 rgba(23, 24, 25, 0.12);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.shd--hv--ver_5:hover {
  -webkit-box-shadow: 0 30px 60px 0 rgba(23, 24, 25, 0.12);
          box-shadow: 0 30px 60px 0 rgba(23, 24, 25, 0.12);
}

/**
//  Components -> Buttons -> Buttons
// ––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
.btn {
  border: 1px solid transparent;
  color: #2E2F30;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  background-color: #E8E9EA;
  background: #E8E9EA -webkit-gradient(linear, left top, left bottom, from(#e9eaeb), to(#E8E9EA)) repeat-x;
  background: #E8E9EA linear-gradient(180deg, #e9eaeb, #E8E9EA) repeat-x;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 6px;
  -webkit-transition: all 0.175s ease-in-out;
  transition: all 0.175s ease-in-out;
}
.btn:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #5C5D5E;
  text-decoration: none;
  background-color: #dddfe0;
  background: #dddfe0 -webkit-gradient(linear, left top, left bottom, from(#e0e2e3), to(#dddfe0)) repeat-x;
  background: #dddfe0 linear-gradient(180deg, #e0e2e3, #dddfe0) repeat-x;
}
.btn:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(201, 202, 203, 0.36);
          box-shadow: 0 0 0 3px rgba(201, 202, 203, 0.36);
}
.btn:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #171819;
  background-color: #e3e4e5;
  background: #e3e4e5 -webkit-gradient(linear, left top, left bottom, from(#e5e6e7), to(#e3e4e5)) repeat-x;
  background: #e3e4e5 linear-gradient(180deg, #e5e6e7, #e3e4e5) repeat-x;
}
.btn:disabled, .btn.disabled, .btn.btn--disabled {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn--icon {
  padding-left: 0;
  padding-right: 0;
  min-width: 12rem;
}
.btn.btn--icon font {
  padding-right: 2.5rem;
}
.btn.btn--icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
  width: 2.5rem;
  text-align: center;
  font-size: 1rem;
}
.btn.btn--icon.btn--icon--sm {
  min-width: 8rem;
}
.btn.btn--icon.btn--icon--sm font {
  padding-right: 2rem;
}
.btn.btn--icon.btn--icon--sm i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
  width: 2rem;
  text-align: center;
  font-size: 0.875rem;
}
.btn.btn--icon.btn--icon--md {
  min-width: 10rem;
}
.btn.btn--icon.btn--icon--md font {
  padding-right: 3.5rem;
}
.btn.btn--icon.btn--icon--md i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
  width: 3.5rem;
  text-align: center;
  font-size: 1.25rem;
}
.btn.btn--icon.btn--icon--lg {
  min-width: 14rem;
}
.btn.btn--icon.btn--icon--lg font {
  padding-right: 4.5rem;
}
.btn.btn--icon.btn--icon--lg i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
  width: 4.5rem;
  text-align: center;
  font-size: 2rem;
}
.btn.btn--square {
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.btn.loading--btn {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn.loading--btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.66);
  height: 100%;
  width: 100%;
}
.btn.loading--btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 3px solid rgba(255, 255, 255, 0.33);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: loading-btn--fade-in 0.33s ease, loading-btn--rotation 0.66s linear 0s infinite;
          animation: loading-btn--fade-in 0.33s ease, loading-btn--rotation 0.66s linear 0s infinite;
}
*/

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

input[type=submit].btn--block,
input[type=reset].btn--block,
input[type=button].btn--block {
  width: 100%;
}

/**
//   Components -> Buttons -> Buttons size
// ––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn--lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.625;
  border-radius: 6px;
}

.btn--sm {
  padding: 0.4375rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.375;
  border-radius: 6px;
}

.btn--xs {
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.25;
  border-radius: 6px;
}

.btn--xxs {
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.125;
  border-radius: 6px;
}

.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn.btn--block {
  margin-top: 0.5rem;
}

/**
//   Components -> Buttons -> Buttons colors
// ––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn.btn--primary {
  border-color: #db0303;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #D10303;
  background: #D10303 -webkit-gradient(linear, left top, left bottom, from(#d62727), to(#D10303)) repeat-x;
  background: #D10303 linear-gradient(180deg, #d62727, #D10303) repeat-x;
}
.btn.btn--primary:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--primary.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #ef0303;
  color: #fff;
  background-color: #a90202;
  background: #a90202 -webkit-gradient(linear, left top, left bottom, from(#b42626), to(#a90202)) repeat-x;
  background: #a90202 linear-gradient(180deg, #b42626, #a90202) repeat-x;
}
.btn.btn--primary:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--primary.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(224, 41, 41, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(224, 41, 41, 0.5);
}
.btn.btn--primary:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--primary.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #bd0303;
  border-color: #f90404;
  background: #bd0303 -webkit-gradient(linear, left top, left bottom, from(#c52727), to(#bd0303)) repeat-x;
  background: #bd0303 linear-gradient(180deg, #c52727, #bd0303) repeat-x;
}
.btn.btn--primary:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--primary:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--primary.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--primary.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(224, 41, 41, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(224, 41, 41, 0.5);
}
.btn.btn--primary:disabled, .btn.btn--primary.disabled, .btn.btn--primary.btn--disabled {
  color: #fff;
  background-color: #D10303;
  border-color: #fff;
}

.btn.btn--secondary {
  border-color: #d3801f;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #CA7B1E;
  background: #CA7B1E -webkit-gradient(linear, left top, left bottom, from(#d08d3e), to(#CA7B1E)) repeat-x;
  background: #CA7B1E linear-gradient(180deg, #d08d3e, #CA7B1E) repeat-x;
}
.btn.btn--secondary:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--secondary.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #df8b28;
  color: #fff;
  background-color: #a66519;
  background: #a66519 -webkit-gradient(linear, left top, left bottom, from(#b17a39), to(#a66519)) repeat-x;
  background: #a66519 linear-gradient(180deg, #b17a39, #a66519) repeat-x;
}
.btn.btn--secondary:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--secondary.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(218, 147, 65, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(218, 147, 65, 0.5);
}
.btn.btn--secondary:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--secondary.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #b8701b;
  border-color: #e09030;
  background: #b8701b -webkit-gradient(linear, left top, left bottom, from(#c0833b), to(#b8701b)) repeat-x;
  background: #b8701b linear-gradient(180deg, #c0833b, #b8701b) repeat-x;
}
.btn.btn--secondary:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--secondary:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--secondary.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--secondary.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(218, 147, 65, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(218, 147, 65, 0.5);
}
.btn.btn--secondary:disabled, .btn.btn--secondary.disabled, .btn.btn--secondary.btn--disabled {
  color: #fff;
  background-color: #CA7B1E;
  border-color: #fff;
}

.btn.btn--tertiary {
  border-color: #4e6ece;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #4667CC;
  background: #4667CC -webkit-gradient(linear, left top, left bottom, from(#607cd2), to(#4667CC)) repeat-x;
  background: #4667CC linear-gradient(180deg, #607cd2, #4667CC) repeat-x;
}
.btn.btn--tertiary:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--tertiary.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #5e7bd3;
  color: #fff;
  background-color: #3253b7;
  background: #3253b7 -webkit-gradient(linear, left top, left bottom, from(#4f6bc0), to(#3253b7)) repeat-x;
  background: #3253b7 linear-gradient(180deg, #4f6bc0, #3253b7) repeat-x;
}
.btn.btn--tertiary:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--tertiary.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(105, 132, 213, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(105, 132, 213, 0.5);
}
.btn.btn--tertiary:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--tertiary.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #375ac7;
  border-color: #6681d5;
  background: #375ac7 -webkit-gradient(linear, left top, left bottom, from(#5371cd), to(#375ac7)) repeat-x;
  background: #375ac7 linear-gradient(180deg, #5371cd, #375ac7) repeat-x;
}
.btn.btn--tertiary:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--tertiary:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--tertiary.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--tertiary.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(105, 132, 213, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(105, 132, 213, 0.5);
}
.btn.btn--tertiary:disabled, .btn.btn--tertiary.disabled, .btn.btn--tertiary.btn--disabled {
  color: #fff;
  background-color: #4667CC;
  border-color: #fff;
}

.btn.btn--quaternary {
  border-color: #1ccec6;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #1BC5BD;
  background: #1BC5BD -webkit-gradient(linear, left top, left bottom, from(#3bccc5), to(#1BC5BD)) repeat-x;
  background: #1BC5BD linear-gradient(180deg, #3bccc5, #1BC5BD) repeat-x;
}
.btn.btn--quaternary:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--quaternary.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #1fe0d7;
  color: #fff;
  background-color: #16a19b;
  background: #16a19b -webkit-gradient(linear, left top, left bottom, from(#37ada8), to(#16a19b)) repeat-x;
  background: #16a19b linear-gradient(180deg, #37ada8, #16a19b) repeat-x;
}
.btn.btn--quaternary:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--quaternary.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(62, 213, 207, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(62, 213, 207, 0.5);
}
.btn.btn--quaternary:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--quaternary.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #19b3ac;
  border-color: #27e1d9;
  background: #19b3ac -webkit-gradient(linear, left top, left bottom, from(#39bcb6), to(#19b3ac)) repeat-x;
  background: #19b3ac linear-gradient(180deg, #39bcb6, #19b3ac) repeat-x;
}
.btn.btn--quaternary:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--quaternary:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--quaternary.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--quaternary.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(62, 213, 207, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(62, 213, 207, 0.5);
}
.btn.btn--quaternary:disabled, .btn.btn--quaternary.disabled, .btn.btn--quaternary.btn--disabled {
  color: #fff;
  background-color: #1BC5BD;
  border-color: #fff;
}

.btn.btn--success {
  border-color: #58cf8e;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #50CD89;
  background: #50CD89 -webkit-gradient(linear, left top, left bottom, from(#68d299), to(#50CD89)) repeat-x;
  background: #50CD89 linear-gradient(180deg, #68d299, #50CD89) repeat-x;
}
.btn.btn--success:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--success.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #68d499;
  color: #fff;
  background-color: #36be74;
  background: #36be74 -webkit-gradient(linear, left top, left bottom, from(#52c687), to(#36be74)) repeat-x;
  background: #36be74 linear-gradient(180deg, #52c687, #36be74) repeat-x;
}
.btn.btn--success:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--success.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(113, 214, 159, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(113, 214, 159, 0.5);
}
.btn.btn--success:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--success.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #40c87e;
  border-color: #70d69e;
  background: #40c87e -webkit-gradient(linear, left top, left bottom, from(#5ace8f), to(#40c87e)) repeat-x;
  background: #40c87e linear-gradient(180deg, #5ace8f, #40c87e) repeat-x;
}
.btn.btn--success:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--success:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--success.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--success.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(113, 214, 159, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(113, 214, 159, 0.5);
}
.btn.btn--success:disabled, .btn.btn--success.disabled, .btn.btn--success.btn--disabled {
  color: #fff;
  background-color: #50CD89;
  border-color: #fff;
}

.btn.btn--danger {
  border-color: #f24b73;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #F1416C;
  background: #F1416C -webkit-gradient(linear, left top, left bottom, from(#f15b80), to(#F1416C)) repeat-x;
  background: #F1416C linear-gradient(180deg, #f15b80, #F1416C) repeat-x;
}
.btn.btn--danger:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--danger.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #f35e82;
  color: #fff;
  background-color: #ee1b4f;
  background: #ee1b4f -webkit-gradient(linear, left top, left bottom, from(#ee3b67), to(#ee1b4f)) repeat-x;
  background: #ee1b4f linear-gradient(180deg, #ee3b67, #ee1b4f) repeat-x;
}
.btn.btn--danger:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--danger.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(244, 102, 136, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(244, 102, 136, 0.5);
}
.btn.btn--danger:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--danger.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #f02e5d;
  border-color: #f46789;
  background: #f02e5d -webkit-gradient(linear, left top, left bottom, from(#f04b73), to(#f02e5d)) repeat-x;
  background: #f02e5d linear-gradient(180deg, #f04b73, #f02e5d) repeat-x;
}
.btn.btn--danger:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--danger:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--danger.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--danger.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(244, 102, 136, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(244, 102, 136, 0.5);
}
.btn.btn--danger:disabled, .btn.btn--danger.disabled, .btn.btn--danger.btn--disabled {
  color: #fff;
  background-color: #F1416C;
  border-color: #fff;
}

.btn.btn--warning {
  border-color: #ffc90a;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFC700;
  background: #FFC700 -webkit-gradient(linear, left top, left bottom, from(#fdcd24), to(#FFC700)) repeat-x;
  background: #FFC700 linear-gradient(180deg, #fdcd24, #FFC700) repeat-x;
}
.btn.btn--warning:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--warning.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #ffce1f;
  color: #fff;
  background-color: #d6a700;
  background: #d6a700 -webkit-gradient(linear, left top, left bottom, from(#dab224), to(#d6a700)) repeat-x;
  background: #d6a700 linear-gradient(180deg, #dab224, #d6a700) repeat-x;
}
.btn.btn--warning:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--warning.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(255, 209, 47, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(255, 209, 47, 0.5);
}
.btn.btn--warning:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--warning.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #ebb700;
  border-color: #ffd029;
  background: #ebb700 -webkit-gradient(linear, left top, left bottom, from(#ecc024), to(#ebb700)) repeat-x;
  background: #ebb700 linear-gradient(180deg, #ecc024, #ebb700) repeat-x;
}
.btn.btn--warning:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--warning:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--warning.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--warning.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(255, 209, 47, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(255, 209, 47, 0.5);
}
.btn.btn--warning:disabled, .btn.btn--warning.disabled, .btn.btn--warning.btn--disabled {
  color: #fff;
  background-color: #FFC700;
  border-color: #fff;
}

.btn.btn--info {
  border-color: #02a4ff;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #009EF7;
  background: #009EF7 -webkit-gradient(linear, left top, left bottom, from(#24aaf6), to(#009EF7)) repeat-x;
  background: #009EF7 linear-gradient(180deg, #24aaf6, #009EF7) repeat-x;
}
.btn.btn--info:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--info.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #17abff;
  color: #fff;
  background-color: #0084ce;
  background: #0084ce -webkit-gradient(linear, left top, left bottom, from(#2494d3), to(#0084ce)) repeat-x;
  background: #0084ce linear-gradient(180deg, #2494d3, #0084ce) repeat-x;
}
.btn.btn--info:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--info.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(40, 178, 255, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(40, 178, 255, 0.5);
}
.btn.btn--info:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--info.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #0091e3;
  border-color: #21afff;
  background: #0091e3 -webkit-gradient(linear, left top, left bottom, from(#249fe5), to(#0091e3)) repeat-x;
  background: #0091e3 linear-gradient(180deg, #249fe5, #0091e3) repeat-x;
}
.btn.btn--info:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--info:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--info.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--info.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(40, 178, 255, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(40, 178, 255, 0.5);
}
.btn.btn--info:disabled, .btn.btn--info.disabled, .btn.btn--info.btn--disabled {
  color: #fff;
  background-color: #009EF7;
  border-color: #fff;
}

.btn.btn--dark {
  border-color: #1c1d1e;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #171819;
  background: #171819 -webkit-gradient(linear, left top, left bottom, from(#383939), to(#171819)) repeat-x;
  background: #171819 linear-gradient(180deg, #383939, #171819) repeat-x;
}
.btn.btn--dark:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--dark.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #262729;
  color: #fff;
  background-color: #030404;
  background: #030404 -webkit-gradient(linear, left top, left bottom, from(#272828), to(#030404)) repeat-x;
  background: #030404 linear-gradient(180deg, #272828, #030404) repeat-x;
}
.btn.btn--dark:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--dark.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(62, 63, 64, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(62, 63, 64, 0.5);
}
.btn.btn--dark:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--dark.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #0d0e0e;
  border-color: #2b2c2e;
  background: #0d0e0e -webkit-gradient(linear, left top, left bottom, from(#2f3030), to(#0d0e0e)) repeat-x;
  background: #0d0e0e linear-gradient(180deg, #2f3030, #0d0e0e) repeat-x;
}
.btn.btn--dark:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--dark:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--dark.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--dark.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(62, 63, 64, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(62, 63, 64, 0.5);
}
.btn.btn--dark:disabled, .btn.btn--dark.disabled, .btn.btn--dark.btn--disabled {
  color: #fff;
  background-color: #171819;
  border-color: #fff;
}

.btn.btn--grey {
  border-color: #78797a;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #737475;
  background: #737475 -webkit-gradient(linear, left top, left bottom, from(#868788), to(#737475)) repeat-x;
  background: #737475 linear-gradient(180deg, #868788, #737475) repeat-x;
}
.btn.btn--grey:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--grey.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #828384;
  color: #fff;
  background-color: #5f6060;
  background: #5f6060 -webkit-gradient(linear, left top, left bottom, from(#757676), to(#5f6060)) repeat-x;
  background: #5f6060 linear-gradient(180deg, #757676, #5f6060) repeat-x;
}
.btn.btn--grey:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--grey.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(140, 141, 142, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(140, 141, 142, 0.5);
}
.btn.btn--grey:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--grey.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #696a6b;
  border-color: #878889;
  background: #696a6b -webkit-gradient(linear, left top, left bottom, from(#7d7e7f), to(#696a6b)) repeat-x;
  background: #696a6b linear-gradient(180deg, #7d7e7f, #696a6b) repeat-x;
}
.btn.btn--grey:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--grey:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--grey.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--grey.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(140, 141, 142, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(140, 141, 142, 0.5);
}
.btn.btn--grey:disabled, .btn.btn--grey.disabled, .btn.btn--grey.btn--disabled {
  color: #fff;
  background-color: #737475;
  border-color: #fff;
}

.btn.btn--lightgrey {
  border-color: #a7a7a8;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #A2A2A3;
  background: #A2A2A3 -webkit-gradient(linear, left top, left bottom, from(#aeaeaf), to(#A2A2A3)) repeat-x;
  background: #A2A2A3 linear-gradient(180deg, #aeaeaf, #A2A2A3) repeat-x;
}
.btn.btn--lightgrey:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--lightgrey.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #b1b1b2;
  color: #fff;
  background-color: #8d8d8f;
  background: #8d8d8f -webkit-gradient(linear, left top, left bottom, from(#9c9c9e), to(#8d8d8f)) repeat-x;
  background: #8d8d8f linear-gradient(180deg, #9c9c9e, #8d8d8f) repeat-x;
}
.btn.btn--lightgrey:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--lightgrey.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(180, 180, 181, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(180, 180, 181, 0.5);
}
.btn.btn--lightgrey:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--lightgrey.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #fff;
  background-color: #989899;
  border-color: #b7b7b7;
  background: #989899 -webkit-gradient(linear, left top, left bottom, from(#a5a5a6), to(#989899)) repeat-x;
  background: #989899 linear-gradient(180deg, #a5a5a6, #989899) repeat-x;
}
.btn.btn--lightgrey:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--lightgrey:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--lightgrey.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--lightgrey.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(180, 180, 181, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(180, 180, 181, 0.5);
}
.btn.btn--lightgrey:disabled, .btn.btn--lightgrey.disabled, .btn.btn--lightgrey.btn--disabled {
  color: #fff;
  background-color: #A2A2A3;
  border-color: #fff;
}

.btn.btn--light {
  border-color: #e8e9ea;
  color: #171819;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #E3E4E5;
  background: #E3E4E5 -webkit-gradient(linear, left top, left bottom, from(#e5e6e7), to(#E3E4E5)) repeat-x;
  background: #E3E4E5 linear-gradient(180deg, #e5e6e7, #E3E4E5) repeat-x;
}
.btn.btn--light:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--light.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: #f3f3f4;
  color: #171819;
  background-color: #ced0d1;
  background: #ced0d1 -webkit-gradient(linear, left top, left bottom, from(#d3d5d6), to(#ced0d1)) repeat-x;
  background: #ced0d1 linear-gradient(180deg, #d3d5d6, #ced0d1) repeat-x;
}
.btn.btn--light:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--light.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(201, 202, 203, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(201, 202, 203, 0.5);
}
.btn.btn--light:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--light.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #171819;
  background-color: #d8dadb;
  border-color: #f8f8f9;
  background: #d8dadb -webkit-gradient(linear, left top, left bottom, from(#dcddde), to(#d8dadb)) repeat-x;
  background: #d8dadb linear-gradient(180deg, #dcddde, #d8dadb) repeat-x;
}
.btn.btn--light:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--light:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--light.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--light.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(201, 202, 203, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(201, 202, 203, 0.5);
}
.btn.btn--light:disabled, .btn.btn--light.disabled, .btn.btn--light.btn--disabled {
  color: #171819;
  background-color: #E3E4E5;
  border-color: #fff;
}

.btn.btn--white {
  border-color: white;
  color: #171819;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  background: #fff -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fff)) repeat-x;
  background: #fff linear-gradient(180deg, #fdfdfd, #fff) repeat-x;
}
.btn.btn--white:hover:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--white.hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  border-color: white;
  color: #171819;
  background-color: #ebebeb;
  background: #ebebeb -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ebebeb)) repeat-x;
  background: #ebebeb linear-gradient(180deg, #ececec, #ebebeb) repeat-x;
}
.btn.btn--white:focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--white.focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(220, 220, 221, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(220, 220, 221, 0.5);
}
.btn.btn--white:active:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--white.active:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #171819;
  background-color: whitesmoke;
  border-color: white;
  background: whitesmoke -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(whitesmoke)) repeat-x;
  background: whitesmoke linear-gradient(180deg, #f4f4f4, whitesmoke) repeat-x;
}
.btn.btn--white:active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--white:active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--white.active:not(:disabled):not(.disabled):not(.btn--disabled):focus:not(:disabled):not(.disabled):not(.btn--disabled), .btn.btn--white.active:not(:disabled):not(.disabled):not(.btn--disabled).focus:not(:disabled):not(.disabled):not(.btn--disabled) {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(220, 220, 221, 0.5);
          box-shadow: 0 0.125rem 0.375rem rgba(23, 24, 25, 0.12), 0 0 0 3px rgba(220, 220, 221, 0.5);
}
.btn.btn--white:disabled, .btn.btn--white.disabled, .btn.btn--white.btn--disabled {
  color: #171819;
  background-color: #fff;
  border-color: #fff;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: ease-in-out all 0.35s;
  transition: ease-in-out all 0.35s;
}

.list-palete {
  font-size: 0;
  margin: 0 0 1rem 0;
  width: 100%;
  white-space: initial;
}
.ie .list-palete {
  *zoom: 1;
}
.list-palete:before, .list-palete:after {
  content: "";
  display: table;
}
.list-palete:after {
  clear: both;
  overflow: hidden;
}
.list-palete .palete-card--primary .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--primary .palete-color__lighten {
  background-color: #D10303;
}
.list-palete .palete-card--primary .palete-color__content .palete-color__name:before {
  background-color: #3a0101;
}
.list-palete .palete-card--secondary .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--secondary .palete-color__lighten {
  background-color: #CA7B1E;
}
.list-palete .palete-card--secondary .palete-color__content .palete-color__name:before {
  background-color: #452a0a;
}
.list-palete .palete-card--tertiary .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--tertiary .palete-color__lighten {
  background-color: #4667CC;
}
.list-palete .palete-card--tertiary .palete-color__content .palete-color__name:before {
  background-color: #1a2b5f;
}
.list-palete .palete-card--quaternary .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--quaternary .palete-color__lighten {
  background-color: #1BC5BD;
}
.list-palete .palete-card--quaternary .palete-color__content .palete-color__name:before {
  background-color: #093e3c;
}
.list-palete .palete-card--success .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--success .palete-color__lighten {
  background-color: #50CD89;
}
.list-palete .palete-card--success .palete-color__content .palete-color__name:before {
  background-color: #1d673f;
}
.list-palete .palete-card--danger .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--danger .palete-color__lighten {
  background-color: #F1416C;
}
.list-palete .palete-card--danger .palete-color__content .palete-color__name:before {
  background-color: #8f0b2b;
}
.list-palete .palete-card--warning .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--warning .palete-color__lighten {
  background-color: #FFC700;
}
.list-palete .palete-card--warning .palete-color__content .palete-color__name:before {
  background-color: #665000;
}
.list-palete .palete-card--info .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--info .palete-color__lighten {
  background-color: #009EF7;
}
.list-palete .palete-card--info .palete-color__content .palete-color__name:before {
  background-color: #003c5e;
}
.list-palete .palete-card--link .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--link .palete-color__lighten {
  background-color: #204B91;
}
.list-palete .palete-card--link .palete-color__content .palete-color__name:before {
  background-color: #040a14;
}
.list-palete .palete-card--blue .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--blue .palete-color__lighten {
  background-color: #1D4E89;
}
.list-palete .palete-card--blue .palete-color__content .palete-color__name:before {
  background-color: #02060b;
}
.list-palete .palete-card--purple .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--purple .palete-color__lighten {
  background-color: #6264CC;
}
.list-palete .palete-card--purple .palete-color__content .palete-color__name:before {
  background-color: #252670;
}
.list-palete .palete-card--pink .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--pink .palete-color__lighten {
  background-color: #F7658B;
}
.list-palete .palete-card--pink .palete-color__content .palete-color__name:before {
  background-color: #b90a37;
}
.list-palete .palete-card--red .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--red .palete-color__lighten {
  background-color: #EB364A;
}
.list-palete .palete-card--red .palete-color__content .palete-color__name:before {
  background-color: #7c0c19;
}
.list-palete .palete-card--orange .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--orange .palete-color__lighten {
  background-color: #F49538;
}
.list-palete .palete-card--orange .palete-color__content .palete-color__name:before {
  background-color: #8b4908;
}
.list-palete .palete-card--yellow .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--yellow .palete-color__lighten {
  background-color: #F5DF4D;
}
.list-palete .palete-card--yellow .palete-color__content .palete-color__name:before {
  background-color: #a08c09;
}
.list-palete .palete-card--lime .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--lime .palete-color__lighten {
  background-color: #A3BD5A;
}
.list-palete .palete-card--lime .palete-color__content .palete-color__name:before {
  background-color: #4c5a24;
}
.list-palete .palete-card--green .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--green .palete-color__lighten {
  background-color: #309143;
}
.list-palete .palete-card--green .palete-color__content .palete-color__name:before {
  background-color: #0a1e0e;
}
.list-palete .palete-card--teal .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--teal .palete-color__lighten {
  background-color: #30BCAD;
}
.list-palete .palete-card--teal .palete-color__content .palete-color__name:before {
  background-color: #11423d;
}
.list-palete .palete-card--cyan .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--cyan .palete-color__lighten {
  background-color: #22CCE2;
}
.list-palete .palete-card--cyan .palete-color__content .palete-color__name:before {
  background-color: #0c555f;
}
.list-palete .palete-card--dark .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--dark .palete-color__lighten {
  background-color: #171819;
}
.list-palete .palete-card--dark .palete-color__content .palete-color__name:before {
  background-color: black;
}
.list-palete .palete-card--grey .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--grey .palete-color__lighten {
  background-color: #737475;
}
.list-palete .palete-card--grey .palete-color__content .palete-color__name:before {
  background-color: #272828;
}
.list-palete .palete-card--lightgrey .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--lightgrey .palete-color__lighten {
  background-color: #A2A2A3;
}
.list-palete .palete-card--lightgrey .palete-color__content .palete-color__name:before {
  background-color: #565656;
}
.list-palete .palete-card--light .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--light .palete-color__lighten {
  background-color: #E3E4E5;
}
.list-palete .palete-card--light .palete-color__content .palete-color__name:before {
  background-color: #94989b;
}
.list-palete .palete-card--lighter .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--lighter .palete-color__lighten {
  background-color: #E8E9EA;
}
.list-palete .palete-card--lighter .palete-color__content .palete-color__name:before {
  background-color: #989da1;
}
.list-palete .palete-card--default .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--default .palete-color__lighten {
  background-color: #F0F1F1;
}
.list-palete .palete-card--default .palete-color__content .palete-color__name:before {
  background-color: #a1a7a7;
}
.list-palete .palete-card--desert .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--desert .palete-color__lighten {
  background-color: #EFE9E1;
}
.list-palete .palete-card--desert .palete-color__content .palete-color__name:before {
  background-color: #baa07d;
}
.list-palete .palete-card--desert-light .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--desert-light .palete-color__lighten {
  background-color: #F0EEE9;
}
.list-palete .palete-card--desert-light .palete-color__content .palete-color__name:before {
  background-color: #b2a88e;
}
.list-palete .palete-card--desert-dark .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--desert-dark .palete-color__lighten {
  background-color: #DBD5D1;
}
.list-palete .palete-card--desert-dark .palete-color__content .palete-color__name:before {
  background-color: #98877b;
}
.list-palete .palete-card--border .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--border .palete-color__lighten {
  background-color: #D9DADA;
}
.list-palete .palete-card--border .palete-color__content .palete-color__name:before {
  background-color: #8b8f8f;
}
.list-palete .palete-card--border-g .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--border-g .palete-color__lighten {
  background-color: #E7E7E8;
}
.list-palete .palete-card--border-g .palete-color__content .palete-color__name:before {
  background-color: #99999d;
}
.list-palete .palete-card--border-n .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--border-n .palete-color__lighten {
  background-color: #E8E6E6;
}
.list-palete .palete-card--border-n .palete-color__content .palete-color__name:before {
  background-color: #9f9696;
}
.list-palete .palete-card--black .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--black .palete-color__lighten {
  background-color: #000;
}
.list-palete .palete-card--black .palete-color__content .palete-color__name:before {
  background-color: black;
}
.list-palete .palete-card--white .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--white .palete-color__lighten {
  background-color: #fff;
}
.list-palete .palete-card--white .palete-color__content .palete-color__name:before {
  background-color: #b3b3b3;
}
.list-palete .palete-card--neutral .palete-color__square {
  border: 2px solid #E7E7E8;
}
.list-palete .palete-card--neutral .palete-color__lighten {
  background-color: #1b0c07;
}
.list-palete .palete-card--neutral .palete-color__content .palete-color__name:before {
  background-color: black;
}
.list-palete .palete-card--gray100 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray100 .palete-color__lighten {
  background-color: #E7E7E8;
}
.list-palete .palete-card--gray100 .palete-color__content .palete-color__name:before {
  background-color: #99999d;
}
.list-palete .palete-card--gray200 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray200 .palete-color__lighten {
  background-color: #D0D0D1;
}
.list-palete .palete-card--gray200 .palete-color__content .palete-color__name:before {
  background-color: #838385;
}
.list-palete .palete-card--gray300 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray300 .palete-color__lighten {
  background-color: #B9B9BA;
}
.list-palete .palete-card--gray300 .palete-color__content .palete-color__name:before {
  background-color: #6c6c6e;
}
.list-palete .palete-card--gray400 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray400 .palete-color__lighten {
  background-color: #A2A2A3;
}
.list-palete .palete-card--gray400 .palete-color__content .palete-color__name:before {
  background-color: #565656;
}
.list-palete .palete-card--gray500 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray500 .palete-color__lighten {
  background-color: #8B8B8C;
}
.list-palete .palete-card--gray500 .palete-color__content .palete-color__name:before {
  background-color: #3f3f3f;
}
.list-palete .palete-card--gray600 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray600 .palete-color__lighten {
  background-color: #737475;
}
.list-palete .palete-card--gray600 .palete-color__content .palete-color__name:before {
  background-color: #272828;
}
.list-palete .palete-card--gray700 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray700 .palete-color__lighten {
  background-color: #5C5D5E;
}
.list-palete .palete-card--gray700 .palete-color__content .palete-color__name:before {
  background-color: #101111;
}
.list-palete .palete-card--gray800 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray800 .palete-color__lighten {
  background-color: #454647;
}
.list-palete .palete-card--gray800 .palete-color__content .palete-color__name:before {
  background-color: black;
}
.list-palete .palete-card--gray900 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--gray900 .palete-color__lighten {
  background-color: #2E2F30;
}
.list-palete .palete-card--gray900 .palete-color__content .palete-color__name:before {
  background-color: black;
}
.list-palete .palete-card--neutral100 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral100 .palete-color__lighten {
  background-color: #E8E6E6;
}
.list-palete .palete-card--neutral100 .palete-color__content .palete-color__name:before {
  background-color: #9f9696;
}
.list-palete .palete-card--neutral200 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral200 .palete-color__lighten {
  background-color: #D1CECD;
}
.list-palete .palete-card--neutral200 .palete-color__content .palete-color__name:before {
  background-color: #88807d;
}
.list-palete .palete-card--neutral300 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral300 .palete-color__lighten {
  background-color: #BAB6B4;
}
.list-palete .palete-card--neutral300 .palete-color__content .palete-color__name:before {
  background-color: #6f6966;
}
.list-palete .palete-card--neutral400 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral400 .palete-color__lighten {
  background-color: #A39D9B;
}
.list-palete .palete-card--neutral400 .palete-color__content .palete-color__name:before {
  background-color: #56514f;
}
.list-palete .palete-card--neutral500 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral500 .palete-color__lighten {
  background-color: #8D8583;
}
.list-palete .palete-card--neutral500 .palete-color__content .palete-color__name:before {
  background-color: #3e3a39;
}
.list-palete .palete-card--neutral600 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral600 .palete-color__lighten {
  background-color: #766D6A;
}
.list-palete .palete-card--neutral600 .palete-color__content .palete-color__name:before {
  background-color: #252322;
}
.list-palete .palete-card--neutral700 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral700 .palete-color__lighten {
  background-color: #5F5451;
}
.list-palete .palete-card--neutral700 .palete-color__content .palete-color__name:before {
  background-color: #0c0b0b;
}
.list-palete .palete-card--neutral800 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral800 .palete-color__lighten {
  background-color: #483C38;
}
.list-palete .palete-card--neutral800 .palete-color__content .palete-color__name:before {
  background-color: black;
}
.list-palete .palete-card--neutral900 .palete-color__square {
  border: 2px solid transparentr;
}
.list-palete .palete-card--neutral900 .palete-color__lighten {
  background-color: #31241F;
}
.list-palete .palete-card--neutral900 .palete-color__content .palete-color__name:before {
  background-color: black;
}
.list-palete .palete-card {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding: 1rem;
  width: calc(33.3333333% - 0.3333333rem);
  margin-bottom: 1rem;
  border: #D9DADA 1px solid;
  border-radius: 12px;
}
.list-palete .palete-card:not(:nth-child(3n)) {
  margin-right: 0.5rem;
}
@media all and (max-width: 576px) {
  .list-palete .palete-card {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.list-palete .palete-card .palete-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.list-palete .palete-card .palete-color:before {
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%;
}
.list-palete .palete-card .palete-color__square {
  font-size: 0.875rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-palete .palete-card .palete-color__square:hover {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.list-palete .palete-card .palete-color__lighten {
  border-radius: 12px;
}
.list-palete .palete-card .palete-color__content {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  font-family: "calling-code", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
}
.list-palete .palete-card .palete-color__content .palete-color__name {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #171819;
  margin-bottom: 0.5rem;
}
.list-palete .palete-card .palete-color__content .palete-color__name:before {
  content: "";
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  opacity: 0.48;
}
.list-palete .palete-card .palete-color__content .palete-color__code {
  color: #737475;
  font-size: 0.75rem;
  line-height: 1.5;
}
.list-palete .palete-card .palete-color__content .palete-color__code:not(:last-child) {
  margin-bottom: 0.25rem;
}
.list-palete .palete-card .palete-color__content .palete-color__code.palete-color__lighten__code__class {
  padding-top: 0.25rem;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(209, 3, 3, 0.82);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1100;
}
#loader .loader-cnt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#loader #lottie_load {
  width: 6rem;
  height: 6rem;
}

.js-tab-placeholder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.js-tab-placeholder:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.js-tab-placeholder:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 130' version='1.1' class='lo-gradient'%3E%3Cstyle%3E .lo-gradient rect%7Bfill: url(%23gradient);%7D %3C/style%3E%3Crect class='gradient' x='0' y='0' rx='5' ry='5' width='60' height='60' fill='' stroke-width='0'%3E%3C/rect%3E%3Crect class='gradient' x='70' y='4' rx='4' ry='4' width='300' height='24' fill='' stroke-width='0'%3E%3C/rect%3E%3Crect class='gradient' x='70' y='36' rx='3' ry='3' width='280' height='16' fill='' stroke-width='0'%3E%3C/rect%3E%3Crect class='gradient' x='0' y='66' rx='3' ry='3' width='400' height='10' fill='' stroke-width='0'%3E%3C/rect%3E%3Crect class='gradient' x='0' y='82' rx='3' ry='3' width='380' height='10' fill='' stroke-width='0'%3E%3C/rect%3E%3Crect class='gradient' x='0' y='98' rx='3' ry='3' width='400' height='10' fill='' stroke-width='0'%3E%3C/rect%3E%3Cdefs%3E%3ClinearGradient id='gradient'%3E%3Cstop offset='0%25' stop-color='%23F5F7FA'%3E%3Canimate attributeName='offset' values='-2; 1' dur='2s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='50%25' stop-color='%23dce0e5'%3E%3Canimate attributeName='offset' values='-1.5; 1.5' dur='2s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3Cstop offset='100%25' stop-color='%23F5F7FA'%3E%3Canimate attributeName='offset' values='-1; 2' dur='2s' repeatCount='indefinite'%3E%3C/animate%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  background-repeat: repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  visibility: visible;
  overflow: hidden;
  z-index: 2;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mask.mask-square {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj4KICA8ZyBpZD0iR3JvdXBfODI4MjQiIGRhdGEtbmFtZT0iR3JvdXAgODI4MjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zMjEgLTE1OCkiPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yNDExNiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMjQxMTYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyMiAxNTkpIiBmaWxsPSIjOWI5YjliIi8+CiAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzI0MTE3IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyNDExNyIgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIxIDE1OCkiIGZpbGw9IiM5YjliOWIiLz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMjQxMjYiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDI0MTI2IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjIgMTU4KSIgZmlsbD0iI2ZiZmJmYiIvPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yNDEyNyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMjQxMjciIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MCAxNTgpIiBmaWxsPSIjZmJmYmZiIi8+CiAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzI0MTI1IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyNDEyNSIgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzIxIDE1OSkiIGZpbGw9IiNmZmYiLz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMjQxMjgiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDI0MTI4IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjEgMjA3KSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yNDExOSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMjQxMTkiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyMiAyMDcpIiBmaWxsPSIjOWI5YjliIi8+CiAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzI0MTIxIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyNDEyMSIgd2lkdGg9IjEiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDIwNykiIGZpbGw9IiM5YjliOWIiLz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMjQxMjMiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDI0MTIzIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAgMTU5KSIgZmlsbD0iIzliOWI5YiIvPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yNDExOCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMjQxMTgiIHdpZHRoPSIxIiBoZWlnaHQ9IjQ3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjEgMTYwKSIgZmlsbD0iI2U5ZTllOCIvPgogICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yNDEyMiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMjQxMjIiIHdpZHRoPSIxIiBoZWlnaHQ9IjQ3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNzAgMTU4KSByb3RhdGUoOTApIiBmaWxsPSIjZTllOWU4Ii8+CiAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzI0MTI0IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyNDEyNCIgd2lkdGg9IjEiIGhlaWdodD0iNDciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3MCAyMDcpIHJvdGF0ZSg5MCkiIGZpbGw9IiNmZmYiLz4KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfMjQxMjAiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDI0MTIwIiB3aWR0aD0iMSIgaGVpZ2h0PSI0NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwIDE2MCkiIGZpbGw9IiNlOWU5ZTgiLz4KICA8L2c+Cjwvc3ZnPgo=");
  background-size: 2rem 2rem;
  background-repeat: repeat;
  background-position-x: 0;
  background-position-y: 0;
  filter: alpha(opacity=72);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=72);
  opacity: 0.72;
}
.mask.mask_Watermelon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><pattern id='pattern' width='80' height='1' patternUnits='userSpaceOnUse'><circle r='99' fill='%233f812d'/><path d='M0 0H32V1H0Z' fill='%2396c96d'/></pattern><filter id='filter'><feTurbulence type='fractalNoise' baseFrequency='.02' numOctaves='3'/><feDisplacementMap in='SourceGraphic' scale='48'/></filter><rect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23pattern)' filter='url(%23filter)'/></svg>");
}
.mask.mask_fence {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><linearGradient id='gradient' x2='50' spreadMethod='reflect' gradientUnits='userSpaceOnUse'><stop stop-color='%230000'/><stop offset='.2'/></linearGradient><filter id='filter'><feTurbulence type='fractalNoise' baseFrequency='.04 .01' numOctaves='9'/><feComposite in='SourceAlpha' operator='arithmetic' k2='.6' k3='.4'/><feDiffuseLighting surfaceScale='9' lighting-color='%23fff'><feDistantLight elevation='45' azimuth='30'/></feDiffuseLighting></filter><rect width='100%25' height='100%25' fill='url(%23gradient)' filter='url(%23filter)'/></svg>%0A");
}
.mask.mask_carlo {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff'><pattern id='pattern' width='198' height='198' patternUnits='userSpaceOnUse' fill='red'><circle r='222' fill='%23080'/><path d='M0 0h99v198h99V99H0' fill='%2300f'/><path id='s' d='M0 99h198v99A99 99 0 0 0 99 99A99 99 0 0 0 0 0'/><g fill='%23fe0'><use href='%23s' x='99'/><use href='%23s' x='-99'/></g></pattern><filter id='filter'><feTurbulence baseFrequency='.9'/><feComposite in='SourceGraphic' operator='in'/><feBlend/></filter><rect id='r' width='100%25' height='100%25'/><use href='%23r' fill='url(%23pattern)' filter='url(%23filter)'/></svg>%0A");
}
.mask.mask_candy {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><pattern id='pattern' width='80' height='1' patternUnits='userSpaceOnUse'><circle r='99' fill='%23f1faee'/><path d='M24 .5h32' stroke='%23fa0'/></pattern><filter id='filter'><feTurbulence type='fractalNoise' baseFrequency='1 .02' numOctaves='3'/><feDisplacementMap in='SourceGraphic' scale='40'/></filter><rect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23pattern)' filter='url(%23filter)'/></svg>");
}
.mask.mask_zebra {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><linearGradient id='gradient' x2='50' spreadMethod='reflect' gradientUnits='userSpaceOnUse'><stop offset='50%25'/><stop offset='50%25' stop-color='%23fff'/></linearGradient><filter id='filter'><feTurbulence baseFrequency='.005' numOctaves='5'/><feGaussianBlur stdDeviation='1'/><feDisplacementMap in='SourceGraphic' scale='40'/></filter><rect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23gradient)' filter='url(%23filter)'/></svg> ");
}
.mask.mask_brick {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><pattern id='pattern' width='99' height='70' patternUnits='userSpaceOnUse'><path d='m0 67h96V35H0V32h47V0h3v32h49V0H0'/></pattern><filter id='filter'><feDropShadow dx='0' dy='0' result='s'/><feTurbulence type='fractalNoise' baseFrequency='.01' numOctaves='9'/><feComposite in='s' operator='arithmetic' k2='.7' k3='.35'/><feDiffuseLighting lighting-color='%23f84' surfaceScale='9'><feDistantLight azimuth='225' elevation='9'/></feDiffuseLighting></filter><rect width='100%25' height='100%25' fill='url(%23pattern)' filter='url(%23filter)'/></svg>%0A");
}
.mask.mask_hexagons-white {
  background-image: url("data:image/svg+xml,<svg width='32' height='26' viewBox='0 0 32 26' xmlns='http://www.w3.org/2000/svg'><path d='M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z' fill='%23fff' fill-opacity='1' fill-rule='evenodd'/></svg>");
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}
.mask.mask-brand-image {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 326.1 181.1'><defs><linearGradient id='b' x1='-1.6' y1='2.7' x2='-1.6' y2='2.7' gradientUnits='objectBoundingBox'><stop offset='0' stop-color='%23738eaf'/><stop offset='0' stop-color='%23738eaf'/><stop offset='.4' stop-color='%23aabace'/><stop offset='.7' stop-color='%23d2dbe5'/><stop offset='.9' stop-color='%23eaeef3'/><stop offset='1' stop-color='%23fdfdfd'/></linearGradient><linearGradient id='d' x1='-4.1' y1='4.4' x2='-4.1' y2='4.4' gradientUnits='objectBoundingBox'><stop offset='0' stop-color='%237d96b4'/><stop offset='1' stop-color='%23e3e8ef'/></linearGradient><clipPath id='a'><path d='M557 420h-9c-15 0-28 12-28 26s13 25 28 25h253c25 0 45-18 45-41s-20-41-45-41c-10 0-20-8-20-18s9-17 20-17h10c11 0 20-9 20-19s-9-18-20-18h-30c-5 0-8-3-8-7s3-7 8-7h5a5 5 0 0 0 5-5 5 5 0 0 0-5-5h-32c-7 0-8 8-26 8h-38c-4 0-7 3-7 6 0 4 3 7 7 7h7c5 0 10 4 10 9s-5 9-10 9h-10c-28 0-31 7-36 20s-53 14-53 14h-36c-8 0-15 6-15 13 0 5 2 11 13 16a13 13 0 0 1 9 12c0 7-4 13-12 13Zm244-117a5 5 0 1 1 5-5 5 5 0 0 1-5 5Z' fill='none'/></clipPath><clipPath id='c'><path d='M618 348h149v94l-1 1H618v-95' fill='none'/></clipPath></defs><g clip-path='url(%23a)' transform='translate(-520 -293)' opacity='.2'><path transform='translate(520 293)' fill='url(%23b)' d='M0 0h326v178H0z'/></g><path d='M100 48h144a9 9 0 0 1 9 9v90a9 9 0 0 1-9 9H100a9 9 0 0 1-9-9V57a9 9 0 0 1 9-9' fill='%2317447a' fill-rule='evenodd'/><g clip-path='url(%23c)' transform='translate(-520 -293)'><path transform='translate(618 348)' fill='url(%23d)' d='M0 0h149v95H0z'/></g><path fill='%23124077' d='M180 45h58v90h-58z'/><path fill='none' stroke='%23124077' stroke-miterlimit='22.9' stroke-width='.5' d='M180 45h58v90h-58z'/><path d='M159 155c0 13-2 16-14 23h53c-12-7-14-10-14-23l-12-1Z' fill='%237690b0' fill-rule='evenodd'/><path d='M253 141v6a9 9 0 0 1-9 9H100a9 9 0 0 1-9-9v-6Z' fill='%23eef2f5' fill-rule='evenodd'/><path fill='%2317447a' d='M91 135h162v10H91z'/><path d='M179 45h61a2 2 0 0 0 0-4h-61a2 2 0 0 0 0 4' fill='%236a87a9' fill-rule='evenodd'/><path d='M174 130h57l6-81h-56Z' fill='%23c8d3e0' fill-rule='evenodd'/><path d='M179 45c-3 30-9 55-15 85h60l14-85Z' fill='%23fff' fill-rule='evenodd'/><path d='M177 112h39a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-39a1 1 0 0 1-1-1 1 1 0 0 1 1-1M176 118h39a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-39a1 1 0 0 1-1-1 1 1 0 0 1 1-1' fill='%23d0d9e4' fill-rule='evenodd'/><path d='M140 90c3 8 8 17 18 19 9 1 21-15 23-18s-4-9-5-8l-15 10c-2 0-6-14-14-19-2-1-9 12-7 16' fill='%2317447a' fill-rule='evenodd'/><path d='M119 70c-5 0-9 2-13 5-4 4 4 35 4 60h45c0-11 0-37-3-56l-8-7c-6-3-18-2-25-2' fill='%2317447a' fill-rule='evenodd'/><path d='M135 70c7 3 12 27 12 65h-18c-1-39-7-58-9-65a91 91 0 0 1 15 0' fill='%23fff' fill-rule='evenodd'/><path d='M122 70a82 82 0 0 1 13 0c1 2 2 9-3 12-5-1-12-7-10-12' fill='%23eef2f5' fill-rule='evenodd'/><path d='M135 71a6 6 0 0 0-1-1h1a4 4 0 0 1 0 1' fill='%23fff' fill-rule='evenodd'/><path d='M142 60c1 5-5 9-9 8v2l1 1c2 4 0 8-3 9-3-1-8-5-8-9v-9a4 4 0 0 1-1 0 3 3 0 0 1-1-3h2c-1-4-3-7 1-9s12-2 12-2l5-1c-1 2 1 10 1 13' fill='%23c6d1de' fill-rule='evenodd'/><path d='M134 68h-1l-7-2s1 4 4 5a11 11 0 0 0 3 1v-4h1Z' fill='%2397abc3' fill-rule='evenodd'/><path d='M126 52c-2 1-1 5 0 6v4l-4-3a1 1 0 0 0-1 0l1 3h1c-4 0-12-8-8-13 1-10 7-13 13-13 3 0 5 2 8 3a11 11 0 0 0 3 1c1 0 2-2 3-1 5 5 1 17-10 13h-6M118 84c2-4 0-8-4-10s-8 1-10 4c-4 8-15 26-10 34 5 7 16 4 19 3s4-9 4-9-8 0-8-2c-2-4 8-18 9-20' fill='%2317447a' fill-rule='evenodd'/><path d='M117 107c-3 1-4 5-4 8l6-2a8 8 0 0 0 2-7Z' fill='%23fff' fill-rule='evenodd'/><path d='M131 102v1l-10 12-1 1v-2l10-12h1' fill='%236a87a9' fill-rule='evenodd'/><path d='M120 106h3l3-2a1 1 0 0 1 1 0c5 4 1 5-2 8l-2-1-5 1a9 9 0 0 1 2-6' fill='%23c6d1de' fill-rule='evenodd'/><path d='M176 84c0 2 2 6 4 7l2-3c2-3-2-8-3-7Z' fill='%23fff' fill-rule='evenodd'/><path d='M193 79a31 31 0 0 1 4 10h9a56 56 0 0 1 5-7l4-5a14 14 0 0 0 3-6 12 12 0 0 0-2-10 11 11 0 0 0-9-4 16 16 0 0 0-10 4 18 18 0 0 0-6 10 11 11 0 0 0 1 6l1 2' fill='%23acbccf' fill-rule='evenodd'/><path d='M206 76a2 2 0 0 1 1-1 2 2 0 0 1 1 0 2 2 0 0 1 1 1 2 2 0 0 1 0 1 4 4 0 0 1 0 1l-3 2-1 6h-1l1-6a15 15 0 0 1-4 0l-1 6h-1l1-6-2-2a3 3 0 0 1 0-1 3 3 0 0 1 1-1 3 3 0 0 1 1-1 2 2 0 0 1 1 0 1 1 0 0 1 1 1 3 3 0 0 1 0 2h-1v-1a2 2 0 0 0 0-1 1 1 0 0 0-1 0 2 2 0 0 0-1 1 2 2 0 0 0 0 1h9a3 3 0 0 0 0-1 1 1 0 0 0 0-1 1 1 0 0 0-1 0 3 3 0 0 0-1 1v1h-1a4 4 0 0 1 1-2' fill='%23fff' fill-rule='evenodd'/><path d='M198 90h7a1 1 0 0 1 1 1 1 1 0 0 1 0 1 2 2 0 0 1-2 1h-6a1 1 0 0 1-1-1 2 2 0 0 1 1-2' fill='%23aabace' fill-rule='evenodd'/><path d='M198 93h6a1 1 0 0 1 0 1 1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1 1 1 0 0 1 1-1M199 96h3a1 1 0 0 1 1 0 1 1 0 0 1-1 1h-4a1 1 0 0 1 0-1 1 1 0 0 1 1 0' fill='%23aabace' fill-rule='evenodd'/><path d='M219 53a1 1 0 0 1 0 1l-2 3a1 1 0 0 1-1 0 1 1 0 0 1 0-1l2-2a1 1 0 0 1 1-1m-22 0a1 1 0 0 1 1 0 1 1 0 0 1 0 1l1 2a1 1 0 0 1 0 1 1 1 0 0 1-1 0l-2-3a1 1 0 0 1 1-1Zm-10 8a1 1 0 0 1 1 0l3 2a1 1 0 0 1 0 1 1 1 0 0 1-1 0l-3-2a1 1 0 0 1 0-1Zm39 0a1 1 0 0 1-1 1l-3 2a1 1 0 0 1-1 0 1 1 0 0 1 1-1l3-2a1 1 0 0 1 1 0Zm1 12a1 1 0 0 1-1 0h-3a1 1 0 0 1-1 0 1 1 0 0 1 1-1h3a1 1 0 0 1 1 0 1 1 0 0 1 0 1Zm-40 0a1 1 0 0 1-1 0h-3a1 1 0 0 1-1 0 1 1 0 0 1 1-1h4a1 1 0 0 1 0 1Zm22-23a1 1 0 0 1 0 1v3a1 1 0 0 1-1 1 1 1 0 0 1-1-1l1-3a1 1 0 0 1 1-1Z' fill='%23a5b6cb' fill-rule='evenodd'/><path d='m181 80 2-7h1a2 2 0 0 1 0 2 17 17 0 0 1 0 2l6-7c1-1 2-1 2 1a53 53 0 0 1-4 5l5-3v2a54 54 0 0 1-5 3l5-1a1 1 0 0 1 0 1l-5 2h3l-1 1-2 1a11 11 0 0 0-2 1l-4 4a8 8 0 0 1-3-5Z' fill='%23c6d1de' fill-rule='evenodd'/><path d='M82 121c9 9 7 41 20 44 0 0 8 2 8 5a7 7 0 0 1-2 4s-10 1-19-1c-5-1-6-8-7-8-6-3-8-23-8-23Z' fill='%2397abc3' fill-rule='evenodd'/><path d='M70 117H49a19 19 0 0 0-19 16l-1 6c-1 11-1 27 2 39h50l1-27v-30c-4-3-7-4-12-4' fill='%23819ab7' fill-rule='evenodd'/><path d='M72 96a14 14 0 0 0 1 6c1 4-2 11-8 11v4c3 3 0 10-3 10s-7-6-8-10v-8a2 2 0 0 1 0-1l-4-4 3-2h1c-2-4-3-4 1-6s13-2 13-2l4 1Z' fill='%23c6d1de' fill-rule='evenodd'/><path d='M65 113v4a15 15 0 0 1-4-2 7 7 0 0 1-3-4 20 20 0 0 0 6 2Z' fill='%23a7b8cd' fill-rule='evenodd'/><path d='m93 156 8 1a6 6 0 0 1 2 2h2v2l-10 1-3-1 1-3-2-2Z' fill='%23bac8d8' fill-rule='evenodd'/><path d='M47 130c-2-4-7-10-9-5-3 2-4 3-4 6 0 11 4 38 16 41a102 102 0 0 0 24 3h7c4-3 0-6 0-6l-27-8c-4-2-6-28-7-31' fill='%23c6d1de' fill-rule='evenodd'/><path d='M82 165a9 9 0 0 0-1 4 7 7 0 0 0 0 3h18l-1-2-5-1c-5-3-8-2-11-4' fill='%23a0b3c9' fill-rule='evenodd'/><path d='M85 144h42c2 0 3 2 3 3l-6 28-3 3H78c-1 0-3-1-3-3l7-28c0-1 1-3 3-3' fill='%23b8c6d6' fill-rule='evenodd'/><path d='M87 144h42c2 0 3 2 3 3l-6 28-3 3H80c-1 0-3-1-3-3l7-28c0-1 1-3 3-3' fill='%23fff' fill-rule='evenodd'/><path d='M106 158a3 3 0 1 1-4 3 3 3 0 0 1 0-1 3 3 0 0 1 4-2' fill='%23aabace' fill-rule='evenodd'/><path d='M51 175h25l2 3H49v-1a2 2 0 0 1 2-2' fill='%23b8c6d6' fill-rule='evenodd'/><path d='M57 97v7c1 2 0 3-1 2l-3-1h-1l2 4c-5 0-12-9-8-14-2-17 21-17 29-7 2 1 2 5 1 6-4 6-14 0-18 2a2 2 0 0 0-1 1' fill='%2317447a' fill-rule='evenodd'/><path d='M15 178h300a1 1 0 0 1 0 3H15a1 1 0 1 1 0-3' fill='%23315989' fill-rule='evenodd'/><path d='M256 123c-10 10-16 38-28 42a11 11 0 0 0-1 5 7 7 0 0 0 2 4s10 1 19-1c5-1 5-8 7-8 5-2 8-23 8-23Z' fill='%23acbccf' fill-rule='evenodd'/><path d='M227 168v2a13 13 0 0 0 2 4s10 1 19-1c5-1 7-5 9-6s1-18 2-20l1-1-4-11s-5 27-16 30l-13 3' fill='%239eb1c7' fill-rule='evenodd'/><path d='M262 89c2 18-10 23 2 40 0 0 7-8 10-9s4-10 4-10l-3-20Z' fill='%2317447a' fill-rule='evenodd'/><path d='M269 117h19c9 0 17 7 19 16 3 17-3 44-3 45h-49v-27l1-28a20 20 0 0 1 13-6' fill='%23acbccf' fill-rule='evenodd'/><path d='M282 117c-3 9-7 3-11 0h-3c-11 36-3 36-2 55l11 5 8-4c0-19-7-19 3-56Z' fill='%23fff' fill-rule='evenodd'/><path d='M265 97a14 14 0 0 1-1 6c-2 4 2 11 7 11v3c-1 5 2 10 4 10s7-3 7-10v-6l1-2a4 4 0 0 0 1-3 28 28 0 0 0-2-4c2-4 3-3-1-6s-12-2-12-2l-4 2Z' fill='%23c6d1de' fill-rule='evenodd'/><path d='M271 114v3a14 14 0 0 0 4-1 7 7 0 0 0 4-4 19 19 0 0 1-7 2Z' fill='%23a0b3c9' fill-rule='evenodd'/><path d='M244 157h-8a6 6 0 0 0-2 2l-2 1v1l10 1h3l-1-4 1-2Z' fill='%23bac8d8' fill-rule='evenodd'/><path d='M291 129c2-5 8-7 11-4s3 3 3 7c0 10-4 40-16 42l-24 2-6-1c-4-3 1-7 1-7l24-9c4-1 5-27 7-30' fill='%23c8d3e0' fill-rule='evenodd'/><path d='M304 128c7 10-3 44-15 46l-24 2-6-1 31-5c8-3 15-31 14-42' fill='%23bdcad9' fill-rule='evenodd'/><path d='M254 165a9 9 0 0 1 2 4 7 7 0 0 1 0 3h-18l1-1 5-2c4-3 8-2 10-4' fill='%23a0b3c9' fill-rule='evenodd'/><path d='M252 145h-42l-3 2 6 28 3 3h42c2 0 4-1 3-3l-6-28c0-1-1-2-3-2' fill='%23b8c6d6' fill-rule='evenodd'/><path d='M250 145h-42l-3 2 7 28c0 2 1 3 3 3h42c1 0 3-1 2-3l-6-28c0-1-1-2-3-2' fill='%23fff' fill-rule='evenodd'/><path d='M232 159a3 3 0 1 0 3 2 3 3 0 0 0-3-2' fill='%23aabace' fill-rule='evenodd'/><path d='M281 175h-21v3h23v-1a1 1 0 0 0-2-2' fill='%23b8c6d6' fill-rule='evenodd'/><path d='M108 167h16a5 5 0 0 1 0 11h-16a5 5 0 1 1 0-11' fill='%23385f8d' fill-rule='evenodd'/><path d='M122 177h37c-2-1-3-6 0-8h-37l-2 4 2 4' fill='%23eef2f5' fill-rule='evenodd'/><path d='M161 178h-39c-2 0-4-2-4-5s2-6 4-6h39v2h-39l-2 4 2 4 39-1Z' fill='%2352749c' fill-rule='evenodd'/><path d='M128 173h4c2 1 1 3 2 5l-2-2-2 2c-2-2-1-4-2-5' fill='%23c4cfdd' fill-rule='evenodd'/><path d='M159 161h-15a3 3 0 0 0-4 3 3 3 0 0 0 4 4h15a3 3 0 0 0 4-4 3 3 0 0 0-4-3' fill='%23385f8d' fill-rule='evenodd'/><path d='M146 167h-31c2-1 3-3 0-5h31a2 2 0 0 1 0 5' fill='%23eef2f5' fill-rule='evenodd'/><path d='M114 168h32a4 4 0 0 0 4-4 3 3 0 0 0-4-3h-32v1h32a2 2 0 0 1 0 5h-32Z' fill='%2352749c' fill-rule='evenodd'/><path d='M206 162c0 9-1 16-3 16h-9c-1 0-3-7-3-16Z' fill='%239bafc6' fill-rule='evenodd'/><path d='M206 166c0 7-1 12-3 12h-9c-1 0-3-7-3-16h1s1 10 4 12 4 1 7-3l3-5' fill='%23849cb8' fill-rule='evenodd'/><path d='M195 162c1-7 4-21 10-21 5 3 0 16-2 21Z' fill='%235979a0' fill-rule='evenodd'/><path fill='%23d7dfe8' d='m199 162 5-18-5 18zM197 158l2 2 1-4 3-1-2 1-1 4-3-1ZM199 152l2 2 1-4 3-1-3 1-1 4-2-1Z'/><path d='m200 149 2 1 1-3 3-2-3 2-1 4-2-2Z' fill='%23d7dfe8'/><path d='M199 162c-1-4-3-14-7-14-3 3 1 11 2 14Z' fill='%235979a0' fill-rule='evenodd'/><path fill='%23d7dfe8' d='m193 150 3 12zM197 160h-1l-1-2-1-1 1 1 1 3 1-1ZM196 156l-1 1-1-3-1-1v1h1l1 3 1-1Z'/><path d='m196 153-2 1v-2l-2-1 2 1v3l2-2Z' fill='%23d7dfe8'/><path fill='%23fff' d='M192 162h15v1h-15z'/><path d='M49 127c-2-4-7-6-11-4a8 8 0 0 0-4 4c-2 10 4 33 6 39a29 29 0 0 1 14-7c-3-8-4-29-5-32' fill='%2397abc3' fill-rule='evenodd'/><path d='M35 127c-5 9 2 31 5 39a34 34 0 0 1 4-3c-5-10-9-28-9-36' fill='%238ba1bc' fill-rule='evenodd'/><path d='M54 159a2 2 0 0 1-1 1v-1Z' fill='%237690b0' fill-rule='evenodd'/><path d='M62 136a1 1 0 1 0 1 1 1 1 0 0 0-1-1m0-5a1 1 0 1 0 1 1 1 1 0 0 0-1-1Zm3-14a8 8 0 0 1-3 10c-4-3-8-6-8-11l-2 2c-1 4 1 13 1 13s3-4 5-4a7 7 0 0 1 4 0c3-2 5 1 6 3 1-6 1-10-3-14a9 9 0 0 0 0 1Z' fill='%23fff' fill-rule='evenodd'/><path fill='%23aabace' d='M71 142h9v2h-9z'/><path d='M165 147a2 2 0 1 1-2 2 2 2 0 0 1 2-2' fill='%23496c96' fill-rule='evenodd'/><path d='M171 147a2 2 0 1 1-1 2 2 2 0 0 1 1-2M177 147a2 2 0 1 1-1 2 2 2 0 0 1 1-2' fill='%23869eba' fill-rule='evenodd'/><path d='M265 48h18v2h-18v-2' fill='%237a94b3' fill-rule='evenodd'/><path d='M265 54h40v1h-40v-1M265 60h40v1h-40v-1M265 66h40v1h-40v-1M265 72h40v1h-40v-1' fill='%237892b1' fill-rule='evenodd'/><path d='M179 105h39a1 1 0 0 1 1 1 1 1 0 0 1-1 1h-39a1 1 0 0 1-1-1 1 1 0 0 1 1-1' fill='%23d0d9e4' fill-rule='evenodd'/><path d='M276 96s-10 2-16-1c-3-3-4-8 2-11 7-5 20-4 25 4l5 12c5 11 18 4 22 23l-6-2a11 11 0 0 1-1 11c-3-13-15-14-25-15l-2-6s3-2 3-5-1-2-1-2a18 18 0 0 0-2 1c0-3 0-9-4-9' fill='%2317447a' fill-rule='evenodd'/><path d='M281 108a1 1 0 1 1-1 1 1 1 0 0 1 1-1' fill='%23fff' fill-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-position: right center;
  filter: alpha(opacity=76);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=76);
  opacity: 0.76;
}
.mask.mask-blob {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='225.856' height='209.69' viewBox='0 0 225.856 209.69'><path id='blob' d='M76.029-62.792C93.89-49.885,106.565-28.567,111.06-5.405c4.609,23.277,1.268,48.283-12.56,62.8C84.786,71.916,60.587,75.949,39.269,80.674,17.951,85.283-.6,90.7-21,88.74S-63.634,77.447-72.046,60.969c-8.412-16.363-3-39.986,5.992-58.078s21.433-30.767,34.916-44.48S-3.021-70.051,15.877-75.122C34.89-80.307,58.052-75.813,76.029-62.792Z' transform='matrix(-0.966, -0.259, 0.259, -0.966, 129.143, 115.362)' fill='%23fff' /></svg>%0A");
  background-repeat: no-repeat;
  background-position: 66% -8rem;
  filter: alpha(opacity=12);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
  opacity: 0.12;
}
.mask.mask-circle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 355.5 355.5'%3E%3Cg data-name='Group 214895'%3E%3Cg fill='none' stroke='%23fff' data-name='Group 214894' opacity='.48' transform='translate(-42 8)'%3E%3Ccircle cx='177.3' cy='177.3' r='177.3' data-name='Ellipse 7329' transform='translate(43 -7)'/%3E%3Ccircle cx='153.2' cy='153.2' r='153.2' data-name='Ellipse 7330' transform='translate(67 17)'/%3E%3Ccircle cx='125.9' cy='125.9' r='125.9' data-name='Ellipse 7331' transform='translate(94 44)'/%3E%3Ccircle cx='98.5' cy='98.5' r='98.5' data-name='Ellipse 7332' transform='translate(122 71)'/%3E%3Ccircle cx='72' cy='72' r='72' data-name='Ellipse 7333' transform='translate(148 98)'/%3E%3Ccircle cx='48' cy='48' r='48' data-name='Ellipse 7334' transform='translate(172 122)'/%3E%3Ccircle cx='28.8' cy='28.8' r='28.8' transform='translate(192 141)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-position: 4rem 0;
  background-repeat: no-repeat;
}
.mask.mask-figure {
  background-image: url("https://softr-assets-eu-prod.s3.eu-central-1.amazonaws.com/applications/8f7af9fb-a550-425d-b327-48195c193a5f/assets/4c301aa0-5435-4c45-be89-dffc52dab690.svg");
  background-repeat: no-repeat;
  background-position: 120% 0px;
  background-size: 35%;
}
.mask.mask-figures {
  background-image: url("data:image/svg+xml,<svg width='1247' height='410' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='12' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='37' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='62' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='87' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='112' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='137' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='162' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='187' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='212' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='237' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='262' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='287' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='312' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='337' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='362' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='387' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='412' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='437' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='462' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='487' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='512' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='537' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='562' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='587' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='612' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='637' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='662' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='687' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='712' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='737' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='762' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='787' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='812' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='837' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='862' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='887' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='912' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='937' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='962' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='987' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1012' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1037' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1062' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1087' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1112' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1137' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1162' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1187' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1212' y='25' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1237' y='25' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' y='50' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' y='50' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='12' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='37' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='62' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='87' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='112' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='137' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='162' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='187' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='212' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='237' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='262' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='287' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='312' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='337' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='362' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='387' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='412' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='437' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='462' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='487' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='512' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='537' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='562' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='587' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='612' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='637' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='662' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='687' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='712' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='737' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='762' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='787' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='812' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='837' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='862' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='887' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='912' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='937' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='962' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='987' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1012' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1037' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1062' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1087' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1112' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1137' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1162' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1187' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1212' y='75' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1237' y='75' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' y='100' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' y='100' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='12' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='37' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='62' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='87' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='112' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='137' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='162' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='187' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='212' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='237' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='262' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='287' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='312' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='337' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='362' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='387' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='412' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='437' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='462' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='487' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='512' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='537' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='562' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='587' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='612' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='637' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='662' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='687' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='712' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='737' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='762' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='787' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='812' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='837' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='862' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='887' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='912' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='937' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='962' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='987' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1012' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1037' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1062' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1087' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1112' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1137' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1162' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1187' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1212' y='125' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1237' y='125' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' y='150' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' y='150' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='12' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='37' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='62' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='87' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='112' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='137' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='162' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='187' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='212' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='237' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='262' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='287' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='312' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='337' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='362' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='387' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='412' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='437' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='462' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='487' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='512' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='537' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='562' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='587' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='612' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='637' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='662' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='687' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='712' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='737' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='762' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='787' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='812' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='837' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='862' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='887' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='912' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='937' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='962' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='987' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1012' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1037' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1062' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1087' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1112' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1137' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1162' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1187' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1212' y='175' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1237' y='175' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' y='200' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' y='200' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='12' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='37' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='62' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='87' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='112' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='137' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='162' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='187' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='212' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='237' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='262' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='287' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='312' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='337' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='362' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='387' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='412' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='437' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='462' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='487' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='512' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='537' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='562' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='587' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='612' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='637' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='662' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='687' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='712' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='737' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='762' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='787' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='812' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='837' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='862' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='887' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='912' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='937' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='962' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='987' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1012' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1037' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1062' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1087' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1112' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1137' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1162' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1187' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1212' y='225' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1237' y='225' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' y='250' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' y='250' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='12' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='37' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='62' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='87' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='112' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='137' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='162' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='187' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='212' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='237' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='262' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='287' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='312' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='337' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='362' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='387' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='412' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='437' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='462' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='487' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='512' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='537' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='562' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='587' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='612' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='637' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='662' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='687' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='712' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='737' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='762' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='787' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='812' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='837' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='862' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='887' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='912' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='937' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='962' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='987' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1012' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1037' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1062' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1087' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1112' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1137' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1162' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1187' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1212' y='275' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1237' y='275' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' y='300' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' y='300' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='12' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='37' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='62' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='87' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='112' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='137' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='162' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='187' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='212' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='237' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='262' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='287' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='312' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='337' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='362' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='387' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='412' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='437' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='462' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='487' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='512' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='537' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='562' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='587' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='612' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='637' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='662' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='687' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='712' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='737' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='762' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='787' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='812' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='837' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='862' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='887' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='912' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='937' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='962' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='987' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1012' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1037' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1062' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1087' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1112' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1137' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1162' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1187' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1212' y='325' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1237' y='325' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' y='350' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' y='350' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='12' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='37' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='62' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='87' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='112' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='137' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='162' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='187' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='212' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='237' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='262' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='287' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='312' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='337' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='362' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='387' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='412' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='437' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='462' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='487' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='512' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='537' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='562' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='587' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='612' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='637' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='662' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='687' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='712' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='737' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='762' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='787' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='812' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='837' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='862' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='887' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='912' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='937' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='962' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='987' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1012' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1037' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1062' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1087' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1112' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1137' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1162' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1187' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1212' y='375' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1237' y='375' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='25' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='50' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='75' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='100' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='125' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='150' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='175' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='200' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='225' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='250' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='275' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='300' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='325' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='350' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='375' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='400' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='425' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='450' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='475' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='500' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='525' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='550' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='575' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='600' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='625' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='650' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='675' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='700' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='725' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='750' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='775' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='800' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='825' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='850' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='875' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='900' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='925' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='950' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='975' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1000' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1025' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1050' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1075' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1100' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1125' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1150' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1175' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/><rect x='1200' y='400' width='10' height='10' rx='2' fill='%23F0F0F4'/><rect x='1225' y='400' width='10' height='10' rx='5' fill='%23F0F0F4'/></svg>");
  background-repeat: repeat;
  background-position: center;
  background-size: 100%;
}
.mask.mask-icons-white-v1 {
  background-size: 25%;
  background-image: url("data:image/svg+xml;headers=Content-Disposition%3A%20attachment%3B%20filename=pattern.b64;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpmaT0iaHR0cDovL3BhdHRlcm4uZmxhdGljb24uY29tLyIgeD0iMCIgeT0iMCIgd2lkdGg9IjcwMCIgaGVpZ2h0PSIzNTAiIHZpZXdCb3g9IjAgMCA3MDAgMzUwIj48cmVjdCB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgb3BhY2l0eT0iMC4xIiBmaWxsPSIjZDhkNWZmIi8+PGRlZnM+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMC4xNjk3OTE2NDkxNTIzNzUzIDAuMDQ1NDk1NTM1MjcxOTI3NDcgLTAuMDQ1NDk1NTM1MjcxOTI3NDcgMC4xNjk3OTE2NDkxNTIzNzUzIC0zMi4xMjQwMzcwMzUxMDU0NDUgMjk0LjQ1MTQ4NjI3MTYzNTcpIiBpZD0iTDFfMjY3Ij48cGF0aCBkPSJtNDk0LjQ2NCAyMDkuODQzLTMyLjkwNS0xMC45MTRjLTQuNjMzLTE2LjcxMi0xMS4yOTMtMzIuNzk1LTE5LjgzMS00Ny44ODlsMTUuNTQ4LTMxLjA5NWM0Ljg1My05Ljg1MyAyLjkzNi0yMS42OTgtNC43NzktMjkuNTE3bC0zMC45NS0zMC45NzZjLTcuODM3LTcuNjg2LTE5LjY3OS05LjU3Mi0yOS41MTctNC43MDJsLTMxLjA3IDE1LjUyMmMtMTUuMTA3LTguNTM5LTMxLjItMTUuMTk5LTQ3LjkyMy0xOS44MzFsLTEwLjkwNi0zMi45NzNjLTMuNTI2LTEwLjQxOC0xMy4yODgtMTcuNDM5LTI0LjI4Ni0xNy40NjhoLTQzLjY5MWMtMTEuMDIyLjAzOC0yMC43OTcgNy4wODktMjQuMzExIDE3LjUzNmwtMTAuOTE0IDMyLjkwNWMtMTYuNzExIDQuNjM2LTMyLjc5MyAxMS4yOTUtNDcuODg5IDE5LjgzMWwtMzEuMTIxLTE1LjU0OGMtOS44NTYtNC44NTItMjEuNzAzLTIuOTM1LTI5LjUyNSA0Ljc3OWwtMzAuOTQyIDMwLjk1Yy03LjY4NSA3LjgzNC05LjU3NCAxOS42NzEtNC43MSAyOS41MDhsMTUuNTMxIDMxLjA3OGMtOC41NDEgMTUuMTA1LTE1LjIwMSAzMS4xOTktMTkuODMxIDQ3LjkyM2wtMzIuOTczIDEwLjkwNmMtMTAuNDI0IDMuNTItMTcuNDQ4IDEzLjI4Ni0xNy40NjkgMjQuMjg3djQzLjY5MWMuMDMxIDExLjAyNSA3LjA4NCAyMC44MDQgMTcuNTM2IDI0LjMxMWwzMi45MDUgMTAuOTE0YzMuODIgMTMuNzQyIDkuMDE1IDI3LjA2NSAxNS41MDUgMzkuNzY1LTIuOTAxLjc0Mi01LjU1MiAyLjI0NC03LjY4IDQuMzUybC0yNC4xMzIgMjQuMTMyYy0zLjIxMyAzLjE5Mi01LjAxNCA3LjUzNy01LjAwMSAxMi4wNjYuMDIzIDEuNDc1LjIzNSAyLjk0LjYzMSA0LjM2MWwtMTkuNzYzIDE5Ljc4Yy02LjQwMiA2LjQwMS05Ljk5OCAxNS4wODMtOS45OTggMjQuMTM3IDAgOS4wNTMgMy41OTYgMTcuNzM1IDkuOTk4IDI0LjEzN2wzNi4xOTggMzYuMTk4YzYuNDAxIDYuNDAyIDE1LjA4NCA5Ljk5OCAyNC4xMzcgOS45OThzMTcuNzM1LTMuNTk2IDI0LjEzNy05Ljk5OGwxOS43OC0xOS43OGM1Ljg1NyAxLjY3OSAxMi4xNjIuMDA4IDE2LjQxOC00LjM1MmwyNC4xNDEtMjQuMTQxYzIuMTAyLTIuMTMxIDMuNi00Ljc4MSA0LjM0My03LjY4IDEyLjcwMSA2LjQ5NiAyNi4wMjcgMTEuNjkxIDM5Ljc3NCAxNS41MDVsMTAuOTQgMzIuOTczYzMuNTIzIDEwLjQyMSAxMy4yODYgMTcuNDQ2IDI0LjI4NiAxNy40NzZoNDMuNjkxYzExLjAyMi0uMDM4IDIwLjc5Ny03LjA4OSAyNC4zMTEtMTcuNTM2bDEwLjkxNC0zMi45MDVjMTYuNzExLTQuNjM2IDMyLjc5My0xMS4yOTUgNDcuODg5LTE5LjgzMWwzMS4wODcgMTUuNTQ4YzkuODU3IDQuODQ3IDIxLjcwMSAyLjkzIDI5LjUyNS00Ljc3OWwzMC45NzYtMzAuOTVjNy42ODUtNy44MzQgOS41NzQtMTkuNjcxIDQuNzEtMjkuNTA4bC0xNS41MzEtMzEuMDc4YzguNTQxLTE1LjEwNSAxNS4yMDEtMzEuMTk5IDE5LjgzMS00Ny45MjNsMzIuOTczLTEwLjk0YzEwLjQxMS0zLjUxNSAxNy40MzItMTMuMjY0IDE3LjQ2OC0yNC4yNTJ2LTQzLjY5MWMtLjAzLTExLjAyNS03LjA4My0yMC44MDQtMTcuNTM1LTI0LjMxMnptLTM5Mi4wNjQgNDYuMTU3YzAtODQuODMxIDY4Ljc2OS0xNTMuNiAxNTMuNi0xNTMuNnMxNTMuNiA2OC43NjkgMTUzLjYgMTUzLjYtNjguNzY5IDE1My42LTE1My42IDE1My42Yy0xOS44MTEuMDQtMzkuNDM4LTMuODA0LTU3Ljc3MS0xMS4zMTVsNzQuMjQtNzQuMjRjNC45ODYtNS4wNjQgOC42NjItMTEuMjY4IDEwLjcwOS0xOC4wNzRsMjMuMzEzLTc5LjMwOWMxLjczOC01Ljk4NC4wNzUtMTIuNDQtNC4zMzYtMTYuODQxLTQuNDEyLTQuNDAxLTEwLjg3Mi02LjA0OC0xNi44NTItNC4yOTZsLTc5LjI5MiAyMy4zMDVjLTYuODI1IDIuMDU5LTEzLjA0MyA1Ljc1Mi0xOC4xMTYgMTAuNzYxbC03NC4yNCA3NC4yNGMtNy40OTktMTguMzU1LTExLjMyMy0zOC4wMDMtMTEuMjU1LTU3LjgzMXptMTgwLjc4Ny0xMC40NzktMTYuNzA4LTE2LjcwOCAyMy42NTQtNi45NDZ6bS0zNS4zNjItMTEuMjMgMjkuODY3IDI5Ljg2Ny0xMC4wMjcgMzQuMTMzLTUzLjk2NS01My45NjV6bS00OS4zODIgMTguODkzIDYwLjM4MiA2MC4zNzMtMTEwLjAyOSAxMTAuMDI5LTYwLjM3My02MC4zODJ6bS0xMTYuMDM3IDIzNi43NDljLTYuNzU2IDYuNDQ2LTE3LjM4NSA2LjQ0Ni0yNC4xNDEgMGwtMzYuMTk4LTM2LjE5OGMtMy4yMDItMy4yMDEtNS4wMDEtNy41NDMtNS4wMDEtMTIuMDcgMC00LjUyOCAxLjc5OS04Ljg3IDUuMDAxLTEyLjA3bDE4LjA5OS0xOC4wOTkgNjAuMzM5IDYwLjMzOXptMzYuMjA3LTI0LjEzMi03Mi40MTQtNzIuNDE0IDI0LjE0MS0yNC4xNDEgNzIuNDA1IDcyLjQwNXptMzc2LjMyLTE4Ny45NTZjLS4wMiAzLjY3Ny0yLjM3MSA2LjkzNi01Ljg1NCA4LjExNWwtMzcuMjkxIDEyLjM3M2MtMi43NjguOTIyLTQuODczIDMuMTk0LTUuNTgxIDYuMDI1LTQuNjIzIDE4LjI4LTExLjg2NiAzNS43OTYtMjEuNTA0IDUyLjAwMi0xLjQ3OCAyLjQ5Mi0xLjU5MSA1LjU2NC0uMjk5IDguMTU4bDE3LjU3IDM1LjEyM2MxLjYyNiAzLjI5NSAxLjAwOCA3LjI1Ni0xLjU0NSA5Ljg5OWwtMzAuODI5IDMwLjg0Yy0yLjYzMiAyLjU4LTYuNjA0IDMuMjIzLTkuOTE2IDEuNjA0bC0zNS4xNTctMTcuNTc5Yy0yLjU5Ni0xLjI5NS01LjY3Mi0xLjE4My04LjE2Ni4yOTktMTYuMjA2IDkuNjM0LTMzLjcxOCAxNi44NzYtNTEuOTk0IDIxLjUwNC0yLjgzMi43MS01LjEwNSAyLjgxOC02LjAyNSA1LjU4OWwtMTIuMzQ4IDM3LjIyMmMtMS4xNzYgMy41MDgtNC40NDkgNS44ODMtOC4xNDkgNS45MTRoLTQzLjY5MWMtMy42NzMtLjAyNC02LjkyOC0yLjM2OS04LjExNS01Ljg0NWwtMTIuMzczLTM3LjI5MWMtLjkyMS0yLjc3My0zLjE5OC00Ljg4Mi02LjAzMy01LjU4OS0xNC4zOTctMy42NjgtMjguMzI2LTguOTc0LTQxLjUxNS0xNS44MTJsMTkuMTQ5LTE5LjE0OWMyMi4xNzkgMTAuMjEyIDQ2LjMxNiAxNS40NzMgNzAuNzMzIDE1LjQyIDk0LjI1NyAwIDE3MC42NjctNzYuNDEgMTcwLjY2Ny0xNzAuNjY3cy03Ni40MS0xNzAuNjY3LTE3MC42NjctMTcwLjY2Ny0xNzAuNjY3IDc2LjQxLTE3MC42NjcgMTcwLjY2N2MtLjA1OCAyNC40MTggNS4yMDQgNDguNTU1IDE1LjQyIDcwLjczM2wtMTkuMTQ5IDE5LjE0OWMtNi44MzctMTMuMTktMTIuMTQzLTI3LjExOC0xNS44MTItNDEuNTE1LS43MDYtMi44MzMtMi44MTEtNS4xMDktNS41ODEtNi4wMzNsLTM3LjIzMS0xMi4zNDhjLTMuNTEtMS4xNjktNS44ODgtNC40NDEtNS45MTQtOC4xNDF2LTQzLjY5MWMuMDItMy42NzcgMi4zNzEtNi45MzYgNS44NTQtOC4xMTVsMzcuMjkxLTEyLjM3M2MyLjc2OC0uOTIyIDQuODczLTMuMTk0IDUuNTgxLTYuMDI1IDQuNjIzLTE4LjI4IDExLjg2Ni0zNS43OTYgMjEuNTA0LTUyLjAwMiAxLjQ3OC0yLjQ5MiAxLjU5MS01LjU2NC4yOTktOC4xNThsLTE3LjU3LTM1LjEyM2MtMS42MjYtMy4yOTUtMS4wMDgtNy4yNTYgMS41NDUtOS44OTlsMzAuODMtMzAuODM5YzIuNjMtMi41ODUgNi42MDUtMy4yMjggOS45MTYtMS42MDRsMzUuMTU3IDE3LjU3OWMyLjU5NiAxLjI5NSA1LjY3MiAxLjE4MyA4LjE2Ni0uMjk5IDE2LjIwNi05LjYzNCAzMy43MTgtMTYuODc2IDUxLjk5NC0yMS41MDQgMi44MzItLjcxIDUuMTA1LTIuODE4IDYuMDI1LTUuNTg5bDEyLjM0OC0zNy4yMjJjMS4xNzYtMy41MDggNC40NDktNS44ODMgOC4xNDktNS45MTRoNDMuNjkxYzMuNjczLjAyNCA2LjkyOCAyLjM2OSA4LjExNSA1Ljg0NWwxMi4zNzMgMzcuMjkxYy45MiAyLjc3MSAzLjE5MiA0Ljg4IDYuMDI1IDUuNTg5IDE4LjI3NiA0LjYyOCAzNS43ODggMTEuODcgNTEuOTk0IDIxLjUwNCAyLjQ5NCAxLjQ4MSA1LjU3IDEuNTk0IDguMTY2LjI5OWwzNS4xMTUtMTcuNTYyYzMuMjk0LTEuNjM4IDcuMjYzLTEuMDIyIDkuOTA3IDEuNTM2bDMwLjgzOSAzMC44MzFjMi41OCAyLjYzNSAzLjIyNiA2LjYwOCAxLjYxMyA5LjkyNGwtMTcuNTg3IDM1LjE1N2MtMS4yOTIgMi41OTQtMS4xOCA1LjY2Ni4yOTkgOC4xNTggOS42MzggMTYuMjA3IDE2Ljg4MSAzMy43MjIgMjEuNTA0IDUyLjAwMi43MDggMi44MyAyLjgxMyA1LjEwMiA1LjU4MSA2LjAyNWwzNy4yMzEgMTIuMzQ4YzMuNTEgMS4xNjkgNS44ODggNC40NDEgNS45MTQgOC4xNDF2NDMuNjl6IiBpZD0iU2hhcGVfNjFfIiBmaWxsPSIjZmZmZmZmIi8+PHBhdGggZD0ibTM1OC40IDI1NmMuMjUgNTIuOTQ5LTQwLjExNyA5Ny4yNTUtOTIuODYgMTAxLjkyMi00LjcxMy4yMTQtOC4zNTkgNC4yMDktOC4xNDUgOC45MjJzNC4yMDkgOC4zNTkgOC45MjIgOC4xNDVoLjc5NGM2Mi44MjgtNS44NTkgMTEwLjI2Ni01OS41NjkgMTA4LjMxNy0xMjIuNjRzLTUyLjYxMS0xMTMuNzUtMTE1LjY4MS0xMTUuNzE5LTExNi43OTYgNDUuNDUxLTEyMi42NzUgMTA4LjI3N2MtLjIwOSAyLjI1Ni40ODggNC41MDIgMS45MzcgNi4yNDMgMS40NDkgMS43NDIgMy41MyAyLjgzNiA1Ljc4NiAzLjA0MSAyLjI1NS4yMzcgNC41MS0uNDQzIDYuMjU3LTEuODg4czIuODM4LTMuNTMzIDMuMDI4LTUuNzkyYzUuMjYxLTU0LjMwNCA1Mi4xNzQtOTQuOTQ3IDEwNi42NzMtOTIuNDE2IDU0LjQ5OCAyLjUzMSA5Ny40NDIgNDcuMzQ3IDk3LjY0NyAxMDEuOTA1eiIgaWQ9IlNoYXBlXzYwXyIgZmlsbD0iI2ZmZmZmZiIvPjwvZz48cGF0aCBkPSJtMzQuMTU1IDE3MC42NjJoOC41MzN2ODcuOTc5Yy0uMDExIDE2LjY5MSA0Ljg5NSAzMy4wMTQgMTQuMTA2IDQ2LjkzMyA1LjMwOCA4LjE0OSAxMS4zMTUgMTcuMDY3IDE1LjYyNSAyMy40NSAyLjg3NyA0LjIzMyA0LjQxMiA5LjIzNSA0LjQwMyAxNC4zNTN2MjUuMTIyYy0xMC4xOTIgMy42MDMtMTcuMDIyIDEzLjIyLTE3LjA2NyAyNC4wM3YxMDIuNGMwIDkuNDI2IDcuNjQxIDE3LjA2NyAxNy4wNjcgMTcuMDY3aDIxMy4zMzNjOS40MjYgMCAxNy4wNjctNy42NDEgMTcuMDY3LTE3LjA2N3YtMTAyLjRjLS4wNDUtMTAuODEtNi44NzUtMjAuNDI3LTE3LjA2Ny0yNC4wM3YtNDYuNzk3bDExLjA5My00Ljg1NWMzNS4xOC0xNi4yMjUgNTcuNTYyLTUxLjU4NiA1Ny4xNzMtOTAuMzI1di01NS44NTloNDcuMTk4YzUuMzA1LS4wMDQgMTAuNTM3LTEuMjM5IDE1LjI4My0zLjYxbDgxLjY3My00MC44NzVjNS43NTUtMi44OTQgOS4zOS04Ljc4MiA5LjM5OS0xNS4yMjNzLTMuNjA5LTEyLjMzOS05LjM1Ni0xNS4yNDlsLTgxLjcxNS00MC45Yy00Ljc0Ni0yLjM3LTkuOTc4LTMuNjA2LTE1LjI4My0zLjYxaC0xMDcuMjljLTEuOTg4LTE5LjQ4Mi0xOC40NTktMzQuMjYxLTM4LjA0Mi0zNC4xMzMtOC42MTUuMDI2LTE2Ljk3MyAyLjkzNy0yMy43NCA4LjI2OS01LjQ0OC0xNS4xOTYtMTkuODUxLTI1LjMzMi0zNS45OTMtMjUuMzMycy0zMC41NDUgMTAuMTM2LTM1Ljk5NCAyNS4zMzFjLTkuNjktNy42NDEtMjIuNDYzLTEwLjE1OS0zNC4zMjgtNi43NjhzLTIxLjM3OCAxMi4yNzgtMjUuNTY3IDIzLjg4NmMtOC4zNDYtNi42Ny0xOS4xMTMtOS41MjEtMjkuNjY2LTcuODU3cy0xOS45MiA3LjY5LTI1LjgwOSAxNi42MDRoLTE1LjAzNmMtMTguODUxIDAtMzQuMTMzIDE1LjI4Mi0zNC4xMzMgMzQuMTMzdjUxLjJjMCAxOC44NTEgMTUuMjgyIDM0LjEzMyAzNC4xMzMgMzQuMTMzem00Ni45MzMtMzQuMTMzYzQuMzctLjA0MiA4LjcwMS0uODM5IDEyLjgtMi4zNTV2MTkuNDIyaC0xNy4wNjZ2LTE3LjUwMmMxLjQxMi4yMjcgMi44MzcuMzcyIDQuMjY2LjQzNXptODkuNzExLTE0LjM3MWM3LjIwNyA5LjA3OSAxOC4xNjQgMTQuMzcxIDI5Ljc1NiAxNC4zNzFzMjIuNTQ5LTUuMjkyIDI5Ljc1Ni0xNC4zNzFjMTIuNDk2IDE1LjQ3MyAzNC42OTMgMTguOTM5IDUxLjMxMSA4LjAxM3YyMy40MjRoLTE3MC42Njd2LTMxLjMwOWM3LjMxNyA5LjAzMiAxOC4zMjkgMTQuMjY4IDI5Ljk1MyAxNC4yNDQgMTEuNjI0LS4wMjUgMjIuNjEzLTUuMzA4IDI5Ljg5MS0xNC4zNzJ6bS05My45NzcgMzcyLjc3MXYtMTAyLjRjMC00LjcxMyAzLjgyLTguNTMzIDguNTMzLTguNTMzaDE5Ni4yNjdjNC43MTMgMCA4LjUzMyAzLjgyMSA4LjUzMyA4LjUzM3YxMDIuNHptMjY0LjUzMy0yNjguNDA4Yy4zODcgMzEuOTg0LTE4LjAyIDYxLjIyMi00Ny4wMjcgNzQuNzAxbC00NC45MjggMTkuNjk1Yy0yLjg4OCAxLjE1Ny00LjkxOCAzLjc5NC01LjI5NyA2Ljg4MnMuOTUzIDYuMTM4IDMuNDc1IDcuOTU5YzIuNTIzIDEuODIxIDUuODM2IDIuMTI1IDguNjQ4Ljc5M2wxNi44NjItNy4zOTh2MzcuNzc3aC0xNzkuMnYtMjMuNTUyYy4wMjEtOC41NDgtMi41NC0xNi45MDItNy4zNDctMjMuOTctNC4yNjctNi4yODktMTAuMTk3LTE1LjEyMS0xNS40NzktMjMuMjI4LTcuMzc1LTExLjEzLTExLjMwOC0yNC4xODYtMTEuMzA3LTM3LjUzOHYtODcuOTc5aDIyMS44Njd2NS42NDljLjIyNSA2LjUwNi0zLjkzIDEyLjM1OS0xMC4xNDYgMTQuMjkzLTMxLjY3MyA3LjE4NC01Ni41NjUgMzEuNjUzLTY0LjI5IDYzLjE5OC0xLjA5NiA0LjU4NiAxLjczMyA5LjE5MSA2LjMxOSAxMC4yODdzOS4xOTEtMS43MzMgMTAuMjg3LTYuMzE5YzYuMTUyLTI1LjUxOSAyNi40MTgtNDUuMjMzIDUyLjA5Ni01MC42NzkgMTMuNjc5LTMuOTMzIDIzLjAyNC0xNi41NDggMjIuODAxLTMwLjc4di01MC4xNjdjMC0xMS43ODIgOS41NTEtMjEuMzMzIDIxLjMzMy0yMS4zMzNzMjEuMzMzIDkuNTUxIDIxLjMzMyAyMS4zMzN6bS0yMS4zMzMtMTQwLjA4M2MtNy42MzEuMDA4LTE1LjA3NyAyLjM1NS0yMS4zMzMgNi43MjR2LTI0LjloOTMuODY3djg1LjMzM2gtMzQuMTMzdi0yNy40NTJjLjMyNy0yMS41NTUtMTYuODQ3LTM5LjMxMy0zOC40MDEtMzkuNzA1em0xNDkuMzMzIDM3LjI5MXYtMjUuNmwyNS42IDEyLjh6bS0xNy4wNjctMzQuMTM0djQyLjY2N2wtMzkuMDMxIDE5LjUzM2MtMS4xNi41Ny0yLjM3OSAxLjAxMS0zLjYzNSAxLjMxNHYtODQuMzYxYzEuMjU2LjMwMyAyLjQ3NS43NDQgMy42MzUgMS4zMTR6bS0xOTItNTUuNDY2YzExLjUzOC0uMjE0IDIxLjA3NyA4Ljk0MyAyMS4zMzMgMjAuNDh2NDQuMzczYzAgMTEuNzgyLTkuNTUxIDIxLjMzMy0yMS4zMzMgMjEuMzMzcy0yMS4zMzMtOS41NTEtMjEuMzMzLTIxLjMzM3YtNDQuMzczYy4yNjEtMTEuNTM2IDkuNzk3LTIwLjY5IDIxLjMzMy0yMC40OHptLTgxLjA2NiA0LjEwNGMwLTExLjc4MiA5LjU1MS0yMS4zMzMgMjEuMzMzLTIxLjMzM3MyMS4zMzMgOS41NTEgMjEuMzMzIDIxLjMzM3Y2MC4wOTJjMCAxMS43ODItOS41NTEgMjEuMzMzLTIxLjMzMyAyMS4zMzNzLTIxLjMzMy05LjU1MS0yMS4zMzMtMjEuMzMzem0tNTkuNzM0IDE2LjM3NmMwLTExLjc4MiA5LjU1MS0yMS4zMzMgMjEuMzMzLTIxLjMzM3MyMS4zMzMgOS41NTEgMjEuMzMzIDIxLjMzM3Y0NC4zNzNjMCAxMS43ODItOS41NTEgMjEuMzMzLTIxLjMzMyAyMS4zMzNzLTIxLjMzMy05LjU1MS0yMS4zMzMtMjEuMzMzem0tNTkuNzMzIDE3LjkyYzAtMTEuNzgyIDkuNTUxLTIxLjMzMyAyMS4zMzMtMjEuMzMzczIxLjMzMyA5LjU1MSAyMS4zMzMgMjEuMzMzdjI1LjZjMCAxMS43ODItOS41NTEgMjEuMzMzLTIxLjMzMyAyMS4zMzNzLTIxLjMzMy05LjU1MS0yMS4zMzMtMjEuMzMzem0tNDIuNjY3IDEyLjhjMC05LjQyNiA3LjY0MS0xNy4wNjcgMTcuMDY3LTE3LjA2N2g4Ljk2OWMtLjIyNyAxLjQxMy0uMzczIDIuODM3LS40MzUgNC4yNjd2MjUuNmMuMDEgMTIuODE0IDYuNDEyIDI0Ljc3OSAxNy4wNjcgMzEuODk4djIzLjU2OWgtMjUuNmMtOS40MjYgMC0xNy4wNjctNy42NDEtMTcuMDY3LTE3LjA2N3YtNTEuMnoiIHRyYW5zZm9ybT0ibWF0cml4KDAuMDM5MDYyODc5OTc5NjEwNDQgMCAwIDAuMDM5MDYyODc5OTc5NjEwNDQgNzcuNSAzNDApIiBpZD0iTDFfMjY4IiBmaWxsPSIjZmZmZmZmIi8+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMC4wNzgxMzQ2MTEyNDg5NzAwMyAwIDAgMC4wNzgxMzQ2MTEyNDg5NzAwMyAxNTUgMzI5Ljk5OTk5OTU4MDMzMTYzKSIgaWQ9IkwxXzI2OSI+PHBhdGggZD0ibTU5LjY2NyA0NTIuNDI3YzEuMzE3LjAxMyAyLjYyLS4yNzkgMy44MDYtLjg1M2w0MS4xOS0yMC41OTljLjczNC42MDkgMS41IDEuMTc5IDIuMjk1IDEuNzA3bDEzNi41MzMgNzUuODQ0YzcuNzIyIDQuMzM2IDE3LjE0NCA0LjMzNiAyNC44NjYgMGwxMzYuNTMzLTc1Ljg0NGMuNzk3LS41MjQgMS41NjQtMS4wOTQgMi4yOTUtMS43MDdsNDEuMTk5IDIwLjU5OWM0LjIxOCAyLjEwNyA5LjM0NS4zOTUgMTEuNDUyLTMuODIzcy4zOTUtOS4zNDUtMy44MjMtMTEuNDUybC0zOC44MDEtMTkuNDU2Yy41NjgtMi4xNDcuODU1LTQuMzU4Ljg1My02LjU3OXYtMTcxLjY3NGMuMDAyLTkuMjk5LTUuMDM5LTE3Ljg2Ny0xMy4xNjctMjIuMzgzbC0xMzYuNTMzLTc1Ljg0NGMtMS4yNTUtLjYzLTIuNTU5LTEuMTU1LTMuOS0xLjU3di03OC44OTljMC00LjcxMy0zLjgyLTguNTMzLTguNTMzLTguNTMzcy04LjUzMyAzLjgyMS04LjUzMyA4LjUzM3Y3OC44OTljLTEuMzQxLjQxNS0yLjY0NS45NC0zLjkgMS41N2wtMTM2LjUzMyA3NS44NDRjLTguMTI4IDQuNTE2LTEzLjE2OSAxMy4wODQtMTMuMTY3IDIyLjM4M3YxNzEuNjc0Yy0uMDAyIDIuMjIxLjI4NSA0LjQzMi44NTMgNi41NzlsLTM4LjgwMSAxOS40MTNjLTMuNTQ1IDEuNzY3LTUuNDA4IDUuNzQxLTQuNDk5IDkuNTk2LjkxMSAzLjg1NiA0LjM1NCA2LjU3OSA4LjMxNSA2LjU3NXptMjQyLjczOS05My4wMTNjLTQuMjE4LTIuMTA3LTkuMzQ1LS4zOTUtMTEuNDUyIDMuODIzcy0uMzk1IDkuMzQ1IDMuODIzIDExLjQ1Mmw5NC4zMjcgNDcuMTY0LTEyNC42MzggNjkuMjgydi0xNzIuMjcybDEzNi41MzQtNzUuOTQ2djE2NS44Mzd6bS01NS4wMDYtMjAxLjY5NHY4OS45MDdjMCA0LjcxMyAzLjgyMSA4LjUzMyA4LjUzMyA4LjUzM3M4LjUzMy0zLjgyMSA4LjUzMy04LjUzM3YtODkuOTA3bDEyNy4zMzQgNzAuNzQxLTEzNS44NjggNzUuNjE0LTEzNS44NjgtNzUuNjE0em0tMTM2LjUzMyA4NS4xNTQgMTM2LjUzMyA3NS45NDd2MTcyLjMxNGwtMTI0LjY0Ni02OS4yMzkgOTQuMzI3LTQ3LjEyMWM0LjIxOC0yLjEwNyA1LjkzLTcuMjM0IDMuODIzLTExLjQ1MnMtNy4yMzQtNS45My0xMS40NTItMy44MjNsLTk4LjU4NiA0OS4yNTR2LTE2NS44OHoiIGlkPSJTaGFwZV8xMl8iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtOC40NjcgNDc4LjAyN2MxLjMxNy4wMTMgMi42Mi0uMjc5IDMuODA2LS44NTNsMTcuMDY3LTguNTMzYzQuMjE4LTIuMTA3IDUuOTMtNy4yMzQgMy44MjMtMTEuNDUycy03LjIzNC01LjkzLTExLjQ1Mi0zLjgyM2wtMTcuMDY3IDguNTMzYy0zLjQ5NyAxLjc5MS01LjMxOSA1Ljc0LTQuNDEzIDkuNTYzLjkwNiAzLjgyNCA0LjMwNiA2LjUzNCA4LjIzNiA2LjU2NXoiIGlkPSJTaGFwZV8xMV8iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtNDgyLjUxOSA0NjguNjQgMTcuMDY3IDguNTMzYzIuNzI5IDEuMzYzIDUuOTc3IDEuMTY2IDguNTIxLS41MTUgMi41NDQtMS42ODIgMy45OTktNC41OTMgMy44MTQtNy42MzctLjE4NC0zLjA0NC0xLjk3OC01Ljc1OS00LjcwNy03LjEyMmwtMTcuMDY3LTguNTMzYy00LjIxOC0yLjEwNy05LjM0NS0uMzk1LTExLjQ1MiAzLjgyMy0yLjEwNiA0LjIxOC0uMzk0IDkuMzQ1IDMuODI0IDExLjQ1MXoiIGlkPSJTaGFwZV8xMF8iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtMjU1LjkzMyAzNC4yOTRjNC43MTMgMCA4LjUzMy0zLjgyMSA4LjUzMy04LjUzM3YtMTcuMDY3YzAtNC43MTMtMy44Mi04LjUzMy04LjUzMy04LjUzM3MtOC41MzMgMy44Mi04LjUzMyA4LjUzM3YxNy4wNjZjMCA0LjcxMyAzLjgyMSA4LjUzNCA4LjUzMyA4LjUzNHoiIGlkPSJTaGFwZV85XyIgZmlsbD0iI2ZmZmZmZiIvPjwvZz48cGF0aCBkPSJtMzc1LjQ2NyAwaC0yMzguOTM0Yy0xOC44NTEgMC0zNC4xMzMgMTUuMjgyLTM0LjEzMyAzNC4xMzN2MjQ3LjQ2N2gtNDIuNjY3Yy0xNC4xMzggMC0yNS42IDExLjQ2Mi0yNS42IDI1LjZ2ODUuMzMzYzAgMTQuMTM4IDExLjQ2MiAyNS42IDI1LjYgMjUuNmg0Mi42Njd2NTkuNzMzYzAgMTguODUxIDE1LjI4MiAzNC4xMzMgMzQuMTMzIDM0LjEzM2gyMzguOTMzYzE4Ljg1MSAwIDM0LjEzMy0xNS4yODIgMzQuMTMzLTM0LjEzM3YtNTkuNzMzaDQyLjY2N2MxNC4xMzggMCAyNS42LTExLjQ2MiAyNS42LTI1LjZ2LTg1LjMzM2MwLTE0LjEzOC0xMS40NjItMjUuNi0yNS42LTI1LjZoLTQyLjY2NnYtMjQ3LjQ2N2MwLTE4Ljg1MS0xNS4yODItMzQuMTMzLTM0LjEzMy0zNC4xMzN6bS01My44MzcgMTcuMDY3LTEwLjk0OCAxMS42NzNjLTMuMjI0IDMuNDM5LTcuNzI4IDUuMzkxLTEyLjQ0MiA1LjM5M2gtODQuNDhjLTQuNzE2LS4wMDYtOS4yMi0xLjk1Ny0xMi40NS01LjM5M2wtMTAuOTQtMTEuNjc0aDEzMS4yNnptLTIwMi4xNjMgMTcuMDY2YzAtOS40MjYgNy42NDEtMTcuMDY3IDE3LjA2Ny0xNy4wNjdoMzAuNDM4bDIxLjg4OCAyMy4zNDdjNi40NjMgNi44NjggMTUuNDcgMTAuNzY5IDI0LjkgMTAuNzg2aDg0LjQ4YzkuNDMyLS4wMTEgMTguNDQxLTMuOTE0IDI0LjktMTAuNzg2bDIxLjg4OC0yMy4zNDdoMzAuNDM4YzkuNDI2IDAgMTcuMDY3IDcuNjQxIDE3LjA2NyAxNy4wNjd2MjQ3LjQ2N2gtODguOTQzYzIuMzUtNC42OTYgMy41ODYtOS44NyAzLjYxLTE1LjEyMXYtMTcyLjYxMmMwLTE0LjEzOC0xMS40NjItMjUuNi0yNS42LTI1LjZoLTUxLjJjLTE0LjEzOCAwLTI1LjYgMTEuNDYyLTI1LjYgMjUuNnYxNzIuNjEyYy4wMjQgNS4yNSAxLjI1NiAxMC40MjQgMy42MDEgMTUuMTIxaC04OC45MzR6bTE1NS41MzcgMjY0LjUzNGgtMzcuNzc3bC05LjM4Ny0xNy4wNjdoNTYuNDkxem0tOS4yNzYgMTcuMDY2LTkuNDg5IDE3LjQ2OC05LjYyNi0xNy40Njh6bS00My44NjEtNTEuMnYtMTAyLjRoNjguMjY3djEwMi40em02OC4yNjYtMTUzLjZoLTY4LjI2N3YtMTcuMDY2YzAtNC43MTMgMy44Mi04LjUzMyA4LjUzMy04LjUzM2g1MS4yYzQuNzEzIDAgOC41MzMgMy44MjEgOC41MzMgOC41MzN2MTcuMDY2em0tNjguMjY2IDE3LjA2N2g2OC4yNjd2MTcuMDY3aC02OC4yNjd6bTE1My42IDM2Ni45MzNoLTIzOC45MzRjLTkuNDI2IDAtMTcuMDY3LTcuNjQxLTE3LjA2Ny0xNy4wNjd2LTEzLjI3OGM1LjE2NiAzLjA3MSAxMS4wNTcgNC43MDkgMTcuMDY3IDQuNzQ1aDIzOC45MzNjNi4wMS0uMDM1IDExLjkwMS0xLjY3MyAxNy4wNjctNC43NDV2MTMuMjc4YzAgOS40MjYtNy42NDEgMTcuMDY3LTE3LjA2NiAxNy4wNjd6bTE3LjA2Ni01OS43MzNjMCA5LjQyNi03LjY0MSAxNy4wNjctMTcuMDY3IDE3LjA2N2gtMjM4LjkzM2MtOS40MjYgMC0xNy4wNjctNy42NDEtMTcuMDY3LTE3LjA2N3YtMTcuMDY3aDI3My4wNjd6bTY4LjI2Ny0xMjh2ODUuMzMzYzAgNC43MTMtMy44MiA4LjUzMy04LjUzMyA4LjUzM2gtMTcuMDY3di0xNy4wNjZjMC00LjcxMy0zLjgyLTguNTMzLTguNTMzLTguNTMzcy04LjUzMyAzLjgyMS04LjUzMyA4LjUzM3YxNy4wNjdoLTE3LjA2N3YtMjUuNmMwLTQuNzEzLTMuODItOC41MzMtOC41MzMtOC41MzNzLTguNTM0IDMuODItOC41MzQgOC41MzN2MjUuNmgtMTcuMDY3di0xNy4wNjdjMC00LjcxMy0zLjgyLTguNTMzLTguNTMzLTguNTMzcy04LjUzMyAzLjgyMS04LjUzMyA4LjUzM3YxNy4wNjdoLTE3LjA2N3YtMjUuNmMwLTQuNzEzLTMuODItOC41MzMtOC41MzMtOC41MzNzLTguNTMzIDMuODIxLTguNTMzIDguNTMzdjI1LjZoLTE3LjA2N3YtMTcuMDY3YzAtNC43MTMtMy44MjEtOC41MzMtOC41MzMtOC41MzMtNC43MTMgMC04LjUzMyAzLjgyMS04LjUzMyA4LjUzM3YxNy4wNjdoLTE3LjA2N3YtMjUuNmMwLTQuNzEzLTMuODIxLTguNTMzLTguNTMzLTguNTMzLTQuNzEzIDAtOC41MzMgMy44MjEtOC41MzMgOC41MzN2MjUuNmgtMTcuMDY4di0xNy4wNjdjMC00LjcxMy0zLjgyMS04LjUzMy04LjUzMy04LjUzMy00LjcxMyAwLTguNTMzIDMuODIxLTguNTMzIDguNTMzdjE3LjA2N2gtMTcuMDY3di0yNS42YzAtNC43MTMtMy44MjEtOC41MzMtOC41MzMtOC41MzMtNC43MTMgMC04LjUzMyAzLjgyMS04LjUzMyA4LjUzM3YyNS42aC0xNy4wNjd2LTE3LjA2N2MwLTQuNzEzLTMuODIxLTguNTMzLTguNTMzLTguNTMzcy04LjUzMyAzLjgyMS04LjUzMyA4LjUzM3YxNy4wNjdoLTE3LjA2OHYtMjUuNmMwLTQuNzEzLTMuODIxLTguNTMzLTguNTMzLTguNTMzLTQuNzEzIDAtOC41MzMgMy44MjEtOC41MzMgOC41MzN2MjUuNmgtMTcuMDY3di0xNy4wNjdjMC00LjcxMy0zLjgyMS04LjUzMy04LjUzMy04LjUzM3MtOC41MzQgMy44Mi04LjUzNCA4LjUzM3YxNy4wNjdoLTE3LjA2N2MtNC43MTMgMC04LjUzMy0zLjgyLTguNTMzLTguNTMzdi04NS4zMzRjMC00LjcxMyAzLjgyMS04LjUzMyA4LjUzMy04LjUzM2gxNTcuOTc4bDIzLjgyNSA0My4xNzljMy4xMDIgNS4wMDMgOC41NzcgOC4wNCAxNC40NjQgOC4wMjEgNi4wNDUtLjAyMiAxMS42MzItMy4yMjEgMTQuNzExLTguNDIybDIzLjU3OC00Mi43NzhoMTU3Ljk3OGM0LjcxMyAwIDguNTMzIDMuODIgOC41MzMgOC41MzN6IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjEzMjA2MDE3MTU2Mjk1ODU0IC0wLjAzNTM4NTQxNjMyMjYxMDI2IDAuMDM1Mzg1NDE2MzIyNjEwMjYgMC4xMzIwNjAxNzE1NjI5NTg1NCAxMzIuMTMzOTQ2MDUwMjQxMDQgMTUwLjI1MTI0MzMyMDkzODIyKSIgaWQ9IkwxXzI3MCIgZmlsbD0iI2ZmZmZmZiIvPjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMDM5MDYyNSAwIDAgMC4wMzkwNjI1IDI1Mi41MDAwMDA0MTAwODAwMiAzNDAuMDAwMDAwMTg1OTY2NCkiIGlkPSJMMV8yNzEiPjxwYXRoIGQ9Im01MTIgNTEuMmMwLTE4Ljg1MS0xNS4yODItMzQuMTMzLTM0LjEzMy0zNC4xMzNoLTE0Ni42MzdjLTMuNjAzLTEwLjE5Mi0xMy4yMi0xNy4wMjItMjQuMDMtMTcuMDY3aC0xMDIuNGMtMTAuODEuMDQ1LTIwLjQyNyA2Ljg3NS0yNC4wMyAxNy4wNjdoLTEyOS41N2MtNi4xNzctLjAxMS0xMi4yMzggMS42NzgtMTcuNTE5IDQuODgxbC0yNC40MTQgMTQuNTkyYy01LjE2NSAzLjA3OC04LjMyOSA4LjY0OC04LjMyOSAxNC42NnMzLjE2NCAxMS41ODIgOC4zMjkgMTQuNjZsMTkuMDg5IDExLjQwOWMtMTcuNjAzIDEwLjg1NS0yOC4zMzIgMzAuMDUtMjguMzU2IDUwLjczMXYzMjQuMjY3Yy4wMzggMzIuOTc0IDI2Ljc1OSA1OS42OTUgNTkuNzMzIDU5LjczM2gzOTIuNTMzYzMyLjk3NC0uMDM4IDU5LjY5Ni0yNi43NTkgNTkuNzMzLTU5LjczM3YtMzI0LjI2N2MtLjAwOC0xNy40NDctNy42NjEtMzQuMDE0LTIwLjk0MS00NS4zMjkgMTIuNjgzLTUuMzE1IDIwLjkzOC0xNy43MiAyMC45NDItMzEuNDcxem0tNjguMjY3LTE3LjA2N3YzNC4xMzNoLTE3LjA2N3YtMzQuMTMzem0tMTEwLjkzMyAzNC4xMzR2LTM0LjEzNGg3Ni44djM0LjEzM2gtNzYuOHptLTEyOC01MS4yaDEwMi40YzQuNzEzIDAgOC41MzMgMy44MjEgOC41MzMgOC41MzN2NDIuNjY3aC0xMTkuNDY2di00Mi42NjdjMC00LjcxMyAzLjgyLTguNTMzIDguNTMzLTguNTMzem0tMTUzLjYgNTEuMmMtMy4wOTEtLjAwOS02LjEyMS0uODYyLTguNzY0LTIuNDY2bC0yNC40MDUtMTQuNjAxIDI0LjQ2NS0xNC42NDNjMi42MjktMS41NzkgNS42MzctMi40MTcgOC43MDQtMi40MjNoMTI4djM0LjEzM3ptNDQzLjczMyA1OS43MzN2MzI0LjI2N2MtLjAyOCAyMy41NTItMTkuMTE0IDQyLjYzOC00Mi42NjcgNDIuNjY3aC0zOTIuNTMzYy0yMy41NTItLjAyOC00Mi42MzgtMTkuMTE0LTQyLjY2Ny00Mi42Njd2LTMyNC4yNjdjLjAyOC0yMy41NTIgMTkuMTE0LTQyLjYzOCA0Mi42NjctNDIuNjY3aDM5Mi41MzNjMjMuNTUzLjAyOSA0Mi42MzkgMTkuMTE1IDQyLjY2NyA0Mi42Njd6bS0xNy4wNjYtNTkuNzMzaC0xNy4wNjd2LTM0LjEzNGgxNy4wNjdjOS40MjYgMCAxNy4wNjcgNy42NDEgMTcuMDY3IDE3LjA2N3MtNy42NDIgMTcuMDY3LTE3LjA2NyAxNy4wNjd6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtNDQzLjczMyAxMDIuNGgtMzc1LjQ2NmMtMTguODUxIDAtMzQuMTMzIDE1LjI4Mi0zNC4xMzMgMzQuMTMzczE1LjI4MiAzNC4xMzMgMzQuMTMzIDM0LjEzM2gzNzUuNDY3YzE4Ljg1MSAwIDM0LjEzMy0xNS4yODIgMzQuMTMzLTM0LjEzM3MtMTUuMjgyLTM0LjEzMy0zNC4xMzQtMzQuMTMzem0tMzkyLjUzMyAzNC4xMzNjMC05LjQyNiA3LjY0MS0xNy4wNjcgMTcuMDY3LTE3LjA2N2g4NS4zMzN2MzQuMTM0aC04NS4zMzNjLTkuNDI2IDAtMTcuMDY3LTcuNjQxLTE3LjA2Ny0xNy4wNjd6bTExOS40NjcgMTcuMDY3di0zNC4xMzNoMTcwLjY2N3YzNC4xMzN6bTI3My4wNjYgMGgtODUuMzMzdi0zNC4xMzNoODUuMzMzYzkuNDI2IDAgMTcuMDY3IDcuNjQxIDE3LjA2NyAxNy4wNjcgMCA5LjQyNS03LjY0MSAxNy4wNjYtMTcuMDY3IDE3LjA2NnoiIGlkPSJTaGFwZV8xXyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im00NDMuNzMzIDE4Ny43MzNoLTM3NS40NjZjLTE4Ljg1MSAwLTM0LjEzMyAxNS4yODItMzQuMTMzIDM0LjEzM3YyMjEuODY3YzAgMTguODUxIDE1LjI4MiAzNC4xMzMgMzQuMTMzIDM0LjEzM2gzNzUuNDY3YzE4Ljg1MSAwIDM0LjEzMy0xNS4yODIgMzQuMTMzLTM0LjEzM3YtMjIxLjg2NmMwLTE4Ljg1Mi0xNS4yODItMzQuMTM0LTM0LjEzNC0zNC4xMzR6bTE3LjA2NyAyNTZjMCA5LjQyNi03LjY0MSAxNy4wNjctMTcuMDY3IDE3LjA2N2gtMzc1LjQ2NmMtOS40MjYgMC0xNy4wNjctNy42NDEtMTcuMDY3LTE3LjA2N3YtMjIxLjg2NmMwLTkuNDI2IDcuNjQxLTE3LjA2NyAxNy4wNjctMTcuMDY3aDM3NS40NjdjOS40MjYgMCAxNy4wNjcgNy42NDEgMTcuMDY3IDE3LjA2N3YyMjEuODY2eiIgaWQ9IlNoYXBlXzJfIiBmaWxsPSIjZmZmZmZmIi8+PHBhdGggZD0ibTgyLjgzMyAyMjQuMzY3Yy0zLjM0OC0zLjIzNC04LjY3MS0zLjE4OC0xMS45NjIuMTA0LTMuMjkyIDMuMjkyLTMuMzM4IDguNjE0LS4xMDQgMTEuOTYybDguNTMzIDguNTMzYzMuMzQ4IDMuMjM0IDguNjcxIDMuMTg4IDExLjk2Mi0uMTA0IDMuMjkyLTMuMjkyIDMuMzM4LTguNjE0LjEwNC0xMS45NjJ6IiBpZD0iU2hhcGVfM18iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtNDI5LjE2NyAyMjQuMzY3LTguNTMzIDguNTMzYy0yLjIxOCAyLjE0My0zLjEwOCA1LjMxNS0yLjMyNyA4LjI5OXMzLjExMSA1LjMxMyA2LjA5NCA2LjA5NCA2LjE1Ni0uMTA5IDguMjk5LTIuMzI3bDguNTMzLTguNTMzYzMuMjM0LTMuMzQ4IDMuMTg4LTguNjcxLS4xMDQtMTEuOTYyLTMuMjkxLTMuMjkyLTguNjE0LTMuMzM4LTExLjk2Mi0uMTA0eiIgaWQ9IlNoYXBlXzRfIiBmaWxsPSIjZmZmZmZmIi8+PHBhdGggZD0ibTQzMi43IDQyMC42MzRjLTMuMzQ4LTMuMjM0LTguNjcxLTMuMTg4LTExLjk2Mi4xMDQtMy4yOTIgMy4yOTItMy4zMzggOC42MTQtLjEwNCAxMS45NjJsOC41MzMgOC41MzNjMy4zNDggMy4yMzQgOC42NzEgMy4xODggMTEuOTYyLS4xMDQgMy4yOTItMy4yOTIgMy4zMzgtOC42MTQuMTA0LTExLjk2MnoiIGlkPSJTaGFwZV81XyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im03OS4zIDQyMC42MzQtOC41MzMgOC41MzNjLTIuMjE4IDIuMTQyLTMuMTA4IDUuMzE1LTIuMzI3IDguMjk5czMuMTExIDUuMzE0IDYuMDk0IDYuMDk0YzIuOTg0Ljc4MSA2LjE1Ni0uMTA5IDguMjk5LTIuMzI3bDguNTMzLTguNTMzYzMuMjM0LTMuMzQ4IDMuMTg4LTguNjcxLS4xMDQtMTEuOTYyLTMuMjkxLTMuMjkyLTguNjEzLTMuMzM4LTExLjk2Mi0uMTA0eiIgaWQ9IlNoYXBlXzZfIiBmaWxsPSIjZmZmZmZmIi8+PC9nPjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMDc4MTI1IDAgMCAwLjA3ODEyNSAyNDIuNDk5OTk5ODg1NTU5MDggNjcuNSkiIGlkPSJMMV8yNzIiPjxwYXRoIGQ9Im00MzQuMDc1IDI2MC4yNjdjLS45NjItMS42OC0yLjQ2Ny0yLjk4My00LjI2Ny0zLjY5NWwtMTExLjg3Mi00NC43NDljMy44Ni03LjI0OCA4LjgtMTMuODY2IDE0LjY1Mi0xOS42MjcgMTUuMzE3LTE2Ljg4NyAzNC4zNDctMzcuOTk5IDM0LjM0Ny04MS4yNjMgMC02MS4yNjYtNDkuNjY3LTExMC45MzMtMTEwLjkzNC0xMTAuOTMzcy0xMTAuOTMzIDQ5LjY2Ny0xMTAuOTMzIDExMC45MzNjMCA0My4yNjQgMTkuMDI5IDY0LjM3NSAzNC4zMTMgODEuMzQgNS44NTEgNS43NjEgMTAuNzkyIDEyLjM3OSAxNC42NTIgMTkuNjI3bC0xMTEuODczIDQ0LjcwNmMtMS44LjcxMi0zLjMwNSAyLjAxNS00LjI2NyAzLjY5NWwtMjkuMjg2IDUxLjJjLTIuNDI2IDQuMzAyLTIuODgxIDkuNDQxLTEuMjQ2IDE0LjEwMnM1LjE5OCA4LjM5MSA5Ljc4IDEwLjIzNmwxOS42MjcgNy44NTF2ODUuNzM0Yy0uMDI0IDYuOTg2IDQuMjMyIDEzLjI3MyAxMC43MjYgMTUuODQ2bDE2NS4yOTkgNjYuMTI1YzIuMDM5LjgwOCA0LjMxLjgwOCA2LjM0OSAwbDE2NS4zMzMtNjYuMTI1YzYuNDk1LTIuNTczIDEwLjc1MS04Ljg2MSAxMC43MjYtMTUuODQ2di04NS43MTdsMTkuNzEyLTcuODc2YzQuNTc2LTEuODU5IDguMTI4LTUuNiA5Ljc0Ni0xMC4yNjcgMS42MTgtNC42NjYgMS4xNDUtOS44MDQtMS4yOTgtMTQuMDk2em0tMTc4LjA3NCA2My4zNDMtMTQ3LjY4Ni01OS4wNzYgODcuOTUzLTM1LjE4M3Y5LjU4M2MuMDQ1IDEwLjgxIDYuODc1IDIwLjQyNyAxNy4wNjcgMjQuMDN2MS41N2MwIDE4Ljg1MSAxNS4yODIgMzQuMTMzIDM0LjEzMyAzNC4xMzNoMTcuMDY3YzkuMDUzIDAgMTcuNzM1LTMuNTk2IDI0LjEzNi05Ljk5N3M5Ljk5Ny0xNS4wODMgOS45OTctMjQuMTM2di0xLjU3YzEwLjE5Mi0zLjYwMyAxNy4wMjItMTMuMjIgMTcuMDY3LTI0LjAzdi05LjU4M2w4Ny45NTMgMzUuMTgzem00Mi42NjctOTMuMjF2OC41MzNjMCA0LjcxMy0zLjgyIDguNTMzLTguNTMzIDguNTMzaC02OC4yNjdjLTQuNzEzIDAtOC41MzMtMy44MjEtOC41MzMtOC41MzN2LTguNTMzem0tMTcuMDY3IDM0LjEzM2MwIDkuNDI2LTcuNjQxIDE3LjA2Ny0xNy4wNjcgMTcuMDY3aC0xNy4wNjdjLTkuNDI2IDAtMTcuMDY3LTcuNjQxLTE3LjA2Ny0xNy4wNjd6bS0xMTkuNDY2LTE1My42YzAtNTEuODQxIDQyLjAyNi05My44NjcgOTMuODY3LTkzLjg2N3M5My44NjcgNDIuMDI2IDkzLjg2NyA5My44NjdjMCAzNi42OTMtMTUuODk4IDU0LjM1Ny0yOS45MjYgNjkuOTE0LTkuNTQ0IDguODIyLTE2LjU1MSAyMC4wMzktMjAuMjkyIDMyLjQ4NmgtMzUuMTE1di00Mi42NjdoMTcuMDY3YzQuNzEzIDAgOC41MzMtMy44MjEgOC41MzMtOC41MzN2LTguNTMzYzAtNC43MTMtMy44MjEtOC41MzMtOC41MzMtOC41MzMtNC43MTMgMC04LjUzMyAzLjgyLTguNTMzIDguNTMzaC0zNC4xMzNjMC00LjcxMy0zLjgyMS04LjUzMy04LjUzMy04LjUzMy00LjcxMyAwLTguNTMzIDMuODItOC41MzMgOC41MzN2OC41MzNjMCA0LjcxMyAzLjgyMSA4LjUzMyA4LjUzMyA4LjUzM2gxNy4wNjd2NDIuNjY3aC0zNS4xMTVjLTMuNzQxLTEyLjQ0Ny0xMC43NDgtMjMuNjY0LTIwLjI5Mi0zMi40ODYtMTQuMDMyLTE1LjU1Ni0yOS45MjktMzMuMjItMjkuOTI5LTY5LjkxNHptLTczLjA4IDE2NC4yODQgMTU0LjY4NCA2MS44NS0yNS41MjMgNDQuOGMtMjYuOTgyLTEwLjgyLTYxLjQ5MS0yNC42MS0xMDQuODc1LTQxLjk1bC00OS44NjktMTkuOTE3em00LjgxMyA3NS4zMTUgMTMuMTQxIDUuMjQ4YzQzLjM3NSAxNy4zNCA3Ny44NzUgMzEuMTIxIDEwNC45NiA0MS45NzUgMS45OTYuNzgxIDQuMTIgMS4xODMgNi4yNjMgMS4xODYgNi4xMTEtLjAxNiAxMS43MzktMy4zMjMgMTQuNzI5LTguNjUzbDE0LjUwNy0yNS4zODd2MTI1Ljk2MWwtMTUzLjYtNjEuNDR6bTMyNC4yNjcgNzguODkxLTE1My42IDYxLjQ0di0xMjUuOTYxbDE0LjUwNyAyNS4zNjFjNC4xNjYgNy40MjUgMTMuMTg4IDEwLjYxNCAyMS4wOTQgNy40NTggMjYuOTgyLTEwLjgyIDYxLjQ4My0yNC42MDIgMTA0Ljg1OC00MS45NDFsMTMuMTQxLTUuMjQ4em0tMTkuNDczLTg5LjQ4OS0xMDQuNzg5IDQxLjg4Mi0yNS42LTQ0LjczMiAxNTQuNjU4LTYxLjg2NyAyNS42IDQ0Ljc5MXoiIGlkPSJTaGFwZV8xNzVfIiBmaWxsPSIjZmZmZmZmIi8+PHBhdGggZD0ibTIzMy42MDEgNTUuNjEyYzIuODQ3LTEuMTI5IDQuODctMy42OTcgNS4zMDItNi43MjlzLS43OTQtNi4wNjMtMy4yMTMtNy45NDJjLTIuNDE4LTEuODc5LTUuNjU4LTIuMzE4LTguNDg5LTEuMTUtMTkuMjM5IDcuODM4LTM0LjUwNCAyMy4xMDQtNDIuMzQyIDQyLjM0Mi0xLjE2OCAyLjgzMS0uNzI5IDYuMDcxIDEuMTUgOC40ODlzNC45MSAzLjY0NCA3Ljk0MiAzLjIxM2MzLjAzMi0uNDMyIDUuNi0yLjQ1NSA2LjcyOS01LjMwMiA2LjA5OC0xNC45NTUgMTcuOTY2LTI2LjgyMyAzMi45MjEtMzIuOTIxeiIgaWQ9IlNoYXBlXzE3NF8iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtOTMuODY4IDExMC45MzNjMCA0LjcxMyAzLjgyMSA4LjUzMyA4LjUzMyA4LjUzM2gxNy4wNjdjNC43MTMgMCA4LjUzMy0zLjgyMSA4LjUzMy04LjUzMyAwLTQuNzEzLTMuODIxLTguNTMzLTguNTMzLTguNTMzaC0xNy4wNjdjLTQuNzEyIDAtOC41MzMgMy44MjEtOC41MzMgOC41MzN6IiBpZD0iU2hhcGVfMTczXyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im0zODQuMDAxIDExMC45MzNjMCA0LjcxMyAzLjgyIDguNTMzIDguNTMzIDguNTMzaDE3LjA2N2M0LjcxMyAwIDguNTMzLTMuODIxIDguNTMzLTguNTMzIDAtNC43MTMtMy44Mi04LjUzMy04LjUzMy04LjUzM2gtMTcuMDY3Yy00LjcxMiAwLTguNTMzIDMuODIxLTguNTMzIDguNTMzeiIgaWQ9IlNoYXBlXzE3Ml8iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtMzg0Ljc1MiAyNi43NDMtMTQuNzggOC41MzNjLTIuNjYyIDEuNTEzLTQuMzA5IDQuMzM3LTQuMzE2IDcuMzk5czEuNjI4IDUuODkzIDQuMjgzIDcuNDE4IDUuOTI0IDEuNTExIDguNTY2LS4wMzhsMTQuNzgtOC41MzNjMi42NjItMS41MTMgNC4zMDktNC4zMzcgNC4zMTYtNy4zOTlzLTEuNjI4LTUuODkzLTQuMjgzLTcuNDE4LTUuOTI0LTEuNTEtOC41NjYuMDM4eiIgaWQ9IlNoYXBlXzE3MV8iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtMTMzLjQ5NyA1MC4wNTdjMi42NDIgMS41NDkgNS45MTEgMS41NjMgOC41NjYuMDM4czQuMjktNC4zNTYgNC4yODMtNy40MTgtMS42NTQtNS44ODYtNC4zMTYtNy4zOTlsLTE0Ljc4LTguNTMzYy0yLjY0Mi0xLjU0OS01LjkxMS0xLjU2My04LjU2Ni0uMDM4cy00LjI5IDQuMzU2LTQuMjgzIDcuNDE4IDEuNjU0IDUuODg2IDQuMzE2IDcuMzk5eiIgaWQ9IlNoYXBlXzE3MF8iIGZpbGw9IiNmZmZmZmYiLz48L2c+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMC4xMzY3MTg3NSAwIDAgMC4xMzY3MTg3NSAzMTUgMTQwKSIgaWQ9IkwxXzI3MyI+PHBhdGggZD0ibTQ1Mi4yNjcgNTEuMnYtMjUuNmMwLTE0LjEzOC0xMS40NjItMjUuNi0yNS42LTI1LjZoLTM0MS4zMzRjLTE0LjEzOCAwLTI1LjYgMTEuNDYyLTI1LjYgMjUuNnYyNS42Yy0zMi45NzQuMDM4LTU5LjY5NSAyNi43NTktNTkuNzMzIDU5LjczM3YyMDQuOGMuMDI4IDIzLjU1MiAxOS4xMTQgNDIuNjM4IDQyLjY2NyA0Mi42NjdoMzQuMTMzdjEyOGMwIDE0LjEzOCAxMS40NjIgMjUuNiAyNS42IDI1LjZoMzA3LjJjMTQuMTM4IDAgMjUuNi0xMS40NjEgMjUuNi0yNS42di0xMjhoMzQuMTMzYzIzLjU1Mi0uMDI4IDQyLjYzOC0xOS4xMTQgNDIuNjY3LTQyLjY2N3YtMjA0LjhjLS4wMzgtMzIuOTc0LTI2Ljc1OS01OS42OTUtNTkuNzMzLTU5LjczM3ptLTM3NS40NjctMjUuNmMwLTQuNzEzIDMuODIxLTguNTMzIDguNTMzLTguNTMzaDM0MS4zMzNjNC43MTMgMCA4LjUzMyAzLjgyMSA4LjUzMyA4LjUzM3YyNS42aC0zNTguMzk5em0tMTcuMDY3IDMxNS43MzN2LTE1My42YzAtOS40MjYgNy42NDEtMTcuMDY3IDE3LjA2Ny0xNy4wNjd2MTcwLjY2N3ptMzU4LjQgMTQ1LjA2N2MwIDQuNzEzLTMuODIxIDguNTMzLTguNTMzIDguNTMzaC0zMDcuMmMtNC43MTMgMC04LjUzMy0zLjgyLTguNTMzLTguNTMzdi0zMTUuNzMzaDMyNC4yNjd2MzE1LjczM3ptMTcuMDY3LTE0NS4wNjd2LTE3MC42NjZjOS40MjYgMCAxNy4wNjcgNy42NDEgMTcuMDY3IDE3LjA2N3YxNTMuNmgtMTcuMDY3em01OS43MzMtMjUuNmMwIDE0LjEzOC0xMS40NjIgMjUuNi0yNS42IDI1LjZ2LTE1My42YzAtMTguODUxLTE1LjI4Mi0zNC4xMzMtMzQuMTMzLTM0LjEzM2gtMzU4LjRjLTE4Ljg1MSAwLTM0LjEzMyAxNS4yODItMzQuMTMzIDM0LjEzM3YxNTMuNmMtMTQuMTM4IDAtMjUuNi0xMS40NjItMjUuNi0yNS42di0yMDQuOGMuMDI4LTIzLjU1MiAxOS4xMTQtNDIuNjM4IDQyLjY2Ny00Mi42NjdoMzkyLjUzM2MyMy41NTIuMDI4IDQyLjYzOCAxOS4xMTQgNDIuNjY3IDQyLjY2N3YyMDQuOHoiIGlkPSJTaGFwZV81NV8iIGZpbGw9IiNmZmZmZmYiLz48Y2lyY2xlIGN4PSI1MSIgY3k9IjEyOCIgcj0iOCIgaWQ9Ik92YWxfNV8iIGZpbGw9IiNmZmZmZmYiLz48Y2lyY2xlIGN4PSI4NSIgY3k9IjEyOCIgcj0iOCIgaWQ9Ik92YWxfNF8iIGZpbGw9IiNmZmZmZmYiLz48Y2lyY2xlIGN4PSIxMTkiIGN5PSIxMjgiIHI9IjgiIGlkPSJPdmFsXzNfIiBmaWxsPSIjZmZmZmZmIi8+PHBhdGggZD0ibTQ2MC44IDExOS40NjdoLTUxLjJjLTQuNzEzIDAtOC41MzMgMy44MjEtOC41MzMgOC41MzMgMCA0LjcxMyAzLjgyMSA4LjUzMyA4LjUzMyA4LjUzM2g1MS4yYzQuNzEzIDAgOC41MzMtMy44MjEgOC41MzMtOC41MzMgMC00LjcxMy0zLjgyLTguNTMzLTguNTMzLTguNTMzeiIgaWQ9IlNoYXBlXzU0XyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im0zNzUuNDY3IDExOS40NjdoLTguNTMzYy00LjcxMyAwLTguNTMzIDMuODIxLTguNTMzIDguNTMzIDAgNC43MTMgMy44MiA4LjUzMyA4LjUzMyA4LjUzM2g4LjUzM2M0LjcxMyAwIDguNTMzLTMuODIxIDguNTMzLTguNTMzIDAtNC43MTMtMy44Mi04LjUzMy04LjUzMy04LjUzM3oiIGlkPSJTaGFwZV81M18iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtMTE5LjQ2NyA0NzcuODY3aDI1LjZjNC43MTMgMCA4LjUzMy0zLjgyMSA4LjUzMy04LjUzMyAwLTQuNzEzLTMuODIxLTguNTMzLTguNTMzLTguNTMzaC0xNy4wNjd2LTE3LjA2N2MwLTQuNzEzLTMuODIxLTguNTMzLTguNTMzLTguNTMzLTQuNzEzIDAtOC41MzMgMy44MjEtOC41MzMgOC41MzN2MjUuNmMtLjAwMSA0LjcxMiAzLjgyIDguNTMzIDguNTMzIDguNTMzeiIgaWQ9IlNoYXBlXzUyXyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im0zNjYuOTMzIDQ3Ny44NjdoMjUuNmM0LjcxMyAwIDguNTMzLTMuODIxIDguNTMzLTguNTMzdi0yNS42YzAtNC43MTMtMy44Mi04LjUzMy04LjUzMy04LjUzM3MtOC41MzMgMy44Mi04LjUzMyA4LjUzMnYxNy4wNjdoLTE3LjA2N2MtNC43MTMgMC04LjUzMyAzLjgyMS04LjUzMyA4LjUzMyAwIDQuNzEzIDMuODIxIDguNTM0IDguNTMzIDguNTM0eiIgaWQ9IlNoYXBlXzUxXyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im0xMTkuNDY3IDIzMC40YzQuNzEzIDAgOC41MzMtMy44MjEgOC41MzMtOC41MzN2LTE3LjA2N2gxNy4wNjdjNC43MTMgMCA4LjUzMy0zLjgyMSA4LjUzMy04LjUzM3MtMy44MjEtOC41MzMtOC41MzMtOC41MzNoLTI1LjZjLTQuNzEzIDAtOC41MzMgMy44MjEtOC41MzMgOC41MzN2MjUuNmMtLjAwMSA0LjcxMiAzLjgyIDguNTMzIDguNTMzIDguNTMzeiIgaWQ9IlNoYXBlXzUwXyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im0zNjYuOTMzIDIwNC44aDE3LjA2N3YxNy4wNjdjMCA0LjcxMyAzLjgyIDguNTMzIDguNTMzIDguNTMzczguNTMzLTMuODIxIDguNTMzLTguNTMzdi0yNS42YzAtNC43MTMtMy44Mi04LjUzMy04LjUzMy04LjUzM2gtMjUuNmMtNC43MTMgMC04LjUzMyAzLjgyMS04LjUzMyA4LjUzM3MzLjgyMSA4LjUzMyA4LjUzMyA4LjUzM3oiIGlkPSJTaGFwZV80OV8iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtMTg3LjczMyAzNDEuMzMzaDkuMjE2YzMuODA0IDI2LjE2MyAyNC4zNTQgNDYuNzEzIDUwLjUxNyA1MC41MTd2OS4yMTZjMCA0LjcxMyAzLjgyMSA4LjUzMyA4LjUzMyA4LjUzMyA0LjcxMyAwIDguNTMzLTMuODIxIDguNTMzLTguNTMzdi05LjIxNmMyNi4xNjMtMy44MDQgNDYuNzEzLTI0LjM1NCA1MC41MTctNTAuNTE3aDkuMjE2YzQuNzEzIDAgOC41MzMtMy44MiA4LjUzMy04LjUzM3MtMy44Mi04LjUzMy04LjUzMy04LjUzM2gtOS4yMTZjLTMuODA0LTI2LjE2My0yNC4zNTQtNDYuNzEzLTUwLjUxNy01MC41MTd2LTkuMjE2YzAtNC43MTMtMy44MjEtOC41MzMtOC41MzMtOC41MzMtNC43MTMgMC04LjUzMyAzLjgyMS04LjUzMyA4LjUzM3Y5LjIxNmMtMjYuMTYzIDMuODA0LTQ2LjcxMyAyNC4zNTQtNTAuNTE3IDUwLjUxN2gtOS4yMTZjLTQuNzEzIDAtOC41MzMgMy44Mi04LjUzMyA4LjUzM3MzLjgyMSA4LjUzMyA4LjUzMyA4LjUzM3ptNTkuNzM0LTUwLjM0NnY3LjY4YzAgNC43MTMgMy44MjEgOC41MzMgOC41MzMgOC41MzMgNC43MTMgMCA4LjUzMy0zLjgyIDguNTMzLTguNTMzdi03LjY4YzE2Ljc0NCAzLjQ1MiAyOS44MjggMTYuNTM2IDMzLjI4IDMzLjI4aC03LjY4Yy00LjcxMyAwLTguNTMzIDMuODItOC41MzMgOC41MzNzMy44MjEgOC41MzMgOC41MzMgOC41MzNoNy42OGMtMy40NTIgMTYuNzQ0LTE2LjUzNiAyOS44MjgtMzMuMjggMzMuMjh2LTcuNjhjMC00LjcxMy0zLjgyMS04LjUzMy04LjUzMy04LjUzMy00LjcxMyAwLTguNTMzIDMuODItOC41MzMgOC41MzN2Ny42OGMtMTYuNzQ0LTMuNDUyLTI5LjgyOC0xNi41MzYtMzMuMjgtMzMuMjhoNy42OGM0LjcxMyAwIDguNTMzLTMuODIgOC41MzMtOC41MzNzLTMuODIxLTguNTMzLTguNTMzLTguNTMzaC03LjY4YzMuNDUxLTE2Ljc0NCAxNi41MzYtMjkuODI5IDMzLjI4LTMzLjI4eiIgaWQ9IlNoYXBlXzQ4XyIgZmlsbD0iI2ZmZmZmZiIvPjwvZz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NTc4MTI1IDAgMCAwLjE3NTc4MTI1IDIxNy41IDIxNy41KSIgaWQ9IkwxXzI3NCI+PHBhdGggZD0ibTI5OS41MiAxMDIuNDQzYy02OC44MzgtNi44ODYtNjkuMzU5LTM0LjM3Mi02OS44NjItNjAuOTYyLS4zMzMtMTcuNTAyLS43OTQtNDEuNDgxLTMzLjM5MS00MS40ODEtNzAuNDQzIDAtMTk2LjI2NyA4OC4zOTctMTk2LjI2NyAyNjQuNTMzIDAgMTE5LjE4NSA4Mi43NzMgMjQ3LjQ2NyAyNjQuNTMzIDI0Ny40NjcgMTgyLjY1NiAwIDI0Ny40NjctOTYuNTI5IDI0Ny40NjctMTc5LjIgMC05Ny4zNTctMjQuMTQ5LTIxMS41MjQtMjEyLjQ4LTIzMC4zNTd6bS0zNC45ODcgMzkyLjQ5Yy0xNzAuMDI3IDAtMjQ3LjQ2Ny0xMTkuNDY3LTI0Ny40NjctMjMwLjQgMC0xNzYuMjU2IDEyNi40NjQtMjQ3LjQ2NyAxNzkuMi0yNDcuNDY3IDE1LjI3NSAwIDE1Ljk0OSA0LjcyNyAxNi4zMjQgMjQuNzQ3LjUyOSAyNy41NjMgMS4zMTQgNjkuMjMxIDg1LjIyMiA3Ny42NTMgMTczLjcwNSAxNy4zMzEgMTk3LjEyIDExNy41NjQgMTk3LjEyIDIxMy4zMzMuMDAxIDc0Ljc5Ni02MC4zMzggMTYyLjEzNC0yMzAuMzk5IDE2Mi4xMzR6IiBpZD0iU2hhcGVfMjAwXyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im02MS41NDIgMTYxLjM5MWM0LjI5MSAxLjkyOCA5LjMzNC4wMiAxMS4yNzMtNC4yNjcgMTcuMDU4LTM5Ljg1MSA0Ni44NjktNzIuOTA4IDg0Ljc1My05My45NzggMi43NzQtMS4zNzYgNC41ODUtNC4xNDYgNC43MzMtNy4yMzlzLTEuMzkyLTYuMDIzLTQuMDIzLTcuNjU2LTUuOTQtMS43MTMtOC42NDYtLjIwOWMtNDEuMTcgMjIuOTYtNzMuNjQgNTguODMtOTIuMzk5IDEwMi4wNzYtLjkyMyAyLjA2Ni0uOTg4IDQuNDE1LS4xOCA2LjUyOXMyLjQyMyAzLjgyMSA0LjQ4OSA0Ljc0NHoiIGlkPSJTaGFwZV8xOTlfIiBmaWxsPSIjZmZmZmZmIi8+PHBhdGggZD0ibTM2Ni45MzMgMzQ5Ljg2N2MwIDI4LjI3NyAyMi45MjMgNTEuMiA1MS4yIDUxLjJzNTEuMi0yMi45MjMgNTEuMi01MS4yLTIyLjkyMy01MS4yLTUxLjItNTEuMmMtMjguMjY1LjAyOC01MS4xNzEgMjIuOTM0LTUxLjIgNTEuMnptODUuMzM0IDBjMCAxOC44NTEtMTUuMjgyIDM0LjEzMy0zNC4xMzMgMzQuMTMzLTE4Ljg1MiAwLTM0LjEzNC0xNS4yODItMzQuMTM0LTM0LjEzM3MxNS4yODItMzQuMTMzIDM0LjEzMy0zNC4xMzNjMTguODUyLS4wMDEgMzQuMTM0IDE1LjI4MSAzNC4xMzQgMzQuMTMzeiIgaWQ9IlNoYXBlXzE5OF8iIGZpbGw9IiNmZmZmZmYiLz48cGF0aCBkPSJtMjkwLjEzMyAzNjYuOTMzYy0yOC4yNzcgMC01MS4yIDIyLjkyMy01MS4yIDUxLjJzMjIuOTIzIDUxLjIgNTEuMiA1MS4yIDUxLjItMjIuOTIzIDUxLjItNTEuMmMtLjAyOC0yOC4yNjUtMjIuOTM0LTUxLjE3MS01MS4yLTUxLjJ6bTAgODUuMzM0Yy0xOC44NTEgMC0zNC4xMzMtMTUuMjgyLTM0LjEzMy0zNC4xMzMgMC0xOC44NTIgMTUuMjgyLTM0LjEzNCAzNC4xMzMtMzQuMTM0czM0LjEzMyAxNS4yODIgMzQuMTMzIDM0LjEzM2MuMDAxIDE4Ljg1Mi0xNS4yODEgMzQuMTM0LTM0LjEzMyAzNC4xMzR6IiBpZD0iU2hhcGVfMTk3XyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im0xNTMuNiAzMjQuMjY3Yy0yOC4yNzcgMC01MS4yIDIyLjkyMy01MS4yIDUxLjJzMjIuOTIzIDUxLjIgNTEuMiA1MS4yIDUxLjItMjIuOTIzIDUxLjItNTEuMmMtLjAyOC0yOC4yNjYtMjIuOTM1LTUxLjE3Mi01MS4yLTUxLjJ6bTAgODUuMzMzYy0xOC44NTEgMC0zNC4xMzMtMTUuMjgyLTM0LjEzMy0zNC4xMzNzMTUuMjgyLTM0LjEzMyAzNC4xMzMtMzQuMTMzIDM0LjEzMyAxNS4yODIgMzQuMTMzIDM0LjEzMy0xNS4yODIgMzQuMTMzLTM0LjEzMyAzNC4xMzN6IiBpZD0iU2hhcGVfMTk2XyIgZmlsbD0iI2ZmZmZmZiIvPjxwYXRoIGQ9Im0xNDUuMDY3IDI0Ny40NjdjMC0yOC4yNzctMjIuOTIzLTUxLjItNTEuMi01MS4ycy01MS4yIDIyLjkyMy01MS4yIDUxLjIgMjIuOTIzIDUxLjIgNTEuMiA1MS4yYzI4LjI2NS0uMDI5IDUxLjE3MS0yMi45MzUgNTEuMi01MS4yem0tNTEuMiAzNC4xMzNjLTE4Ljg1MSAwLTM0LjEzMy0xNS4yODItMzQuMTMzLTM0LjEzM3MxNS4yODItMzQuMTMzIDM0LjEzMy0zNC4xMzMgMzQuMTMzIDE1LjI4MSAzNC4xMzMgMzQuMTMzLTE1LjI4MiAzNC4xMzMtMzQuMTMzIDM0LjEzM3oiIGlkPSJTaGFwZV8xOTVfIiBmaWxsPSIjZmZmZmZmIi8+PHBhdGggZD0ibTI3My4wNjcgMTcwLjY2N2MwLTE4Ljg1MS0xNS4yODItMzQuMTMzLTM0LjEzMy0zNC4xMzNzLTM0LjEzNCAxNS4yODEtMzQuMTM0IDM0LjEzMyAxNS4yODIgMzQuMTMzIDM0LjEzMyAzNC4xMzMgMzQuMTM0LTE1LjI4MiAzNC4xMzQtMzQuMTMzem0tNTEuMiAwYzAtOS40MjYgNy42NDEtMTcuMDY3IDE3LjA2Ny0xNy4wNjdzMTcuMDY3IDcuNjQxIDE3LjA2NyAxNy4wNjctNy42NDEgMTcuMDY3LTE3LjA2NyAxNy4wNjdjLTkuNDI2LS4wMDEtMTcuMDY3LTcuNjQyLTE3LjA2Ny0xNy4wNjd6IiBpZD0iU2hhcGVfMTk0XyIgZmlsbD0iI2ZmZmZmZiIvPjwvZz48cGF0aCBkPSJtMjU2LjAwMSAwYy0xNDEuMTU4IDAtMjU2IDk1LjcwMS0yNTYgMjEzLjMzMy4wNzMgMzAuNDg2IDcuNzI0IDYwLjQ3NSAyMi4yNjMgODcuMjctMTMuNzU2IDEwLjkzMi0yMS45MTkgMjcuNDMtMjIuMjYzIDQ0Ljk5NyAwIDM1LjI5NCAzNC40NDkgNjQgNzYuOCA2NCAxNi42ODcuMTE2IDMzLjA1MS00LjU5NiA0Ny4xMjEtMTMuNTY4IDkuMjI3IDQuNjc1IDE4LjcxMSA4LjgyMyAyOC40MDcgMTIuNDI1LTEuNjA3IDguMDUtNC4xMzkgMTUuODg3LTcuNTQzIDIzLjM1Ni0xLjM0MyAyLjgtMS4wNTkgNi4xMDkuNzQxIDguNjM5czQuODM0IDMuODgyIDcuOTE5IDMuNTMgNS43MzYtMi4zNTIgNi45MjEtNS4yMjNjMy42NDQtOC4wMDMgNi40NDktMTYuMzYyIDguMzcxLTI0Ljk0MyA1Ljc2OSAxLjcwNyAxMS42NjUgMy4yNDMgMTcuNjMgNC42NDJsLTEwLjg0NiA4My45MTdjLS40MDcgMy4xMzUuOTUzIDYuMjM4IDMuNTM0IDguMDY0czUuOTU5IDIuMDc2IDguNzguNjQ5bDE0OS45MDUtNzUuNTQ2IDE2Ni43MjQtMTkuNjc4YzMuMTM3LS4zNjggNS44MTQtMi40NCA2Ljk1OS01LjM4NCAxLjE0NC0yLjk0NC41NjgtNi4yOC0xLjQ5Ny04LjY3bC01MC43NDctNTguNzFjMzMuMzMtMzUuMDU0IDUyLjE5Ni04MS40IDUyLjgyMS0xMjkuNzY2IDAtMTE3LjYzMy0xMTQuODQxLTIxMy4zMzQtMjU2LTIxMy4zMzR6bS0xNzkuMiAzOTIuNTMzYy0zMi45MyAwLTU5LjczMy0yMS4wNi01OS43MzMtNDYuOTMzLjI0Mi0xMS41NjIgNS4zMjEtMjIuNDkyIDE0LjAwMy0zMC4xMzEgMTkuMzkxIDI5LjAxNSA0NS4xMSA1My4yNTUgNzUuMjIxIDcwLjg5NS05LjI4NiA0LjEwOS0xOS4zMzYgNi4yMTEtMjkuNDkxIDYuMTY5em02OS45NzMtMjAuNzUzYzMuNTkzIDUuNjMyIDUuODIzIDEyLjAyNiA2LjUxMSAxOC42NzEtNS4xOC0yLjAyMi0xMC4yNC00LjE0Ny0xNS4yMzItNi40NDMgMy4zODgtMy43MTEgNi4zMTYtNy44MTYgOC43MjEtMTIuMjI4em0tMjQuNTY3IDQuMTk5Yy0zMS4wMDQtMTYuNzQyLTU3LjQzNC00MC44MjYtNzYuOTc5LTcwLjE0NCA5LjgzOS00Ljc2OCAyMC42NC03LjIyIDMxLjU3My03LjE2OCAzMi45MyAwIDU5LjczMyAyMS4wNiA1OS43MzMgNDYuOTMzLS4yNTUgMTEuNjkyLTUuNDQ4IDIyLjcyOS0xNC4yOTMgMzAuMzc5em0yMTIuMDQ1IDQyLjc4NmMtLjk5LjExNi0xLjk1MS40MDUtMi44NDIuODUzbC0xMzYuODQ5IDY4Ljk5MiA0Ny43ODctMzcwLjIyNyAyNDQuMTMgMjgyLjQ1M3ptLTkxLjQ0My0zMjUuOTc0Yy0yLjItMi41NS01LjY5NC0zLjU2Ny04LjkxOC0yLjU5Ny0zLjIyNS45Ny01LjU3OCAzLjc0Ni02LjAwNiA3LjA4NmwtMzkuMjk2IDMwNC4xNjJjLTYuMDg3LTEuNDYyLTEyLjA2LTMuMTAzLTE3LjkyLTQuOTI0LjQ5MS0xNi41MzUtNS44NDEtMzIuNTQ1LTE3LjUxLTQ0LjI3MS4yODYtMi4yMDQuNDM0LTQuNDI1LjQ0NC02LjY0NyAwLTM1LjI5NC0zNC40NDktNjQtNzYuOC02NC0xMy45NTQtLjA1My0yNy43MjEgMy4yMjEtNDAuMTU4IDkuNTQ5LTEyLjc2Ni0yMy45NTctMTkuNDg2LTUwLjY3LTE5LjU3NS03Ny44MTUgMC0xMDguMjI4IDEwNy4xODctMTk2LjI2NyAyMzguOTMzLTE5Ni4yNjdzMjM4LjkzMyA4OC4wMzggMjM4LjkzMyAxOTYuMjY3Yy0uNDE5IDQzLjQzLTE3LjI0MiA4NS4wOTYtNDcuMDk1IDExNi42NDJ6IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjA3ODEyNDI0MDA0MDc3OTExIDAgMCAwLjA3ODEyNDI0MDA0MDc3OTExIDY3LjUgNjcuNTAwMDAwNDQ4MjIyNTgpIiBpZD0iTDFfMjc1IiBmaWxsPSIjZmZmZmZmIi8+PC9kZWZzPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjY3IiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjY3IiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY3IiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY3IiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjciIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjciIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjciIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI2NyIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY3IiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjciIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNjcpIi8+PC9nPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjY4IiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjY4IiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY4IiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY4IiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjgiIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjgiIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjgiIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI2OCIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY4IiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjgiIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNjgpIi8+PC9nPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjY5IiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjY5IiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY5IiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY5IiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjkiIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjkiIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjkiIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI2OSIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjY5IiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNjkiIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNjkpIi8+PC9nPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjcwIiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjcwIiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcwIiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcwIiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzAiIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzAiIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzAiIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI3MCIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcwIiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzAiIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNzApIi8+PC9nPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjcxIiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjcxIiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcxIiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcxIiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzEiIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzEiIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzEiIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI3MSIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcxIiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzEiIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNzEpIi8+PC9nPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjcyIiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjcyIiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcyIiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcyIiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzIiIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzIiIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzIiIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI3MiIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjcyIiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzIiIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNzIpIi8+PC9nPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjczIiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjczIiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjczIiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjczIiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzMiIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzMiIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzMiIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI3MyIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjczIiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzMiIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNzMpIi8+PC9nPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjc0IiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjc0IiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjc0IiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjc0IiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzQiIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzQiIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzQiIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI3NCIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjc0IiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzQiIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNzQpIi8+PC9nPjxnIGZpOmNsYXNzPSJLVXNlUGF0dGVybiI+PHBhdHRlcm4gaWQ9InBhdHRlcm5fTDFfMjc1IiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHVzZSB4bGluazpocmVmPSIjTDFfMjc1IiB4PSItMzUwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjc1IiB4PSIwIiB5PSItMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjc1IiB4PSIzNTAiIHk9Ii0zNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzUiIHg9Ii0zNTAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzUiIHg9IjAiIHk9IjAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzUiIHg9IjM1MCIgeT0iMCIvPjx1c2UgeGxpbms6aHJlZj0iI0wxXzI3NSIgeD0iLTM1MCIgeT0iMzUwIi8+PHVzZSB4bGluazpocmVmPSIjTDFfMjc1IiB4PSIwIiB5PSIzNTAiLz48dXNlIHhsaW5rOmhyZWY9IiNMMV8yNzUiIHg9IjM1MCIgeT0iMzUwIi8+PC9wYXR0ZXJuPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9MMV8yNzUpIi8+PC9nPjwvc3ZnPg==");
  filter: alpha(opacity=16);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=16);
  opacity: 0.16;
}
.mask.mask-icons-dark-v1 {
  background-size: 25%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:fi="http://pattern.flaticon.com/" viewBox="0 0 700 350"><defs><g id="c"><path d="M409 103a37 37 0 0 0-53 0l-15 16a7 7 0 1 0 11 10l15-15a22 22 0 0 1 31 31l-68 68-31-31 31-31a7 7 0 0 0-10-11L99 361a7 7 0 0 0 11 10l179-179 31 31-70 70a7 7 0 1 0 11 11l148-148c14-15 14-38 0-53z" transform="matrix(.07812 0 0 .07812 155 330)"/><path d="M240 314c-3-3-8-3-11 0L53 491a22 22 0 0 1-31-32l67-67a7 7 0 1 0-11-10l-67 67a37 37 0 0 0 52 52l177-176c3-3 3-8 0-11zM507 44l-18-8c-6-3-10-7-13-13l-8-19a7 7 0 0 0-14 0l-8 19c-3 6-7 10-13 13l-18 8a7 7 0 0 0 0 14l18 8c6 2 10 7 13 13l8 18a7 7 0 0 0 14 0l8-18c3-6 7-11 13-13l18-8a7 7 0 0 0 0-14zm-24 8c-9 4-17 12-21 21l-1 3-1-3c-5-9-12-17-21-21l-3-1 3-2c9-4 16-11 21-20l1-3 1 3c4 9 12 16 21 20l3 2-3 1zM483 251l-18-8c-6-3-11-7-14-13l-8-18a7 7 0 0 0-14 0l-8 18c-2 6-7 10-13 13l-18 8a7 7 0 0 0 0 14l18 8c6 3 11 7 13 13l8 18a7 7 0 0 0 14 0l8-18c3-6 8-10 14-13l18-8a7 7 0 0 0 0-14zm-25 8c-9 4-16 12-20 21l-2 3-1-3c-4-9-12-17-21-21l-3-1 3-1c9-4 17-12 21-21l1-3 2 3c4 9 11 17 20 21l3 1-3 1zM302 69l-24-11c-8-3-15-10-19-18l-10-24a7 7 0 0 0-14 0l-11 24c-3 8-10 15-18 18l-24 11a7 7 0 0 0 0 14l24 10c8 4 15 11 18 19l11 24a7 7 0 0 0 14 0l10-24c4-8 11-15 19-19l24-10a7 7 0 0 0 0-14zm-30 11c-12 5-21 14-26 26l-4 8-4-8c-5-12-15-21-26-26l-9-4 9-4c11-5 21-14 26-26l4-9 4 9c5 12 14 21 26 26l8 4-8 4z" transform="matrix(.07812 0 0 .07812 155 330)"/></g><g id="e"><path d="M440 16a56 56 0 0 0-79 0l-8 8a8 8 0 1 0 11 11l8-8a41 41 0 0 1 58 57l-44 44-58-57 15-15a8 8 0 0 0-11-10l-14 14-17-17c-3-3-8-3-11 0l-29 29c-3 3-3 7 0 10l17 17-53 53a8 8 0 1 0 11 11l53-53 58 57-47 47H185l29-30a8 8 0 0 0-10-10l-42 42-52 52a55 55 0 0 0-13 56l-34 34a25 25 0 0 0-7 18 25 25 0 0 0 42 18l34-34c12 4 24 4 36 0l1-1h1c7-3 13-7 19-13l21-21a8 8 0 0 0-11-10l-21 21a40 40 0 0 1-45 8c-3-1-6 0-8 2l-37 37a10 10 0 0 1-15-14l38-37c2-3 2-6 1-9-7-15-3-33 9-45l49-49h115l-64 64a8 8 0 0 0 10 11l126-126 17 17a8 8 0 0 0 11 0l28-28c3-3 3-8 0-11l-17-17 44-44c22-22 22-57 0-79zm-42 145-18 18-18-17-68-68-17-17 18-18 103 102zM136 429l-18-23a8 8 0 0 0-11 0l-18 23c-13 18-19 31-19 41a42 42 0 0 0 84 0c0-10-6-23-18-41zm-24 68c-14 0-27-12-27-27 0-10 15-32 27-47l11 15c15 20 16 29 16 32 0 15-12 27-27 27zM235 342a8 8 0 0 0-11 0c-5 5-43 50-43 75a49 49 0 0 0 97 0c0-25-39-70-43-75zm-6 108c-18 0-33-15-33-33 0-13 19-40 33-58 15 18 34 45 34 58 0 18-15 33-34 33z" transform="matrix(.03906 0 0 .03906 78 340)"/></g><g id="g"><path d="M404 356c-4 0-8 4-8 8v64c0 22-16 39-38 40l-4-1h-3c-19-4-33-21-33-41 0-4-3-7-7-7H93V144a8 8 0 1 0-15 0v275H8c-5 0-8 3-8 7 0 31 25 57 56 57h305a54 54 0 0 0 50-55v-64c0-4-3-8-7-8zM56 468c-20 0-37-15-40-34h288a56 56 0 0 0 17 34H56zM404 29H85c-4 0-7 4-7 8v77a8 8 0 1 0 15 0V44h303v290a8 8 0 1 0 15 0V37c0-4-3-8-7-8zM511 110l-31-66a8 8 0 0 0-14 0l-31 66-1 4v46a8 8 0 1 0 15 0v-39h48v264h-48V190a8 8 0 1 0-15 0v265c0 13 10 23 23 23h32c13 0 23-10 23-23V114l-1-4zm-58-4 10-20h20l10 20h-40zm36 357h-32c-5 0-8-4-8-8v-21h48v21c0 4-3 8-8 8zm8-44h-48v-19h48v19z" transform="matrix(.07813 0 0 .07813 68 68)"/><path d="m340 321-38-59a84 84 0 0 0-52-150 84 84 0 0 0-53 150l-38 59a8 8 0 0 0 7 11h168a8 8 0 0 0 6-11zM181 197a69 69 0 1 1 113 53l-38-58a8 8 0 0 0-13 0l-37 58a69 69 0 0 1-25-53zm100 61-2 1h-1a69 69 0 0 1-3 2h-1l-2 1-2 1h-3v1h-4l-1 1h-5a68 68 0 0 1-4 1h-1a69 69 0 0 1-5 0 72 72 0 0 1-4-1h-6v-1h-4l-1-1h-2l-2-1h-1l-2-1a70 70 0 0 1-4-2h-1l-1-1h-1l32-48 31 48zm-102 59 31-46h1l1 1 2 1 3 1 3 1 2 1h1a83 83 0 0 0 5 2h1l2 1h4l2 1h1a81 81 0 0 0 8 1h7l2-1h2a84 84 0 0 0 4 0h1l2-1h4l3-1h1a81 81 0 0 0 4-2h1l2-1h1a81 81 0 0 0 5-2h1l2-1v-1h1l31 46H179z" transform="matrix(.07813 0 0 .07813 68 68)"/></g><g id="i"><path d="M489 27H23C10 27 0 38 0 50v46a8 8 0 1 0 15 0V50c0-4 3-8 8-8h466c5 0 8 4 8 8v201a8 8 0 1 0 15 0V50c0-12-10-23-23-23zM504 274c-4 0-7 3-7 7v41H15V126a8 8 0 0 0-15 0v257c0 13 10 23 23 23h164l-4 37h-36c-4 0-8 4-8 8v26c0 4 4 8 8 8h218c4 0 8-4 8-8v-26c0-4-4-8-8-8h-36l-4-37h164c13 0 23-10 23-23V281c0-4-3-7-8-7zM358 458v12H154v-12h204zm-160-15 4-37h108l4 37H198zm299-60c0 5-3 8-8 8H23c-5 0-8-3-8-8v-46h482v46z" transform="matrix(.07813 0 0 .07813 243 68)"/><path d="M392 199h-6a131 131 0 0 0-68-108h42a21 21 0 1 0 0-15h-84v-6c0-4-3-8-7-8h-26c-4 0-8 4-8 8v6h-83a21 21 0 1 0-1 15h43a131 131 0 0 0-69 108h-5c-5 0-8 3-8 8v26c0 4 3 7 8 7h26c4 0 7-3 7-7v-26c0-5-3-8-7-8h-6a116 116 0 0 1 95-107v4c0 4 4 7 8 7l-29 49a8 8 0 0 0 13 7l21-35v61a20 20 0 1 0 15 0v-61l55 92-25 43h-74l-26-43 18-30a8 8 0 0 0-13-8l-20 34v8l23 39c-4 0-7 3-7 7v33c0 4 4 8 8 8h108c4 0 7-4 7-8v-33c0-4-3-7-7-7l23-39c2-3 2-5 0-8l-64-109c4 0 7-3 7-7v-4a116 116 0 0 1 95 107h-5c-4 0-7 3-7 8v26c0 4 3 7 7 7h26c5 0 8-3 8-7v-26c0-5-3-8-8-8zM379 78a5 5 0 1 1 0 11 5 5 0 0 1 0-11zM133 89a5 5 0 1 1 0-11 5 5 0 0 1 0 11zm5 136h-11v-11h11v11zm118-17a5 5 0 1 1 0-9 5 5 0 0 1 0 9zm5-124v4h-11V77h11v7zm-52 208v-18h93v18h-93zm176-67h-11v-11h11v11z" transform="matrix(.07813 0 0 .07813 243 68)"/></g><g id="m"><path d="M449 348c4 0 8-4 8-8V8c0-5-4-8-8-8H63c-4 0-8 3-8 8v59a8 8 0 1 0 15 0V47h372v69H70V97a8 8 0 1 0-15 0v407c0 5 4 8 8 8h386c4 0 8-3 8-8V370a8 8 0 1 0-15 0v54H70V278h372v62c0 4 3 8 7 8zM70 32V15h372v17H70zm372 407v58H70v-58h372zm-34-308-152 58-152-58h304zm-338 4 165 62-165 63V135zm372 125-104-39a8 8 0 0 0-5 14l75 28H104l152-58 49 19a8 8 0 1 0 5-14l-33-13 165-62v125z" transform="translate(315 140) scale(.13672)"/><path d="M324 74H188a8 8 0 1 0 0 15h136a8 8 0 1 0 0-15zM173 300h-56c-4 0-7 4-7 8v56c0 4 3 8 7 8h56c5 0 8-4 8-8v-56c0-4-3-8-8-8zm-7 57h-41v-42h41v42zM173 383h-56a8 8 0 1 0 0 15h56a8 8 0 1 0 0-15zM284 300h-56c-4 0-8 4-8 8v56c0 4 4 8 8 8h56c4 0 8-4 8-8v-56c0-4-4-8-8-8zm-7 57h-42v-42h42v42zM284 383h-56a8 8 0 1 0 0 15h56a8 8 0 1 0 0-15zM395 300h-56c-5 0-8 4-8 8v56c0 4 3 8 8 8h56c4 0 7-4 7-8v-56c0-4-3-8-7-8zm-8 57h-41v-42h41v42zM395 383h-56a8 8 0 1 0 0 15h56a8 8 0 1 0 0-15zM156 460h-46a8 8 0 1 0 0 15h46a8 8 0 1 0 0-15zM238 460h-46a8 8 0 1 0 0 15h46a8 8 0 1 0 0-15zM320 460h-46a8 8 0 1 0 0 15h46a8 8 0 0 0 0-15zM402 460h-46a8 8 0 1 0 0 15h46a8 8 0 1 0 0-15z" transform="translate(315 140) scale(.13672)"/></g><g id="o"><path d="M505 382c-5 0-8 3-8 7v50c0 4-3 7-7 7H22c-4 0-7-3-7-7V211a7 7 0 1 0-15 0v228c0 12 10 22 22 22h468c12 0 22-10 22-22v-50c0-4-3-7-7-7zM490 51H22C10 51 0 61 0 73v108a7 7 0 1 0 15 0v-40h482v218a7 7 0 1 0 15 0V73c0-12-10-22-22-22zm7 75H15V73c0-4 3-7 7-7h468c4 0 7 3 7 7v53z" transform="rotate(-15 637 -427) scale(.13672)"/><path d="M53 83a13 13 0 1 0 0 25 13 13 0 0 0 0-25zM91 83a13 13 0 1 0 0 25 13 13 0 0 0 0-25zM128 83a13 13 0 1 0 0 25 13 13 0 0 0 0-25zM274 243c4 0 7-3 7-7v-44c0-4-3-8-7-8H58c-4 0-7 4-7 8v149c0 4 3 8 7 8h216c4 0 7-4 7-8v-76a7 7 0 1 0-15 0v36l-61-54c-3-3-7-3-10 0l-39 34-28-25c-3-2-7-2-10 0l-52 47V199h200v37c0 4 4 7 8 7zm-74 19 66 60v12h-51l-48-42 33-30zm-77 10 57 51 12 11H66v-11l57-51z" transform="rotate(-15 637 -427) scale(.13672)"/><path d="M157 203a25 25 0 1 0 0 49 25 25 0 0 0 0-49zm0 34a10 10 0 1 1 0-19 10 10 0 0 1 0 19zM451 184H318a7 7 0 1 0 0 15h133a7 7 0 1 0 0-15zM451 235H318a7 7 0 1 0 0 15h133a7 7 0 1 0 0-15zM451 285H318a7 7 0 1 0 0 15h133a7 7 0 1 0 0-15zM451 334H318a7 7 0 1 0 0 15h133a7 7 0 1 0 0-15zM451 392H62a7 7 0 1 0 0 15h389a7 7 0 1 0 0-15z" transform="rotate(-15 637 -427) scale(.13672)"/></g><path d="M437 75a254 254 0 0 0-362 0 254 254 0 0 0 0 362 254 254 0 0 0 362 0 254 254 0 0 0 0-362zm-5 16c40 43 63 98 65 158H394c-2-32-14-62-35-85l68-69 5-4zM249 15v20a7 7 0 0 0 14 0V15c60 2 115 25 158 65l-73 73c-23-21-53-33-85-35V65a7 7 0 1 0-14 0v53c-32 2-62 14-85 35L91 80c43-40 98-63 158-65zM15 263h44a7 7 0 0 0 0-14H15c2-60 25-115 65-158l73 73c-21 23-33 53-35 85H89a7 7 0 0 0 0 14h29c2 32 14 62 35 85l-73 73c-40-43-63-98-65-158zm234 234c-60-2-115-25-158-65l73-73c23 21 53 33 85 35v103zm7-118a122 122 0 0 1-123-123 122 122 0 0 1 123-123 122 122 0 0 1 123 123 122 122 0 0 1-123 123zm176 42-39-38a7 7 0 1 0-10 10l38 39c-43 40-98 63-158 65V394c32-2 62-14 85-35l15 15a7 7 0 1 0 11-11l-15-15c21-23 33-53 35-85h103c-2 60-25 115-65 158z" transform="rotate(15 368 1181) scale(.17578)" id="a"/><path d="M453 58c-4 0-8 3-8 8v74H309v-1a59 59 0 0 0-46-82V29a8 8 0 1 0-15 0v28a59 59 0 0 0-46 83H67V66c0-5-4-8-8-8-32 0-59 27-59 59v321a57 57 0 0 0 57 53h398a57 57 0 0 0 57-55V117c0-32-27-59-59-59zm-52 306a44 44 0 0 1-52-24l-81-168a58 58 0 0 0 22-10l9-8 102 210zM255 235c-5 0-8 3-8 7v16h-27l36-75 36 75h-30v-16c0-4-3-7-7-7zm0-164a44 44 0 0 1 35 70l-2 3h-1a44 44 0 0 1-1 2l-1 1-2 1-1 1a43 43 0 0 1-26 9h-7a44 44 0 0 1-24-12l-2-2-1-1-1-1v-1a42 42 0 0 1-3-4 44 44 0 0 1 37-66zm242 326-3-3c-9-9-21-15-34-16v-44a8 8 0 1 0-15 0v51c0 4 4 7 8 7h5l2 1h2c13 3 25 12 31 24v2h1v3a46 46 0 0 1 2 4v3l1 2v4c-1 23-19 40-42 40H57c-23 0-41-17-42-40a44 44 0 0 1 1-6v-1a42 42 0 0 1 1-3v-1a43 43 0 0 1 1-2v-3h1v-2c6-12 18-21 31-24h2l2-1h5c4 0 8-3 8-7V216a8 8 0 0 0-15 0v162a59 59 0 0 0-37 19V117c0-22 16-40 37-43v112a8 8 0 0 0 15 0v-31h129l-11 22-5 11a8 8 0 0 0 4 10h1a7 7 0 0 0 1 0h4v-1h1l1-1a7 7 0 0 0 1-2l2-3 18-36v1h1a59 59 0 0 0 3 3l1 1 1 1c8 6 16 10 25 11l-81 168a44 44 0 0 1-52 24l69-142 1-4a8 8 0 0 0-14-3l-21 43h-29a8 8 0 0 0 0 15h22l-45 91a8 8 0 0 0-1 4 7 7 0 0 0 5 6 59 59 0 0 0 78-27l36-74h35v23a8 8 0 0 0 15 0v-23h38l36 74a59 59 0 0 0 78 27 8 8 0 0 0 4-10l-44-91h18a8 8 0 1 0 0-15h-26l-50-103h129v149c0 4 4 7 8 7s7-3 7-7V74c21 3 37 21 37 43v280z" transform="matrix(.03906 0 0 .03906 253 340)" id="k"/><path d="M346 17c-32 0-63 9-90 27A165 165 0 0 0 60 55a7 7 0 1 0 10 12 151 151 0 0 1 173-14l-2 2-2 1-3 3-4 3-1 1-2 3-2 1-2 2-1 2a167 167 0 0 0-11 13l-1 2-2 2-1 2-2 2-1 2-1 2-1 2-2 3-1 1-2 4-1 1-1 3-1 2-1 3-1 1-1 3-1 2a163 163 0 0 0-6 16v2l-1 3v2l-1 3v1l-1 4v1l-1 5v2l-1 3v5l-1 2v5a158 158 0 0 0 0 5v1a167 167 0 0 0-89 133A152 152 0 0 1 49 88a7 7 0 0 0-11-10 166 166 0 0 0 52 253 166 166 0 0 0 332 0c32-17 58-43 74-76a7 7 0 1 0-14-7c-13 28-34 51-61 66a165 165 0 0 0-89-133v-1a174 174 0 0 0 0-5v-5l-1-2v-5l-1-3v-2l-1-5v-1l-1-4v-1l-1-3v-2l-1-3v-2a157 157 0 0 0-6-16l-1-2-1-3-1-1-1-3-1-2-1-3-1-1-2-4-1-1-2-3v-2l-2-2-1-2-2-2-1-2-2-2-1-2a161 161 0 0 0-11-13l-1-2-2-2-2-1-2-3-1-1-4-3-3-3-2-1-2-2a151 151 0 0 1 223 167 7 7 0 0 0 15 3A167 167 0 0 0 346 17zm-90 463c-80 0-146-63-151-142a165 165 0 0 0 151-15 165 165 0 0 0 151 15c-5 79-71 142-151 142zm76-282a152 152 0 0 1 75 124 150 150 0 0 1-138-8c36-29 59-71 63-116zm-76 107c-13-10-25-22-35-36a7 7 0 0 0-12 8c9 14 21 26 34 37a150 150 0 0 1-138 8 151 151 0 0 1 75-124c2 17 6 33 13 49a7 7 0 0 0 13-5c-6-17-10-34-11-52l2-1h1l4-2h1l3-1 1-1h3l1-1 3-1h1a159 159 0 0 1 23-4l2-1h12l4-1 4 1h12l2 1h4a164 164 0 0 1 15 3h1l2 1h2l2 1 2 1h3l1 1 3 1h1l4 2h1l2 1c-2 46-25 88-61 115zm13-232 2 1a152 152 0 0 1 8 8l1 2 1 2 2 1 1 2 1 1 3 4 2 4h1l2 3 1 1 1 3 1 1 1 3 1 1a150 150 0 0 1 5 10l1 2 1 2 1 2 1 3v1l2 4 1 4 1 1v3l1 2 1 2v2a142 142 0 0 1 2 11l1 2v7l1 2v4h-1a157 157 0 0 0-4-2h-2l-3-1-1-1-4-1h-1l-3-1-2-1a155 155 0 0 0-7-1h-1l-3-1h-1l-5-1h-4l-1-1a162 162 0 0 0-8 0h-6a172 172 0 0 0-8 0h-14l-1 1h-4l-5 1h-1l-3 1h-1a171 171 0 0 0-7 1l-2 1-3 1h-1l-4 1-1 1-3 1h-2a170 170 0 0 0-4 2h-1v-4l1-2v-7l1-2a164 164 0 0 1 2-11v-2l1-2 1-2v-3l1-1 1-4 2-4v-1l1-3 1-2 1-2 1-2 1-2 1-2a146 146 0 0 1 3-6l1-1 1-3 1-1 1-3 1-1 2-3h1l2-4 3-4 1-1 1-2 1-1 2-2 1-1a153 153 0 0 1 8-9l2-1 2-2 1-1 2-2 1-1 4-3 3-2 3 2 4 3 1 1 2 2 1 1 2 2z" transform="matrix(.09766 0 0 .09766 63 238)" id="q"/><path d="m507 356-108-47 20-8a8 8 0 1 0-6-14l-36 15-121 52-121-52-108-46 105-45 121 52a8 8 0 0 0 6 0l121-52 105 45-44 20a7 7 0 1 0 6 13l60-26a7 7 0 0 0 0-13l-108-47 108-46a7 7 0 0 0 0-14L259 37h-6L98 103a8 8 0 1 0 6 14l152-65 229 98-229 98-229-98 49-21a8 8 0 1 0-6-14L5 143a7 7 0 0 0 0 14l108 46L5 250a7 7 0 0 0 0 13l108 46L5 356a7 7 0 0 0 0 14l248 105a8 8 0 0 0 6 0l38-16a8 8 0 1 0-6-14l-35 15-229-97 105-45 121 51a8 8 0 0 0 6 0l121-51 105 45-166 71a8 8 0 1 0 6 13l182-77a7 7 0 0 0 0-14z" transform="translate(218 218) scale(.17578)" id="s"/></defs><g fi:class="KUsePattern"><pattern id="b" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23a" x="-350" y="-350"/><use xlink:href="%23a" y="-350"/><use xlink:href="%23a" x="350" y="-350"/><use xlink:href="%23a" x="-350"/><use xlink:href="%23a"/><use xlink:href="%23a" x="350"/><use xlink:href="%23a" x="-350" y="350"/><use xlink:href="%23a" y="350"/><use xlink:href="%23a" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23b)"/></g><g fi:class="KUsePattern"><pattern id="d" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23c" x="-350" y="-350"/><use xlink:href="%23c" y="-350"/><use xlink:href="%23c" x="350" y="-350"/><use xlink:href="%23c" x="-350"/><use xlink:href="%23c"/><use xlink:href="%23c" x="350"/><use xlink:href="%23c" x="-350" y="350"/><use xlink:href="%23c" y="350"/><use xlink:href="%23c" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23d)"/></g><g fi:class="KUsePattern"><pattern id="f" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23e" x="-350" y="-350"/><use xlink:href="%23e" y="-350"/><use xlink:href="%23e" x="350" y="-350"/><use xlink:href="%23e" x="-350"/><use xlink:href="%23e"/><use xlink:href="%23e" x="350"/><use xlink:href="%23e" x="-350" y="350"/><use xlink:href="%23e" y="350"/><use xlink:href="%23e" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23f)"/></g><g fi:class="KUsePattern"><pattern id="h" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23g" x="-350" y="-350"/><use xlink:href="%23g" y="-350"/><use xlink:href="%23g" x="350" y="-350"/><use xlink:href="%23g" x="-350"/><use xlink:href="%23g"/><use xlink:href="%23g" x="350"/><use xlink:href="%23g" x="-350" y="350"/><use xlink:href="%23g" y="350"/><use xlink:href="%23g" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23h)"/></g><g fi:class="KUsePattern"><pattern id="j" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23i" x="-350" y="-350"/><use xlink:href="%23i" y="-350"/><use xlink:href="%23i" x="350" y="-350"/><use xlink:href="%23i" x="-350"/><use xlink:href="%23i"/><use xlink:href="%23i" x="350"/><use xlink:href="%23i" x="-350" y="350"/><use xlink:href="%23i" y="350"/><use xlink:href="%23i" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23j)"/></g><g fi:class="KUsePattern"><pattern id="l" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23k" x="-350" y="-350"/><use xlink:href="%23k" y="-350"/><use xlink:href="%23k" x="350" y="-350"/><use xlink:href="%23k" x="-350"/><use xlink:href="%23k"/><use xlink:href="%23k" x="350"/><use xlink:href="%23k" x="-350" y="350"/><use xlink:href="%23k" y="350"/><use xlink:href="%23k" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23l)"/></g><g fi:class="KUsePattern"><pattern id="n" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23m" x="-350" y="-350"/><use xlink:href="%23m" y="-350"/><use xlink:href="%23m" x="350" y="-350"/><use xlink:href="%23m" x="-350"/><use xlink:href="%23m"/><use xlink:href="%23m" x="350"/><use xlink:href="%23m" x="-350" y="350"/><use xlink:href="%23m" y="350"/><use xlink:href="%23m" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23n)"/></g><g fi:class="KUsePattern"><pattern id="p" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23o" x="-350" y="-350"/><use xlink:href="%23o" y="-350"/><use xlink:href="%23o" x="350" y="-350"/><use xlink:href="%23o" x="-350"/><use xlink:href="%23o"/><use xlink:href="%23o" x="350"/><use xlink:href="%23o" x="-350" y="350"/><use xlink:href="%23o" y="350"/><use xlink:href="%23o" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23p)"/></g><g fi:class="KUsePattern"><pattern id="r" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23q" x="-350" y="-350"/><use xlink:href="%23q" y="-350"/><use xlink:href="%23q" x="350" y="-350"/><use xlink:href="%23q" x="-350"/><use xlink:href="%23q"/><use xlink:href="%23q" x="350"/><use xlink:href="%23q" x="-350" y="350"/><use xlink:href="%23q" y="350"/><use xlink:href="%23q" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23r)"/></g><g fi:class="KUsePattern"><pattern id="t" width="350" height="350" patternUnits="userSpaceOnUse"><use xlink:href="%23s" x="-350" y="-350"/><use xlink:href="%23s" y="-350"/><use xlink:href="%23s" x="350" y="-350"/><use xlink:href="%23s" x="-350"/><use xlink:href="%23s"/><use xlink:href="%23s" x="350"/><use xlink:href="%23s" x="-350" y="350"/><use xlink:href="%23s" y="350"/><use xlink:href="%23s" x="350" y="350"/></pattern><rect width="100%25" height="100%25" fill="url(%23t)"/></g></svg>');
  filter: alpha(opacity=12);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
  opacity: 0.12;
}
.mask.mask-icons-dark-v2 {
  background-size: 25%;
  filter: alpha(opacity=12);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
  opacity: 0.12;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1417.32' height='1417.32' xml:space='preserve'><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M655.546 597.997 564 598M738.787 496.758l-.004-91.546M370.75 1394.35l-.004-41.541M358.643 1041.913l41.541-.004M671.545 575.998l-54.45.003M1373.055 25.633l-85.195.003'/></g><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='m299.6 1110.812 23.527 23.528M277.697 1108.965l47.278 47.277'/><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M268.839 709.05H450.47M450.47 882.032H268.839M370.763 904.188c0 6.132-4.975 11.106-11.109 11.106-6.136 0-11.109-4.975-11.109-11.106 0-6.137 4.973-11.112 11.109-11.112 6.134-.001 11.109 4.975 11.109 11.112zM408.605 729.051l16.488 16.487M387.31 733.705l33.131 33.131'/><path d='M450.408 910.683c0 8.361-6.776 15.136-15.135 15.136H283.914c-8.358 0-15.136-6.774-15.136-15.136V685.806c0-8.358 6.778-15.136 15.136-15.136h151.359c8.359 0 15.135 6.778 15.135 15.136v224.877zM338.354 691.211h20.903M372.051 691.211h8.901'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M1160.926 580.305v-84.617M1220.907 626.272c0 32.364-26.232 58.599-58.59 58.599h-2.871c-32.361 0-58.59-26.235-58.59-58.599v-59.164c0-32.361 26.229-58.589 58.59-58.589h2.871c32.357 0 58.59 26.229 58.59 58.589v59.164zM1100.977 580.305h119.892'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><circle cx='189.607' cy='1314.895' r='9.105'/><path d='M344.855 1315.883c0 11.043-8.955 20-20 20h-270.1c-11.047 0-20-8.957-20-20v-206.895c0-11.047 8.953-20 20-20h270.101c11.045 0 20 8.953 20 20v206.895zM34.755 1291.215h310.1M166.268 1335.883h47.076v46.332h-47.076zM113.104 1382.215h153.007'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M1226.681 758.828v134.425c0 13.162 10.672 23.83 23.832 23.83h100.542c13.164 0 23.832-10.668 23.832-23.83V758.828h-148.206zM1354 837.458v-60.274M1354 867.763v-16.002'/><path d='M1356.277 933.858c4.883 0 8.84-3.957 8.84-8.838s-3.957-8.84-8.84-8.84H1245.29c-4.883 0-8.84 3.959-8.84 8.84s3.957 8.838 8.84 8.838h110.987zM1267.384 735.416c26.654-21.275-29.701-43.211 0-66.922M1301.874 719.416c26.653-21.275-29.701-43.211 0-66.922M1335.707 735.416c26.656-21.275-29.698-43.211 0-66.922M1226.681 780.25h-29.945c-14.348 0-25.977 11.633-25.977 25.979v56.74c0 14.346 11.629 25.975 25.977 25.975h29.945'/><path d='M1226.681 795.52h-24.387c-8.92 0-16.148 7.227-16.148 16.147v45.865c0 8.918 7.229 16.148 16.148 16.148h24.387'/></g><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M1318.264 1046.468c-2.14-6.581-8.303-10.731-14.883-10.614h-58.936l-18.252-56.177c-1.961-6.229-7.781-10.753-14.66-10.75a15.265 15.265 0 0 0-14.628 10.739l-18.266 56.188h-58.865c-6.612-.158-12.821 4.003-14.971 10.614-2.149 6.622.434 13.641 5.889 17.399l47.599 34.585-18.225 56.064c-2.137 6.217-.092 13.355 5.504 17.42 5.593 4.06 13.004 3.806 18.255-.14l47.706-34.662 47.787 34.721c5.246 3.889 12.614 4.126 18.18.081 5.605-4.074 7.647-11.231 5.488-17.458l-18.205-56.031 47.612-34.595c5.437-3.756 8.017-10.773 5.871-17.384zM367.537 70.667l-43.2-43.2c-18.425-18.424-48.296-18.424-66.72 0-18.424 18.423-18.424 48.295.001 66.719l80.958 80.965c15.749 15.747 41.28 15.749 57.029 0 15.748-15.749 15.75-41.283.001-57.031l-81.372-80.55c-12.844-12.845-33.671-12.846-46.516-.002-12.845 12.845-12.843 33.672.001 46.516l43.201 43.201'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M994.266 1090.436c6.291 6.291 31.893 19.488 38.179 13.201 6.294-6.295-9.105-29.688-15.398-35.979l.023.021c12.442-17.067 19.783-38.091 19.783-60.83 0-57.103-46.289-103.394-103.39-103.394-57.1 0-103.389 46.291-103.389 103.394 0 57.098 46.289 103.389 103.389 103.389 22.735 0 43.757-7.34 60.824-19.776l-.021-.026z'/><g fill='none' stroke='%23000' stroke-width='8.655' stroke-linecap='round' stroke-miterlimit='10'><path d='M750.772 1021.11v-39.823c0-10.113-8.203-18.312-18.315-18.312H489.028c-10.11 0-18.316 8.199-18.316 18.312v153.923c0 10.108 8.206 18.31 18.316 18.31h243.429c10.112 0 18.315-8.201 18.315-18.31v-42.274'/><path d='M719.334 938.716H489.028c-10.11 0-18.316 8.2-18.316 18.314v43.875'/><path d='M750.772 980.532v-43.504c0-10.114-8.203-18.314-18.315-18.314h-34.79'/><path d='m704.604 937.711-19.089-52.438a4.573 4.573 0 0 0-5.867-2.736l-154.215 56.131M657.959 1072.271c0 12.644 10.249 22.889 22.895 22.889h60.664c12.645 0 22.897-10.245 22.897-22.889v-30.339c0-12.646-10.253-22.889-22.897-22.889h-60.664c-12.646 0-22.895 10.243-22.895 22.889v30.339z'/><path d='M697.735 1040c-10.114 0-18.315 8.199-18.315 18.314 0 10.109 8.201 18.313 18.315 18.313 10.119 0 18.315-8.204 18.315-18.313'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M544.727 299.286h-35.074c-8.454 0-15.307 6.504-15.307 14.529v209.458c0 8.024 6.853 14.529 15.307 14.529h164.532c8.454 0 15.305-6.504 15.305-14.529V313.815c0-8.025-6.852-14.529-15.305-14.529h-35.072'/><path d='M643.125 324.709h22.989v187.665H517.725V324.709h22.989'/><path d='M620.153 299.286h18.959v37.131h-94.385v-37.131h18.959'/><path d='M563.686 286.858h56.467v24.858h-56.467zM552.539 427.02l24.553 23.306 54.206-51.456'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M144.687 809.248h19.871v162.238H36.277V809.248H56.15'/><path d='M59.621 787.27H29.296c-7.309 0-13.23 5.623-13.23 12.561v181.078c0 6.938 5.922 12.561 13.23 12.561h142.242c7.309 0 13.23-5.623 13.23-12.561V799.83c0-6.938-5.922-12.561-13.23-12.561h-30.322'/><path d='M124.826 787.27h16.39v32.099H59.621V787.27h16.388'/><path d='M76.009 776.525h48.816v21.49H76.009zM59.621 849.025h34.195M112.308 873.361h28.908M59.621 873.361h39.078M94.513 895.604h46.703M59.621 895.604h20.238M123.82 917.846h17.396M59.621 917.846h49.546M59.621 940.088H95.21'/></g><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M463.497 228.367c0 6.938 4.834 12.561 10.795 12.561h244.803c5.963 0 10.795-5.623 10.795-12.561V63.339c0-6.938-4.832-12.562-10.795-12.562H474.292c-5.961 0-10.795 5.625-10.795 12.562v165.028z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M691.835 171.583h27.26c5.963 0 10.795-5.623 10.795-12.561M521.788 171.583h149.813M463.497 159.023c0 6.938 4.834 12.561 10.795 12.561h27.262M555.819 149.867h81.75M632.812 50.777V27.753c0-6.938-5.625-12.561-12.562-12.561h-47.11c-6.938 0-12.561 5.623-12.561 12.561v23.023'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M521.788 168.97c0 5.586-4.531 10.115-10.117 10.115h0c-5.588 0-10.117-4.529-10.117-10.115v-19.281c0-5.59 4.529-10.115 10.117-10.115h0c5.586 0 10.117 4.525 10.117 10.115v19.281z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M521.788 190.164c0 5.588-4.531 10.119-10.117 10.119h0c-5.588 0-10.117-4.531-10.117-10.119v-40.475c0-5.59 4.529-10.115 10.117-10.115h0c5.586 0 10.117 4.525 10.117 10.115v40.475zM671.601 168.97c0 5.586 4.531 10.115 10.117 10.115h0c5.59 0 10.119-4.529 10.119-10.115v-19.281c0-5.59-4.529-10.115-10.119-10.115h0c-5.586 0-10.117 4.525-10.117 10.115v19.281z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M671.601 190.164c0 5.588 4.531 10.119 10.117 10.119h0c5.59 0 10.119-4.531 10.119-10.119v-40.475c0-5.59-4.529-10.115-10.119-10.115h0c-5.586 0-10.117 4.525-10.117 10.115v40.475z'/><path fill='none' stroke='%23000' stroke-width='9.98' stroke-linecap='round' stroke-miterlimit='10' d='M766.531 824.813V696.825c0-4.844-1.702-8.984-5.085-12.367-3.404-3.401-7.525-5.103-12.352-5.103H621.093c-4.845 0-8.969-1.702-12.352-5.086-3.404-3.401-5.103-7.507-5.103-12.349v-.507c0-4.844-1.7-8.95-5.085-12.349-3.401-3.386-7.525-5.088-12.352-5.088h-58.186c-4.845 0-8.966 1.702-12.367 5.088-3.383 3.399-5.085 7.505-5.085 12.349v163.4c0 4.841 1.702 8.949 5.085 12.349 3.401 3.386 7.522 5.086 12.367 5.086h221.081c4.826 0 8.947-1.7 12.352-5.086 3.381-3.399 5.083-7.508 5.083-12.349z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M766.531 824.813V696.825c0-4.844-1.702-8.984-5.085-12.367-3.404-3.401-7.525-5.103-12.352-5.103H621.093c-4.845 0-8.969-1.702-12.352-5.086-3.404-3.401-5.103-7.507-5.103-12.349v-.507c0-4.844-1.7-8.95-5.085-12.349-3.401-3.386-7.525-5.088-12.352-5.088h-58.186c-4.845 0-8.966 1.702-12.367 5.088-3.383 3.399-5.085 7.505-5.085 12.349v163.4c0 4.841 1.702 8.949 5.085 12.349 3.401 3.386 7.522 5.086 12.367 5.086h221.081c4.826 0 8.947-1.7 12.352-5.086 3.381-3.399 5.083-7.508 5.083-12.349z'/><path fill='none' stroke='%23000' stroke-width='2' d='M202.833 171.29c2.354 2.277 2.887 4.898 1.596 7.859-1.291 3.039-3.531 4.559-6.721 4.559h-43.521l22.9 54.229c.758 1.898.758 3.76 0 5.582-.762 1.822-2.051 3.15-3.875 3.988l-20.164 8.545c-1.898.758-3.76.758-5.582 0-1.824-.762-3.152-2.051-3.988-3.875l-21.76-51.494-35.545 35.545c-1.443 1.441-3.152 2.164-5.127 2.164a7.07 7.07 0 0 1-2.734-.568c-3.039-1.293-4.557-3.533-4.557-6.723V59.754c0-3.191 1.518-5.43 4.557-6.722a7.054 7.054 0 0 1 2.734-.569c2.051 0 3.76.723 5.127 2.164l116.66 116.663z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M202.833 171.29c2.354 2.277 2.887 4.898 1.596 7.859-1.291 3.039-3.531 4.559-6.721 4.559h-43.521l22.9 54.229c.758 1.898.758 3.76 0 5.582-.762 1.822-2.051 3.15-3.875 3.988l-20.164 8.545c-1.898.758-3.76.758-5.582 0-1.824-.762-3.152-2.051-3.988-3.875l-21.76-51.494-35.545 35.545c-1.443 1.441-3.152 2.164-5.127 2.164a7.07 7.07 0 0 1-2.734-.568c-3.039-1.293-4.557-3.533-4.557-6.723V59.754c0-3.191 1.518-5.43 4.557-6.722a7.054 7.054 0 0 1 2.734-.569c2.051 0 3.76.723 5.127 2.164l116.66 116.663z'/><path fill='none' stroke='%23000' stroke-width='9.98' stroke-linecap='round' stroke-miterlimit='10' d='M1396.225 138.227c0 5.258-1.949 10.346-5.85 15.262l-37.514 46.16c-3.645 4.496-8.562 8.203-14.75 11.125-6.189 2.926-12.125 4.391-17.803 4.391h-138.354c-7.801 0-14.496-2.797-20.09-8.395-5.598-5.594-8.395-12.293-8.395-20.09V64.602c0-7.799 2.797-14.496 8.395-20.092 5.594-5.596 12.289-8.393 20.09-8.393h40.691c7.801 0 14.498 2.797 20.094 8.393 5.594 5.596 8.391 12.293 8.391 20.092v4.07h69.178c7.799 0 14.496 2.797 20.092 8.391 5.594 5.596 8.393 12.293 8.393 20.094V117.5h24.416c4.578 0 8.773 1.039 12.59 3.117 3.812 2.078 6.652 5.066 8.52 8.965 1.269 2.715 1.906 5.596 1.906 8.645zm-241.098 49.465 47.176-54.676c3.729-4.492 8.646-8.203 14.75-11.129 6.105-2.922 12.037-4.387 17.803-4.387h119.393'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='m1066.305 830.447 5.227 23.74c.297 1.195.148 2.312-.449 3.359s-1.445 1.77-2.539 2.164l-.746.148c-.398.203-.922.375-1.566.523-.648.148-1.445.375-2.391.672-.945.301-2.016.574-3.209.82a152.074 152.074 0 0 1-8.287 1.496c-1.641.246-3.309.473-5 .668a79.12 79.12 0 0 1-5.449.449c-1.941.102-3.859.152-5.748.152-23.289 0-43.646-6.496-61.061-19.486-17.42-12.988-29.262-30.479-35.533-52.479h-14.182c-1.297 0-2.416-.473-3.361-1.418-.947-.945-1.418-2.062-1.418-3.359v-16.871c0-1.291.471-2.41 1.418-3.357.945-.943 2.064-1.418 3.361-1.418h9.852c-.199-5.674-.148-10.9.148-15.678h-10c-1.396 0-2.539-.445-3.436-1.342-.895-.896-1.344-2.037-1.344-3.434v-17.021c0-1.391.449-2.539 1.344-3.434.896-.895 2.039-1.344 3.436-1.344H940c6.668-20.9 18.785-37.719 36.354-50.461 17.564-12.738 37.498-19.109 59.793-19.109 10.152 0 19.807 1.145 28.963 3.434 1.094.299 2.09 1.045 2.986 2.238.596 1.098.746 2.293.447 3.584l-6.418 23.738c-.301 1.295-.996 2.264-2.092 2.912s-2.291.77-3.584.371l-.596-.148c-.4-.098-.971-.223-1.717-.373l-2.613-.521a43.401 43.401 0 0 0-3.359-.523 697.765 697.765 0 0 0-3.881-.449 97.295 97.295 0 0 0-4.33-.371 69.66 69.66 0 0 0-4.404-.148c-12.541 0-23.789 3.186-33.74 9.555-9.953 6.367-17.418 15.129-22.395 26.273h69.871c1.59 0 2.836.598 3.73 1.793.994 1.195 1.346 2.488 1.047 3.879l-3.582 17.021c-.5 2.588-2.092 3.881-4.779 3.881h-72.857c-.297 3.686-.297 8.91 0 15.678h68.527c1.494 0 2.738.596 3.734 1.789.895 1.197 1.193 2.539.895 4.033l-3.582 16.719c-.203 1.098-.748 2.02-1.645 2.766-.895.746-1.891 1.117-2.984 1.117h-57.777c4.777 11.646 12.217 20.879 22.32 27.695 10.1 6.816 21.473 10.227 34.113 10.227 1.791 0 3.582-.074 5.375-.223 1.789-.148 3.457-.324 5-.523s3.01-.422 4.406-.672a65.323 65.323 0 0 0 3.656-.746c1.045-.246 1.965-.473 2.762-.672l1.793-.449.746-.299c1.293-.496 2.586-.396 3.881.299 1.194.7 1.94 1.743 2.241 3.135zM335.73 218.057c7.324 7.322 10.983 16.156 10.983 26.504 0 10.35-3.66 19.184-10.983 26.508-7.322 7.322-16.158 10.983-26.506 10.983-10.348 0-19.184-3.662-26.506-10.983-7.321-7.324-10.983-16.158-10.983-26.508 0-10.348 3.662-19.182 10.983-26.504 7.322-7.323 16.158-10.983 26.506-10.983 10.348 0 19.185 3.659 26.506 10.983zM422.001 223c0 1.302-.426 2.537-1.271 3.709L317.635 364.173c-1.239 1.69-2.898 2.537-4.98 2.537h-15.621c-1.694 0-3.157-.621-4.394-1.855-1.236-1.238-1.856-2.701-1.856-4.393 0-1.302.423-2.539 1.271-3.711L395.153 219.29c1.234-1.692 2.894-2.537 4.979-2.537h15.619c1.692 0 3.157.618 4.393 1.853 1.236 1.238 1.857 2.703 1.857 4.394zm-103.99 30.348c2.473-2.473 3.709-5.401 3.709-8.787 0-3.382-1.236-6.31-3.709-8.785-2.475-2.475-5.403-3.711-8.787-3.711-3.384 0-6.314 1.236-8.786 3.711-2.475 2.475-3.709 5.402-3.709 8.785 0 3.386 1.234 6.314 3.709 8.787 2.472 2.477 5.402 3.711 8.786 3.711 3.384 0 6.313-1.235 8.787-3.711zm112.058 59.046c7.322 7.321 10.984 16.157 10.984 26.506 0 10.348-3.662 19.184-10.984 26.506-7.323 7.322-16.159 10.983-26.508 10.983-10.348 0-19.184-3.662-26.506-10.983-7.321-7.322-10.983-16.158-10.983-26.506 0-10.349 3.662-19.185 10.983-26.506 7.322-7.324 16.158-10.983 26.506-10.983 10.349 0 19.185 3.659 26.508 10.983zm-17.721 35.293c2.473-2.473 3.711-5.401 3.711-8.787 0-3.384-1.238-6.312-3.711-8.787-2.473-2.472-5.403-3.711-8.787-3.711-3.384 0-6.314 1.239-8.787 3.711-2.473 2.475-3.709 5.403-3.709 8.787 0 3.386 1.236 6.314 3.709 8.787 2.473 2.475 5.403 3.709 8.787 3.709 3.384 0 6.314-1.235 8.787-3.709z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M619.337 1360.268c0 8.578-6.953 15.531-15.527 15.531H418.048c-8.578 0-15.531-6.953-15.531-15.531v-113.871c0-8.574 6.953-15.523 15.531-15.523H603.81c8.574 0 15.527 6.949 15.527 15.523v113.871z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M418.623 1345.604h25.879v14.09h-25.879zM456.146 1345.604h60.387v14.09h-60.387z'/><path d='M402.447 1258.045h216.961v39.105H402.447z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='m1258.079 356.47 71.23 71.23c-9.22 9.393-19.982 16.7-32.287 21.915-12.31 5.222-25.289 7.83-38.943 7.83-18.179 0-34.942-4.479-50.291-13.438-15.352-8.955-27.504-21.111-36.463-36.461-8.958-15.35-13.438-32.114-13.438-50.292 0-18.174 4.479-34.938 13.438-50.289 8.959-15.35 21.111-27.506 36.463-36.465 15.349-8.955 32.112-13.434 50.291-13.434v99.404zm116.887-15.912h-100.188V240.366c18.177 0 34.938 4.479 50.291 13.438 15.348 8.958 27.504 21.111 36.463 36.461 8.954 15.35 13.434 32.114 13.434 50.293z'/><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M803.843 450.528h122.158M926.001 587.739H803.843M893.195 467.897l17.659 17.658M870.967 469.982l35.483 35.483M926.001 621.896c0 7.671-6.22 13.895-13.895 13.895h-94.369c-7.671 0-13.895-6.224-13.895-13.895v-192.21c0-7.675 6.224-13.895 13.895-13.895h94.369c7.675 0 13.895 6.219 13.895 13.895v192.21z'/><path d='M875.465 611.833c0 5.821-4.718 10.543-10.543 10.543-5.821 0-10.543-4.722-10.543-10.543 0-5.826 4.722-10.548 10.543-10.548 5.825 0 10.543 4.722 10.543 10.548zM847.074 434.702h17.753M878.527 434.702h4.903'/></g><path fill='none' stroke='%23000' stroke-width='8.655' stroke-linecap='round' stroke-miterlimit='10' d='M1046.815 180.564c2.579 0 4.815-.802 6.703-2.41 1.892-1.603 2.833-3.509 2.833-5.709h17.696v-16.237l-132.701-48.719-132.698 48.719v16.237h17.692c0 2.2.944 4.106 2.835 5.709 1.886 1.607 4.118 2.41 6.703 2.41h16.151v160.695h-22.211c-2.503 0-4.665.805-6.491 2.41-1.828 1.609-2.742 3.512-2.742 5.709v20.455h241.521v-20.455c0-2.197-.911-4.1-2.739-5.709-1.828-1.605-3.992-2.41-6.491-2.41h-22.213V180.564h16.152zM884.51 341.259V180.564h16.241v160.695H884.51zm48.72 0V180.564h16.233v160.695H933.23zm64.955 0h-16.239V180.564h16.239v160.695z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M1292.429 363.354h98.057c0 13.273-2.539 25.898-7.613 37.863s-12.176 22.43-21.309 31.395l-69.135-69.258zM680.019 1406.568l-35.359-35.353 107.723-107.727c1.229-1.226 2.643-1.841 4.236-1.841 1.596 0 3.009.615 4.238 1.841l42.905 42.903 85.442-85.442-22.281-22.277c-1.967-1.964-2.426-4.145-1.383-6.54 1.045-2.394 2.855-3.59 5.434-3.59h80.104c1.718 0 3.131.552 4.233 1.654 1.107 1.106 1.659 2.52 1.659 4.237v80.104c0 2.574-1.2 4.391-3.593 5.434s-4.572.581-6.537-1.384l-22.28-22.281-116.564 116.565c-1.228 1.227-2.64 1.842-4.233 1.842-1.601 0-3.009-.615-4.233-1.842l-42.91-42.908-76.601 76.605'/><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M1352.326 1392.023h-352.25v-153.15h352.25v153.15z'/><path d='M1303.572 1258.018h-101.867c17.365 11.486 29.121 33.354 29.121 58.523 0 23.664-10.406 44.852-26.078 56.34h98.824c0-15.316 14.297-23.984 29.611-23.984v-56.156c-15.314-.001-29.611-19.409-29.611-34.723zm-20.168 62.385c-8.262 0-14.957-6.695-14.957-14.957 0-8.26 6.695-14.957 14.957-14.957s14.959 6.697 14.959 14.957c0 8.262-6.697 14.957-14.959 14.957zM1117.447 1316.541c0-25.17 11.756-47.037 29.119-58.523h-98.248c0 15.314-13.781 34.723-29.098 34.723v56.156c15.316 0 29.098 8.668 29.098 23.984h95.207c-15.671-11.488-26.078-32.676-26.078-56.34zm-48.449 3.862c-8.258 0-14.957-6.695-14.957-14.957 0-8.26 6.699-14.957 14.957-14.957 8.262 0 14.959 6.697 14.959 14.957 0 8.262-6.697 14.957-14.959 14.957z'/></g><path d='m1191.875 1339.996 1.834 8.338c.105.418.053.812-.156 1.18a1.666 1.666 0 0 1-.893.762l-.26.051c-.143.07-.324.131-.553.184-.229.051-.506.131-.838.236-.334.104-.709.201-1.129.287a49.461 49.461 0 0 1-2.91.524c-.578.09-1.162.168-1.758.238-.594.07-1.23.121-1.914.156-.68.035-1.354.055-2.018.055-8.18 0-15.33-2.281-21.447-6.844-6.119-4.562-10.279-10.707-12.48-18.434h-4.982c-.455 0-.848-.166-1.18-.498a1.609 1.609 0 0 1-.498-1.182v-5.926a1.6 1.6 0 0 1 .498-1.178 1.604 1.604 0 0 1 1.18-.498h3.461a56.435 56.435 0 0 1 .053-5.508h-3.514c-.49 0-.893-.156-1.205-.473-.314-.314-.473-.715-.473-1.205v-5.979c0-.488.158-.891.473-1.205.312-.314.715-.471 1.205-.471h5.139c2.342-7.344 6.598-13.25 12.77-17.727 6.17-4.473 13.172-6.711 21.002-6.711 3.566 0 6.957.402 10.174 1.203.383.105.734.369 1.049.789.209.385.262.805.156 1.258l-2.256 8.338c-.104.455-.348.795-.732 1.023s-.805.271-1.258.131l-.211-.053c-.139-.033-.34-.078-.604-.131-.262-.051-.566-.113-.918-.184a14.53 14.53 0 0 0-1.18-.184c-.438-.053-.891-.104-1.363-.158a39.172 39.172 0 0 0-1.52-.131 25.608 25.608 0 0 0-1.547-.051c-4.406 0-8.355 1.119-11.852 3.355-3.496 2.238-6.119 5.312-7.867 9.23h24.543c.559 0 .996.209 1.311.627.35.42.471.875.367 1.365l-1.26 5.977c-.174.91-.732 1.363-1.676 1.363h-25.592c-.105 1.295-.105 3.131 0 5.508h24.068c.525 0 .963.209 1.312.629.314.42.42.891.314 1.416l-1.26 5.873a1.59 1.59 0 0 1-.574.969 1.595 1.595 0 0 1-1.051.395h-20.293c1.678 4.09 4.291 7.332 7.84 9.727 3.547 2.396 7.543 3.594 11.98 3.594.631 0 1.26-.027 1.891-.078a38.511 38.511 0 0 0 3.303-.42c.488-.088.916-.178 1.285-.264.365-.086.689-.164.971-.236.277-.068.488-.123.629-.156l.262-.105c.453-.174.908-.139 1.363.105.42.247.684.614.789 1.104z'/><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M195.06 418.564v-23.831'/><path stroke-linejoin='round' d='M387.032 489c.012 13.073-22.31 39.247-60.938 39.285-38.626.041-61.091-26.088-61.104-39.164L387.032 489zM134.353 539.688c-.038 13.073-22.773 39.387-61.401 39.276-38.626-.11-60.989-26.326-60.951-39.401l122.352.125zM195.059 594.147l87.361 42.203H107.51l87.549-42.203L195 462.5'/><path d='M180.776 431.138c.896-7.091 6.95-12.574 14.283-12.574 7.334 0 13.386 5.482 14.283 12.573'/><path stroke-linejoin='round' d='M209.321 431.144h7.646l-9.908 31.259-24.051-.06-9.856-31.199h7.587'/><path d='M180.739 431.144h28.582M76.981 443.615l243.334-52.176'/><circle cx='70.829' cy='444.938' r='6.316'/><path d='m74.164 450.32 55.081 89.023M14.543 539.343l53.05-88.98M329.546 395.885l49.869 91.291M274.625 487.237l48.913-91.314'/><g stroke-linejoin='round'><path d='M195.06 418.564v-23.831M387.032 489c.012 13.073-22.31 39.247-60.938 39.285-38.626.041-61.091-26.088-61.104-39.164L387.032 489zM134.353 539.688c-.038 13.073-22.773 39.387-61.401 39.276-38.626-.11-60.989-26.326-60.951-39.401l122.352.125zM195.059 594.147l87.361 42.203H107.51l87.549-42.203L195 462.5M180.776 431.138c.896-7.091 6.95-12.574 14.283-12.574 7.334 0 13.386 5.482 14.283 12.573M209.321 431.144h7.646l-9.908 31.259-24.051-.06-9.856-31.199h7.587M180.739 431.144h28.582M76.981 443.615l243.334-52.176'/><circle cx='70.829' cy='444.938' r='6.316'/><circle cx='326.523' cy='390.35' r='6.317'/><circle cx='326.523' cy='390.35' r='6.317'/><path d='m74.164 450.32 55.081 89.023M14.543 539.343l53.05-88.98M329.546 395.885l49.869 91.291M274.625 487.237l48.913-91.314'/></g></g><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='71.121' cy='313.11' r='29'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='1350' cy='592' r='24'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='807' cy='1169' r='29'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='379.604' cy='997.574' r='29'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='805' cy='85' r='29'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='57' cy='719' r='29'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='355' cy='605' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='143.707' cy='362.607' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='1100.089' cy='30' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='1340.089' cy='1120' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='864.089' cy='840' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='1112.089' cy='900' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='1102.089' cy='278' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='746.089' cy='294' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='160.089' cy='44' r='17.911'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='738' cy='583' r='29'/><circle fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='931.932' cy='1380.884' r='17.146'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='m1321.394 970.865 52.06 52.061M1380.087 997.033l23.773 23.774M1347.561 1029.56l23.773 23.773'/><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M1039.418 431.467v-21.448M1062.832 441.166 1078 426M1072.531 464.582h21.449M1062.833 487.995 1078 503.162M1039.419 497.695v21.448M1016.004 487.996l-15.166 15.167M1006.305 464.582h-21.449M1016 441.167 1000.837 426'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M419.332 1122.485v-11.24M431.604 1127.569l7.95-7.949M436.688 1139.843h11.242M431.604 1152.113l7.95 7.95M419.333 1157.198v11.24M407.06 1152.114l-7.949 7.949M401.977 1139.843h-11.242M407.058 1127.569l-7.947-7.949'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M433.778 430.865v-11.24M446.05 435.949 454 428M451.133 448.223h11.242M446.05 460.493l7.95 7.95M433.778 465.578v11.24M421.506 460.494l-7.949 7.949M416.422 448.223h-11.241M421.504 435.949 413.557 428'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M1024.396 40.989V24.534M1042.362 48.432 1054 36.795M1049.803 66.398h16.458M1042.363 84.361 1054 96M1024.397 91.806v16.454M1006.432 84.362 994.795 96M998.989 66.398h-16.456M1006.429 48.432l-11.634-11.637'/></g><g fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10'><path d='M836.655 726.234v-12.379M850.17 731.832l8.753-8.755M855.766 745.347h12.38M850.17 758.858l8.753 8.754M836.655 764.459v12.376M823.142 758.858l-8.753 8.754M817.543 745.347h-12.378M823.141 731.832l-8.752-8.755'/></g><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-miterlimit='10' d='M258.032 1014.531 237.777 1048H278zM56 1360l-37.988 9.344 28.442 28.441zM1406.556 469.103l-37.989 9.343 28.442 28.442zM922.722 84.758l-13.707-55.73-41.724 41.724zM429.945 62.129 434 28l-32.179 14.602zM248.568 355.013l4.265-35.896-33.845 15.357zM475.724 649.176l32.549-58.824-69.069 2.683z'/><path fill='none' stroke='%23000' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M986.576 592.097c26.999-26.999 28.498 31.499 59.997 0M11.479 391.077c26.999-26.999 28.498 31.499 59.997 0M27.625 14.625c26.999 26.999-31.499 28.498 0 59.997M152.618 713.59c26.999-26.998 28.498 31.499 59.997 0M50.618 1041.564c26.999-26.998 28.498 31.499 59.997 0M692.491 1253.688c-26.998-27 31.5-28.498 0-59.998M1393.057 1283.562c-26.998-27 31.499-28.498 0-59.998'/></svg>");
}
.mask.mask-datas {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1726.104' height='121.9'><g fill='%2300cec9'><path data-name='Path 254471' d='M46.302 67.6h-8.2a4.828 4.828 0 0 1-3.213-1.176 4 4 0 0 1-1.387-3.024v-9.7a1 1 0 0 1 2 0v9.7a2.4 2.4 0 0 0 2.6 2.2h8.2a1 1 0 0 1 0 2Z'/><path data-name='Path 254472' d='M91.202 67.6h-46.2a1 1 0 0 1-1-1 1 1 0 0 1 1-1h46.2a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254473' d='M34.402 59.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254474' d='M34.402 0a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254475' d='M95.402 62a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254476' d='M114.602 41.2a1 1 0 0 1-1-1v-9.7a2.4 2.4 0 0 0-2.6-2.2h-8.2a1 1 0 0 1 0-2h8.2a4.828 4.828 0 0 1 3.213 1.176 4 4 0 0 1 1.387 3.024v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254477' d='M8.102 28.5a1 1 0 0 1-1-1 1 1 0 0 1 1-1l96-.2a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254478' d='M114.802 86.3a1 1 0 0 1-1-1l-.1-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l.1 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254479' d='M114.902 84.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254480' d='M4.502 22.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254481' d='M138.602 56.2a1 1 0 0 1-1-1v-9.7a4 4 0 0 1 1.387-3.024 4.828 4.828 0 0 1 3.213-1.176h8.2a1 1 0 0 1 0 2h-8.2a2.4 2.4 0 0 0-2.6 2.2v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254482' d='m245.102 43.5-95.9-.2a1 1 0 0 1-1-1 1 1 0 0 1 1-1l95.9.2a1 1 0 0 1 0 2Z'/><path data-name='Path 254483' d='M138.402 101.3a1 1 0 0 1-1-1l.2-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l-.2 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254484' d='M138.402 99.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254485' d='M248.702 37.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254486' d='M194.002 78.6h-8.2a4.828 4.828 0 0 1-3.213-1.176 4 4 0 0 1-1.387-3.024v-9.7a1 1 0 0 1 2 0v9.7a2.4 2.4 0 0 0 2.6 2.2h8.2a1 1 0 0 1 0 2Z'/><path data-name='Path 254487' d='M192.802 78.6a1 1 0 0 1-1-1 1 1 0 0 1 1-1l156-.1a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254488' d='M182.102 70.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254489' d='M182.102 11a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254490' d='M352.402 73a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254491' d='M606.902 77.6h-8.2a1 1 0 0 1 0-2h8.2a2.4 2.4 0 0 0 2.6-2.2v-9.7a1 1 0 0 1 2 0v9.7a4 4 0 0 1-1.387 3.024 4.828 4.828 0 0 1-3.213 1.176Z'/><path data-name='Path 254492' d='M599.902 77.6h-46.1a1 1 0 0 1-1-1 1 1 0 0 1 1-1h46.1a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254493' d='M610.502 69.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254494' d='M610.502 10a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254495' d='M549.602 72a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254496' d='M506.302 66.2a1 1 0 0 1-1-1v-9.7a2.4 2.4 0 0 0-2.6-2.2h-8.2a1 1 0 0 1 0-2h8.2a4.828 4.828 0 0 1 3.213 1.176 4 4 0 0 1 1.387 3.024v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254497' d='M399.802 53.5a1 1 0 0 1-1-1 1 1 0 0 1 1-1l96-.2a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254498' d='M506.602 111.3a1 1 0 0 1-1-1l-.2-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l.2 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254499' d='M506.602 109.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254500' d='M396.202 47.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254501' d='M459.202 88.6h-8.2a1 1 0 0 1 0-2h8.2a2.4 2.4 0 0 0 2.6-2.2v-9.7a1 1 0 0 1 2 0v9.7a4 4 0 0 1-1.387 3.024 4.828 4.828 0 0 1-3.213 1.176Z'/><path data-name='Path 254502' d='m452.202 88.6-156-.1a1 1 0 0 1-1-1 1 1 0 0 1 1-1l156 .1a1 1 0 1 1 0 2Z'/><path data-name='Path 254503' d='M462.802 80.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254504' d='M462.802 21a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254505' d='M292.602 83a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254506' d='M697.202 37.2a1 1 0 0 1-1-1v-9.7a2.4 2.4 0 0 0-2.6-2.2h-8.2a1 1 0 0 1 0-2h8.2a4.828 4.828 0 0 1 3.213 1.176 4 4 0 0 1 1.387 3.024v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254507' d='M590.702 24.5a1 1 0 0 1-1-1 1 1 0 0 1 1-1l95.9-.2a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254508' d='M697.402 82.3a1 1 0 0 1-1-1l-.1-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l.1 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254509' d='M697.402 80.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254510' d='M587.102 18.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254511' d='M721.202 52.2a1 1 0 0 1-1-1v-9.7a4 4 0 0 1 1.387-3.024 4.828 4.828 0 0 1 3.213-1.176h8.2a1 1 0 0 1 0 2h-8.2a2.4 2.4 0 0 0-2.6 2.2v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254512' d='m827.702 39.5-95.9-.2a1 1 0 0 1-1-1 1 1 0 0 1 1-1l95.9.2a1 1 0 0 1 0 2Z'/><path data-name='Path 254513' d='M721.002 97.3a1 1 0 0 1-1-1l.1-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l-.1 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254514' d='M721.002 95.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254515' d='M831.302 33.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254516' d='M776.602 74.6h-8.2a4.828 4.828 0 0 1-3.213-1.176 4 4 0 0 1-1.387-3.024v-9.7a1 1 0 0 1 2 0v9.7a2.4 2.4 0 0 0 2.6 2.2h8.2a1 1 0 0 1 0 2Z'/><path data-name='Path 254517' d='M775.302 74.6a1 1 0 0 1-1-1 1 1 0 0 1 1-1l156.1-.1a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254518' d='M764.702 66.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254519' d='M764.702 7a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254520' d='M935.002 69a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254521' d='M1189.502 73.6h-8.2a1 1 0 0 1 0-2h8.2a2.4 2.4 0 0 0 2.6-2.2v-9.7a1 1 0 0 1 2 0v9.7a4 4 0 0 1-1.387 3.024 4.828 4.828 0 0 1-3.213 1.176Z'/><path data-name='Path 254522' d='M1182.502 73.6h-46.2a1 1 0 0 1-1-1 1 1 0 0 1 1-1h46.2a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254523' d='M1193.102 65.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254524' d='M1193.102 6a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254525' d='M1132.202 68a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254526' d='M1112.902 47.2a1 1 0 0 1-1-1v-9.7a4 4 0 0 1 1.387-3.024 4.828 4.828 0 0 1 3.213-1.176h8.2a1 1 0 1 1 0 2h-8.2a2.4 2.4 0 0 0-2.6 2.2v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254527' d='m1219.402 34.5-95.9-.2a1 1 0 0 1-1-1 1 1 0 0 1 1-1l95.9.2a1 1 0 0 1 0 2Z'/><path data-name='Path 254528' d='M1112.702 92.3a1 1 0 0 1-1-1l.1-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l-.1 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254529' d='M1112.702 90.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254530' d='M1223.002 28.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254531' d='M1088.902 62.2a1 1 0 0 1-1-1v-9.7a2.4 2.4 0 0 0-2.6-2.2h-8.2a1 1 0 0 1 0-2h8.2a4.828 4.828 0 0 1 3.213 1.176 4 4 0 0 1 1.387 3.024v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254532' d='M982.402 49.5a1 1 0 0 1-1-1 1 1 0 0 1 1-1l95.9-.2a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254533' d='M1089.102 107.3a1 1 0 0 1-1-1l-.1-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l.1 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254534' d='M1089.202 105.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254535' d='M978.802 43.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254536' d='M1041.702 84.6h-8.2a1 1 0 0 1 0-2h8.2a2.4 2.4 0 0 0 2.6-2.2v-9.7a1 1 0 0 1 2 0v9.7a4 4 0 0 1-1.387 3.024 4.828 4.828 0 0 1-3.213 1.176Z'/><path data-name='Path 254537' d='m1034.802 84.6-156.1-.1a1 1 0 0 1-1-1 1 1 0 0 1 1-1l156.1.1a1 1 0 1 1 0 2Z'/><path data-name='Path 254538' d='M1045.402 76.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254539' d='M1045.402 17a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254540' d='M875.102 79a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254541' d='M1219.802 59.2a1 1 0 0 1-1-1v-9.7a4 4 0 0 1 1.387-3.024 4.828 4.828 0 0 1 3.213-1.176h8.2a1 1 0 0 1 0 2h-8.2a2.4 2.4 0 0 0-2.6 2.2v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254542' d='m1326.302 46.5-96-.2a1 1 0 0 1-1-1 1 1 0 0 1 1-1l96 .2a1 1 0 0 1 0 2Z'/><path data-name='Path 254543' d='M1219.502 104.3a1 1 0 0 1-1-1l.2-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l-.2 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254544' d='M1219.502 102.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254545' d='M1329.902 40.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254546' d='M1275.102 81.6h-8.2a4.828 4.828 0 0 1-3.213-1.176 4 4 0 0 1-1.387-3.024v-9.7a1 1 0 0 1 2 0v9.7a2.4 2.4 0 0 0 2.6 2.2h8.2a1 1 0 0 1 0 2Z'/><path data-name='Path 254547' d='M1273.902 81.6a1 1 0 0 1-1-1 1 1 0 0 1 1-1l156-.1a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254548' d='M1263.302 73.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254549' d='M1263.302 14a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254550' d='M1433.502 76a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254551' d='M1688.002 80.6h-8.2a1 1 0 0 1 0-2h8.2a2.4 2.4 0 0 0 2.6-2.2v-9.7a1 1 0 0 1 2 0v9.7a4 4 0 0 1-1.387 3.024 4.829 4.829 0 0 1-3.213 1.176Z'/><path data-name='Path 254552' d='M1681.102 80.6h-46.2a1 1 0 0 1-1-1 1 1 0 0 1 1-1h46.2a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254553' d='M1691.702 72.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254554' d='M1691.702 13a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254555' d='M1630.702 75a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254556' d='M1611.502 54.2a1 1 0 0 1-1-1v-9.7a4 4 0 0 1 1.387-3.024 4.828 4.828 0 0 1 3.213-1.176h8.2a1 1 0 0 1 0 2h-8.2a2.4 2.4 0 0 0-2.6 2.2v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254557' d='m1718.002 41.5-96-.2a1 1 0 0 1-1-1 1 1 0 0 1 1-1l96 .2a1 1 0 0 1 0 2Z'/><path data-name='Path 254558' d='M1611.302 99.3a1 1 0 0 1-1-1l.1-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l-.1 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254559' d='M1611.202 97.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254560' d='M1721.602 35.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254561' d='M1587.502 69.2a1 1 0 0 1-1-1v-9.7a2.4 2.4 0 0 0-2.6-2.2h-8.2a1 1 0 0 1 0-2h8.2a4.828 4.828 0 0 1 3.213 1.176 4 4 0 0 1 1.387 3.024v9.7a1 1 0 0 1-1 1Z'/><path data-name='Path 254562' d='M1481.002 56.5a1 1 0 0 1-1-1 1 1 0 0 1 1-1l95.9-.2a1 1 0 0 1 1 1 1 1 0 0 1-1 1Z'/><path data-name='Path 254563' d='M1587.702 114.3a1 1 0 0 1-1-1l-.2-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1l.2 50a1 1 0 0 1-1 1Z'/><path data-name='Path 254564' d='M1587.702 112.3a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254565' d='M1477.402 50.5a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254566' d='M1540.302 91.6h-8.2a1 1 0 0 1 0-2h8.2a2.4 2.4 0 0 0 2.6-2.2v-9.7a1 1 0 0 1 2 0v9.7a4 4 0 0 1-1.387 3.024 4.829 4.829 0 0 1-3.213 1.176Z'/><path data-name='Path 254567' d='m1533.302 91.6-156-.1a1 1 0 0 1-1-1 1 1 0 0 1 1-1l156 .1a1 1 0 1 1 0 2Z'/><path data-name='Path 254568' d='M1544.002 83.5a1 1 0 0 1-1-1v-50a1 1 0 0 1 1-1 1 1 0 0 1 1 1v50a1 1 0 0 1-1 1Z'/><path data-name='Path 254569' d='M1544.002 24a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/><path data-name='Path 254570' d='M1373.702 86a4.663 4.663 0 0 1 4.5 4.8 4.663 4.663 0 0 1-4.5 4.8 4.663 4.663 0 0 1-4.5-4.8 4.663 4.663 0 0 1 4.5-4.8Zm0 7.6a2.666 2.666 0 0 0 2.5-2.8 2.666 2.666 0 0 0-2.5-2.8 2.666 2.666 0 0 0-2.5 2.8 2.666 2.666 0 0 0 2.5 2.8Z'/></g></svg>");
  filter: alpha(opacity=16);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=16);
  opacity: 0.16;
}
.mask.mask-diamond-dark {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 344.3 261.1"><defs><linearGradient id="a" y1="195.1" x2="172.2" y2="195.1" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%23303030"/><stop offset=".1" stop-color="%23232323"/><stop offset=".3" stop-color="%23181818"/><stop offset=".4" stop-color="%23141414"/><stop offset=".7" stop-color="%23080808"/><stop offset="1"/></linearGradient><linearGradient id="b" x1=".4" y1="64.6" x2="171.8" y2="64.6" xlink:href="%23a"/><linearGradient id="c" x1="172.6" y1="64.6" x2="343.9" y2="64.6" xlink:href="%23a"/><linearGradient id="d" x1="80.6" y1="128.3" x2="10.6" y2="129.3" xlink:href="%23a"/><linearGradient id="e" x1="720.3" y1="128.3" x2="650.3" y2="129.3" gradientTransform="matrix(-1 0 0 1 984 0)" xlink:href="%23a"/><linearGradient id="f" x1="86.1" y1="129.4" x2="258.2" y2="129.4" xlink:href="%23a"/><linearGradient id="g" x1="342.8" y1="260" x2="344.3" y2="260" xlink:href="%23a"/><linearGradient id="h" x1="170.7" y1="260" x2="173.7" y2="260" xlink:href="%23a"/><linearGradient id="i" y1="260" x2="1.5" y2="260" xlink:href="%23a"/><linearGradient id="j" x1=".4" y1="64.6" x2="86.1" y2="64.6" xlink:href="%23a"/><linearGradient id="k" x1="86.1" y1="194" x2="172.2" y2="194" xlink:href="%23a"/><linearGradient id="l" x1="172.2" y1="195.1" x2="344.3" y2="195.1" xlink:href="%23a"/></defs><path style="fill:url(%23a)" d="M86 129 0 259l1 2h170l1-2-86-130z"/><path style="fill:url(%23b)" d="M172 0H0l86 129L172 0z"/><path style="fill:url(%23c)" d="M344 0H173l85 129L344 0z"/><path style="fill:url(%23d)" d="M0 0v259l86-130L0 0z"/><path style="fill:url(%23e)" d="M344 0v259l-86-130L344 0z"/><path style="fill:url(%23f)" d="m86 129 86 130 86-130L173 0h-1L86 129z"/><path style="fill:url(%23g)" d="m344 259-1 2h1v-2z"/><path style="fill:url(%23h)" d="M171 261h3l-2-2-1 2z"/><path style="fill:url(%23i)" d="M0 261h1l-1-2v2z"/><path style="fill:url(%23j)" d="M86 129 0 0l86 129z"/><path style="fill:url(%23k)" d="M172 259 86 129l86 130z"/><path style="fill:url(%23l)" d="m258 129-86 130 2 2h169l1-2-86-130z"/></svg>');
  filter: alpha(opacity=36);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=36);
  opacity: 0.36;
}
.mask.mask-diamond-white {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 344.3 261.1"><defs><linearGradient id="a" y1="195.1" x2="172.2" y2="195.1" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%23d3cdcc"/><stop offset=".1" stop-color="%23dedcdb"/><stop offset=".3" stop-color="%23e7e7e7"/><stop offset=".4" stop-color="%23eaebeb"/><stop offset=".7" stop-color="%23f5f7f8"/><stop offset="1" stop-color="%23fff"/></linearGradient><linearGradient id="b" x1=".4" y1="64.6" x2="171.8" y2="64.6" xlink:href="%23a"/><linearGradient id="c" x1="172.6" y1="64.6" x2="343.9" y2="64.6" xlink:href="%23a"/><linearGradient id="d" x1="80.6" y1="128.3" x2="10.6" y2="129.3" xlink:href="%23a"/><linearGradient id="e" x1="720.3" y1="128.3" x2="650.3" y2="129.3" gradientTransform="matrix(-1 0 0 1 984 0)" xlink:href="%23a"/><linearGradient id="f" x1="86.1" y1="129.4" x2="258.2" y2="129.4" xlink:href="%23a"/><linearGradient id="g" x1="342.8" y1="260" x2="344.3" y2="260" xlink:href="%23a"/><linearGradient id="h" x1="170.7" y1="260" x2="173.7" y2="260" xlink:href="%23a"/><linearGradient id="i" y1="260" x2="1.5" y2="260" xlink:href="%23a"/><linearGradient id="j" x1=".4" y1="64.6" x2="86.1" y2="64.6" xlink:href="%23a"/><linearGradient id="k" x1="86.1" y1="194" x2="172.2" y2="194" xlink:href="%23a"/><linearGradient id="l" x1="172.2" y1="195.1" x2="344.3" y2="195.1" xlink:href="%23a"/></defs><path style="fill:url(%23a)" d="M86 129 0 259l1 2h170l1-2-86-130z"/><path style="fill:url(%23b)" d="M172 0H0l86 129L172 0z"/><path style="fill:url(%23c)" d="M344 0H173l85 129L344 0z"/><path style="fill:url(%23d)" d="M0 0v259l86-130L0 0z"/><path style="fill:url(%23e)" d="M344 0v259l-86-130L344 0z"/><path style="fill:url(%23f)" d="m86 129 86 130 86-130L173 0h-1L86 129z"/><path style="fill:url(%23g)" d="m344 259-1 2h1v-2z"/><path style="fill:url(%23h)" d="M171 261h3l-2-2-1 2z"/><path style="fill:url(%23i)" d="M0 261h1l-1-2v2z"/><path style="fill:url(%23j)" d="M86 129 0 0l86 129z"/><path style="fill:url(%23k)" d="M172 259 86 129l86 130z"/><path style="fill:url(%23l)" d="m258 129-86 130 2 2h169l1-2-86-130z"/></svg>');
  filter: alpha(opacity=24);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=24);
  opacity: 0.24;
}
.mask.mask-graph {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><g data-name='graph' fill='%23163440' fill-rule='evenodd' opacity='1'><path d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4Zm-1 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-9-10h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm9-10v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-9-10h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm9-10v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-9-10h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm9-10v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-9-10h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Z' opacity='.5'/><path d='M6 5V0H5v5H0v1h5v94h1V6h94V5Z'/></g></svg>");
  background-size: 8rem;
  filter: alpha(opacity=8);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8);
  opacity: 0.08;
}
.mask.mask-graph-white {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><g data-name='graph' fill='%23fff' fill-rule='evenodd' opacity='1'><path d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4Zm-1 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-9-10h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm9-10v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-9-10h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm9-10v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-9-10h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm9-10v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-10 0v-9h-9v9Zm-9-10h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Zm10 0h9v-9h-9Z' opacity='.5'/><path d='M6 5V0H5v5H0v1h5v94h1V6h94V5Z'/></g></svg>");
  background-size: 8rem;
  filter: alpha(opacity=12);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
  opacity: 0.12;
}
.mask.mask-grid {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='153' height='153' viewBox='0 0 153 153'><g id='grid-grey' transform='translate(-0.5 -0.5)'><path id='Path_250669' data-name='Path 250669' d='M1,13H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250670' data-name='Path 250670' d='M1,29H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250671' data-name='Path 250671' d='M1,45H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250672' data-name='Path 250672' d='M1,61H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250673' data-name='Path 250673' d='M1,77H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250674' data-name='Path 250674' d='M1,93H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250675' data-name='Path 250675' d='M1,109H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250676' data-name='Path 250676' d='M1,125H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250677' data-name='Path 250677' d='M1,141H153' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250678' data-name='Path 250678' d='M13,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250679' data-name='Path 250679' d='M29,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250680' data-name='Path 250680' d='M45,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250681' data-name='Path 250681' d='M61,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250682' data-name='Path 250682' d='M77,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250683' data-name='Path 250683' d='M93,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250684' data-name='Path 250684' d='M109,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250685' data-name='Path 250685' d='M125,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/><path id='Path_250686' data-name='Path 250686' d='M141,153V1' fill='none' stroke='%23e3f2e9' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' opacity='0.5'/></g></svg>%0A");
}
.mask.mask-hexagons {
  background-image: url("data:image/svg+xml,<svg width='32' height='26' viewBox='0 0 32 26' xmlns='http://www.w3.org/2000/svg'><path d='M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z' fill='%23f3f3f3' fill-opacity='1' fill-rule='evenodd'/></svg>");
}
.mask.mask-hexagons-danger {
  background-image: url("data:image/svg+xml,<svg width='32' height='26' viewBox='0 0 32 26' xmlns='http://www.w3.org/2000/svg'><path d='M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z' fill='%23ff6576' fill-opacity='1' fill-rule='evenodd'/></svg>");
}
.mask.mask-hexagons-white {
  background-image: url("data:image/svg+xml,<svg width='32' height='26' viewBox='0 0 32 26' xmlns='http://www.w3.org/2000/svg'><path d='M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z' fill='%23fff' fill-opacity='1' fill-rule='evenodd'/></svg>");
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}
.mask.mask-texture-dark {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'><path d='M600 325v-1l-15 9c-10 6-18 12-24 19-6 6-13 10-23 14l-5 2-4 2c-10 3-15 6-19 10-5 4-10 6-17 8l-7 2-6 2c-5 1-8 2-10 4l-13 5-5 1-5 1a110 110 0 0 0-11 5c-3 1-6 3-9 8l-6 9-10 15a51 51 0 0 1-5 4l-12 9a15 15 0 0 0-3 4c-2 2-2 4-3 9-2 10-4 14-8 22a78 78 0 0 1-12 14l-3 4-5 5a42 42 0 0 0-10 17c-3 8-3 15-2 27l1 8a391 391 0 0 0 1 37h1a333 333 0 0 1-2-45c-1-12-1-19 2-27a41 41 0 0 1 9-17l5-5 4-3 1-2c4-3 6-6 10-13 5-7 7-11 9-22l2-9a14 14 0 0 1 4-4l12-8a54 54 0 0 0 4-5c3-2 5-5 11-14l6-9c3-5 6-7 8-9a111 111 0 0 1 11-4l8-2h2l13-6 11-3 6-2 6-2c7-2 13-5 17-9 4-3 9-6 19-10l5-1 5-2c10-4 17-9 22-15 6-6 14-12 25-19l14-8v-64c-4 8-9 14-13 17l-9 7-6 5-1 1-5 4-18 13-8 8c-6 6-11 8-29 11-11 1-20 4-31 11a653 653 0 0 0-13 7c-6 3-11 5-16 5-17 0-41 11-52 22-12 14-31 28-45 31-7 2-12 8-14 15a47 47 0 0 0-1 14 35 35 0 0 0 0 4 37 37 0 0 1-1 13c-2 6-5 12-11 19-13 17-22 47-22 72v9l-1 22c0 11-2 20-5 29h-1c3-9 5-18 5-29l1-22v-9c0-25 9-55 23-72 5-7 9-13 10-19a36 36 0 0 0 1-13 36 36 0 0 1 0-4 48 48 0 0 1 1-14c2-8 7-14 15-15 13-4 33-18 45-31 10-12 35-23 52-23 5 0 10-2 15-5l7-3 7-4c11-7 19-10 31-11 17-3 23-5 29-11 4-5 5-5 8-7l17-14 5-3 1-1 7-5c3-3 6-6 9-7 4-4 9-11 13-20v67Zm0-116h-2c-6 1-14 3-22 7-3 2-8 3-14 3a84 84 0 0 1-15-1l-4-1a32 32 0 0 0-4-1l-17-1c-10 0-17 1-18 3 0 1 1 3 4 5l4 4 4 4a12 12 0 0 0 6 2l2 1c4 0 6 1 7 2 1 2 1 5-1 9-2 7-5 10-10 11-3 0-7-2-14-6-5-2-7-7-9-15v-5c-2-7-2-10-4-11a19 19 0 0 0-3-1 22 22 0 0 0-8 0h-13c-21 2-29 6-38 15l-4 6-2 3-3 3a59 59 0 0 1-12 13l-4 3-5 4a191 191 0 0 0-17 15c-8 9-11 14-11 16s1 2 6 3h3a17 17 0 0 1 7 2c8 4 12 7 14 11 3 6 1 13-9 20-8 7-11 11-11 15a26 26 0 0 0 0 5c1 6 1 10-3 17a44 44 0 0 1-4 8c-3 4-5 5-10 7l-5 2-5 2a72 72 0 0 0-13 8c-8 7-13 15-16 25l-2 16-5 16c-2 5-11 27-13 29l-6 14c-4 8-7 14-11 17-5 7-9 15-13 29l-2 5-5 12c-6 16-25 27-46 27-11 0-21-3-31-9-6-3-5-2-22-15-15-9-18-10-21-6l-2 2a52 52 0 0 1-5 6l-6 8c-3 2-5 4-6 7a46 46 0 0 0-6 7l-2 11-1 3h-1l1-3c1-6 1-9 3-11a47 47 0 0 1 5-8l6-7 7-7a52 52 0 0 0 5-6l1-3c4-5 8-4 22 7l22 14c11 6 20 9 31 9 21 0 40-11 46-26l4-12 2-6c4-14 8-22 14-28l10-18 7-13c1-3 10-25 13-29l4-16 2-16c3-10 8-19 17-25a73 73 0 0 1 13-9l5-2 4-2c5-1 8-3 10-7a44 44 0 0 0 5-7c3-7 3-11 2-17a27 27 0 0 1 0-5c0-5 3-9 12-15 9-7 11-14 8-19-2-4-6-8-13-12a16 16 0 0 0-7-1h-3c-5-1-7-1-7-4 0-2 3-8 12-16a192 192 0 0 1 16-16l5-4 4-3 2-1a59 59 0 0 0 11-11l2-4 2-3 5-5c8-10 17-14 37-15l14-1a23 23 0 0 1 9 1 20 20 0 0 1 2 1c2 1 3 3 4 10l1 3v3c2 8 4 12 8 15 7 3 11 5 14 5 4-1 7-4 10-10v-8c-1-1-2-2-6-2l-2-1a13 13 0 0 1-6-3l-5-4-4-3c-3-3-4-5-3-6 1-3 7-4 18-4l17 1 4 1 4 1a83 83 0 0 0 15 1l14-2a70 70 0 0 1 24-8v1Zm0-101v1c-9 16-17 30-24 36-3 4-7 5-13 6h-19c-10-1-16-1-21 1a84 84 0 0 1-15 2h-2c-13 1-20 2-33 5l-14 4a246 246 0 0 1-33 4l-20 1a37 37 0 0 0-18 5c-8 5-15 13-20 24a69 69 0 0 1-4 10c-4 6-7 9-13 12l-4 2a64 64 0 0 0-16 10c-8 8-13 17-22 36l-2 4c-8 16-12 24-18 30-7 9-20 15-40 20l-19 6a143 143 0 0 0-16 4c-10 5-19 11-36 27l-2 2a236 236 0 0 1-32 24l-12 8c-12 8-19 13-25 20a62 62 0 0 0-6 9c-4 7-6 13-9 25l-2 7-2 6c-2 11-6 18-14 27l-4 5-5 5a24 24 0 0 0-3 7c-1 3-2 5-2 12 0 10-1 15-5 22l-6 16a73 73 0 0 1-4 7c-2 6-6 11-13 17-6 7-8 11-10 16l-2 5v2h-1v-2l2-5c2-5 5-10 11-16l13-17a73 73 0 0 0 3-7l7-16c3-8 4-13 4-23l2-12a25 25 0 0 1 4-6l4-6 4-5a65 65 0 0 0 16-33l2-6c3-12 5-18 9-25a64 64 0 0 1 7-9c6-7 13-13 24-21l13-8a258 258 0 0 0 31-24l2-2c18-16 26-22 37-26a142 142 0 0 1 16-5l19-6c20-5 32-11 40-19 5-7 10-14 17-30l2-4c9-20 14-29 23-36a65 65 0 0 1 15-11l4-2c6-3 10-5 13-11a68 68 0 0 0 5-10c4-12 11-20 20-25a38 38 0 0 1 18-5l20-1a245 245 0 0 0 33-4l14-3a124 124 0 0 1 33-6h2a82 82 0 0 0 15-2c5-2 11-2 22-1h18c5-1 10-2 13-5 6-7 15-21 24-37Zm0 450-3-20-1-2v-2c-2-16-3-22-5-25-3-2-3-5-3-8l1-2v-7c-1-3-4-5-8-7-5-2-7-4-5-8a22 22 0 0 1 3-5l6-6c6-6 9-11 9-16a15 15 0 0 1 6-13v1a14 14 0 0 0-5 12c0 5-3 10-10 17l-5 6a21 21 0 0 0-3 4c-2 3 0 6 4 8 5 1 8 4 9 6l-1 8v2c0 3 0 5 2 8 3 2 4 9 6 25v2l1 2 2 16v4Zm0-62-5-11-1-5 2-6a71 71 0 0 0 4-11v4a63 63 0 0 1-3 8l-2 5 1 4 4 10Zm0-85a20 20 0 0 1-6 4l-21 8c-9 5-16 6-23 6l-15-6-3-2-5-4c-4-2-3-5 1-10l19-14 4-3 23-14c11-9 19-14 26-15v1c-6 1-15 6-26 14-4 4-4 4-22 15l-5 3-18 14c-4 4-5 7-2 9l6 3 3 2c6 4 9 5 14 6 6 0 14-1 23-5l20-9a18 18 0 0 0 7-5v2Zm0-41v1c-7 0-12 3-20 9l-4 3a52 52 0 0 1-5 3l-6 4-9 6-8 6c-5 3-7 7-8 9-1 3 2 5 7 6a50 50 0 0 0 31-5 62 62 0 0 0 17-12 42 42 0 0 0 5-8v2a39 39 0 0 1-5 6 63 63 0 0 1-17 13 51 51 0 0 1-31 5c-6-1-9-4-8-7s4-6 8-10a111 111 0 0 1 18-12l6-3 4-3 5-4c7-6 13-9 20-9Zm0-155v1l-8 1a339 339 0 0 1-23 8 33 33 0 0 1-7 2h-2c-8 1-12 2-12 6l8 26a57 57 0 0 1 3 7l1 4c1 7 3 11 5 12l8-1c3-2 7-5 11-10l4-5 4-4 8-21v4a67 67 0 0 1-11 21l-4 6c-4 5-8 8-12 10h-8c-3-1-4-4-6-12l-1-3a56 56 0 0 0-2-8c-6-13-8-21-8-26 0-4 3-6 12-7h2a33 33 0 0 0 7-1l4-2a334 334 0 0 0 27-8ZM0 292c10-11 18-23 23-35l11-31 1-5 15-39c6-13 13-22 21-26 6-4 10-8 12-13a47 47 0 0 0 2-7l4-10c2-4 6-6 12-9l18-9V94c0-10 0-11 2-13a13 13 0 0 1 2-1l3-2a68 68 0 0 0 9-6l8-8 9-8c4-2 8-3 11-2l19 3h22a85 85 0 0 1 15 2l13 1a19 19 0 0 0 10-3l12-5c3-1 4 0 16 2 17 4 31 1 41-10 5-5 6-9 4-14a18 18 0 0 1-1-5c-1-2 0-4 2-7 3-2 5-9 7-18h2c-2 10-4 17-7 20-2 2-3 3-2 5a17 17 0 0 0 1 4c2 6 1 11-4 17-11 11-25 14-43 10-12-2-13-3-16-2-3 0-6 2-10 5a21 21 0 0 1-12 3l-13-1a83 83 0 0 0-15-2 360 360 0 0 1-41-3c-6-2-10 1-18 10l-8 8a70 70 0 0 1-10 6l-3 1a11 11 0 0 0-1 1c-2 2-2 3-2 12v9c1 3 0 5-1 6-1 3-2 3-19 10-5 2-9 5-11 8s-2 5-3 10a48 48 0 0 1-2 7c-3 5-6 10-14 14-7 4-13 12-19 25-5 9-8 19-15 39l-1 5-11 30c-5 13-14 26-25 38v-3Zm0 78 1-1c6 1 7 6 5 14a60 60 0 0 1-6 11v-2a58 58 0 0 0 5-9c2-8 1-13-4-13l-1 1v-47l14-8c13-10 30-38 30-54 0-18 21-73 32-79 12-9 32-28 36-38 1-5 5-7 14-10 6-1 9-2 11-4l4-11 2-8c4-12 8-19 14-20l10-4c7-3 12-5 17-5a31 31 0 0 1 19 5c6 3 12 4 20 4a97 97 0 0 0 20-3l9-2a29 29 0 0 1 5 0 314 314 0 0 0 37-3 113 113 0 0 0 22-4c19-7 32-19 33-28l3-11c3-8 4-13 3-18a23 23 0 0 0-1-7l-4-16h1a67 67 0 0 0 3 16 25 25 0 0 1 2 7c1 5 0 10-3 18l-2 11c-2 10-16 22-35 28a114 114 0 0 1-22 5 252 252 0 0 1-37 3 27 27 0 0 0-5 0l-9 2a99 99 0 0 1-20 3c-8 0-15-1-20-5a30 30 0 0 0-19-4c-5 0-10 2-17 5a98 98 0 0 1-10 3c-6 2-9 8-13 20l-2 9-5 10c-2 3-4 4-12 6-7 1-11 3-13 8-3 10-23 30-36 38-10 7-31 61-31 79 0 16-17 45-31 54l-14 9v45Zm0-174v-1c7-4 15-10 22-19l16-20a47 47 0 0 1 7-7l6-4c9-7 14-12 16-19l2-12 3-16c2-17 5-27 10-32 10-14 20-28 20-33 0-3 0-3 6-16a272 272 0 0 0 5-17h1c0 3-1 8-4 14l-2 4-5 15c0 5-10 20-21 33-4 5-7 15-9 32l-3 16-3 12c-2 8-6 13-16 20l-5 4a47 47 0 0 0-8 6l-15 21c-8 9-15 15-23 19Zm0 362v-4a52 52 0 0 0 2 6c2 6 4 8 8 7 19-9 34-25 34-40 0-16 6-32 17-46a37 37 0 0 1 5-6l2-2 2-2c4-2 6-5 8-12l4-13v-2c4-10 5-15 5-19-1-4-4-5-12-2a81 81 0 0 1-9 4c-14 5-27 6-43 6h-3a40 40 0 0 0-15 2 22 22 0 0 0-5 3v-1a24 24 0 0 1 5-2 41 41 0 0 1 16-3h2c16 0 29-1 43-6a80 80 0 0 0 9-3c8-4 12-3 13 2 0 4-1 9-5 19v2l-5 13c-1 8-3 10-7 13l-2 2-2 1a35 35 0 0 0-6 6 77 77 0 0 0-16 46c0 16-15 31-35 40-4 2-7 0-9-7l-1-2Zm0-62v-2l1 3a60 60 0 0 1 5 17 165 165 0 0 1 1 18l1 15c2 3 4 2 9-1 17-15 22-23 22-39 0-7 1-12 3-18l14-19a70 70 0 0 1 7-9 45 45 0 0 1 4-3l1-1a10 10 0 0 0 2-3 36 36 0 0 0 3-6v-3l1-2a34 34 0 0 0 1-3l-1-4c-2-2-9-1-24 4-9 4-16 5-28 5-7 0-10 0-13 2s-6 6-8 14l-1 6v-4l1-2c1-8 4-13 8-15 3-2 5-2 13-2 12 0 18-1 28-4 15-6 22-7 25-5l1 5a34 34 0 0 1-1 4l-1 2v1l-1 1a37 37 0 0 1-2 6 11 11 0 0 1-3 4l-1 1h-1l-2 3a69 69 0 0 0-8 8c-9 13-11 15-13 20s-3 10-3 17c0 16-5 25-23 39-5 5-8 5-10 2l-1-16a165 165 0 0 0-1-18 59 59 0 0 0-4-17l-1-1ZM379 0h1l2 5c3 12 5 20 5 28a60 60 0 0 1-7 31c-7 15-20 27-36 34-12 6-26 10-36 10l-37 4-3 1-37 5-20-3-9-2c-20-3-31-1-31 8l-1 3v3c-1 11-2 15-4 20-3 5-8 8-16 8-10 0-13 0-15 3a118 118 0 0 1-9 8l-15 14-7 6a92 92 0 0 0-26 40c-2 9 3 10 19 2l44-22 16-7 11-5 2-1 2-2 5-2c18-9 34-11 50-1 23 13 39 37 39 56s-1 25-6 33a45 45 0 0 1-5 7c-6 8-11 17-12 22-2 6 4 7 20 0 13-7 22-15 28-27a81 81 0 0 0 6-15l4-12a29 29 0 0 1 2-5c7-15 21-31 36-37 7-4 13-10 19-21l5-9c4-7 7-10 10-12 10-8 28-11 50-11 8 0 17-2 28-4l14-4 20-4c14-4 41-5 64-5 17 0 28-10 39-39 6-18 6-27 2-35l-1-2a13 13 0 0 1-1-6l2-25 1-9a202 202 0 0 0 2-21l-1-3h1l1 3a201 201 0 0 1-2 21l-1 10-2 24a12 12 0 0 0 1 6l1 2c4 8 4 17-3 35-10 30-21 40-39 40a340 340 0 0 0-83 9l-15 4c-11 2-20 4-28 4-21 0-40 3-50 10l-9 12-5 9c-6 12-12 18-20 21-15 7-28 22-36 37a28 28 0 0 0-1 5l-4 12a81 81 0 0 1-6 16c-6 11-15 20-29 26-16 8-23 7-21-1 1-5 6-13 13-21a44 44 0 0 0 4-7c5-8 6-14 6-33s-16-42-38-56c-16-9-32-7-50 2l-7 3-2 1-11 6-15 7-45 21c-16 9-22 8-20-2a84 84 0 0 1 26-41l7-6 16-13 8-9c3-3 6-3 16-3 8 0 12-3 15-8 2-4 3-9 4-19v-3l1-3c0-5 4-9 11-10 5-1 12 0 22 1a326 326 0 0 1 28 5l37-5 3-1 37-4c10 0 24-4 36-10 15-7 28-18 36-33a59 59 0 0 0 6-31c0-8-2-16-5-27Zm14 0h1l3 15c4 14 4 27 0 39a61 61 0 0 1-12 20 138 138 0 0 1-19 19c-11 9-23 16-36 19l-22 4-11 1-9 1c-12 1-18 3-22 4-9 5-28 7-49 7a28 28 0 0 1-4-1 64 64 0 0 1-9-2l-13-3c-4 1-7 3-9 7l-3 15c-1 9-3 12-10 14a40 40 0 0 0-7 3l-1 1-2 1c-2 1-4 2-9 2l-10-1-7 6a67 67 0 0 1-6 6l-8 6a102 102 0 0 0-11 9c-5 5-7 9-6 13 2 4 5 4 9 3a56 56 0 0 0 8-4l10-5a117 117 0 0 1 12-5l11-5 13-7 12-5c17-7 29-10 37-6l6 2 6 2 13 6c18 10 30 22 34 40 7 28 4 45-8 62-4 6-3 9 0 9 5 0 11-5 16-12 3-5 5-11 8-22l1-6 2-7c5-16 11-27 22-34l25-17c7-5 11-10 15-18 7-18 21-24 44-24 9 0 18-2 30-4l6-1 5-1a54 54 0 0 1 10-1l31-6 3-1a170 170 0 0 1 56-6c16-1 26-5 30-14a87 87 0 0 1 3-9l3-6c5-13 6-22-1-40a86 86 0 0 1-6-21V2l1-2h1l-1 2v40a85 85 0 0 0 5 21c8 18 7 27 2 40l-3 6a86 86 0 0 0-4 9c-3 10-13 14-30 15a195 195 0 0 1-24 1c-6 0-15 1-31 5l-3 1-32 6a53 53 0 0 0-9 1l-6 1-6 1c-12 2-21 4-30 4-23 0-36 6-44 23-3 9-7 14-14 19l-26 16c-10 8-16 18-21 35l-2 6-1 6c-3 12-5 17-9 22-5 8-11 13-15 13-5 1-6-4-1-10 11-17 14-34 8-62-5-17-17-30-35-39a152 152 0 0 0-19-8l-5-3c-8-3-20 0-37 7l-12 5-13 7-11 4a116 116 0 0 0-12 6l-9 5a57 57 0 0 1-8 4c-6 1-9 0-10-4-2-4 0-8 5-14a102 102 0 0 1 11-9l8-6a67 67 0 0 0 7-5l7-7 10 1c5 0 7-1 9-2l1-1 2-1a41 41 0 0 1 7-2c6-3 8-5 9-14l4-15c2-5 5-7 9-8l13 3a64 64 0 0 0 9 2 28 28 0 0 0 4 1c21 0 40-2 49-6 4-2 10-4 22-5l9-1a623 623 0 0 0 33-5c12-3 24-10 35-19a137 137 0 0 0 20-18 60 60 0 0 0 11-21c4-11 4-24 1-38l-4-15Zm114 0h1a58 58 0 0 1-11 11 10 10 0 0 1-5 2 12 12 0 0 0-7 2l-2 1a23 23 0 0 1-14 5c-6 0-10-2-16-5l-2-1-3-1a26 26 0 0 0-4-1 13 13 0 0 0-3 0l-11-4h-2l-10-3c-3 0-4 2-4 6 0 21-6 50-13 57a224 224 0 0 1-78 54 107 107 0 0 1-13 5l-11 2-12 2-14 3c-21 4-25 5-38 5l-14-2-6-1c-8-2-14-2-18-1-4 2-6 5-4 11 2 5 5 8 9 11l14 3 16 3a78 78 0 0 1 18 8c9 4 15 11 20 20l11 22c3 6 6 6 11 2 5-5 10-9 21-14l2-2 16-9c5-4 8-8 11-13 8-20 20-33 32-33h5l25-1c14 0 24-2 30-4a232 232 0 0 1 24-9 1428 1428 0 0 1 28-9l11-4 8-3a60 60 0 0 0 7-3 64 64 0 0 0 6-3c3-3 6-4 12-5h1c6-1 9-2 13-5 7-7 8-24 4-45-2-8-3-19-2-35l1-19h1v3a892 892 0 0 0 0 51c5 22 5 38-4 45-4 4-7 5-13 6h-1l-12 4a64 64 0 0 1-6 4 61 61 0 0 1-6 3l-9 3-11 3a1127 1127 0 0 1-28 9 233 233 0 0 0-24 9c-6 3-16 5-30 5l-25 1h-5c-11 0-23 12-32 32-2 5-5 10-11 14l-16 9-2 1-21 14c-5 6-8 5-12-2l-11-21c-5-9-11-16-19-21a77 77 0 0 0-19-7l-15-3c-7-1-11-2-14-4-4-2-7-5-9-11-3-6-1-10 4-12a241 241 0 0 1 24 1l14 3c13 0 17-1 38-5a383 383 0 0 1 37-7 106 106 0 0 0 13-4 223 223 0 0 0 78-54c6-7 12-36 12-57 0-5 1-7 5-7l11 3h1l11 4a14 14 0 0 1 4 0 29 29 0 0 1 4 1l3 2 1 1c6 2 11 4 16 4a22 22 0 0 0 13-4l3-2a13 13 0 0 1 7-2 9 9 0 0 0 4-2c3-1 6-4 10-9l1-1ZM325 600h-2a171 171 0 0 0 2-22 38 38 0 0 0-1-7 112 112 0 0 1-2-40 61 61 0 0 1 5-18 71 71 0 0 1 13-19l12-10 7-8a6 6 0 0 0 1-3l-1-9v-9c-1-12 1-20 8-22 16-5 26-12 33-25 10-17 26-32 36-32 12 0 20-2 29-9 7-5 10-6 13-7l9-1 6-3 5-5c6-6 12-9 21-9h7l12-1c3-1 5-3 14-11a130 130 0 0 1 27-19 69 69 0 0 0 9-7l12-12v3l-10 10a71 71 0 0 1-10 8l-4 2c-12 8-14 10-22 17-10 8-12 10-16 11l-12 1h-7c-8 0-14 3-19 8l-6 6c-2 2-5 3-7 3l-9 1c-2 0-5 2-11 7-10 7-18 9-31 9-9 0-25 14-34 31-8 13-18 21-35 26-5 2-7 8-6 20v9l1 9a8 8 0 0 1-1 4l-8 8-12 11a69 69 0 0 0-12 17 59 59 0 0 0-5 18 107 107 0 0 0 2 39 27 27 0 0 1 1 4l-1 17-1 9Zm-14 0h-1c3-7 5-12 5-19l-1-16-1-28a118 118 0 0 1 6-32 98 98 0 0 1 5-11 76 76 0 0 1 10-17 59 59 0 0 1 4-4l4-4c6-5 8-11 8-29 0-19 2-24 15-28l3-1a51 51 0 0 0 6-3 53 53 0 0 0 15-11c25-28 37-35 56-35 8 0 15-2 22-7l18-11 9-4c8-4 14-5 26-5 8 0 11-1 15-2a19 19 0 0 0 11-8c2-4 6-7 14-12a301 301 0 0 1 21-13c5-4 9-9 13-15l6-9v2l-5 7a59 59 0 0 1-14 15l-15 10-5 4c-8 4-12 8-15 11a20 20 0 0 1-11 9c-4 1-7 2-15 2-12 0-18 1-26 4l-8 5-19 11c-7 5-14 7-22 7-19 0-30 7-56 34a54 54 0 0 1-14 12 53 53 0 0 1-7 3l-5 2c-5 1-7 3-9 6-2 4-3 10-3 20 0 18-2 24-8 30l-4 3a58 58 0 0 0-4 5 75 75 0 0 0-11 16 95 95 0 0 0-4 11 117 117 0 0 0-6 32 230 230 0 0 0 2 44c0 6-2 11-5 19Zm25 0h-1l1-15-3-24v-2c-2-13-3-20-2-27 1-9 4-16 12-22 22-19 29-31 29-45a38 38 0 0 0 0-8c-1-5-2-6-1-8a10 10 0 0 1 3-6c3-3 7-5 14-7 10-4 15-10 24-22l2-3 10-12a32 32 0 0 1 15-8l25-8a50 50 0 0 0 5-3l5-2c2-2 5-3 11-3l11-1a21 21 0 0 0 10-6c4-6 10-8 17-9l4-1 14-3 23-20 3-3c10-9 16-14 22-16a37 37 0 0 0 11-9v1a38 38 0 0 1-11 8l-21 17-3 3c-17 15-19 17-24 19-3 2-7 3-14 4l-3 1c-8 1-13 3-18 8a22 22 0 0 1-10 7l-11 1c-6 0-8 1-11 2l-4 3a50 50 0 0 1-5 3l-26 7c-10 3-15 8-24 21l-2 3c-9 12-15 18-25 21l-13 7a9 9 0 0 0-3 6v8a39 39 0 0 1 1 8c0 15-7 27-30 45-7 6-10 13-11 22-1 7 0 14 2 27v1c2 13 3 19 2 25v15Zm-240 0h-2a154 154 0 0 0 1-16l1-6c1-17 4-27 11-33 5-4 8-9 9-16l1-9 3-10a8 8 0 0 1 7-5c14 0 38 9 54 20a140 140 0 0 0 31 17c13 5 22 5 25-1l3-6c3-7 4-12 5-18a29 29 0 0 0 0-6c0-3-1-4-4-7l-1-2a26 26 0 0 1-5-6l-1-3-5-5c-5-4-14-6-28-7l-9-1h-2c-10-1-15-1-19-3-14-6-35-26-35-37 0-5 2-10 5-14l13-14 18-14 17-12a51 51 0 0 0 7-5l7-8c7-7 13-11 20-14l17-5 12-4 13-3c20-7 34-12 40-19 9-8 12-14 16-26l5-12c10-18 29-40 44-46 14-6 19-12 19-18 0-3 3-8 7-14 5-6 10-11 17-14 12-6 33-10 47-10 5 0 10-1 16-5 10-5 11-5 14-5 10 0 32-3 46-6l4-1 3-1 6-1a40 40 0 0 1 10-1 32 32 0 0 1 8 1c5 1 14-1 23-6a68 68 0 0 0 10-6v3c-11 8-26 13-33 11a30 30 0 0 0-8-1 38 38 0 0 0-10 1l-9 2-4 1c-14 3-35 6-46 6-3 0-4 0-13 5-7 3-11 5-17 5-14 0-34 4-47 10l-16 13-6 13c0 7-6 14-21 20-14 6-33 27-42 44l-5 13c-4 12-7 18-16 27-7 6-21 12-42 19l-13 3-11 4-18 5c-6 3-12 7-19 14l-7 7a52 52 0 0 1-6 6l-18 11c-7 5-13 10-17 15l-13 13c-3 4-5 8-5 13 0 10 20 30 33 35 4 2 9 2 19 3h4l7 1c14 1 24 3 30 7l4 6 1 3a24 24 0 0 0 5 6l1 1c3 3 5 6 5 9a31 31 0 0 1 0 7c-1 5-2 11-5 18l-3 5c-4 8-13 8-27 3a142 142 0 0 1-33-17c-14-11-38-20-52-20-5 0-6 3-8 13l-1 10c-2 7-4 13-9 17-7 5-10 15-11 32l-1 5-1 16Zm8 0h-1l1-5 1-5c2-14 4-20 7-24a104 104 0 0 1 8-11c8-11 10-15 10-19v-5c1-6 2-9 5-10 4-1 11 1 20 7l26 15 18 11 6 4c14 8 39 5 47-8l7-18 2-3a42 42 0 0 1 4-7c9-14 14-26 14-37 0-4 1-7 4-15l1-4c4-12 3-19-4-24a23 23 0 0 0-10-3c-7-1-15 1-24 6l-8 3-4 3-4 2c-12 7-21 10-33 6l-13-2c-13-3-19-4-24-7-6-3-7-9-2-16a93 93 0 0 1 14-19l8-7 8-7a85 85 0 0 0 7-6c7-9 12-14 20-19a98 98 0 0 1 35-15c37-9 51-13 59-18 8-6 21-25 37-55a81 81 0 0 1 21-26 147 147 0 0 1 17-12l12-8a21 21 0 0 0 3-5l3-7a76 76 0 0 1 4-8c6-11 16-18 31-20a119 119 0 0 1 35-3l17-3a152 152 0 0 1 69-12h28a50 50 0 0 0 14-6v1a51 51 0 0 1-14 6h-38c-20 0-38 3-59 11a45 45 0 0 1-22 4c-10 0-17 0-30 3-15 2-24 9-31 20a73 73 0 0 0-4 7l-3 7a22 22 0 0 1-3 5l-11 9a148 148 0 0 0-18 12 81 81 0 0 0-21 25c-15 30-28 50-37 55-8 6-22 10-59 19a96 96 0 0 0-35 15l-20 18a86 86 0 0 1-6 7l-8 7-8 7a92 92 0 0 0-15 18c-4 7-3 12 3 16 4 2 10 4 23 6l13 3c12 3 21 0 32-6l5-3 4-2 7-4c10-5 17-7 25-6a24 24 0 0 1 10 4c8 5 9 12 5 25l-1 3c-3 9-3 11-3 15 0 11-6 23-16 37a41 41 0 0 0-4 8l-1 3c-3 9-4 11-8 17-7 14-33 17-47 8l-7-3-17-11-26-16c-10-5-16-7-19-6s-4 4-4 9l-1 3 1 2c0 5-3 9-12 20a97 97 0 0 0-8 10c-2 4-4 11-6 24l-1 6-1 4Zm10 0h-1v-1c0-12 9-34 20-43a26 26 0 0 0 3-5 36 36 0 0 0 3-4l2-5c4-6 7-6 17 1l7 4a686 686 0 0 0 20 13c14 9 25 14 34 14 17 0 33-6 40-15a44 44 0 0 0 5-10l2-7 3-7c5-12 8-19 12-23 8-9 14-36 14-53l2-8v-5c1-6 0-10-1-13-5-7-20-9-39-4a101 101 0 0 0-19 6l-16 9c-7 4-13 4-25 2-30-8-31-9-15-27 17-21 47-46 56-46 10 0 54-12 66-18 9-5 24-22 37-38l19-30c9-13 18-22 27-27 7-5 13-11 19-19l12-21a13 13 0 0 1 5-3c14-7 24-9 39-9h29l23-3 4-1a177 177 0 0 1 28-1c19 0 29-1 45-4a37 37 0 0 0 9-4v1a38 38 0 0 1-9 4 174 174 0 0 1-51 4l-22 1-4 1-23 3h-29c-15 0-25 2-39 8a12 12 0 0 0-4 4l-13 20c-5 9-11 15-19 19-8 5-17 15-26 28l-20 29c-12 17-27 34-37 38-12 6-56 19-66 19-9 0-38 25-56 45-14 18-14 19 15 26 12 2 18 2 24-2l17-9a102 102 0 0 1 19-6c19-5 35-3 39 5 2 3 3 7 2 13v5l-2 8c0 17-7 44-15 53l-11 23-3 8-2 6a45 45 0 0 1-6 10c-7 9-23 16-40 16-9 0-20-5-35-14l-13-9-7-4-6-5c-10-6-13-6-16 0l-2 4a37 37 0 0 1-3 5 28 28 0 0 1-4 4 70 70 0 0 0-19 43v1Zm-29 0h-1a19 19 0 0 0 1-8c0-20 5-42 13-49l10-13c2-5 3-12 3-21 0-7 2-12 4-15l9-8a32 32 0 0 0 4-2l7-10c2-4 1-9-1-16a69 69 0 0 0-4-8l-1-2-3-5c-5-10-4-18 8-29a204 204 0 0 1 26-22l20-12a99 99 0 0 0 7-7l10-8a139 139 0 0 1 13-10 45 45 0 0 1 13-6 868 868 0 0 0 50-16 45 45 0 0 1 7-3c9-3 12-4 17-8 7-6 13-15 20-28 16-35 19-40 32-49a57 57 0 0 1 11-7l2-1c12-5 17-9 22-17l3-12c1-6 1-8 3-11 3-3 7-6 15-9a126 126 0 0 1 12-3c16-5 25-6 39-6l13-2a21 21 0 0 0 4-2 35 35 0 0 1 13-6l19-2 2 1 20-5 19-4a23 23 0 0 1 4 0l5 1c9 1 17 2 25 0a37 37 0 0 0 20-15v2a37 37 0 0 1-20 14c-8 2-16 2-26 0l-5-1a23 23 0 0 0-3-1l-20 5c-12 4-16 4-19 4h-2l-19 2a34 34 0 0 0-13 5 21 21 0 0 1-3 3l-14 2c-14 0-23 1-39 5l-12 4c-7 3-11 6-14 9-2 2-2 5-3 10l-4 12a31 31 0 0 1-9 12l-12 6-2 1a57 57 0 0 0-12 6c-13 10-16 15-32 49-6 14-12 23-19 28-5 5-9 6-17 9a45 45 0 0 0-8 2c-6 4-15 7-28 11l-22 5a44 44 0 0 0-12 7 137 137 0 0 0-13 10l-10 8a98 98 0 0 1-8 6l-19 13a203 203 0 0 0-27 21c-11 11-12 19-7 29l2 5 1 2a70 70 0 0 1 4 8c3 7 4 12 2 17-1 3-3 5-8 9a43 43 0 0 1-5 4l-7 6c-2 4-4 8-4 15 0 9-1 16-4 21-2 5-4 8-10 13-7 7-12 29-12 49a20 20 0 0 1-1 8Zm282 0h-1l-1-6c-3-16-4-26-3-37a86 86 0 0 0 1-15v-8c1-4 4-9 11-16 9-11 12-16 19-30a143 143 0 0 1 7-11c3-5 7-9 16-17 12-10 16-14 19-19l1-5 2-4c4-10 8-14 23-17l21-6c16-4 26-7 34-12l27-17 3-1 23-14 9-7 6-5a88 88 0 0 1 16-10v1a86 86 0 0 0-15 10l-7 5-9 6-23 14-2 2-28 16c-8 6-17 9-34 13l-21 5c-8 3-13 5-16 8-3 2-4 5-6 10l-2 4-2 4c-2 6-7 10-18 20-10 8-14 12-17 16l-2 5-4 6c-7 15-10 20-20 30-6 8-9 12-10 16v8a89 89 0 0 1 0 15c-2 11-1 21 2 37l1 6Zm-76 0h-2l1-4a107 107 0 0 0 3-11c2-12 3-23 3-41 0-6-2-10-4-10-3 0-7 6-11 17-10 29-23 42-43 42-22 0-29-1-48-10a88 88 0 0 1-10-5l-15-10c-4-2-7-3-9-1a11 11 0 0 0-2 2 58 58 0 0 1-5 4l-3 2-1 1c-8 6-11 11-11 21v3h-2v-3c0-11 3-16 12-23l2-1 2-2a56 56 0 0 0 4-4 13 13 0 0 1 3-2c3-2 7-1 11 1l15 10a86 86 0 0 0 9 5c19 9 26 10 48 10 19 0 31-13 41-40 4-13 9-19 13-19s6 5 6 12c0 18-1 29-3 42a107 107 0 0 1-3 10l-1 4Zm-149 0v-1l7-13c2-6 5-10 9-11s7 1 12 5l8 6 9 2 14 6 8 3 9 3h-4l-5-2-9-3-13-6-9-3c-2 0-3 0-8-5-5-4-9-6-12-5s-6 4-9 10l-6 14h-1Zm112 0a30 30 0 0 0 12-6 38 38 0 0 0 5-7l3-5 3-3v-1l1-2 4-5a7 7 0 0 1 2-2l1 2 1 2a118 118 0 0 1-1 16 48 48 0 0 1-3 11h-1a46 46 0 0 0 3-11 116 116 0 0 0 1-16l-1-2v-1a7 7 0 0 0-2 2l-3 5-1 1v1l-3 4-3 5a38 38 0 0 1-6 6 31 31 0 0 1-9 6h-3Zm-183 0h-2c4-3 5-8 5-15 0-19 0-17 2-21a29 29 0 0 1 3-6l7-11 12-19c3-6 4-12 4-24 0-8 3-14 9-23l2-5 3-4a21 21 0 0 0 3-9c0-4-2-7-5-11-5-5-9-5-12-1-2 2-3 7-5 16v5a81 81 0 0 1-3 9c-1 5-3 8-8 12l-3 4c-7 6-10 11-12 19l-1 6-2 10c-4 13-10 26-23 44-7 11-11 19-11 24h-1c0-5 4-13 12-24a137 137 0 0 0 24-55l1-5c2-8 6-14 12-20l3-3 9-12a82 82 0 0 0 2-10v-4c2-9 3-14 6-17 3-4 7-4 12 2 4 3 6 7 6 11a22 22 0 0 1-3 9l-3 4-3 5c-5 9-8 15-8 23 0 12-1 18-4 25l-13 18-6 11a28 28 0 0 0-4 7l-1 20c0 7-1 11-4 15ZM310 0h1l-1 3c-4 9-6 15-6 25 1 8-2 12-6 13h-18c-11-2-19-2-28-1-6 3-26 8-32 8-11 0-37-3-54-8a22 22 0 0 0-17 3c-4 2-7 5-14 12-6 6-9 9-14 11-7 4-11 8-13 13-2 4-2 8-2 15 0 4-3 7-10 10l-4 1c-9 5-12 9-12 17 0 13-5 19-18 28l-4 3a178 178 0 0 0-8 5c-7 6-11 15-15 34l-4 17-6 19-4 17a28 28 0 0 1-3 6L5 269l-5 9v-2l5-7 12-18 3-7 5-16 5-19 4-18c4-19 8-28 16-33a79 79 0 0 1 7-6l5-3c12-8 17-15 17-27 0-9 4-13 13-17l4-2c6-3 8-5 8-9 0-8 1-12 3-16 2-5 6-9 14-12l14-12c6-7 9-9 13-12a23 23 0 0 1 18-2c17 4 43 7 54 7 6 0 26-5 32-7 9-2 17-2 28 0h18c4-1 6-5 6-12 0-10 1-16 6-28Zm25 0h1a474 474 0 0 0 1 41c0 10-4 17-13 23-6 5-15 8-24 9l-23 1h-12a22 22 0 0 0-8 1l-5 2a70 70 0 0 1-47-1l-4-2c-12-5-21-5-37 1-11 5-18 10-22 15-3 5-4 8-6 16l-4 12a14 14 0 0 1-7 7c-2 2-4 2-9 3-9 1-13 3-16 9a53 53 0 0 1-14 20l-16 13c-8 7-14 18-18 32l-4 11-3 10a181 181 0 0 1-36 74 109 109 0 0 1-9 11v-1a138 138 0 0 0 9-12 88 88 0 0 1 10-11c8-8 17-32 26-61l2-10 4-11c5-15 10-25 19-32l16-14a52 52 0 0 0 14-19 15 15 0 0 1 7-8c2-1 4-2 9-2l9-2a13 13 0 0 0 7-7l3-12c2-8 3-12 6-16 4-6 12-11 23-15 16-7 25-7 38-2l3 2c9 3 14 5 22 5 11 0 18-2 24-4l6-2a23 23 0 0 1 8-1 546 546 0 0 1 35 0c9-2 17-5 24-10 8-5 13-13 13-22a411 411 0 0 0-2-41ZM94 0h2a30 30 0 0 1-3 9l-5 14a40 40 0 0 1-2 5c-3 4-6 8-13 14-8 6-15 16-20 31l-10 28c-3 8-7 13-16 24l-2 3c-6 8-10 12-12 17s-7 10-13 15v-3c5-4 9-8 11-12 3-6 6-11 12-18l3-3c9-11 12-16 15-23l10-28c6-16 12-26 20-33 7-5 11-9 13-13a38 38 0 0 0 2-5c2-8 3-9 5-13a28 28 0 0 0 3-9Zm9 0h1c-2 8-3 13-5 15a59 59 0 0 0-4 8l-3 10a30 30 0 0 1-3 5L77 52a52 52 0 0 0-8 9l-3 13-5 21c-3 17-6 27-10 32-7 13-10 16-37 41a70 70 0 0 1-14 11v-1a69 69 0 0 0 14-10c26-26 29-29 37-41 3-5 6-16 9-32l5-21c1-7 3-11 4-13a53 53 0 0 1 10-13 238 238 0 0 1 11-11 129 129 0 0 1 4-14 60 60 0 0 1 5-8l4-15ZM84 0h1c-2 5-6 9-12 12a48 48 0 0 1-24 8c-9 0-12 7-12 21a204 204 0 0 0 0 12 71 71 0 0 1-2 17 67 67 0 0 1-2 6l-7 16-20 44a55 55 0 0 1-6 11v-2a55 55 0 0 0 6-9l25-56 2-6a69 69 0 0 0 4-21 207 207 0 0 0-1-12l2-15c2-5 6-7 11-7a47 47 0 0 0 24-8c5-3 9-7 11-11Zm282 0h1l3 18a123 123 0 0 1 0 28c-1 9-3 16-7 21-11 17-39 30-66 30h-16l-25 4-36 4c-7 0-12-2-22-4l-2-1-4-1c-8-2-14-2-22 0a16 16 0 0 0-9 9l-4 12c-2 7-2 10-4 13a16 16 0 0 1-10 8l-9 4c-7 3-10 5-14 10l-6 8a47 47 0 0 1-8 9l-13 11c-7 6-13 12-17 19a447 447 0 0 0-14 45l-1 6-1 6a151 151 0 0 1-31 67 68 68 0 0 1-14 11l-14 6-1 1v-1h1l14-7 3-2 11-8a139 139 0 0 0 30-67l1-6 4-18c4-15 7-26 12-33 4-7 9-13 16-20l13-10a45 45 0 0 0 9-9l5-8c4-5 8-8 14-11l10-3a15 15 0 0 0 9-8c2-3 3-6 4-13 2-7 2-10 4-13a17 17 0 0 1 10-8c8-3 14-3 22-1l4 1 4 1c8 2 13 4 20 4l36-4 25-4h16c26 0 54-13 66-29 3-5 5-12 6-21a123 123 0 0 0 0-24l-1-5c1-4 0-7-2-17ZM19 0h1a79 79 0 0 1-6 16 32 32 0 0 0-2 15l2 16 2 12c1 9 0 17-3 23L0 109v-2l13-25c3-7 3-14 2-22l-2-13-2-16a33 33 0 0 1 3-15 78 78 0 0 0 5-16Zm280 0a71 71 0 0 1-5 11 48 48 0 0 0-4 12l-1 2v1a5 5 0 0 1-1 3l-5 1h-15a175 175 0 0 0-29 2l-24 3a43 43 0 0 1-8-1c-18-5-46-6-55-4a35 35 0 0 0-9 6l-7 6-11 9-9 8-4 4c-5 4-9 7-12 7l-5-1c-1 0-2-2-1-3 0-4 4-11 13-25a109 109 0 0 0 11-26 88 88 0 0 0 3-15h1a89 89 0 0 1-3 15 111 111 0 0 1-12 26c-8 14-12 21-12 25v2l4 1c4 0 7-3 12-6l5-4 9-8 10-10 7-6a36 36 0 0 1 10-5c9-3 37-2 55 3a42 42 0 0 0 8 1l23-3a176 176 0 0 1 30-2 632 632 0 0 1 19-1 4 4 0 0 0 1-2v-1l1-2a50 50 0 0 1 5-12 70 70 0 0 0 4-11h1Zm-8 0c-6 18-10 22-20 22l-29 2h-1l-29 1-29-3h-1l-29-4a18 18 0 0 0-11 3l-2 2a12 12 0 0 1-7 2c-3 0-4-1-4-4a23 23 0 0 1 0-4l1-6a77 77 0 0 0 2-11h2a79 79 0 0 1-2 12l-1 5a21 21 0 0 0 0 4c0 1 0 2 2 2a10 10 0 0 0 6-2l2-1a20 20 0 0 1 12-4l29 4h1a228 228 0 0 0 58 2h1l29-2c9 0 12-3 18-20ZM142 0h1l-3 6c0 1 0 2 2 2l11 1a172 172 0 0 1 21 1l13 2 27 4c24 0 52-3 61-7 3-2 5-5 6-9h1c-1 4-4 8-7 9-9 5-36 8-61 8l-27-4-13-2a171 171 0 0 0-21-1l-11-1c-2 0-3-1-3-3l3-6Zm76 0a53 53 0 0 0 14 3c10 0 17-1 22-3h3a68 68 0 0 1-43 0h4ZM71 0c-3 3-7 5-12 7a52 52 0 0 1-13 1h-2c-5 0-9-2-10-5a9 9 0 0 1 0-3 8 8 0 0 0 1 2c1 3 4 5 9 5h2a50 50 0 0 0 12-1 21 21 0 0 0 11-6h2ZM0 208c7 0 12 3 12 11 0 11-6 28-12 42v-3c6-13 11-28 11-39 0-7-4-10-11-10v-1Zm0 7a4 4 0 0 1 3 1l1 8v1a29 29 0 0 0 0 4l-4 16v-4l3-12a30 30 0 0 1 0-4v-1l-1-7a4 4 0 0 0-2-1Zm0 196v-2a22 22 0 0 0 3-4 101 101 0 0 0 5-12c7-24 7-27 0-31a12 12 0 0 0-8 0v-1a13 13 0 0 1 8 1c8 4 8 7 0 31a98 98 0 0 1-4 12 21 21 0 0 1-4 6Zm34 41 8-1 2-1c9-1 13-1 15 3 1 2-1 5-5 9l-5 4-6 5a20 20 0 0 0-3 3 19 19 0 0 0-3 5l-7 22c-3 8-6 11-9 9-2-1-4-4-6-11a77 77 0 0 0-4-8c-4-8-4-23 0-32a10 10 0 0 1 7-6l12-1h4Zm0 2h-4c-12 0-15 1-17 5-4 9-4 24 0 32a76 76 0 0 1 3 7l6 10c2 1 4-1 6-7l7-23a21 21 0 0 1 3-6 21 21 0 0 1 4-3l6-4 5-4c3-3 5-6 4-8s-5-2-12-1l-3 1-8 1Zm345 146c-3-12-4-14-4-19v-28c2-5 5-8 10-8h26c4 0 5 2 6 8v1c1 5 3 8 9 8l6 1 1 4c-1 5 0 9 7 14 7 4 12 5 17 3 4-2 7-4 12-10l1-1 1-1 3-3a36 36 0 0 1 9-7l6-3c6-2 9-4 12-7a28 28 0 0 1 6-6c4-2 6-2 14-2 6 0 11-5 18-15l3-5 3-3c7-10 19-11 30 1 6 5 11 19 14 38a293 293 0 0 1 4 40h-1a294 294 0 0 0-4-40c-3-19-8-32-13-38-11-11-22-10-30-1l-2 4-3 4c-8 11-13 16-19 16-8 0-10 0-13 2a27 27 0 0 0-7 5c-2 4-5 5-12 8l-5 3a35 35 0 0 0-10 6l-3 4-1 2c-6 6-9 8-13 10-5 2-11 1-17-4-8-5-9-9-8-14v-3l-6-1c-7 0-9-3-10-9v-1c-1-5-2-6-5-6h-26c-5 0-8 2-9 6v28l4 19h-1Zm14 0a55 55 0 0 1-1-15v-5l1-11c0-5 1-8 4-8 2-1 5 0 9 3 7 4 14 13 16 19 5 11 15 16 34 16 9 0 14-3 21-8l21-20c7-6 11-8 20-9l12-2 15-11c7-8 13-9 17-5 3 4 6 11 7 21a198 198 0 0 1 1 35h-1a106 106 0 0 0-1-35c-1-10-3-17-7-20-3-4-9-3-16 4-5 6-10 10-15 12l-11 2c-9 1-14 2-21 8l-21 20c-6 6-12 9-21 9-20 0-29-5-34-17-3-6-10-14-17-19-3-2-6-3-8-2-2 0-3 2-3 7l-1 11v5c-1 4 0 8 1 15h-1Zm114 0 11-14c5-7 13-13 19-14 7-2 12 1 12 9l-1 19h-1v-19c1-7-3-10-10-8-6 1-13 7-19 13l-10 14h-1Zm-10-339a104 104 0 0 0 11 8l11 6c11 7 15 13 12 25-1 7-5 11-9 15l-16 6c-12 4-14 4-19 7a60 60 0 0 0-8 4c-11 7-19 7-28 3l-17-11-5-3c-17-9-35-24-35-32 0-3 2-7 6-10l4-3 4-3 9-9c11-13 27-28 35-32 12-5 19-6 27 0 3 3 6 7 9 14l2 6c2 4 3 6 5 7l2 2Zm-4 0-4-8-3-7c-3-6-5-10-8-12-7-6-14-5-26 0-7 3-22 18-33 32l-10 8-4 3-3 3c-4 4-6 6-6 9 0 7 18 22 33 30l6 3 17 11c8 4 15 4 26-3a62 62 0 0 1 8-4c5-3 7-3 19-7 8-2 12-4 15-6 5-3 8-7 9-13 2-11-1-17-11-23l-11-6a105 105 0 0 1-11-8l-3-2ZM88 242a75 75 0 0 1 12-7l3-2 4-1a164 164 0 0 0 18-9l28-15 21-9c19-9 28-7 49 8 8 5 14 13 17 22s3 17 3 28c0 8 0 13-3 19-4 8-12 16-26 23-24 14-39 28-53 48-8 13-47 45-65 54-21 13-47 23-65 23-10 0-15-5-15-14 0-6 2-14 7-24 2-8 2-13-3-22-3-8-3-10-3-13s1-7 5-11l12-12a110 110 0 0 0 11-10c9-12 12-20 18-45 3-15 6-20 15-25l4-3 6-3Zm0 0-5 4-5 3c-8 4-11 9-15 24-5 26-8 34-18 45a111 111 0 0 1-10 11l-12 12c-4 4-6 7-6 10l4 12c5 10 6 16 2 23-4 11-6 18-6 24 0 8 4 13 14 13 18 0 44-10 65-22 17-10 56-42 65-54 14-21 28-35 53-48 13-8 21-15 25-23 3-6 4-11 4-19 0-11-1-19-4-27-3-10-9-17-16-23-21-14-30-16-49-8l-21 10-5 2-23 12a165 165 0 0 1-18 9l-4 2-3 2a75 75 0 0 0-12 6Zm-7 13c7-7 12-9 23-12 6-1 9-3 13-5 3-4 7-5 16-6l5-1c5-2 9-3 13-6 10-9 25-14 36-14 5 0 17 7 26 17 10 11 16 23 12 32-3 9-11 19-23 28a158 158 0 0 1-25 16c-4 2-6 5-10 10l-16 28c-5 9-15 18-30 28l-9 7-9 6a125 125 0 0 0-13 9c-11 11-37 16-43 9-2-2-3-4-2-10 0-10-1-15-5-21a34 34 0 0 0-7-7c-4-3-6-6-7-9-1-7 4-13 14-22l7-6a48 48 0 0 0 6-4c4-5 5-10 7-20l1-5a245 245 0 0 1 6-25 20 20 0 0 1 1-6l13-11Zm0 0-12 11a20 20 0 0 0-1 6l-3 10-2 11-1 7-1 2c-2 10-3 16-8 20a49 49 0 0 1-5 5l-7 6c-10 8-15 15-14 21l6 9a35 35 0 0 1 8 7c4 6 5 11 5 21-1 6 0 8 1 10 6 6 31 1 43-9a128 128 0 0 1 13-10l8-6 10-7c14-10 24-19 30-27l16-28c3-5 6-8 10-10a157 157 0 0 0 25-17c11-9 19-18 23-27 3-9-2-20-13-32-9-9-20-16-25-16-11 0-25 5-36 13-3 3-8 5-13 6l-5 2c-9 1-12 2-16 5-3 3-6 5-12 6-12 3-16 5-24 11Zm131-3c0 7-1 11-3 14l-8 11c-6 8-10 11-17 14a24 24 0 0 0-3 2 19 19 0 0 1-2 1l-6 2c-6 3-9 6-9 11 0 11-19 36-35 45-8 4-21 9-32 12-14 2-23 2-25-3-1-3-4-4-12-6l-10-2c-2-2-4-4-4-7l3-10 3-5 4-6c7-11 10-18 10-27 0-19 11-34 28-43 5-3 9-3 15-2 5 1 6 1 7-2 5-7 7-9 16-9a18 18 0 0 0 10-3l11-8c10-6 12-7 26-12 7-2 15 1 22 9 7 7 11 17 11 24Zm-2 0c0-7-4-16-10-22-7-8-15-11-21-9-13 5-15 6-24 12l-11 7a20 20 0 0 1-12 4c-8 0-10 1-14 8a6 6 0 0 1-4 3h-6c-5-1-9-1-13 2-16 9-27 23-27 41 0 9-3 17-10 28l-4 6-3 5-3 9c0 4 3 6 12 7h1c8 2 11 4 13 7 3 8 36 0 55-10 14-8 33-33 33-43 0-6 3-10 10-13l6-2a18 18 0 0 0 1-1 29 29 0 0 1 4-2c7-3 10-5 16-13l9-11c1-3 2-6 2-13Zm-37-23 3-1a12 12 0 0 1 2-2c3 0 5 0 11 4 15 8 20 22 9 38-4 7-9 9-18 11l-3 1-12 4a15 15 0 0 0-8 9c-7 25-19 43-36 50-16 7-21 9-28 9a36 36 0 0 1-15-3 44 44 0 0 1-6-2c-4-2-5-5-4-9l5-21 1-10 2-9c1-9 2-14 4-18a20 20 0 0 1 12-11c6-3 10-4 18-4 5 0 7-1 9-2a13 13 0 0 0 2-1 31 31 0 0 0 3-4l3-3c3-4 6-5 12-5 4 0 6-1 8-4l4-4a31 31 0 0 1 7-5 49 49 0 0 1 5-2 65 65 0 0 0 10-6Zm-15 9a30 30 0 0 0-6 5l-4 4c-3 2-5 4-9 4-6 0-8 1-12 5l-2 3a32 32 0 0 1-4 3 15 15 0 0 1-2 2c-2 1-4 2-9 2-7 0-11 1-18 3a19 19 0 0 0-11 11c-2 4-3 9-4 18l-1 5-1 4-2 10-4 21c-1 4 0 6 4 8a45 45 0 0 0 5 3 34 34 0 0 0 15 2c7 0 11-2 28-8 16-7 28-25 36-50a16 16 0 0 1 7-10l12-4 3-1c10-2 15-4 19-10 10-16 5-30-9-38-6-3-8-3-10-3a10 10 0 0 0-3 1l-3 2a66 66 0 0 1-10 5 50 50 0 0 0-5 3Zm-42 33c16-3 26-1 32 6 5 6 2 21-6 35-4 10-10 16-23 25-14 11-35 13-40 4-2-3-3-8-1-15 0-6 1-11 4-23v-1l4-14c1-7 3-12 7-14 3-2 5-2 12-2a78 78 0 0 0 11-1Zm0 0a76 76 0 0 1-11 2c-6 0-9 0-12 2s-5 6-7 13l-3 14v1c-3 12-4 17-4 23-2 7-1 12 0 15 5 7 26 5 40-4 12-9 18-16 23-25 6-14 10-29 6-35-6-6-16-8-32-5Zm16 6c7 0 11 3 11 8 1 4 0 8-3 16-2 9-18 26-27 31-7 5-20 6-26 1-4-2-4-12 0-26l2-9 3-10 1-1c1-5 5-8 10-9 5-2 10-2 18-2h4l7 1Zm0 1-7-1h-4c-8 0-13 0-17 2-6 1-9 4-11 8l-1 5a285 285 0 0 0-4 15c-4 14-4 23-1 26 6 4 19 3 26-1 8-6 24-23 27-31 2-8 3-12 2-16 0-5-3-7-10-7Zm-18 7a31 31 0 0 1 9 1c5 2 9 5 9 10 0 10-10 17-23 21-10 4-13-1-12-16 1-6 4-11 9-14a20 20 0 0 1 8-2Zm0 1a19 19 0 0 0-8 2c-4 3-7 7-7 13-2 14 1 19 10 16 12-5 22-12 22-21 0-5-3-7-9-9a28 28 0 0 0-8-1Zm80-24c-2 10-14 10-26 3-10-5-14-18-5-22l4-3 2-1 4-3c5-2 9-3 14 0 9 3 11 13 7 26Zm-20-25-4 2-2 2-2 1-3 1c-8 5-4 16 5 22 12 6 23 6 26-3 3-13 1-22-7-26a14 14 0 0 0-13 1Zm18 12c0 6-3 9-7 10-3 1-8 0-11-2h-2l-2-1c-4-3-4-5 1-11 6-9 21-7 21 4Zm-1 0c0-5-3-8-8-9a13 13 0 0 0-12 5c-4 6-4 8 0 10l1 1 2 1c4 1 8 2 11 1s6-3 6-9Zm196 281c0-12 2-16 18-29a57 57 0 0 1 8-6 79 79 0 0 1 9-4l4-2 4-1c9-4 13-7 16-12a75 75 0 0 0 3-7l2-4v-1l1-1c3-8 6-12 13-17a35 35 0 0 0 5-4 46 46 0 0 0 3-4l4-4c3-4 6-6 11-6 3 0 6 0 10-2l9-2a11 11 0 0 1 7 4l6 6c5 5 10 7 18 7l12 1c16 1 22 0 25-2 7-6 12-3 12 7 0 11-8 20-19 20-5 0-8 2-9 4s0 6 6 11c13 11 11 20-8 20a22 22 0 0 0-14 6c-4 2-6 5-10 11l-2 3a60 60 0 0 1-7 9c-6 6-9 8-13 7h-1a11 11 0 0 0-3-1l-8 7c-5 4-8 6-12 6l-6 4-5 3-5 5-4 4c-10 7-16 10-21 6a12 12 0 0 1-4-7v-7c1-6 1-9-2-12-2-3-3-3-3-2l-2 1c-2 3-5 4-9 3-5-1-6-4-5-10v-1l1-6h-6v1c-14 5-16 6-20 6-6 1-9-1-9-8Zm2 0c0 5 2 7 7 6 4 0 5-1 19-6l1-1c4-1 6-1 8 1l-1 7v1c-1 6 0 8 3 8 4 1 6 0 7-2l2-2c2-2 4-1 7 3 3 3 3 6 2 13s0 9 4 13c3 2 9 0 17-7l5-4 5-4 4-4 8-4c3 0 6-2 11-6l2-2 2-2 5-3a13 13 0 0 1 3 1h1c3 1 6-1 11-6a59 59 0 0 0 7-9l2-3 10-12a24 24 0 0 1 16-6c17 0 19-7 6-17-5-5-8-9-6-13 1-3 6-5 11-5 9 0 17-8 17-18 0-9-3-10-8-6-4 3-10 4-27 3h-1l-11-1c-9 0-14-2-19-7l-7-7a9 9 0 0 0-5-3l-9 2c-4 2-7 2-10 2-4 0-7 2-10 6l-3 3a48 48 0 0 1-4 5 37 37 0 0 1-5 4c-7 4-9 8-12 16l-1 1v1l-2 4-3 7c-3 6-8 9-18 13l-4 1-4 2a79 79 0 0 0-8 4 55 55 0 0 0-7 5c-16 13-18 16-18 28Zm133-79a20 20 0 0 0 11 1 60 60 0 0 0 9-1l8-2c3 0 5 0 6 2 2 1 2 2 2 4l-5 5c-4 3-6 5-6 7 1 7 2 10 8 16 4 3 6 6 6 9-1 3-5 5-13 5-7 0-13 5-20 15l-5 7a39 39 0 0 1-5 5 12 12 0 0 1-3 2c-3 2-5 2-10 2-7 0-10 2-15 7a50 50 0 0 1-4 6 43 43 0 0 1-9 7l-15 8c-3 3-6 2-8 0l-3-11-2-9c-1-2-2-3-4-3-6 2-9 2-11 1-2-2-3-5-3-11 1-2-1-3-3-3l-10 1h-1c-8 2-11 2-13 1-3-2-1-5 5-12 5-7 10-11 15-14l13-4c7-2 10-3 14-9l12-21c3-6 7-9 11-11a73 73 0 0 0 9-7l1-1c8-5 13-7 18-7 4 0 6 1 9 4l2 3a30 30 0 0 0 3 3 24 24 0 0 0 6 5Zm0 0a26 26 0 0 1-7-5 33 33 0 0 1-3-2l-2-3c-2-3-4-5-8-5-5 0-9 3-17 8l-1 1a71 71 0 0 1-10 6c-4 3-7 6-10 11l-13 21c-3 6-7 8-14 10a42 42 0 0 0-28 17c-5 7-6 10-4 11s4 1 12-1h1l10-1c3 0 5 1 5 4-1 6 0 9 2 10h10c2-1 4 0 5 3l2 9 3 10c1 2 3 3 7 1l15-9a42 42 0 0 0 8-7 48 48 0 0 0 5-5c4-6 7-8 15-8l10-1a11 11 0 0 0 3-2 38 38 0 0 0 4-6l5-7c8-10 13-15 21-15 7 0 11-1 12-4 0-2-2-6-5-9-7-5-8-8-8-16 0-3 1-5 5-8l5-5-1-3c-3-1-5-1-14 1a62 62 0 0 1-9 1 21 21 0 0 1-11-2Zm-28-3c5-3 9-3 13 1l3 3c4 4 8 5 14 5 11 0 14 2 16 9l2 5 2 8c3 5 3 8 2 10s-2 2-5 3a29 29 0 0 0-4 1 11 11 0 0 0-5 2l-3 4-3 4c-8 9-13 13-20 13-4 0-7 1-11 4l-15 13a73 73 0 0 1-9 5c-4 3-7 4-9 3l-2-6v-2c0-4-2-6-7-6-7 0-9-2-10-6-1-5-2-7-6-10-4-2-5-5-2-8l12-7 11-6a39 39 0 0 0 5-7 50 50 0 0 0 3-5l2-4 3-5c5-11 10-15 23-21Zm-23 21-2 5-2 4a53 53 0 0 1-3 6 40 40 0 0 1-6 6c-2 2-4 4-11 7l-11 7c-2 2-2 4 1 7 5 3 6 5 7 10 1 4 2 4 9 4 5 1 8 3 8 8v2l2 5c1 1 3 0 8-2a72 72 0 0 0 9-6l15-13c4-3 7-4 11-4 7 0 12-4 19-12l3-5 4-3a12 12 0 0 1 5-3 29 29 0 0 1 4-1l4-2c1-2 1-5-1-10l-3-8-2-5c-2-6-4-8-15-8-6 0-11-1-15-5l-3-3c-4-4-7-4-12-2-12 7-17 11-23 21Zm56 12c-3 7-16 15-26 15-6 0-8-3-8-7a26 26 0 0 1 4-11l2-2 2-3c3-5 8-8 13-8 9 0 16 10 13 16Zm-1 0c3-6-3-15-12-15-5 0-9 3-12 8l-2 2-2 3a25 25 0 0 0-4 10c0 4 2 6 7 6 9 0 23-8 25-14Zm-69 20a13 13 0 0 1 6 2c2 2 2 4-1 6-5 5-13 5-13-1 0-5 4-7 8-7Zm0 1c-4 0-7 2-7 6 1 5 7 5 12 1 2-2 2-4 0-5a12 12 0 0 0-5-2Zm29-225 20 9a24 24 0 0 1 7 6 45 45 0 0 1 3 5c3 4 0 7-6 11-5 4-12 7-22 10l-21 7c-6 3-15 1-25-5l-13-9-11-8a81 81 0 0 0-8-5c-5-3-5-7 0-13l18-16 9-8 5-4c5-6 9-7 15-4a33 33 0 0 1 7 5l8 8 14 11Zm0 0c-5-2-9-5-15-10l-8-8a32 32 0 0 0-7-5c-5-3-9-2-14 3l-4 5-9 8c-14 11-15 12-18 16-5 5-5 8-1 11a83 83 0 0 1 9 5l11 8 13 9c10 6 18 8 24 6l21-8c10-3 17-6 22-9 6-4 8-7 6-11a44 44 0 0 0-4-5 23 23 0 0 0-7-5l-19-10Zm-39 8a19 19 0 0 1 8 1l9 4a121 121 0 0 0 13 6q13 4 9 9c-2 3-8 6-18 9-8 3-15 3-21 0-5-3-9-7-12-13-3-4-3-8 0-11 2-2 7-4 12-4Zm0 1-12 5c-2 2-2 6 0 10l12 12c6 3 13 3 21 1l17-9c2-3 0-6-8-9a124 124 0 0 1-13-5l-9-4a18 18 0 0 0-8-1ZM203 500c0 5-2 8-5 9-2 1-4 2-11 2h-1c-10 0-17-8-17-16s10-11 19-5c3 1 4 2 9 2 4 1 6 3 6 8Zm-1 0c0-5-1-6-5-7l-9-3c-9-4-19-2-19 5 1 7 8 15 17 15h1c6 0 9-1 11-2s3-3 3-8Zm33-117 16-5 20-5c20-5 32-9 39-13 15-10 37-34 44-48 2-5 4-7 7-6a12 12 0 0 1 5 1l3 1 1 1c5 2 9 4 13 4 7 0 10 3 8 7-1 4-6 9-11 12-8 5-12 18-12 34a10 10 0 0 1-3 8l-9 5h-1l-9 4c-5 5-12 8-20 8-1 0-2 0-4 3l-1 2c-3 4-5 6-9 6-8 0-11 0-22 6-5 3-9 4-14 4h-1l-11 1a73 73 0 0 0-9 4l-10 5a120 120 0 0 1-19 7c-12 4-18 3-27-4-3-1-3-4-1-7 1-3 4-5 8-9l2-2 6-5 5-8a18 18 0 0 1 6-7 42 42 0 0 1 10-4Zm0 0a41 41 0 0 0-9 5 17 17 0 0 0-6 7c-2 4-3 5-6 7l-6 6-1 2-8 8c-2 3-2 5 0 7 9 6 15 7 27 4a121 121 0 0 0 19-8l10-5a74 74 0 0 1 9-3c3-2 6-2 11-2h1c5 0 9-1 14-3 11-7 14-7 22-7 3 0 5-2 8-6l1-2c2-2 3-3 5-3 8 0 15-2 20-7 1-2 4-3 9-5h1c8-4 12-6 12-12 0-17 3-29 12-34 5-3 9-8 10-12 2-4 0-6-7-6-4 0-8-2-13-4-8-4-7-3-9-3-2-1-4 1-7 5-7 14-29 38-44 48-7 5-19 9-38 14l-21 5-16 4Zm17 5a46 46 0 0 0 7-1l9-1c2 1 3 3 3 6 1 4-2 7-6 10l-14 7h-3l-9 6h-1c-8 6-13 9-23 9-5 0-7-3-6-6l8-11 4-5 12-10a15 15 0 0 1 1-2c3-2 6-3 14-3l4 1Zm0 1-4-1c-8 0-10 1-13 3a16 16 0 0 0-2 1l-11 11-4 4-8 11c-1 3 1 5 5 5 9 0 14-3 22-8l1-1 10-5 2-1 14-7c4-2 7-5 7-9 0-3-1-4-3-5l-9 1a47 47 0 0 1-7 1Zm112-46c-1 6-2 7-1 13 2 7-1 17-5 17h-2a30 30 0 0 1-7-1c-7-1-10-5-10-13 0-14 2-20 8-26a22 22 0 0 0 2-4l3-5c4-8 8-12 12-10a13 13 0 0 1 4 1l1 1a20 20 0 0 0 3 2h11c2 1 2 3-1 5l-4 4-14 16Zm0 0c1-4 3-6 14-17l4-3c2-2 2-3 1-4h-6l-5-1a20 20 0 0 1-3-1l-2-1a12 12 0 0 0-3-1c-4-1-7 2-11 9l-3 5a23 23 0 0 1-3 4c-5 7-7 12-7 26 0 8 3 11 9 12a28 28 0 0 0 7 1h2c3 0 6-9 5-16-2-6-1-8 1-13Zm-10 12 3 2c2 2 2 4 0 7-4 5-9 3-9-5 0-4 1-6 2-6l4 2Zm-1 2-2-2-1 4c0 6 3 7 5 3 2-2 2-2 1-3l-3-2Zm223-130a36 36 0 0 1 6-3 49 49 0 0 0 9-3c4-3 6-2 7 0l-2 13c-2 14-9 26-21 36-4 4-7 5-9 3s-4-5-5-11l-2-7-2-9c-3-7-4-11-3-13s3-2 6-2a27 27 0 0 0 3 0l2-1h2l2-1a38 38 0 0 0 7-2Zm0 0a38 38 0 0 1-6 3l-3 1-4 1a25 25 0 0 1-3 0c-3 0-4 0-5 2l2 12 3 9 2 7c1 6 3 9 4 10 2 2 5 1 9-2 12-10 18-23 21-36l1-12c-1-2-2-2-6-1a50 50 0 0 1-9 4 35 35 0 0 0-6 2Zm-4 7a18 18 0 0 0 4-1l3-2a41 41 0 0 1 5-2h6l1 5v1c0 6-5 17-11 23-5 4-8 4-10 2-2-1-4-4-7-13-2-4-2-8-1-10l6-3h1a20 20 0 0 0 3 0Zm-2 2h-2l-4 2c-1 2-1 4 1 9l6 12c2 1 4 0 7-3 7-5 11-16 11-21v-1a4 4 0 0 0-1-3h-4a38 38 0 0 0-4 2l-3 1a20 20 0 0 1-5 2 17 17 0 0 1-2 0Zm-228-89-7 12-3 3-2 3a46 46 0 0 0-5 7 35 35 0 0 1-13 14l-16 8c-11 4-16 1-27-16-3-5-9-9-18-13l-14-6c-5-2-7-4-7-6 1-2 6-4 16-6 16-3 27-4 40-3h12a20 20 0 0 0 6-3l3-2c10-6 13-8 18-9 6-3 10-4 14-2 7 4 7 8 3 19Zm-2 0c4-11 4-14-2-17-3-2-7-1-13 1l-17 10-2 2a23 23 0 0 1-7 3h-13c-13-1-23 0-40 3a75 75 0 0 0-11 3l-3 2 6 3 14 6c10 4 16 8 19 13 10 17 15 20 25 16l15-7a33 33 0 0 0 12-13 48 48 0 0 1 5-8l3-4 2-3c4-4 6-6 7-10Zm-7-1c-8 13-18 22-33 26-8 1-12-1-13-6s2-9 6-9c3 0 6-2 15-10l4-2c4-4 8-6 11-6 5-2 9-3 11-2 3 1 2 4-1 9Zm0 0c2-5 3-7 1-8s-6 0-11 1l-10 6-4 3c-10 8-13 10-16 10s-5 4-5 7c1 5 5 7 12 6 14-4 25-13 33-25ZM461 34c14 4 21 4 32 0l11-7 11-7c4-2 8-3 11-1 4 1 6 12 7 28 0 14-1 29-3 34-1 5-5 8-11 10a42 42 0 0 1-13 2c-6 0-9 2-12 8l-2 3c-2 2-3 4-5 4a31 31 0 0 0-4 2l-2 1-3 2c-6 3-12 5-17 5-6 0-10 2-14 5l-5 5a533 533 0 0 1-17 8l-2 1a15 15 0 0 1-3 1c-5 1-11 0-17-4l-6-4-9-1-2-1c-5 0-8-1-10-3-5-3-7-7-6-12s7-11 15-17l6-5a592 592 0 0 0 18-15l2-2 8-7c3-3 4-6 7-13l1-2c3-7 4-10 7-12l8-8c4-3 8-3 19 2Zm0 0c-11-4-15-4-19-1l-8 7-6 12-1 2c-3 7-5 11-8 13l-9 9a97 97 0 0 1-24 21c-9 6-14 11-15 16-1 4 1 8 5 12l10 2 2 1c5 0 7 0 9 2l6 3c7 4 12 5 17 4a14 14 0 0 0 3 0l2-1 6-2 11-6 4-5c4-4 9-6 15-6 5 0 10-2 17-5l2-1 3-2a32 32 0 0 1 4-1c1-1 3-2 4-5l2-3c3-5 7-8 13-8a41 41 0 0 0 13-2c5-2 9-5 11-9l2-34c-1-16-3-26-6-28-3-1-7 0-11 2l-11 7-11 6c-11 6-18 6-32 0Zm14 21 10-1 15-7 6-6a42 42 0 0 1 5-5c3-3 7-3 10 1 6 9 5 16 0 27l-3 6-1 3a9 9 0 0 1 0 1l-4 5c-3 2-5 3-12 4l-3 1c-6 1-10 2-12 6-4 4-8 7-15 10l-2 1-2 1a60 60 0 0 0-7 4l-10 3c-8 2-12 4-17 10-5 5-10 7-17 6-5 0-11-3-23-9-7-3-7-8-2-14 3-4 4-4 19-16 9-6 13-11 17-15a24 24 0 0 0 5-8c6-19 13-22 23-16l7 5c3 2 7 3 13 3Zm0 2c-7 0-10-1-14-3l-7-5c-9-6-15-3-20 14a26 26 0 0 1-5 9c-4 5-9 9-17 15l-19 17c-5 5-5 8 0 10 13 6 18 9 23 9 6 1 11 0 15-6 6-6 10-7 19-10 4-1 6-1 8-3a62 62 0 0 1 8-4l2-1h2c7-4 11-6 14-11 3-3 7-5 14-6l3-1c6-1 8-2 10-4l4-4a8 8 0 0 0 0-1l2-3 2-5c5-11 6-17 0-25-2-4-4-4-7-1a42 42 0 0 0-4 4c-4 4-5 6-8 7l-15 7-10 1Zm-13 9c6 4 11 3 19 0l7-2c3 0 4 2 5 5 2 5-2 8-12 13l-20 7-19 10c-13 10-18 12-23 10a25 25 0 0 1-4-2l-2-1-2-2c-4-2-3-4 1-7l13-10c7-6 12-11 15-18 3-9 4-12 6-14 2-1 4 0 7 2l4 4a70 70 0 0 0 5 5Zm0 0a71 71 0 0 1-6-4l-4-4c-3-2-4-3-5-2-2 1-4 5-7 13-2 7-7 13-14 19l-14 10c-3 3-3 4-1 6l3 1 2 1a23 23 0 0 0 3 2c5 2 10 0 23-9l19-11 20-7c9-4 13-8 12-12-1-3-3-4-5-4l-7 2c-8 3-13 4-19-1Z' fill='%232d374b'/></svg>");
}
.mask.mask-texture-light {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'><path d='M600 325v-1l-15 9c-10 6-18 12-24 19-6 6-13 10-23 14l-5 2-4 2c-10 3-15 6-19 10-5 4-10 6-17 8l-7 2-6 2c-5 1-8 2-10 4l-13 5-5 1-5 1a110 110 0 0 0-11 5c-3 1-6 3-9 8l-6 9-10 15a51 51 0 0 1-5 4l-12 9a15 15 0 0 0-3 4c-2 2-2 4-3 9-2 10-4 14-8 22a78 78 0 0 1-12 14l-3 4-5 5a42 42 0 0 0-10 17c-3 8-3 15-2 27l1 8a391 391 0 0 0 1 37h1a333 333 0 0 1-2-45c-1-12-1-19 2-27a41 41 0 0 1 9-17l5-5 4-3 1-2c4-3 6-6 10-13 5-7 7-11 9-22l2-9a14 14 0 0 1 4-4l12-8a54 54 0 0 0 4-5c3-2 5-5 11-14l6-9c3-5 6-7 8-9a111 111 0 0 1 11-4l8-2h2l13-6 11-3 6-2 6-2c7-2 13-5 17-9 4-3 9-6 19-10l5-1 5-2c10-4 17-9 22-15 6-6 14-12 25-19l14-8v-64c-4 8-9 14-13 17l-9 7-6 5-1 1-5 4-18 13-8 8c-6 6-11 8-29 11-11 1-20 4-31 11a653 653 0 0 0-13 7c-6 3-11 5-16 5-17 0-41 11-52 22-12 14-31 28-45 31-7 2-12 8-14 15a47 47 0 0 0-1 14 35 35 0 0 0 0 4 37 37 0 0 1-1 13c-2 6-5 12-11 19-13 17-22 47-22 72v9l-1 22c0 11-2 20-5 29h-1c3-9 5-18 5-29l1-22v-9c0-25 9-55 23-72 5-7 9-13 10-19a36 36 0 0 0 1-13 36 36 0 0 1 0-4 48 48 0 0 1 1-14c2-8 7-14 15-15 13-4 33-18 45-31 10-12 35-23 52-23 5 0 10-2 15-5l7-3 7-4c11-7 19-10 31-11 17-3 23-5 29-11 4-5 5-5 8-7l17-14 5-3 1-1 7-5c3-3 6-6 9-7 4-4 9-11 13-20v67Zm0-116h-2c-6 1-14 3-22 7-3 2-8 3-14 3a84 84 0 0 1-15-1l-4-1a32 32 0 0 0-4-1l-17-1c-10 0-17 1-18 3 0 1 1 3 4 5l4 4 4 4a12 12 0 0 0 6 2l2 1c4 0 6 1 7 2 1 2 1 5-1 9-2 7-5 10-10 11-3 0-7-2-14-6-5-2-7-7-9-15v-5c-2-7-2-10-4-11a19 19 0 0 0-3-1 22 22 0 0 0-8 0h-13c-21 2-29 6-38 15l-4 6-2 3-3 3a59 59 0 0 1-12 13l-4 3-5 4a191 191 0 0 0-17 15c-8 9-11 14-11 16s1 2 6 3h3a17 17 0 0 1 7 2c8 4 12 7 14 11 3 6 1 13-9 20-8 7-11 11-11 15a26 26 0 0 0 0 5c1 6 1 10-3 17a44 44 0 0 1-4 8c-3 4-5 5-10 7l-5 2-5 2a72 72 0 0 0-13 8c-8 7-13 15-16 25l-2 16-5 16c-2 5-11 27-13 29l-6 14c-4 8-7 14-11 17-5 7-9 15-13 29l-2 5-5 12c-6 16-25 27-46 27-11 0-21-3-31-9-6-3-5-2-22-15-15-9-18-10-21-6l-2 2a52 52 0 0 1-5 6l-6 8c-3 2-5 4-6 7a46 46 0 0 0-6 7l-2 11-1 3h-1l1-3c1-6 1-9 3-11a47 47 0 0 1 5-8l6-7 7-7a52 52 0 0 0 5-6l1-3c4-5 8-4 22 7l22 14c11 6 20 9 31 9 21 0 40-11 46-26l4-12 2-6c4-14 8-22 14-28l10-18 7-13c1-3 10-25 13-29l4-16 2-16c3-10 8-19 17-25a73 73 0 0 1 13-9l5-2 4-2c5-1 8-3 10-7a44 44 0 0 0 5-7c3-7 3-11 2-17a27 27 0 0 1 0-5c0-5 3-9 12-15 9-7 11-14 8-19-2-4-6-8-13-12a16 16 0 0 0-7-1h-3c-5-1-7-1-7-4 0-2 3-8 12-16a192 192 0 0 1 16-16l5-4 4-3 2-1a59 59 0 0 0 11-11l2-4 2-3 5-5c8-10 17-14 37-15l14-1a23 23 0 0 1 9 1 20 20 0 0 1 2 1c2 1 3 3 4 10l1 3v3c2 8 4 12 8 15 7 3 11 5 14 5 4-1 7-4 10-10v-8c-1-1-2-2-6-2l-2-1a13 13 0 0 1-6-3l-5-4-4-3c-3-3-4-5-3-6 1-3 7-4 18-4l17 1 4 1 4 1a83 83 0 0 0 15 1l14-2a70 70 0 0 1 24-8v1Zm0-101v1c-9 16-17 30-24 36-3 4-7 5-13 6h-19c-10-1-16-1-21 1a84 84 0 0 1-15 2h-2c-13 1-20 2-33 5l-14 4a246 246 0 0 1-33 4l-20 1a37 37 0 0 0-18 5c-8 5-15 13-20 24a69 69 0 0 1-4 10c-4 6-7 9-13 12l-4 2a64 64 0 0 0-16 10c-8 8-13 17-22 36l-2 4c-8 16-12 24-18 30-7 9-20 15-40 20l-19 6a143 143 0 0 0-16 4c-10 5-19 11-36 27l-2 2a236 236 0 0 1-32 24l-12 8c-12 8-19 13-25 20a62 62 0 0 0-6 9c-4 7-6 13-9 25l-2 7-2 6c-2 11-6 18-14 27l-4 5-5 5a24 24 0 0 0-3 7c-1 3-2 5-2 12 0 10-1 15-5 22l-6 16a73 73 0 0 1-4 7c-2 6-6 11-13 17-6 7-8 11-10 16l-2 5v2h-1v-2l2-5c2-5 5-10 11-16l13-17a73 73 0 0 0 3-7l7-16c3-8 4-13 4-23l2-12a25 25 0 0 1 4-6l4-6 4-5a65 65 0 0 0 16-33l2-6c3-12 5-18 9-25a64 64 0 0 1 7-9c6-7 13-13 24-21l13-8a258 258 0 0 0 31-24l2-2c18-16 26-22 37-26a142 142 0 0 1 16-5l19-6c20-5 32-11 40-19 5-7 10-14 17-30l2-4c9-20 14-29 23-36a65 65 0 0 1 15-11l4-2c6-3 10-5 13-11a68 68 0 0 0 5-10c4-12 11-20 20-25a38 38 0 0 1 18-5l20-1a245 245 0 0 0 33-4l14-3a124 124 0 0 1 33-6h2a82 82 0 0 0 15-2c5-2 11-2 22-1h18c5-1 10-2 13-5 6-7 15-21 24-37Zm0 450-3-20-1-2v-2c-2-16-3-22-5-25-3-2-3-5-3-8l1-2v-7c-1-3-4-5-8-7-5-2-7-4-5-8a22 22 0 0 1 3-5l6-6c6-6 9-11 9-16a15 15 0 0 1 6-13v1a14 14 0 0 0-5 12c0 5-3 10-10 17l-5 6a21 21 0 0 0-3 4c-2 3 0 6 4 8 5 1 8 4 9 6l-1 8v2c0 3 0 5 2 8 3 2 4 9 6 25v2l1 2 2 16v4Zm0-62-5-11-1-5 2-6a71 71 0 0 0 4-11v4a63 63 0 0 1-3 8l-2 5 1 4 4 10Zm0-85a20 20 0 0 1-6 4l-21 8c-9 5-16 6-23 6l-15-6-3-2-5-4c-4-2-3-5 1-10l19-14 4-3 23-14c11-9 19-14 26-15v1c-6 1-15 6-26 14-4 4-4 4-22 15l-5 3-18 14c-4 4-5 7-2 9l6 3 3 2c6 4 9 5 14 6 6 0 14-1 23-5l20-9a18 18 0 0 0 7-5v2Zm0-41v1c-7 0-12 3-20 9l-4 3a52 52 0 0 1-5 3l-6 4-9 6-8 6c-5 3-7 7-8 9-1 3 2 5 7 6a50 50 0 0 0 31-5 62 62 0 0 0 17-12 42 42 0 0 0 5-8v2a39 39 0 0 1-5 6 63 63 0 0 1-17 13 51 51 0 0 1-31 5c-6-1-9-4-8-7s4-6 8-10a111 111 0 0 1 18-12l6-3 4-3 5-4c7-6 13-9 20-9Zm0-155v1l-8 1a339 339 0 0 1-23 8 33 33 0 0 1-7 2h-2c-8 1-12 2-12 6l8 26a57 57 0 0 1 3 7l1 4c1 7 3 11 5 12l8-1c3-2 7-5 11-10l4-5 4-4 8-21v4a67 67 0 0 1-11 21l-4 6c-4 5-8 8-12 10h-8c-3-1-4-4-6-12l-1-3a56 56 0 0 0-2-8c-6-13-8-21-8-26 0-4 3-6 12-7h2a33 33 0 0 0 7-1l4-2a334 334 0 0 0 27-8ZM0 292c10-11 18-23 23-35l11-31 1-5 15-39c6-13 13-22 21-26 6-4 10-8 12-13a47 47 0 0 0 2-7l4-10c2-4 6-6 12-9l18-9V94c0-10 0-11 2-13a13 13 0 0 1 2-1l3-2a68 68 0 0 0 9-6l8-8 9-8c4-2 8-3 11-2l19 3h22a85 85 0 0 1 15 2l13 1a19 19 0 0 0 10-3l12-5c3-1 4 0 16 2 17 4 31 1 41-10 5-5 6-9 4-14a18 18 0 0 1-1-5c-1-2 0-4 2-7 3-2 5-9 7-18h2c-2 10-4 17-7 20-2 2-3 3-2 5a17 17 0 0 0 1 4c2 6 1 11-4 17-11 11-25 14-43 10-12-2-13-3-16-2-3 0-6 2-10 5a21 21 0 0 1-12 3l-13-1a83 83 0 0 0-15-2 360 360 0 0 1-41-3c-6-2-10 1-18 10l-8 8a70 70 0 0 1-10 6l-3 1a11 11 0 0 0-1 1c-2 2-2 3-2 12v9c1 3 0 5-1 6-1 3-2 3-19 10-5 2-9 5-11 8s-2 5-3 10a48 48 0 0 1-2 7c-3 5-6 10-14 14-7 4-13 12-19 25-5 9-8 19-15 39l-1 5-11 30c-5 13-14 26-25 38v-3Zm0 78 1-1c6 1 7 6 5 14a60 60 0 0 1-6 11v-2a58 58 0 0 0 5-9c2-8 1-13-4-13l-1 1v-47l14-8c13-10 30-38 30-54 0-18 21-73 32-79 12-9 32-28 36-38 1-5 5-7 14-10 6-1 9-2 11-4l4-11 2-8c4-12 8-19 14-20l10-4c7-3 12-5 17-5a31 31 0 0 1 19 5c6 3 12 4 20 4a97 97 0 0 0 20-3l9-2a29 29 0 0 1 5 0 314 314 0 0 0 37-3 113 113 0 0 0 22-4c19-7 32-19 33-28l3-11c3-8 4-13 3-18a23 23 0 0 0-1-7l-4-16h1a67 67 0 0 0 3 16 25 25 0 0 1 2 7c1 5 0 10-3 18l-2 11c-2 10-16 22-35 28a114 114 0 0 1-22 5 252 252 0 0 1-37 3 27 27 0 0 0-5 0l-9 2a99 99 0 0 1-20 3c-8 0-15-1-20-5a30 30 0 0 0-19-4c-5 0-10 2-17 5a98 98 0 0 1-10 3c-6 2-9 8-13 20l-2 9-5 10c-2 3-4 4-12 6-7 1-11 3-13 8-3 10-23 30-36 38-10 7-31 61-31 79 0 16-17 45-31 54l-14 9v45Zm0-174v-1c7-4 15-10 22-19l16-20a47 47 0 0 1 7-7l6-4c9-7 14-12 16-19l2-12 3-16c2-17 5-27 10-32 10-14 20-28 20-33 0-3 0-3 6-16a272 272 0 0 0 5-17h1c0 3-1 8-4 14l-2 4-5 15c0 5-10 20-21 33-4 5-7 15-9 32l-3 16-3 12c-2 8-6 13-16 20l-5 4a47 47 0 0 0-8 6l-15 21c-8 9-15 15-23 19Zm0 362v-4a52 52 0 0 0 2 6c2 6 4 8 8 7 19-9 34-25 34-40 0-16 6-32 17-46a37 37 0 0 1 5-6l2-2 2-2c4-2 6-5 8-12l4-13v-2c4-10 5-15 5-19-1-4-4-5-12-2a81 81 0 0 1-9 4c-14 5-27 6-43 6h-3a40 40 0 0 0-15 2 22 22 0 0 0-5 3v-1a24 24 0 0 1 5-2 41 41 0 0 1 16-3h2c16 0 29-1 43-6a80 80 0 0 0 9-3c8-4 12-3 13 2 0 4-1 9-5 19v2l-5 13c-1 8-3 10-7 13l-2 2-2 1a35 35 0 0 0-6 6 77 77 0 0 0-16 46c0 16-15 31-35 40-4 2-7 0-9-7l-1-2Zm0-62v-2l1 3a60 60 0 0 1 5 17 165 165 0 0 1 1 18l1 15c2 3 4 2 9-1 17-15 22-23 22-39 0-7 1-12 3-18l14-19a70 70 0 0 1 7-9 45 45 0 0 1 4-3l1-1a10 10 0 0 0 2-3 36 36 0 0 0 3-6v-3l1-2a34 34 0 0 0 1-3l-1-4c-2-2-9-1-24 4-9 4-16 5-28 5-7 0-10 0-13 2s-6 6-8 14l-1 6v-4l1-2c1-8 4-13 8-15 3-2 5-2 13-2 12 0 18-1 28-4 15-6 22-7 25-5l1 5a34 34 0 0 1-1 4l-1 2v1l-1 1a37 37 0 0 1-2 6 11 11 0 0 1-3 4l-1 1h-1l-2 3a69 69 0 0 0-8 8c-9 13-11 15-13 20s-3 10-3 17c0 16-5 25-23 39-5 5-8 5-10 2l-1-16a165 165 0 0 0-1-18 59 59 0 0 0-4-17l-1-1ZM379 0h1l2 5c3 12 5 20 5 28a60 60 0 0 1-7 31c-7 15-20 27-36 34-12 6-26 10-36 10l-37 4-3 1-37 5-20-3-9-2c-20-3-31-1-31 8l-1 3v3c-1 11-2 15-4 20-3 5-8 8-16 8-10 0-13 0-15 3a118 118 0 0 1-9 8l-15 14-7 6a92 92 0 0 0-26 40c-2 9 3 10 19 2l44-22 16-7 11-5 2-1 2-2 5-2c18-9 34-11 50-1 23 13 39 37 39 56s-1 25-6 33a45 45 0 0 1-5 7c-6 8-11 17-12 22-2 6 4 7 20 0 13-7 22-15 28-27a81 81 0 0 0 6-15l4-12a29 29 0 0 1 2-5c7-15 21-31 36-37 7-4 13-10 19-21l5-9c4-7 7-10 10-12 10-8 28-11 50-11 8 0 17-2 28-4l14-4 20-4c14-4 41-5 64-5 17 0 28-10 39-39 6-18 6-27 2-35l-1-2a13 13 0 0 1-1-6l2-25 1-9a202 202 0 0 0 2-21l-1-3h1l1 3a201 201 0 0 1-2 21l-1 10-2 24a12 12 0 0 0 1 6l1 2c4 8 4 17-3 35-10 30-21 40-39 40a340 340 0 0 0-83 9l-15 4c-11 2-20 4-28 4-21 0-40 3-50 10l-9 12-5 9c-6 12-12 18-20 21-15 7-28 22-36 37a28 28 0 0 0-1 5l-4 12a81 81 0 0 1-6 16c-6 11-15 20-29 26-16 8-23 7-21-1 1-5 6-13 13-21a44 44 0 0 0 4-7c5-8 6-14 6-33s-16-42-38-56c-16-9-32-7-50 2l-7 3-2 1-11 6-15 7-45 21c-16 9-22 8-20-2a84 84 0 0 1 26-41l7-6 16-13 8-9c3-3 6-3 16-3 8 0 12-3 15-8 2-4 3-9 4-19v-3l1-3c0-5 4-9 11-10 5-1 12 0 22 1a326 326 0 0 1 28 5l37-5 3-1 37-4c10 0 24-4 36-10 15-7 28-18 36-33a59 59 0 0 0 6-31c0-8-2-16-5-27Zm14 0h1l3 15c4 14 4 27 0 39a61 61 0 0 1-12 20 138 138 0 0 1-19 19c-11 9-23 16-36 19l-22 4-11 1-9 1c-12 1-18 3-22 4-9 5-28 7-49 7a28 28 0 0 1-4-1 64 64 0 0 1-9-2l-13-3c-4 1-7 3-9 7l-3 15c-1 9-3 12-10 14a40 40 0 0 0-7 3l-1 1-2 1c-2 1-4 2-9 2l-10-1-7 6a67 67 0 0 1-6 6l-8 6a102 102 0 0 0-11 9c-5 5-7 9-6 13 2 4 5 4 9 3a56 56 0 0 0 8-4l10-5a117 117 0 0 1 12-5l11-5 13-7 12-5c17-7 29-10 37-6l6 2 6 2 13 6c18 10 30 22 34 40 7 28 4 45-8 62-4 6-3 9 0 9 5 0 11-5 16-12 3-5 5-11 8-22l1-6 2-7c5-16 11-27 22-34l25-17c7-5 11-10 15-18 7-18 21-24 44-24 9 0 18-2 30-4l6-1 5-1a54 54 0 0 1 10-1l31-6 3-1a170 170 0 0 1 56-6c16-1 26-5 30-14a87 87 0 0 1 3-9l3-6c5-13 6-22-1-40a86 86 0 0 1-6-21V2l1-2h1l-1 2v40a85 85 0 0 0 5 21c8 18 7 27 2 40l-3 6a86 86 0 0 0-4 9c-3 10-13 14-30 15a195 195 0 0 1-24 1c-6 0-15 1-31 5l-3 1-32 6a53 53 0 0 0-9 1l-6 1-6 1c-12 2-21 4-30 4-23 0-36 6-44 23-3 9-7 14-14 19l-26 16c-10 8-16 18-21 35l-2 6-1 6c-3 12-5 17-9 22-5 8-11 13-15 13-5 1-6-4-1-10 11-17 14-34 8-62-5-17-17-30-35-39a152 152 0 0 0-19-8l-5-3c-8-3-20 0-37 7l-12 5-13 7-11 4a116 116 0 0 0-12 6l-9 5a57 57 0 0 1-8 4c-6 1-9 0-10-4-2-4 0-8 5-14a102 102 0 0 1 11-9l8-6a67 67 0 0 0 7-5l7-7 10 1c5 0 7-1 9-2l1-1 2-1a41 41 0 0 1 7-2c6-3 8-5 9-14l4-15c2-5 5-7 9-8l13 3a64 64 0 0 0 9 2 28 28 0 0 0 4 1c21 0 40-2 49-6 4-2 10-4 22-5l9-1a623 623 0 0 0 33-5c12-3 24-10 35-19a137 137 0 0 0 20-18 60 60 0 0 0 11-21c4-11 4-24 1-38l-4-15Zm114 0h1a58 58 0 0 1-11 11 10 10 0 0 1-5 2 12 12 0 0 0-7 2l-2 1a23 23 0 0 1-14 5c-6 0-10-2-16-5l-2-1-3-1a26 26 0 0 0-4-1 13 13 0 0 0-3 0l-11-4h-2l-10-3c-3 0-4 2-4 6 0 21-6 50-13 57a224 224 0 0 1-78 54 107 107 0 0 1-13 5l-11 2-12 2-14 3c-21 4-25 5-38 5l-14-2-6-1c-8-2-14-2-18-1-4 2-6 5-4 11 2 5 5 8 9 11l14 3 16 3a78 78 0 0 1 18 8c9 4 15 11 20 20l11 22c3 6 6 6 11 2 5-5 10-9 21-14l2-2 16-9c5-4 8-8 11-13 8-20 20-33 32-33h5l25-1c14 0 24-2 30-4a232 232 0 0 1 24-9 1428 1428 0 0 1 28-9l11-4 8-3a60 60 0 0 0 7-3 64 64 0 0 0 6-3c3-3 6-4 12-5h1c6-1 9-2 13-5 7-7 8-24 4-45-2-8-3-19-2-35l1-19h1v3a892 892 0 0 0 0 51c5 22 5 38-4 45-4 4-7 5-13 6h-1l-12 4a64 64 0 0 1-6 4 61 61 0 0 1-6 3l-9 3-11 3a1127 1127 0 0 1-28 9 233 233 0 0 0-24 9c-6 3-16 5-30 5l-25 1h-5c-11 0-23 12-32 32-2 5-5 10-11 14l-16 9-2 1-21 14c-5 6-8 5-12-2l-11-21c-5-9-11-16-19-21a77 77 0 0 0-19-7l-15-3c-7-1-11-2-14-4-4-2-7-5-9-11-3-6-1-10 4-12a241 241 0 0 1 24 1l14 3c13 0 17-1 38-5a383 383 0 0 1 37-7 106 106 0 0 0 13-4 223 223 0 0 0 78-54c6-7 12-36 12-57 0-5 1-7 5-7l11 3h1l11 4a14 14 0 0 1 4 0 29 29 0 0 1 4 1l3 2 1 1c6 2 11 4 16 4a22 22 0 0 0 13-4l3-2a13 13 0 0 1 7-2 9 9 0 0 0 4-2c3-1 6-4 10-9l1-1ZM325 600h-2a171 171 0 0 0 2-22 38 38 0 0 0-1-7 112 112 0 0 1-2-40 61 61 0 0 1 5-18 71 71 0 0 1 13-19l12-10 7-8a6 6 0 0 0 1-3l-1-9v-9c-1-12 1-20 8-22 16-5 26-12 33-25 10-17 26-32 36-32 12 0 20-2 29-9 7-5 10-6 13-7l9-1 6-3 5-5c6-6 12-9 21-9h7l12-1c3-1 5-3 14-11a130 130 0 0 1 27-19 69 69 0 0 0 9-7l12-12v3l-10 10a71 71 0 0 1-10 8l-4 2c-12 8-14 10-22 17-10 8-12 10-16 11l-12 1h-7c-8 0-14 3-19 8l-6 6c-2 2-5 3-7 3l-9 1c-2 0-5 2-11 7-10 7-18 9-31 9-9 0-25 14-34 31-8 13-18 21-35 26-5 2-7 8-6 20v9l1 9a8 8 0 0 1-1 4l-8 8-12 11a69 69 0 0 0-12 17 59 59 0 0 0-5 18 107 107 0 0 0 2 39 27 27 0 0 1 1 4l-1 17-1 9Zm-14 0h-1c3-7 5-12 5-19l-1-16-1-28a118 118 0 0 1 6-32 98 98 0 0 1 5-11 76 76 0 0 1 10-17 59 59 0 0 1 4-4l4-4c6-5 8-11 8-29 0-19 2-24 15-28l3-1a51 51 0 0 0 6-3 53 53 0 0 0 15-11c25-28 37-35 56-35 8 0 15-2 22-7l18-11 9-4c8-4 14-5 26-5 8 0 11-1 15-2a19 19 0 0 0 11-8c2-4 6-7 14-12a301 301 0 0 1 21-13c5-4 9-9 13-15l6-9v2l-5 7a59 59 0 0 1-14 15l-15 10-5 4c-8 4-12 8-15 11a20 20 0 0 1-11 9c-4 1-7 2-15 2-12 0-18 1-26 4l-8 5-19 11c-7 5-14 7-22 7-19 0-30 7-56 34a54 54 0 0 1-14 12 53 53 0 0 1-7 3l-5 2c-5 1-7 3-9 6-2 4-3 10-3 20 0 18-2 24-8 30l-4 3a58 58 0 0 0-4 5 75 75 0 0 0-11 16 95 95 0 0 0-4 11 117 117 0 0 0-6 32 230 230 0 0 0 2 44c0 6-2 11-5 19Zm25 0h-1l1-15-3-24v-2c-2-13-3-20-2-27 1-9 4-16 12-22 22-19 29-31 29-45a38 38 0 0 0 0-8c-1-5-2-6-1-8a10 10 0 0 1 3-6c3-3 7-5 14-7 10-4 15-10 24-22l2-3 10-12a32 32 0 0 1 15-8l25-8a50 50 0 0 0 5-3l5-2c2-2 5-3 11-3l11-1a21 21 0 0 0 10-6c4-6 10-8 17-9l4-1 14-3 23-20 3-3c10-9 16-14 22-16a37 37 0 0 0 11-9v1a38 38 0 0 1-11 8l-21 17-3 3c-17 15-19 17-24 19-3 2-7 3-14 4l-3 1c-8 1-13 3-18 8a22 22 0 0 1-10 7l-11 1c-6 0-8 1-11 2l-4 3a50 50 0 0 1-5 3l-26 7c-10 3-15 8-24 21l-2 3c-9 12-15 18-25 21l-13 7a9 9 0 0 0-3 6v8a39 39 0 0 1 1 8c0 15-7 27-30 45-7 6-10 13-11 22-1 7 0 14 2 27v1c2 13 3 19 2 25v15Zm-240 0h-2a154 154 0 0 0 1-16l1-6c1-17 4-27 11-33 5-4 8-9 9-16l1-9 3-10a8 8 0 0 1 7-5c14 0 38 9 54 20a140 140 0 0 0 31 17c13 5 22 5 25-1l3-6c3-7 4-12 5-18a29 29 0 0 0 0-6c0-3-1-4-4-7l-1-2a26 26 0 0 1-5-6l-1-3-5-5c-5-4-14-6-28-7l-9-1h-2c-10-1-15-1-19-3-14-6-35-26-35-37 0-5 2-10 5-14l13-14 18-14 17-12a51 51 0 0 0 7-5l7-8c7-7 13-11 20-14l17-5 12-4 13-3c20-7 34-12 40-19 9-8 12-14 16-26l5-12c10-18 29-40 44-46 14-6 19-12 19-18 0-3 3-8 7-14 5-6 10-11 17-14 12-6 33-10 47-10 5 0 10-1 16-5 10-5 11-5 14-5 10 0 32-3 46-6l4-1 3-1 6-1a40 40 0 0 1 10-1 32 32 0 0 1 8 1c5 1 14-1 23-6a68 68 0 0 0 10-6v3c-11 8-26 13-33 11a30 30 0 0 0-8-1 38 38 0 0 0-10 1l-9 2-4 1c-14 3-35 6-46 6-3 0-4 0-13 5-7 3-11 5-17 5-14 0-34 4-47 10l-16 13-6 13c0 7-6 14-21 20-14 6-33 27-42 44l-5 13c-4 12-7 18-16 27-7 6-21 12-42 19l-13 3-11 4-18 5c-6 3-12 7-19 14l-7 7a52 52 0 0 1-6 6l-18 11c-7 5-13 10-17 15l-13 13c-3 4-5 8-5 13 0 10 20 30 33 35 4 2 9 2 19 3h4l7 1c14 1 24 3 30 7l4 6 1 3a24 24 0 0 0 5 6l1 1c3 3 5 6 5 9a31 31 0 0 1 0 7c-1 5-2 11-5 18l-3 5c-4 8-13 8-27 3a142 142 0 0 1-33-17c-14-11-38-20-52-20-5 0-6 3-8 13l-1 10c-2 7-4 13-9 17-7 5-10 15-11 32l-1 5-1 16Zm8 0h-1l1-5 1-5c2-14 4-20 7-24a104 104 0 0 1 8-11c8-11 10-15 10-19v-5c1-6 2-9 5-10 4-1 11 1 20 7l26 15 18 11 6 4c14 8 39 5 47-8l7-18 2-3a42 42 0 0 1 4-7c9-14 14-26 14-37 0-4 1-7 4-15l1-4c4-12 3-19-4-24a23 23 0 0 0-10-3c-7-1-15 1-24 6l-8 3-4 3-4 2c-12 7-21 10-33 6l-13-2c-13-3-19-4-24-7-6-3-7-9-2-16a93 93 0 0 1 14-19l8-7 8-7a85 85 0 0 0 7-6c7-9 12-14 20-19a98 98 0 0 1 35-15c37-9 51-13 59-18 8-6 21-25 37-55a81 81 0 0 1 21-26 147 147 0 0 1 17-12l12-8a21 21 0 0 0 3-5l3-7a76 76 0 0 1 4-8c6-11 16-18 31-20a119 119 0 0 1 35-3l17-3a152 152 0 0 1 69-12h28a50 50 0 0 0 14-6v1a51 51 0 0 1-14 6h-38c-20 0-38 3-59 11a45 45 0 0 1-22 4c-10 0-17 0-30 3-15 2-24 9-31 20a73 73 0 0 0-4 7l-3 7a22 22 0 0 1-3 5l-11 9a148 148 0 0 0-18 12 81 81 0 0 0-21 25c-15 30-28 50-37 55-8 6-22 10-59 19a96 96 0 0 0-35 15l-20 18a86 86 0 0 1-6 7l-8 7-8 7a92 92 0 0 0-15 18c-4 7-3 12 3 16 4 2 10 4 23 6l13 3c12 3 21 0 32-6l5-3 4-2 7-4c10-5 17-7 25-6a24 24 0 0 1 10 4c8 5 9 12 5 25l-1 3c-3 9-3 11-3 15 0 11-6 23-16 37a41 41 0 0 0-4 8l-1 3c-3 9-4 11-8 17-7 14-33 17-47 8l-7-3-17-11-26-16c-10-5-16-7-19-6s-4 4-4 9l-1 3 1 2c0 5-3 9-12 20a97 97 0 0 0-8 10c-2 4-4 11-6 24l-1 6-1 4Zm10 0h-1v-1c0-12 9-34 20-43a26 26 0 0 0 3-5 36 36 0 0 0 3-4l2-5c4-6 7-6 17 1l7 4a686 686 0 0 0 20 13c14 9 25 14 34 14 17 0 33-6 40-15a44 44 0 0 0 5-10l2-7 3-7c5-12 8-19 12-23 8-9 14-36 14-53l2-8v-5c1-6 0-10-1-13-5-7-20-9-39-4a101 101 0 0 0-19 6l-16 9c-7 4-13 4-25 2-30-8-31-9-15-27 17-21 47-46 56-46 10 0 54-12 66-18 9-5 24-22 37-38l19-30c9-13 18-22 27-27 7-5 13-11 19-19l12-21a13 13 0 0 1 5-3c14-7 24-9 39-9h29l23-3 4-1a177 177 0 0 1 28-1c19 0 29-1 45-4a37 37 0 0 0 9-4v1a38 38 0 0 1-9 4 174 174 0 0 1-51 4l-22 1-4 1-23 3h-29c-15 0-25 2-39 8a12 12 0 0 0-4 4l-13 20c-5 9-11 15-19 19-8 5-17 15-26 28l-20 29c-12 17-27 34-37 38-12 6-56 19-66 19-9 0-38 25-56 45-14 18-14 19 15 26 12 2 18 2 24-2l17-9a102 102 0 0 1 19-6c19-5 35-3 39 5 2 3 3 7 2 13v5l-2 8c0 17-7 44-15 53l-11 23-3 8-2 6a45 45 0 0 1-6 10c-7 9-23 16-40 16-9 0-20-5-35-14l-13-9-7-4-6-5c-10-6-13-6-16 0l-2 4a37 37 0 0 1-3 5 28 28 0 0 1-4 4 70 70 0 0 0-19 43v1Zm-29 0h-1a19 19 0 0 0 1-8c0-20 5-42 13-49l10-13c2-5 3-12 3-21 0-7 2-12 4-15l9-8a32 32 0 0 0 4-2l7-10c2-4 1-9-1-16a69 69 0 0 0-4-8l-1-2-3-5c-5-10-4-18 8-29a204 204 0 0 1 26-22l20-12a99 99 0 0 0 7-7l10-8a139 139 0 0 1 13-10 45 45 0 0 1 13-6 868 868 0 0 0 50-16 45 45 0 0 1 7-3c9-3 12-4 17-8 7-6 13-15 20-28 16-35 19-40 32-49a57 57 0 0 1 11-7l2-1c12-5 17-9 22-17l3-12c1-6 1-8 3-11 3-3 7-6 15-9a126 126 0 0 1 12-3c16-5 25-6 39-6l13-2a21 21 0 0 0 4-2 35 35 0 0 1 13-6l19-2 2 1 20-5 19-4a23 23 0 0 1 4 0l5 1c9 1 17 2 25 0a37 37 0 0 0 20-15v2a37 37 0 0 1-20 14c-8 2-16 2-26 0l-5-1a23 23 0 0 0-3-1l-20 5c-12 4-16 4-19 4h-2l-19 2a34 34 0 0 0-13 5 21 21 0 0 1-3 3l-14 2c-14 0-23 1-39 5l-12 4c-7 3-11 6-14 9-2 2-2 5-3 10l-4 12a31 31 0 0 1-9 12l-12 6-2 1a57 57 0 0 0-12 6c-13 10-16 15-32 49-6 14-12 23-19 28-5 5-9 6-17 9a45 45 0 0 0-8 2c-6 4-15 7-28 11l-22 5a44 44 0 0 0-12 7 137 137 0 0 0-13 10l-10 8a98 98 0 0 1-8 6l-19 13a203 203 0 0 0-27 21c-11 11-12 19-7 29l2 5 1 2a70 70 0 0 1 4 8c3 7 4 12 2 17-1 3-3 5-8 9a43 43 0 0 1-5 4l-7 6c-2 4-4 8-4 15 0 9-1 16-4 21-2 5-4 8-10 13-7 7-12 29-12 49a20 20 0 0 1-1 8Zm282 0h-1l-1-6c-3-16-4-26-3-37a86 86 0 0 0 1-15v-8c1-4 4-9 11-16 9-11 12-16 19-30a143 143 0 0 1 7-11c3-5 7-9 16-17 12-10 16-14 19-19l1-5 2-4c4-10 8-14 23-17l21-6c16-4 26-7 34-12l27-17 3-1 23-14 9-7 6-5a88 88 0 0 1 16-10v1a86 86 0 0 0-15 10l-7 5-9 6-23 14-2 2-28 16c-8 6-17 9-34 13l-21 5c-8 3-13 5-16 8-3 2-4 5-6 10l-2 4-2 4c-2 6-7 10-18 20-10 8-14 12-17 16l-2 5-4 6c-7 15-10 20-20 30-6 8-9 12-10 16v8a89 89 0 0 1 0 15c-2 11-1 21 2 37l1 6Zm-76 0h-2l1-4a107 107 0 0 0 3-11c2-12 3-23 3-41 0-6-2-10-4-10-3 0-7 6-11 17-10 29-23 42-43 42-22 0-29-1-48-10a88 88 0 0 1-10-5l-15-10c-4-2-7-3-9-1a11 11 0 0 0-2 2 58 58 0 0 1-5 4l-3 2-1 1c-8 6-11 11-11 21v3h-2v-3c0-11 3-16 12-23l2-1 2-2a56 56 0 0 0 4-4 13 13 0 0 1 3-2c3-2 7-1 11 1l15 10a86 86 0 0 0 9 5c19 9 26 10 48 10 19 0 31-13 41-40 4-13 9-19 13-19s6 5 6 12c0 18-1 29-3 42a107 107 0 0 1-3 10l-1 4Zm-149 0v-1l7-13c2-6 5-10 9-11s7 1 12 5l8 6 9 2 14 6 8 3 9 3h-4l-5-2-9-3-13-6-9-3c-2 0-3 0-8-5-5-4-9-6-12-5s-6 4-9 10l-6 14h-1Zm112 0a30 30 0 0 0 12-6 38 38 0 0 0 5-7l3-5 3-3v-1l1-2 4-5a7 7 0 0 1 2-2l1 2 1 2a118 118 0 0 1-1 16 48 48 0 0 1-3 11h-1a46 46 0 0 0 3-11 116 116 0 0 0 1-16l-1-2v-1a7 7 0 0 0-2 2l-3 5-1 1v1l-3 4-3 5a38 38 0 0 1-6 6 31 31 0 0 1-9 6h-3Zm-183 0h-2c4-3 5-8 5-15 0-19 0-17 2-21a29 29 0 0 1 3-6l7-11 12-19c3-6 4-12 4-24 0-8 3-14 9-23l2-5 3-4a21 21 0 0 0 3-9c0-4-2-7-5-11-5-5-9-5-12-1-2 2-3 7-5 16v5a81 81 0 0 1-3 9c-1 5-3 8-8 12l-3 4c-7 6-10 11-12 19l-1 6-2 10c-4 13-10 26-23 44-7 11-11 19-11 24h-1c0-5 4-13 12-24a137 137 0 0 0 24-55l1-5c2-8 6-14 12-20l3-3 9-12a82 82 0 0 0 2-10v-4c2-9 3-14 6-17 3-4 7-4 12 2 4 3 6 7 6 11a22 22 0 0 1-3 9l-3 4-3 5c-5 9-8 15-8 23 0 12-1 18-4 25l-13 18-6 11a28 28 0 0 0-4 7l-1 20c0 7-1 11-4 15ZM310 0h1l-1 3c-4 9-6 15-6 25 1 8-2 12-6 13h-18c-11-2-19-2-28-1-6 3-26 8-32 8-11 0-37-3-54-8a22 22 0 0 0-17 3c-4 2-7 5-14 12-6 6-9 9-14 11-7 4-11 8-13 13-2 4-2 8-2 15 0 4-3 7-10 10l-4 1c-9 5-12 9-12 17 0 13-5 19-18 28l-4 3a178 178 0 0 0-8 5c-7 6-11 15-15 34l-4 17-6 19-4 17a28 28 0 0 1-3 6L5 269l-5 9v-2l5-7 12-18 3-7 5-16 5-19 4-18c4-19 8-28 16-33a79 79 0 0 1 7-6l5-3c12-8 17-15 17-27 0-9 4-13 13-17l4-2c6-3 8-5 8-9 0-8 1-12 3-16 2-5 6-9 14-12l14-12c6-7 9-9 13-12a23 23 0 0 1 18-2c17 4 43 7 54 7 6 0 26-5 32-7 9-2 17-2 28 0h18c4-1 6-5 6-12 0-10 1-16 6-28Zm25 0h1a474 474 0 0 0 1 41c0 10-4 17-13 23-6 5-15 8-24 9l-23 1h-12a22 22 0 0 0-8 1l-5 2a70 70 0 0 1-47-1l-4-2c-12-5-21-5-37 1-11 5-18 10-22 15-3 5-4 8-6 16l-4 12a14 14 0 0 1-7 7c-2 2-4 2-9 3-9 1-13 3-16 9a53 53 0 0 1-14 20l-16 13c-8 7-14 18-18 32l-4 11-3 10a181 181 0 0 1-36 74 109 109 0 0 1-9 11v-1a138 138 0 0 0 9-12 88 88 0 0 1 10-11c8-8 17-32 26-61l2-10 4-11c5-15 10-25 19-32l16-14a52 52 0 0 0 14-19 15 15 0 0 1 7-8c2-1 4-2 9-2l9-2a13 13 0 0 0 7-7l3-12c2-8 3-12 6-16 4-6 12-11 23-15 16-7 25-7 38-2l3 2c9 3 14 5 22 5 11 0 18-2 24-4l6-2a23 23 0 0 1 8-1 546 546 0 0 1 35 0c9-2 17-5 24-10 8-5 13-13 13-22a411 411 0 0 0-2-41ZM94 0h2a30 30 0 0 1-3 9l-5 14a40 40 0 0 1-2 5c-3 4-6 8-13 14-8 6-15 16-20 31l-10 28c-3 8-7 13-16 24l-2 3c-6 8-10 12-12 17s-7 10-13 15v-3c5-4 9-8 11-12 3-6 6-11 12-18l3-3c9-11 12-16 15-23l10-28c6-16 12-26 20-33 7-5 11-9 13-13a38 38 0 0 0 2-5c2-8 3-9 5-13a28 28 0 0 0 3-9Zm9 0h1c-2 8-3 13-5 15a59 59 0 0 0-4 8l-3 10a30 30 0 0 1-3 5L77 52a52 52 0 0 0-8 9l-3 13-5 21c-3 17-6 27-10 32-7 13-10 16-37 41a70 70 0 0 1-14 11v-1a69 69 0 0 0 14-10c26-26 29-29 37-41 3-5 6-16 9-32l5-21c1-7 3-11 4-13a53 53 0 0 1 10-13 238 238 0 0 1 11-11 129 129 0 0 1 4-14 60 60 0 0 1 5-8l4-15ZM84 0h1c-2 5-6 9-12 12a48 48 0 0 1-24 8c-9 0-12 7-12 21a204 204 0 0 0 0 12 71 71 0 0 1-2 17 67 67 0 0 1-2 6l-7 16-20 44a55 55 0 0 1-6 11v-2a55 55 0 0 0 6-9l25-56 2-6a69 69 0 0 0 4-21 207 207 0 0 0-1-12l2-15c2-5 6-7 11-7a47 47 0 0 0 24-8c5-3 9-7 11-11Zm282 0h1l3 18a123 123 0 0 1 0 28c-1 9-3 16-7 21-11 17-39 30-66 30h-16l-25 4-36 4c-7 0-12-2-22-4l-2-1-4-1c-8-2-14-2-22 0a16 16 0 0 0-9 9l-4 12c-2 7-2 10-4 13a16 16 0 0 1-10 8l-9 4c-7 3-10 5-14 10l-6 8a47 47 0 0 1-8 9l-13 11c-7 6-13 12-17 19a447 447 0 0 0-14 45l-1 6-1 6a151 151 0 0 1-31 67 68 68 0 0 1-14 11l-14 6-1 1v-1h1l14-7 3-2 11-8a139 139 0 0 0 30-67l1-6 4-18c4-15 7-26 12-33 4-7 9-13 16-20l13-10a45 45 0 0 0 9-9l5-8c4-5 8-8 14-11l10-3a15 15 0 0 0 9-8c2-3 3-6 4-13 2-7 2-10 4-13a17 17 0 0 1 10-8c8-3 14-3 22-1l4 1 4 1c8 2 13 4 20 4l36-4 25-4h16c26 0 54-13 66-29 3-5 5-12 6-21a123 123 0 0 0 0-24l-1-5c1-4 0-7-2-17ZM19 0h1a79 79 0 0 1-6 16 32 32 0 0 0-2 15l2 16 2 12c1 9 0 17-3 23L0 109v-2l13-25c3-7 3-14 2-22l-2-13-2-16a33 33 0 0 1 3-15 78 78 0 0 0 5-16Zm280 0a71 71 0 0 1-5 11 48 48 0 0 0-4 12l-1 2v1a5 5 0 0 1-1 3l-5 1h-15a175 175 0 0 0-29 2l-24 3a43 43 0 0 1-8-1c-18-5-46-6-55-4a35 35 0 0 0-9 6l-7 6-11 9-9 8-4 4c-5 4-9 7-12 7l-5-1c-1 0-2-2-1-3 0-4 4-11 13-25a109 109 0 0 0 11-26 88 88 0 0 0 3-15h1a89 89 0 0 1-3 15 111 111 0 0 1-12 26c-8 14-12 21-12 25v2l4 1c4 0 7-3 12-6l5-4 9-8 10-10 7-6a36 36 0 0 1 10-5c9-3 37-2 55 3a42 42 0 0 0 8 1l23-3a176 176 0 0 1 30-2 632 632 0 0 1 19-1 4 4 0 0 0 1-2v-1l1-2a50 50 0 0 1 5-12 70 70 0 0 0 4-11h1Zm-8 0c-6 18-10 22-20 22l-29 2h-1l-29 1-29-3h-1l-29-4a18 18 0 0 0-11 3l-2 2a12 12 0 0 1-7 2c-3 0-4-1-4-4a23 23 0 0 1 0-4l1-6a77 77 0 0 0 2-11h2a79 79 0 0 1-2 12l-1 5a21 21 0 0 0 0 4c0 1 0 2 2 2a10 10 0 0 0 6-2l2-1a20 20 0 0 1 12-4l29 4h1a228 228 0 0 0 58 2h1l29-2c9 0 12-3 18-20ZM142 0h1l-3 6c0 1 0 2 2 2l11 1a172 172 0 0 1 21 1l13 2 27 4c24 0 52-3 61-7 3-2 5-5 6-9h1c-1 4-4 8-7 9-9 5-36 8-61 8l-27-4-13-2a171 171 0 0 0-21-1l-11-1c-2 0-3-1-3-3l3-6Zm76 0a53 53 0 0 0 14 3c10 0 17-1 22-3h3a68 68 0 0 1-43 0h4ZM71 0c-3 3-7 5-12 7a52 52 0 0 1-13 1h-2c-5 0-9-2-10-5a9 9 0 0 1 0-3 8 8 0 0 0 1 2c1 3 4 5 9 5h2a50 50 0 0 0 12-1 21 21 0 0 0 11-6h2ZM0 208c7 0 12 3 12 11 0 11-6 28-12 42v-3c6-13 11-28 11-39 0-7-4-10-11-10v-1Zm0 7a4 4 0 0 1 3 1l1 8v1a29 29 0 0 0 0 4l-4 16v-4l3-12a30 30 0 0 1 0-4v-1l-1-7a4 4 0 0 0-2-1Zm0 196v-2a22 22 0 0 0 3-4 101 101 0 0 0 5-12c7-24 7-27 0-31a12 12 0 0 0-8 0v-1a13 13 0 0 1 8 1c8 4 8 7 0 31a98 98 0 0 1-4 12 21 21 0 0 1-4 6Zm34 41 8-1 2-1c9-1 13-1 15 3 1 2-1 5-5 9l-5 4-6 5a20 20 0 0 0-3 3 19 19 0 0 0-3 5l-7 22c-3 8-6 11-9 9-2-1-4-4-6-11a77 77 0 0 0-4-8c-4-8-4-23 0-32a10 10 0 0 1 7-6l12-1h4Zm0 2h-4c-12 0-15 1-17 5-4 9-4 24 0 32a76 76 0 0 1 3 7l6 10c2 1 4-1 6-7l7-23a21 21 0 0 1 3-6 21 21 0 0 1 4-3l6-4 5-4c3-3 5-6 4-8s-5-2-12-1l-3 1-8 1Zm345 146c-3-12-4-14-4-19v-28c2-5 5-8 10-8h26c4 0 5 2 6 8v1c1 5 3 8 9 8l6 1 1 4c-1 5 0 9 7 14 7 4 12 5 17 3 4-2 7-4 12-10l1-1 1-1 3-3a36 36 0 0 1 9-7l6-3c6-2 9-4 12-7a28 28 0 0 1 6-6c4-2 6-2 14-2 6 0 11-5 18-15l3-5 3-3c7-10 19-11 30 1 6 5 11 19 14 38a293 293 0 0 1 4 40h-1a294 294 0 0 0-4-40c-3-19-8-32-13-38-11-11-22-10-30-1l-2 4-3 4c-8 11-13 16-19 16-8 0-10 0-13 2a27 27 0 0 0-7 5c-2 4-5 5-12 8l-5 3a35 35 0 0 0-10 6l-3 4-1 2c-6 6-9 8-13 10-5 2-11 1-17-4-8-5-9-9-8-14v-3l-6-1c-7 0-9-3-10-9v-1c-1-5-2-6-5-6h-26c-5 0-8 2-9 6v28l4 19h-1Zm14 0a55 55 0 0 1-1-15v-5l1-11c0-5 1-8 4-8 2-1 5 0 9 3 7 4 14 13 16 19 5 11 15 16 34 16 9 0 14-3 21-8l21-20c7-6 11-8 20-9l12-2 15-11c7-8 13-9 17-5 3 4 6 11 7 21a198 198 0 0 1 1 35h-1a106 106 0 0 0-1-35c-1-10-3-17-7-20-3-4-9-3-16 4-5 6-10 10-15 12l-11 2c-9 1-14 2-21 8l-21 20c-6 6-12 9-21 9-20 0-29-5-34-17-3-6-10-14-17-19-3-2-6-3-8-2-2 0-3 2-3 7l-1 11v5c-1 4 0 8 1 15h-1Zm114 0 11-14c5-7 13-13 19-14 7-2 12 1 12 9l-1 19h-1v-19c1-7-3-10-10-8-6 1-13 7-19 13l-10 14h-1Zm-10-339a104 104 0 0 0 11 8l11 6c11 7 15 13 12 25-1 7-5 11-9 15l-16 6c-12 4-14 4-19 7a60 60 0 0 0-8 4c-11 7-19 7-28 3l-17-11-5-3c-17-9-35-24-35-32 0-3 2-7 6-10l4-3 4-3 9-9c11-13 27-28 35-32 12-5 19-6 27 0 3 3 6 7 9 14l2 6c2 4 3 6 5 7l2 2Zm-4 0-4-8-3-7c-3-6-5-10-8-12-7-6-14-5-26 0-7 3-22 18-33 32l-10 8-4 3-3 3c-4 4-6 6-6 9 0 7 18 22 33 30l6 3 17 11c8 4 15 4 26-3a62 62 0 0 1 8-4c5-3 7-3 19-7 8-2 12-4 15-6 5-3 8-7 9-13 2-11-1-17-11-23l-11-6a105 105 0 0 1-11-8l-3-2ZM88 242a75 75 0 0 1 12-7l3-2 4-1a164 164 0 0 0 18-9l28-15 21-9c19-9 28-7 49 8 8 5 14 13 17 22s3 17 3 28c0 8 0 13-3 19-4 8-12 16-26 23-24 14-39 28-53 48-8 13-47 45-65 54-21 13-47 23-65 23-10 0-15-5-15-14 0-6 2-14 7-24 2-8 2-13-3-22-3-8-3-10-3-13s1-7 5-11l12-12a110 110 0 0 0 11-10c9-12 12-20 18-45 3-15 6-20 15-25l4-3 6-3Zm0 0-5 4-5 3c-8 4-11 9-15 24-5 26-8 34-18 45a111 111 0 0 1-10 11l-12 12c-4 4-6 7-6 10l4 12c5 10 6 16 2 23-4 11-6 18-6 24 0 8 4 13 14 13 18 0 44-10 65-22 17-10 56-42 65-54 14-21 28-35 53-48 13-8 21-15 25-23 3-6 4-11 4-19 0-11-1-19-4-27-3-10-9-17-16-23-21-14-30-16-49-8l-21 10-5 2-23 12a165 165 0 0 1-18 9l-4 2-3 2a75 75 0 0 0-12 6Zm-7 13c7-7 12-9 23-12 6-1 9-3 13-5 3-4 7-5 16-6l5-1c5-2 9-3 13-6 10-9 25-14 36-14 5 0 17 7 26 17 10 11 16 23 12 32-3 9-11 19-23 28a158 158 0 0 1-25 16c-4 2-6 5-10 10l-16 28c-5 9-15 18-30 28l-9 7-9 6a125 125 0 0 0-13 9c-11 11-37 16-43 9-2-2-3-4-2-10 0-10-1-15-5-21a34 34 0 0 0-7-7c-4-3-6-6-7-9-1-7 4-13 14-22l7-6a48 48 0 0 0 6-4c4-5 5-10 7-20l1-5a245 245 0 0 1 6-25 20 20 0 0 1 1-6l13-11Zm0 0-12 11a20 20 0 0 0-1 6l-3 10-2 11-1 7-1 2c-2 10-3 16-8 20a49 49 0 0 1-5 5l-7 6c-10 8-15 15-14 21l6 9a35 35 0 0 1 8 7c4 6 5 11 5 21-1 6 0 8 1 10 6 6 31 1 43-9a128 128 0 0 1 13-10l8-6 10-7c14-10 24-19 30-27l16-28c3-5 6-8 10-10a157 157 0 0 0 25-17c11-9 19-18 23-27 3-9-2-20-13-32-9-9-20-16-25-16-11 0-25 5-36 13-3 3-8 5-13 6l-5 2c-9 1-12 2-16 5-3 3-6 5-12 6-12 3-16 5-24 11Zm131-3c0 7-1 11-3 14l-8 11c-6 8-10 11-17 14a24 24 0 0 0-3 2 19 19 0 0 1-2 1l-6 2c-6 3-9 6-9 11 0 11-19 36-35 45-8 4-21 9-32 12-14 2-23 2-25-3-1-3-4-4-12-6l-10-2c-2-2-4-4-4-7l3-10 3-5 4-6c7-11 10-18 10-27 0-19 11-34 28-43 5-3 9-3 15-2 5 1 6 1 7-2 5-7 7-9 16-9a18 18 0 0 0 10-3l11-8c10-6 12-7 26-12 7-2 15 1 22 9 7 7 11 17 11 24Zm-2 0c0-7-4-16-10-22-7-8-15-11-21-9-13 5-15 6-24 12l-11 7a20 20 0 0 1-12 4c-8 0-10 1-14 8a6 6 0 0 1-4 3h-6c-5-1-9-1-13 2-16 9-27 23-27 41 0 9-3 17-10 28l-4 6-3 5-3 9c0 4 3 6 12 7h1c8 2 11 4 13 7 3 8 36 0 55-10 14-8 33-33 33-43 0-6 3-10 10-13l6-2a18 18 0 0 0 1-1 29 29 0 0 1 4-2c7-3 10-5 16-13l9-11c1-3 2-6 2-13Zm-37-23 3-1a12 12 0 0 1 2-2c3 0 5 0 11 4 15 8 20 22 9 38-4 7-9 9-18 11l-3 1-12 4a15 15 0 0 0-8 9c-7 25-19 43-36 50-16 7-21 9-28 9a36 36 0 0 1-15-3 44 44 0 0 1-6-2c-4-2-5-5-4-9l5-21 1-10 2-9c1-9 2-14 4-18a20 20 0 0 1 12-11c6-3 10-4 18-4 5 0 7-1 9-2a13 13 0 0 0 2-1 31 31 0 0 0 3-4l3-3c3-4 6-5 12-5 4 0 6-1 8-4l4-4a31 31 0 0 1 7-5 49 49 0 0 1 5-2 65 65 0 0 0 10-6Zm-15 9a30 30 0 0 0-6 5l-4 4c-3 2-5 4-9 4-6 0-8 1-12 5l-2 3a32 32 0 0 1-4 3 15 15 0 0 1-2 2c-2 1-4 2-9 2-7 0-11 1-18 3a19 19 0 0 0-11 11c-2 4-3 9-4 18l-1 5-1 4-2 10-4 21c-1 4 0 6 4 8a45 45 0 0 0 5 3 34 34 0 0 0 15 2c7 0 11-2 28-8 16-7 28-25 36-50a16 16 0 0 1 7-10l12-4 3-1c10-2 15-4 19-10 10-16 5-30-9-38-6-3-8-3-10-3a10 10 0 0 0-3 1l-3 2a66 66 0 0 1-10 5 50 50 0 0 0-5 3Zm-42 33c16-3 26-1 32 6 5 6 2 21-6 35-4 10-10 16-23 25-14 11-35 13-40 4-2-3-3-8-1-15 0-6 1-11 4-23v-1l4-14c1-7 3-12 7-14 3-2 5-2 12-2a78 78 0 0 0 11-1Zm0 0a76 76 0 0 1-11 2c-6 0-9 0-12 2s-5 6-7 13l-3 14v1c-3 12-4 17-4 23-2 7-1 12 0 15 5 7 26 5 40-4 12-9 18-16 23-25 6-14 10-29 6-35-6-6-16-8-32-5Zm16 6c7 0 11 3 11 8 1 4 0 8-3 16-2 9-18 26-27 31-7 5-20 6-26 1-4-2-4-12 0-26l2-9 3-10 1-1c1-5 5-8 10-9 5-2 10-2 18-2h4l7 1Zm0 1-7-1h-4c-8 0-13 0-17 2-6 1-9 4-11 8l-1 5a285 285 0 0 0-4 15c-4 14-4 23-1 26 6 4 19 3 26-1 8-6 24-23 27-31 2-8 3-12 2-16 0-5-3-7-10-7Zm-18 7a31 31 0 0 1 9 1c5 2 9 5 9 10 0 10-10 17-23 21-10 4-13-1-12-16 1-6 4-11 9-14a20 20 0 0 1 8-2Zm0 1a19 19 0 0 0-8 2c-4 3-7 7-7 13-2 14 1 19 10 16 12-5 22-12 22-21 0-5-3-7-9-9a28 28 0 0 0-8-1Zm80-24c-2 10-14 10-26 3-10-5-14-18-5-22l4-3 2-1 4-3c5-2 9-3 14 0 9 3 11 13 7 26Zm-20-25-4 2-2 2-2 1-3 1c-8 5-4 16 5 22 12 6 23 6 26-3 3-13 1-22-7-26a14 14 0 0 0-13 1Zm18 12c0 6-3 9-7 10-3 1-8 0-11-2h-2l-2-1c-4-3-4-5 1-11 6-9 21-7 21 4Zm-1 0c0-5-3-8-8-9a13 13 0 0 0-12 5c-4 6-4 8 0 10l1 1 2 1c4 1 8 2 11 1s6-3 6-9Zm196 281c0-12 2-16 18-29a57 57 0 0 1 8-6 79 79 0 0 1 9-4l4-2 4-1c9-4 13-7 16-12a75 75 0 0 0 3-7l2-4v-1l1-1c3-8 6-12 13-17a35 35 0 0 0 5-4 46 46 0 0 0 3-4l4-4c3-4 6-6 11-6 3 0 6 0 10-2l9-2a11 11 0 0 1 7 4l6 6c5 5 10 7 18 7l12 1c16 1 22 0 25-2 7-6 12-3 12 7 0 11-8 20-19 20-5 0-8 2-9 4s0 6 6 11c13 11 11 20-8 20a22 22 0 0 0-14 6c-4 2-6 5-10 11l-2 3a60 60 0 0 1-7 9c-6 6-9 8-13 7h-1a11 11 0 0 0-3-1l-8 7c-5 4-8 6-12 6l-6 4-5 3-5 5-4 4c-10 7-16 10-21 6a12 12 0 0 1-4-7v-7c1-6 1-9-2-12-2-3-3-3-3-2l-2 1c-2 3-5 4-9 3-5-1-6-4-5-10v-1l1-6h-6v1c-14 5-16 6-20 6-6 1-9-1-9-8Zm2 0c0 5 2 7 7 6 4 0 5-1 19-6l1-1c4-1 6-1 8 1l-1 7v1c-1 6 0 8 3 8 4 1 6 0 7-2l2-2c2-2 4-1 7 3 3 3 3 6 2 13s0 9 4 13c3 2 9 0 17-7l5-4 5-4 4-4 8-4c3 0 6-2 11-6l2-2 2-2 5-3a13 13 0 0 1 3 1h1c3 1 6-1 11-6a59 59 0 0 0 7-9l2-3 10-12a24 24 0 0 1 16-6c17 0 19-7 6-17-5-5-8-9-6-13 1-3 6-5 11-5 9 0 17-8 17-18 0-9-3-10-8-6-4 3-10 4-27 3h-1l-11-1c-9 0-14-2-19-7l-7-7a9 9 0 0 0-5-3l-9 2c-4 2-7 2-10 2-4 0-7 2-10 6l-3 3a48 48 0 0 1-4 5 37 37 0 0 1-5 4c-7 4-9 8-12 16l-1 1v1l-2 4-3 7c-3 6-8 9-18 13l-4 1-4 2a79 79 0 0 0-8 4 55 55 0 0 0-7 5c-16 13-18 16-18 28Zm133-79a20 20 0 0 0 11 1 60 60 0 0 0 9-1l8-2c3 0 5 0 6 2 2 1 2 2 2 4l-5 5c-4 3-6 5-6 7 1 7 2 10 8 16 4 3 6 6 6 9-1 3-5 5-13 5-7 0-13 5-20 15l-5 7a39 39 0 0 1-5 5 12 12 0 0 1-3 2c-3 2-5 2-10 2-7 0-10 2-15 7a50 50 0 0 1-4 6 43 43 0 0 1-9 7l-15 8c-3 3-6 2-8 0l-3-11-2-9c-1-2-2-3-4-3-6 2-9 2-11 1-2-2-3-5-3-11 1-2-1-3-3-3l-10 1h-1c-8 2-11 2-13 1-3-2-1-5 5-12 5-7 10-11 15-14l13-4c7-2 10-3 14-9l12-21c3-6 7-9 11-11a73 73 0 0 0 9-7l1-1c8-5 13-7 18-7 4 0 6 1 9 4l2 3a30 30 0 0 0 3 3 24 24 0 0 0 6 5Zm0 0a26 26 0 0 1-7-5 33 33 0 0 1-3-2l-2-3c-2-3-4-5-8-5-5 0-9 3-17 8l-1 1a71 71 0 0 1-10 6c-4 3-7 6-10 11l-13 21c-3 6-7 8-14 10a42 42 0 0 0-28 17c-5 7-6 10-4 11s4 1 12-1h1l10-1c3 0 5 1 5 4-1 6 0 9 2 10h10c2-1 4 0 5 3l2 9 3 10c1 2 3 3 7 1l15-9a42 42 0 0 0 8-7 48 48 0 0 0 5-5c4-6 7-8 15-8l10-1a11 11 0 0 0 3-2 38 38 0 0 0 4-6l5-7c8-10 13-15 21-15 7 0 11-1 12-4 0-2-2-6-5-9-7-5-8-8-8-16 0-3 1-5 5-8l5-5-1-3c-3-1-5-1-14 1a62 62 0 0 1-9 1 21 21 0 0 1-11-2Zm-28-3c5-3 9-3 13 1l3 3c4 4 8 5 14 5 11 0 14 2 16 9l2 5 2 8c3 5 3 8 2 10s-2 2-5 3a29 29 0 0 0-4 1 11 11 0 0 0-5 2l-3 4-3 4c-8 9-13 13-20 13-4 0-7 1-11 4l-15 13a73 73 0 0 1-9 5c-4 3-7 4-9 3l-2-6v-2c0-4-2-6-7-6-7 0-9-2-10-6-1-5-2-7-6-10-4-2-5-5-2-8l12-7 11-6a39 39 0 0 0 5-7 50 50 0 0 0 3-5l2-4 3-5c5-11 10-15 23-21Zm-23 21-2 5-2 4a53 53 0 0 1-3 6 40 40 0 0 1-6 6c-2 2-4 4-11 7l-11 7c-2 2-2 4 1 7 5 3 6 5 7 10 1 4 2 4 9 4 5 1 8 3 8 8v2l2 5c1 1 3 0 8-2a72 72 0 0 0 9-6l15-13c4-3 7-4 11-4 7 0 12-4 19-12l3-5 4-3a12 12 0 0 1 5-3 29 29 0 0 1 4-1l4-2c1-2 1-5-1-10l-3-8-2-5c-2-6-4-8-15-8-6 0-11-1-15-5l-3-3c-4-4-7-4-12-2-12 7-17 11-23 21Zm56 12c-3 7-16 15-26 15-6 0-8-3-8-7a26 26 0 0 1 4-11l2-2 2-3c3-5 8-8 13-8 9 0 16 10 13 16Zm-1 0c3-6-3-15-12-15-5 0-9 3-12 8l-2 2-2 3a25 25 0 0 0-4 10c0 4 2 6 7 6 9 0 23-8 25-14Zm-69 20a13 13 0 0 1 6 2c2 2 2 4-1 6-5 5-13 5-13-1 0-5 4-7 8-7Zm0 1c-4 0-7 2-7 6 1 5 7 5 12 1 2-2 2-4 0-5a12 12 0 0 0-5-2Zm29-225 20 9a24 24 0 0 1 7 6 45 45 0 0 1 3 5c3 4 0 7-6 11-5 4-12 7-22 10l-21 7c-6 3-15 1-25-5l-13-9-11-8a81 81 0 0 0-8-5c-5-3-5-7 0-13l18-16 9-8 5-4c5-6 9-7 15-4a33 33 0 0 1 7 5l8 8 14 11Zm0 0c-5-2-9-5-15-10l-8-8a32 32 0 0 0-7-5c-5-3-9-2-14 3l-4 5-9 8c-14 11-15 12-18 16-5 5-5 8-1 11a83 83 0 0 1 9 5l11 8 13 9c10 6 18 8 24 6l21-8c10-3 17-6 22-9 6-4 8-7 6-11a44 44 0 0 0-4-5 23 23 0 0 0-7-5l-19-10Zm-39 8a19 19 0 0 1 8 1l9 4a121 121 0 0 0 13 6q13 4 9 9c-2 3-8 6-18 9-8 3-15 3-21 0-5-3-9-7-12-13-3-4-3-8 0-11 2-2 7-4 12-4Zm0 1-12 5c-2 2-2 6 0 10l12 12c6 3 13 3 21 1l17-9c2-3 0-6-8-9a124 124 0 0 1-13-5l-9-4a18 18 0 0 0-8-1ZM203 500c0 5-2 8-5 9-2 1-4 2-11 2h-1c-10 0-17-8-17-16s10-11 19-5c3 1 4 2 9 2 4 1 6 3 6 8Zm-1 0c0-5-1-6-5-7l-9-3c-9-4-19-2-19 5 1 7 8 15 17 15h1c6 0 9-1 11-2s3-3 3-8Zm33-117 16-5 20-5c20-5 32-9 39-13 15-10 37-34 44-48 2-5 4-7 7-6a12 12 0 0 1 5 1l3 1 1 1c5 2 9 4 13 4 7 0 10 3 8 7-1 4-6 9-11 12-8 5-12 18-12 34a10 10 0 0 1-3 8l-9 5h-1l-9 4c-5 5-12 8-20 8-1 0-2 0-4 3l-1 2c-3 4-5 6-9 6-8 0-11 0-22 6-5 3-9 4-14 4h-1l-11 1a73 73 0 0 0-9 4l-10 5a120 120 0 0 1-19 7c-12 4-18 3-27-4-3-1-3-4-1-7 1-3 4-5 8-9l2-2 6-5 5-8a18 18 0 0 1 6-7 42 42 0 0 1 10-4Zm0 0a41 41 0 0 0-9 5 17 17 0 0 0-6 7c-2 4-3 5-6 7l-6 6-1 2-8 8c-2 3-2 5 0 7 9 6 15 7 27 4a121 121 0 0 0 19-8l10-5a74 74 0 0 1 9-3c3-2 6-2 11-2h1c5 0 9-1 14-3 11-7 14-7 22-7 3 0 5-2 8-6l1-2c2-2 3-3 5-3 8 0 15-2 20-7 1-2 4-3 9-5h1c8-4 12-6 12-12 0-17 3-29 12-34 5-3 9-8 10-12 2-4 0-6-7-6-4 0-8-2-13-4-8-4-7-3-9-3-2-1-4 1-7 5-7 14-29 38-44 48-7 5-19 9-38 14l-21 5-16 4Zm17 5a46 46 0 0 0 7-1l9-1c2 1 3 3 3 6 1 4-2 7-6 10l-14 7h-3l-9 6h-1c-8 6-13 9-23 9-5 0-7-3-6-6l8-11 4-5 12-10a15 15 0 0 1 1-2c3-2 6-3 14-3l4 1Zm0 1-4-1c-8 0-10 1-13 3a16 16 0 0 0-2 1l-11 11-4 4-8 11c-1 3 1 5 5 5 9 0 14-3 22-8l1-1 10-5 2-1 14-7c4-2 7-5 7-9 0-3-1-4-3-5l-9 1a47 47 0 0 1-7 1Zm112-46c-1 6-2 7-1 13 2 7-1 17-5 17h-2a30 30 0 0 1-7-1c-7-1-10-5-10-13 0-14 2-20 8-26a22 22 0 0 0 2-4l3-5c4-8 8-12 12-10a13 13 0 0 1 4 1l1 1a20 20 0 0 0 3 2h11c2 1 2 3-1 5l-4 4-14 16Zm0 0c1-4 3-6 14-17l4-3c2-2 2-3 1-4h-6l-5-1a20 20 0 0 1-3-1l-2-1a12 12 0 0 0-3-1c-4-1-7 2-11 9l-3 5a23 23 0 0 1-3 4c-5 7-7 12-7 26 0 8 3 11 9 12a28 28 0 0 0 7 1h2c3 0 6-9 5-16-2-6-1-8 1-13Zm-10 12 3 2c2 2 2 4 0 7-4 5-9 3-9-5 0-4 1-6 2-6l4 2Zm-1 2-2-2-1 4c0 6 3 7 5 3 2-2 2-2 1-3l-3-2Zm223-130a36 36 0 0 1 6-3 49 49 0 0 0 9-3c4-3 6-2 7 0l-2 13c-2 14-9 26-21 36-4 4-7 5-9 3s-4-5-5-11l-2-7-2-9c-3-7-4-11-3-13s3-2 6-2a27 27 0 0 0 3 0l2-1h2l2-1a38 38 0 0 0 7-2Zm0 0a38 38 0 0 1-6 3l-3 1-4 1a25 25 0 0 1-3 0c-3 0-4 0-5 2l2 12 3 9 2 7c1 6 3 9 4 10 2 2 5 1 9-2 12-10 18-23 21-36l1-12c-1-2-2-2-6-1a50 50 0 0 1-9 4 35 35 0 0 0-6 2Zm-4 7a18 18 0 0 0 4-1l3-2a41 41 0 0 1 5-2h6l1 5v1c0 6-5 17-11 23-5 4-8 4-10 2-2-1-4-4-7-13-2-4-2-8-1-10l6-3h1a20 20 0 0 0 3 0Zm-2 2h-2l-4 2c-1 2-1 4 1 9l6 12c2 1 4 0 7-3 7-5 11-16 11-21v-1a4 4 0 0 0-1-3h-4a38 38 0 0 0-4 2l-3 1a20 20 0 0 1-5 2 17 17 0 0 1-2 0Zm-228-89-7 12-3 3-2 3a46 46 0 0 0-5 7 35 35 0 0 1-13 14l-16 8c-11 4-16 1-27-16-3-5-9-9-18-13l-14-6c-5-2-7-4-7-6 1-2 6-4 16-6 16-3 27-4 40-3h12a20 20 0 0 0 6-3l3-2c10-6 13-8 18-9 6-3 10-4 14-2 7 4 7 8 3 19Zm-2 0c4-11 4-14-2-17-3-2-7-1-13 1l-17 10-2 2a23 23 0 0 1-7 3h-13c-13-1-23 0-40 3a75 75 0 0 0-11 3l-3 2 6 3 14 6c10 4 16 8 19 13 10 17 15 20 25 16l15-7a33 33 0 0 0 12-13 48 48 0 0 1 5-8l3-4 2-3c4-4 6-6 7-10Zm-7-1c-8 13-18 22-33 26-8 1-12-1-13-6s2-9 6-9c3 0 6-2 15-10l4-2c4-4 8-6 11-6 5-2 9-3 11-2 3 1 2 4-1 9Zm0 0c2-5 3-7 1-8s-6 0-11 1l-10 6-4 3c-10 8-13 10-16 10s-5 4-5 7c1 5 5 7 12 6 14-4 25-13 33-25ZM461 34c14 4 21 4 32 0l11-7 11-7c4-2 8-3 11-1 4 1 6 12 7 28 0 14-1 29-3 34-1 5-5 8-11 10a42 42 0 0 1-13 2c-6 0-9 2-12 8l-2 3c-2 2-3 4-5 4a31 31 0 0 0-4 2l-2 1-3 2c-6 3-12 5-17 5-6 0-10 2-14 5l-5 5a533 533 0 0 1-17 8l-2 1a15 15 0 0 1-3 1c-5 1-11 0-17-4l-6-4-9-1-2-1c-5 0-8-1-10-3-5-3-7-7-6-12s7-11 15-17l6-5a592 592 0 0 0 18-15l2-2 8-7c3-3 4-6 7-13l1-2c3-7 4-10 7-12l8-8c4-3 8-3 19 2Zm0 0c-11-4-15-4-19-1l-8 7-6 12-1 2c-3 7-5 11-8 13l-9 9a97 97 0 0 1-24 21c-9 6-14 11-15 16-1 4 1 8 5 12l10 2 2 1c5 0 7 0 9 2l6 3c7 4 12 5 17 4a14 14 0 0 0 3 0l2-1 6-2 11-6 4-5c4-4 9-6 15-6 5 0 10-2 17-5l2-1 3-2a32 32 0 0 1 4-1c1-1 3-2 4-5l2-3c3-5 7-8 13-8a41 41 0 0 0 13-2c5-2 9-5 11-9l2-34c-1-16-3-26-6-28-3-1-7 0-11 2l-11 7-11 6c-11 6-18 6-32 0Zm14 21 10-1 15-7 6-6a42 42 0 0 1 5-5c3-3 7-3 10 1 6 9 5 16 0 27l-3 6-1 3a9 9 0 0 1 0 1l-4 5c-3 2-5 3-12 4l-3 1c-6 1-10 2-12 6-4 4-8 7-15 10l-2 1-2 1a60 60 0 0 0-7 4l-10 3c-8 2-12 4-17 10-5 5-10 7-17 6-5 0-11-3-23-9-7-3-7-8-2-14 3-4 4-4 19-16 9-6 13-11 17-15a24 24 0 0 0 5-8c6-19 13-22 23-16l7 5c3 2 7 3 13 3Zm0 2c-7 0-10-1-14-3l-7-5c-9-6-15-3-20 14a26 26 0 0 1-5 9c-4 5-9 9-17 15l-19 17c-5 5-5 8 0 10 13 6 18 9 23 9 6 1 11 0 15-6 6-6 10-7 19-10 4-1 6-1 8-3a62 62 0 0 1 8-4l2-1h2c7-4 11-6 14-11 3-3 7-5 14-6l3-1c6-1 8-2 10-4l4-4a8 8 0 0 0 0-1l2-3 2-5c5-11 6-17 0-25-2-4-4-4-7-1a42 42 0 0 0-4 4c-4 4-5 6-8 7l-15 7-10 1Zm-13 9c6 4 11 3 19 0l7-2c3 0 4 2 5 5 2 5-2 8-12 13l-20 7-19 10c-13 10-18 12-23 10a25 25 0 0 1-4-2l-2-1-2-2c-4-2-3-4 1-7l13-10c7-6 12-11 15-18 3-9 4-12 6-14 2-1 4 0 7 2l4 4a70 70 0 0 0 5 5Zm0 0a71 71 0 0 1-6-4l-4-4c-3-2-4-3-5-2-2 1-4 5-7 13-2 7-7 13-14 19l-14 10c-3 3-3 4-1 6l3 1 2 1a23 23 0 0 0 3 2c5 2 10 0 23-9l19-11 20-7c9-4 13-8 12-12-1-3-3-4-5-4l-7 2c-8 3-13 4-19-1Z' fill='%23fff'/></svg>");
}
.mask.mask-slash {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAN0lEQVQoU2NkIAIwEqHmPyFF/xkYGBgJKQJbhEsR2ASYU7ApQlGAzyQU/yCbhGECunU4FYAUAgBp4wYJ31jKswAAAABJRU5ErkJggg==") repeat;
  filter: alpha(opacity=16);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=16);
  opacity: 0.16;
}
.mask.mask-shape {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='485' height='242.5' viewBox='0 0 1600 800'><path fill='%23FFFFFF' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/><path fill='%23FFFFFF' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/><g fill='%23FFF'><path d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/><circle cx='1013.7' cy='153.9' r='7.1'/><circle cx='1024.3' cy='132.1' r='7.1'/><circle cx='1037.3' cy='148.9' r='7.1'/><path d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/></g></svg>");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  filter: alpha(opacity=24);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=24);
  opacity: 0.24;
}
.mask.mask-signal {
  background-image: url("data:image/svg+xml,<svg width='84' height='48' viewBox='0 0 84 48' xmlns='http://www.w3.org/2000/svg'><path d='M0 0h12v6H0V0zm28 8h12v6H28V8zm14-8h12v6H42V0zm14 0h12v6H56V0zm0 8h12v6H56V8zM42 8h12v6H42V8zm0 16h12v6H42v-6zm14-8h12v6H56v-6zm14 0h12v6H70v-6zm0-16h12v6H70V0zM28 32h12v6H28v-6zM14 16h12v6H14v-6zM0 24h12v6H0v-6zm0 8h12v6H0v-6zm14 0h12v6H14v-6zm14 8h12v6H28v-6zm-14 0h12v6H14v-6zm28 0h12v6H42v-6zm14-8h12v6H56v-6zm0-8h12v6H56v-6zm14 8h12v6H70v-6zm0 8h12v6H70v-6zM14 24h12v6H14v-6zm14-8h12v6H28v-6zM14 8h12v6H14V8zM0 8h12v6H0V8z' fill='%23eeeeee' fill-opacity='1' fill-rule='evenodd'/></svg>");
}
.mask.mask-texture {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path fill='%23eeeeee' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'></path></svg>");
}
.mask.mask-pixel {
  background-color: #E3E4E5;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'><defs><rect stroke='%23F1F1F1' stroke-width='0.2' width='1' height='1' id='s'/><pattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(10.95) translate(-908.68 -681.51)'><use fill='%23efefef' href='%23s' y='2'/><use fill='%23efefef' href='%23s' x='1' y='2'/><use fill='%23ececec' href='%23s' x='2' y='2'/><use fill='%23ececec' href='%23s'/><use fill='%23eaeaea' href='%23s' x='2'/><use fill='%23eaeaea' href='%23s' x='1' y='1'/></pattern><pattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(10.95) translate(-908.68 -681.51)'><g fill='%23e7e7e7'><use href='%23s'/><use href='%23s' y='5' /><use href='%23s' x='1' y='10'/><use href='%23s' x='2' y='1'/><use href='%23s' x='2' y='4'/><use href='%23s' x='3' y='8'/><use href='%23s' x='4' y='3'/><use href='%23s' x='4' y='7'/><use href='%23s' x='5' y='2'/><use href='%23s' x='5' y='6'/><use href='%23s' x='6' y='9'/></g></pattern><pattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(10.95) translate(-908.68 -681.51)'><g fill='%23e7e7e7'><use href='%23s' y='5'/><use href='%23s' y='8'/><use href='%23s' x='1' y='1'/><use href='%23s' x='1' y='9'/><use href='%23s' x='1' y='12'/><use href='%23s' x='2'/><use href='%23s' x='2' y='4'/><use href='%23s' x='3' y='2'/><use href='%23s' x='3' y='6'/><use href='%23s' x='3' y='11'/><use href='%23s' x='4' y='3'/><use href='%23s' x='4' y='7'/><use href='%23s' x='4' y='10'/></g></pattern><pattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(10.95) translate(-908.68 -681.51)'><g fill='%23e5e5e5'><use href='%23s' y='11'/><use href='%23s' x='2' y='9'/><use href='%23s' x='5' y='12'/><use href='%23s' x='9' y='4'/><use href='%23s' x='12' y='1'/><use href='%23s' x='16' y='6'/></g></pattern><pattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(10.95) translate(-908.68 -681.51)'><g fill='%23F1F1F1'><use href='%23s' y='9'/><use href='%23s' x='16' y='5'/><use href='%23s' x='14' y='2'/><use href='%23s' x='11' y='11'/><use href='%23s' x='6' y='14'/></g><g fill='%23e2e2e2'><use href='%23s' x='3' y='13'/><use href='%23s' x='9' y='7'/><use href='%23s' x='13' y='10'/><use href='%23s' x='15' y='4'/><use href='%23s' x='18' y='1'/></g></pattern><pattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(10.95) translate(-908.68 -681.51)'><g fill='%2396D7D2'><use href='%23s' x='2' y='5'/><use href='%23s' x='16' y='38'/><use href='%23s' x='46' y='42'/><use href='%23s' x='29' y='20'/></g></pattern><pattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(10.95) translate(-908.68 -681.51)'><g fill='%2396D7D2'><use href='%23s' x='33' y='13'/><use href='%23s' x='27' y='54'/><use href='%23s' x='55' y='55'/></g></pattern><pattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(10.95) translate(-908.68 -681.51)'><g fill='%2396D7D2'><use href='%23s' x='11' y='8'/><use href='%23s' x='51' y='13'/><use href='%23s' x='17' y='73'/><use href='%23s' x='99' y='57'/></g></pattern></defs><rect fill='url(%23a)' width='100%25' height='100%25'/><rect fill='url(%23b)' width='100%25' height='100%25'/><rect fill='url(%23h)' width='100%25' height='100%25'/><rect fill='url(%23c)' width='100%25' height='100%25'/><rect fill='url(%23d)' width='100%25' height='100%25'/><rect fill='url(%23e)' width='100%25' height='100%25'/><rect fill='url(%23f)' width='100%25' height='100%25'/><rect fill='url(%23g)' width='100%25' height='100%25'/></svg>");
  background-attachment: fixed;
  background-size: cover;
  filter: alpha(opacity=56);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=56);
  opacity: 0.56;
}
.mask.mask-pattern {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 2000' xml:space='preserve'><g opacity='.1' fill='%23FFF'><path d='M638 580c-6-6-15-6-21 0l-26 26-26-26c-6-6-15-6-21 0s-6 15 0 21l26 26-26 26c-6 6-6 16 0 21s15 6 21 0l26-26 26 26c6 6 15 6 21 0s6-15 0-21l-26-26 26-26c6-6 6-15 0-21zM1480 1437c-6-6-16-6-22 0l-26 26-26-26c-6-6-15-6-21 0s-6 16 0 21l26 26-26 26c-6 6-6 16 0 22s16 6 21 0l26-26 26 26c6 6 16 6 22 0 5-6 5-16 0-22l-26-26 26-26c6-5 6-15 0-21zM602 1739c-6-6-16-6-21 0l-26 26-26-26c-6-6-16-6-22 0s-6 15 0 21l26 26-26 26c-6 6-6 15 0 21s16 6 21 0l27-26 26 26c5 6 15 6 21 0s6-15 0-21l-26-26 26-26c6-6 6-15 0-21zM1736 306c6 6 16 6 21 0 6-6 6-16 0-21l-26-26 26-26c6-6 6-16 0-22-5-5-15-5-21 0l-26 26-26-26c-6-5-15-5-21 0-6 6-6 16 0 22l26 26-26 26c-6 6-6 15 0 21s15 6 21 0l26-26 26 26zM1175 539a61 61 0 0 0-35-11 62 62 0 1 0 35 11zm-5 64a32 32 0 0 1-30 20c-4 0-9-1-13-3a32 32 0 0 1-19-29l2-13a32 32 0 0 1 30-20c5 0 9 1 13 3a32 32 0 0 1 19 30l-2 12zM1805 1803a61 61 0 0 0-35-11 62 62 0 1 0 35 11zm-5 64a32 32 0 0 1-30 19c-4 0-9 0-13-2a32 32 0 0 1-19-30l2-12a32 32 0 0 1 30-20l13 2a32 32 0 0 1 19 30l-2 13zM915 1411a61 61 0 0 0-35-10 62 62 0 1 0 35 11zm-5 65a32 32 0 0 1-30 19l-13-2a32 32 0 0 1-19-30c0-4 0-9 2-13a32 32 0 0 1 30-19l12 2a32 32 0 0 1 20 30l-2 13zM1947 566a62 62 0 1 0-115 49 62 62 0 0 0 115-49zm-28 37a32 32 0 0 1-29 20c-5 0-9-1-13-3a32 32 0 0 1-20-29c0-5 1-9 3-13a32 32 0 0 1 30-20l12 3a32 32 0 0 1 20 30l-3 12zM293 207a61 61 0 0 0-35-11 62 62 0 1 0 35 11zm-5 64a32 32 0 0 1-30 20c-4 0-9-1-13-3a32 32 0 0 1-19-29l2-13a32 32 0 0 1 30-20c4 0 9 1 13 3a32 32 0 0 1 19 30l-2 12zM465 1092c-2-1-4-3-7-3l-7-1a25 25 0 0 0-22 11l-3 7-1 7a25 25 0 0 0 11 21c2 2 5 3 7 3l8 2a25 25 0 0 0 21-12l3-6 1-8a25 25 0 0 0-11-21zm-14 21 4-1-4 1zm0 0-2-4 2 4zm0 0-4 3 4-3zm0 0 2 4-2-4 4 2-4-2zM1191 1775l-7-3-7-1a25 25 0 0 0-21 11l-4 7-1 8a25 25 0 0 0 12 21l6 3 8 1a25 25 0 0 0 21-11l3-7 1-8a25 25 0 0 0-11-21zm-14 21 2-4-2 4zm0 0-3-3 3 3zm0 0 1 5-1-5zM1287 201l-6-3-8-1a25 25 0 0 0-21 11l-3 6-1 8a25 25 0 0 0 11 21l6 3 8 1a25 25 0 0 0 21-11c2-2 3-4 3-7l2-7a25 25 0 0 0-12-21zm-14 21 2-4-2 4zm0 0-4 1 4-1zm0 0-2 4 2-4zm0 0 1 4-1-4zm0 0 4 2-4-2zM1590 770l-7-3-7-1a25 25 0 0 0-21 11l-4 7-1 7a25 25 0 0 0 12 22l6 3 8 1a25 25 0 0 0 21-11l3-7 1-8a25 25 0 0 0-11-21zm-14 21 4-1-4 1zm0 0-3-3 3 3zm0 0-2 4 2-4zm0 0 2 4-2-4 4 2-4-2zM1111 995l-86-6c-6-1-11 2-14 6-3 5-3 10-1 15l38 78c3 5 7 8 13 8s10-2 13-6l49-72c3-4 3-10 1-15s-7-8-13-8zm-47 56-15-31 34 3-19 28zM245 828c5 2 10 0 14-3 4-4 6-9 5-14l-17-85c-1-6-5-10-10-12s-11 0-15 4l-65 57c-4 3-5 9-4 14s4 9 9 11l83 28zm-22-71 6 34-32-11 26-23zM256 1492l-78-38a15 15 0 0 0-21 14l6 87a15 15 0 0 0 23 11l72-48a15 15 0 0 0-2-26zm-65 35-2-35 31 15-29 20zM940 190l-67-56c-4-3-9-4-14-2-5 1-9 6-10 11l-15 85c-1 6 1 11 5 15 4 3 10 4 15 2l81-30c5-1 9-6 10-11s-1-11-5-14zm-72 18 6-34 27 22-33 12zM1752 1163l-38 78c-3 5-2 11 0 15 3 5 9 7 14 7l86-6a15 15 0 0 0 12-23l-48-72c-3-5-8-7-13-7-6 1-11 4-13 8zm0 68 15-31 19 29-34 2z'/></g></svg>");
  background-size: 36%;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}
.mask.mask-wave {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAP0lEQVQoU42Q0QoAIAgDz///aMPAKKeQb26HTg0tB6zKVUhI4Bus5tMn2K4Djh7gBGXM7Uvo5riQ/BfUNwwTWfn+Cgg4zkoRAAAAAElFTkSuQmCC") repeat;
  filter: alpha(opacity=16);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=16);
  opacity: 0.16;
}
.mask.mask-wave-line {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 10'><path d='m11 10 1-1a32 32 0 0 1 13-2 28 28 0 0 1 12 2l2 1h3l-4-1a29 29 0 0 0-13-3 33 33 0 0 0-13 3h-1l-4 1Zm0-10A27 27 0 0 1 0 2V1a25 25 0 0 0 7-1Zm28 0a28 28 0 0 0 11 2V1a27 27 0 0 1-8-1ZM0 7a28 28 0 0 0 11-2l1-1a32 32 0 0 1 13-2 28 28 0 0 1 12 2 29 29 0 0 0 13 3V6a28 28 0 0 1-12-2 29 29 0 0 0-13-3 33 33 0 0 0-13 3h-1A27 27 0 0 1 0 6v1Z' fill='%23fff' fill-rule='evenodd'/></svg>");
  background-repeat: repeat;
  background-size: 50%;
  background-position: center;
  filter: alpha(opacity=24);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=24);
  opacity: 0.24;
}
.mask.mask-wave-pattern {
  background-image: url("data:image/svg+xml,<svg width='50' height='10' viewBox='0 0 50 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.5921 10C10.7706 9.93487 10.9519 9.86794 11.1362 9.79916C11.3173 9.73158 11.9353 9.5 12.02 9.46834C16.8199 7.67378 19.8235 7 25 7C30.1356 7 32.6809 7.61088 37.3143 9.46424C37.7922 9.65539 38.2489 9.83376 38.6894 10H41.802C40.5466 9.63472 39.2325 9.15448 37.6857 8.53576C32.9441 6.63912 30.2811 6 25 6C19.6871 6 16.5724 6.69869 11.6698 8.53166C11.5844 8.56356 10.9669 8.79498 10.7866 8.86225C9.54924 9.32393 8.45634 9.69973 7.42471 10H10.5921ZM10.5921 0C6.62876 1.44597 4.03836 2 0 2H0L0 1C2.87196 1 4.9757 0.71282 7.42471 0L10.5921 0V0ZM38.6894 0C42.6193 1.48322 45.2511 2 50 2V1C46.5789 1 44.3072 0.728905 41.802 0L38.6894 0V0ZM0 7C4.22025 7 6.85916 6.39494 11.1362 4.79916C11.3173 4.73158 11.9353 4.5 12.02 4.46834C16.8199 2.67378 19.8235 2 25 2C30.1356 2 32.6809 2.61088 37.3143 4.46424C42.0559 6.36088 44.7189 7 50 7V6C44.8644 6 42.3191 5.38912 37.6857 3.53576C32.9441 1.63912 30.2811 1 25 1C19.6871 1 16.5724 1.69869 11.6698 3.53166C11.5844 3.56356 10.9669 3.79498 10.7866 3.86225C6.61176 5.41991 4.08176 6 0 6L0 7H0Z' fill='white' fill-opacity='1'/></svg>%0A");
}
.mask.mask-wave-color-v1 {
  background-image: url("data:image/svg+xml,<svg width='100%25' height='100%25' id='svg' viewBox='0 0 1440 400' xmlns='http://www.w3.org/2000/svg' class='transition duration-300 ease-in-out delay-150'><defs><linearGradient id='gradient' x1='99%25' y1='61%25' x2='1%25' y2='39%25'><stop offset='5%25' stop-color='%2366c4c566'></stop><stop offset='95%25' stop-color='%231bc5bd66'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,100 0,100 C 38.06151732100389,108.32462516756121 76.12303464200778,116.64925033512243 120,111 C 163.87696535799222,105.35074966487757 213.56937875297274,85.72762382707153 257,75 C 300.43062124702726,64.27237617292847 337.59945034610126,62.44025435659151 378,78 C 418.40054965389874,93.55974564340849 462.032819862622,126.51135874656245 506,135 C 549.967180137378,143.48864125343755 594.2692702034109,127.51431065715867 635,124 C 675.7307297965891,120.48568934284133 712.8900993237345,129.43139862480277 762,124 C 811.1099006762655,118.56860137519723 872.1703325016512,98.7600948436302 918,98 C 963.8296674983488,97.2399051563698 994.4285706696608,115.52822200067644 1030,107 C 1065.5714293303392,98.47177799932356 1106.1153848197066,63.12701715366403 1158,68 C 1209.8846151802934,72.87298284633597 1273.1098900515124,117.96370938466742 1322,130 C 1370.8901099484876,142.03629061533258 1405.4450549742437,121.01814530766629 1440,100 C 1440,100 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-0'></path><defs><linearGradient id='gradient' x1='99%25' y1='61%25' x2='1%25' y2='39%25'><stop offset='5%25' stop-color='%2366c4c588'></stop><stop offset='95%25' stop-color='%231bc5bd88'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,200 0,200 C 29.45682365920041,191.45717073447148 58.91364731840082,182.91434146894295 107,189 C 155.08635268159918,195.08565853105705 221.8022343855971,215.79980485869962 268,227 C 314.1977656144029,238.20019514130038 339.8774151392108,239.88643909625847 381,229 C 422.1225848607892,218.11356090374153 478.6881050575596,194.65443875626642 523,192 C 567.3118949424404,189.34556124373358 599.3701646305507,207.49580587867592 637,221 C 674.6298353694493,234.50419412132408 717.8312364202374,243.36233772902983 766,234 C 814.1687635797626,224.63766227097017 867.3048896884998,197.05484320520472 918,198 C 968.6951103115002,198.94515679479528 1016.949204825763,228.41828945015132 1057,220 C 1097.050795174237,211.58171054984868 1128.8982910084483,165.27199899419003 1169,163 C 1209.1017089915517,160.72800100580997 1257.4576311404435,202.49371457308857 1304,216 C 1350.5423688595565,229.50628542691143 1395.2711844297783,214.7531427134557 1440,200 C 1440,200 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-1'></path><defs><linearGradient id='gradient' x1='99%25' y1='61%25' x2='1%25' y2='39%25'><stop offset='5%25' stop-color='%2366c4c5ff'></stop><stop offset='95%25' stop-color='%231bc5bdff'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,300 0,300 C 35.52004448230004,304.10349217929627 71.04008896460007,308.2069843585925 113,312 C 154.95991103539993,315.7930156414075 203.35968862389967,319.27555474492624 254,309 C 304.6403113761003,298.72444525507376 357.52115653980127,274.69079666170256 400,274 C 442.47884346019873,273.30920333829744 474.5556852168954,295.9612586082636 512,312 C 549.4443147831046,328.0387413917364 592.2561025926169,337.46416890524307 641,320 C 689.7438974073831,302.53583109475693 744.419904412637,258.1820657707639 790,263 C 835.580095587363,267.8179342292361 872.0642797568349,321.8075680117014 909,326 C 945.9357202431651,330.1924319882986 983.3229765600238,284.58766218243056 1033,265 C 1082.6770234399762,245.41233781756947 1144.6438140030707,251.8417832585764 1192,263 C 1239.3561859969293,274.1582167414236 1272.101767427694,290.04520478326384 1311,297 C 1349.898232572306,303.95479521673616 1394.949116286153,301.97739760836805 1440,300 C 1440,300 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-2'></path></svg>");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  filter: alpha(opacity=24);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=24);
  opacity: 0.24;
}
.mask.mask-wave-color-v2 {
  background-image: url("data:image/svg+xml,<svg width='100%25' height='100%25' id='svg' viewBox='0 0 1440 400' xmlns='http://www.w3.org/2000/svg' class='transition duration-300 ease-in-out delay-150'><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%236667ab66'></stop><stop offset='95%25' stop-color='%23333fff66'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,100 0,100 C 48.47242610926851,113.65635652421824 96.94485221853702,127.31271304843648 138,133 C 179.05514778146298,138.68728695156352 212.69301723512046,136.4055043304723 252,126 C 291.30698276487954,115.59449566952769 336.28307884098115,97.06526962967423 387,97 C 437.71692115901885,96.93473037032577 494.17466740095506,115.33341715083075 532,119 C 569.8253325990449,122.66658284916925 589.0182515551983,111.6010617670027 631,109 C 672.9817484448017,106.3989382329973 737.7523263782518,112.26233578115843 783,106 C 828.2476736217482,99.73766421884157 853.9724429317944,81.34959510836362 892,74 C 930.0275570682056,66.65040489163638 980.3579018945704,70.33928378538708 1035,84 C 1089.6420981054296,97.66071621461292 1148.5959494899234,121.2932697500881 1196,117 C 1243.4040505100766,112.7067302499119 1279.258300145736,80.48763721426054 1318,73 C 1356.741699854264,65.51236278573946 1398.370849927132,82.75618139286973 1440,100 C 1440,100 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-0'></path><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%236667ab88'></stop><stop offset='95%25' stop-color='%23333fff88'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,200 0,200 C 37.84666710346208,209.1934501938132 75.69333420692416,218.3869003876264 121,215 C 166.30666579307584,211.6130996123736 219.07333027576544,195.64584864330757 268,188 C 316.92666972423456,180.35415135669243 362.01334469001404,181.02970503914335 408,187 C 453.98665530998596,192.97029496085665 500.87329096417864,204.235331200119 545,209 C 589.1267090358214,213.764668799881 630.4934914532714,212.02897016038065 665,213 C 699.5065085467286,213.97102983961935 727.1527432227356,217.64878815835843 767,217 C 806.8472567772644,216.35121184164157 858.8955356557864,211.37587720618572 911,212 C 963.1044643442136,212.62412279381428 1015.2651141541191,218.84770301689872 1060,224 C 1104.7348858458809,229.15229698310128 1142.0440077277372,233.23331072621957 1188,235 C 1233.9559922722628,236.76668927378043 1288.5588549349322,236.219054078223 1332,230 C 1375.4411450650678,223.780945921777 1407.7205725325339,211.8904729608885 1440,200 C 1440,200 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-1'></path><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%236667abff'></stop><stop offset='95%25' stop-color='%23333fffff'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,300 0,300 C 39.46538366869186,289.1361154839841 78.93076733738371,278.27223096796814 121,286 C 163.0692326626163,293.72776903203186 207.74231431915695,320.0471916121115 252,319 C 296.25768568084305,317.9528083878885 340.0999753859885,289.53900258358584 384,283 C 427.9000246140115,276.46099741641416 471.85778413688934,291.7967980535453 514,286 C 556.1422158631107,280.2032019464547 596.4688880664544,253.27380520223335 641,263 C 685.5311119335456,272.72619479776665 734.2666635972935,319.1079811375215 779,331 C 823.7333364027065,342.8920188624785 864.4644575443716,320.2942702476807 916,305 C 967.5355424556284,289.7057297523193 1029.87550622522,281.71493787175564 1067,275 C 1104.12449377478,268.28506212824436 1116.0335175547484,262.8459782652966 1158,269 C 1199.9664824452516,275.1540217347034 1271.990423555786,292.9011490670581 1324,300 C 1376.009576444214,307.0988509329419 1408.004788222107,303.54942546647095 1440,300 C 1440,300 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-2'></path></svg>");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  filter: alpha(opacity=24);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=24);
  opacity: 0.24;
}
.mask.mask-wave-color-v3 {
  background-image: url("data:image/svg+xml,<svg width='100%25' height='100%25' id='svg' viewBox='0 0 1440 400' xmlns='http://www.w3.org/2000/svg' class='transition duration-300 ease-in-out delay-150'><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%23ff728b66'></stop><stop offset='95%25' stop-color='%23eb144c66'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,100 0,100 C 34.37027973204373,97.08746119751594 68.74055946408745,94.17492239503187 109,104 C 149.25944053591255,113.82507760496813 195.40804187569398,136.38777161738847 249,125 C 302.591958124306,113.61222838261152 363.62727303313676,68.27399113541424 404,64 C 444.37272696686324,59.72600886458576 464.0828659917587,96.51626384095452 503,100 C 541.9171340082413,103.48373615904548 600.0412629998283,73.66095350076765 648,79 C 695.9587370001717,84.33904649923235 733.7520820089283,124.83992215597493 774,135 C 814.2479179910717,145.16007784402507 856.9504089644586,124.9793578753327 904,114 C 951.0495910355414,103.0206421246673 1002.4462821332379,101.24264634269433 1044,95 C 1085.553717866762,88.75735365730567 1117.2644625025898,78.05005675388998 1163,76 C 1208.7355374974102,73.94994324611002 1268.495867856403,80.55712664174573 1317,86 C 1365.504132143597,91.44287335825427 1402.7520660717985,95.72143667912714 1440,100 C 1440,100 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-0'></path><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%23ff728b88'></stop><stop offset='95%25' stop-color='%23eb144c88'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,200 0,200 C 45.18472372985502,182.35461884583307 90.36944745971005,164.70923769166615 136,168 C 181.63055254028995,171.29076230833385 227.70693389101484,195.51766807916857 270,198 C 312.29306610898516,200.48233192083143 350.8028169762306,181.2200899916596 387,167 C 423.1971830237694,152.7799100083404 457.0817982040626,143.60197195419312 505,164 C 552.9182017959374,184.39802804580688 614.8699902075191,234.37202219156788 667,235 C 719.1300097924809,235.62797780843212 761.4382409658609,186.90993927953548 805,169 C 848.5617590341391,151.09006072046452 893.3770459290372,163.9882206902902 930,163 C 966.6229540709628,162.0117793097098 995.05357531799,147.13717795930367 1041,163 C 1086.94642468201,178.86282204069633 1150.4086527990028,225.46306747249517 1202,227 C 1253.5913472009972,228.53693252750483 1293.3118134859992,185.01055215071565 1331,173 C 1368.6881865140008,160.98944784928435 1404.3440932570004,180.4947239246422 1440,200 C 1440,200 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-1'></path><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%23ff728bff'></stop><stop offset='95%25' stop-color='%23eb144cff'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,300 0,300 C 54.44311595678559,305.41135679869103 108.88623191357118,310.82271359738206 152,316 C 195.11376808642882,321.17728640261794 226.8981883025009,326.1205024091628 269,318 C 311.1018116974991,309.8794975908372 363.5210148764252,288.69527676596675 412,279 C 460.4789851235748,269.30472323403325 505.01775219179797,271.0983905269701 540,277 C 574.982247808202,282.9016094730299 600.4079763563825,292.911161126153 647,300 C 693.5920236436175,307.088838873847 761.3503423826719,311.2569649684179 807,316 C 852.6496576173281,320.7430350315821 876.1906541129304,326.06097900017534 915,323 C 953.8093458870696,319.93902099982466 1007.8870411656064,308.4991190308808 1058,314 C 1108.1129588343936,319.5008809691192 1154.2611812246444,341.9425448763013 1190,336 C 1225.7388187753556,330.0574551236987 1251.068233935816,295.73070146391393 1291,285 C 1330.931766064184,274.26929853608607 1385.465883032092,287.13464926804306 1440,300 C 1440,300 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-2'></path></svg>");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  filter: alpha(opacity=24);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=24);
  opacity: 0.24;
}
.mask.mask-wave-color-v4 {
  background-image: url("data:image/svg+xml,<svg width='100%25' height='100%25' id='svg' viewBox='0 0 1440 400' xmlns='http://www.w3.org/2000/svg' class='transition duration-300 ease-in-out delay-150'><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%23ffd95066'></stop><stop offset='95%25' stop-color='%23f4df5866'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,100 0,100 C 34.37027973204373,97.08746119751594 68.74055946408745,94.17492239503187 109,104 C 149.25944053591255,113.82507760496813 195.40804187569398,136.38777161738847 249,125 C 302.591958124306,113.61222838261152 363.62727303313676,68.27399113541424 404,64 C 444.37272696686324,59.72600886458576 464.0828659917587,96.51626384095452 503,100 C 541.9171340082413,103.48373615904548 600.0412629998283,73.66095350076765 648,79 C 695.9587370001717,84.33904649923235 733.7520820089283,124.83992215597493 774,135 C 814.2479179910717,145.16007784402507 856.9504089644586,124.9793578753327 904,114 C 951.0495910355414,103.0206421246673 1002.4462821332379,101.24264634269433 1044,95 C 1085.553717866762,88.75735365730567 1117.2644625025898,78.05005675388998 1163,76 C 1208.7355374974102,73.94994324611002 1268.495867856403,80.55712664174573 1317,86 C 1365.504132143597,91.44287335825427 1402.7520660717985,95.72143667912714 1440,100 C 1440,100 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-0'></path><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%23ffd95088'></stop><stop offset='95%25' stop-color='%23f4df5888'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,200 0,200 C 45.18472372985502,182.35461884583307 90.36944745971005,164.70923769166615 136,168 C 181.63055254028995,171.29076230833385 227.70693389101484,195.51766807916857 270,198 C 312.29306610898516,200.48233192083143 350.8028169762306,181.2200899916596 387,167 C 423.1971830237694,152.7799100083404 457.0817982040626,143.60197195419312 505,164 C 552.9182017959374,184.39802804580688 614.8699902075191,234.37202219156788 667,235 C 719.1300097924809,235.62797780843212 761.4382409658609,186.90993927953548 805,169 C 848.5617590341391,151.09006072046452 893.3770459290372,163.9882206902902 930,163 C 966.6229540709628,162.0117793097098 995.05357531799,147.13717795930367 1041,163 C 1086.94642468201,178.86282204069633 1150.4086527990028,225.46306747249517 1202,227 C 1253.5913472009972,228.53693252750483 1293.3118134859992,185.01055215071565 1331,173 C 1368.6881865140008,160.98944784928435 1404.3440932570004,180.4947239246422 1440,200 C 1440,200 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-1'></path><defs><linearGradient id='gradient' x1='100%25' y1='51%25' x2='0%25' y2='49%25'><stop offset='5%25' stop-color='%23ffd950ff'></stop><stop offset='95%25' stop-color='%23f4df58ff'></stop></linearGradient></defs><path d='M 0,400 C 0,400 0,300 0,300 C 54.44311595678559,305.41135679869103 108.88623191357118,310.82271359738206 152,316 C 195.11376808642882,321.17728640261794 226.8981883025009,326.1205024091628 269,318 C 311.1018116974991,309.8794975908372 363.5210148764252,288.69527676596675 412,279 C 460.4789851235748,269.30472323403325 505.01775219179797,271.0983905269701 540,277 C 574.982247808202,282.9016094730299 600.4079763563825,292.911161126153 647,300 C 693.5920236436175,307.088838873847 761.3503423826719,311.2569649684179 807,316 C 852.6496576173281,320.7430350315821 876.1906541129304,326.06097900017534 915,323 C 953.8093458870696,319.93902099982466 1007.8870411656064,308.4991190308808 1058,314 C 1108.1129588343936,319.5008809691192 1154.2611812246444,341.9425448763013 1190,336 C 1225.7388187753556,330.0574551236987 1251.068233935816,295.73070146391393 1291,285 C 1330.931766064184,274.26929853608607 1385.465883032092,287.13464926804306 1440,300 C 1440,300 1440,400 1440,400 Z' stroke='none' stroke-width='0' fill='url(%23gradient)' class='transition-all duration-300 ease-in-out delay-150 path-2'></path></svg>");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  filter: alpha(opacity=24);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=24);
  opacity: 0.24;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  font-size: 0;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  outline: 0;
  -webkit-transition: -webkit-transform 0.125s ease-in;
  transition: -webkit-transform 0.125s ease-in;
  transition: transform 0.125s ease-in;
  transition: transform 0.125s ease-in, -webkit-transform 0.125s ease-in;
  will-change: transform;
}
.modal.modal-centered:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.slideRight .modal-dialog {
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}
.modal.slideLeft .modal-dialog {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}
.modal.slideBottom .modal-dialog {
  -webkit-transform: translate(0, 25%);
          transform: translate(0, 25%);
}
.modal.zoomIn .modal-dialog {
  -webkit-transform: scale(2);
          transform: scale(2);
}
.modal.zoomOut .modal-dialog {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.modal.flip {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.modal.flip .modal-dialog {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
          transform: rotateX(-70deg);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal[data-backdrop=static]:active .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.modal .modal-dialog {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  -webkit-transition: -webkit-transform 0.125s ease-in;
  transition: -webkit-transform 0.125s ease-in;
  transition: transform 0.125s ease-in;
  transition: transform 0.125s ease-in, -webkit-transform 0.125s ease-in;
}
.modal .modal-dialog .modal-content {
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 0 12px 24px rgba(209, 3, 3, 0.24), 0 16px 36px 2px rgba(115, 116, 117, 0.22);
          box-shadow: 0 12px 24px rgba(209, 3, 3, 0.24), 0 16px 36px 2px rgba(115, 116, 117, 0.22);
  margin: 0;
  height: 100%;
  max-height: 100%;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75;
  height: 80%;
}
.modal .modal-dialog .modal-content .modal-body .modal-body-title{
  font-size: 1.5rem;
}
.modal .modal-dialog.modal-dialog-scrollable {
  height: 80%;
}
.modal .modal-dialog.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
.modal .modal-dialog.modal-dialog-scrollable .modal-content .modal-body {
  height: calc(100% - 4.375rem);
  overflow-y: auto;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #171819;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=36);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=36);
  opacity: 0.36;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.36;
}

.modal-header {
  position: relative;
  padding: 1rem 2rem;
  background-color: #f6cdcd;
  border-bottom: 3px solid #ed9a9a;
  border-top: 3px solid transparent;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0;
}
.ie .modal-header {
  *zoom: 1;
}
.modal-header:before, .modal-header:after {
  content: "";
  display: table;
}
.modal-header:after {
  clear: both;
  overflow: hidden;
}
.modal-header.modal-header-drag {
  cursor: move;
}
.modal-header .modal-title {
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "itc-avant-garde-gothic-pro", "San Francisco", "PingFang TC", "segoe ui", "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "Roboto", "Noto Sans", "WenQuanYi Micro Hei", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "segoe ui symbol";
  font-weight: 500;
}
.modal-header .btn-close {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 100%;
  background-color: transparent;
  border: solid 2px #e36868;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.modal-header .btn-close:after, .modal-header .btn-close:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.46875rem;
  height: 4px;
  width: 1.375rem;
  border-radius: 36px;
  background-color: #D10303;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-header .btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-header .btn-close:hover {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  background: #F1416C;
  text-decoration: none;
  border-color: #F1416C;
}
.modal-header .btn-close:hover:after, .modal-header .btn-close:hover:before {
  background: #fff;
}

.modal-footer {
  text-align: right;
  border-top: 1px solid #D9DADA;
  padding: 1rem 2.5rem;
}
.ie .modal-footer {
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  content: "";
  display: table;
}
.modal-footer:after {
  clear: both;
  overflow: hidden;
}
.modal-footer .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
.modal-footer .btn + .btn {
  margin-left: 0.75rem;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-dialog {
  max-width: 90%;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 576px) {
  .modal-dialog.modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-lg, .modal-dialog.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog.modal-xl {
    max-width: 1140px;
  }
}

.opt-0 {
  opacity: 0 !important;
}

.opt-4 {
  opacity: 0.04 !important;
}

.opt-8 {
  opacity: 0.08 !important;
}

.opt-12 {
  opacity: 0.12 !important;
}

.opt-16 {
  opacity: 0.16 !important;
}

.opt-20 {
  opacity: 0.2 !important;
}

.opt-24 {
  opacity: 0.24 !important;
}

.opt-28 {
  opacity: 0.28 !important;
}

.opt-32 {
  opacity: 0.32 !important;
}

.opt-36 {
  opacity: 0.36 !important;
}

.opt-40 {
  opacity: 0.4 !important;
}

.opt-44 {
  opacity: 0.44 !important;
}

.opt-48 {
  opacity: 0.48 !important;
}

.opt-52 {
  opacity: 0.52 !important;
}

.opt-56 {
  opacity: 0.56 !important;
}

.opt-60 {
  opacity: 0.6 !important;
}

.opt-64 {
  opacity: 0.64 !important;
}

.opt-68 {
  opacity: 0.68 !important;
}

.opt-72 {
  opacity: 0.72 !important;
}

.opt-76 {
  opacity: 0.76 !important;
}

.opt-80 {
  opacity: 0.8 !important;
}

.opt-84 {
  opacity: 0.84 !important;
}

.opt-88 {
  opacity: 0.88 !important;
}

.opt-92 {
  opacity: 0.92 !important;
}

.opt-96 {
  opacity: 0.96 !important;
}

.opt-100 {
  opacity: 1 !important;
}

.remark-img {
  display: inline-block;
  vertical-align: middle;
  width: 3.5rem;
  text-align: center;
}
.remark-img .remind-people-v1 {
  padding: 0 0 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128.021' height='300.734'%3E%3Cpath fill='%23f8b0af' d='M118.324 70.777s4.479-13.223 9.544-17.648a.461.461 0 0 0-.32-.8c-6.4-.053-8.637 2.879-7.038-1.546 1.706-4.692 6.131-6.771 5.438-8.584s-11.25 9.49-14.129 14.609-4.745 8.691-4.745 8.691Z'/%3E%3Cpath fill='%23f15c44' d='M86.333 79.68s6.665 6.078 15.835-7.731l7.145-10.663 10.823 4.852s.213 42.547-19.941 43.88a41.38 41.38 0 0 1-18.874-1.546Z'/%3E%3Cpath fill='%23f7a6a5' d='M111.552 62.299s5.172-11.517 9.81-15.782a5.874 5.874 0 0 0 1.651-2.772 57.967 57.967 0 0 0-5.6 5.758 46.452 46.452 0 0 0-8.1 11.836Z'/%3E%3Cpath fill='%23f8b0af' d='M67.779 290.817s.587 8.371 1.76 9.117 18.288 0 18.288 0-1.546-3.466-9.544-3.2c.746-1.919 1.813-5.918 1.813-5.918ZM7.53 290.817s.16 8.371 1.386 9.117c1.173.746 18.288 0 18.288 0s-1.546-3.466-9.544-3.2c.746-1.919 1.813-5.918 1.813-5.918Z'/%3E%3Cpath fill='%23fdba13' d='M7.584 291.294s-11.623-114.259 8.051-140.438c19.994-.373 49.585 2.079 79.6.373 2.293 5.172 13.169 62.648-15.2 139.8-12.37.373-12.263.32-12.263.32s-9.757-46.333-11.57-70.219c-1.706-23.14-2.559-39.668-2.559-39.668s-13.536 67.132-34.274 109.889c-9.546-.057-11.785-.057-11.785-.057Z'/%3E%3Cpath fill='%23faa61a' d='M13.342 291.297s-2.932-.64-3.572-1.919-.16-97.784 4-102.476c12.9-7.464 41.694-35.136 41.694-35.136l-6.131-.267-33.75-.64s-7.678 6.931-10.077 38.175c-1.226 21.433-2.133 47.079-1.12 60.462.8 10.877 3.146 41.8 3.146 41.8ZM55.036 204.709s13.969 82.695 15.355 84.561c1.653 1.919 2.239 1.866 2.239 1.866l-4.852.107c-3.359-14.609-6.4-30.551-8.8-47.772-1.863-13.596-3.142-26.552-3.942-38.762ZM53.436 181.57l2.559-29.591 7.678-.267s-.427 26.925-2.079 27.138c-1.6.162-8.158 2.72-8.158 2.72Z'/%3E%3Cpath fill='%23dff3fd' d='M10.996 159.549c.373-.906.853-4.372 1.706-8.744 1.866-23.033 4.159-83.815 18.554-93.412 15.249-11.09 33.483-2.826 44.786 5.812 10.77 8.211 19.194 32.737 20.634 87.28.053 2.666.48 6.291.48 9.117-10.877.16-25.379-1.066-37.375-.48-.746.053-1.76-5.385-2.506-5.385-.96.053-1.6 5.545-2.559 5.6-14.769.532-32.203 2.718-43.72.212Z'/%3E%3Cpath fill='%23f15c44' d='M12.702 150.805s-2.453-84.241 14.769-95.544c15.249-10.877 37.855-6.078 49.212 2.4 11.3 8.477 23.406 21.86 19.994 92.772-25.912.372-60.302 4.798-83.975.372Z'/%3E%3Cpath fill='%23d54232' d='m13.075 114.176-.48 20.58s13.383-.746 45.853-27.725a53.081 53.081 0 0 0 5.172-5.545l-2.506-8.531s-19.141 18.501-48.039 21.221Z'/%3E%3Cpath fill='%23f8b0af' d='m63.46 51.316-1.493-9.97s10.877 3.039 10.024-4.585c-.693-6.131-1.28-6.131-1.28-6.131l2.453-1.173s.586-1.12-3.252-2.559c-.533-2.453-1.013-7.571-3.679-10.344-2.613-2.826-4.159-6.291-12.316-3.572-10.61 4-5.118 23.939-5.118 23.939l-3.412 12.21c.105-.054 12.368 10.982 18.073 2.185Z'/%3E%3Cpath fill='%230d1139' d='M52.903 33.081s-2.186 6.558-4.852 3.892-.96-6.451-2.932-7.091c-1.919-.64-7.944-3.626-4.745-7.678 2.079-2.026 3.252-1.386 2.932-3.412s-4.265-7.038-2.186-9.277 3.572.64 5.438-1.546.267-5.012 5.012-5.118 5.012 1.386 6.611 0 3.945-4.052 6.718-2.239c2.773 1.759 3.572 5.758 3.892 7.784.586 1.919 3.839-2.239 6.771 4.265 1.333 3.306-2.879 5.065-2.879 5.065s2.506 5.652-3.412 5.758c-.586-2.506-.586-3.679-2.4-6.131-.8-1.12-4.319-2.826-5.7-1.066s.107 3.572-1.919 3.732-4.265 0-4.425 1.066.96 3.892-.587 3.946c-1.546.107-5.918-.48-6.4 2.613-.536 2.931.85 5.602 5.063 5.437Z'/%3E%3Cpath fill='%23261651' d='M69.058 37.933s1.706-1.386 1.386-1.866a15.579 15.579 0 0 0-1.973.533Z'/%3E%3Cellipse cx='.8' cy='1.813' fill='%23261651' rx='.8' ry='1.813' transform='matrix(.953 -.304 .304 .953 62.138 24.597)'/%3E%3Cellipse cx='.853' cy='1.866' fill='%23261651' rx='.853' ry='1.866' transform='matrix(.953 -.304 .304 .953 67.456 22.847)'/%3E%3Cpath fill='%23261651' d='M63.139 22.631a1.952 1.952 0 0 0-.96-.213 2.626 2.626 0 0 0-.906.32 2.8 2.8 0 0 0-.746.64 2.7 2.7 0 0 0-.48.853c.267-.16.533-.32.746-.48a7.77 7.77 0 0 0 .693-.48 3.258 3.258 0 0 1 .746-.373 5.831 5.831 0 0 1 .907-.267ZM68.845 21.245a1.712 1.712 0 0 0-1.44-.373 1.821 1.821 0 0 0-1.28.693 11.252 11.252 0 0 0 1.386-.107c.428-.106.801-.106 1.334-.213Z'/%3E%3Cpath fill='%23f7a6a5' d='M54.663 30.789s-4.265-1.28-3.412-2.613c1.172.267 2.932 1.066 3.412 2.613ZM63.194 49.609s-4.532-7.624-2.826-9.171c1.706-1.6 9.171.8 9.171.8s-2.346 1.493-7.518.053c.583 4.213 1.173 8.318 1.173 8.318Z'/%3E%3Cpath d='M34.936 300.733H1.826a.378.378 0 0 1 0-.746h33.11a.357.357 0 0 1 .32.373c0 .214-.107.373-.32.373Z'/%3E%3Cpath fill='%23fdba13' d='m20.486 295.828.693 4.159h12.05s0-1.973-12.743-4.159Z'/%3E%3Cpath fill='%23f7a6a5' d='M19.74 296.735a18.851 18.851 0 0 1 1.386 3.252l-.533-3.2Z'/%3E%3Cpath d='M96.783 300.733h-33.11a.378.378 0 0 1 0-.746h33.11a.357.357 0 0 1 .32.373.3.3 0 0 1-.32.373Z'/%3E%3Cpath fill='%23fdba13' d='m82.388 295.828.693 4.159h12.05s0-1.973-12.743-4.159Z'/%3E%3Cg%3E%3Cpath fill='%23f7a6a5' d='M81.641 296.735a18.851 18.851 0 0 1 1.386 3.252l-.533-3.2Z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23d54232' d='M40.32 78.881s-11.73 17.328-11.2 20.9c24.419-2.719 30.719-3.572 30.719-3.572s5.332-2.772-3.252-3.892c-8.584-1.066-16.9-2.986-16.9-2.986s-.913-6.078.633-10.45Z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23234b93' d='m55.463 76.694 30.817-1.386.693 42.6-30.124 1.28Z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='m56.422 75.948 30.764-1.386.693 42.547-30.124 1.333Z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f8b0af' d='M60.155 104.366s18.075-8.691 24.419-8.158c2.239.267 3.092-1.919-3.359-3.252-6.4-1.386-23.193 1.76-23.193 1.76Z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f15c44' d='M28.698 54.461c-4 2.239-32.31 28.1-28.311 55.663 3.945 25.912 64.94-7.518 64.94-7.518l-2.186-10.77-30.444 2.613s5.652-12.956 10.13-18.021c4.372-5.225-7.625-21.914-14.129-21.967Z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23d54232' d='m62.5 104.046 3.146-1.546-2.666-10.61-4.852-1.813 3.679 14.342Z'/%3E%3C/g%3E%3C/svg%3E");
}
.remark-img .remind-people-v2 {
  padding: 0 0 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126.648' height='304.948'%3E%3Cpath d='m124.355 52.972-12.05-7.2-1.333 2.239 12.209 7.3Z' fill='%23bfd5ef'/%3E%3Cpath d='M62.24 295.457s.16 8 1.28 8.691 17.435 0 17.435 0-1.493-3.306-9.117-3.039c.693-1.866 1.76-5.652 1.76-5.652H62.24Z' fill='%23f8b0af'/%3E%3Cpath d='M88.366 304.947H59.415c-.16 0-.267-.16-.267-.373s.107-.373.267-.373h28.951c.16 0 .267.16.267.373a.29.29 0 0 1-.267.373Z'/%3E%3Cpath d='m74.557 300.255.64 3.946h11.516c.054.054.054-1.813-12.156-3.946Z' fill='%23fdba13'/%3E%3Cpath d='M73.864 301.108a24.78 24.78 0 0 1 1.333 3.092c-.32-2.133-.48-3.039-.48-3.039Z' fill='%23f7a6a5'/%3E%3Cpath d='M96.257 160.085s.16 66.273-22.713 135.959c-11.516.427-11.3.213-11.3.213s-34.923-114.739-34.71-141.824c61.152 5.865 68.723 5.652 68.723 5.652Z' fill='%232f54a5'/%3E%3Cpath d='M50.031 248.111s6.4 34.336 9.331 38.655a248.94 248.94 0 0 0 27.405-74.591c4.052-20.207 6.878-48.146 3.2-49-2.293-.533-6.718 9.757-9.97 18.394-11.785 23.462-18.13 42.976-29.966 66.542Z' fill='%23234b93'/%3E%3Cpath d='M10.947 272.21s-7.145 3.519-7.3 4.852 7.358 15.835 7.358 15.835 2.346-2.719-1.066-9.544c1.973-.16 5.865-.8 5.865-.8Z' fill='%23f8b0af'/%3E%3Cpath d='M13.348 299.935.019 271.304a.319.319 0 0 1 .213-.427.408.408 0 0 1 .48.107l13.329 28.631a.318.318 0 0 1-.213.427c-.213.107-.426.053-.48-.107Z'/%3E%3Cpath d='m11.803 285.433-3.306 2.239 4.852 10.45c-.052.054 1.648-.746-1.546-12.689Z' fill='%23fdba13'/%3E%3Cpath d='M10.736 285.166a19.02 19.02 0 0 1-2.239 2.506c1.76-1.226 2.559-1.706 2.559-1.706Z' fill='%23f7a6a5'/%3E%3Cpath d='M10.949 272.211s25.379-21.86 20.634-58.756c-4.532-35.349-7.145-55.5-4.052-58.969 48.679 4.265 59.875 5.065 59.875 5.065s4.905 48.785-18.661 87.707c-9.437 15.569-32.9 29.964-53 35.243-4.05-2.879-4.796-10.29-4.796-10.29Z' fill='%232f54a5'/%3E%3Cpath d='M108.36 62.673s4.425-9.224 8.957-12.423a.39.39 0 0 0-.213-.693c-5.225-.586-7.358 1.653-5.652-1.813 1.813-3.732 5.6-5.065 5.172-6.665-.427-1.546-10.024 6.931-12.849 10.877s-4.585 6.771-4.585 6.771Z' fill='%23f8b0af'/%3E%3Cpath d='M101.536 60.115s12.1-16.582 11.41-17.275a53.611 53.611 0 0 0-13.809 15.835Z' fill='%23f7a6a5'/%3E%3Cpath d='M38.141 101.756s42.974-15.889 61.688-44.147c6.665 1.333 8.531 5.065 8.531 5.065s-4.425 40.574-23.086 44.52c-18.662 3.892-47.133-5.438-47.133-5.438Z' fill='%23faa61a'/%3E%3Cpath d='M27.211 168.617c6.931 2.986 19.194 1.439 22.713-.906 5.918-3.892 18.021-5.7 26.392-4.959 6.451.533 11.143 1.226 14.662-2.772l5.278.267S89.645 41.456 50.83 49.294c-24.366 4.903-33.803 114.95-23.619 119.323Z' fill='%23fdba13'/%3E%3Cpath d='M85.913 131.134a68.064 68.064 0 0 0-22.66 1.813c-21.913 6.131-35.189 4.638-38.655-11.943l15.622-19.088s15.036-29.218 16.955-25.432c1.493 4.852 1.653 14.022 2.559 17.115 3.572 12.05 30.6 24.1 30.6 24.1s.004 1.172-4.421 13.435Z' fill='%23faa61a'/%3E%3Cpath d='M102.868 114.232 85.86 135.719l21.54 6.878 17.115-24.366Z'/%3E%3Cpath d='m108.573 112.952-2.186 3.786 12.956 3.412 1.813-4.585Z' fill='%23bfd5ef'/%3E%3Cpath d='M84.634 122.016c.64-.16 12.263-3.306 13.6-2.026-1.973 2.239-2.079 3.039-2.079 3.039l4.212.427s6.825-.586 8 1.386-4.852 1.6-8.477 3.572-12 2.4-16.315.586c-.914-5.543 1.059-6.984 1.059-6.984Z' fill='%23f8a599'/%3E%3Cpath d='M57.121 74.937s-7.358 22.233 6.132 30.711c24.259 10.61 27.991 13.223 27.991 13.223l-5.332 12.21s-13.383-5.012-31.137-1.546c-20.74 4.052-35.349-6.132-34.869-25.006s16.262-37.27 16.262-37.27Z' fill='%23fdba13'/%3E%3Cg%3E%3Cpath d='m114.705 47.212-11.943-7.358-1.44 2.4 12.21 7.3Z' fill='%23bfd5ef'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M126.648 55.796c-.213-.107-2.346-2.826-2.346-2.826l-1.173 2.346Z' fill='%23ebb5b5'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m126.648 55.795-.64-.746a.59.59 0 0 0-.32.64c.427.053.96.106.96.106Z' fill='%23070607'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M67.786 19.647s3.519 3.039 3.519 6.611v5.065s3.572-7.091.427-14.236-3.946 2.56-3.946 2.56Z' fill='%231b1419'/%3E%3Cpath d='M48.272 50.304s5.065-4.8 3.092-11.3a22.987 22.987 0 0 1-.853-3.626s-6.4-1.226-4.212-7.464 16.848-17.115 20.74-14.716c3.839 2.4 6.132 10.717 4.319 15.782 1.226 3.732.48 15.782-6.131 15.675a41.046 41.046 0 0 0 1.653 9.33 4.989 4.989 0 0 1-3.146 1.706c-3.736.902-11.41-2.934-15.462-5.387Z' fill='%23f8b0af'/%3E%3Cpath d='M51.738 40.601s-19.727-7.891-6.665-23.779c-8.744-3.252-13.436-6.771-8.478-13.7 5.545-7.678 14.982.32 14.342 7.838 12-5.385 25.166 2.133 20.527 18.234-.906-6.931-2.506-11.2-4.745-10.93-3.892.427-12.636 9.384-12.636 9.384s-5.065-3.625-5.7.586c-.64 4.265 3.039 7.731 3.039 7.731Z' fill='%231b1419'/%3E%3Cpath d='M68.426 38.575s1.44-1.173 1.173-1.6a16.2 16.2 0 0 0-1.653.427Z' fill='%23261651'/%3E%3Cellipse cx='.693' cy='1.493' rx='.693' ry='1.493' transform='rotate(-12.216 156.85346387 -282.32978315)' fill='%23261651'/%3E%3Cellipse cx='.693' cy='1.6' rx='.693' ry='1.6' transform='matrix(.953 -.304 .304 .953 68.637 26.243)' fill='%23261651'/%3E%3Cpath d='M64.266 25.191a1.02 1.02 0 0 0-.8-.213 2.139 2.139 0 0 0-.8.16 2.029 2.029 0 0 0-.693.48 5.009 5.009 0 0 0-.48.64 2.878 2.878 0 0 0 .693-.373l.64-.32c.213-.107.427-.16.64-.267a3.626 3.626 0 0 1 .8-.107ZM69.812 24.922a1.386 1.386 0 0 0-1.173-.32 1.556 1.556 0 0 0-1.12.586 7.979 7.979 0 0 0 1.173-.107c.373-.048.693-.102 1.12-.159Z' fill='%23261651'/%3E%3Cpath d='M53.23 31.43s-3.625-1.066-2.879-2.239c1.013.267 2.506.96 2.879 2.239ZM69.439 31.004s1.706 3.306 1.173 3.572-1.706-.533-1.706-.533ZM66.506 52.76s-4.425-7.571-3.412-8.851c1.44-1.813 6.132-1.226 6.132-1.226a4.154 4.154 0 0 1-4 1.973c.48 4.156 1.28 8.104 1.28 8.104Z' fill='%23f7a6a5'/%3E%3C/g%3E%3C/svg%3E");
}
.remark-img .remind-people-v3 {
  padding: 0 0 4.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128.074' height='303.027'%3E%3Cpath fill='%23f8b0af' d='M118.377 73.069s4.479-13.223 9.544-17.648a.461.461 0 0 0-.32-.8c-6.4-.053-8.637 2.879-7.038-1.546 1.706-4.692 6.132-6.771 5.438-8.584s-11.25 9.49-14.129 14.609-4.745 8.691-4.745 8.691Z'/%3E%3Cpath fill='%2329529c' d='M86.333 81.973s6.665 6.078 15.835-7.731l7.145-10.663 10.823 4.852s.213 42.547-19.941 43.88a41.38 41.38 0 0 1-18.874-1.546Z'/%3E%3Cpath fill='%23f7a6a5' d='M111.552 64.592s5.172-11.517 9.81-15.782a5.875 5.875 0 0 0 1.651-2.772 57.976 57.976 0 0 0-5.6 5.758 46.453 46.453 0 0 0-8.1 11.836Z'/%3E%3Cpath fill='%23f8b0af' d='M67.779 293.11s.586 8.371 1.759 9.117 18.288 0 18.288 0-1.546-3.466-9.544-3.2c.746-1.919 1.813-5.918 1.813-5.918ZM7.53 293.11s.16 8.371 1.386 9.117c1.173.746 18.288 0 18.288 0s-1.546-3.466-9.544-3.2c.746-1.919 1.813-5.918 1.813-5.918Z'/%3E%3Cpath fill='%23fdba13' d='M7.584 293.587s-11.623-114.259 8.051-140.438c19.994-.373 49.585 2.079 79.6.373 2.293 5.172 13.169 62.648-15.2 139.8-12.37.373-12.263.32-12.263.32s-9.757-46.333-11.57-70.219c-1.706-23.14-2.559-39.668-2.559-39.668s-13.536 67.132-34.274 109.889c-9.546-.057-11.785-.057-11.785-.057Z'/%3E%3Cpath fill='%23faa61a' d='M13.342 293.59s-2.932-.64-3.572-1.919-.16-97.784 4-102.476c12.9-7.464 41.694-35.136 41.694-35.136l-6.131-.267-33.75-.64s-7.678 6.931-10.077 38.175c-1.226 21.434-2.133 47.079-1.12 60.462.8 10.877 3.146 41.8 3.146 41.8h5.812ZM55.036 207.003s13.969 82.7 15.355 84.561c1.653 1.919 2.239 1.866 2.239 1.866l-4.852.107c-3.359-14.609-6.4-30.551-8.8-47.772-1.863-13.596-3.142-26.552-3.942-38.762ZM53.436 183.863l2.559-29.591 7.678-.267s-.427 26.925-2.079 27.138c-1.6.162-8.158 2.72-8.158 2.72Z'/%3E%3Cpath fill='%23dff3fd' d='M10.996 161.843c.373-.906.853-4.372 1.706-8.744 1.866-23.033 4.159-83.815 18.554-93.412 15.249-11.09 33.483-2.826 44.786 5.812 10.77 8.211 19.194 32.737 20.634 87.28.053 2.666.48 6.291.48 9.117-10.877.16-25.379-1.066-37.375-.48-.746.053-1.759-5.385-2.506-5.385-.96.053-1.6 5.545-2.559 5.6-14.769.532-32.203 2.718-43.72.212Z'/%3E%3Cpath fill='%232f54a5' d='M12.702 153.099s-2.453-84.241 14.769-95.544c15.249-10.877 37.855-6.078 49.212 2.4s23.406 21.86 19.994 92.772c-25.912.372-60.302 4.798-83.975.372Z'/%3E%3Cpath fill='%23234b93' d='m13.075 116.474-.48 20.58s11.836 6.078 44.307-20.9a44.183 44.183 0 0 1 9.7-5.012l-3.466-9.064a141.39 141.39 0 0 1-50.061 14.396Z'/%3E%3Cpath d='M34.935 303.028H1.825a.378.378 0 0 1 0-.746h33.11a.357.357 0 0 1 .32.373c0 .213-.107.373-.32.373Z'/%3E%3Cpath fill='%23fdba13' d='m20.486 298.122.693 4.159h12.05s0-1.973-12.743-4.159Z'/%3E%3Cpath fill='%23f7a6a5' d='M19.74 299.028a18.85 18.85 0 0 1 1.386 3.252l-.533-3.2Z'/%3E%3Cpath d='M96.837 303.028h-33.11a.378.378 0 0 1 0-.746h33.11a.378.378 0 0 1 0 .746Z'/%3E%3Cpath fill='%23fdba13' d='m82.388 298.122.693 4.159h12.05s0-1.973-12.743-4.159Z'/%3E%3Cpath fill='%23f7a6a5' d='M81.641 299.028a18.852 18.852 0 0 1 1.386 3.252l-.533-3.2Z'/%3E%3Cpath fill='%23234b93' d='M38.241 86.346s-11.73 17.328-11.2 20.9c24.419-2.719 30.711-3.572 30.711-3.572s12.636.48-2.4-2.879c-8.477-1.866-17.808-4.052-17.808-4.052s-.849-6.025.697-10.397Z'/%3E%3Cpath fill='%239dc8eb' d='m122.322 105.22 4.212-34.71a1.75 1.75 0 0 0-1.866-1.919l-48.572 4.102a1.7 1.7 0 0 0-1.546 1.493l-4.585 34.763a1.687 1.687 0 0 0 1.813 1.919l48.945-4.159a1.76 1.76 0 0 0 1.599-1.489Z'/%3E%3Cpath fill='%23f8b0af' d='M51.304 103.514c1.386.64 12.37.96 14.716-2.613s6.291-9.81 6.291-9.81a29.568 29.568 0 0 0-.16 6.345c.373 2.026 4.8-8.637 8.264-5.438s4.639 9.917-1.546 13.383-21.967 8.8-21.967 8.8Z'/%3E%3Cpath fill='%232f54a5' d='M28.698 56.755c-4 2.239-32.31 28.1-28.311 55.663 3.945 25.912 66.22-1.226 66.22-1.226l-3.466-9.064H29.124s9.224-18.341 13.7-23.406c4.375-5.225-7.622-21.914-14.126-21.967Z'/%3E%3Cpath fill='%23275099' d='m63.993 113.378 3.146-1.6-2.613-10.61-4.905-1.759 3.679 14.289Z'/%3E%3Cpath fill='%23fff' d='M101.795 85.652c-.16 0-.32-.053-.48-.053a3.039 3.039 0 1 0 3.039 3.039v-.053a3.031 3.031 0 0 1-2.559-2.933Z'/%3E%3Cpath fill='%23f8b0af' d='M65.22 54.142s-3.626-4.745-.267-7.251c3.412-2.506 10.237-1.173 10.45-4.692S73.43 28.39 73.43 28.39s3.466-.96 1.653-2.346a35.859 35.859 0 0 1-3.626-3.306S62.766 9.089 59.034 7.756s-14.289 1.973-14.449 7.2 8.317 19.887 7.571 22.553-7.3 13.916-7.3 13.916c4.105 5.918 10.45 7.464 15.249 6.025a12.818 12.818 0 0 0 5.115-3.308Z'/%3E%3Cpath fill='%23f7a6a5' d='M65.22 54.142s-4.8-6.185-2.613-9.277c1.333-1.919 9.7-.16 9.7-.16s-2.879 1.013-7.358 2.186c-2.715 2.506.271 7.251.271 7.251Z'/%3E%3Cpath fill='%23261651' d='M51.304 39.64c3.572-1.973 5.118-6.078 1.973-9.224-.906-.906 4.212-2.4 6.718.213-.16-4.159 2.186-5.492.746-8.851-.8-1.866.107-4.692 3.519-5.012s4.639-1.759 3.466-3.039 1.013-.48.693-2.772a2.249 2.249 0 0 0-2.506-1.973 4.681 4.681 0 0 0-1.919-4.212c-2.293-1.706-3.252-1.546-3.252-1.546s-.373-4.479-2.613-2.879-2.133-1.333-5.278.693-13.969 9.81-11.836 15.3c-1.066 3.679.8 9.011 6.451 12.53a17.806 17.806 0 0 1 3.838 10.772Z'/%3E%3Ccircle cx='1.013' cy='1.013' r='1.013' fill='%23261651' transform='translate(66.873 20.872)'/%3E%3Cpath fill='%23261651' d='M73.484 35.641a3.636 3.636 0 0 1-2.986 1.759c2.719.853 3.252 0 3.252 0Z'/%3E%3Cpath fill='%23f7a6a5' d='M58.182 34.735s-3.519-2.719-2.239-3.679c.959.693 2.345 2.133 2.239 3.679Z'/%3E%3C/svg%3E");
}

.remark-txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 3.5rem);
  padding-left: 1rem;
}
.remark-txt > p {
  font-size: 1rem;
}
.remark-txt .para {
  font-size: 1.125rem;
}

.rounded--0 {
  border-radius: 0px !important;
}

.rounded--4 {
  border-radius: 4px !important;
}

.rounded--8 {
  border-radius: 8px !important;
}

.rounded--12 {
  border-radius: 12px !important;
}

.rounded--16 {
  border-radius: 16px !important;
}

.rounded--20 {
  border-radius: 20px !important;
}

.rounded--24 {
  border-radius: 24px !important;
}

.rounded--28 {
  border-radius: 28px !important;
}

.rounded--32 {
  border-radius: 32px !important;
}

.rounded--36 {
  border-radius: 36px !important;
}

.rounded--40 {
  border-radius: 40px !important;
}

.rounded--44 {
  border-radius: 44px !important;
}

.rounded--48 {
  border-radius: 48px !important;
}

.rounded--52 {
  border-radius: 52px !important;
}

.rounded--56 {
  border-radius: 56px !important;
}

.rounded--60 {
  border-radius: 60px !important;
}

.rounded--64 {
  border-radius: 64px !important;
}

.rounded--68 {
  border-radius: 68px !important;
}

.rounded--72 {
  border-radius: 72px !important;
}

.rounded--76 {
  border-radius: 76px !important;
}

.rounded--80 {
  border-radius: 80px !important;
}

.rounded--84 {
  border-radius: 84px !important;
}

.rounded--88 {
  border-radius: 88px !important;
}

.rounded--92 {
  border-radius: 92px !important;
}

.rounded--96 {
  border-radius: 96px !important;
}

.rounded--100 {
  border-radius: 100px !important;
}

.t-float-toolsbar {
  position: fixed;
  right: 1rem;
  top: 70%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 1050;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
    .t-float-toolsbar {
        top: 80%;
    }
}
.t-float-toolsbar .t-float-toolsbar-item {
  display: block;
}
.t-float-toolsbar .t-float-toolsbar-item:not(:last-child) {
  margin-bottom: 0.75rem;
}
.t-float-toolsbar .t-float-toolsbar-item.t-float-toolsbar-item--highlight .t-float-toolsbar-link:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.1 63.2'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0H65V63H0z' data-name='Rectangle 116890'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='none' d='M683.716,317.5q-.085.029-.169.062l-.034.007a5.9,5.9,0,0,0-2.145,1.077A4.576,4.576,0,0,0,679.1,321.9a6.55,6.55,0,0,0,.932,3.7q-.094.148-.214.306a10.223,10.223,0,0,0,.4,1.162c.116.34.787,1.931.959,2.358a7.242,7.242,0,0,0,1.129,1.83q.065.081.129.156c.512.793.9,1,2.428,1.856a10.385,10.385,0,0,0,3.436.453c1.186-.208,2.144-1.8,2.363-2.143a4.167,4.167,0,0,0,.991-2.592c.016-.086.03-.174.044-.266a7.244,7.244,0,0,0,.048-2.149c-.067-.455-.293-2.167-.365-2.519a10.224,10.224,0,0,0-.247-1.2q-.187-.076-.345-.158a6.592,6.592,0,0,0-1.071-3.69,4.575,4.575,0,0,0-3.6-1.655c-.321-.027-.645-.049-.967-.049a4.454,4.454,0,0,0-1.428.2' data-name='Path 269856' transform='translate(-679 -317)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 207712'%3E%3Cg data-name='Group 207706'%3E%3Cg fill-rule='evenodd' clip-path='url(%23a)' data-name='Group 207705'%3E%3Cpath fill='%23ffb4a6' d='M1202.659,216.671a45.791,45.791,0,0,0-4.3,6.5c-1.859,2.951-4.269,6.358-4.7,9.956-.308,2.6,1.5,5.658,4.45,5.1,1.971-.371,3.905-2.116,5.144-3.6,3.1-3.72,5.05-8.953,7.1-13.326.623-1.326,1.241-2.67,1.9-3.98a6.894,6.894,0,0,0,.95-2.241,6.171,6.171,0,0,0-2.086-5.143c-1.407-1.029-2.631-1.253-4.136-.254a2.752,2.752,0,0,0-.9.763Z' data-name='Path 269845' transform='translate(-1148 -201)'/%3E%3Cpath fill='%23d13942' d='M601.839,1.357a2.674,2.674,0,0,1,3.936-.821c.984.821.984,2.463,0,4.105a10.815,10.815,0,0,1-3.936,3.284A10.815,10.815,0,0,1,597.9,4.641c-.984-1.642-.984-3.284,0-4.105a2.674,2.674,0,0,1,3.936.821' data-name='Path 269846' transform='translate(-574)'/%3E%3Cpath fill='%23ffb4a6' d='M27.6,617.294a45.8,45.8,0,0,1,7,3.432c3.1,1.605,6.9,3.326,9.086,6.214,1.579,2.084,1.567,5.641-1.258,6.654-1.888.677-4.439.15-6.259-.506-4.556-1.641-8.884-5.17-12.867-7.9-1.208-.829-2.421-1.676-3.649-2.474a6.9,6.9,0,0,1-1.953-1.453,6.171,6.171,0,0,1-.8-5.492c.694-1.6,1.636-2.412,3.44-2.311a2.754,2.754,0,0,1,1.166.2Z' data-name='Path 269847' transform='translate(-16 -590)'/%3E%3Cpath fill='%23ffb4a6' d='M1004.019,109.491a47.521,47.521,0,0,0,6.2,2.264c2.857.767,6.253,1.84,9.048,1.464,2.017-.271,3.582-2.14,2.072-4.137a11.054,11.054,0,0,0-4.562-2.985c-3.884-1.507-6.288-1.432-10.3-1.705-2.371-.162-7.59-.249-8.795-.469-.662-.121-.287,2.483.01,2.546Z' data-name='Path 269848' transform='translate(-959 -100)'/%3E%3Cpath fill='%23ffb4a6' d='M15.142,255.8a47.519,47.519,0,0,1-4.184,5.1c-2.069,2.114-4.447,4.766-7.044,5.864-1.874.793-4.173-.019-3.889-2.507a11.054,11.054,0,0,1,2.408-4.891c2.577-3.274,4.685-4.432,8-6.709,1.959-1.345,6.407-4.077,7.332-4.879.509-.441,1.511,1.991,1.287,2.2Z' data-name='Path 269849' transform='translate(0 -238)'/%3E%3Cpath fill='%23ffb4a6' d='M944.636,40.963a2.1,2.1,0,0,0,.131-.636,3.107,3.107,0,0,0-.516-2.191,4.994,4.994,0,0,1-.411-.52c-.094-.185.14-.5.324-.528.413-.071,1.027.82,1.274,1.093.833.92,2.106,1.632,2.03,3.019a1.206,1.206,0,0,1-.349.978l-1.761-.541-.061.624a4.223,4.223,0,0,0-.8-.36c-.444-.117-1.446.087-1.734-.416-.135-.236.4-.3.522-.318.459-.056.9-.143,1.351-.2' data-name='Path 269850' transform='translate(-907 -36)'/%3E%3Cpath fill='%23ffb4a6' d='M428.8,181.045a2.1,2.1,0,0,1-.436-.481,3.107,3.107,0,0,1-.67-2.148,5.008,5.008,0,0,0,.09-.657c-.013-.207-.373-.356-.548-.29-.392.149-.467,1.229-.541,1.589-.249,1.216-.982,2.476-.211,3.632.228.341.39.581.8.664l1.241-1.362.37.506a4.226,4.226,0,0,1,.5-.717c.323-.327,1.289-.661,1.281-1.241,0-.271-.5-.057-.611-.008-.423.185-.849.335-1.267.512' data-name='Path 269851' transform='translate(-410 -171)'/%3E%3Cpath fill='%23f76707' d='M330.211,542.373c-2.765,2.885-19.177,4.067-19.279,3.378-.619-4.172-4.656-12.72-6.19-16.693-.342-.886-1.94-1.071-2.719-1.407-2.236-.963-4.5-1.881-6.706-2.92-.552-.261-2.087-.612-2.4-1.236-.193-.388.764-2.231.911-2.571a46.465,46.465,0,0,0,2.177-6.576c.074-.278.258-1.24.486-1.912.03-.312.084-.653.227-.759.173-.128.7.21.855.272.786.316,1.579.613,2.357.947a35.568,35.568,0,0,0,6.773,2.571c1.221-.328,2.683-.838,3.253-.992,2.122-.576,4.251-1.2,6.4-1.733,2.121-.627,4.275-1.164,6.4-1.74.569-.155,2.088-.454,3.308-.789a35.571,35.571,0,0,0,4.543-5.643c.5-.682,1.037-1.339,1.555-2.009.1-.131.387-.69.6-.667.177.019.4.286.579.54.537.464,1.182,1.2,1.387,1.4a46.465,46.465,0,0,0,5.2,4.572c.3.219,2.057,1.325,2.086,1.757.047.7-1.1,1.775-1.444,2.279-1.374,2.01-2.867,3.948-4.308,5.91-.5.684-1.787,1.651-1.634,2.589.686,4.2,1.9,11.558,2.508,15.731,1.08,7.4-6.518,5.27-6.928,5.7' data-name='Path 269852' transform='translate(-282 -483)'/%3E%3Cpath fill='%23fc9797' d='M660.741,453.02a3.931,3.931,0,0,1,2.769-.478,9.03,9.03,0,0,1,3.361,1.959,3.8,3.8,0,0,1,.417-2.1,1.02,1.02,0,0,1,1.5-.395,1.852,1.852,0,0,1,.665.966c.519,1.615-.731,3.108-2.024,3.931a7.191,7.191,0,0,0-.184.795,11.431,11.431,0,0,0,.062,5.236c.258.763,1.523.058,1.663.067.7.046-.472,4.6-3.758,5.592-3.6,1.09-7.032-2.626-6.419-2.819.41-.13,2.01-.412,1.792-1.094a13.386,13.386,0,0,0-2.527-4.38,7.187,7.187,0,0,0-.561-.592c-1.532-.056-3.365-.712-3.735-2.368a1.852,1.852,0,0,1,.085-1.17,1.02,1.02,0,0,1,1.494-.418,3.8,3.8,0,0,1,1.42,1.6,9.029,9.029,0,0,1,1.908-3.39,3.791,3.791,0,0,1,2.072-.946' data-name='Path 269853' transform='translate(-629 -435)'/%3E%3Cpath fill='%23ffb4a6' d='M683.548,317.565q.084-.034.169-.062a5.9,5.9,0,0,1,2.395-.156,4.575,4.575,0,0,1,3.6,1.655,6.592,6.592,0,0,1,1.071,3.69q.158.082.345.158a10.225,10.225,0,0,1,.247,1.2c.072.352.3,2.064.365,2.519a7.242,7.242,0,0,1-.048,2.149c-.014.092-.028.181-.044.266a4.167,4.167,0,0,1-.991,2.592c-.219.345-1.177,1.935-2.363,2.143a10.386,10.386,0,0,1-3.436-.453c-1.524-.854-1.916-1.064-2.428-1.856q-.064-.075-.129-.156a7.242,7.242,0,0,1-1.129-1.83c-.172-.427-.843-2.018-.959-2.358a10.221,10.221,0,0,1-.4-1.162q.121-.158.214-.306a6.549,6.549,0,0,1-.932-3.7,4.575,4.575,0,0,1,2.269-3.249,5.9,5.9,0,0,1,2.145-1.077l.034-.007' data-name='Path 269854' transform='translate(-653 -305)'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='Group 207708'%3E%3Cg clip-path='url(%23b)' data-name='Group 207707' transform='translate(26 12)'%3E%3Cpath fill='%23ffaa9a' fill-rule='evenodd' d='M701.083,482.914a9.17,9.17,0,0,0,1.4,2.256,13.182,13.182,0,0,0,1.524,1.939c1.454,1.356,3.938,2.155,5.811,1.166a3.2,3.2,0,0,0,1.088-.953,5.992,5.992,0,0,0,.471-1.074,13.627,13.627,0,0,0,1.03-3.465,17.247,17.247,0,0,0,.016-2.108c.011-.33.127-.9.447-.364a6.884,6.884,0,0,1,.668,3.63c-.073,2.327-.817,5.208-2.994,6.477a6.576,6.576,0,0,1-3.279.74,6.186,6.186,0,0,1-2.19-.446,7.967,7.967,0,0,1-2.281-1.3l-1.716-6.494c-.014-.047-.027-.094-.037-.14Z' data-name='Path 269855' transform='translate(-700 -474)'/%3E%3C/g%3E%3C/g%3E%3Cg data-name='Group 207710'%3E%3Cg fill-rule='evenodd' clip-path='url(%23a)' data-name='Group 207709'%3E%3Cpath fill='%23142645' d='M731.522,465.524a6.923,6.923,0,0,1,1.324-.382c.285-.06.573-.108.855-.183a.911.911,0,0,0,.43-.2c.125-.131.008-.33-.126-.4a1.3,1.3,0,0,0-.81-.018,3.812,3.812,0,0,0-1.363.593,2.909,2.909,0,0,0-.589.477Zm8.449-2.3a6.922,6.922,0,0,0-1.335.34c-.276.093-.549.2-.83.275a.911.911,0,0,1-.47.048c-.174-.05-.173-.281-.093-.408a1.3,1.3,0,0,1,.69-.426,3.812,3.812,0,0,1,1.476-.178,2.911,2.911,0,0,1,.75.114Z' data-name='Path 269857' transform='translate(-703 -445)'/%3E%3Cpath d='M782.85,528.512a.449.449,0,1,1-.248.526.415.415,0,0,1,.248-.526' data-name='Path 269858' transform='translate(-753 -508)'/%3E%3Cpath d='M902.994,497.862a.449.449,0,1,0,.48.329.414.414,0,0,0-.48-.329' data-name='Path 269859' transform='translate(-868 -479)'/%3E%3Cpath fill='%23142645' d='M599.744,289.445a1.033,1.033,0,0,1,.5-1.531,3.637,3.637,0,0,1,2.074-.263,11,11,0,0,1,1.187-.091c.634-.016,1.288-.081,1.921-.038a10.77,10.77,0,0,1,1.291.167,7.535,7.535,0,0,1,3.542,1.076,5.162,5.162,0,0,1,1.98,2.14,2.865,2.865,0,0,1,.349.986,6.188,6.188,0,0,1,.314,1.3,2.47,2.47,0,0,1,.072.886c-.026.1-.131.145-.2.207a.964.964,0,0,0-.315.4,2.857,2.857,0,0,0-.047.816c-.008.079-.045.252-.149.249-.062,0-.088-.079-.107-.127-.043-.106-.082-.213-.115-.323a2.3,2.3,0,0,0-.61-1.192c-.123-.093-.271-.156-.4-.243a4.415,4.415,0,0,1-.413-.315,5.073,5.073,0,0,1-2.411-.762,3.364,3.364,0,0,1-.468-.358,4.47,4.47,0,0,1-.636.584,8.3,8.3,0,0,1-2.152,1.358,20.065,20.065,0,0,1-2.015.631c-.308.084-.612.172-.922.229-.014.093-.036.184-.056.268a4.669,4.669,0,0,1-.325.918c-.067.139-.163.268-.222.411a2.3,2.3,0,0,0,.076,1.337c.027.111.048.223.064.336.008.051.024.131-.028.164-.089.055-.208-.075-.255-.139-.162-.225-.229-.5-.453-.68a.964.964,0,0,0-.473-.184c-.094-.016-.206,0-.281-.076a2.47,2.47,0,0,1-.386-.8,5.047,5.047,0,0,1-.436-1.846l-.057-.019c-1.1-.37-2.559-1.345-2.349-2.7a2.868,2.868,0,0,1,.395-.995,3.514,3.514,0,0,1,.664-.8,4.545,4.545,0,0,1,1.856-.98' data-name='Path 269860' transform='translate(-574 -277)'/%3E%3Cpath fill='%23fc9797' d='M751.647,563.037a1.22,1.22,0,1,1-.858,1.5,1.221,1.221,0,0,1,.858-1.5' data-name='Path 269861' transform='translate(-722 -542)'/%3E%3Cpath fill='%23fc9797' d='M913.405,520.342a1.22,1.22,0,1,1-.858,1.5,1.221,1.221,0,0,1,.858-1.5' data-name='Path 269862' transform='translate(-878 -500)'/%3E%3Cpath d='M853.682,604.937a2.19,2.19,0,0,0,.652.119,1.435,1.435,0,0,0,1.28-.8.079.079,0,1,0-.146-.059,1.271,1.271,0,0,1-1.138.7,2.036,2.036,0,0,1-.6-.113.079.079,0,0,0-.043.152' data-name='Path 269863' transform='translate(-821 -581)'/%3E%3Cpath d='M850.425,532.211c0,.017.012.056.016.072a.428.428,0,0,0,.109.179,2.252,2.252,0,0,0,.183.171.089.089,0,1,1-.117.134,1.007,1.007,0,0,1-.349-.443.71.71,0,0,1-.021-.1.176.176,0,0,1,.021-.109.238.238,0,0,1,.154-.094c.016,0,.033-.008.049-.014s.031-.011.036-.031a.447.447,0,0,0-.033-.217c-.031-.1-.07-.2-.086-.274a.089.089,0,1,1,.175-.035c.018.089.069.2.1.315a.533.533,0,0,1,.019.251.207.207,0,0,1-.143.157c-.027.01-.056.016-.083.024l-.024.007-.005,0' data-name='Path 269864' transform='translate(-818 -511)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -4rem;
  z-index: -1;
}
.t-float-toolsbar .t-float-toolsbar-item.t-float-toolsbar-item--highlight .t-float-toolsbar-link .t-float-toolsbar-link-txt {
  color: #da3535;
}
.t-float-toolsbar .t-float-toolsbar-item.t-float-toolsbar-item--chatbot .t-float-toolsbar-link {
  /* background-color: #ed9a9a;
  background-image: linear-gradient(135deg, #ed9a9a, #da3535);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr="#ed9a9a", endColorStr="#da3535"); */
  /*IE 6 7 8*/
  -webkit-box-shadow: 0 2px 8px rgba(209, 3, 3, 0.48);
          box-shadow: 0 2px 8px rgba(209, 3, 3, 0.48);
  border-radius: 50%;
  padding: 0;
  right:0.125rem;
}
.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link .t-float-toolsbar-link-img img {
  width:64px;
}

.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link {
  position: relative;
  border-radius: 12px;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px rgba(23, 24, 25, 0.12);
          box-shadow: 0 2px 8px rgba(23, 24, 25, 0.12);
  display: block;
  text-align: center;
  padding: 0.6rem 0.6rem 0.4rem;
}
.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link:hover .t-float-toolsbar-link-icon {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link:hover .t-float-toolsbar-link-img {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link:hover .t-float-toolsbar-link-txt {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link .t-float-toolsbar-link-icon {
  display: block;
  margin: 0 auto;
}
.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link .t-float-toolsbar-link-icon svg,
.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link .t-float-toolsbar-link-icon img {
  width: 2rem;
  height: 2rem;
}
.t-float-toolsbar .t-float-toolsbar-item .t-float-toolsbar-link .t-float-toolsbar-link-txt {
  color: #454647;
  font-weight: 700;
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

[class*=js-go-to] {
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.66);
  color: #D10303;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 24, 25, 0.16);
          box-shadow: 0 0 20px 0 rgba(23, 24, 25, 0.16);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 100;
  right: 0.125rem;
}
@media (max-width: 768px) {
  [class*=js-go-to] {
    right: 0.6rem;
  }
}
[class*=js-go-to] i {
  font-size: 2.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[class*=js-go-to]:hover, [class*=js-go-to]:focus:hover {
  color: #870b0c;
}

.ribbon {
  position: relative;
}
.ribbon .ribbon-label {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  background-color: #D10303;
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
  color: #D10303;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(5px) translateY(-50%);
          transform: translateX(5px) translateY(-50%);
}
.ribbon .ribbon-label > .ribbon-inner {
  z-index: -1;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ribbon .ribbon-label:after {
  border-color: #3a0101;
}
.ribbon-vertical .ribbon-label {
  padding: 5px 10px;
  min-width: 36px;
  min-height: 46px;
  text-align: center;
}
.ribbon.ribbon-top .ribbon-label {
  top: 0;
  -webkit-transform: translateX(-15px) translateY(-4px);
          transform: translateX(-15px) translateY(-4px);
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.ribbon.ribbon-bottom .ribbon-label {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.ribbon.ribbon-start .ribbon-label {
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateX(-5px) translateY(-50%);
          transform: translateX(-5px) translateY(-50%);
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.ribbon.ribbon-end .ribbon-label {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.ribbon.ribbon-clip.ribbon-start .ribbon-label {
  left: -5px;
}
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
  border-width: 0 10px 10px 0;
  border-right-color: #171819 !important;
  left: 0;
}
.ribbon.ribbon-clip.ribbon-end .ribbon-label {
  right: -5px;
}
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before, .ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
  border-width: 0 0 10px 10px;
  border-left-color: #171819 !important;
  right: 0;
}

.ribbon.ribbon-triangle {
  position: absolute;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}
.ribbon.ribbon-triangle.ribbon-top-start {
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent !important;
  border-left: solid 2rem red;
  border-right: solid 2rem transparent !important;
  border-top: solid 2rem red;
}
.ribbon.ribbon-triangle.ribbon-top-end {
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent !important;
  border-left: solid 2rem transparent !important;
  border-right: solid 2rem red;
  border-top: solid 2rem red;
}
.ribbon.ribbon-triangle.ribbon-bottom-start {
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem red;
  border-left: solid 2rem red;
  border-right: solid 2rem transparent !important;
  border-top: solid 2rem transparent !important;
}
.ribbon.ribbon-triangle.ribbon-bottom-end {
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem red;
  border-right: solid 2rem red;
  border-left: solid 2rem transparent !important;
  border-top: solid 2rem transparent !important;
}

.js-x-scrollbar {
  -webkit-mask: -webkit-gradient(linear, left top, right top, color-stop(95%, #171819), to(transparent));
  -webkit-mask: linear-gradient(90deg, #171819 95%, transparent);
          mask: -webkit-gradient(linear, left top, right top, color-stop(95%, #171819), to(transparent));
          mask: linear-gradient(90deg, #171819 95%, transparent);
}

[data-scroll=x] {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow: -moz-hidden-unscrollable;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding-right: 2rem;
  -webkit-mask: -webkit-gradient(linear, left top, right top, color-stop(95%, #171819), to(transparent));
  -webkit-mask: linear-gradient(90deg, #171819 95%, transparent);
          mask: -webkit-gradient(linear, left top, right top, color-stop(95%, #171819), to(transparent));
          mask: linear-gradient(90deg, #171819 95%, transparent);
}
[data-scroll=x]::-webkit-scrollbar {
  height: 0;
}
[data-scroll=x]::-webkit-scrollbar-track {
  background-color: transparent;
}
[data-scroll=x]::-webkit-scrollbar-thumb {
  border-radius: 4px;
  visibility: hidden;
}
[data-scroll=x]:hover::-webkit-scrollbar {
  height: 8px;
}
[data-scroll=x]:hover::-webkit-scrollbar-track {
  background-color: rgba(115, 116, 117, 0);
}
[data-scroll=x]:hover::-webkit-scrollbar-thumb {
  background-color: rgba(115, 116, 117, 0.24);
  border: 2px solid #fff;
  visibility: visible;
}
[data-scroll=x]:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(115, 116, 117, 0.66);
}

[data-scroll=y] {
  scroll-behavior: smooth;
}
[data-scroll=y]::-webkit-scrollbar {
  width: 0;
}
[data-scroll=y]::-webkit-scrollbar-track {
  background-color: transparent;
}
[data-scroll=y]::-webkit-scrollbar-thumb {
  border-radius: 4px;
  visibility: hidden;
}
[data-scroll=y]:hover::-webkit-scrollbar {
  width: 8px;
}
[data-scroll=y]:hover::-webkit-scrollbar-track {
  background-color: rgba(115, 116, 117, 0);
}
[data-scroll=y]:hover::-webkit-scrollbar-thumb {
  background-color: rgba(115, 116, 117, 0.24);
  border: 2px solid #fff;
  visibility: visible;
}
[data-scroll=y]:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(115, 116, 117, 0.66);
}

.fill-primary {
  fill: #D10303 !important;
}

.fill-secondary {
  fill: #CA7B1E !important;
}

.fill-tertiary {
  fill: #4667CC !important;
}

.fill-quaternary {
  fill: #1BC5BD !important;
}

.fill-success {
  fill: #50CD89 !important;
}

.fill-danger {
  fill: #F1416C !important;
}

.fill-warning {
  fill: #FFC700 !important;
}

.fill-info {
  fill: #009EF7 !important;
}

.fill-link {
  fill: #204B91 !important;
}

.fill-blue {
  fill: #1D4E89 !important;
}

.fill-purple {
  fill: #6264CC !important;
}

.fill-pink {
  fill: #F7658B !important;
}

.fill-red {
  fill: #EB364A !important;
}

.fill-orange {
  fill: #F49538 !important;
}

.fill-yellow {
  fill: #F5DF4D !important;
}

.fill-lime {
  fill: #A3BD5A !important;
}

.fill-green {
  fill: #309143 !important;
}

.fill-teal {
  fill: #30BCAD !important;
}

.fill-cyan {
  fill: #22CCE2 !important;
}

.fill-dark {
  fill: #171819 !important;
}

.fill-grey {
  fill: #737475 !important;
}

.fill-lightgrey {
  fill: #A2A2A3 !important;
}

.fill-light {
  fill: #E3E4E5 !important;
}

.fill-lighter {
  fill: #E8E9EA !important;
}

.fill-default {
  fill: #F0F1F1 !important;
}

.fill-desert {
  fill: #EFE9E1 !important;
}

.fill-desert-light {
  fill: #F0EEE9 !important;
}

.fill-desert-dark {
  fill: #DBD5D1 !important;
}

.fill-border {
  fill: #D9DADA !important;
}

.fill-border-g {
  fill: #E7E7E8 !important;
}

.fill-border-n {
  fill: #E8E6E6 !important;
}

.fill-black {
  fill: #000 !important;
}

.fill-white {
  fill: #fff !important;
}

.fill-neutral {
  fill: #1b0c07 !important;
}

.fill-grey100 {
  fill: #E7E7E8 !important;
}

.fill-grey200 {
  fill: #D0D0D1 !important;
}

.fill-grey300 {
  fill: #B9B9BA !important;
}

.fill-grey400 {
  fill: #A2A2A3 !important;
}

.fill-grey500 {
  fill: #8B8B8C !important;
}

.fill-grey600 {
  fill: #737475 !important;
}

.fill-grey700 {
  fill: #5C5D5E !important;
}

.fill-grey800 {
  fill: #454647 !important;
}

.fill-grey900 {
  fill: #2E2F30 !important;
}

.svg-icon {
  line-height: 1;
}
.svg-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.svg-icon svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: currentColor;
}
.svg-icon svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #D10303;
}
.svg-icon.svg-icon-primary svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-secondary svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #CA7B1E;
}
.svg-icon.svg-icon-secondary svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-tertiary svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #4667CC;
}
.svg-icon.svg-icon-tertiary svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-quaternary svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1BC5BD;
}
.svg-icon.svg-icon-quaternary svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-success svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #50CD89;
}
.svg-icon.svg-icon-success svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-danger svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F1416C;
}
.svg-icon.svg-icon-danger svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-warning svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #FFC700;
}
.svg-icon.svg-icon-warning svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-info svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #009EF7;
}
.svg-icon.svg-icon-info svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-link svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #204B91;
}
.svg-icon.svg-icon-link svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-blue svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1D4E89;
}
.svg-icon.svg-icon-blue svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-purple svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #6264CC;
}
.svg-icon.svg-icon-purple svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-pink svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F7658B;
}
.svg-icon.svg-icon-pink svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-red svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #EB364A;
}
.svg-icon.svg-icon-red svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-orange svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F49538;
}
.svg-icon.svg-icon-orange svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-yellow svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F5DF4D;
}
.svg-icon.svg-icon-yellow svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-lime svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #A3BD5A;
}
.svg-icon.svg-icon-lime svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-green svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #309143;
}
.svg-icon.svg-icon-green svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-teal svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #30BCAD;
}
.svg-icon.svg-icon-teal svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-cyan svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #22CCE2;
}
.svg-icon.svg-icon-cyan svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-dark svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #171819;
}
.svg-icon.svg-icon-dark svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-grey svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #737475;
}
.svg-icon.svg-icon-grey svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-lightgrey svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #A2A2A3;
}
.svg-icon.svg-icon-lightgrey svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-light svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E3E4E5;
}
.svg-icon.svg-icon-light svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-lighter svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E8E9EA;
}
.svg-icon.svg-icon-lighter svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-default svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F0F1F1;
}
.svg-icon.svg-icon-default svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-desert svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #EFE9E1;
}
.svg-icon.svg-icon-desert svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-desert-light svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #F0EEE9;
}
.svg-icon.svg-icon-desert-light svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-desert-dark svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #DBD5D1;
}
.svg-icon.svg-icon-desert-dark svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-border svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #D9DADA;
}
.svg-icon.svg-icon-border svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-border-g svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E7E7E8;
}
.svg-icon.svg-icon-border-g svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-border-n svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #E8E6E6;
}
.svg-icon.svg-icon-border-n svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-black svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #000;
}
.svg-icon.svg-icon-black svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-white svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
.svg-icon.svg-icon-white svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-neutral svg [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1b0c07;
}
.svg-icon.svg-icon-neutral svg:hover [fill]:not(.permanent):not(g) {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.svg-icon.svg-icon-1 svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.svg-icon.svg-icon-2 svg {
  height: 2.25rem !important;
  width: 2.25rem !important;
}
.svg-icon.svg-icon-3 svg {
  height: 2rem !important;
  width: 2rem !important;
}
.svg-icon.svg-icon-4 svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
}
.svg-icon.svg-icon-5 svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.svg-icon.svg-icon-6 svg {
  height: 1.125rem !important;
  width: 1.125rem !important;
}
.svg-icon.svg-icon-7 svg {
  height: 0.95rem !important;
  width: 0.95rem !important;
}
.svg-icon.svg-icon-8 svg {
  height: 0.85rem !important;
  width: 0.85rem !important;
}
.svg-icon.svg-icon-9 svg {
  height: 0.75rem !important;
  width: 0.75rem !important;
}
.svg-icon.svg-icon-10 svg {
  height: 0.5rem !important;
  width: 0.5rem !important;
}
.svg-icon.svg-icon-base svg {
  height: 1rem !important;
  width: 1rem !important;
}
.svg-icon.svg-icon-fluid svg {
  height: 100% !important;
  width: 100% !important;
}
.svg-icon.svg-icon-2x svg {
  height: 2rem !important;
  width: 2rem !important;
}
.svg-icon.svg-icon-2qx svg {
  height: 2.25rem !important;
  width: 2.25rem !important;
}
.svg-icon.svg-icon-2hx svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.svg-icon.svg-icon-2tx svg {
  height: 2.75rem !important;
  width: 2.75rem !important;
}
.svg-icon.svg-icon-3x svg {
  height: 3rem !important;
  width: 3rem !important;
}
.svg-icon.svg-icon-3qx svg {
  height: 3.25rem !important;
  width: 3.25rem !important;
}
.svg-icon.svg-icon-3hx svg {
  height: 3.5rem !important;
  width: 3.5rem !important;
}
.svg-icon.svg-icon-3tx svg {
  height: 3.75rem !important;
  width: 3.75rem !important;
}
.svg-icon.svg-icon-4x svg {
  height: 4rem !important;
  width: 4rem !important;
}
.svg-icon.svg-icon-4qx svg {
  height: 4.25rem !important;
  width: 4.25rem !important;
}
.svg-icon.svg-icon-4hx svg {
  height: 4.5rem !important;
  width: 4.5rem !important;
}
.svg-icon.svg-icon-4tx svg {
  height: 4.75rem !important;
  width: 4.75rem !important;
}
.svg-icon.svg-icon-5x svg {
  height: 5rem !important;
  width: 5rem !important;
}
.svg-icon.svg-icon-5qx svg {
  height: 5.25rem !important;
  width: 5.25rem !important;
}
.svg-icon.svg-icon-5hx svg {
  height: 5.5rem !important;
  width: 5.5rem !important;
}
.svg-icon.svg-icon-5tx svg {
  height: 5.75rem !important;
  width: 5.75rem !important;
}
@media (min-width: 576px) {
  .svg-icon.svg-icon-sm-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-sm-2 svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-sm-3 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-sm-4 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-sm-5 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-sm-6 svg {
    height: 1.125rem !important;
    width: 1.125rem !important;
  }
  .svg-icon.svg-icon-sm-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-sm-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-sm-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-sm-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-sm-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-sm-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-sm-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-sm-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-sm-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-sm-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-sm-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-sm-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-sm-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-sm-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-sm-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-sm-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-sm-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-sm-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-sm-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-sm-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-sm-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-sm-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}
@media (min-width: 768px) {
  .svg-icon.svg-icon-md-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-md-2 svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-md-3 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-md-4 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-md-5 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-md-6 svg {
    height: 1.125rem !important;
    width: 1.125rem !important;
  }
  .svg-icon.svg-icon-md-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-md-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-md-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-md-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-md-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-md-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-md-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-md-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-md-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-md-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-md-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-md-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-md-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-md-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-md-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-md-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-md-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-md-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-md-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-md-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-md-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-md-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}
@media (min-width: 992px) {
  .svg-icon.svg-icon-lg-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-lg-2 svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-lg-3 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-lg-4 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-lg-5 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-lg-6 svg {
    height: 1.125rem !important;
    width: 1.125rem !important;
  }
  .svg-icon.svg-icon-lg-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-lg-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-lg-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-lg-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-lg-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-lg-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-lg-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-lg-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-lg-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-lg-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-lg-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-lg-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-lg-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-lg-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-lg-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-lg-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-lg-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-lg-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-lg-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-lg-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-lg-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-lg-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}
@media (min-width: 1200px) {
  .svg-icon.svg-icon-xl-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-xl-2 svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-xl-3 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-xl-4 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-xl-5 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-xl-6 svg {
    height: 1.125rem !important;
    width: 1.125rem !important;
  }
  .svg-icon.svg-icon-xl-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-xl-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-xl-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-xl-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-xl-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-xl-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-xl-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-xl-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-xl-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-xl-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-xl-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-xl-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-xl-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-xl-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-xl-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-xl-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-xl-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-xl-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-xl-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-xl-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-xl-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-xl-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}
@media (min-width: 1400px) {
  .svg-icon.svg-icon-xxl-1 svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-xxl-2 svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-xxl-3 svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-xxl-4 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
  }
  .svg-icon.svg-icon-xxl-5 svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
  .svg-icon.svg-icon-xxl-6 svg {
    height: 1.125rem !important;
    width: 1.125rem !important;
  }
  .svg-icon.svg-icon-xxl-7 svg {
    height: 0.95rem !important;
    width: 0.95rem !important;
  }
  .svg-icon.svg-icon-xxl-8 svg {
    height: 0.85rem !important;
    width: 0.85rem !important;
  }
  .svg-icon.svg-icon-xxl-9 svg {
    height: 0.75rem !important;
    width: 0.75rem !important;
  }
  .svg-icon.svg-icon-xxl-10 svg {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .svg-icon.svg-icon-xxl-base svg {
    height: 1rem !important;
    width: 1rem !important;
  }
  .svg-icon.svg-icon-xxl-fluid svg {
    height: 100% !important;
    width: 100% !important;
  }
  .svg-icon.svg-icon-xxl-2x svg {
    height: 2rem !important;
    width: 2rem !important;
  }
  .svg-icon.svg-icon-xxl-2qx svg {
    height: 2.25rem !important;
    width: 2.25rem !important;
  }
  .svg-icon.svg-icon-xxl-2hx svg {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .svg-icon.svg-icon-xxl-2tx svg {
    height: 2.75rem !important;
    width: 2.75rem !important;
  }
  .svg-icon.svg-icon-xxl-3x svg {
    height: 3rem !important;
    width: 3rem !important;
  }
  .svg-icon.svg-icon-xxl-3qx svg {
    height: 3.25rem !important;
    width: 3.25rem !important;
  }
  .svg-icon.svg-icon-xxl-3hx svg {
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
  .svg-icon.svg-icon-xxl-3tx svg {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  .svg-icon.svg-icon-xxl-4x svg {
    height: 4rem !important;
    width: 4rem !important;
  }
  .svg-icon.svg-icon-xxl-4qx svg {
    height: 4.25rem !important;
    width: 4.25rem !important;
  }
  .svg-icon.svg-icon-xxl-4hx svg {
    height: 4.5rem !important;
    width: 4.5rem !important;
  }
  .svg-icon.svg-icon-xxl-4tx svg {
    height: 4.75rem !important;
    width: 4.75rem !important;
  }
  .svg-icon.svg-icon-xxl-5x svg {
    height: 5rem !important;
    width: 5rem !important;
  }
  .svg-icon.svg-icon-xxl-5qx svg {
    height: 5.25rem !important;
    width: 5.25rem !important;
  }
  .svg-icon.svg-icon-xxl-5hx svg {
    height: 5.5rem !important;
    width: 5.5rem !important;
  }
  .svg-icon.svg-icon-xxl-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
  }
}

.svg-bg-icon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23737475'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.svg-bg-icon-arrow-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 8' fill='%23737475'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.42111 2.06463C4.22088 1.96161 3.9637 1.9809 3.78597 2.12863L0.177181 5.12847C-0.046034 5.31402 -0.0602611 5.63049 0.145404 5.83532C0.351069 6.04015 0.698744 6.05578 0.921959 5.87023L4.14137 3.19406L7.06417 5.84414C7.27904 6.03896 7.62686 6.03835 7.84105 5.84278C8.05524 5.64721 8.05469 5.33073 7.83982 5.13591L4.54449 2.14806C4.50704 2.1141 4.46541 2.08629 4.42111 2.06463Z'/%3e%3c/svg%3e");
}

.svg-bg-icon-arrow-bottom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 8' fill='%23737475'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.42111 5.93537C4.22088 6.03839 3.9637 6.0191 3.78597 5.87137L0.177181 2.87153C-0.046034 2.68598 -0.060261 2.36951 0.145404 2.16468C0.351069 1.95985 0.698744 1.94422 0.921959 2.12977L4.14137 4.80594L7.06417 2.15586C7.27904 1.96104 7.62686 1.96165 7.84105 2.15722C8.05524 2.35279 8.05469 2.66927 7.83982 2.86409L4.54449 5.85194C4.50704 5.8859 4.46541 5.91371 4.42111 5.93537Z'/%3e%3c/svg%3e");
}

.svg-bg-icon-arrow-start {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23737475'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.06463 4.42111C1.96161 4.22088 1.9809 3.9637 2.12863 3.78597L5.12847 0.177181C5.31402 -0.046034 5.63049 -0.060261 5.83532 0.145404C6.04015 0.351069 6.05578 0.698744 5.87023 0.921959L3.19406 4.14137L5.84414 7.06417C6.03896 7.27904 6.03835 7.62686 5.84278 7.84105C5.64721 8.05524 5.33073 8.05469 5.13591 7.83982L2.14806 4.54449C2.1141 4.50704 2.08629 4.46541 2.06463 4.42111Z'/%3e%3c/svg%3e");
}

.svg-bg-icon-arrow-end {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23737475'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.svg-bg-icon-blob {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23737475' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-home {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23737475' %3E%3Cpath d='M18.05,4.818,12.29.788A4.853,4.853,0,0,0,6.8.918L1.79,4.828A5.153,5.153,0,0,0,0,8.468v6.9A4.631,4.631,0,0,0,4.62,20H15.4a4.622,4.622,0,0,0,4.62-4.62V8.6A5.1,5.1,0,0,0,18.05,4.818Z' opacity='.52' transform='translate%282 2%29'/%3E%3Cpath d='M.75,4.5A.755.755,0,0,1,0,3.75v-3A.755.755,0,0,1,.75,0,.755.755,0,0,1,1.5.75v3A.755.755,0,0,1,.75,4.5Z'  transform='translate%2811 14%29'/%3E%3C/g%3E%3C/svg%3E");
}

.svg-bg-icon-blob-primary {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23D10303' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-secondary {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23CA7B1E' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-tertiary {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%234667CC' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-quaternary {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%231BC5BD' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-success {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%2350CD89' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-danger {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23F1416C' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-warning {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23FFC700' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-info {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23009EF7' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-link {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23204B91' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-blue {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%231D4E89' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-purple {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%236264CC' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-pink {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23F7658B' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-red {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23EB364A' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-orange {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23F49538' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-yellow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23F5DF4D' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-lime {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23A3BD5A' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-green {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23309143' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-teal {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%2330BCAD' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-cyan {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%2322CCE2' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-dark {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23171819' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-grey {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23737475' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-lightgrey {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23A2A2A3' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-light {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23E3E4E5' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-lighter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23E8E9EA' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-default {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23F0F1F1' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-desert {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23EFE9E1' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-desert-light {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23F0EEE9' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-desert-dark {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23DBD5D1' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-border {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23D9DADA' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-border-g {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23E7E7E8' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-border-n {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23E8E6E6' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-black {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23000' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-white {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23fff' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%231b0c07' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray100 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23E7E7E8' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray200 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23D0D0D1' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray300 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23B9B9BA' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray400 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23A2A2A3' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray500 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%238B8B8C' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray600 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23737475' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray700 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%235C5D5E' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray800 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23454647' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-gray900 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%232E2F30' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral100 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23E8E6E6' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral200 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23D1CECD' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral300 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23BAB6B4' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral400 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23A39D9B' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral500 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%238D8583' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral600 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23766D6A' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral700 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%235F5451' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral800 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%23483C38' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.svg-bg-icon-blob-neutral900 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22' fill='%2331241F' %3E%3Cpath d='M-52.147-78.087c2.042,2.682,3.172,5.963,2.328,8.454s-3.649,4.167-6.644,5.678-6.14,2.818-8.413,1.878-3.689-4.111-4.316-7.337-.49-6.494,1.158-9.094a9.565,9.565,0,0,1,7.855-4.412C-57.129-82.839-54.175-80.755-52.147-78.087Z' transform='translate%2869.538 82.92%29' stroke-width='1' stroke='%23F0F0F3'%3E%3C/path%3E%3C/svg%3E");
}

.table--ver1 {
  background-color: #fff;
}
.table--ver1 thead {
  background-color: #A2A2A3;
  border-bottom: 2px solid #8B8B8C;
}
.table--ver1 th {
  font-weight: 700;
  padding: 0.75rem;
}
.table--ver1 tr:not(:last-child) {
  border-bottom: 1px dotted #8B8B8C;
}
.table--ver1 tr:last-child {
  border-bottom: 1px solid #8B8B8C;
}
.table--ver1 td {
  padding: 0.75rem;
}

.table--ver2 {
  background-color: #fff;
}
.table--ver2 thead {
  background-color: #D0D0D1;
  border-bottom: 2px solid #B9B9BA;
}
.table--ver2 tbody tr:nth-of-type(even) {
  background-color: #D0D0D1;
}
.table--ver2 th {
  border: 1px solid #B9B9BA;
  padding: 0.75rem;
}
.table--ver2 td {
  border: 1px solid #B9B9BA;
  padding: 0.75rem;
}

.table--ver3 {
  background-color: #fff;
}
.table--ver3 thead {
  border-bottom: 2px solid #D9DADA;
  border-top: 2px solid #D9DADA;
}
.table--ver3 th {
  border-top: 1px solid #D9DADA;
  border-bottom: 1px solid #D9DADA;
  padding: 0.75rem;
}
.table--ver3 td {
  border-top: 1px solid #D9DADA;
  border-bottom: 1px solid #D9DADA;
  padding: 0.75rem;
}

.table--dark {
  background-color: #454647;
  color: #fff;
}
.table--dark thead {
  border-bottom: 2px solid #5C5D5E;
  border-top: 2px solid #5C5D5E;
}
.table--dark th {
  border-top: 1px solid #5C5D5E;
  border-bottom: 1px solid #5C5D5E;
  padding: 0.75rem;
}
.table--dark td {
  border-top: 1px solid #5C5D5E;
  border-bottom: 1px solid #5C5D5E;
  padding: 0.75rem;
}

.nav {
  margin-bottom: 0.5rem;
  padding-left: 0;
  list-style: none;
}
.ie .nav {
  *zoom: 1;
}
.nav:before, .nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
  overflow: hidden;
}
.nav .nav-item {
  position: relative;
}
.nav .nav-item [data-toggle=tab] {
  position: relative;
  display: block;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.625rem 1rem;
  -webkit-transition: all 0.25s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition: all 0.25s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}
.nav .nav-item [data-toggle=tab] font {
  font-size: inherit;
}
.nav .nav-item [data-toggle=tab] i {
  color: #8B8B8C;
  font-size: 1.125rem;
}
.nav .nav-item [data-toggle=tab] i + font {
  margin-left: 0.375rem;
}
.nav .nav-item [data-toggle=tab] > font,
.nav .nav-item [data-toggle=tab] > i {
  display: inline-block;
  vertical-align: middle;
}
.nav .nav-item [data-toggle=tab] .badge {
  margin-left: 0.375rem;
}
.nav .nav-item [data-toggle=tab].active {
  font-family: "itc-avant-garde-gothic-pro", "San Francisco", "PingFang TC", "segoe ui", "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "Roboto", "Noto Sans", "WenQuanYi Micro Hei", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "segoe ui symbol";
  font-weight: 500;
}
.nav .nav-item [data-toggle=tab].active i {
  color: #009EF7;
}
.nav .nav-item [data-toggle=tab]:hover, .nav .nav-item [data-toggle=tab]:focus {
  text-decoration: none;
  background-color: #A2A2A3;
}
.nav .nav-item [data-toggle=tab].disabled {
  color: #A2A2A3;
}
.nav .nav-item [data-toggle=tab].disabled:hover, .nav .nav-item [data-toggle=tab].disabled:focus {
  color: #A2A2A3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .nav-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #D0D0D1;
}
.nav .nav-item [data-toggle=tab] img {
  max-width: none;
}

.nav-grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
  padding-left: 2rem;
  padding-right: 2rem;
}
.nav-grab.nav-tabs > li > [data-toggle=tab] {
  cursor: -webkit-grab;
  cursor: grab;
}
.nav-grab.nav-tabs > li.active [data-toggle=tab] {
  cursor: -webkit-grab;
  cursor: grab;
}

.nav-tabs {
  margin-bottom: 0.75rem;
  white-space: nowrap;
  width: 100%;
}
.nav-tabs .nav-item {
  display: inline-block;
  vertical-align: bottom;
  margin-right: -1.5rem;
  padding: 0 1rem;
}
.nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.nav-tabs .nav-item:first-child [data-toggle=tab]:before {
  display: none;
}
.nav-tabs .nav-item:last-child {
  padding-right: 1rem;
}
.nav-tabs .nav-item:last-child [data-toggle=tab]:after {
  right: -1.125rem;
}
.nav-tabs .nav-item [data-toggle=tab] {
  background-color: #F0F1F1;
  border: 0 solid transparent;
  border-radius: 10px 10px 0 0;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
  margin-right: 0.125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}
.nav-tabs .nav-item [data-toggle=tab]:before, .nav-tabs .nav-item [data-toggle=tab]:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: #F0F1F1;
  -webkit-transition: none;
  transition: none;
}
.nav-tabs .nav-item [data-toggle=tab]:before {
  left: -1.25rem;
  background: radial-gradient(circle at 0 0, transparent 1.25rem, #F0F1F1 1.375rem);
}
.nav-tabs .nav-item [data-toggle=tab]:after {
  right: -1.25rem;
  background: radial-gradient(circle at 100% 0, transparent 1.25rem, #F0F1F1 1.375rem);
}
.nav-tabs .nav-item [data-toggle=tab]:hover {
  background: #e3e5e5;
}
.nav-tabs .nav-item [data-toggle=tab]:hover:before, .nav-tabs .nav-item [data-toggle=tab]:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: #e3e5e5;
}
.nav-tabs .nav-item [data-toggle=tab]:hover:before {
  background: radial-gradient(circle at 0 0, transparent 1.25rem, #e3e5e5 1.375rem);
}
.nav-tabs .nav-item [data-toggle=tab]:hover:after {
  background: radial-gradient(circle at 100% 0, transparent 1.25rem, #e3e5e5 1.375rem);
}
.nav-tabs .nav-item [data-toggle=tab].active {
  z-index: 1;
}
.nav-tabs .nav-item [data-toggle=tab].active, .nav-tabs .nav-item [data-toggle=tab].active:hover, .nav-tabs .nav-item [data-toggle=tab].active:focus {
  color: #fff;
  background-color: #d10303;
  border-bottom-color: transparent;
}
.nav-tabs .nav-item [data-toggle=tab].active:before, .nav-tabs .nav-item [data-toggle=tab].active:hover:before, .nav-tabs .nav-item [data-toggle=tab].active:focus:before {
  background: radial-gradient(circle at 0 0, transparent 1.25rem, #d10303 1.375rem);
}
.nav-tabs .nav-item [data-toggle=tab].active:after, .nav-tabs .nav-item [data-toggle=tab].active:hover:after, .nav-tabs .nav-item [data-toggle=tab].active:focus:after {
  background: radial-gradient(circle at 100% 0, transparent 1.25rem, #d10303 1.375rem);
}
.nav-segment {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #E7E7E8;
  border-radius: 6px;
  font-size: 0;
  padding: 0.375rem 0.375rem;
}
.nav-segment[data-scroll=x] {
  width: auto;
}
.nav-segment[data-scroll=x] .nav-item {
  white-space: initial;
}
.nav-segment .nav-item {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.nav-segment .nav-item:not(:last-child) {
  margin-right: 0.25rem;
}
.nav-segment .nav-item [data-toggle=tab] {
  border-radius: 6px;
  color: #737475;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-segment .nav-item [data-toggle=tab]:hover {
  background-color: rgba(255, 255, 255, 0.36);
  color: #870b0c;
}
.nav-segment .nav-item [data-toggle=tab].active {
  color: #171819;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(92, 93, 94, 0.24);
          box-shadow: 0 0.1875rem 0.375rem 0 rgba(92, 93, 94, 0.24);
}
.nav-segment .nav-item [data-toggle=tab].active .badge {
  border: 1px solid rgba(255, 255, 255, 0.48);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(23, 24, 25, 0.025);
          box-shadow: 0 0.125rem 0.25rem rgba(23, 24, 25, 0.025);
}

.nav-pills {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  font-size: 0;
}
.nav-pills .nav-item {
  display: inline-block;
  vertical-align: middle;
}
.nav-pills .nav-item:not(:last-child) {
  margin-right: 0.5rem;
}
.nav-pills .nav-item [data-toggle=tab] {
  background-color: #F0F1F1;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-pills .nav-item [data-toggle=tab]:hover {
  background-color: white;
  color: #870b0c;
}
.nav-pills .nav-item [data-toggle=tab].active {
  color: #fff;
}
.nav-pills .nav-item [data-toggle=tab].active, .nav-pills .nav-item [data-toggle=tab].active:hover, .nav-pills .nav-item [data-toggle=tab].active:focus {
  color: #fff;
  background-color: #D10303;
}
.nav-pills .nav-item [data-toggle=tab]:not(.active):hover {
  color: #870b0c;
  background-color: #dbdddd;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  margin: 0;
  width: 100%;
  white-space: initial;
}
.nav-justified > li:nth-last-child(2):first-child, .nav-justified > li:nth-last-child(2):first-child ~ li {
  width: calc(50% - .125rem);
}
@media (max-width: 768px) {
  .nav-justified > li:nth-last-child(2):first-child, .nav-justified > li:nth-last-child(2):first-child ~ li {
    margin: 0;
    width: 100%;
  }
}
.nav-justified > li:nth-last-child(3):first-child, .nav-justified > li:nth-last-child(3):first-child ~ li {
  width: calc(33.3333333% - 0.1666666rem);
}
@media (max-width: 768px) {
  .nav-justified > li:nth-last-child(3):first-child, .nav-justified > li:nth-last-child(3):first-child ~ li {
    margin: 0;
    width: 100%;
  }
}
.nav-justified > li:nth-last-child(4):first-child, .nav-justified > li:nth-last-child(4):first-child ~ li {
  width: calc(25% - 0.1875rem);
}
@media (max-width: 768px) {
  .nav-justified > li:nth-last-child(4):first-child, .nav-justified > li:nth-last-child(4):first-child ~ li {
    margin: 0;
    width: 100%;
  }
}
.nav-justified > li:nth-last-child(5):first-child, .nav-justified > li:nth-last-child(5):first-child ~ li {
  width: calc(20% - 0.25rem);
}
@media (max-width: 768px) {
  .nav-justified > li:nth-last-child(5):first-child, .nav-justified > li:nth-last-child(5):first-child ~ li {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav-justified > li :not(:last-child) > a {
    margin-bottom: 0.75rem;
  }
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 0 solid #D9DADA;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 0 solid #D9DADA;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #D10303;
  }
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-content:not(.tab-fade):not(.tab-sliding) > .tab-pane {
  display: none;
}
.tab-content:not(.tab-fade):not(.tab-sliding) > .active {
  display: block;
}
.tab-content > .active {
  padding: 1rem 0;
}
.tab-content.tab-fade .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.tab-content.tab-fade .active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.tab-content.tab-sliding {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.tab-content.tab-sliding .tab-pane {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-transform: none;
          transform: none;
  visibility: hidden;
  max-height: 0;
  transition: margin-left, margin-right, transform, max-height, visibility, -webkit-transform;
  -webkit-transition-duration: 350ms, 350ms, 350ms, 350ms, 0s;
          transition-duration: 350ms, 350ms, 350ms, 350ms, 0s;
  -webkit-transition-delay: 0s, 0s, 0s, 0s, 340ms;
          transition-delay: 0s, 0s, 0s, 0s, 340ms;
}
.tab-content.tab-sliding .tab-pane:not(.active) {
  pointer-events: none;
}
.tab-content.tab-sliding .tab-pane {
  margin-left: -100%;
}
.tab-content.tab-sliding .tab-pane.active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: visible;
  max-height: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.tab-content.tab-sliding .tab-pane.active ~ .tab-pane {
  margin-left: 100%;
  margin-right: -200%;
}

.text-primary {
  color: #D10303 !important;
}

.text-secondary {
  /*color: #CA7B1E !important;*/
  color: #B2621C !important;
}

.text-tertiary {
  color: #4667CC !important;
}

.text-quaternary {
  color: #1BC5BD !important;
}

.text-success {
  color: #50CD89 !important;
}

.text-danger {
  color: #F1416C !important;
}

.text-warning {
  color: #FFC700 !important;
}

.text-info {
  color: #009EF7 !important;
}

.text-link {
  color: #204B91 !important;
}

.text-blue {
  color: #1D4E89 !important;
}

.text-purple {
  color: #6264CC !important;
}

.text-pink {
  color: #F7658B !important;
}

.text-red {
  color: #EB364A !important;
}

.text-orange {
  color: #F49538 !important;
}

.text-yellow {
  color: #F5DF4D !important;
}

.text-lime {
  color: #A3BD5A !important;
}

.text-green {
  color: #309143 !important;
}

.text-teal {
  color: #30BCAD !important;
}

.text-cyan {
  color: #22CCE2 !important;
}

.text-dark {
  color: #171819 !important;
}

.text-grey {
  color: #737475 !important;
}

.text-lightgrey {
  color: rgb(118, 118, 119) !important;
}

.text-light {
  color: #E3E4E5 !important;
}

.text-lighter {
  color: #E8E9EA !important;
}

.text-default {
  color: #F0F1F1 !important;
}

.text-desert {
  color: #EFE9E1 !important;
}

.text-desert-light {
  color: #F0EEE9 !important;
}

.text-desert-dark {
  color: #DBD5D1 !important;
}

.text-border {
  color: #D9DADA !important;
}

.text-border-g {
  color: #E7E7E8 !important;
}

.text-border-n {
  color: #E8E6E6 !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-neutral {
  color: #1b0c07 !important;
}

.link-primary {
  color: #D10303;
}
.link-primary:hover {
  color: #fc3e3e !important;
}

.link-secondary {
  color: #CA7B1E;
}
.link-secondary:hover {
  color: #e8ac66 !important;
}

.link-tertiary {
  color: #4667CC;
}
.link-tertiary:hover {
  color: #96a9e2 !important;
}

.link-quaternary {
  color: #1BC5BD;
}
.link-quaternary:hover {
  color: #5de9e2 !important;
}

.link-success {
  color: #50CD89;
}
.link-success:hover {
  color: #9fe4be !important;
}

.link-danger {
  color: #F1416C;
}
.link-danger:hover {
  color: #f8a0b6 !important;
}

.link-warning {
  color: #FFC700;
}
.link-warning:hover {
  color: #ffdd66 !important;
}

.link-info {
  color: #009EF7;
}
.link-info:hover {
  color: #5ec5ff !important;
}

.link-link {
  color: #204B91;
}
.link-link:hover {
  color: #427ad5 !important;
}

.link-blue {
  color: #1D4E89;
}
.link-blue:hover {
  color: #377fd5 !important;
}

.link-purple {
  color: #6264CC;
}
.link-purple:hover {
  color: #afb0e5 !important;
}

.link-pink {
  color: #F7658B;
}
.link-pink:hover {
  color: #fcc6d4 !important;
}

.link-red {
  color: #EB364A;
}
.link-red:hover {
  color: #f4939e !important;
}

.link-orange {
  color: #F49538;
}
.link-orange:hover {
  color: #f9c899 !important;
}

.link-yellow {
  color: #F5DF4D;
}
.link-yellow:hover {
  color: #faf0ae !important;
}

.link-lime {
  color: #A3BD5A;
}
.link-lime:hover {
  color: #ccdaa3 !important;
}

.link-green {
  color: #309143;
}
.link-green:hover {
  color: #5dca73 !important;
}

.link-teal {
  color: #30BCAD;
}
.link-teal:hover {
  color: #76dcd1 !important;
}

.link-cyan {
  color: #22CCE2;
}
.link-cyan:hover {
  color: #7ce1ee !important;
}

.link-dark {
  color: #171819;
}
.link-dark:hover {
  color: #484b4e !important;
}

.link-grey {
  color: #737475;
}
.link-grey:hover {
  color: #a6a7a8 !important;
}

.link-lightgrey {
  color: #A2A2A3;
}
.link-lightgrey:hover {
  color: #d5d5d6 !important;
}

.link-light {
  color: #E3E4E5;
}
.link-light:hover {
  color: white !important;
}

.link-lighter {
  color: #E8E9EA;
}
.link-lighter:hover {
  color: white !important;
}

.link-default {
  color: #F0F1F1;
}
.link-default:hover {
  color: white !important;
}

.link-desert {
  color: #EFE9E1;
}
.link-desert:hover {
  color: white !important;
}

.link-desert-light {
  color: #F0EEE9;
}
.link-desert-light:hover {
  color: white !important;
}

.link-desert-dark {
  color: #DBD5D1;
}
.link-desert-dark:hover {
  color: white !important;
}

.link-border {
  color: #D9DADA;
}
.link-border:hover {
  color: white !important;
}

.link-border-g {
  color: #E7E7E8;
}
.link-border-g:hover {
  color: white !important;
}

.link-border-n {
  color: #E8E6E6;
}
.link-border-n:hover {
  color: white !important;
}

.link-black {
  color: #000;
}
.link-black:hover {
  color: #333333 !important;
}

.link-white {
  color: #fff;
}
.link-white:hover {
  color: white !important;
}

.link-neutral {
  color: #1b0c07;
}
.link-neutral:hover {
  color: #6c301c !important;
}

.text-bg-before-border-primary {
  position: relative;
}
.text-bg-before-border-primary:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #e50303;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-primary {
  color: #D10303;
}
a.text-bg-before-border-primary:hover, a.text-bg-before-border-primary:focus {
  color: #9f0202;
}
a.text-bg-before-border-primary:hover:before, a.text-bg-before-border-primary:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-secondary {
  position: relative;
}
.text-bg-before-border-secondary:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #dc8621;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-secondary {
  color: #CA7B1E;
}
a.text-bg-before-border-secondary:hover, a.text-bg-before-border-secondary:focus {
  color: #9e6017;
}
a.text-bg-before-border-secondary:hover:before, a.text-bg-before-border-secondary:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-tertiary {
  position: relative;
}
.text-bg-before-border-tertiary:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #5674d0;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-tertiary {
  color: #4667CC;
}
a.text-bg-before-border-tertiary:hover, a.text-bg-before-border-tertiary:focus {
  color: #304faf;
}
a.text-bg-before-border-tertiary:hover:before, a.text-bg-before-border-tertiary:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-quaternary {
  position: relative;
}
.text-bg-before-border-quaternary:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #1dd7ce;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-quaternary {
  color: #1BC5BD;
}
a.text-bg-before-border-quaternary:hover, a.text-bg-before-border-quaternary:focus {
  color: #159892;
}
a.text-bg-before-border-quaternary:hover:before, a.text-bg-before-border-quaternary:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-success {
  position: relative;
}
.text-bg-before-border-success:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #60d294;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-success {
  color: #50CD89;
}
a.text-bg-before-border-success:hover, a.text-bg-before-border-success:focus {
  color: #34b66f;
}
a.text-bg-before-border-success:hover:before, a.text-bg-before-border-success:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-danger {
  position: relative;
}
.text-bg-before-border-danger:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f2547b;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-danger {
  color: #F1416C;
}
a.text-bg-before-border-danger:hover, a.text-bg-before-border-danger:focus {
  color: #ee1247;
}
a.text-bg-before-border-danger:hover:before, a.text-bg-before-border-danger:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-warning {
  position: relative;
}
.text-bg-before-border-warning:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #ffcb14;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-warning {
  color: #FFC700;
}
a.text-bg-before-border-warning:hover, a.text-bg-before-border-warning:focus {
  color: #cc9f00;
}
a.text-bg-before-border-warning:hover:before, a.text-bg-before-border-warning:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-info {
  position: relative;
}
.text-bg-before-border-info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #0ca8ff;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-info {
  color: #009EF7;
}
a.text-bg-before-border-info:hover, a.text-bg-before-border-info:focus {
  color: #007dc4;
}
a.text-bg-before-border-info:hover:before, a.text-bg-before-border-info:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-link {
  position: relative;
}
.text-bg-before-border-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #2454a2;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-link {
  color: #204B91;
}
a.text-bg-before-border-link:hover, a.text-bg-before-border-link:focus {
  color: #173567;
}
a.text-bg-before-border-link:hover:before, a.text-bg-before-border-link:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-blue {
  position: relative;
}
.text-bg-before-border-blue:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #21589a;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-blue {
  color: #1D4E89;
}
a.text-bg-before-border-blue:hover, a.text-bg-before-border-blue:focus {
  color: #14365f;
}
a.text-bg-before-border-blue:hover:before, a.text-bg-before-border-blue:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-purple {
  position: relative;
}
.text-bg-before-border-purple:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #7173d1;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-purple {
  color: #6264CC;
}
a.text-bg-before-border-purple:hover, a.text-bg-before-border-purple:focus {
  color: #3e40bd;
}
a.text-bg-before-border-purple:hover:before, a.text-bg-before-border-purple:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-pink {
  position: relative;
}
.text-bg-before-border-pink:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f8789a;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-pink {
  color: #F7658B;
}
a.text-bg-before-border-pink:hover, a.text-bg-before-border-pink:focus {
  color: #f43566;
}
a.text-bg-before-border-pink:hover:before, a.text-bg-before-border-pink:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-red {
  position: relative;
}
.text-bg-before-border-red:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #ed495b;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-red {
  color: #EB364A;
}
a.text-bg-before-border-red:hover, a.text-bg-before-border-red:focus {
  color: #d8162b;
}
a.text-bg-before-border-red:hover:before, a.text-bg-before-border-red:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-orange {
  position: relative;
}
.text-bg-before-border-orange:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f59f4b;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-orange {
  color: #F49538;
}
a.text-bg-before-border-orange:hover, a.text-bg-before-border-orange:focus {
  color: #ec7b0d;
}
a.text-bg-before-border-orange:hover:before, a.text-bg-before-border-orange:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-yellow {
  position: relative;
}
.text-bg-before-border-yellow:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f6e260;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-yellow {
  color: #F5DF4D;
}
a.text-bg-before-border-yellow:hover, a.text-bg-before-border-yellow:focus {
  color: #f2d61d;
}
a.text-bg-before-border-yellow:hover:before, a.text-bg-before-border-yellow:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-lime {
  position: relative;
}
.text-bg-before-border-lime:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #abc369;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-lime {
  color: #A3BD5A;
}
a.text-bg-before-border-lime:hover, a.text-bg-before-border-lime:focus {
  color: #89a341;
}
a.text-bg-before-border-lime:hover:before, a.text-bg-before-border-lime:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-green {
  position: relative;
}
.text-bg-before-border-green:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #35a04a;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-green {
  color: #309143;
}
a.text-bg-before-border-green:hover, a.text-bg-before-border-green:focus {
  color: #236b31;
}
a.text-bg-before-border-green:hover:before, a.text-bg-before-border-green:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-teal {
  position: relative;
}
.text-bg-before-border-teal:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #35cbbb;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-teal {
  color: #30BCAD;
}
a.text-bg-before-border-teal:hover, a.text-bg-before-border-teal:focus {
  color: #269388;
}
a.text-bg-before-border-teal:hover:before, a.text-bg-before-border-teal:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-cyan {
  position: relative;
}
.text-bg-before-border-cyan:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #34d0e4;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-cyan {
  color: #22CCE2;
}
a.text-bg-before-border-cyan:hover, a.text-bg-before-border-cyan:focus {
  color: #18a6b9;
}
a.text-bg-before-border-cyan:hover:before, a.text-bg-before-border-cyan:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-dark {
  position: relative;
}
.text-bg-before-border-dark:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #212224;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-dark {
  color: #171819;
}
a.text-bg-before-border-dark:hover, a.text-bg-before-border-dark:focus {
  color: black;
}
a.text-bg-before-border-dark:hover:before, a.text-bg-before-border-dark:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-grey {
  position: relative;
}
.text-bg-before-border-grey:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #7d7e7f;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-grey {
  color: #737475;
}
a.text-bg-before-border-grey:hover, a.text-bg-before-border-grey:focus {
  color: #5a5b5b;
}
a.text-bg-before-border-grey:hover:before, a.text-bg-before-border-grey:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-lightgrey {
  position: relative;
}
.text-bg-before-border-lightgrey:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #acacad;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-lightgrey {
  color: #A2A2A3;
}
a.text-bg-before-border-lightgrey:hover, a.text-bg-before-border-lightgrey:focus {
  color: #88888a;
}
a.text-bg-before-border-lightgrey:hover:before, a.text-bg-before-border-lightgrey:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-light {
  position: relative;
}
.text-bg-before-border-light:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #eeeeef;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-light {
  color: #E3E4E5;
}
a.text-bg-before-border-light:hover, a.text-bg-before-border-light:focus {
  color: #c9cbcc;
}
a.text-bg-before-border-light:hover:before, a.text-bg-before-border-light:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-lighter {
  position: relative;
}
.text-bg-before-border-lighter:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f3f3f4;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-lighter {
  color: #E8E9EA;
}
a.text-bg-before-border-lighter:hover, a.text-bg-before-border-lighter:focus {
  color: #cdd0d2;
}
a.text-bg-before-border-lighter:hover:before, a.text-bg-before-border-lighter:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-default {
  position: relative;
}
.text-bg-before-border-default:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #fbfbfb;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-default {
  color: #F0F1F1;
}
a.text-bg-before-border-default:hover, a.text-bg-before-border-default:focus {
  color: #d6d8d8;
}
a.text-bg-before-border-default:hover:before, a.text-bg-before-border-default:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-desert {
  position: relative;
}
.text-bg-before-border-desert:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f6f3ee;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-desert {
  color: #EFE9E1;
}
a.text-bg-before-border-desert:hover, a.text-bg-before-border-desert:focus {
  color: #ddd1c0;
}
a.text-bg-before-border-desert:hover:before, a.text-bg-before-border-desert:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-desert-light {
  position: relative;
}
.text-bg-before-border-desert-light:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f8f7f5;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-desert-light {
  color: #F0EEE9;
}
a.text-bg-before-border-desert-light:hover, a.text-bg-before-border-desert-light:focus {
  color: #dbd7cb;
}
a.text-bg-before-border-desert-light:hover:before, a.text-bg-before-border-desert-light:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-desert-dark {
  position: relative;
}
.text-bg-before-border-desert-dark:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #e4dfdc;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-desert-dark {
  color: #DBD5D1;
}
a.text-bg-before-border-desert-dark:hover, a.text-bg-before-border-desert-dark:focus {
  color: #c5bbb4;
}
a.text-bg-before-border-desert-dark:hover:before, a.text-bg-before-border-desert-dark:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-border {
  position: relative;
}
.text-bg-before-border-border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #e3e4e4;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-border {
  color: #D9DADA;
}
a.text-bg-before-border-border:hover, a.text-bg-before-border-border:focus {
  color: #bfc1c1;
}
a.text-bg-before-border-border:hover:before, a.text-bg-before-border-border:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-border-g {
  position: relative;
}
.text-bg-before-border-border-g:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f1f1f2;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-border-g {
  color: #E7E7E8;
}
a.text-bg-before-border-border-g:hover, a.text-bg-before-border-border-g:focus {
  color: #cdcdcf;
}
a.text-bg-before-border-border-g:hover:before, a.text-bg-before-border-border-g:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-border-n {
  position: relative;
}
.text-bg-before-border-border-n:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #f2f1f1;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-border-n {
  color: #E8E6E6;
}
a.text-bg-before-border-border-n:hover, a.text-bg-before-border-border-n:focus {
  color: #d0cbcb;
}
a.text-bg-before-border-border-n:hover:before, a.text-bg-before-border-border-n:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-black {
  position: relative;
}
.text-bg-before-border-black:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #0a0a0a;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-black {
  color: #000;
}
a.text-bg-before-border-black:hover, a.text-bg-before-border-black:focus {
  color: black;
}
a.text-bg-before-border-black:hover:before, a.text-bg-before-border-black:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-white {
  position: relative;
}
.text-bg-before-border-white:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-white {
  color: #fff;
}
a.text-bg-before-border-white:hover, a.text-bg-before-border-white:focus {
  color: #e6e6e6;
}
a.text-bg-before-border-white:hover:before, a.text-bg-before-border-white:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-bg-before-border-neutral {
  position: relative;
}
.text-bg-before-border-neutral:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  height: 0.25rem;
  width: 100%;
  background-color: #2b130b;
  border-radius: 2px;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
}

a.text-bg-before-border-neutral {
  color: #1b0c07;
}
a.text-bg-before-border-neutral:hover, a.text-bg-before-border-neutral:focus {
  color: black;
}
a.text-bg-before-border-neutral:hover:before, a.text-bg-before-border-neutral:focus:before {
  filter: alpha(opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  opacity: 0.8;
}

.text-border-primary {
  display: inline-block !important;
  border-bottom: 2px solid #D10303;
}

a.text-border-primary {
  color: #D10303;
}
a.text-border-primary:hover, a.text-border-primary:focus {
  color: #9f0202;
  border-bottom-color: #9f0202;
  text-decoration: none;
}

.text-border-secondary {
  display: inline-block !important;
  border-bottom: 2px solid #CA7B1E;
}

a.text-border-secondary {
  color: #CA7B1E;
}
a.text-border-secondary:hover, a.text-border-secondary:focus {
  color: #9e6017;
  border-bottom-color: #9e6017;
  text-decoration: none;
}

.text-border-tertiary {
  display: inline-block !important;
  border-bottom: 2px solid #4667CC;
}

a.text-border-tertiary {
  color: #4667CC;
}
a.text-border-tertiary:hover, a.text-border-tertiary:focus {
  color: #304faf;
  border-bottom-color: #304faf;
  text-decoration: none;
}

.text-border-quaternary {
  display: inline-block !important;
  border-bottom: 2px solid #1BC5BD;
}

a.text-border-quaternary {
  color: #1BC5BD;
}
a.text-border-quaternary:hover, a.text-border-quaternary:focus {
  color: #159892;
  border-bottom-color: #159892;
  text-decoration: none;
}

.text-border-success {
  display: inline-block !important;
  border-bottom: 2px solid #50CD89;
}

a.text-border-success {
  color: #50CD89;
}
a.text-border-success:hover, a.text-border-success:focus {
  color: #34b66f;
  border-bottom-color: #34b66f;
  text-decoration: none;
}

.text-border-danger {
  display: inline-block !important;
  border-bottom: 2px solid #F1416C;
}

a.text-border-danger {
  color: #F1416C;
}
a.text-border-danger:hover, a.text-border-danger:focus {
  color: #ee1247;
  border-bottom-color: #ee1247;
  text-decoration: none;
}

.text-border-warning {
  display: inline-block !important;
  border-bottom: 2px solid #FFC700;
}

a.text-border-warning {
  color: #FFC700;
}
a.text-border-warning:hover, a.text-border-warning:focus {
  color: #cc9f00;
  border-bottom-color: #cc9f00;
  text-decoration: none;
}

.text-border-info {
  display: inline-block !important;
  border-bottom: 2px solid #009EF7;
}

a.text-border-info {
  color: #009EF7;
}
a.text-border-info:hover, a.text-border-info:focus {
  color: #007dc4;
  border-bottom-color: #007dc4;
  text-decoration: none;
}

.text-border-link {
  display: inline-block !important;
  border-bottom: 2px solid #204B91;
}

a.text-border-link {
  color: #204B91;
}
a.text-border-link:hover, a.text-border-link:focus {
  color: #173567;
  border-bottom-color: #173567;
  text-decoration: none;
}

.text-border-blue {
  display: inline-block !important;
  border-bottom: 2px solid #1D4E89;
}

a.text-border-blue {
  color: #1D4E89;
}
a.text-border-blue:hover, a.text-border-blue:focus {
  color: #14365f;
  border-bottom-color: #14365f;
  text-decoration: none;
}

.text-border-purple {
  display: inline-block !important;
  border-bottom: 2px solid #6264CC;
}

a.text-border-purple {
  color: #6264CC;
}
a.text-border-purple:hover, a.text-border-purple:focus {
  color: #3e40bd;
  border-bottom-color: #3e40bd;
  text-decoration: none;
}

.text-border-pink {
  display: inline-block !important;
  border-bottom: 2px solid #F7658B;
}

a.text-border-pink {
  color: #F7658B;
}
a.text-border-pink:hover, a.text-border-pink:focus {
  color: #f43566;
  border-bottom-color: #f43566;
  text-decoration: none;
}

.text-border-red {
  display: inline-block !important;
  border-bottom: 2px solid #EB364A;
}

a.text-border-red {
  color: #EB364A;
}
a.text-border-red:hover, a.text-border-red:focus {
  color: #d8162b;
  border-bottom-color: #d8162b;
  text-decoration: none;
}

.text-border-orange {
  display: inline-block !important;
  border-bottom: 2px solid #F49538;
}

a.text-border-orange {
  color: #F49538;
}
a.text-border-orange:hover, a.text-border-orange:focus {
  color: #ec7b0d;
  border-bottom-color: #ec7b0d;
  text-decoration: none;
}

.text-border-yellow {
  display: inline-block !important;
  border-bottom: 2px solid #F5DF4D;
}

a.text-border-yellow {
  color: #F5DF4D;
}
a.text-border-yellow:hover, a.text-border-yellow:focus {
  color: #f2d61d;
  border-bottom-color: #f2d61d;
  text-decoration: none;
}

.text-border-lime {
  display: inline-block !important;
  border-bottom: 2px solid #A3BD5A;
}

a.text-border-lime {
  color: #A3BD5A;
}
a.text-border-lime:hover, a.text-border-lime:focus {
  color: #89a341;
  border-bottom-color: #89a341;
  text-decoration: none;
}

.text-border-green {
  display: inline-block !important;
  border-bottom: 2px solid #309143;
}

a.text-border-green {
  color: #309143;
}
a.text-border-green:hover, a.text-border-green:focus {
  color: #236b31;
  border-bottom-color: #236b31;
  text-decoration: none;
}

.text-border-teal {
  display: inline-block !important;
  border-bottom: 2px solid #30BCAD;
}

a.text-border-teal {
  color: #30BCAD;
}
a.text-border-teal:hover, a.text-border-teal:focus {
  color: #269388;
  border-bottom-color: #269388;
  text-decoration: none;
}

.text-border-cyan {
  display: inline-block !important;
  border-bottom: 2px solid #22CCE2;
}

a.text-border-cyan {
  color: #22CCE2;
}
a.text-border-cyan:hover, a.text-border-cyan:focus {
  color: #18a6b9;
  border-bottom-color: #18a6b9;
  text-decoration: none;
}

.text-border-dark {
  display: inline-block !important;
  border-bottom: 2px solid #171819;
}

a.text-border-dark {
  color: #171819;
}
a.text-border-dark:hover, a.text-border-dark:focus {
  color: black;
  border-bottom-color: black;
  text-decoration: none;
}

.text-border-grey {
  display: inline-block !important;
  border-bottom: 2px solid #737475;
}

a.text-border-grey {
  color: #737475;
}
a.text-border-grey:hover, a.text-border-grey:focus {
  color: #5a5b5b;
  border-bottom-color: #5a5b5b;
  text-decoration: none;
}

.text-border-lightgrey {
  display: inline-block !important;
  border-bottom: 2px solid #A2A2A3;
}

a.text-border-lightgrey {
  color: #A2A2A3;
}
a.text-border-lightgrey:hover, a.text-border-lightgrey:focus {
  color: #88888a;
  border-bottom-color: #88888a;
  text-decoration: none;
}

.text-border-light {
  display: inline-block !important;
  border-bottom: 2px solid #E3E4E5;
}

a.text-border-light {
  color: #E3E4E5;
}
a.text-border-light:hover, a.text-border-light:focus {
  color: #c9cbcc;
  border-bottom-color: #c9cbcc;
  text-decoration: none;
}

.text-border-lighter {
  display: inline-block !important;
  border-bottom: 2px solid #E8E9EA;
}

a.text-border-lighter {
  color: #E8E9EA;
}
a.text-border-lighter:hover, a.text-border-lighter:focus {
  color: #cdd0d2;
  border-bottom-color: #cdd0d2;
  text-decoration: none;
}

.text-border-default {
  display: inline-block !important;
  border-bottom: 2px solid #F0F1F1;
}

a.text-border-default {
  color: #F0F1F1;
}
a.text-border-default:hover, a.text-border-default:focus {
  color: #d6d8d8;
  border-bottom-color: #d6d8d8;
  text-decoration: none;
}

.text-border-desert {
  display: inline-block !important;
  border-bottom: 2px solid #EFE9E1;
}

a.text-border-desert {
  color: #EFE9E1;
}
a.text-border-desert:hover, a.text-border-desert:focus {
  color: #ddd1c0;
  border-bottom-color: #ddd1c0;
  text-decoration: none;
}

.text-border-desert-light {
  display: inline-block !important;
  border-bottom: 2px solid #F0EEE9;
}

a.text-border-desert-light {
  color: #F0EEE9;
}
a.text-border-desert-light:hover, a.text-border-desert-light:focus {
  color: #dbd7cb;
  border-bottom-color: #dbd7cb;
  text-decoration: none;
}

.text-border-desert-dark {
  display: inline-block !important;
  border-bottom: 2px solid #DBD5D1;
}

a.text-border-desert-dark {
  color: #DBD5D1;
}
a.text-border-desert-dark:hover, a.text-border-desert-dark:focus {
  color: #c5bbb4;
  border-bottom-color: #c5bbb4;
  text-decoration: none;
}

.text-border-border {
  display: inline-block !important;
  border-bottom: 2px solid #D9DADA;
}

a.text-border-border {
  color: #D9DADA;
}
a.text-border-border:hover, a.text-border-border:focus {
  color: #bfc1c1;
  border-bottom-color: #bfc1c1;
  text-decoration: none;
}

.text-border-border-g {
  display: inline-block !important;
  border-bottom: 2px solid #E7E7E8;
}

a.text-border-border-g {
  color: #E7E7E8;
}
a.text-border-border-g:hover, a.text-border-border-g:focus {
  color: #cdcdcf;
  border-bottom-color: #cdcdcf;
  text-decoration: none;
}

.text-border-border-n {
  display: inline-block !important;
  border-bottom: 2px solid #E8E6E6;
}

a.text-border-border-n {
  color: #E8E6E6;
}
a.text-border-border-n:hover, a.text-border-border-n:focus {
  color: #d0cbcb;
  border-bottom-color: #d0cbcb;
  text-decoration: none;
}

.text-border-black {
  display: inline-block !important;
  border-bottom: 2px solid #000;
}

a.text-border-black {
  color: #000;
}
a.text-border-black:hover, a.text-border-black:focus {
  color: black;
  border-bottom-color: black;
  text-decoration: none;
}

.text-border-white {
  display: inline-block !important;
  border-bottom: 2px solid #fff;
}

a.text-border-white {
  color: #fff;
}
a.text-border-white:hover, a.text-border-white:focus {
  color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  text-decoration: none;
}

.text-border-neutral {
  display: inline-block !important;
  border-bottom: 2px solid #1b0c07;
}

a.text-border-neutral {
  color: #1b0c07;
}
a.text-border-neutral:hover, a.text-border-neutral:focus {
  color: black;
  border-bottom-color: black;
  text-decoration: none;
}

.text-0 {
  font-size: 0;
}

.text-12 {
  font-size: 0.75rem !important;
}

.text-13 {
  font-size: 0.8125rem !important;
}

.text-14 {
  font-size: 0.875rem !important;
}

.text-15 {
  font-size: 0.9375rem !important;
}

.text-16 {
  font-size: 1rem !important;
}

.text-17 {
  font-size: 1.0625rem !important;
}

.text-18 {
  font-size: 1.125rem !important;
}

.text-19 {
  font-size: 1.1875rem !important;
}

.text-20 {
  font-size: 1.25rem !important;
}

.text-21 {
  font-size: 1.3125rem !important;
}

.text-22 {
  font-size: 1.375rem !important;
}

.text-23 {
  font-size: 1.4375rem !important;
}

.text-24 {
  font-size: 1.5rem !important;
}

.text-25 {
  font-size: 1.5625rem !important;
}

.text-26 {
  font-size: 1.625rem !important;
}

.text-27 {
  font-size: 1.6875rem !important;
}

.text-28 {
  font-size: 1.75rem !important;
}

.text-29 {
  font-size: 1.8125rem !important;
}

.text-30 {
  font-size: 1.875rem !important;
}

.text-31 {
  font-size: 1.9375rem !important;
}

.text-32 {
  font-size: 2rem !important;
}

.text-33 {
  font-size: 2.0625rem !important;
}

.text-34 {
  font-size: 2.125rem !important;
}

.text-35 {
  font-size: 2.1875rem !important;
}

.text-36 {
  font-size: 2.25rem !important;
}

.text-37 {
  font-size: 2.3125rem !important;
}

.text-38 {
  font-size: 2.375rem !important;
}

.text-39 {
  font-size: 2.4375rem !important;
}

.text-40 {
  font-size: 2.5rem !important;
}

.text-41 {
  font-size: 2.5625rem !important;
}

.text-42 {
  font-size: 2.625rem !important;
}

.text-43 {
  font-size: 2.6875rem !important;
}

.text-44 {
  font-size: 2.75rem !important;
}

.text-mark {
  position: relative;
  z-index: 1;
}
.text-mark:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23FFC700' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='14px'%3E%3Cpath fill-rule='evenodd' d='M296.739,0.489 C285.945,0.010 273.672,0.221 262.755,0.107 C256.950,0.032 252.201,0.354 246.332,0.729 C238.954,1.208 231.928,1.099 225.028,1.250 C197.012,1.897 170.246,3.016 143.807,4.231 C119.791,5.317 95.259,7.782 71.692,7.663 C49.937,7.511 26.368,7.874 5.021,11.353 C-4.226,12.959 0.483,19.213 9.619,17.825 C30.551,14.704 54.275,14.772 75.655,14.719 C86.428,14.692 97.099,13.610 107.882,12.944 C120.512,12.166 133.165,11.461 145.838,10.724 C170.676,9.284 195.552,7.858 220.991,6.529 C226.702,6.233 232.430,6.096 238.215,5.768 C243.781,5.445 249.180,4.506 254.944,4.164 C260.282,3.845 265.441,3.911 270.998,3.496 C277.816,2.974 284.741,1.990 292.463,1.753 C295.632,1.604 300.215,0.616 296.739,0.489 L296.739,0.489 Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  left: 0;
  bottom: -0.125rem;
  z-index: -1;
}

.font-w-100 {
  font-weight: 100 !important;
}

.font-w-200 {
  font-weight: 200 !important;
}

.font-w-300 {
  font-weight: 300 !important;
}

.font-w-400 {
  font-weight: 400 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}

.font-w-600 {
  font-weight: 600 !important;
}

.font-w-700 {
  font-weight: 700 !important;
}

.font-w-800 {
  font-weight: 800 !important;
}

.font-w-900 {
  font-weight: 900 !important;
}

.tu-toast {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  min-width: 10rem;
  max-width: 20rem;
  padding: 1.5rem 1.75rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.tu-toast.float-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  z-index: 1100;
}
.tu-toast.toast--success {
  background-color: rgba(69, 169, 115, 0.48);
}
.tu-toast.toast--error {
  background-color: rgba(197, 57, 91, 0.48);
}
.tu-toast.toast--info {
  background-color: rgba(5, 131, 203, 0.48);
}
.tu-toast.toast--warning {
  background-color: rgba(209, 164, 5, 0.48);
}
.tu-toast.toast--help {
  background-color: rgba(172, 7, 7, 0.48);
}
.tu-toast:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 16px;
  background-color: inherit;
  background-attachment: fixed;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.tu-toast > i {
  position: relative;
  font-size: 3.5rem;
  margin-bottom: 0.75rem;
}
.tu-toast > font {
  position: relative;
  display: block;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.5rem;
}

.toggle {
  background: #fff;
  border-radius: 4px;
  border: rgba(60, 60, 60, 0.125) 1px solid;
  display: inline-block;
  height: 1.875rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 5.25rem;
}
.toggle .toggle-checkbox {
  cursor: pointer;
  margin: 0;
  opacity: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.toggle .not-allowed {
  cursor: not-allowed;
}
.toggle .knobs,
.toggle .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.toggle .knobs {
  z-index: 2;
}
.toggle .layer {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 100%;
  z-index: 1;
}
.toggle .knobs:before {
  content: "開啟中";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 3rem;
  height: 0.75rem;
  background-color: #1c84c6;
  color: #fff;
  line-height: 1;
  padding: 0.375rem 0.25rem;
  font-size: 12px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}
.toggle .toggle-checkbox:checked + .knobs:before {
  content: "關閉中";
  left: 1.5rem;
  background-color: #b1b6bc;
}
.toggle .not-finish:checked + .knobs:before {
  content: "未完成";
  left: 1.5rem;
  background: #F5F6FA;
  color: #b1b6bc;
  cursor: not-allowed;
}
.toggle .knobs.orange:before {
  content: "同步中";
  background-color: #FF9A75;
}
.toggle .toggle-checkbox:checked + .knobs.orange:before {
  content: "非同步";
  left: 1.5rem;
  background-color: #b1b6bc;
}
.toggle .not-finish:checked + .knobs.orange:before {
  content: "未完成";
  left: 1.5rem;
  background: #F5F6FA;
  color: #b1b6bc;
  cursor: not-allowed;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "itc-avant-garde-gothic-pro", "San Francisco", "PingFang TC", "segoe ui", "Microsoft YaHei", "微軟正黑體", "Microsoft JhengHei", "Roboto", "Noto Sans", "WenQuanYi Micro Hei", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "segoe ui symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.96;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.375rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.375rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.375rem 0.375rem 0;
  border-top-color: #31241F;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.375rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.375rem;
  height: 0.75rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.375rem 0.375rem 0.375rem 0;
  border-right-color: #31241F;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.375rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.375rem 0.375rem;
  border-bottom-color: #31241F;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.375rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.375rem;
  height: 0.75rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.375rem 0 0.375rem 0.375rem;
  border-left-color: #31241F;
}

.tooltip-inner {
  max-width: 12rem;
  padding: 0.375rem 0.625rem;
  color: #E8E6E6;
  text-align: center;
  background-color: #31241F;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(23, 24, 25, 0.26);
          box-shadow: 0px 0px 50px 0px rgba(23, 24, 25, 0.26);
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  /*
  height: 0;
  overflow: hidden;
  */
  background-color: #FFF;
  -webkit-transition: height 0.35s ease, max-height 0.35s ease;
  transition: height 0.35s ease, max-height 0.35s ease;
}

.t-grow-in {
  -webkit-animation-name: growIn;
          animation-name: growIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
          animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

.t-fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
          animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/** 
//  Pages > Index
// ––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.t-wrapper {
  padding-bottom: 4rem;
}

.main-search-bar {
  position: relative;
  padding: 1rem 0;
  margin: 0 auto;
  text-align: center;
}
.main-search-bar:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 0;
}
.main-search-bar .search-inner {
  position: relative;
  max-width: 75%;
  border: 4px solid #CA7B1E;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .main-search-bar .search-inner {
    max-width: 95%;
    border-width: 2px;
  }
}
.main-search-bar .search-inner:before {
  content: "";
  background-color: #CA7B1E;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-20%, #CA7B1E), color-stop(120%, #eacaa5));
  background-image: linear-gradient(to right, #CA7B1E -20%, #eacaa5 120%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr="#CA7B1E", endColorStr="#eacaa5");
  /*IE 6 7 8*/
  width: calc(100% + .25rem);
  height: calc(100% + .25rem);
  position: absolute;
  left: -0.125rem;
  top: -0.125rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
}
.main-search-bar .search-inner .mian-serach-form {
  position: relative;
  text-align: left;
}
.main-search-bar .search-inner .mian-serach-form .serach-form-group {
  background-color: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(202, 123, 30, 0.48);
          box-shadow: 0 12px 24px rgba(202, 123, 30, 0.48);
  font-size: 0;
  display: table;
  width: 100%;
  border-radius: 8px;
}
.main-search-bar .search-inner .mian-serach-form .serach-form-group .select-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  padding-right: 1rem;
  border-radius: 8px 0 0 8px;
  background-color: #CA7B1E;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-20%, #CA7B1E), color-stop(120%, #d5954b));
  background-image: linear-gradient(to right, #CA7B1E -20%, #d5954b 120%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr="#CA7B1E", endColorStr="#d5954b");
  /*IE 6 7 8*/
}
.main-search-bar .search-inner .mian-serach-form .serach-form-group .select-wrapper select.t-form-control {
  background-color: transparent;
  color: #fff;
  outline: none;
  border: none;
  font-size: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: inherit;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 8' fill='%23fff'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.42111 5.93537C4.22088 6.03839 3.9637 6.0191 3.78597 5.87137L0.177181 2.87153C-0.046034 2.68598 -0.060261 2.36951 0.145404 2.16468C0.351069 1.95985 0.698744 1.94422 0.921959 2.12977L4.14137 4.80594L7.06417 2.15586C7.27904 1.96104 7.62686 1.96165 7.84105 2.15722C8.05524 2.35279 8.05469 2.66927 7.83982 2.86409L4.54449 5.85194C4.50704 5.8859 4.46541 5.91371 4.42111 5.93537Z'/%3e%3c/svg%3e");
}
.main-search-bar .search-inner .mian-serach-form .serach-form-group .select-wrapper select.t-form-control option {
	background-color: #FFF;
	color: #204B91;
}
.main-search-bar .search-inner .mian-serach-form .serach-form-group .t-form-control:not(select) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 0 8px 8px 0;
  font-size: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.main-search-bar .search-inner .mian-serach-form .main-search-btn {
  position: absolute;
  right: -3rem;
  bottom: -1.5rem;
}
@media (max-width: 768px) {
  .main-search-bar .search-inner .mian-serach-form .main-search-btn {
    right: auto;
    bottom: auto;
    margin-top: 1rem;
    width: 100%;
  }
}
.main-search-bar .search-inner .mian-serach-form .main-search-btn .btn.btn-pill {
  color: #fff;
  background-color: #a6671d;
  background-image: linear-gradient(-45deg, #a6671d, #d5954b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr="#a6671d", endColorStr="#d5954b");
  /*IE 6 7 8*/
  border-radius: 50% !important;
  width: 4.125rem;
  height: 4.125rem;
  -webkit-box-shadow: 0 4px 12px rgba(202, 123, 30, 0.66), 0 6px 24px rgba(255, 255, 255, 0.36);
          box-shadow: 0 4px 12px rgba(202, 123, 30, 0.66), 0 6px 24px rgba(255, 255, 255, 0.36);
}
@media (max-width: 768px) {
  .main-search-bar .search-inner .mian-serach-form .main-search-btn .btn.btn-pill {
    width: 100%;
    border-radius: 8px !important;
  }
}
.main-search-bar .search-inner .mian-serach-form .main-search-btn .btn.btn-pill .main-search-btn-txt {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 1rem;
}
.main-search-bar .hot-links-list {
  margin: 1.25rem auto 0;
  font-size: 0;
  text-align: left;
  max-width: 75%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .main-search-bar .hot-links-list {
    margin-top: 5.55rem;
    max-width: 95% !important;
  }
}
.main-search-bar .hot-links-list .links-list-title {
  font-size: 1.125rem;
  margin-right: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.main-search-bar .hot-links-list .links-list-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 0;
}
@media (max-width: 768px) {
  .main-search-bar .hot-links-list .links-list-item {
    margin: 0.25rem 0;
  }
}
.main-search-bar .hot-links-list .links-list-item:not(:last-child) {
  margin-right: 1rem;
}
.main-search-bar .hot-links-list .links-list-item .links-list-link {
  font-size: 1.125rem;
}

.main-links-bar {
  position: relative;
  padding: 0 0 1.75rem;
}
@media (max-width: 768px) {
  .main-links-bar {
    background: #fff;
    -webkit-box-shadow: 0 -4px 10px rgba(23, 24, 25, 0.12);
            box-shadow: 0 -4px 10px rgba(23, 24, 25, 0.12);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    padding-bottom: 0;
    z-index: 1040;
  }
}
.main-links-bar .main-links-bar-inner {
  position: relative;
  background-color: #CA7B1E;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-20%, #CA7B1E), color-stop(120%, #d5954b));
  background-image: linear-gradient(to right, #CA7B1E -20%, #d5954b 120%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr="#CA7B1E", endColorStr="#d5954b");
  /*IE 6 7 8*/
  border-radius: 10rem;
  text-align: center;
  padding: 1.25rem 2rem;
}
@media (max-width: 768px) {
  .main-links-bar .main-links-bar-inner {
    background: none;
    border-radius: 0;
    padding: 1rem 0.5rem 0.75rem 0.5rem;
  }
}
.main-links-bar .link-bar-list {
  font-size: 0;
}
.main-links-bar .link-bar-list .link-bar-list-item {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
.main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 0 rgba(255, 255, 255, 0.36);
          box-shadow: 2px 6px 0 rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}
.main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link:hover .link-bar-card .link-bar-card-icon {
  filter: alpha(opacity=66);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=66);
  opacity: 0.66;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link:hover .link-bar-card .link-bar-card-txt {
  color: #CA7B1E;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link {
    width: auto;
    height: auto;
  }
}
.main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 768px) {
  .main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link:before {
    display: none;
  }
}
.main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link .link-bar-card {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link .link-bar-card {
    padding: 0;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link .link-bar-card .link-bar-card-icon {
  margin: 0 auto;
  width: 3.75rem;
}
@media (max-width: 768px) {
  .main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link .link-bar-card .link-bar-card-icon {
    width: 2.25rem;
  }
}
.main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link .link-bar-card .link-bar-card-txt {
  white-space: nowrap;
  padding-top: 0.75rem;
  font-size: 1.125rem;
  color: #171819;
}
@media (max-width: 768px) {
  .main-links-bar .link-bar-list .link-bar-list-item .link-bar-list-link .link-bar-card .link-bar-card-txt {
    padding-top: 0.25rem;
    color: #454647;
  }
}

.full-link {
  display: block;
}

.main-cards-content {
  padding: 0 1rem;
}
.main-cards-content .main-card {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(202, 123, 30, 0.24);
          box-shadow: 0 10px 30px rgba(202, 123, 30, 0.24);
  font-size: 0;
  margin: 0 0 1rem;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}

.main-cards-content .main-card.main-card-hr {
  padding: 1.25rem 1.5rem;
}
.main-cards-content .main-card.main-card-hr:hover {
  filter: alpha(opacity=88);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=88);
  opacity: 0.88;
  -webkit-transform: translate3d(0, -0.25rem, 0);
          transform: translate3d(0, -0.25rem, 0);
}
.main-cards-content .main-card.main-card-hr .main-card-img-container {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.main-cards-content .main-card.main-card-hr .main-card-img-container .main-card-img {
  height: 10.75rem;
}
.main-cards-content .main-card.main-card-hr .main-card-content {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1rem;
}

.main-cards-content .main-card.main-card-hs {
	min-height: 19rem;
}
.main-cards-content .main-card.main-card-vr {
  padding: 1.25rem 2rem;
  min-height: 34rem;
}
.main-cards-content .main-card.main-card-vr:hover {
  filter: alpha(opacity=88);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=88);
  opacity: 0.88;
  -webkit-transform: translate3d(0, -0.25rem, 0);
          transform: translate3d(0, -0.25rem, 0);
}

@media (max-width: 768px) {
	.main-cards-content .main-card.main-card-hs {
		min-height: auto;
	}
  .main-cards-content .main-card.main-card-vr {
    min-height: 430px;
	  padding-bottom: 2rem;
  }
}
@media (max-width:576px) {
  .main-cards-content .main-card.main-card-vr {
    min-height: auto;
	  padding-bottom: 2rem;
  }
}
.main-cards-content .main-card.main-card-vr .main-card-img-container {
  margin-bottom: 1rem;
}
.main-cards-content .main-card.main-card-vr .main-card-img-container .main-card-img {
  height: 9rem;
}
.main-cards-content .main-card.main-card-vr .main-card-content {
  text-align: center;
}


@media (max-width: 576px) {
    
  .main-cards-content .main-card.main-card-vr {
      padding: 1.25rem 1.5rem;
  }
  .main-cards-content .main-card.main-card-vr .main-card-img-container {
  margin-bottom: 1rem;
      width: 40%;
display: inline-block;
vertical-align: middle;
}

.main-cards-content .main-card.main-card-vr .main-card-img-container .main-card-img {
  height: 10.75rem;
}

.main-cards-content .main-card.main-card-vr .main-card-content {
  width: 60%;
display: inline-block;
vertical-align: middle;
padding: 0 1rem;
text-align: left;
}
  
}

/*for news list*/
.main-cards-content .main-card.main-card-news {
  padding: 1.25rem 1.5rem;
	min-height: 27.5rem;
	overflow: auto;
}
.main-cards-content .main-card.main-card-news .main-card-img-container {
  width: 26%;
  display: inline-block;
  vertical-align: middle;
}
.main-cards-content .main-card.main-card-news .main-card-img-container .main-card-img {
  height: 10.75rem;
}
.main-cards-content .main-card.main-card-news .main-card-content {
  width: 74%;
  display: inline-block;
  vertical-align: middle;
  padding: 1rem 0 1rem 1rem;
}
.main-cards-content .main-card.main-card-news .main-card-title {
  display: inline-block;
  position: relative;
  color: #171819;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.main-cards-content .main-card.main-card-news .main-card-title:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
}
.main-cards-content .main-card-news .main-card-content .main-card-list-vNews {
	color: #454647;
  font-size: 1rem;
  line-height: 1.75;
}


.main-cards-content .main-card-news .main-card-content .main-card-list-vNews .hot_title {
	width: 70%;
	display: inline-block;
	float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.main-cards-content .main-card-news .main-card-content .main-card-list-vNews .hot_title::before {
	content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  /*margin-right: 0.5rem;*/
  filter: alpha(opacity=44);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=44);
  opacity: 0.44;
  background-color: #f8e169;
  margin:0rem 0.5rem 0rem 1rem;
}
.main-cards-content .main-card-news .main-card-content .main-card-list-vNews .hot_title a {
	color: #222;
}
.main-cards-content .main-card-news .main-card-content .main-card-list-vNews .hot_time {
	width: 20%;
	display: inline-block;
	float: right;
	color: #7b7d85;
	text-align: center;
}
.main-card-newsLink {
	float: right;
	line-height: 2rem;
	width: 5rem;
	position: absolute;
	right: 0rem;
	bottom: 2rem;
}
.main-card-newsLink a {
	background-color: #f8e169;
	color: #222;
	font-size: 0.9375rem;
	text-align: center;
	padding: .2rem .5rem;
	border-radius: 6px;
}
.main-card-newsLink a:hover {
	background-color: #e09000;
	color: #FFF;
}
.main-cards-content .main-card-news .title-forWeb {
  display:inline-block!important;
}
.main-cards-content .main-card-news .title-forMobile {
  display: none!important;
}


@media (max-width: 576px) {
	.main-cards-content .main-card.main-card-news .main-card-img-container {
  width: 40%;
  display: inline-block;
		text-align: center;
}
	.main-cards-content .main-card.main-card-news .main-card-content {
  width: 60%;
  display: inline-block;
  padding: 1rem 1rem 2rem 1rem;
		overflow: auto;
}
	.main-cards-content .main-card.main-card-news .main-card-img-container .main-card-img {
  height: 10.75rem;
		/* display: block;
		margin: 0 auto; */
}
	.main-cards-content .main-card.main-card-news .main-card-title {
  display: inline-block;
  position: relative;
  color: #171819;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
		clear: both;
}
.main-cards-content .main-card-news .main-card-content .main-card-list-vNews .hot_title {
  width: 100%;
    display: inline-block;
float: left;
  white-space:normal;
  text-overflow:unset;
  -o-text-overflow:unset;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    padding-left:1rem;
    line-height:1.6rem;
    margin-bottom:.5rem;
}

.main-cards-content .main-card-news .main-card-content .main-card-list-vNews .hot_title::before {

margin:0rem 0.2rem 0rem 0rem;
}
	.main-cards-content .main-card-news .main-card-content .main-card-list-vNews .hot_time {
		display: none;
	}

  .main-cards-content .main-card-news .title-forWeb {
    display:none!important;
}
.main-cards-content .main-card-news .title-forMobile {
    display: inline-block!important;
}
}


.main-cards-content .main-card-img-container {
  text-align: center;
}
.main-cards-content .main-card-content .main-card-title {
  display: inline-block;
  position: relative;
  color: #171819;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.main-cards-content .main-card-content .main-card-title:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -0.125rem;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-v1:before {
  background-color: #FF8787;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-v2:before {
  background-color: #AB9EFB;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-v3:before {
  background-color: #5ACEA8;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-v4:before {
  background-color: #5ABD4A;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-v5:before {
  background-color: #69AEFA;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-v6:before {
  background-color: #FDB933;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-v7:before {
  background-color: #cfb43e;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-v8:before {
  background-color: #6a787f;
}

.main-cards-content .main-card-content .main-card-title.main-card-title-p1:before {
  background-color: #bcaaf0;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-p2:before {
  background-color: #b86d80;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-p3:before {
  background-color: #219ba8;
}
.main-cards-content .main-card-content .main-card-title.main-card-title-p4:before {
  background-color: #eb7072;
}

.main-cards-content .main-card .main-card-title.main-card-title-news:before {
  background-color: #f8e169;
}
.main-cards-content .main-card-content .main-card-txt {
  color: #454647;
  font-size: 1rem;
  line-height: 1.75;
}
.main-cards-content .main-card-content .main-card-list {
  text-align: left;
  margin-top: 0.5rem;
  font-size: 0;
}
.main-cards-content .main-card-content .main-card-list li {
    text-indent: -1rem;
    /*margin-left: 1rem;*/
}

.main-cards-content .main-card.main-card-hr .main-card-content ul.main-card-list li {
	width: 50%;
	float: left;
	margin-left: 0;
}

@media (max-width: 768px) {
  .main-cards-content .main-card-content .main-card-list {
    /*text-align: center;*/
  }
  .main-cards-content .main-card.main-card-hr .main-card-content ul.main-card-list li {
	width: 100%;
	float: left;
	margin-left: 0;
}
}


.main-cards-content .main-card-content .main-card-list.main-card-list-v1 .main-card-list-item:before {
  background-color: #FF8787;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v1 .main-card-list-item .main-card-list-link:hover {
  color: #FF8787;
  text-decoration: underline;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v2 .main-card-list-item:before {
  background-color: #AB9EFB;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v2 .main-card-list-item .main-card-list-link:hover {
  color: #AB9EFB;
  text-decoration: underline;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v3 .main-card-list-item:before {
  background-color: #5ACEA8;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v3 .main-card-list-item .main-card-list-link:hover {
  color: #5ACEA8;
  text-decoration: underline;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v4 .main-card-list-item:before {
  background-color: #5ABD4A;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v4 .main-card-list-item .main-card-list-link:hover {
  color: #5ABD4A;
  text-decoration: underline;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v5 .main-card-list-item:before {
  background-color: #69AEFA;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v5 .main-card-list-item .main-card-list-link:hover {
  color: #69AEFA;
  text-decoration: underline;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v6 .main-card-list-item:before {
  background-color: #FDB933;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v6 .main-card-list-item .main-card-list-link:hover {
  color: #FDB933;
  text-decoration: underline;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v7 .main-card-list-item:before {
  background-color: #cfb43e;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v7 .main-card-list-item .main-card-list-link:hover {
  color: #cfb43e;
  text-decoration: underline;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v8 .main-card-list-item:before {
  background-color: #97a9b6;
}
.main-cards-content .main-card-content .main-card-list.main-card-list-v8 .main-card-list-item .main-card-list-link:hover {
  color: #97a9b6;
  text-decoration: underline;
}
/*
.main-cards-content .main-card-content .main-card-list.main-card-list-vNews .main-card-list-item:before {
  background-color: #f8e169;
}
*/
.main-cards-content .main-card-content .main-card-list.main-card-list-vNews .main-card-list-item .main-card-list-link:hover {
  color: #f8e169;
  text-decoration: underline;
}

.main-cards-content .main-card-content .main-card-list .main-card-list-item:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  filter: alpha(opacity=44);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=44);
  opacity: 0.44;
}
.main-cards-content .main-card-content .main-card-list .main-card-list-item:not(:last-child) {
  margin-bottom: 0.875rem;
}
.main-cards-content .main-card-content .main-card-list .main-card-list-item .main-card-list-link {
  font-size: 1rem;
  color: #5C5D5E;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}

.main-card-panel {
	margin: 0;
	padding: 1rem 0;
}
.main-card-panel h2 {
	margin:0 1rem;
	display: inline-block;
	
}
.main-card-panel a.btn-panel {
	float: right;
	color: #222;
	font-size: 0.9375rem;
	text-align: center;
	margin-right: 1rem;
	margin-top: .3rem;
	padding: .2rem .5rem;
	display: inline-block;
	border-radius: 6px;
}
.main-card-panel a.btn-panel:hover {
	color: #FFF;
}

.main-card-panel a.btn-panel-p1 {
  background-color: rgba(90, 100, 160, .2);
}
.main-card-panel a.btn-panel-p2 {
  background-color: rgba(184, 109, 128, .2);
}
.main-card-panel a.btn-panel-p3 {
  background-color: rgba(33, 155, 168, .2);
}
.main-card-panel a.btn-panel-p4 {
  background-color: rgba(235, 112, 114, .2);
}

.main-card-panel a.btn-panel-p1:hover {
  background-color: rgba(90, 100, 160, 1);
}
.main-card-panel a.btn-panel-p2:hover {
  background-color: rgba(184, 109, 128, 1);
}
.main-card-panel a.btn-panel-p3:hover {
  background-color: rgba(33, 155, 168, 1);
}
.main-card-panel a.btn-panel-p4:hover {
  background-color: rgba(235, 112, 114, 1);
}

.main-card-panel img {
/*
	width: 100%;
	height: 13rem;
*/
}
.main-card-panel .main-card-content .doc-title {
	margin: .5rem 1rem;
	min-height: 3rem;
}
.main-card-panel .main-card-content .doc-title span {
	font-size: 1rem;
}

.main-card-panel iframe {
	height: 210px;
	width: 100%;
	overflow: auto;
}

.main-card-panel .img-box {
	width: 100%;
	height: auto;
	position: relative;
}
.main-card-panel .img-box-pb { 
	padding-bottom: 210px; 
}
.main-card-panel .img-box-ad { 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: 2; 
}
.main-card-panel .img-box-ad img { 
	width: 100%; 
	height: auto; 
	object-fit: cover; 
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-height: -moz-available;
    max-height: -webkit-fill-available;
}
.main-card-panel .img-box-ad img:hover {
	 filter: blur(.1rem);
  -webkit-filter: blur(.1rem);
}



/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/** 
//  vendor > Owl
// ––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.owl-hero-slider {
  margin: 0 auto;
  width: 80%;
}

#hero-main {
  position: relative;
}
#hero-main .owl-nav {
  margin-top: 0;
}
#hero-main .owl-next,
#hero-main .owl-prev {
  background-color: rgba(23, 24, 25, 0.66);
  border-radius: 6px;
  margin: 0;
  color: #fff;
  font-size: 2rem;
  margin-top: -1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
}
#hero-main .owl-next i,
#hero-main .owl-prev i {
  display: block;
}
#hero-main .owl-next {
  right: 0.75rem;
}
#hero-main .owl-prev {
  left: 0.75rem;
}
#hero-main .item {
  margin: 0.25rem;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

#hero-sub.owl-sub-carousel {
  /* padding: 1rem 0 1.25rem 0; */
  padding: 0 0 0.5rem 0;
  position: relative;
}
#hero-sub.owl-sub-carousel.owl-theme .owl-nav {
  margin-top: 0;
}
#hero-sub.owl-sub-carousel.owl-theme .owl-next,
#hero-sub.owl-sub-carousel.owl-theme .owl-prev {
  background-color: rgba(23, 24, 25, 0.66);
  border-radius: 6px;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
#hero-sub.owl-sub-carousel.owl-theme .owl-next i,
#hero-sub.owl-sub-carousel.owl-theme .owl-prev i {
  display: block;
}
#hero-sub.owl-sub-carousel.owl-theme .owl-next {
  right: -0.25rem;
}
#hero-sub.owl-sub-carousel.owl-theme .owl-prev {
  left: -0.25rem;
}
#hero-sub.owl-sub-carousel.owl-theme .owl-item.current .item a {
  -webkit-box-shadow: 2px 2px 4px rgba(237, 154, 154, 0.48);
          box-shadow: 2px 2px 4px rgba(237, 154, 154, 0.48);
}
#hero-sub.owl-sub-carousel.owl-theme .owl-item:not(.current) {
  position: relative;
}
#hero-sub.owl-sub-carousel.owl-theme .owl-item:not(.current) .item a {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
#hero-sub.owl-sub-carousel.owl-theme .owl-item:not(.current) .item a:after {
  content: "";
  background-color: #171819;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=48);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=48);
  opacity: 0.48;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#hero-sub.owl-sub-carousel.owl-theme .owl-item:not(.current) .item:hover a:after {
  filter: alpha(opacity=24);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=24);
  opacity: 0.24;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
#hero-sub.owl-sub-carousel .item {
  background: #F0F1F1;
  padding: 0;
  margin: 0.25rem;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
#hero-sub.owl-sub-carousel .item a {
  display: block;
}
#hero-sub.owl-sub-carousel .item a,
#hero-sub.owl-sub-carousel .item img {
  border-radius: inherit;
}
#hero-sub.owl-sub-carousel .current .item {
  background: #da3535;
}

.owl-theme .owl-nav [class*=owl-] {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D0D0D1;
}

/* 播放控制 20250904 */
.owl-hero-slider button.btn-control { 
  padding: 2px 8px!important;
  font-size: 0.8375rem!important;
  color: #fff;
  background-color: #a6671d;
  background-image: linear-gradient(-60deg, #a6671d, #d5954b);
  border: none;
  border-radius: 20px!important;
  font-weight: normal;
  -webkit-box-shadow: 0 4px 12px rgba(202, 123, 30, 0.66), 0 6px 24px rgba(255, 255, 255, 0.36);
          box-shadow: 0 4px 12px rgba(202, 123, 30, 0.66), 0 6px 24px rgba(255, 255, 255, 0.36);

}
.owl-hero-slider button.btn-control:hover {
  box-shadow: none;
  background-image: linear-gradient(30deg, #a6671d, #d5954b);
}
.owl-hero-slider button.btn-control.active {
  background-image: linear-gradient(-60deg, #d5954b, #d5954b);
}

.recommendation-wraper {
    display: block;
	background-color: #FFF;
	width: 100%;
	padding-top: 0px;
    /*預設隱藏,由程式控制顯示*/
    visibility:hidden;
    transition:0.5s;
    -webkit-transition:0.5s;
    height:0px;
}
.recommendation-wraper-visible {
    padding-top: 0.25rem;
    height:1.8rem;
    visibility: visible;
}
@media (max-width: 768px) {
    .recommendation-wraper-visible {
        padding-top: 0.625rem;
        height: 1.96rem;
    }
}
ul.recommendation {
	display: table;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.recommendation li {
	display: table-cell;
	text-align: center;
}
.recommendation .job-title {
    display: inline-block;
	max-width: 10rem;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 1rem;
}
.recommendation .job-compname {
	color: #a6671d;
    display: inline-block;
	max-width: 8rem;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 1rem;
}
@media (max-width: 768px) {
    .recommendation .job-compname {
        display: none;
    }
}
.recommendation .job-more {
    vertical-align: top;
}
.recommendation .job-more span {
    display: inline-block;
    font-size: 1rem;
}

.t-header .sub-header {
    margin-top: 0.5rem;
} 
.nav-location button.btn {
	margin-right: 0.5rem;
	margin-top: 0.5rem;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
	/*background: #fae6e6 linear-gradient(180deg, #fae6e6, #ffe8ea) repeat-x;*/
	color: #6e6e6e;
	border-radius: 4px!important;
	box-shadow: 0 2px 0 rgba(0,0,0,.2);
}
.nav-location .btn:hover {
	box-shadow: none!important;
	background-color: #ff5634!important;
	margin-top: .8rem;;
}

.btnHid{
    display:none !important;
}

.crs{
    color: rgba(255, 255, 255, 0.00) !important;
}

.recommLoading {
    margin-left: 1rem;
    display: none;
}
.recommLoading img {
    width: 25px;
}

/* CityArea 選單 */
.check_mark {
  position: relative;
}

.check_wrap_v1 {
  font-size: 0;
}
.check_wrap_v1 .check_wrap_item {
  display: inline-block;
  vertical-align: middle;
}
.check_wrap_v1 .check_wrap_item:not(:last-of-type) {
  margin-right: 0.75rem;
}
.check_wrap_v1 .check_input {
  display: none;
}
.check_wrap_v1 .check_input:checked + .check_wrap-label {
  background-color: #D10303;
}
.check_wrap_v1 .check_input:checked + .check_wrap-label .check_mark {
  background-color: #D10303;
  border-color: rgba(255, 255, 255, 0.66);
}
.check_wrap_v1 .check_input:checked + .check_wrap-label .check_mark:after {
  opacity: 1;
}
.check_wrap_v1 .check_input:checked + .check_wrap-label .txt {
  color: #fff;
}
.check_wrap_v1 .check_wrap-label {
  background-color: #fff;
  border: dotted 2px rgba(209, 3, 3, 0.38);
  border-radius: 8px;
  color: #6c0202;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding: 0.625rem 1rem;
  margin-bottom: 0;
}
.check_wrap_v1 .check_wrap-label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.check_wrap_v1 .check_wrap-label:hover {
  background-color: #fd6666;
  border-color: rgba(209, 3, 3, 0.66);
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.check_wrap_v1 .check_wrap-label:hover .check_mark {
  border-color: #fc0b0b;
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}
.check_wrap_v1 .check_wrap-label .check_mark {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: solid 2px #fc3e3e;
  border-radius: 4px;
  margin-right: 0.5rem;
  width: 1.375rem;
  height: 1.375rem;
}
.check_wrap_v1 .check_wrap-label .check_mark:after {
  content: "";
  display: block;
  background-color: #D10303;
  width: 0.375rem;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}
.check_wrap_v1 .check_wrap-label .txt {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: calc(100% - 0.5rem - 1.375rem);
}
.check_wrap_v1 .check_wrap-label.width-auto.width-auto.width-auto.width-auto {
  width: calc(100% / 2 - .5rem);
  margin-top: 0.5rem;
}
.check_wrap_v1 .check_wrap-label.width-auto.width-auto.width-auto.width-auto:nth-of-type(odd) {
  margin-right: 1rem;
}
.check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(2):first-of-type, .check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(2):first-of-type ~ .check_wrap-label {
  width: calc(100% / 2 - .5rem);
}
.check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(3):first-of-type, .check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(3):first-of-type ~ .check_wrap-label {
  width: calc(100% / 3 - .666rem);
}
.check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(4):first-of-type, .check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(4):first-of-type ~ .check_wrap-label {
  width: calc(100% / 4 - .75rem);
}
.check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(5):first-of-type, .check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(5):first-of-type ~ .check_wrap-label {
  width: calc(100% / 5 - .8rem);
}
.check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(6):first-of-type, .check_wrap_v1 .check_wrap-label:not(.width-auto):nth-last-of-type(6):first-of-type ~ .check_wrap-label {
  width: calc(100% / 6 - .83333333rem);
}

.check_wrap_v1_sm {
  font-size: 0;
}
.check_wrap_v1_sm .check_wrap_item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}
.check_wrap_v1_sm .check_wrap_item:not(:last-of-type) {
  margin-right: 0.5rem;
}
.check_wrap_v1_sm .check_input {
  display: none;
}
.check_wrap_v1_sm .check_input:checked + .check_wrap-label {
  background-color: #D10303;
}
.check_wrap_v1_sm .check_input:checked + .check_wrap-label .check_mark {
  background-color: #D10303;
  border-color: rgba(255, 255, 255, 0.66);
}
.check_wrap_v1_sm .check_input:checked + .check_wrap-label .check_mark:after {
  opacity: 1;
}
.check_wrap_v1_sm .check_input:checked + .check_wrap-label .txt {
  color: #fff;
}
.check_wrap_v1_sm .check_wrap-label {
  background-color: #fff;
  border: solid 1px rgba(209, 3, 3, 0.24);
  border-radius: 8px;
  color: #6c0202;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.check_wrap_v1_sm .check_wrap-label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.check_wrap_v1_sm .check_wrap-label:hover {
  background-color: #fd6666;
  border-color: rgba(209, 3, 3, 0.66);
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.check_wrap_v1_sm .check_wrap-label:hover .check_mark {
  border-color: #fc0b0b;
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}
.check_wrap_v1_sm .check_wrap-label[aria-pressed=true] {
  background-color: #D10303;
}
.check_wrap_v1_sm .check_wrap-label[aria-pressed=true] .check_mark {
  background-color: #D10303;
  border-color: rgba(255, 255, 255, 0.66);
}
.check_wrap_v1_sm .check_wrap-label[aria-pressed=true] .check_mark:after {
  opacity: 1;
}
.check_wrap_v1_sm .check_wrap-label[aria-pressed=true] .txt {
  color: #fff;
}
.check_wrap_v1_sm .check_wrap-label .check_mark {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: solid 2px #d10303;
  border-radius: 4px;
  margin-right: 0.375rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.check_wrap_v1_sm .check_wrap-label .check_mark:after {
  content: "";
  display: block;
  background-color: #D10303;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition: all 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}
.check_wrap_v1_sm .check_wrap-label .txt {
  font-size: 0.8125rem;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  pointer-events: none;
}
.check_wrap_v1_sm .check_wrap-label.width-auto.width-auto.width-auto.width-auto {
  width: calc(100% / 2 - .5rem);
  margin-top: 0.5rem;
}
.check_wrap_v1_sm .check_wrap-label.width-auto.width-auto.width-auto.width-auto:nth-of-type(odd) {
  margin-right: 1rem;
}
.check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(2):first-of-type, .check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(2):first-of-type ~ .check_wrap-label {
  width: calc(100% / 2 - .5rem);
}
.check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(3):first-of-type, .check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(3):first-of-type ~ .check_wrap-label {
  width: calc(100% / 3 - .666rem);
}
.check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(4):first-of-type, .check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(4):first-of-type ~ .check_wrap-label {
  width: calc(100% / 4 - .75rem);
}
.check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(5):first-of-type, .check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(5):first-of-type ~ .check_wrap-label {
  width: calc(100% / 5 - .8rem);
}
.check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(6):first-of-type, .check_wrap_v1_sm .check_wrap-label:not(.width-auto):nth-last-of-type(6):first-of-type ~ .check_wrap-label {
  width: calc(100% / 6 - .83333333rem);
}

.check_wrap_btn {
}
.check_wrap_btn .check_wrap_message {
    float: left;
    color: #D10303;
}
.check_wrap_btn .btn {
    float: right;
    margin-left: 0.5rem;
}

/* --- CityArea 選單 --- */


/* 無障礙2.0: EV1040101 當使用者介面元件取得焦點時，使用 CSS 變更 其呈現方式 
   連結元素 focus 邊框要明確顯示 */
/*a {
    display: inline-block;
}*/
a:focus, input:focus, button:focus, section:focus, textarea:focus, select:focus {
    outline: 3px solid rgba(0, 156, 0, 0.5) !important;
    outline-offset: 1px !important;
}
/* 覆寫 bootstrap outline 設定 (for 無障礙) */
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 3px solid rgba(0, 156, 0, 0.5);
}
#AC[accesskey] {
    line-height: 2rem;
    margin: 0.3rem;
    position: absolute;
}
#gotocontentPH {
    color: #FFF;
    font-size: 0.875rem;
    padding: 0.5rem 0;
}
.t-header .t-header-top .t-header-top-list-item:first-child{
    display: inline-flex;
}

.width-full {
    width: 100% !important;
}
@media (max-width:767px) {
  .width-full-mobile {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

.navbar .container {
    /*
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    */
}

/* === 從 2022 JOB 複制而來 === */

.btn, input[type=submit], input[type=button], button {
  border: 1px solid rgba(3, 3, 3, 0.24);
  color: #2E2F30;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  background-color: #FFF;
  /*
  background: #E8E9EA -webkit-gradient(linear, left top, left bottom, from(#e9eaeb), to(#E8E9EA)) repeat-x;
  background: #E8E9EA linear-gradient(180deg, #e9eaeb, #E8E9EA) repeat-x;
  */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1rem;
  font-size: 1.075rem !important;
  line-height: 1.75 !important;
  border-radius: 0.625rem !important;
  letter-spacing: 0.0875rem;
  gap: 0.25rem;
  margin: 0.25rem 0;
  box-shadow: 0 0.625rem 0.25rem -0.625rem rgba(83, 83, 83, 0.48);
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
    border-radius: 0.5rem !important;
    border: 1px solid !important;
}
.btn:disabled, input[type=submit]:disabled, input[type=button]:disabled {
    cursor: not-allowed;
    background-color: #EEE;
    border-color: #EEE;
}
.btn:hover:not(:disabled):not(.disabled):not(.btn--disabled), 
.btn.hover:not(:disabled):not(.disabled):not(.btn--disabled),
input[type=submit]:hover:not(:disabled):not(.disabled):not(.btn--disabled), 
input[type=button]:hover:not(:disabled):not(.disabled):not(.btn--disabled) {
  color: #5C5D5E;
  text-decoration: none;
  border-color: rgba(2, 2, 2, 0.24);
  color: #ffffff;
  background-color: #01949A;
  box-shadow: 0 0.65rem 0.75rem -0.625rem rgba(83, 83, 83, 0.48);
}

.btn:hover:not(:disabled):not(.disabled):not(.btn--disabled):not([data-tu-menu-trigger=click]):not([data-tu-menu-trigger=hover]):not(.btn--flush), 
.btn.hover:not(:disabled):not(.disabled):not(.btn--disabled):not([data-tu-menu-trigger=click]):not([data-tu-menu-trigger=hover]):not(.btn--flush) {
  border-color: rgba(2, 2, 2, 0.24);
  color: #ffffff;
  background-color: #01949A;
  box-shadow: 0 0.65rem 0.75rem -0.625rem rgba(83, 83, 83, 0.48);
}

.btn:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), 
.btn.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), 
.btn:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), 
.btn:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  outline: 0;
  box-shadow: 0 0.625rem 0.25rem -0.625rem rgba(83, 83, 83, 0.48);
}

.btn:active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush)
/*, .btn.active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush)*/ {
  border-color: rgba(2, 2, 2, 0.24);
  color: #ffffff;
  background-color: #01949A;
  box-shadow: 0 0.65rem 0.75rem -0.625rem rgba(83, 83, 83, 0.48);
}

.btn:active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush):focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush),
.btn:active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush):focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), 
.btn:active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush):focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush)
/*
.btn:active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush).focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush),
.btn.active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush):focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), 
.btn.active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush).focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), 
.btn.active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush):focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), 
.btn.active:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush):focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush)
*/
{
  box-shadow: 0 0.625rem 0.25rem -0.625rem rgba(83, 83, 83, 0.48);
}


.btn:disabled, .btn.disabled, .btn.btn--disabled {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn--icon {
  padding-left: 0;
  padding-right: 0;
  min-width: 12rem;
}
.btn.btn--icon font {
  padding-right: 2.5rem;
}
.btn.btn--icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
  width: 2.5rem;
  text-align: center;
  font-size: 1rem;
}
.btn.btn--icon.btn--icon--sm {
  min-width: 8rem;
}
.btn.btn--icon.btn--icon--sm font {
  padding-right: 2rem;
}
.btn.btn--icon.btn--icon--sm i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
  width: 2rem;
  text-align: center;
  font-size: 0.875rem;
}
.btn.btn--icon.btn--icon--md {
  min-width: 10rem;
}
.btn.btn--icon.btn--icon--md font {
  padding-right: 3.5rem;
}
.btn.btn--icon.btn--icon--md i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
  width: 3.5rem;
  text-align: center;
  font-size: 1.25rem;
}
.btn.btn--icon.btn--icon--lg {
  min-width: 14rem;
}
.btn.btn--icon.btn--icon--lg font {
  padding-right: 4.5rem;
}
.btn.btn--icon.btn--icon--lg i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  display: block;
  width: 4.5rem;
  text-align: center;
  font-size: 2rem;
}
.btn.btn--square {
  position: relative;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.btn.loading--btn {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn.loading--btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.66);
  height: 100%;
  width: 100%;
}
.btn.loading--btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 3px solid rgba(255, 255, 255, 0.33);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: loading-btn--fade-in 0.33s ease, loading-btn--rotation 0.66s linear 0s infinite;
          animation: loading-btn--fade-in 0.33s ease, loading-btn--rotation 0.66s linear 0s infinite;
}

.btn.btn--border--grey {
  background-color: transparent;
  border-color: #bcbcc2;
  color: #494a5a;
}

.btn.btn--border--grey:hover:not(:disabled):not(.disabled):not(.btn--disabled):not([data-tu-menu-trigger=click]):not([data-tu-menu-trigger=hover]):not(.btn--flush), .btn.btn--border--grey.hover:not(:disabled):not(.disabled):not(.btn--disabled):not([data-tu-menu-trigger=click]):not([data-tu-menu-trigger=hover]):not(.btn--flush) {
  background-color: #575867;
  border-color: #575867;
  color: #ffffff;
}

.btn.btn--border--grey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(87, 88, 103, 0.32);
}

.btn.btn--border--grey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(87, 88, 103, 0.32);
}

.btn.btn--border--grey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(87, 88, 103, 0.32);
}

.btn.btn--border--grey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(87, 88, 103, 0.32);
}

.btn.btn--border--grey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(87, 88, 103, 0.32);
}

.btn.btn--border--grey:disabled, .btn.btn--border--grey.disabled, .btn.btn--border--grey.btn--disabled {
  background-color: transparent;
  color: #575867 !important;
}

.btn.btn--border--grey:disabled, .btn.btn--border--grey.disabled, .btn.btn--border--grey.btn--disabled {
  background-active: #575867;
  border-color: #575867;
  color: #ffffff;
}

.btn.btn--border--grey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(87, 88, 103, 0.5);
}

.btn.btn--border--grey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(87, 88, 103, 0.5);
}

.btn.btn--border--grey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(87, 88, 103, 0.5);
}

.btn.btn--border--grey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(87, 88, 103, 0.5);
}

.btn.btn--border--grey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey:disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--grey.btn--disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(87, 88, 103, 0.5);
}

.btn.btn--border--lightgrey {
  background-color: transparent;
  border-color: #d8d8db;
  color: #81818d;
}

.btn.btn--border--lightgrey:hover:not(:disabled):not(.disabled):not(.btn--disabled):not([data-tu-menu-trigger=click]):not([data-tu-menu-trigger=hover]):not(.btn--flush), .btn.btn--border--lightgrey.hover:not(:disabled):not(.disabled):not(.btn--disabled):not([data-tu-menu-trigger=click]):not([data-tu-menu-trigger=hover]):not(.btn--flush) {
  background-color: #9d9da6;
  border-color: #9d9da6;
  color: #ffffff;
}

.btn.btn--border--lightgrey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(157, 157, 166, 0.32);
}

.btn.btn--border--lightgrey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(157, 157, 166, 0.32);
}

.btn.btn--border--lightgrey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(157, 157, 166, 0.32);
}

.btn.btn--border--lightgrey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(157, 157, 166, 0.32);
}

.btn.btn--border--lightgrey:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: 0 0 0 0.25rem rgba(157, 157, 166, 0.32);
}

.btn.btn--border--lightgrey:disabled, .btn.btn--border--lightgrey.disabled, .btn.btn--border--lightgrey.btn--disabled {
  background-color: transparent;
  color: #9d9da6;
}

.btn.btn--border--lightgrey:disabled, .btn.btn--border--lightgrey.disabled, .btn.btn--border--lightgrey.btn--disabled {
  background-active: #9d9da6;
  border-color: #9d9da6;
  color: #ffffff;
}

.btn.btn--border--lightgrey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(157, 157, 166, 0.5);
}

.btn.btn--border--lightgrey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(157, 157, 166, 0.5);
}

.btn.btn--border--lightgrey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled.focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(157, 157, 166, 0.5);
}

.btn.btn--border--lightgrey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled[focus-within]:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(157, 157, 166, 0.5);
}

.btn.btn--border--lightgrey:disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey:disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled.focus:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus-within:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush), .btn.btn--border--lightgrey.btn--disabled:focus-visible:not(:disabled):not(.disabled):not(.btn--disabled):not(.btn--flush) {
  box-shadow: inset 0 4px 8px rgba(15, 15, 15, 0.125), 0 0 0 0 rgba(157, 157, 166, 0.5);
}

/* twjobs analysis */
#cross-domain-iframe {
    display: none;
}