@charset "UTF-8";
/**
  Tenuta Sant'Anna Theme
*/
@font-face {
  font-family: 'WeissAntiquaEF';
  src: url("../fonts/WeissAntiquaEF-Regular.eot");
  src: url("../fonts/WeissAntiquaEF-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/WeissAntiquaEF-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'WeissAntiquaEF';
  src: url("../fonts/WeissAntiquaEF-Bold.eot");
  src: url("../fonts/WeissAntiquaEF-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/WeissAntiquaEF-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'WeissAntiquaEF';
  src: url("../fonts/WeissAntiquaEF-RegularIta.eot");
  src: url("../fonts/WeissAntiquaEF-RegularIta.eot?#iefix") format("embedded-opentype"), url("../fonts/WeissAntiquaEF-RegularIta.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/*
 *  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;
    -khtml-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 {
    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: 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 {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  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;
    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 {
    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;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  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;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 *  forked from: theme.default.scss
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #1d1d1b;
    font-size: 1rem;
    margin: 0 0 0 0;
    padding: 0 0;
    background: #41414a;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #ffffff;
      color: #1d1d1b;
      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: 1rem;
      height: 1rem;
      margin: 0 0;
      background: #41414a;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 1rem; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #ffffff; }

/* Custom animations */
.bar-long {
  box-shadow: none !important;
  height: 2px; }

div#sliding-popup, #sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background-color: rgba(29, 29, 27, 0.5) !important;
  background-image: none;
  padding: 1rem 0; }
  div#sliding-popup .eu-cookie-compliance-content, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-content, .eu-cookie-withdraw-tab .eu-cookie-compliance-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center; }
  div#sliding-popup .eu-cookie-compliance-message, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-message, .eu-cookie-withdraw-tab .eu-cookie-compliance-message {
    float: none;
    margin: 0;
    max-width: 80%;
    flex: 1 0 80%; }
  div#sliding-popup .eu-cookie-compliance-banner h6, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-banner h6, .eu-cookie-withdraw-tab .eu-cookie-compliance-banner h6 {
    font-family: "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 0; }
  div#sliding-popup .eu-cookie-compliance-banner p, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-banner p, .eu-cookie-withdraw-tab .eu-cookie-compliance-banner p {
    display: none; }
  div#sliding-popup .eu-cookie-compliance-banner .find-more-button, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-banner .find-more-button, .eu-cookie-withdraw-tab .eu-cookie-compliance-banner .find-more-button {
    font-family: "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 0; }
  div#sliding-popup .eu-cookie-compliance-buttons, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons {
    float: none;
    margin: 0 0 0 0;
    max-width: unset;
    display: flex;
    flex-direction: column; }
    div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button,
    div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button,
    #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button,
    .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button {
      font-family: "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 0.8rem;
      padding: 0;
      margin: auto 0 0 0;
      line-height: 1;
      background-color: transparent;
      -webkit-appearance: none !important;
      border: 0 none transparent;
      border-radius: 0;
      background-image: none;
      color: #ffffff;
      text-shadow: none;
      font-weight: normal;
      box-shadow: none; }
    div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button {
      padding: 0.75rem 1rem;
      margin-bottom: 1rem;
      border: 1px solid #ffffff; }
      div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:hover, div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:focus, div#sliding-popup .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:active, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:hover, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:focus, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:active, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:hover, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:focus, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .agree-button.eu-cookie-compliance-secondary-button:active {
        background-color: #ffffff;
        color: #1d1d1b; }
    div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover, div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:focus, div#sliding-popup .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:active, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:focus, #sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:active, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:hover, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:focus, .eu-cookie-withdraw-tab .eu-cookie-compliance-buttons .decline-button.eu-cookie-compliance-default-button:active {
      text-decoration: underline; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f29100;
  --yellow: #ffdc00;
  --green: #57b36b;
  --teal: #20c997;
  --cyan: #47b3e7;
  --white: #fff;
  --gray: #bfbfbf;
  --gray-dark: #333333;
  --purple-grey: #725f74;
  --magenta: #e40976;
  --sand: #ab9159;
  --gold: #c8ae62;
  --primary: #000;
  --secondary: #fff;
  --success: #57b36b;
  --info: #47b3e7;
  --warning: #ffdc00;
  --danger: #dc3545;
  --light: #e8e8e8;
  --dark: #333333;
  --corporate: #725f74;
  --featured: #ab9159;
  --mid: #e5e3e3;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 2440px;
  --font-family-sans-serif: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: 800; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #d9d9d9;
    text-decoration: none; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 3.25rem; }

h2, .h2 {
  font-size: 2.625rem; }

h3, .h3 {
  font-size: 2.25rem; }

h4, .h4 {
  font-size: 1.75rem; }

h5, .h5 {
  font-size: 1.5rem; }

h6, .h6 {
  font-size: 1.25rem; }

.lead {
  font-size: 1.6875rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 1rem;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem; }

.blockquote-footer {
  display: block;
  font-size: 1rem;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #57b36b;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px; } }

@media (min-width: 2440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 2400px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 2440px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xxxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xxxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xxxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xxxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%; }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%; }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%; }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%; }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  font-size: 0.875rem; }
  .table th,
  .table td {
    padding: 1rem 0;
    vertical-align: top;
    border-top: 1px solid #fff; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #fff; }
  .table tbody + tbody {
    border-top: 2px solid #fff; }
  .table p:last-of-type {
    margin-bottom: 0; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #fff; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #fff; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8b8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a7a7a; }

.table-hover .table-primary:hover {
  background-color: #ababab; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ababab; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: white; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: white; }

.table-hover .table-secondary:hover {
  background-color: #f2f2f2; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f2f2f2; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d0ead6; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a8d7b2; }

.table-hover .table-success:hover {
  background-color: #bee2c7; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #bee2c7; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #cbeaf8; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #9fd7f3; }

.table-hover .table-info:hover {
  background-color: #b5e1f5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #b5e1f5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff5b8; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffed7a; }

.table-hover .table-warning:hover {
  background-color: #fff19f; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fff19f; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f9f9f9; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f3f3f3; }

.table-hover .table-light:hover {
  background-color: #ececec; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececec; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595; }

.table-hover .table-dark:hover {
  background-color: #b9b9b9; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9b9b9; }

.table-corporate,
.table-corporate > th,
.table-corporate > td {
  background-color: #d8d2d8; }

.table-corporate th,
.table-corporate td,
.table-corporate thead th,
.table-corporate tbody + tbody {
  border-color: #b6acb7; }

.table-hover .table-corporate:hover {
  background-color: #ccc4cc; }
  .table-hover .table-corporate:hover > td,
  .table-hover .table-corporate:hover > th {
    background-color: #ccc4cc; }

.table-featured,
.table-featured > th,
.table-featured > td {
  background-color: #e7e0d1; }

.table-featured th,
.table-featured td,
.table-featured thead th,
.table-featured tbody + tbody {
  border-color: #d3c6a9; }

.table-hover .table-featured:hover {
  background-color: #ded5c0; }
  .table-hover .table-featured:hover > td,
  .table-hover .table-featured:hover > th {
    background-color: #ded5c0; }

.table-mid,
.table-mid > th,
.table-mid > td {
  background-color: #f8f7f7; }

.table-mid th,
.table-mid td,
.table-mid thead th,
.table-mid tbody + tbody {
  border-color: #f1f0f0; }

.table-hover .table-mid:hover {
  background-color: #ece9e9; }
  .table-hover .table-mid:hover > td,
  .table-hover .table-mid:hover > th {
    background-color: #ece9e9; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646; }

.table .thead-light th {
  color: #707070;
  background-color: #e5e3e3;
  border-color: #fff; }

.table-dark {
  color: #fff;
  background-color: #333333; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #464646; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 2439.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-pass .form-text {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-pass .form-text {
      transition: none; } }
  .form-control::-ms-expand, .path-user #auth_box #middle_part .user-login-form .form-text::-ms-expand, .path-user #auth_box #middle_part .user-pass .form-text::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .path-user #auth_box #middle_part .user-login-form .form-text:-moz-focusring, .path-user #auth_box #middle_part .user-pass .form-text:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #707070; }
  .form-control:focus, .path-user #auth_box #middle_part .user-login-form .form-text:focus, .path-user #auth_box #middle_part .user-pass .form-text:focus {
    color: #707070;
    background-color: transparent;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .form-control::placeholder, .path-user #auth_box #middle_part .user-login-form .form-text::placeholder, .path-user #auth_box #middle_part .user-pass .form-text::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .path-user #auth_box #middle_part .user-login-form .form-text:disabled, .path-user #auth_box #middle_part .user-pass .form-text:disabled, .form-control[readonly], .path-user #auth_box #middle_part .user-login-form .form-text[readonly], .path-user #auth_box #middle_part .user-pass .form-text[readonly] {
    background-color: #e5e3e3;
    opacity: 1; }

input[type="date"].form-control, .path-user #auth_box #middle_part .user-login-form input.form-text[type="date"], .path-user #auth_box #middle_part .user-pass input.form-text[type="date"],
input[type="time"].form-control,
.path-user #auth_box #middle_part .user-login-form input.form-text[type="time"],
.path-user #auth_box #middle_part .user-pass input.form-text[type="time"],
input[type="datetime-local"].form-control,
.path-user #auth_box #middle_part .user-login-form input.form-text[type="datetime-local"],
.path-user #auth_box #middle_part .user-pass input.form-text[type="datetime-local"],
input[type="month"].form-control,
.path-user #auth_box #middle_part .user-login-form input.form-text[type="month"],
.path-user #auth_box #middle_part .user-pass input.form-text[type="month"] {
  appearance: none; }

select.form-control:focus::-ms-value, .path-user #auth_box #middle_part .user-login-form select.form-text:focus::-ms-value, .path-user #auth_box #middle_part .user-pass select.form-text:focus::-ms-value {
  color: #707070;
  background-color: transparent; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 2.25rem;
  line-height: 2; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1rem;
  line-height: 1.1; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.1em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 0; }

.form-control-lg {
  height: calc(2em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 2;
  border-radius: 0; }

select.form-control[size], .path-user #auth_box #middle_part .user-login-form select.form-text[size], .path-user #auth_box #middle_part .user-pass select.form-text[size], select.form-control[multiple], .path-user #auth_box #middle_part .user-login-form select.form-text[multiple], .path-user #auth_box #middle_part .user-pass select.form-text[multiple] {
  height: auto; }

textarea.form-control, .path-user #auth_box #middle_part .user-login-form textarea.form-text, .path-user #auth_box #middle_part .user-pass textarea.form-text {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #57b36b; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(87, 179, 107, 0.9);
  border-radius: 0; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated .path-user #auth_box #middle_part .user-login-form .form-text:valid, .path-user #auth_box #middle_part .user-login-form .was-validated .form-text:valid, .was-validated .path-user #auth_box #middle_part .user-pass .form-text:valid, .path-user #auth_box #middle_part .user-pass .was-validated .form-text:valid, .form-control.is-valid, .path-user #auth_box #middle_part .user-login-form .is-valid.form-text, .path-user #auth_box #middle_part .user-pass .is-valid.form-text {
  border-color: #57b36b; }
  .was-validated .form-control:valid:focus, .was-validated .path-user #auth_box #middle_part .user-login-form .form-text:valid:focus, .path-user #auth_box #middle_part .user-login-form .was-validated .form-text:valid:focus, .was-validated .path-user #auth_box #middle_part .user-pass .form-text:valid:focus, .path-user #auth_box #middle_part .user-pass .was-validated .form-text:valid:focus, .form-control.is-valid:focus, .path-user #auth_box #middle_part .user-login-form .is-valid.form-text:focus, .path-user #auth_box #middle_part .user-pass .is-valid.form-text:focus {
    border-color: #57b36b;
    box-shadow: 0 0 0 0.2rem rgba(87, 179, 107, 0.25); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #57b36b; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #57b36b;
    box-shadow: 0 0 0 0.2rem rgba(87, 179, 107, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #57b36b; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #57b36b; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #57b36b; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #7ac38a;
  background-color: #7ac38a; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(87, 179, 107, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #57b36b; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #57b36b; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #57b36b;
  box-shadow: 0 0 0 0.2rem rgba(87, 179, 107, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated .path-user #auth_box #middle_part .user-login-form .form-text:invalid, .path-user #auth_box #middle_part .user-login-form .was-validated .form-text:invalid, .was-validated .path-user #auth_box #middle_part .user-pass .form-text:invalid, .path-user #auth_box #middle_part .user-pass .was-validated .form-text:invalid, .form-control.is-invalid, .path-user #auth_box #middle_part .user-login-form .is-invalid.form-text, .path-user #auth_box #middle_part .user-pass .is-invalid.form-text {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .path-user #auth_box #middle_part .user-login-form .form-text:invalid:focus, .path-user #auth_box #middle_part .user-login-form .was-validated .form-text:invalid:focus, .was-validated .path-user #auth_box #middle_part .user-pass .form-text:invalid:focus, .path-user #auth_box #middle_part .user-pass .was-validated .form-text:invalid:focus, .form-control.is-invalid:focus, .path-user #auth_box #middle_part .user-login-form .is-invalid.form-text:focus, .path-user #auth_box #middle_part .user-pass .is-invalid.form-text:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-login-form .form-inline .form-text, .form-inline .path-user #auth_box #middle_part .user-pass .form-text, .path-user #auth_box #middle_part .user-pass .form-inline .form-text {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .path-user #auth_box #middle_part #edit-submit {
  display: inline-block;
  font-weight: 600;
  color: #000;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .path-user #auth_box #middle_part #edit-submit {
      transition: none; } }
  .btn:hover, .path-user #auth_box #middle_part #edit-submit:hover {
    color: #000;
    text-decoration: none; }
  .btn:focus, .path-user #auth_box #middle_part #edit-submit:focus, .btn.focus, .path-user #auth_box #middle_part .focus#edit-submit {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .btn.disabled, .path-user #auth_box #middle_part .disabled#edit-submit, .btn:disabled, .path-user #auth_box #middle_part #edit-submit:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn .text-label, .path-user #auth_box #middle_part #edit-submit .text-label {
    display: flex;
    align-items: center; }

a.btn.disabled, .path-user #auth_box #middle_part a.disabled#edit-submit,
fieldset:disabled a.btn,
fieldset:disabled .path-user #auth_box #middle_part a#edit-submit,
.path-user #auth_box #middle_part fieldset:disabled a#edit-submit {
  pointer-events: none; }

.btn-primary, .path-user #auth_box #middle_part #edit-submit {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-primary:hover, .path-user #auth_box #middle_part #edit-submit:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:focus, .path-user #auth_box #middle_part #edit-submit:focus, .btn-primary.focus, .path-user #auth_box #middle_part .focus#edit-submit {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-primary.disabled, .path-user #auth_box #middle_part .disabled#edit-submit, .btn-primary:disabled, .path-user #auth_box #middle_part #edit-submit:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-primary:not(:disabled):not(.disabled):active, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .path-user #auth_box #middle_part .show > .dropdown-toggle#edit-submit {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .path-user #auth_box #middle_part #edit-submit:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .path-user #auth_box #middle_part .show > .dropdown-toggle#edit-submit:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-secondary {
  color: #333333;
  background-color: #fff;
  border-color: #fff; }
  .btn-secondary:hover {
    color: #333333;
    background-color: #ececec;
    border-color: #e6e5e5; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #333333;
    background-color: #ececec;
    border-color: #e6e5e5;
    box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #333333;
    background-color: #e6e5e5;
    border-color: #dfdfdf; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5); }

.btn-success {
  color: #fff;
  background-color: #57b36b;
  border-color: #57b36b; }
  .btn-success:hover {
    color: #fff;
    background-color: #479d5a;
    border-color: #439455; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #479d5a;
    border-color: #439455;
    box-shadow: 0 0 0 0.2rem rgba(112, 190, 129, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #57b36b;
    border-color: #57b36b; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #439455;
    border-color: #3f8b50; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(112, 190, 129, 0.5); }

.btn-info {
  color: #333333;
  background-color: #47b3e7;
  border-color: #47b3e7; }
  .btn-info:hover {
    color: #fff;
    background-color: #25a5e3;
    border-color: #1d9fde; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #25a5e3;
    border-color: #1d9fde;
    box-shadow: 0 0 0 0.2rem rgba(68, 160, 204, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #333333;
    background-color: #47b3e7;
    border-color: #47b3e7; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1d9fde;
    border-color: #1b97d3; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(68, 160, 204, 0.5); }

.btn-warning {
  color: #333333;
  background-color: #ffdc00;
  border-color: #ffdc00; }
  .btn-warning:hover {
    color: #333333;
    background-color: #d9bb00;
    border-color: #ccb000; }
  .btn-warning:focus, .btn-warning.focus {
    color: #333333;
    background-color: #d9bb00;
    border-color: #ccb000;
    box-shadow: 0 0 0 0.2rem rgba(224, 195, 8, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #333333;
    background-color: #ffdc00;
    border-color: #ffdc00; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #333333;
    background-color: #ccb000;
    border-color: #bfa500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 195, 8, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #333333;
  background-color: #e8e8e8;
  border-color: #e8e8e8; }
  .btn-light:hover {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #cfcece; }
  .btn-light:focus, .btn-light.focus {
    color: #333333;
    background-color: #d5d5d5;
    border-color: #cfcece;
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #333333;
    background-color: #e8e8e8;
    border-color: #e8e8e8; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #333333;
    background-color: #cfcece;
    border-color: #c8c8c8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }
  .btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1919; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #202020;
    border-color: #1a1919;
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1919;
    border-color: #131313; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.btn-corporate {
  color: #fff;
  background-color: #725f74;
  border-color: #725f74; }
  .btn-corporate:hover {
    color: #fff;
    background-color: #5d4e5f;
    border-color: #564858; }
  .btn-corporate:focus, .btn-corporate.focus {
    color: #fff;
    background-color: #5d4e5f;
    border-color: #564858;
    box-shadow: 0 0 0 0.2rem rgba(135, 119, 137, 0.5); }
  .btn-corporate.disabled, .btn-corporate:disabled {
    color: #fff;
    background-color: #725f74;
    border-color: #725f74; }
  .btn-corporate:not(:disabled):not(.disabled):active, .btn-corporate:not(:disabled):not(.disabled).active,
  .show > .btn-corporate.dropdown-toggle {
    color: #fff;
    background-color: #564858;
    border-color: #504251; }
    .btn-corporate:not(:disabled):not(.disabled):active:focus, .btn-corporate:not(:disabled):not(.disabled).active:focus,
    .show > .btn-corporate.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(135, 119, 137, 0.5); }

.btn-featured {
  color: #fff;
  background-color: #ab9159;
  border-color: #ab9159; }
  .btn-featured:hover {
    color: #fff;
    background-color: #937c4b;
    border-color: #8b7546; }
  .btn-featured:focus, .btn-featured.focus {
    color: #fff;
    background-color: #937c4b;
    border-color: #8b7546;
    box-shadow: 0 0 0 0.2rem rgba(184, 162, 114, 0.5); }
  .btn-featured.disabled, .btn-featured:disabled {
    color: #fff;
    background-color: #ab9159;
    border-color: #ab9159; }
  .btn-featured:not(:disabled):not(.disabled):active, .btn-featured:not(:disabled):not(.disabled).active,
  .show > .btn-featured.dropdown-toggle {
    color: #fff;
    background-color: #8b7546;
    border-color: #826e42; }
    .btn-featured:not(:disabled):not(.disabled):active:focus, .btn-featured:not(:disabled):not(.disabled).active:focus,
    .show > .btn-featured.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(184, 162, 114, 0.5); }

.btn-mid {
  color: #333333;
  background-color: #e5e3e3;
  border-color: #e5e3e3; }
  .btn-mid:hover {
    color: #333333;
    background-color: #d3cfcf;
    border-color: #ccc9c9; }
  .btn-mid:focus, .btn-mid.focus {
    color: #333333;
    background-color: #d3cfcf;
    border-color: #ccc9c9;
    box-shadow: 0 0 0 0.2rem rgba(202, 201, 201, 0.5); }
  .btn-mid.disabled, .btn-mid:disabled {
    color: #333333;
    background-color: #e5e3e3;
    border-color: #e5e3e3; }
  .btn-mid:not(:disabled):not(.disabled):active, .btn-mid:not(:disabled):not(.disabled).active,
  .show > .btn-mid.dropdown-toggle {
    color: #333333;
    background-color: #ccc9c9;
    border-color: #c6c2c2; }
    .btn-mid:not(:disabled):not(.disabled):active:focus, .btn-mid:not(:disabled):not(.disabled).active:focus,
    .show > .btn-mid.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(202, 201, 201, 0.5); }

.btn-outline-primary {
  color: #000;
  border-color: #000; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-secondary {
  color: #fff;
  border-color: #fff; }
  .btn-outline-secondary:hover {
    color: #333333;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #333333;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-success {
  color: #57b36b;
  border-color: #57b36b; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #57b36b;
    border-color: #57b36b; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(87, 179, 107, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #57b36b;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #57b36b;
    border-color: #57b36b; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(87, 179, 107, 0.5); }

.btn-outline-info {
  color: #47b3e7;
  border-color: #47b3e7; }
  .btn-outline-info:hover {
    color: #333333;
    background-color: #47b3e7;
    border-color: #47b3e7; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 179, 231, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #47b3e7;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #333333;
    background-color: #47b3e7;
    border-color: #47b3e7; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(71, 179, 231, 0.5); }

.btn-outline-warning {
  color: #ffdc00;
  border-color: #ffdc00; }
  .btn-outline-warning:hover {
    color: #333333;
    background-color: #ffdc00;
    border-color: #ffdc00; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffdc00;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #333333;
    background-color: #ffdc00;
    border-color: #ffdc00; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #e8e8e8;
  border-color: #e8e8e8; }
  .btn-outline-light:hover {
    color: #333333;
    background-color: #e8e8e8;
    border-color: #e8e8e8; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e8e8e8;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #333333;
    background-color: #e8e8e8;
    border-color: #e8e8e8; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5); }

.btn-outline-dark {
  color: #333333;
  border-color: #333333; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-outline-corporate {
  color: #725f74;
  border-color: #725f74; }
  .btn-outline-corporate:hover {
    color: #fff;
    background-color: #725f74;
    border-color: #725f74; }
  .btn-outline-corporate:focus, .btn-outline-corporate.focus {
    box-shadow: 0 0 0 0.2rem rgba(114, 95, 116, 0.5); }
  .btn-outline-corporate.disabled, .btn-outline-corporate:disabled {
    color: #725f74;
    background-color: transparent; }
  .btn-outline-corporate:not(:disabled):not(.disabled):active, .btn-outline-corporate:not(:disabled):not(.disabled).active,
  .show > .btn-outline-corporate.dropdown-toggle {
    color: #fff;
    background-color: #725f74;
    border-color: #725f74; }
    .btn-outline-corporate:not(:disabled):not(.disabled):active:focus, .btn-outline-corporate:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-corporate.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(114, 95, 116, 0.5); }

.btn-outline-featured {
  color: #ab9159;
  border-color: #ab9159; }
  .btn-outline-featured:hover {
    color: #fff;
    background-color: #ab9159;
    border-color: #ab9159; }
  .btn-outline-featured:focus, .btn-outline-featured.focus {
    box-shadow: 0 0 0 0.2rem rgba(171, 145, 89, 0.5); }
  .btn-outline-featured.disabled, .btn-outline-featured:disabled {
    color: #ab9159;
    background-color: transparent; }
  .btn-outline-featured:not(:disabled):not(.disabled):active, .btn-outline-featured:not(:disabled):not(.disabled).active,
  .show > .btn-outline-featured.dropdown-toggle {
    color: #fff;
    background-color: #ab9159;
    border-color: #ab9159; }
    .btn-outline-featured:not(:disabled):not(.disabled):active:focus, .btn-outline-featured:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-featured.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(171, 145, 89, 0.5); }

.btn-outline-mid {
  color: #e5e3e3;
  border-color: #e5e3e3; }
  .btn-outline-mid:hover {
    color: #333333;
    background-color: #e5e3e3;
    border-color: #e5e3e3; }
  .btn-outline-mid:focus, .btn-outline-mid.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 227, 227, 0.5); }
  .btn-outline-mid.disabled, .btn-outline-mid:disabled {
    color: #e5e3e3;
    background-color: transparent; }
  .btn-outline-mid:not(:disabled):not(.disabled):active, .btn-outline-mid:not(:disabled):not(.disabled).active,
  .show > .btn-outline-mid.dropdown-toggle {
    color: #333333;
    background-color: #e5e3e3;
    border-color: #e5e3e3; }
    .btn-outline-mid:not(:disabled):not(.disabled):active:focus, .btn-outline-mid:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-mid.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 227, 227, 0.5); }

button[data-toggle="collapse"]:not(.collapsed).item--show, button[data-toggle="collapse"]:not(.collapsed) .item--show, .btn[data-toggle="collapse"]:not(.collapsed).item--show, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"]:not(.collapsed).item--show, .btn[data-toggle="collapse"]:not(.collapsed) .item--show, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"]:not(.collapsed) .item--show, .button[data-toggle="collapse"]:not(.collapsed).item--show, .button[data-toggle="collapse"]:not(.collapsed) .item--show {
  display: none; }

button[data-toggle="collapse"].collapsed.item--hide, button[data-toggle="collapse"].collapsed .item--hide, .btn[data-toggle="collapse"].collapsed.item--hide, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"].collapsed.item--hide, .btn[data-toggle="collapse"].collapsed .item--hide, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"].collapsed .item--hide, .button[data-toggle="collapse"].collapsed.item--hide, .button[data-toggle="collapse"].collapsed .item--hide {
  display: none; }

.btn-link {
  font-weight: 400;
  color: #fff;
  text-decoration: none; }
  .btn-link:hover {
    color: #d9d9d9;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .path-user #auth_box #middle_part .btn-group-lg > #edit-submit {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 2;
  border-radius: 3rem; }

.btn-sm, .btn-group-sm > .btn, .path-user #auth_box #middle_part .btn-group-sm > #edit-submit {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 3rem; }

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

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

.btn .btn-corporate, .path-user #auth_box #middle_part #edit-submit .btn-corporate {
  color: #fff; }

.btn.btn-square, .path-user #auth_box #middle_part .btn-square#edit-submit {
  border-radius: 0; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0;
  font-size: 1.125rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

@media (min-width: 2440px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e5e3e3; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e8e8e8; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .path-user #auth_box #middle_part .btn-group > #edit-submit,
  .btn-group-vertical > .btn,
  .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .path-user #auth_box #middle_part .btn-group > #edit-submit:hover,
    .btn-group-vertical > .btn:hover,
    .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .path-user #auth_box #middle_part .btn-group > #edit-submit:focus, .btn-group > .btn:active, .path-user #auth_box #middle_part .btn-group > #edit-submit:active, .btn-group > .btn.active, .path-user #auth_box #middle_part .btn-group > .active#edit-submit,
    .btn-group-vertical > .btn:focus,
    .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:focus,
    .btn-group-vertical > .btn:active,
    .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:active,
    .btn-group-vertical > .btn.active,
    .path-user #auth_box #middle_part .btn-group-vertical > .active#edit-submit {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .path-user #auth_box #middle_part .btn-group > #edit-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .path-user #auth_box #middle_part .btn-group > #edit-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.path-user #auth_box #middle_part .btn-group > .btn-group:not(:last-child) > #edit-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .path-user #auth_box #middle_part .btn-group > #edit-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.path-user #auth_box #middle_part .btn-group > .btn-group:not(:first-child) > #edit-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .path-user #auth_box #middle_part .btn-group-sm > #edit-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .path-user #auth_box #middle_part .btn-group-lg > #edit-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .path-user #auth_box #middle_part .btn-group-vertical > .btn-group:not(:last-child) > #edit-submit {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .path-user #auth_box #middle_part .btn-group-vertical > #edit-submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .path-user #auth_box #middle_part .btn-group-vertical > .btn-group:not(:first-child) > #edit-submit {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .path-user #auth_box #middle_part .btn-group-toggle > #edit-submit,
.btn-group-toggle > .btn-group > .btn,
.path-user #auth_box #middle_part .btn-group-toggle > .btn-group > #edit-submit {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .path-user #auth_box #middle_part .btn-group-toggle > #edit-submit input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .path-user #auth_box #middle_part .btn-group-toggle > #edit-submit input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .path-user #auth_box #middle_part .btn-group-toggle > .btn-group > #edit-submit input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .path-user #auth_box #middle_part .btn-group-toggle > .btn-group > #edit-submit input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .path-user #auth_box #middle_part .user-login-form .input-group > .form-text, .path-user #auth_box #middle_part .user-pass .input-group > .form-text,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .path-user #auth_box #middle_part .user-login-form .input-group > .form-text + .form-control, .path-user #auth_box #middle_part .user-pass .input-group > .form-text + .form-control, .path-user #auth_box #middle_part .user-login-form .input-group > .form-control + .form-text, .path-user #auth_box #middle_part .user-login-form .input-group > .form-text + .form-text, .path-user #auth_box #middle_part .user-pass .input-group > .form-control + .form-text, .path-user #auth_box #middle_part .user-pass .input-group > .form-text + .form-text,
    .input-group > .form-control + .custom-select,
    .path-user #auth_box #middle_part .user-login-form .input-group > .form-text + .custom-select,
    .path-user #auth_box #middle_part .user-pass .input-group > .form-text + .custom-select,
    .input-group > .form-control + .custom-file,
    .path-user #auth_box #middle_part .user-login-form .input-group > .form-text + .custom-file,
    .path-user #auth_box #middle_part .user-pass .input-group > .form-text + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .path-user #auth_box #middle_part .user-login-form .input-group > .form-control-plaintext + .form-text,
    .path-user #auth_box #middle_part .user-pass .input-group > .form-control-plaintext + .form-text,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .path-user #auth_box #middle_part .user-login-form .input-group > .custom-select + .form-text,
    .path-user #auth_box #middle_part .user-pass .input-group > .custom-select + .form-text,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .path-user #auth_box #middle_part .user-login-form .input-group > .custom-file + .form-text,
    .path-user #auth_box #middle_part .user-pass .input-group > .custom-file + .form-text,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .path-user #auth_box #middle_part .user-login-form .input-group > .form-text:focus, .path-user #auth_box #middle_part .user-pass .input-group > .form-text:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child), .path-user #auth_box #middle_part .user-login-form .input-group > .form-text:not(:first-child), .path-user #auth_box #middle_part .user-pass .input-group > .form-text:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child), .path-user #auth_box #middle_part .user-login-form .input-group:not(.has-validation) > .form-text:not(:last-child), .path-user #auth_box #middle_part .user-pass .input-group:not(.has-validation) > .form-text:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3), .path-user #auth_box #middle_part .user-login-form .input-group.has-validation > .form-text:nth-last-child(n + 3), .path-user #auth_box #middle_part .user-pass .input-group.has-validation > .form-text:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part .input-group-prepend #edit-submit,
  .input-group-append .btn,
  .input-group-append .path-user #auth_box #middle_part #edit-submit,
  .path-user #auth_box #middle_part .input-group-append #edit-submit {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .path-user #auth_box #middle_part #edit-submit:focus, .path-user #auth_box #middle_part .input-group-prepend #edit-submit:focus,
    .input-group-append .btn:focus,
    .input-group-append .path-user #auth_box #middle_part #edit-submit:focus,
    .path-user #auth_box #middle_part .input-group-append #edit-submit:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .path-user #auth_box #middle_part #edit-submit + .btn, .path-user #auth_box #middle_part .input-group-prepend #edit-submit + .btn, .input-group-prepend .path-user #auth_box #middle_part .btn + #edit-submit, .path-user #auth_box #middle_part .input-group-prepend .btn + #edit-submit, .input-group-prepend .path-user #auth_box #middle_part #edit-submit + #edit-submit, .path-user #auth_box #middle_part .input-group-prepend #edit-submit + #edit-submit,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .path-user #auth_box #middle_part #edit-submit + .input-group-text,
  .path-user #auth_box #middle_part .input-group-prepend #edit-submit + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .path-user #auth_box #middle_part .input-group-text + #edit-submit,
  .path-user #auth_box #middle_part .input-group-prepend .input-group-text + #edit-submit,
  .input-group-append .btn + .btn,
  .input-group-append .path-user #auth_box #middle_part #edit-submit + .btn,
  .path-user #auth_box #middle_part .input-group-append #edit-submit + .btn,
  .input-group-append .path-user #auth_box #middle_part .btn + #edit-submit,
  .path-user #auth_box #middle_part .input-group-append .btn + #edit-submit,
  .input-group-append .path-user #auth_box #middle_part #edit-submit + #edit-submit,
  .path-user #auth_box #middle_part .input-group-append #edit-submit + #edit-submit,
  .input-group-append .btn + .input-group-text,
  .input-group-append .path-user #auth_box #middle_part #edit-submit + .input-group-text,
  .path-user #auth_box #middle_part .input-group-append #edit-submit + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .path-user #auth_box #middle_part .input-group-text + #edit-submit,
  .path-user #auth_box #middle_part .input-group-append .input-group-text + #edit-submit {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  background-color: #e5e3e3;
  border: 1px solid #000;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .path-user #auth_box #middle_part .user-login-form .input-group-lg > .form-text:not(textarea), .path-user #auth_box #middle_part .user-pass .input-group-lg > .form-text:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2em + 1rem + 2px); }

.input-group-lg > .form-control, .path-user #auth_box #middle_part .user-login-form .input-group-lg > .form-text, .path-user #auth_box #middle_part .user-pass .input-group-lg > .form-text,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.path-user #auth_box #middle_part .input-group-lg > .input-group-prepend > #edit-submit,
.input-group-lg > .input-group-append > .btn,
.path-user #auth_box #middle_part .input-group-lg > .input-group-append > #edit-submit {
  padding: 0.5rem 1rem;
  font-size: 2.25rem;
  line-height: 2;
  border-radius: 0; }

.input-group-sm > .form-control:not(textarea), .path-user #auth_box #middle_part .user-login-form .input-group-sm > .form-text:not(textarea), .path-user #auth_box #middle_part .user-pass .input-group-sm > .form-text:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.1em + 0.5rem + 2px); }

.input-group-sm > .form-control, .path-user #auth_box #middle_part .user-login-form .input-group-sm > .form-text, .path-user #auth_box #middle_part .user-pass .input-group-sm > .form-text,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.path-user #auth_box #middle_part .input-group-sm > .input-group-prepend > #edit-submit,
.input-group-sm > .input-group-append > .btn,
.path-user #auth_box #middle_part .input-group-sm > .input-group-append > #edit-submit {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1;
  border-radius: 0; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.2rem; }

.input-group > .input-group-prepend > .btn, .path-user #auth_box #middle_part .input-group > .input-group-prepend > #edit-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.path-user #auth_box #middle_part .input-group:not(.has-validation) > .input-group-append:not(:last-child) > #edit-submit,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.path-user #auth_box #middle_part .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > #edit-submit,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.path-user #auth_box #middle_part .input-group > .input-group-append:last-child > #edit-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .path-user #auth_box #middle_part .input-group > .input-group-append > #edit-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.path-user #auth_box #middle_part .input-group > .input-group-prepend:not(:first-child) > #edit-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.path-user #auth_box #middle_part .input-group > .input-group-prepend:first-child > #edit-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6875rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.34375rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #404040; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #595959;
    border-color: #595959; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e5e3e3; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: transparent;
    border: #bfbfbf solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.34375rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #bfbfbf;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: transparent;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 0, 0, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 2.2rem 0.6rem 1.2rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.2rem center/8px 10px;
  border: 1px solid #000;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-select:focus::-ms-value {
      color: #707070;
      background-color: transparent; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.2rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e5e3e3; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #707070; }

.custom-select-sm {
  height: calc(1.1em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem; }

.custom-select-lg {
  height: calc(2em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 2.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #404040;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e5e3e3; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.2rem);
    padding: 0.6rem 1.2rem;
    line-height: 1.5;
    color: #707070;
    content: "Browse";
    background-color: #e5e3e3;
    border-left: inherit;
    border-radius: 0 0 0 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #595959; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #595959; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #595959; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #bfbfbf; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #bfbfbf; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #bfbfbf; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e5e3e3 #e5e3e3 #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #707070;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl, .navbar .container-xxxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: -0.34375rem;
  padding-bottom: -0.34375rem;
  margin-right: 1rem;
  font-size: 2.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 2.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 2439.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 2440px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' fill-rule='nonzero' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: #fff; }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0; }

.card-title {
  margin-bottom: 0; }

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 0; }

.card-header {
  padding: 0 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid transparent; }
  .card-header:first-child {
    border-radius: 0 0 0 0; }

.card-footer {
  padding: 0 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid transparent; }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: 0; }

.card-header-pills {
  margin-right: 0;
  margin-left: 0; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-deck .card {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: 0;
    margin-left: 0; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0; } }

.card-group > .card {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
    column-gap: 3rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: " / "; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #d9d9d9;
    text-decoration: none;
    background-color: #e5e3e3;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 2.25rem;
  line-height: 2; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.1; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .path-user #auth_box #middle_part #edit-submit .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #000; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: black; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-secondary {
  color: #333333;
  background-color: #fff; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #333333;
    background-color: #e6e5e5; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-success {
  color: #fff;
  background-color: #57b36b; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #439455; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(87, 179, 107, 0.5); }

.badge-info {
  color: #333333;
  background-color: #47b3e7; }
  a.badge-info:hover, a.badge-info:focus {
    color: #333333;
    background-color: #1d9fde; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 179, 231, 0.5); }

.badge-warning {
  color: #333333;
  background-color: #ffdc00; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #333333;
    background-color: #ccb000; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 220, 0, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #333333;
  background-color: #e8e8e8; }
  a.badge-light:hover, a.badge-light:focus {
    color: #333333;
    background-color: #cfcece; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #333333; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1a1919; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.badge-corporate {
  color: #fff;
  background-color: #725f74; }
  a.badge-corporate:hover, a.badge-corporate:focus {
    color: #fff;
    background-color: #564858; }
  a.badge-corporate:focus, a.badge-corporate.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(114, 95, 116, 0.5); }

.badge-featured {
  color: #fff;
  background-color: #ab9159; }
  a.badge-featured:hover, a.badge-featured:focus {
    color: #fff;
    background-color: #8b7546; }
  a.badge-featured:focus, a.badge-featured.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(171, 145, 89, 0.5); }

.badge-mid {
  color: #333333;
  background-color: #e5e3e3; }
  a.badge-mid:hover, a.badge-mid:focus {
    color: #333333;
    background-color: #ccc9c9; }
  a.badge-mid:focus, a.badge-mid.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 227, 227, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e5e3e3;
  border-radius: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert, .messages {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 600; }

.alert-dismissible {
  padding-right: 4.1875rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary, .messages--primary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-primary hr, .messages--primary hr {
    border-top-color: #ababab; }
  .alert-primary .alert-link, .messages--primary .alert-link {
    color: black; }

.alert-secondary, .messages--secondary {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-secondary hr, .messages--secondary hr {
    border-top-color: #f2f2f2; }
  .alert-secondary .alert-link, .messages--secondary .alert-link {
    color: #6c6b6b; }

.alert-success, .messages--status {
  color: #2d5d38;
  background-color: #ddf0e1;
  border-color: #d0ead6; }
  .alert-success hr, .messages--status hr {
    border-top-color: #bee2c7; }
  .alert-success .alert-link, .messages--status .alert-link {
    color: #1c3b23; }

.alert-info, .messages--info {
  color: #255d78;
  background-color: #daf0fa;
  border-color: #cbeaf8; }
  .alert-info hr, .messages--info hr {
    border-top-color: #b5e1f5; }
  .alert-info .alert-link, .messages--info .alert-link {
    color: #193f51; }

.alert-warning, .messages--warning {
  color: #857200;
  background-color: #fff8cc;
  border-color: #fff5b8; }
  .alert-warning hr, .messages--warning hr {
    border-top-color: #fff19f; }
  .alert-warning .alert-link, .messages--warning .alert-link {
    color: #524600; }

.alert-danger, .messages--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr, .messages--error hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link, .messages--error .alert-link {
    color: #491217; }

.alert-light, .messages--light {
  color: #797979;
  background-color: #fafafa;
  border-color: #f9f9f9; }
  .alert-light hr, .messages--light hr {
    border-top-color: #ececec; }
  .alert-light .alert-link, .messages--light .alert-link {
    color: #605f5f; }

.alert-dark, .messages--dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6; }
  .alert-dark hr, .messages--dark hr {
    border-top-color: #b9b9b9; }
  .alert-dark .alert-link, .messages--dark .alert-link {
    color: #020101; }

.alert-corporate {
  color: #3b313c;
  background-color: #e3dfe3;
  border-color: #d8d2d8; }
  .alert-corporate hr {
    border-top-color: #ccc4cc; }
  .alert-corporate .alert-link {
    color: #1f1a20; }

.alert-featured {
  color: #594b2e;
  background-color: #eee9de;
  border-color: #e7e0d1; }
  .alert-featured hr {
    border-top-color: #ded5c0; }
  .alert-featured .alert-link {
    color: #372f1d; }

.alert-mid {
  color: #777676;
  background-color: #faf9f9;
  border-color: #f8f7f7; }
  .alert-mid hr {
    border-top-color: #ece9e9; }
  .alert-mid .alert-link {
    color: #5d5d5d; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.84375rem;
  background-color: #e5e3e3;
  border-radius: 0; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #707070;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #707070;
    text-decoration: none;
    background-color: #e8e8e8; }
  .list-group-item-action:active {
    color: #000;
    background-color: #e5e3e3; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 2440px) {
  .list-group-horizontal-xxxl {
    flex-direction: row; }
    .list-group-horizontal-xxxl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: black;
  background-color: #b8b8b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: black;
    background-color: #ababab; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: black;
    border-color: black; }

.list-group-item-secondary {
  color: #858585;
  background-color: white; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585; }

.list-group-item-success {
  color: #2d5d38;
  background-color: #d0ead6; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #2d5d38;
    background-color: #bee2c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2d5d38;
    border-color: #2d5d38; }

.list-group-item-info {
  color: #255d78;
  background-color: #cbeaf8; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #255d78;
    background-color: #b5e1f5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #255d78;
    border-color: #255d78; }

.list-group-item-warning {
  color: #857200;
  background-color: #fff5b8; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #857200;
    background-color: #fff19f; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #857200;
    border-color: #857200; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #797979;
  background-color: #f9f9f9; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #797979;
    background-color: #ececec; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #797979;
    border-color: #797979; }

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1b1b;
    background-color: #b9b9b9; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b; }

.list-group-item-corporate {
  color: #3b313c;
  background-color: #d8d2d8; }
  .list-group-item-corporate.list-group-item-action:hover, .list-group-item-corporate.list-group-item-action:focus {
    color: #3b313c;
    background-color: #ccc4cc; }
  .list-group-item-corporate.list-group-item-action.active {
    color: #fff;
    background-color: #3b313c;
    border-color: #3b313c; }

.list-group-item-featured {
  color: #594b2e;
  background-color: #e7e0d1; }
  .list-group-item-featured.list-group-item-action:hover, .list-group-item-featured.list-group-item-action:focus {
    color: #594b2e;
    background-color: #ded5c0; }
  .list-group-item-featured.list-group-item-action.active {
    color: #fff;
    background-color: #594b2e;
    border-color: #594b2e; }

.list-group-item-mid {
  color: #777676;
  background-color: #f8f7f7; }
  .list-group-item-mid.list-group-item-action:hover, .list-group-item-mid.list-group-item-action:focus {
    color: #777676;
    background-color: #ece9e9; }
  .list-group-item-mid.list-group-item-action.active {
    color: #fff;
    background-color: #777676;
    border-color: #777676; }

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: 1rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 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.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 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.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e5e5 !important; }

.bg-success {
  background-color: #57b36b !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #439455 !important; }

.bg-info {
  background-color: #47b3e7 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1d9fde !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ccb000 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cfcece !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1919 !important; }

.bg-corporate {
  background-color: #725f74 !important; }

a.bg-corporate:hover, a.bg-corporate:focus,
button.bg-corporate:hover,
button.bg-corporate:focus {
  background-color: #564858 !important; }

.bg-featured {
  background-color: #ab9159 !important; }

a.bg-featured:hover, a.bg-featured:focus,
button.bg-featured:hover,
button.bg-featured:focus {
  background-color: #8b7546 !important; }

.bg-mid {
  background-color: #e5e3e3 !important; }

a.bg-mid:hover, a.bg-mid:focus,
button.bg-mid:hover,
button.bg-mid:focus {
  background-color: #ccc9c9 !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #fff !important; }

.border-top {
  border-top: 1px solid #fff !important; }

.border-right {
  border-right: 1px solid #fff !important; }

.border-bottom {
  border-bottom: 1px solid #fff !important; }

.border-left {
  border-left: 1px solid #fff !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #000 !important; }

.border-secondary {
  border-color: #fff !important; }

.border-success {
  border-color: #57b36b !important; }

.border-info {
  border-color: #47b3e7 !important; }

.border-warning {
  border-color: #ffdc00 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #e8e8e8 !important; }

.border-dark {
  border-color: #333333 !important; }

.border-corporate {
  border-color: #725f74 !important; }

.border-featured {
  border-color: #ab9159 !important; }

.border-mid {
  border-color: #e5e3e3 !important; }

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

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

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

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

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

.rounded-circle {
  border-radius: 50% !important; }

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

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

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

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

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

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

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

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 2440px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

@media (min-width: 2440px) {
  .flex-xxxl-row {
    flex-direction: row !important; }
  .flex-xxxl-column {
    flex-direction: column !important; }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxxl-center {
    justify-content: center !important; }
  .justify-content-xxxl-between {
    justify-content: space-between !important; }
  .justify-content-xxxl-around {
    justify-content: space-around !important; }
  .align-items-xxxl-start {
    align-items: flex-start !important; }
  .align-items-xxxl-end {
    align-items: flex-end !important; }
  .align-items-xxxl-center {
    align-items: center !important; }
  .align-items-xxxl-baseline {
    align-items: baseline !important; }
  .align-items-xxxl-stretch {
    align-items: stretch !important; }
  .align-content-xxxl-start {
    align-content: flex-start !important; }
  .align-content-xxxl-end {
    align-content: flex-end !important; }
  .align-content-xxxl-center {
    align-content: center !important; }
  .align-content-xxxl-between {
    align-content: space-between !important; }
  .align-content-xxxl-around {
    align-content: space-around !important; }
  .align-content-xxxl-stretch {
    align-content: stretch !important; }
  .align-self-xxxl-auto {
    align-self: auto !important; }
  .align-self-xxxl-start {
    align-self: flex-start !important; }
  .align-self-xxxl-end {
    align-self: flex-end !important; }
  .align-self-xxxl-center {
    align-self: center !important; }
  .align-self-xxxl-baseline {
    align-self: baseline !important; }
  .align-self-xxxl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 2440px) {
  .float-xxxl-left {
    float: left !important; }
  .float-xxxl-right {
    float: right !important; }
  .float-xxxl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

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

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

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 501; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 2440px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 2440px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: 200 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 600 !important; }

.font-weight-bolder {
  font-weight: 800 !important; }

.font-italic {
  font-style: italic !important; }

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

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

a.text-primary:hover, a.text-primary:focus {
  color: black !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #d9d9d9 !important; }

.text-success {
  color: #57b36b !important; }

a.text-success:hover, a.text-success:focus {
  color: #3b824b !important; }

.text-info {
  color: #47b3e7 !important; }

a.text-info:hover, a.text-info:focus {
  color: #1a8fc7 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #b39a00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #c2c2c2 !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important; }

.text-corporate {
  color: #725f74 !important; }

a.text-corporate:hover, a.text-corporate:focus {
  color: #493d4a !important; }

.text-featured {
  color: #ab9159 !important; }

a.text-featured:hover, a.text-featured:focus {
  color: #7a673e !important; }

.text-mid {
  color: #e5e3e3 !important; }

a.text-mid:hover, a.text-mid:focus {
  color: #c0bbbb !important; }

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

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

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

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #bfbfbf;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #fff; }
  .table .thead-dark th {
    color: inherit;
    border-color: #fff; } }

.components .component-spacer.-borders::before,
.node-spacer.-borders::before,
.term-spacer.-borders::before {
  border-top-color: transparent !important; }

.components .component-spacer.-borders::after,
.node-spacer.-borders::after,
.term-spacer.-borders::after {
  border-bottom-color: transparent; }

.theme-light.components .component-spacer.-borders::before,
.theme-light.components .node-spacer.-borders::before,
.theme-light.components .term-spacer.-borders::before {
  border-top-color: transparent; }

.theme-light.components .component-spacer.-borders::after,
.theme-light.components .node-spacer.-borders::after,
.theme-light.components .term-spacer.-borders::after {
  border-bottom-color: transparent; }

.privacy-modal.ui-dialog.ui-widget.ui-widget-content.ui-front {
  position: fixed !important;
  height: 80vh !important;
  width: 80vw !important;
  top: 10vh !important;
  left: 10vw !important; }

.privacy-modal.ui-dialog .ui-dialog-titlebar {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: flex-end; }

.privacy-modal.ui-dialog .ui-dialog-title {
  display: none !important; }

.privacy-modal.ui-dialog .ui-dialog-titlebar-close {
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  right: 0; }

.privacy-modal.ui-dialog .ui-icon-closethick {
  margin: 0; }

.privacy-modal.ui-dialog .ui-button-icon-space {
  display: none; }

.privacy-modal.ui-dialog #drupal-modal {
  width: 100% !important;
  max-height: 100% !important; }

.privacy-modal#PrivacyModal {
  display: none; }

.privacy-modal .close {
  float: none;
  opacity: 1;
  background-position: top center;
  background-image: none;
  background-color: transparent;
  color: #000;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  height: auto;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  margin: 0 0 0 auto;
  text-align: center;
  text-shadow: none;
  text-indent: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .privacy-modal .close::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "close";
    font-size: 2rem;
    color: #725f74;
    background-color: transparent; }
  .privacy-modal .close:hover, .privacy-modal .close:focus, .privacy-modal .close:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border: 0 none transparent;
    box-shadow: none; }
    .privacy-modal .close:hover::before, .privacy-modal .close:focus::before, .privacy-modal .close:active::before {
      color: #fff;
      background-color: #725f74;
      opacity: 1 !important; }

.privacy-modal .modal-header {
  border-color: transparent; }

.privacy-modal .modal-content {
  background-color: transparent;
  border-color: transparent; }

.privacy-modal .modal-body {
  padding: 0; }

.privacy-modal .node {
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .privacy-modal .node .components .component-spacer.-borders::before, .privacy-modal .node .components .component-spacer.-borders::after {
    content: none; }
  .privacy-modal .node .components.component-hero > .wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    .privacy-modal .node .components.component-hero > .wrapper > .container-fluid, .privacy-modal .node .components.component-hero > .wrapper > .container-sm, .privacy-modal .node .components.component-hero > .wrapper > .container-md, .privacy-modal .node .components.component-hero > .wrapper > .container-lg, .privacy-modal .node .components.component-hero > .wrapper > .container-xl, .privacy-modal .node .components.component-hero > .wrapper > .container-xxl, .privacy-modal .node .components.component-hero > .wrapper > .container-xxxl {
      padding-bottom: 0;
      min-height: inherit;
      background-image: none !important; }
      .privacy-modal .node .components.component-hero > .wrapper > .container-fluid::before, .privacy-modal .node .components.component-hero > .wrapper > .container-sm::before, .privacy-modal .node .components.component-hero > .wrapper > .container-md::before, .privacy-modal .node .components.component-hero > .wrapper > .container-lg::before, .privacy-modal .node .components.component-hero > .wrapper > .container-xl::before, .privacy-modal .node .components.component-hero > .wrapper > .container-xxl::before, .privacy-modal .node .components.component-hero > .wrapper > .container-xxxl::before {
        content: none; }
      .privacy-modal .node .components.component-hero > .wrapper > .container-fluid > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-sm > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-md > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-lg > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-xl > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-xxl > .container, .privacy-modal .node .components.component-hero > .wrapper > .container-xxxl > .container {
        padding-left: 0;
        padding-right: 0; }
  .privacy-modal .node .components.component-hero .header {
    text-align: left;
    margin-top: 0; }
  .privacy-modal .node .components.component-hero .component-col-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0; }
  .privacy-modal .node .components.component-hero .body {
    text-align: left;
    min-height: inherit;
    margin-top: 0; }
  @media (min-width: 1200px) {
    .privacy-modal .node .components.component-rich_content-centered .component-col-content {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      margin-bottom: 0; } }
  .privacy-modal .node .components.component-text_group > .wrapper {
    padding-top: 0;
    padding-bottom: 0; }
  .privacy-modal .node .components.component-text_group .header .title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem; }
  .privacy-modal .node .components.component-text_group .component-col-content {
    flex: 0 0 100%;
    max-width: 100%; }
  .privacy-modal .node .components.component-text_group .component-col-body {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem; }

.pager__items {
  margin: 0 auto;
  width: 100%;
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .pager__items .pager__item {
    display: flex;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #7b7b84;
    margin-left: 1rem; }
    .pager__items .pager__item:first-of-type {
      margin-left: 0; }
    .pager__items .pager__item a {
      text-decoration: none;
      font-size: .725rem;
      color: #7b7b84;
      border: 1px solid;
      border-radius: 0;
      padding: 0.45rem 0.7rem; }
      .pager__items .pager__item a:hover {
        text-decoration: none;
        color: #725f74; }
    .pager__items .pager__item.is-active > a {
      color: #725f74; }
    .pager__items .pager__item.pager__item--next a, .pager__items .pager__item.pager__item--previous a {
      font-weight: 900; }

/** Owl Carousel */
.owl-loaded {
  position: relative;
  padding-bottom: 0; }
  .owl-loaded .owl-stage-outer {
    overflow: visible;
    position: relative; }
    .owl-loaded .owl-stage-outer::before, .owl-loaded .owl-stage-outer::after {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      content: "";
      top: 0;
      z-index: 4; }
    .owl-loaded .owl-stage-outer::before {
      background-color: transparent;
      left: -100%; }
    .owl-loaded .owl-stage-outer::after {
      background-color: transparent;
      right: -100%; }
  .owl-loaded .owl-stage {
    display: flex; }
  .owl-loaded .owl-item {
    background-color: transparent;
    display: flex;
    flex: 1;
    opacity: 0.2;
    transition: 250ms ease-in-out all;
    justify-content: center; }
    .owl-loaded .owl-item.active {
      opacity: 1;
      transition: 250ms ease-in-out all; }
    @media (max-width: 991.98px) {
      .owl-loaded .owl-item .field__item > article .node-container-fluid .col-12,
      .owl-loaded .owl-item .field__item > article .term-container-fluid .col-12,
      .owl-loaded .owl-item .field__item > article .card-container-fluid .col-12 {
        padding-left: 0;
        padding-right: 0; }
      .owl-loaded .owl-item .field__item > article .node-headings, .owl-loaded .owl-item .field__item > article .node-footer, .owl-loaded .owl-item .field__item > article .node-cta,
      .owl-loaded .owl-item .field__item > article .term-headings,
      .owl-loaded .owl-item .field__item > article .term-footer,
      .owl-loaded .owl-item .field__item > article .term-cta,
      .owl-loaded .owl-item .field__item > article .card-headings,
      .owl-loaded .owl-item .field__item > article .card-footer,
      .owl-loaded .owl-item .field__item > article .card-cta {
        padding-left: 0;
        padding-right: 0; } }
    .owl-loaded .owl-item > article {
      max-width: 100%; }
      .owl-loaded .owl-item > article > .field {
        max-width: 100%; }
        .owl-loaded .owl-item > article > .field img {
          max-width: 100%;
          height: auto; }
  .owl-loaded .owl-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem; }
    .owl-loaded .owl-nav.disabled {
      display: none; }
    .owl-loaded .owl-nav .owl-prev,
    .owl-loaded .owl-nav .owl-next {
      background-color: transparent;
      border: 0 none transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
      line-height: 1; }
      .owl-loaded .owl-nav .owl-prev span,
      .owl-loaded .owl-nav .owl-next span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0;
        line-height: 1;
        padding: 1rem 1.5rem;
        color: unset;
        background-color: transparent;
        margin: 0;
        visibility: hidden; }
        .owl-loaded .owl-nav .owl-prev span::after,
        .owl-loaded .owl-nav .owl-next span::after {
          font-family: "Material Icons";
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          /* Support for all WebKit browsers. */
          -webkit-font-smoothing: antialiased;
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          font-size: 1.5rem;
          color: inherit;
          visibility: visible; }
      .owl-loaded .owl-nav .owl-prev.active span, .owl-loaded .owl-nav .owl-prev:hover span,
      .owl-loaded .owl-nav .owl-next.active span,
      .owl-loaded .owl-nav .owl-next:hover span {
        color: #725f74; }
      .owl-loaded .owl-nav .owl-prev:focus,
      .owl-loaded .owl-nav .owl-next:focus {
        outline: none; }
    .owl-loaded .owl-nav .owl-prev span::after {
      content: "arrow_back"; }
    .owl-loaded .owl-nav .owl-next span::after {
      content: "arrow_forward"; }
  .owl-loaded .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 0;
    width: calc(100% - 10rem);
    z-index: 3;
    left: 5rem; }
    .owl-loaded .owl-dots.disabled {
      display: none; }
    .owl-loaded .owl-dots .owl-dot {
      background-color: transparent;
      border: 0 none transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
      line-height: 1; }
      .owl-loaded .owl-dots .owl-dot span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        line-height: 1;
        padding: 0.5rem;
        opacity: 0.5;
        color: unset;
        background-color: transparent;
        margin: 0; }
        @media (max-width: 991.98px) {
          .owl-loaded .owl-dots .owl-dot span {
            font-size: 8px;
            padding: 8px; } }
        .owl-loaded .owl-dots .owl-dot span::after {
          content: "lens";
          font-family: "Material Icons";
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          /* Support for all WebKit browsers. */
          -webkit-font-smoothing: antialiased;
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          font-size: inherit;
          color: inherit; }
      .owl-loaded .owl-dots .owl-dot.active span, .owl-loaded .owl-dots .owl-dot:hover span {
        opacity: 1;
        color: #725f74; }
      .owl-loaded .owl-dots .owl-dot:focus {
        outline: none; }

.goto {
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3rem;
  border-width: 1px;
  display: inline-flex;
  white-space: nowrap;
  transition: all 0.2s ease-in-out; }
  .goto .material-icons {
    font-size: 1.2rem;
    line-height: 1;
    vertical-align: middle; }
  .goto.goto-element {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    transition: 250ms ease-in-out all; }
    .goto.goto-element:hover, .goto.goto-element:focus, .goto.goto-element:active {
      outline: none;
      text-decoration: none;
      transition: 250ms ease-in-out all; }
  .goto.goto-destination {
    text-transform: uppercase;
    display: inline-flex;
    padding: 0.375rem 0.75rem;
    margin: 1rem 0;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    align-items: center;
    transition: 250ms ease-in-out all; }
    .goto.goto-destination:hover, .goto.goto-destination:focus, .goto.goto-destination:active {
      outline: none;
      text-decoration: none;
      transition: 250ms ease-in-out all; }
    .goto.goto-destination::before {
      content: "arrow_backward";
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 1.125rem;
      display: flex;
      align-items: center;
      line-height: 1.4;
      padding-left: 0.5rem;
      max-width: 2rem; }
    .goto.goto-destination .text-label {
      margin-top: 2px; }
  .goto.goto-video-modal {
    position: relative; }
    .goto.goto-video-modal.btn::after, .path-user #auth_box #middle_part .goto.goto-video-modal#edit-submit::after {
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "arrow_forward";
      font-size: 1.125rem;
      font-weight: 600;
      vertical-align: middle;
      padding-left: 0.5rem; }
    .goto.goto-video-modal.-rounded {
      display: block;
      position: relative; }
      .goto.goto-video-modal.-rounded .controls {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .goto.goto-video-modal.-rounded .controls .play-pause {
          width: 3rem;
          height: 3rem;
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 512 512' fill='%23fff' stroke='%23ffffff'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'/%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpolygon points='128 448 384 256 128 64 128 448'/%3e%3c/g%3e%3c/svg%3e");
          background-repeat: no-repeat;
          background-position-x: 57%;
          background-position-y: 50%;
          background-size: 3rem;
          padding: 3rem;
          border-radius: 100%;
          border: none;
          background-color: #000;
          transition: all 0.2s ease-in-out; }
          @media (max-width: 767.98px) {
            .goto.goto-video-modal.-rounded .controls .play-pause {
              background-size: calc(3rem * 0.8);
              padding: calc(3rem * 0.8); } }
          .goto.goto-video-modal.-rounded .controls .play-pause:hover {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 512 512' fill='%23000' stroke='%23ffffff'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'/%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpolygon points='128 448 384 256 128 64 128 448'/%3e%3c/g%3e%3c/svg%3e");
            background-color: #fff; }
          .goto.goto-video-modal.-rounded .controls .play-pause:active {
            background-color: #564858; }
          .goto.goto-video-modal.-rounded .controls .play-pause:focus {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 512 512' fill='%23fff' stroke='%23ffffff'%3e%3cg id='SVGRepo_bgCarrier' stroke-width='0'/%3e%3cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3e%3cg id='SVGRepo_iconCarrier'%3e%3cpolygon points='128 448 384 256 128 64 128 448'/%3e%3c/g%3e%3c/svg%3e");
            background-color: #564858;
            box-shadow: 0 0 0 0.4rem rgba(114, 95, 116, 0.5); }

a.goto:hover {
  text-decoration: none; }

.ui-dialog {
  /* Component containers
----------------------------------*/
  /* Interaction states
  ----------------------------------*/
  /* Interaction Cues
  ----------------------------------*/
  /* states and images */
  /* Corner radius */ }
  .ui-dialog .ui-dialog-titlebar {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #ccc;
    border-radius: 0;
    background: #f3f4ee;
    font-weight: bold;
    padding: .4em 1em;
    position: relative; }
  .ui-dialog .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0; }
  .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: none;
    margin: 0;
    width: auto;
    background: transparent;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em; }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right; }
  .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer; }
  .ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0; }
  .ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0; }
  .ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0; }
  .ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0; }
  .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px; }
  .ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0; }
  .ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0; }
  .ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0; }
  .ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0; }
  .ui-dialog .ui-draggable .ui-dialog-titlebar {
    cursor: move; }
  .ui-dialog .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
  .ui-dialog .ui-widget .ui-widget {
    font-size: 1em; }
  .ui-dialog .ui-widget input,
  .ui-dialog .ui-widget select,
  .ui-dialog .ui-widget textarea,
  .ui-dialog .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
  .ui-dialog.ui-widget.ui-widget-content {
    border: 0 none transparent;
    background-color: transparent; }
  .ui-dialog .ui-widget-content {
    width: 90vw !important;
    height: 90vh !important;
    min-height: 0;
    max-height: none;
    border: 0 none transparent;
    background: transparent;
    padding: 0;
    overflow: auto;
    color: #000; }
  .ui-dialog .ui-widget-content a {
    color: #000; }
  .ui-dialog .ui-widget-header {
    border: 0 none transparent;
    color: #000;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    position: absolute;
    z-index: 200;
    width: 100%; }
  .ui-dialog .ui-widget-header a {
    color: #333333; }
  .ui-dialog .ui-state-default,
  .ui-dialog .ui-widget-content .ui-state-default,
  .ui-dialog .ui-widget-header .ui-state-default,
  .ui-dialog .ui-button,
  .ui-dialog html .ui-button.ui-state-disabled:hover,
  .ui-dialog html .ui-button.ui-state-disabled:active {
    border-radius: 0;
    border: 0 none transparent;
    background: transparent;
    font-weight: normal;
    padding: 0;
    height: 2rem;
    width: 2rem; }
  .ui-dialog .ui-state-default a,
  .ui-dialog .ui-state-default a:link,
  .ui-dialog .ui-state-default a:visited,
  .ui-dialog a.ui-button,
  .ui-dialog a:link.ui-button,
  .ui-dialog a:visited.ui-button,
  .ui-dialog .ui-button {
    color: #454545;
    text-decoration: none; }
  .ui-dialog .ui-state-hover,
  .ui-dialog .ui-widget-content .ui-state-hover,
  .ui-dialog .ui-widget-header .ui-state-hover,
  .ui-dialog .ui-state-focus,
  .ui-dialog .ui-widget-content .ui-state-focus,
  .ui-dialog .ui-widget-header .ui-state-focus,
  .ui-dialog .ui-button:hover,
  .ui-dialog .ui-button:focus {
    border: 0 none transparent;
    background: transparent;
    font-weight: 400;
    color: #000;
    outline: none; }
  .ui-dialog .ui-state-hover a,
  .ui-dialog .ui-state-hover a:hover,
  .ui-dialog .ui-state-hover a:link,
  .ui-dialog .ui-state-hover a:visited,
  .ui-dialog .ui-state-focus a,
  .ui-dialog .ui-state-focus a:hover,
  .ui-dialog .ui-state-focus a:link,
  .ui-dialog .ui-state-focus a:visited,
  .ui-dialog a.ui-button:hover,
  .ui-dialog a.ui-button:focus {
    color: #000;
    text-decoration: none; }
  .ui-dialog .ui-visual-focus {
    box-shadow: none; }
  .ui-dialog .ui-state-active,
  .ui-dialog .ui-widget-content .ui-state-active,
  .ui-dialog .ui-widget-header .ui-state-active,
  .ui-dialog a.ui-button:active,
  .ui-dialog .ui-button:active,
  .ui-dialog .ui-button.ui-state-active:hover {
    border: 0 none transparent;
    background: transparent;
    font-weight: normal;
    color: #fff; }
  .ui-dialog .ui-icon-background,
  .ui-dialog .ui-state-active .ui-icon-background {
    border: 0 none transparent;
    background: transparent; }
  .ui-dialog .ui-state-active a,
  .ui-dialog .ui-state-active a:link,
  .ui-dialog .ui-state-active a:visited {
    color: #fff;
    text-decoration: none; }
  .ui-dialog .ui-state-highlight,
  .ui-dialog .ui-widget-content .ui-state-highlight,
  .ui-dialog .ui-widget-header .ui-state-highlight {
    border: 0 none transparent;
    background: transparent;
    color: #fff; }
  .ui-dialog .ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90; }
  .ui-dialog .ui-state-highlight a,
  .ui-dialog .ui-widget-content .ui-state-highlight a,
  .ui-dialog .ui-widget-header .ui-state-highlight a {
    color: #fff; }
  .ui-dialog .ui-state-error,
  .ui-dialog .ui-widget-content .ui-state-error,
  .ui-dialog .ui-widget-header .ui-state-error {
    border: 0 none transparent;
    background: transparent;
    color: #fff; }
  .ui-dialog .ui-state-error a,
  .ui-dialog .ui-widget-content .ui-state-error a,
  .ui-dialog .ui-widget-header .ui-state-error a {
    color: #fff; }
  .ui-dialog .ui-state-error-text,
  .ui-dialog .ui-widget-content .ui-state-error-text,
  .ui-dialog .ui-widget-header .ui-state-error-text {
    color: #fff; }
  .ui-dialog .ui-priority-primary,
  .ui-dialog .ui-widget-content .ui-priority-primary,
  .ui-dialog .ui-widget-header .ui-priority-primary {
    font-weight: 600; }
  .ui-dialog .ui-priority-secondary,
  .ui-dialog .ui-widget-content .ui-priority-secondary,
  .ui-dialog .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }
  .ui-dialog .ui-state-disabled,
  .ui-dialog .ui-widget-content .ui-state-disabled,
  .ui-dialog .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none; }
  .ui-dialog .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }
  .ui-dialog .ui-icon {
    width: 1rem;
    height: 1rem; }
  .ui-dialog .ui-icon,
  .ui-dialog .ui-widget-content .ui-icon, .ui-dialog .ui-widget-header .ui-icon, .ui-dialog .ui-state-hover .ui-icon,
  .ui-dialog .ui-state-focus .ui-icon,
  .ui-dialog .ui-button:hover .ui-icon,
  .ui-dialog .ui-button:focus .ui-icon, .ui-dialog .ui-state-active .ui-icon,
  .ui-dialog .ui-button:active .ui-icon, .ui-dialog .ui-state-highlight .ui-icon,
  .ui-dialog .ui-button .ui-state-highlight.ui-icon, .ui-dialog .ui-state-error .ui-icon,
  .ui-dialog .ui-state-error-text .ui-icon, .ui-dialog .ui-button .ui-icon {
    background-image: none; }
  .ui-dialog .ui-icon-close {
    background-position: -80px -128px; }
  .ui-dialog .ui-icon-closethick {
    background-position: top center;
    background-image: none;
    background-color: transparent;
    color: #000;
    font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2rem;
    font-weight: 400;
    display: flex;
    height: auto;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    margin-left: -0.5rem;
    margin-top: 0;
    text-align: center;
    text-shadow: none;
    text-indent: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .ui-dialog .ui-icon-closethick::before {
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      content: "close";
      font-size: 2rem;
      color: #725f74;
      background-color: transparent; }
    .ui-dialog .ui-icon-closethick:hover, .ui-dialog .ui-icon-closethick:focus, .ui-dialog .ui-icon-closethick:active {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      outline: none;
      border: 0 none transparent;
      box-shadow: none; }
      .ui-dialog .ui-icon-closethick:hover::before, .ui-dialog .ui-icon-closethick:focus::before, .ui-dialog .ui-icon-closethick:active::before {
        color: #fff;
        background-color: #725f74; }
  .ui-dialog .ui-corner-all, .ui-dialog .ui-corner-top, .ui-dialog .ui-corner-left, .ui-dialog .ui-corner-right, .ui-dialog .ui-corner-bottom, .ui-dialog .ui-corner-tl, .ui-dialog .ui-corner-tr, .ui-dialog .ui-corner-bl, .ui-dialog .ui-corner-br {
    border-radius: 0; }
  .ui-dialog.media-video-modal .ui-widget-content .media--view-mode-modal {
    height: 100%; }
    .ui-dialog.media-video-modal .ui-widget-content .media--view-mode-modal .field__item {
      height: 100%; }
      .ui-dialog.media-video-modal .ui-widget-content .media--view-mode-modal .field__item .media-oembed-content {
        display: block;
        max-width: 100% !important;
        height: 100% !important; }

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-color: rgba(0, 0, 0, 0.9) !important;
  opacity: 1; }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666; }

.btn, .path-user #auth_box #middle_part #edit-submit {
  display: inline-block;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  background-color: transparent;
  outline: none; }
  .btn:hover, .path-user #auth_box #middle_part #edit-submit:hover, .btn:focus, .path-user #auth_box #middle_part #edit-submit:focus, .btn:active, .path-user #auth_box #middle_part #edit-submit:active {
    color: #000; }

button[data-toggle="collapse"]:not(.collapsed).item--show, button[data-toggle="collapse"]:not(.collapsed) .item--show, .btn[data-toggle="collapse"]:not(.collapsed).item--show, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"]:not(.collapsed).item--show, .btn[data-toggle="collapse"]:not(.collapsed) .item--show, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"]:not(.collapsed) .item--show, .button[data-toggle="collapse"]:not(.collapsed).item--show, .button[data-toggle="collapse"]:not(.collapsed) .item--show {
  display: none !important; }

button[data-toggle="collapse"].collapsed.item--hide, button[data-toggle="collapse"].collapsed .item--hide, .btn[data-toggle="collapse"].collapsed.item--hide, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"].collapsed.item--hide, .btn[data-toggle="collapse"].collapsed .item--hide, .path-user #auth_box #middle_part #edit-submit[data-toggle="collapse"].collapsed .item--hide, .button[data-toggle="collapse"].collapsed.item--hide, .button[data-toggle="collapse"].collapsed .item--hide {
  display: none !important; }

.goto {
  text-transform: uppercase;
  font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  display: inline-flex; }
  .goto .text-label {
    font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .goto.goto-video-modal {
    padding: 0; }
    .goto.goto-video-modal::before {
      content: none !important; }
    .goto.goto-video-modal.-rounded {
      display: block;
      position: relative; }
      .goto.goto-video-modal.-rounded .thumbnail {
        opacity: 1;
        transition: opacity 200ms ease-in-out; }
      .goto.goto-video-modal.-rounded:hover .thumbnail, .goto.goto-video-modal.-rounded:focus .thumbnail, .goto.goto-video-modal.-rounded:active .thumbnail {
        opacity: 0.5;
        transition: opacity 200ms ease-in-out; }
      .goto.goto-video-modal.-rounded:hover::after, .goto.goto-video-modal.-rounded:focus::after, .goto.goto-video-modal.-rounded:active::after {
        background: none transparent;
        box-shadow: none; }

/* override globals/jquery-ui.scss property on cws */
.ui-dialog .ui-icon-closethick::before {
  color: #fff;
  background-color: #000; }

.ui-dialog .ui-icon-closethick:hover::before, .ui-dialog .ui-icon-closethick:focus::before, .ui-dialog .ui-icon-closethick:active::before {
  color: #000;
  background-color: #fff; }

.dialog-off-canvas-main-canvas {
  max-width: 100%;
  min-width: 300px; }

.visually-hidden {
  display: none; }

*:focus {
  outline: none; }

.goto {
  padding: 0;
  display: flex;
  flex-direction: column; }
  .goto:not(.goto-video-modal) .text-label {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 20rem;
    width: 100%;
    font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    font-size: 1.75rem !important;
    font-style: normal;
    white-space: normal;
    text-transform: none !important;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2; }
  .goto:not(.goto-video-modal)::after {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='57' height='20'%3e%3cpath fill='%23ab9159' d='M0.08 5.9C5.49 19.66 44.92 13.54 53.8 0C58.73 3.88 60.28 14.6 38.4 18.77C15.22 23.19 -1.29 12.08 0.08 5.9Z' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 1rem auto 0 auto;
    max-width: 7.5rem;
    width: 100%;
    height: 2.5rem;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    padding-left: 0;
    padding-right: 0; }
  .goto:hover .text-label, .goto:focus .text-label, .goto:active .text-label {
    color: #fff; }
  .goto:hover::after, .goto:focus::after, .goto:active::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='57' height='20'%3e%3cpath fill='%23fff' d='M0.08 5.9C5.49 19.66 44.92 13.54 53.8 0C58.73 3.88 60.28 14.6 38.4 18.77C15.22 23.19 -1.29 12.08 0.08 5.9Z' /%3e%3c/svg%3e"); }
  .goto-store-container {
    margin: 1.5rem 0; }
    .goto-store-container .goto {
      width: fit-content;
      padding: 0.5rem 1rem;
      border: 2px solid #c8ae62; }
      .goto-store-container .goto .text-label {
        color: #c8ae62 !important;
        text-transform: uppercase !important;
        font-size: 1.125rem !important; }
      .goto-store-container .goto::after {
        content: none !important; }
      .goto-store-container .goto:hover, .goto-store-container .goto:focus, .goto-store-container .goto:active {
        background-color: #c8ae62; }
        .goto-store-container .goto:hover .text-label, .goto-store-container .goto:focus .text-label, .goto-store-container .goto:active .text-label {
          color: #fff !important; }

.theme-secondary .goto .text-label,
.theme-light .goto .text-label,
.theme-mid .goto .text-label,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto .text-label {
  color: #000; }

.theme-secondary .goto:hover .text-label, .theme-secondary .goto:focus .text-label, .theme-secondary .goto:active .text-label,
.theme-light .goto:hover .text-label,
.theme-light .goto:focus .text-label,
.theme-light .goto:active .text-label,
.theme-mid .goto:hover .text-label,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:hover .text-label,
.theme-mid .goto:focus .text-label,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:focus .text-label,
.theme-mid .goto:active .text-label,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:active .text-label {
  color: #ab9159; }

.theme-secondary .goto:hover::after, .theme-secondary .goto:focus::after, .theme-secondary .goto:active::after,
.theme-light .goto:hover::after,
.theme-light .goto:focus::after,
.theme-light .goto:active::after,
.theme-mid .goto:hover::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:hover::after,
.theme-mid .goto:focus::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:focus::after,
.theme-mid .goto:active::after,
.node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .goto:active::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='57' height='20'%3e%3cpath fill='%23ab9159' d='M0.08 5.9C5.49 19.66 44.92 13.54 53.8 0C58.73 3.88 60.28 14.6 38.4 18.77C15.22 23.19 -1.29 12.08 0.08 5.9Z' /%3e%3c/svg%3e"); }

.theme-featured .goto .text-label {
  color: #fff; }

.theme-featured .goto::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='57' height='20'%3e%3cpath fill='%23fff' d='M0.08 5.9C5.49 19.66 44.92 13.54 53.8 0C58.73 3.88 60.28 14.6 38.4 18.77C15.22 23.19 -1.29 12.08 0.08 5.9Z' /%3e%3c/svg%3e"); }

.theme-featured .goto:hover .text-label, .theme-featured .goto:focus .text-label, .theme-featured .goto:active .text-label {
  color: #725f74; }

.theme-featured .goto:hover::after, .theme-featured .goto:focus::after, .theme-featured .goto:active::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='57' height='20'%3e%3cpath fill='%23725f74' d='M0.08 5.9C5.49 19.66 44.92 13.54 53.8 0C58.73 3.88 60.28 14.6 38.4 18.77C15.22 23.19 -1.29 12.08 0.08 5.9Z' /%3e%3c/svg%3e"); }

/* Custom animations */
[data-aos="skew-left"] {
  transform: skewX(45deg);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="skew-left"].aos-animate {
    transform: skewX(0);
    opacity: 1; }

[data-aos="skew-right"] {
  transform: skewX(-45deg);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="skew-right"].aos-animate {
    transform: skewX(0);
    opacity: 1; }

[data-aos="bg-corporate"] {
  background: #725f74;
  transition-property: background; }
  [data-aos="bg-corporate"].aos-animate {
    background: unset; }

[data-aos="spin-left"] {
  transform: rotate(180deg);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="spin-left"].aos-animate {
    transform: rotate(0);
    opacity: 1; }

[data-aos="spin-right"] {
  transform: rotate(-180deg);
  opacity: 0;
  transition-property: transform, opacity; }
  [data-aos="spin-right"].aos-animate {
    transform: rotate(0);
    opacity: 1; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #725f74;
  color: #000;
  z-index: 2100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #loader.logo::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cstyle type='text/css'%3e.background { fill: %236c5a6e; } .foreground { animation-name: hideshow; animation-duration: 500ms; animation-timing-function: ease; animation-iteration-count: infinite; animation-play-state: running; } @keyframes hideshow { 0% { fill: %23ab9159 } 50% { fill: %23bca77b; } 90% { fill: %23fff; } 100% { fill: %23bca77b; } }%3c/style%3e%3cpath class='background' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath class='foreground' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center center;
    display: block;
    width: 50vw;
    height: 50vh;
    margin: 0 auto; }
  #loader.throbber::after {
    content: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='656' height='226'%3e%3cpath fill='%23fff' d='M682.69 -108.29L682.64 -107.47C682.12 -100.41 681.4 -93.4 680.47 -86.46C655.23 86.53 506.11 219.39 325.83 219.39C293.96 219.42 262.23 215.19 231.48 206.8C200.73 198.42 171.25 185.96 143.8 169.75C116.36 153.54 91.21 133.74 69.03 110.86C46.84 87.98 27.81 62.24 12.45 34.31C12.26 34.01 12.1 33.69 11.95 33.37C11.8 33.04 11.67 32.71 11.56 32.37C11.44 32.03 11.35 31.69 11.28 31.34C11.21 30.99 11.16 30.63 11.13 30.27C11.61 30.19 12.08 30.07 12.54 29.91C13.01 29.76 13.45 29.56 13.89 29.34C14.32 29.11 14.73 28.85 15.12 28.56C15.51 28.27 15.88 27.95 16.22 27.6C17.92 25.9 18.87 23.6 18.87 21.2C18.87 18.8 17.92 16.5 16.22 14.81C14.53 13.11 12.23 12.16 9.83 12.16C7.43 12.16 5.13 13.11 3.43 14.8C2.99 15.24 2.59 15.72 2.24 16.23C1.89 16.75 1.59 17.3 1.36 17.87C1.12 18.45 0.94 19.05 0.83 19.66C0.71 20.27 0.66 20.9 0.67 21.52C0.65 22.16 0.67 22.79 0.73 23.43C0.78 24.06 0.87 24.7 1 25.32C1.13 25.95 1.29 26.56 1.49 27.17C1.68 27.78 1.92 28.37 2.18 28.95C3.12 30.97 4.71 33.44 7.44 38.25C69.61 150.03 188.86 225.71 326.1 225.81C509.36 225.81 661.16 90.54 686.83 -85.59L687.88 -93.46C688.42 -98.37 688.82 -103.32 689.16 -108.29L682.69 -108.29Z' /%3e%3c/svg%3e");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 70vh;
    animation: 1000ms opacity linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.form input.form-text, .form input.form-email, .form input.form-tel, form input.form-text, form input.form-email, form input.form-tel {
  background-color: #e5e5e5;
  color: #1d1d20;
  font-size: 1.25rem;
  padding: 1rem;
  max-width: 100%;
  margin: 0;
  border: 0; }
  .form input.form-text:read-only, .form input.form-email:read-only, .form input.form-tel:read-only, form input.form-text:read-only, form input.form-email:read-only, form input.form-tel:read-only {
    background-color: #7b7b7d; }

.form input.hidden, form input.hidden {
  display: none; }

.form textarea.form-textarea, form textarea.form-textarea {
  background-color: #e5e5e5;
  color: #1d1d20;
  font-size: 1.2rem;
  padding: 1rem;
  max-width: 100%;
  margin: 0;
  border: 0; }

.form .label-hidden label, form .label-hidden label {
  display: none; }

/*
#modalSearch {
  .modal-body {
    padding: 10vh 5vw;
  }
}
*/
.block-facets .facets-widget-checkbox h3 {
  font-size: 1.125rem; }

.block-facets .facets-widget-checkbox ul {
  list-style: none;
  padding-left: 0; }
  .block-facets .facets-widget-checkbox ul li.facet-item input.facets-checkbox {
    display: none; }
  .block-facets .facets-widget-checkbox ul li.facet-item label {
    margin-bottom: 0; }
    .block-facets .facets-widget-checkbox ul li.facet-item label::before {
      content: 'check_box_outline_blank';
      font-family: "Material Icons";
      font-size: 1.3rem;
      vertical-align: bottom;
      transition: opacity 0.15s linear; }
    .block-facets .facets-widget-checkbox ul li.facet-item label .facet-item__value {
      color: #bbbbbc; }
    .block-facets .facets-widget-checkbox ul li.facet-item label .facet-item__count {
      vertical-align: middle;
      color: #bbbbbc;
      font-size: 0.875rem; }
  .block-facets .facets-widget-checkbox ul li.facet-item.is-active label::before {
    content: 'check_box';
    color: #725f74; }
  .block-facets .facets-widget-checkbox ul li.facet-item.is-active label .facet-item__value {
    color: #fff; }
  .block-facets .facets-widget-checkbox ul li.facet-item.is-active:hover label::before {
    color: #7b7b84;
    content: 'indeterminate_check_box'; }
  .block-facets .facets-widget-checkbox ul li.facet-item:hover label::before {
    color: #7b7b84;
    content: 'add_box'; }

.block-facets .facet-hidden {
  display: none; }

.block-facets.hidden {
  display: none; }

form .form-type-checkbox > label.option, form .form-check > label.option {
  margin-bottom: .2rem;
  color: #fff;
  cursor: pointer; }
  form .form-type-checkbox > label.option:before, form .form-check > label.option:before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: 'check_box_outline_blank';
    font-size: 1.3rem;
    vertical-align: text-bottom;
    margin-right: .5rem; }
  form .form-type-checkbox > label.option:hover, form .form-type-checkbox > label.option:focus, form .form-type-checkbox > label.option:active, form .form-check > label.option:hover, form .form-check > label.option:focus, form .form-check > label.option:active {
    text-decoration: underline; }

form .form-type-checkbox input.form-checkbox, form .form-check input.form-checkbox {
  display: none; }
  form .form-type-checkbox input.form-checkbox:checked + label.option, form .form-check input.form-checkbox:checked + label.option {
    color: #fff; }
    form .form-type-checkbox input.form-checkbox:checked + label.option::before, form .form-check input.form-checkbox:checked + label.option::before {
      content: 'check_box';
      color: #725f74; }

.theme-light form .form-type-checkbox > label.option, .theme-light form .form-check > label.option {
  color: #000; }

.contact-message-form .privacy_link {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #725f74 !important;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 0.2rem; }
  .contact-message-form .privacy_link:hover, .contact-message-form .privacy_link:focus, .contact-message-form .privacy_link:active {
    text-decoration: none;
    color: #bbbbbc !important; }
  .contact-message-form .privacy_link::before {
    content: 'visibility';
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    vertical-align: sub;
    padding-right: 0.5rem;
    margin-top: -2px;
    opacity: 1; }
  .contact-message-form .privacy_link.no_destination {
    cursor: default; }
    .contact-message-form .privacy_link.no_destination:hover, .contact-message-form .privacy_link.no_destination:focus, .contact-message-form .privacy_link.no_destination:active {
      text-decoration: none;
      color: #725f74 !important; }
    .contact-message-form .privacy_link.no_destination::before {
      content: none; }

.contact-message-form label {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  justify-content: space-between;
  align-items: center; }
  .contact-message-form label input[type=radio], .contact-message-form label input[type=checkbox] {
    display: none; }
    .contact-message-form label input[type=radio]:checked + .radio-element, .contact-message-form label input[type=radio]:checked + .checkbox-element, .contact-message-form label input[type=checkbox]:checked + .radio-element, .contact-message-form label input[type=checkbox]:checked + .checkbox-element {
      background-color: #fff;
      border-color: #725f74;
      box-shadow: inset 0 0 0 3px #725f74; }
    .contact-message-form label input[type=radio]:checked:active + .radio-element, .contact-message-form label input[type=radio]:checked:active + .checkbox-element, .contact-message-form label input[type=checkbox]:checked:active + .radio-element, .contact-message-form label input[type=checkbox]:checked:active + .checkbox-element {
      background-color: #725f74;
      border-color: #fff;
      box-shadow: inset 0 0 0 3px #fff; }
    .contact-message-form label input[type=radio]:disabled + .radio-element, .contact-message-form label input[type=radio]:disabled + .checkbox-element, .contact-message-form label input[type=checkbox]:disabled + .radio-element, .contact-message-form label input[type=checkbox]:disabled + .checkbox-element {
      cursor: not-allowed;
      opacity: 0.5; }
    .contact-message-form label input[type=radio]:hover + .radio-element, .contact-message-form label input[type=radio]:hover + .checkbox-element, .contact-message-form label input[type=radio]:focus + .radio-element, .contact-message-form label input[type=radio]:focus + .checkbox-element, .contact-message-form label input[type=checkbox]:hover + .radio-element, .contact-message-form label input[type=checkbox]:hover + .checkbox-element, .contact-message-form label input[type=checkbox]:focus + .radio-element, .contact-message-form label input[type=checkbox]:focus + .checkbox-element {
      background-color: #725f74;
      border-color: #bbbbbc;
      box-shadow: inset 0 0 0 4px #bbbbbc; }
    .contact-message-form label input[type=radio]:active + .radio-element, .contact-message-form label input[type=radio]:active + .checkbox-element, .contact-message-form label input[type=checkbox]:active + .radio-element, .contact-message-form label input[type=checkbox]:active + .checkbox-element {
      background-color: #725f74;
      border-color: #fff;
      box-shadow: inset 0 0 0 4px #fff; }
  .contact-message-form label .radio-element, .contact-message-form label .checkbox-element {
    background-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbc;
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 transparent;
    cursor: pointer;
    display: block;
    margin: 0 0.5rem 0 0;
    padding: 0.5rem; }
  .contact-message-form label .checkbox-element {
    border-radius: 4px; }
  .contact-message-form label .text-label {
    line-height: 1;
    margin-bottom: -4px; }

.contact-message-form .no-labels label {
  display: none; }

.contact-message-form .form-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #725f74;
  vertical-align: middle;
  background: transparent;
  border: 0 none transparent;
  border-bottom: 3px solid #725f74;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .contact-message-form .form-select:focus {
    border-color: #725f74;
    outline: 0;
    box-shadow: none; }
    .contact-message-form .form-select:focus::-ms-value {
      color: #707070;
      background-color: transparent; }

.contact-message-form .js-form-type-textfield {
  width: 100%; }
  .contact-message-form .js-form-type-textfield input {
    width: 100%; }

.contact-message-form .form-spacer-horiz {
  padding: 2rem 0; }

.contact-message-form .form-separator {
  display: block;
  width: calc(100% - 3rem);
  border-top: 1px solid #fff;
  margin: 0 auto; }

.contact-message-form .form-text, .contact-message-form .form-tel, .contact-message-form .form-textarea {
  width: 100%; }

.contact-message-form .form-radios, .contact-message-form .form-checkboxes {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse; }

.contact-message-form .form-action-item {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .contact-message-form .form-action-item {
      width: 100%; } }
  .contact-message-form .form-action-item .material-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.6rem;
    font-size: 1rem; }

.contact-message-form .form-submit {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 0.3px; }

.contact-message-form .-subject .form-item {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative; }
  .contact-message-form .-subject .form-item label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.48;
    color: #fff;
    border-bottom: 3px solid transparent;
    margin-right: 1rem; }
  .contact-message-form .-subject .form-item .form-select {
    flex: 0 0 12rem;
    max-width: 12rem;
    background: transparent no-repeat right center url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%23725f74'/%3e%3c/svg%3e"); }

.contact-message-form .-consent_privacy, .contact-message-form .-subscript_newsletter, .contact-message-form .-contact_info, .contact-message-form .-action {
  border-right: 0 none transparent;
  margin-right: 0; }

.contact-message-form .-consent_privacy {
  padding: 0; }
  @media (min-width: 1200px) {
    .contact-message-form .-consent_privacy {
      padding: 2rem 0; } }
  .contact-message-form .-consent_privacy a {
    display: inline-block; }

.contact-message-form .-subscript_newsletter .form-check {
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
  padding: 1.5rem 0; }

.contact-message-form .-consent_marketing.border-right, .contact-message-form .-consent_profiling.border-right, .contact-message-form .-consent_thirdparties.border-right {
  border-right: 1px solid transparent !important; }
  @media (min-width: 1200px) {
    .contact-message-form .-consent_marketing.border-right, .contact-message-form .-consent_profiling.border-right, .contact-message-form .-consent_thirdparties.border-right {
      border-right: 1px solid #fff !important; } }

.contact-message-form .-contact_info {
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 1.56;
  color: #bbbbbc;
  padding: 0; }
  @media (min-width: 1200px) {
    .contact-message-form .-contact_info {
      padding: 2rem 0; } }

.contact-message-form .-actions {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 1200px) {
    .contact-message-form .-actions {
      flex-direction: row; } }

.contact-message-form.contact-message-newsletter-subscription-form .-firstname, .contact-message-form.contact-message-newsletter-subscription-form .-lastname, .contact-message-form.contact-message-newsletter-subscription-form .-mail, .contact-message-form.contact-message-user-action-form .-firstname, .contact-message-form.contact-message-user-action-form .-lastname, .contact-message-form.contact-message-user-action-form .-mail {
  margin-bottom: 1rem; }

.contact-message-form.contact-message-newsletter-subscription-form input.form-email, .contact-message-form.contact-message-user-action-form input.form-email {
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  padding: 1rem 1rem 1rem 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid; }
  .contact-message-form.contact-message-newsletter-subscription-form input.form-email:read-only, .contact-message-form.contact-message-user-action-form input.form-email:read-only {
    background-color: transparent;
    color: #bbbbbc; }

.contact-message-form.contact-message-newsletter-subscription-form .-action, .contact-message-form.contact-message-user-action-form .-action {
  width: calc(2rem + 2px);
  position: absolute;
  top: 1rem;
  right: 0; }
  @media (min-width: 1200px) {
    .contact-message-form.contact-message-newsletter-subscription-form .-action, .contact-message-form.contact-message-user-action-form .-action {
      top: 3rem; } }

.contact-message-form.contact-message-newsletter-subscription-form .form-submit, .contact-message-form.contact-message-user-action-form .form-submit {
  width: 2rem;
  height: 2rem;
  background: #725f74 no-repeat center center url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3e%3cpath d='M0 0h24v24H0z' fill='none'/%3e%3cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z' fill='%23fff'/%3e%3c/svg%3e"); }

.contact-message-form.contact-message-newsletter-subscription-form .form-action-item .material-icons, .contact-message-form.contact-message-user-action-form .form-action-item .material-icons {
  display: none; }

.contact-message-form.contact-message-newsletter-subscription-form .-message_fields, .contact-message-form.contact-message-user-action-form .-message_fields {
  position: relative;
  padding-top: 0; }
  @media (min-width: 1200px) {
    .contact-message-form.contact-message-newsletter-subscription-form .-message_fields, .contact-message-form.contact-message-user-action-form .-message_fields {
      padding: 2rem 0; } }

.contact-message-form.contact-message-form.contact-message-user-action-form .-message_fields {
  padding: 1rem 0 2rem 0; }

.contact-message-form.contact-message-form.contact-message-user-action-form .-action {
  top: 1rem; }

.contact-message-form.contact-message-form.contact-message-user-action-form .-contact_info {
  padding-bottom: 0; }

.block.contact-message-form.contact-message-newsletter-subscription-form {
  background-image: url("../images/bg-newsletter-subscribe-form.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .form-wrapper.wrapper {
    background-color: transparent; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .-consents .privacy_link {
    margin-bottom: 0.5rem; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .-consents .form-check {
    margin-bottom: 0.5rem; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .-consents .form-radios {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse; }
  .block.contact-message-form.contact-message-newsletter-subscription-form .-consents .form-spacer-horiz {
    padding: 0; }

#block-productssearchformblock form#smarg-cws-product-search-form fieldset.fieldgroup {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 992px) {
    #block-productssearchformblock form#smarg-cws-product-search-form fieldset.fieldgroup {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  #block-productssearchformblock form#smarg-cws-product-search-form fieldset.fieldgroup legend {
    margin-bottom: 0; }
    #block-productssearchformblock form#smarg-cws-product-search-form fieldset.fieldgroup legend .fieldset-legend {
      font-size: 1.125rem;
      font-weight: 600; }

.theme-light .block-facets .facets-widget-checkbox ul li.facet-item label {
  margin-bottom: 0;
  line-height: 1; }
  .theme-light .block-facets .facets-widget-checkbox ul li.facet-item label .facet-item__value {
    color: #41414a; }
  .theme-light .block-facets .facets-widget-checkbox ul li.facet-item label .facet-item__count {
    color: #41414a; }

.theme-light .block-facets .facets-widget-checkbox ul li.facet-item.is-active label .facet-item__value {
  color: #000; }

.theme-light .form-checkboxes .form-type-checkbox input.form-checkbox:checked + label.option {
  color: #000; }

.theme-light .form-checkboxes .form-type-checkbox label.option {
  color: #41414a; }
  .theme-light .form-checkboxes .form-type-checkbox label.option:hover label.option {
    color: #000; }

.theme-light.components.component-contact-form form#contact-message-contact-form-form .form-wrapper.field--name-field-marketing-consent, .theme-light.components.component-contact-form form#contact-message-contact-form-form .form-wrapper.field--name-field-profiling-consent, .theme-light.components.component-contact-form form#contact-message-contact-form-form .form-wrapper.field--name-field-third-party-mktg-consent {
  border-color: #000; }

.theme-light.components.component-contact-form form.contact-message-form .border {
  border-color: #000 !important; }

.theme-light.components.component-contact-form form.contact-message-form .border-top {
  border-top-color: #000 !important; }

.theme-light.components.component-contact-form form.contact-message-form .border-right {
  border-right-color: transparent !important; }
  @media (min-width: 1200px) {
    .theme-light.components.component-contact-form form.contact-message-form .border-right {
      border-right-color: #000 !important; } }

.theme-light.components.component-contact-form form.contact-message-form .border-bottom {
  border-bottom-color: #000 !important; }

.theme-light.components.component-contact-form form.contact-message-form .border-left {
  border-left-color: #000 !important; }

.theme-light.components.component-contact-form form.contact-message-form a, .theme-light.components.component-contact-form form.contact-message-form a:not(.btn-corporate) {
  color: #725f74; }

.theme-light.components.component-contact-form form.contact-message-form input.form-text:read-only, .theme-light.components.component-contact-form form.contact-message-form input.form-email:read-only, .theme-light.components.component-contact-form form.contact-message-form input.form-tel:read-only {
  background-color: #fbfbfb;
  color: #bbbbbc; }

.theme-light.components.component-contact-form form.contact-message-form .form-action-item .material-icons {
  color: #fff; }

.theme-light.components.component-contact-form form.contact-message-form .form-separator {
  border-top-color: #000; }

.theme-light.components.component-contact-form form.contact-message-form .-subject .form-item label {
  color: #000; }

.theme-light.components.component-contact-form form.contact-message-form .-contact_info {
  color: #bbbbbc; }

.theme-light.components.component-contact-form form.contact-message-form.contact-message-newsletter-subscription-form input.form-email {
  background-color: transparent;
  color: #000; }
  .theme-light.components.component-contact-form form.contact-message-form.contact-message-newsletter-subscription-form input.form-email:read-only {
    background-color: transparent;
    color: #bbbbbc; }

form#newsletter-subscribe-form {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column; }
  form#newsletter-subscribe-form .form-control, form#newsletter-subscribe-form .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-login-form form#newsletter-subscribe-form .form-text, form#newsletter-subscribe-form .path-user #auth_box #middle_part .user-pass .form-text, .path-user #auth_box #middle_part .user-pass form#newsletter-subscribe-form .form-text {
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #fff;
    background-color: transparent;
    border: 0 none transparent;
    border-radius: 0; }
    form#newsletter-subscribe-form .form-control::placeholder, form#newsletter-subscribe-form .path-user #auth_box #middle_part .user-login-form .form-text::placeholder, .path-user #auth_box #middle_part .user-login-form form#newsletter-subscribe-form .form-text::placeholder, form#newsletter-subscribe-form .path-user #auth_box #middle_part .user-pass .form-text::placeholder, .path-user #auth_box #middle_part .user-pass form#newsletter-subscribe-form .form-text::placeholder {
      color: #999999;
      opacity: 1; }
  form#newsletter-subscribe-form .form-group.-email {
    flex: 1 0 100%;
    width: 100%; }
    form#newsletter-subscribe-form .form-group.-email input {
      transition: 125ms ease-in-out all;
      border-bottom: 1px solid #999999; }
      form#newsletter-subscribe-form .form-group.-email input:hover, form#newsletter-subscribe-form .form-group.-email input:focus, form#newsletter-subscribe-form .form-group.-email input:active {
        transition: 125ms ease-in-out all;
        border-bottom-color: white; }
  form#newsletter-subscribe-form .form-group.-actions {
    position: absolute;
    top: 0.6rem;
    right: 0; }
    form#newsletter-subscribe-form .form-group.-actions button[type='submit'] {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem; }
      form#newsletter-subscribe-form .form-group.-actions button[type='submit'] .material-icons {
        font-size: 1.125rem; }
  form#newsletter-subscribe-form .form-group.-consent {
    flex: 1 0 100%;
    width: 100%;
    padding-top: 1.5rem; }
    form#newsletter-subscribe-form .form-group.-consent label {
      cursor: pointer;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.5rem;
      letter-spacing: 0.3px;
      transition: 125ms ease-in-out all; }
      form#newsletter-subscribe-form .form-group.-consent label:hover {
        transition: 125ms ease-in-out all; }

.block.block-mailup-integration {
  background-image: url("../images/bg-newsletter-subscribe-form.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%; }
  .block.block-mailup-integration h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1rem 0;
    margin-bottom: 0;
    text-align: center; }
    @media (min-width: 1200px) {
      .block.block-mailup-integration h6 {
        text-align: left; } }
  .block.block-mailup-integration > .container > .row,
  .block.block-mailup-integration > .container-fluid > .row,
  .block.block-mailup-integration > .container-sm > .row,
  .block.block-mailup-integration > .container-md > .row,
  .block.block-mailup-integration > .container-lg > .row,
  .block.block-mailup-integration > .container-xl > .row,
  .block.block-mailup-integration > .container-xxl > .row,
  .block.block-mailup-integration > .container-xxxl > .row {
    padding: 2rem 0; }

.field > .owl-carousel .owl-stage, .field > .owl-carousel .owl-item, .field > .owl-carousel .field, .field > .owl-carousel .field__item {
  display: flex; }

.field > .owl-carousel .owl-nav > button {
  display: block !important;
  position: absolute;
  top: 1rem;
  bottom: 3rem;
  width: 3rem;
  margin: 0;
  font-size: 3.25rem;
  color: #e5e5e5;
  transition: all 200ms linear;
  outline: none; }
  .field > .owl-carousel .owl-nav > button.owl-prev {
    left: 2rem; }
  .field > .owl-carousel .owl-nav > button.owl-next {
    right: 2rem; }
  .field > .owl-carousel .owl-nav > button:hover {
    color: #1d1d20;
    background-color: rgba(229, 229, 229, 0.5); }

.field--name-field-ref-client-stories > article.node .node-link .paragraph .wrapper .container {
  padding-left: 0;
  padding-right: 0; }

.view-search .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.view-search .view-content {
  flex: 1 1 100%; }
  .view-search .view-content .item-list ul {
    padding-left: 0;
    list-style: none; }
    .view-search .view-content .item-list ul li {
      border-bottom: 1px solid #fff;
      padding: 1.5rem 0; }
      .view-search .view-content .item-list ul li .result-taxonomies {
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #7b7b84;
        padding-bottom: .5rem; }
        .view-search .view-content .item-list ul li .result-taxonomies .taxonomies {
          display: none; }
      .view-search .view-content .item-list ul li .result-content-title {
        display: flex;
        align-content: center;
        align-items: center;
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 1; }
        .view-search .view-content .item-list ul li .result-content-title a:hover {
          text-decoration: none;
          color: #725f74; }
      .view-search .view-content .item-list ul li .result-content-link {
        text-align: right; }
        .view-search .view-content .item-list ul li .result-content-link a {
          color: #725f74; }
          .view-search .view-content .item-list ul li .result-content-link a .material-icons {
            line-height: 2;
            font-size: 2.25rem; }
          .view-search .view-content .item-list ul li .result-content-link a:hover {
            color: inherit; }

.view-search .view-footer {
  background-color: transparent;
  font-size: .725rem;
  text-transform: uppercase;
  color: #7b7b84;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem 0.5rem 0;
  line-height: 1.5; }

.view-search nav.pager {
  flex: 1 0 50%;
  background-color: transparent;
  order: 2; }
  .view-search nav.pager .pager__items {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end; }

.view .views-view-grid.cols-1 .views-row .views-col {
  flex: 0 0 100%;
  max-width: 100%; }

.view .views-view-grid.cols-2 .views-row .views-col {
  flex: 0 0 50%;
  max-width: 50%; }

.view .views-view-grid.cols-3 .views-row .views-col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.view .views-view-grid.cols-4 .views-row .views-col {
  flex: 0 0 25%;
  max-width: 25%; }

.view .views-view-grid.cols-6 .views-row .views-col {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.view .views-view-grid.cols-12 .views-row .views-col {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.view .views-view-grid.cols-1 .views-row .views-col, .view .views-view-grid.cols-2 .views-row .views-col, .view .views-view-grid.cols-3 .views-row .views-col, .view .views-view-grid.cols-4 .views-row .views-col, .view .views-view-grid.cols-6 .views-row .views-col {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (max-width: 991.98px) {
    .view .views-view-grid.cols-1 .views-row .views-col, .view .views-view-grid.cols-2 .views-row .views-col, .view .views-view-grid.cols-3 .views-row .views-col, .view .views-view-grid.cols-4 .views-row .views-col, .view .views-view-grid.cols-6 .views-row .views-col {
      flex: 0 0 100%;
      max-width: 100%; } }

.view .views-view-grid .views-row {
  float: none;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  .view .views-view-grid .views-row .views-col {
    width: unset !important; }

.view article.node-view_mode--card .card-headings {
  margin-bottom: 2rem; }

/** Components
 * no colors, only margins paddings and dimensions
 * go to theming for layout styling
 */
.components > .wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .components > .wrapper .component-spacer.-borders:first-of-type {
    padding-top: 0; }
  .components > .wrapper .component-spacer.-borders:last-of-type {
    padding-bottom: 0; }

.components h1, .components h2, .components h3, .components h4, .components h5, .components h6,
.components .h1, .components .h2, .components .h3, .components .h4, .components .h5, .components .h6 {
  margin-bottom: .5em; }

.components .component-separator {
  margin: 0 auto;
  border-top-color: #fff; }
  @media (min-width: 576px) {
    .components .component-separator {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .components .component-separator {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .components .component-separator {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .components .component-separator {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .components .component-separator {
      max-width: 1400px; } }
  @media (min-width: 2440px) {
    .components .component-separator {
      max-width: 2400px; } }

.components .component-spacer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }
  .components .component-spacer.-borders {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative; }
    .components .component-spacer.-borders::before, .components .component-spacer.-borders::after {
      content: "";
      display: block;
      width: calc(100% - 3rem);
      padding: 1.5rem 0;
      margin: 0 auto; }
    .components .component-spacer.-borders::before {
      border-top: 1px solid transparent; }
    .components .component-spacer.-borders::after {
      border-bottom: 1px solid transparent; }

.components .component-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem; }
  .components .component-row.-intro {
    position: relative; }
    @media (min-width: 1200px) {
      .components .component-row.-intro {
        display: block;
        float: none;
        position: relative; }
        .components .component-row.-intro::after {
          display: block;
          clear: both;
          content: ""; } }
  .components .component-row.-slider {
    padding-top: 3rem;
    padding-bottom: 3rem; }

.components .component-col-content, .components .component-col-body, .components .component-col-image, .components .component-col-gallery, .components .component-col-aside {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 1200px) {
    .components .component-col-content, .components .component-col-body, .components .component-col-image, .components .component-col-gallery, .components .component-col-aside {
      flex: 0 0 50%;
      max-width: 50%; } }
  .components .component-col-content.col-full, .components .component-col-body.col-full, .components .component-col-image.col-full, .components .component-col-gallery.col-full, .components .component-col-aside.col-full {
    text-align: center; }
    @media (min-width: 1200px) {
      .components .component-col-content.col-full, .components .component-col-body.col-full, .components .component-col-image.col-full, .components .component-col-gallery.col-full, .components .component-col-aside.col-full {
        flex: 0 0 100%;
        max-width: 100%; } }
  .components .component-col-content .header, .components .component-col-content .body, .components .component-col-content .footer, .components .component-col-body .header, .components .component-col-body .body, .components .component-col-body .footer, .components .component-col-image .header, .components .component-col-image .body, .components .component-col-image .footer, .components .component-col-gallery .header, .components .component-col-gallery .body, .components .component-col-gallery .footer, .components .component-col-aside .header, .components .component-col-aside .body, .components .component-col-aside .footer {
    padding-right: 0;
    padding-left: 0; }

.components .component-col-gallery {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-top: 3rem;
  margin-bottom: 0.5rem; }

@media (min-width: 1200px) {
  .components.-layout-center .component-col-content {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .components.-layout-text .component-col-content {
    flex: 0 0 100%;
    max-width: 100%; } }

.components.layout-right .component-row {
  flex-direction: row; }
  .components.layout-right .component-row:after {
    order: 999; }

@media (min-width: 1200px) {
  .components.layout-right .component-col-content {
    order: 2; } }

.components.has-overlay {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }
  .components.has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8; }

.components.has-bg-image {
  background-size: cover !important; }

.components.full-height .wrapper {
  min-height: 100vh; }

.components.paragraph .header .title {
  font-size: 1.75rem;
  line-height: 1.5; }

.components.paragraph .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

.components .header, .components .body, .components .footer {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%; }

.components .body p:last-of-type {
  margin-bottom: 0; }

.components .body ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0 1rem 1rem; }
  .components .body ul li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.components .image {
  width: 100%;
  margin-bottom: 0; }
  .components .image .content-image {
    display: block; }
    .components .image .content-image img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .components .image .field--type-image {
    width: 100%; }
  .components .image picture {
    display: block; }

.components .file {
  display: inline-block;
  min-height: auto;
  padding-left: 0;
  background-image: none; }

.components figure {
  margin-bottom: 0; }

.components.component-search-advanced > .wrapper > .container {
  padding-top: 0;
  padding-bottom: 0; }

.components.component-search-results > .wrapper > .container {
  border-bottom: 0;
  padding-top: 0; }

/** Theming
 * only colors and rendering styles
 * go to ## theming for layout styling
 */
.components .body a:not(.btn) {
  color: #725f74;
  font-weight: 600; }
  .components .body a:not(.btn):hover, .components .body a:not(.btn):focus {
    color: #564858;
    text-decoration: none; }

.components .body ul li::before {
  content: "\2022";
  color: #725f74;
  font-weight: 600; }

.components .file-link {
  font-weight: 600;
  text-decoration: none; }
  .components .file-link:hover, .components .file-link:focus {
    text-decoration: underline; }
  .components .file-link.-download {
    color: #725f74;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .components .file-link.-download::before {
      content: "get_app";
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-weight: 600;
      vertical-align: middle;
      padding: 0.25rem 1rem 0.25rem 0.25rem; }
    .components .file-link.-download:hover, .components .file-link.-download:focus {
      color: #564858; }

body header .components.theme-primary, body main .components.theme-primary, body footer .components.theme-primary {
  background-color: #000;
  color: #fff; }
  body header .components.theme-primary h1, body header .components.theme-primary h2, body header .components.theme-primary h3, body header .components.theme-primary h4, body header .components.theme-primary h5, body header .components.theme-primary h6, body header .components.theme-primary p, body header .components.theme-primary .h1, body header .components.theme-primary .h2, body header .components.theme-primary .h3, body header .components.theme-primary .h4, body header .components.theme-primary .h5, body header .components.theme-primary .h6, body header .components.theme-primary .p, body main .components.theme-primary h1, body main .components.theme-primary h2, body main .components.theme-primary h3, body main .components.theme-primary h4, body main .components.theme-primary h5, body main .components.theme-primary h6, body main .components.theme-primary p, body main .components.theme-primary .h1, body main .components.theme-primary .h2, body main .components.theme-primary .h3, body main .components.theme-primary .h4, body main .components.theme-primary .h5, body main .components.theme-primary .h6, body main .components.theme-primary .p, body footer .components.theme-primary h1, body footer .components.theme-primary h2, body footer .components.theme-primary h3, body footer .components.theme-primary h4, body footer .components.theme-primary h5, body footer .components.theme-primary h6, body footer .components.theme-primary p, body footer .components.theme-primary .h1, body footer .components.theme-primary .h2, body footer .components.theme-primary .h3, body footer .components.theme-primary .h4, body footer .components.theme-primary .h5, body footer .components.theme-primary .h6, body footer .components.theme-primary .p {
    color: #fff; }
  body header .components.theme-primary a:not(.btn):not(.goto), body main .components.theme-primary a:not(.btn):not(.goto), body footer .components.theme-primary a:not(.btn):not(.goto) {
    color: #fff; }
    body header .components.theme-primary a:not(.btn):not(.goto):hover, body header .components.theme-primary a:not(.btn):not(.goto):focus, body header .components.theme-primary a:not(.btn):not(.goto):active, body main .components.theme-primary a:not(.btn):not(.goto):hover, body main .components.theme-primary a:not(.btn):not(.goto):focus, body main .components.theme-primary a:not(.btn):not(.goto):active, body footer .components.theme-primary a:not(.btn):not(.goto):hover, body footer .components.theme-primary a:not(.btn):not(.goto):focus, body footer .components.theme-primary a:not(.btn):not(.goto):active {
      color: #ebe7eb; }
  body header .components.theme-primary a.goto, body main .components.theme-primary a.goto, body footer .components.theme-primary a.goto {
    color: #fff; }
    body header .components.theme-primary a.goto:hover, body header .components.theme-primary a.goto:focus, body header .components.theme-primary a.goto:active, body main .components.theme-primary a.goto:hover, body main .components.theme-primary a.goto:focus, body main .components.theme-primary a.goto:active, body footer .components.theme-primary a.goto:hover, body footer .components.theme-primary a.goto:focus, body footer .components.theme-primary a.goto:active {
      color: #ebe7eb; }
  body header .components.theme-primary .muted, body main .components.theme-primary .muted, body footer .components.theme-primary .muted {
    color: #bfbfbf; }
  body header .components.theme-primary .component-spacer.-borders:before, body header .components.theme-primary .component-spacer.-borders:after, body main .components.theme-primary .component-spacer.-borders:before, body main .components.theme-primary .component-spacer.-borders:after, body footer .components.theme-primary .component-spacer.-borders:before, body footer .components.theme-primary .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-primary .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-primary .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-primary .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-primary .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-primary .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-primary .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-primary.component-hero > .wrapper > .container:before, body header .components.theme-primary.component-hero > .wrapper > .container-fluid:before, body header .components.theme-primary.component-hero > .wrapper > .container-sm:before, body header .components.theme-primary.component-hero > .wrapper > .container-md:before, body header .components.theme-primary.component-hero > .wrapper > .container-lg:before, body header .components.theme-primary.component-hero > .wrapper > .container-xl:before, body header .components.theme-primary.component-hero > .wrapper > .container-xxl:before, body header .components.theme-primary.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-primary.component-hero > .wrapper > .container:before, body main .components.theme-primary.component-hero > .wrapper > .container-fluid:before, body main .components.theme-primary.component-hero > .wrapper > .container-sm:before, body main .components.theme-primary.component-hero > .wrapper > .container-md:before, body main .components.theme-primary.component-hero > .wrapper > .container-lg:before, body main .components.theme-primary.component-hero > .wrapper > .container-xl:before, body main .components.theme-primary.component-hero > .wrapper > .container-xxl:before, body main .components.theme-primary.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-primary.component-hero > .wrapper > .container:before, body footer .components.theme-primary.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-primary.component-hero > .wrapper > .container-sm:before, body footer .components.theme-primary.component-hero > .wrapper > .container-md:before, body footer .components.theme-primary.component-hero > .wrapper > .container-lg:before, body footer .components.theme-primary.component-hero > .wrapper > .container-xl:before, body footer .components.theme-primary.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-primary.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(0, 0, 0, 0.5); }
  body header .components.theme-primary.has-overlay:before, body main .components.theme-primary.has-overlay:before, body footer .components.theme-primary.has-overlay:before {
    background-color: #000; }
  body header .components.theme-primary .social-icon.icon-behance, body main .components.theme-primary .social-icon.icon-behance, body footer .components.theme-primary .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-facebook, body main .components.theme-primary .social-icon.icon-facebook, body footer .components.theme-primary .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23000' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-github, body main .components.theme-primary .social-icon.icon-github, body footer .components.theme-primary .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-instagram, body main .components.theme-primary .social-icon.icon-instagram, body footer .components.theme-primary .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23000' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-linkedin, body main .components.theme-primary .social-icon.icon-linkedin, body footer .components.theme-primary .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-pinterest, body main .components.theme-primary .social-icon.icon-pinterest, body footer .components.theme-primary .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-share, body main .components.theme-primary .social-icon.icon-share, body footer .components.theme-primary .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-snapchat, body main .components.theme-primary .social-icon.icon-snapchat, body footer .components.theme-primary .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-twitter, body main .components.theme-primary .social-icon.icon-twitter, body footer .components.theme-primary .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-vimeo, body main .components.theme-primary .social-icon.icon-vimeo, body footer .components.theme-primary .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-wineplatform, body main .components.theme-primary .social-icon.icon-wineplatform, body footer .components.theme-primary .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23000' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-primary .social-icon.icon-youtube, body main .components.theme-primary .social-icon.icon-youtube, body footer .components.theme-primary .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-black, body main .components.theme-black, body footer .components.theme-black {
  background-color: #000;
  color: #fff; }
  body header .components.theme-black h1, body header .components.theme-black h2, body header .components.theme-black h3, body header .components.theme-black h4, body header .components.theme-black h5, body header .components.theme-black h6, body header .components.theme-black p, body header .components.theme-black .h1, body header .components.theme-black .h2, body header .components.theme-black .h3, body header .components.theme-black .h4, body header .components.theme-black .h5, body header .components.theme-black .h6, body header .components.theme-black .p, body main .components.theme-black h1, body main .components.theme-black h2, body main .components.theme-black h3, body main .components.theme-black h4, body main .components.theme-black h5, body main .components.theme-black h6, body main .components.theme-black p, body main .components.theme-black .h1, body main .components.theme-black .h2, body main .components.theme-black .h3, body main .components.theme-black .h4, body main .components.theme-black .h5, body main .components.theme-black .h6, body main .components.theme-black .p, body footer .components.theme-black h1, body footer .components.theme-black h2, body footer .components.theme-black h3, body footer .components.theme-black h4, body footer .components.theme-black h5, body footer .components.theme-black h6, body footer .components.theme-black p, body footer .components.theme-black .h1, body footer .components.theme-black .h2, body footer .components.theme-black .h3, body footer .components.theme-black .h4, body footer .components.theme-black .h5, body footer .components.theme-black .h6, body footer .components.theme-black .p {
    color: #fff; }
  body header .components.theme-black a:not(.btn):not(.goto), body main .components.theme-black a:not(.btn):not(.goto), body footer .components.theme-black a:not(.btn):not(.goto) {
    color: #fff; }
    body header .components.theme-black a:not(.btn):not(.goto):hover, body header .components.theme-black a:not(.btn):not(.goto):focus, body header .components.theme-black a:not(.btn):not(.goto):active, body main .components.theme-black a:not(.btn):not(.goto):hover, body main .components.theme-black a:not(.btn):not(.goto):focus, body main .components.theme-black a:not(.btn):not(.goto):active, body footer .components.theme-black a:not(.btn):not(.goto):hover, body footer .components.theme-black a:not(.btn):not(.goto):focus, body footer .components.theme-black a:not(.btn):not(.goto):active {
      color: #ebe7eb; }
  body header .components.theme-black a.goto, body main .components.theme-black a.goto, body footer .components.theme-black a.goto {
    color: #fff; }
    body header .components.theme-black a.goto:hover, body header .components.theme-black a.goto:focus, body header .components.theme-black a.goto:active, body main .components.theme-black a.goto:hover, body main .components.theme-black a.goto:focus, body main .components.theme-black a.goto:active, body footer .components.theme-black a.goto:hover, body footer .components.theme-black a.goto:focus, body footer .components.theme-black a.goto:active {
      color: #ebe7eb; }
  body header .components.theme-black .muted, body main .components.theme-black .muted, body footer .components.theme-black .muted {
    color: #bfbfbf; }
  body header .components.theme-black .component-spacer.-borders:before, body header .components.theme-black .component-spacer.-borders:after, body main .components.theme-black .component-spacer.-borders:before, body main .components.theme-black .component-spacer.-borders:after, body footer .components.theme-black .component-spacer.-borders:before, body footer .components.theme-black .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-black .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-black .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-black .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-black .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-black .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-black .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-black.component-hero > .wrapper > .container:before, body header .components.theme-black.component-hero > .wrapper > .container-fluid:before, body header .components.theme-black.component-hero > .wrapper > .container-sm:before, body header .components.theme-black.component-hero > .wrapper > .container-md:before, body header .components.theme-black.component-hero > .wrapper > .container-lg:before, body header .components.theme-black.component-hero > .wrapper > .container-xl:before, body header .components.theme-black.component-hero > .wrapper > .container-xxl:before, body header .components.theme-black.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-black.component-hero > .wrapper > .container:before, body main .components.theme-black.component-hero > .wrapper > .container-fluid:before, body main .components.theme-black.component-hero > .wrapper > .container-sm:before, body main .components.theme-black.component-hero > .wrapper > .container-md:before, body main .components.theme-black.component-hero > .wrapper > .container-lg:before, body main .components.theme-black.component-hero > .wrapper > .container-xl:before, body main .components.theme-black.component-hero > .wrapper > .container-xxl:before, body main .components.theme-black.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-black.component-hero > .wrapper > .container:before, body footer .components.theme-black.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-black.component-hero > .wrapper > .container-sm:before, body footer .components.theme-black.component-hero > .wrapper > .container-md:before, body footer .components.theme-black.component-hero > .wrapper > .container-lg:before, body footer .components.theme-black.component-hero > .wrapper > .container-xl:before, body footer .components.theme-black.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-black.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(0, 0, 0, 0.5); }
  body header .components.theme-black.has-overlay:before, body main .components.theme-black.has-overlay:before, body footer .components.theme-black.has-overlay:before {
    background-color: #000; }
  body header .components.theme-black .social-icon.icon-behance, body main .components.theme-black .social-icon.icon-behance, body footer .components.theme-black .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-facebook, body main .components.theme-black .social-icon.icon-facebook, body footer .components.theme-black .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23000' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-github, body main .components.theme-black .social-icon.icon-github, body footer .components.theme-black .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-instagram, body main .components.theme-black .social-icon.icon-instagram, body footer .components.theme-black .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23000' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-linkedin, body main .components.theme-black .social-icon.icon-linkedin, body footer .components.theme-black .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-pinterest, body main .components.theme-black .social-icon.icon-pinterest, body footer .components.theme-black .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-share, body main .components.theme-black .social-icon.icon-share, body footer .components.theme-black .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-snapchat, body main .components.theme-black .social-icon.icon-snapchat, body footer .components.theme-black .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-twitter, body main .components.theme-black .social-icon.icon-twitter, body footer .components.theme-black .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-vimeo, body main .components.theme-black .social-icon.icon-vimeo, body footer .components.theme-black .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-wineplatform, body main .components.theme-black .social-icon.icon-wineplatform, body footer .components.theme-black .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23000' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-black .social-icon.icon-youtube, body main .components.theme-black .social-icon.icon-youtube, body footer .components.theme-black .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23000' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-dark, body main .components.theme-dark, body footer .components.theme-dark {
  background-color: #333333;
  color: #fff; }
  body header .components.theme-dark h1, body header .components.theme-dark h2, body header .components.theme-dark h3, body header .components.theme-dark h4, body header .components.theme-dark h5, body header .components.theme-dark h6, body header .components.theme-dark p, body header .components.theme-dark .h1, body header .components.theme-dark .h2, body header .components.theme-dark .h3, body header .components.theme-dark .h4, body header .components.theme-dark .h5, body header .components.theme-dark .h6, body header .components.theme-dark .p, body main .components.theme-dark h1, body main .components.theme-dark h2, body main .components.theme-dark h3, body main .components.theme-dark h4, body main .components.theme-dark h5, body main .components.theme-dark h6, body main .components.theme-dark p, body main .components.theme-dark .h1, body main .components.theme-dark .h2, body main .components.theme-dark .h3, body main .components.theme-dark .h4, body main .components.theme-dark .h5, body main .components.theme-dark .h6, body main .components.theme-dark .p, body footer .components.theme-dark h1, body footer .components.theme-dark h2, body footer .components.theme-dark h3, body footer .components.theme-dark h4, body footer .components.theme-dark h5, body footer .components.theme-dark h6, body footer .components.theme-dark p, body footer .components.theme-dark .h1, body footer .components.theme-dark .h2, body footer .components.theme-dark .h3, body footer .components.theme-dark .h4, body footer .components.theme-dark .h5, body footer .components.theme-dark .h6, body footer .components.theme-dark .p {
    color: #fff; }
  body header .components.theme-dark a:not(.btn):not(.goto), body main .components.theme-dark a:not(.btn):not(.goto), body footer .components.theme-dark a:not(.btn):not(.goto) {
    color: #fff; }
    body header .components.theme-dark a:not(.btn):not(.goto):hover, body header .components.theme-dark a:not(.btn):not(.goto):focus, body header .components.theme-dark a:not(.btn):not(.goto):active, body main .components.theme-dark a:not(.btn):not(.goto):hover, body main .components.theme-dark a:not(.btn):not(.goto):focus, body main .components.theme-dark a:not(.btn):not(.goto):active, body footer .components.theme-dark a:not(.btn):not(.goto):hover, body footer .components.theme-dark a:not(.btn):not(.goto):focus, body footer .components.theme-dark a:not(.btn):not(.goto):active {
      color: #ebe7eb; }
  body header .components.theme-dark a.goto, body main .components.theme-dark a.goto, body footer .components.theme-dark a.goto {
    color: #fff; }
    body header .components.theme-dark a.goto:hover, body header .components.theme-dark a.goto:focus, body header .components.theme-dark a.goto:active, body main .components.theme-dark a.goto:hover, body main .components.theme-dark a.goto:focus, body main .components.theme-dark a.goto:active, body footer .components.theme-dark a.goto:hover, body footer .components.theme-dark a.goto:focus, body footer .components.theme-dark a.goto:active {
      color: #ebe7eb; }
  body header .components.theme-dark .muted, body main .components.theme-dark .muted, body footer .components.theme-dark .muted {
    color: #bfbfbf; }
  body header .components.theme-dark .component-spacer.-borders:before, body header .components.theme-dark .component-spacer.-borders:after, body main .components.theme-dark .component-spacer.-borders:before, body main .components.theme-dark .component-spacer.-borders:after, body footer .components.theme-dark .component-spacer.-borders:before, body footer .components.theme-dark .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-dark .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-dark.component-hero > .wrapper > .container:before, body header .components.theme-dark.component-hero > .wrapper > .container-fluid:before, body header .components.theme-dark.component-hero > .wrapper > .container-sm:before, body header .components.theme-dark.component-hero > .wrapper > .container-md:before, body header .components.theme-dark.component-hero > .wrapper > .container-lg:before, body header .components.theme-dark.component-hero > .wrapper > .container-xl:before, body header .components.theme-dark.component-hero > .wrapper > .container-xxl:before, body header .components.theme-dark.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-dark.component-hero > .wrapper > .container:before, body main .components.theme-dark.component-hero > .wrapper > .container-fluid:before, body main .components.theme-dark.component-hero > .wrapper > .container-sm:before, body main .components.theme-dark.component-hero > .wrapper > .container-md:before, body main .components.theme-dark.component-hero > .wrapper > .container-lg:before, body main .components.theme-dark.component-hero > .wrapper > .container-xl:before, body main .components.theme-dark.component-hero > .wrapper > .container-xxl:before, body main .components.theme-dark.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-dark.component-hero > .wrapper > .container:before, body footer .components.theme-dark.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-dark.component-hero > .wrapper > .container-sm:before, body footer .components.theme-dark.component-hero > .wrapper > .container-md:before, body footer .components.theme-dark.component-hero > .wrapper > .container-lg:before, body footer .components.theme-dark.component-hero > .wrapper > .container-xl:before, body footer .components.theme-dark.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-dark.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(51, 51, 51, 0.5); }
  body header .components.theme-dark.has-overlay:before, body main .components.theme-dark.has-overlay:before, body footer .components.theme-dark.has-overlay:before {
    background-color: #333333; }
  body header .components.theme-dark .social-icon.icon-behance, body main .components.theme-dark .social-icon.icon-behance, body footer .components.theme-dark .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-facebook, body main .components.theme-dark .social-icon.icon-facebook, body footer .components.theme-dark .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23333333' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-github, body main .components.theme-dark .social-icon.icon-github, body footer .components.theme-dark .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-instagram, body main .components.theme-dark .social-icon.icon-instagram, body footer .components.theme-dark .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23333333' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-linkedin, body main .components.theme-dark .social-icon.icon-linkedin, body footer .components.theme-dark .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-pinterest, body main .components.theme-dark .social-icon.icon-pinterest, body footer .components.theme-dark .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-share, body main .components.theme-dark .social-icon.icon-share, body footer .components.theme-dark .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-snapchat, body main .components.theme-dark .social-icon.icon-snapchat, body footer .components.theme-dark .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-twitter, body main .components.theme-dark .social-icon.icon-twitter, body footer .components.theme-dark .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-vimeo, body main .components.theme-dark .social-icon.icon-vimeo, body footer .components.theme-dark .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-wineplatform, body main .components.theme-dark .social-icon.icon-wineplatform, body footer .components.theme-dark .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23333333' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-dark .social-icon.icon-youtube, body main .components.theme-dark .social-icon.icon-youtube, body footer .components.theme-dark .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23333333' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-mid, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light, body main .components.theme-mid, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light, body footer .components.theme-mid, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light {
  background-color: #e5e3e3;
  color: #000; }
  body header .components.theme-mid h1, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h1, body header .components.theme-mid h2, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h2, body header .components.theme-mid h3, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h3, body header .components.theme-mid h4, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h4, body header .components.theme-mid h5, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h5, body header .components.theme-mid h6, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light h6, body header .components.theme-mid p, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light p, body header .components.theme-mid .h1, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h1, body header .components.theme-mid .h2, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h2, body header .components.theme-mid .h3, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h3, body header .components.theme-mid .h4, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h4, body header .components.theme-mid .h5, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h5, body header .components.theme-mid .h6, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .h6, body header .components.theme-mid .p, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .p, body main .components.theme-mid h1, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h1, body main .components.theme-mid h2, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h2, body main .components.theme-mid h3, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h3, body main .components.theme-mid h4, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h4, body main .components.theme-mid h5, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h5, body main .components.theme-mid h6, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light h6, body main .components.theme-mid p, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light p, body main .components.theme-mid .h1, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h1, body main .components.theme-mid .h2, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h2, body main .components.theme-mid .h3, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h3, body main .components.theme-mid .h4, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h4, body main .components.theme-mid .h5, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h5, body main .components.theme-mid .h6, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .h6, body main .components.theme-mid .p, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .p, body footer .components.theme-mid h1, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h1, body footer .components.theme-mid h2, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h2, body footer .components.theme-mid h3, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h3, body footer .components.theme-mid h4, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h4, body footer .components.theme-mid h5, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h5, body footer .components.theme-mid h6, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light h6, body footer .components.theme-mid p, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light p, body footer .components.theme-mid .h1, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h1, body footer .components.theme-mid .h2, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h2, body footer .components.theme-mid .h3, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h3, body footer .components.theme-mid .h4, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h4, body footer .components.theme-mid .h5, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h5, body footer .components.theme-mid .h6, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .h6, body footer .components.theme-mid .p, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .p {
    color: #000; }
  body header .components.theme-mid a:not(.btn):not(.goto), body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a:not(.btn):not(.goto), body main .components.theme-mid a:not(.btn):not(.goto), body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a:not(.btn):not(.goto), body footer .components.theme-mid a:not(.btn):not(.goto), body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a:not(.btn):not(.goto) {
    color: #000; }
    body header .components.theme-mid a:not(.btn):not(.goto):hover, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, body header .components.theme-mid a:not(.btn):not(.goto):focus, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, body header .components.theme-mid a:not(.btn):not(.goto):active, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a:not(.btn):not(.goto):active, body main .components.theme-mid a:not(.btn):not(.goto):hover, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, body main .components.theme-mid a:not(.btn):not(.goto):focus, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, body main .components.theme-mid a:not(.btn):not(.goto):active, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a:not(.btn):not(.goto):active, body footer .components.theme-mid a:not(.btn):not(.goto):hover, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a:not(.btn):not(.goto):hover, body footer .components.theme-mid a:not(.btn):not(.goto):focus, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a:not(.btn):not(.goto):focus, body footer .components.theme-mid a:not(.btn):not(.goto):active, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a:not(.btn):not(.goto):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a:not(.btn):not(.goto):active {
      color: #ebe7eb; }
  body header .components.theme-mid a.goto, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto, body main .components.theme-mid a.goto, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto, body footer .components.theme-mid a.goto, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto {
    color: #000; }
    body header .components.theme-mid a.goto:hover, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:hover, body header .components.theme-mid a.goto:focus, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:focus, body header .components.theme-mid a.goto:active, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light a.goto:active, body main .components.theme-mid a.goto:hover, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:hover, body main .components.theme-mid a.goto:focus, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:focus, body main .components.theme-mid a.goto:active, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light a.goto:active, body footer .components.theme-mid a.goto:hover, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:hover, body footer .components.theme-mid a.goto:focus, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:focus, body footer .components.theme-mid a.goto:active, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light a.goto:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light a.goto:active {
      color: #ebe7eb; }
  body header .components.theme-mid .muted, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .muted, body main .components.theme-mid .muted, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .muted, body footer .components.theme-mid .muted, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .muted {
    color: #bfbfbf; }
  body header .components.theme-mid .component-spacer.-borders:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-spacer.-borders:before, body header .components.theme-mid .component-spacer.-borders:after, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-spacer.-borders:after, body main .components.theme-mid .component-spacer.-borders:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-spacer.-borders:before, body main .components.theme-mid .component-spacer.-borders:after, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-spacer.-borders:after, body footer .components.theme-mid .component-spacer.-borders:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-spacer.-borders:before, body footer .components.theme-mid .component-spacer.-borders:after, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-spacer.-borders:after, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-spacer.-borders:after {
    border-color: #000; }
  body header .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-items, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-item, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-items, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-item, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-items, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-mid .component-filelist .files .files-wrapper .files-container .field-item, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #000; }
  body header .components.theme-mid.component-hero > .wrapper > .container:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, body header .components.theme-mid.component-hero > .wrapper > .container-fluid:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, body header .components.theme-mid.component-hero > .wrapper > .container-sm:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, body header .components.theme-mid.component-hero > .wrapper > .container-md:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, body header .components.theme-mid.component-hero > .wrapper > .container-lg:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, body header .components.theme-mid.component-hero > .wrapper > .container-xl:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, body header .components.theme-mid.component-hero > .wrapper > .container-xxl:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, body header .components.theme-mid.component-hero > .wrapper > .container-xxxl:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, body main .components.theme-mid.component-hero > .wrapper > .container:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, body main .components.theme-mid.component-hero > .wrapper > .container-fluid:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, body main .components.theme-mid.component-hero > .wrapper > .container-sm:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, body main .components.theme-mid.component-hero > .wrapper > .container-md:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, body main .components.theme-mid.component-hero > .wrapper > .container-lg:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, body main .components.theme-mid.component-hero > .wrapper > .container-xl:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, body main .components.theme-mid.component-hero > .wrapper > .container-xxl:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, body main .components.theme-mid.component-hero > .wrapper > .container-xxxl:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, body footer .components.theme-mid.component-hero > .wrapper > .container:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container:before, body footer .components.theme-mid.component-hero > .wrapper > .container-fluid:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-fluid:before, body footer .components.theme-mid.component-hero > .wrapper > .container-sm:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-sm:before, body footer .components.theme-mid.component-hero > .wrapper > .container-md:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-md:before, body footer .components.theme-mid.component-hero > .wrapper > .container-lg:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-lg:before, body footer .components.theme-mid.component-hero > .wrapper > .container-xl:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xl:before, body footer .components.theme-mid.component-hero > .wrapper > .container-xxl:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxl:before, body footer .components.theme-mid.component-hero > .wrapper > .container-xxxl:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-hero.component-text_group.theme-light > .wrapper > .container-xxxl:before {
    background-color: rgba(229, 227, 227, 0.5); }
  body header .components.theme-mid.has-overlay:before, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.has-overlay.component-text_group.theme-light:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.has-overlay.component-text_group.theme-light:before, body main .components.theme-mid.has-overlay:before, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.has-overlay.component-text_group.theme-light:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.has-overlay.component-text_group.theme-light:before, body footer .components.theme-mid.has-overlay:before, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.has-overlay.component-text_group.theme-light:before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.has-overlay.component-text_group.theme-light:before {
    background-color: #e5e3e3; }
  body header .components.theme-mid .social-icon.icon-behance, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-behance, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-behance, body main .components.theme-mid .social-icon.icon-behance, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-behance, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-behance, body footer .components.theme-mid .social-icon.icon-behance, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-behance, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-facebook, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-facebook, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-facebook, body main .components.theme-mid .social-icon.icon-facebook, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-facebook, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-facebook, body footer .components.theme-mid .social-icon.icon-facebook, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-facebook, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23e5e3e3' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-github, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-github, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-github, body main .components.theme-mid .social-icon.icon-github, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-github, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-github, body footer .components.theme-mid .social-icon.icon-github, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-github, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-instagram, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-instagram, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-instagram, body main .components.theme-mid .social-icon.icon-instagram, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-instagram, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-instagram, body footer .components.theme-mid .social-icon.icon-instagram, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-instagram, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23e5e3e3' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-linkedin, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-linkedin, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-linkedin, body main .components.theme-mid .social-icon.icon-linkedin, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-linkedin, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-linkedin, body footer .components.theme-mid .social-icon.icon-linkedin, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-linkedin, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-pinterest, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-pinterest, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-pinterest, body main .components.theme-mid .social-icon.icon-pinterest, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-pinterest, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-pinterest, body footer .components.theme-mid .social-icon.icon-pinterest, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-pinterest, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-share, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-share, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-share, body main .components.theme-mid .social-icon.icon-share, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-share, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-share, body footer .components.theme-mid .social-icon.icon-share, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-share, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-snapchat, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-snapchat, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-snapchat, body main .components.theme-mid .social-icon.icon-snapchat, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-snapchat, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-snapchat, body footer .components.theme-mid .social-icon.icon-snapchat, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-snapchat, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-twitter, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-twitter, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-twitter, body main .components.theme-mid .social-icon.icon-twitter, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-twitter, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-twitter, body footer .components.theme-mid .social-icon.icon-twitter, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-twitter, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-vimeo, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-vimeo, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-vimeo, body main .components.theme-mid .social-icon.icon-vimeo, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-vimeo, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-vimeo, body footer .components.theme-mid .social-icon.icon-vimeo, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-vimeo, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-wineplatform, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-wineplatform, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-wineplatform, body main .components.theme-mid .social-icon.icon-wineplatform, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-wineplatform, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-wineplatform, body footer .components.theme-mid .social-icon.icon-wineplatform, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-wineplatform, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23e5e3e3' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-mid .social-icon.icon-youtube, body header .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-youtube, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body header .components.component-text_group.theme-light .social-icon.icon-youtube, body main .components.theme-mid .social-icon.icon-youtube, body main .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-youtube, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body main .components.component-text_group.theme-light .social-icon.icon-youtube, body footer .components.theme-mid .social-icon.icon-youtube, body footer .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .social-icon.icon-youtube, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description body footer .components.component-text_group.theme-light .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23e5e3e3' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-light, body main .components.theme-light, body footer .components.theme-light {
  background-color: #e8e8e8;
  color: #000; }
  body header .components.theme-light h1, body header .components.theme-light h2, body header .components.theme-light h3, body header .components.theme-light h4, body header .components.theme-light h5, body header .components.theme-light h6, body header .components.theme-light p, body header .components.theme-light .h1, body header .components.theme-light .h2, body header .components.theme-light .h3, body header .components.theme-light .h4, body header .components.theme-light .h5, body header .components.theme-light .h6, body header .components.theme-light .p, body main .components.theme-light h1, body main .components.theme-light h2, body main .components.theme-light h3, body main .components.theme-light h4, body main .components.theme-light h5, body main .components.theme-light h6, body main .components.theme-light p, body main .components.theme-light .h1, body main .components.theme-light .h2, body main .components.theme-light .h3, body main .components.theme-light .h4, body main .components.theme-light .h5, body main .components.theme-light .h6, body main .components.theme-light .p, body footer .components.theme-light h1, body footer .components.theme-light h2, body footer .components.theme-light h3, body footer .components.theme-light h4, body footer .components.theme-light h5, body footer .components.theme-light h6, body footer .components.theme-light p, body footer .components.theme-light .h1, body footer .components.theme-light .h2, body footer .components.theme-light .h3, body footer .components.theme-light .h4, body footer .components.theme-light .h5, body footer .components.theme-light .h6, body footer .components.theme-light .p {
    color: #000; }
  body header .components.theme-light a:not(.btn):not(.goto), body main .components.theme-light a:not(.btn):not(.goto), body footer .components.theme-light a:not(.btn):not(.goto) {
    color: #000; }
    body header .components.theme-light a:not(.btn):not(.goto):hover, body header .components.theme-light a:not(.btn):not(.goto):focus, body header .components.theme-light a:not(.btn):not(.goto):active, body main .components.theme-light a:not(.btn):not(.goto):hover, body main .components.theme-light a:not(.btn):not(.goto):focus, body main .components.theme-light a:not(.btn):not(.goto):active, body footer .components.theme-light a:not(.btn):not(.goto):hover, body footer .components.theme-light a:not(.btn):not(.goto):focus, body footer .components.theme-light a:not(.btn):not(.goto):active {
      color: #ebe7eb; }
  body header .components.theme-light a.goto, body main .components.theme-light a.goto, body footer .components.theme-light a.goto {
    color: #000; }
    body header .components.theme-light a.goto:hover, body header .components.theme-light a.goto:focus, body header .components.theme-light a.goto:active, body main .components.theme-light a.goto:hover, body main .components.theme-light a.goto:focus, body main .components.theme-light a.goto:active, body footer .components.theme-light a.goto:hover, body footer .components.theme-light a.goto:focus, body footer .components.theme-light a.goto:active {
      color: #ebe7eb; }
  body header .components.theme-light .muted, body main .components.theme-light .muted, body footer .components.theme-light .muted {
    color: #bfbfbf; }
  body header .components.theme-light .component-spacer.-borders:before, body header .components.theme-light .component-spacer.-borders:after, body main .components.theme-light .component-spacer.-borders:before, body main .components.theme-light .component-spacer.-borders:after, body footer .components.theme-light .component-spacer.-borders:before, body footer .components.theme-light .component-spacer.-borders:after {
    border-color: #000; }
  body header .components.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-light .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-light .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-light .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-light .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #000; }
  body header .components.theme-light.component-hero > .wrapper > .container:before, body header .components.theme-light.component-hero > .wrapper > .container-fluid:before, body header .components.theme-light.component-hero > .wrapper > .container-sm:before, body header .components.theme-light.component-hero > .wrapper > .container-md:before, body header .components.theme-light.component-hero > .wrapper > .container-lg:before, body header .components.theme-light.component-hero > .wrapper > .container-xl:before, body header .components.theme-light.component-hero > .wrapper > .container-xxl:before, body header .components.theme-light.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-light.component-hero > .wrapper > .container:before, body main .components.theme-light.component-hero > .wrapper > .container-fluid:before, body main .components.theme-light.component-hero > .wrapper > .container-sm:before, body main .components.theme-light.component-hero > .wrapper > .container-md:before, body main .components.theme-light.component-hero > .wrapper > .container-lg:before, body main .components.theme-light.component-hero > .wrapper > .container-xl:before, body main .components.theme-light.component-hero > .wrapper > .container-xxl:before, body main .components.theme-light.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-light.component-hero > .wrapper > .container:before, body footer .components.theme-light.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-light.component-hero > .wrapper > .container-sm:before, body footer .components.theme-light.component-hero > .wrapper > .container-md:before, body footer .components.theme-light.component-hero > .wrapper > .container-lg:before, body footer .components.theme-light.component-hero > .wrapper > .container-xl:before, body footer .components.theme-light.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-light.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(232, 232, 232, 0.5); }
  body header .components.theme-light.has-overlay:before, body main .components.theme-light.has-overlay:before, body footer .components.theme-light.has-overlay:before {
    background-color: #e8e8e8; }
  body header .components.theme-light .social-icon.icon-behance, body main .components.theme-light .social-icon.icon-behance, body footer .components.theme-light .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-facebook, body main .components.theme-light .social-icon.icon-facebook, body footer .components.theme-light .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23e8e8e8' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-github, body main .components.theme-light .social-icon.icon-github, body footer .components.theme-light .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-instagram, body main .components.theme-light .social-icon.icon-instagram, body footer .components.theme-light .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23e8e8e8' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-linkedin, body main .components.theme-light .social-icon.icon-linkedin, body footer .components.theme-light .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-pinterest, body main .components.theme-light .social-icon.icon-pinterest, body footer .components.theme-light .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-share, body main .components.theme-light .social-icon.icon-share, body footer .components.theme-light .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-snapchat, body main .components.theme-light .social-icon.icon-snapchat, body footer .components.theme-light .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-twitter, body main .components.theme-light .social-icon.icon-twitter, body footer .components.theme-light .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-vimeo, body main .components.theme-light .social-icon.icon-vimeo, body footer .components.theme-light .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-wineplatform, body main .components.theme-light .social-icon.icon-wineplatform, body footer .components.theme-light .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23e8e8e8' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-light .social-icon.icon-youtube, body main .components.theme-light .social-icon.icon-youtube, body footer .components.theme-light .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23e8e8e8' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-secondary, body main .components.theme-secondary, body footer .components.theme-secondary {
  background-color: #fff;
  color: #000; }
  body header .components.theme-secondary h1, body header .components.theme-secondary h2, body header .components.theme-secondary h3, body header .components.theme-secondary h4, body header .components.theme-secondary h5, body header .components.theme-secondary h6, body header .components.theme-secondary p, body header .components.theme-secondary .h1, body header .components.theme-secondary .h2, body header .components.theme-secondary .h3, body header .components.theme-secondary .h4, body header .components.theme-secondary .h5, body header .components.theme-secondary .h6, body header .components.theme-secondary .p, body main .components.theme-secondary h1, body main .components.theme-secondary h2, body main .components.theme-secondary h3, body main .components.theme-secondary h4, body main .components.theme-secondary h5, body main .components.theme-secondary h6, body main .components.theme-secondary p, body main .components.theme-secondary .h1, body main .components.theme-secondary .h2, body main .components.theme-secondary .h3, body main .components.theme-secondary .h4, body main .components.theme-secondary .h5, body main .components.theme-secondary .h6, body main .components.theme-secondary .p, body footer .components.theme-secondary h1, body footer .components.theme-secondary h2, body footer .components.theme-secondary h3, body footer .components.theme-secondary h4, body footer .components.theme-secondary h5, body footer .components.theme-secondary h6, body footer .components.theme-secondary p, body footer .components.theme-secondary .h1, body footer .components.theme-secondary .h2, body footer .components.theme-secondary .h3, body footer .components.theme-secondary .h4, body footer .components.theme-secondary .h5, body footer .components.theme-secondary .h6, body footer .components.theme-secondary .p {
    color: #000; }
  body header .components.theme-secondary a:not(.btn):not(.goto), body main .components.theme-secondary a:not(.btn):not(.goto), body footer .components.theme-secondary a:not(.btn):not(.goto) {
    color: #000; }
    body header .components.theme-secondary a:not(.btn):not(.goto):hover, body header .components.theme-secondary a:not(.btn):not(.goto):focus, body header .components.theme-secondary a:not(.btn):not(.goto):active, body main .components.theme-secondary a:not(.btn):not(.goto):hover, body main .components.theme-secondary a:not(.btn):not(.goto):focus, body main .components.theme-secondary a:not(.btn):not(.goto):active, body footer .components.theme-secondary a:not(.btn):not(.goto):hover, body footer .components.theme-secondary a:not(.btn):not(.goto):focus, body footer .components.theme-secondary a:not(.btn):not(.goto):active {
      color: #ebe7eb; }
  body header .components.theme-secondary a.goto, body main .components.theme-secondary a.goto, body footer .components.theme-secondary a.goto {
    color: #000; }
    body header .components.theme-secondary a.goto:hover, body header .components.theme-secondary a.goto:focus, body header .components.theme-secondary a.goto:active, body main .components.theme-secondary a.goto:hover, body main .components.theme-secondary a.goto:focus, body main .components.theme-secondary a.goto:active, body footer .components.theme-secondary a.goto:hover, body footer .components.theme-secondary a.goto:focus, body footer .components.theme-secondary a.goto:active {
      color: #ebe7eb; }
  body header .components.theme-secondary .muted, body main .components.theme-secondary .muted, body footer .components.theme-secondary .muted {
    color: #bfbfbf; }
  body header .components.theme-secondary .component-spacer.-borders:before, body header .components.theme-secondary .component-spacer.-borders:after, body main .components.theme-secondary .component-spacer.-borders:before, body main .components.theme-secondary .component-spacer.-borders:after, body footer .components.theme-secondary .component-spacer.-borders:before, body footer .components.theme-secondary .component-spacer.-borders:after {
    border-color: #000; }
  body header .components.theme-secondary .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-secondary .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-secondary .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-secondary .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-secondary .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-secondary .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #000; }
  body header .components.theme-secondary.component-hero > .wrapper > .container:before, body header .components.theme-secondary.component-hero > .wrapper > .container-fluid:before, body header .components.theme-secondary.component-hero > .wrapper > .container-sm:before, body header .components.theme-secondary.component-hero > .wrapper > .container-md:before, body header .components.theme-secondary.component-hero > .wrapper > .container-lg:before, body header .components.theme-secondary.component-hero > .wrapper > .container-xl:before, body header .components.theme-secondary.component-hero > .wrapper > .container-xxl:before, body header .components.theme-secondary.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-secondary.component-hero > .wrapper > .container:before, body main .components.theme-secondary.component-hero > .wrapper > .container-fluid:before, body main .components.theme-secondary.component-hero > .wrapper > .container-sm:before, body main .components.theme-secondary.component-hero > .wrapper > .container-md:before, body main .components.theme-secondary.component-hero > .wrapper > .container-lg:before, body main .components.theme-secondary.component-hero > .wrapper > .container-xl:before, body main .components.theme-secondary.component-hero > .wrapper > .container-xxl:before, body main .components.theme-secondary.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-secondary.component-hero > .wrapper > .container:before, body footer .components.theme-secondary.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-secondary.component-hero > .wrapper > .container-sm:before, body footer .components.theme-secondary.component-hero > .wrapper > .container-md:before, body footer .components.theme-secondary.component-hero > .wrapper > .container-lg:before, body footer .components.theme-secondary.component-hero > .wrapper > .container-xl:before, body footer .components.theme-secondary.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-secondary.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(255, 255, 255, 0.5); }
  body header .components.theme-secondary.has-overlay:before, body main .components.theme-secondary.has-overlay:before, body footer .components.theme-secondary.has-overlay:before {
    background-color: #fff; }
  body header .components.theme-secondary .social-icon.icon-behance, body main .components.theme-secondary .social-icon.icon-behance, body footer .components.theme-secondary .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-facebook, body main .components.theme-secondary .social-icon.icon-facebook, body footer .components.theme-secondary .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-github, body main .components.theme-secondary .social-icon.icon-github, body footer .components.theme-secondary .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-instagram, body main .components.theme-secondary .social-icon.icon-instagram, body footer .components.theme-secondary .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-linkedin, body main .components.theme-secondary .social-icon.icon-linkedin, body footer .components.theme-secondary .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-pinterest, body main .components.theme-secondary .social-icon.icon-pinterest, body footer .components.theme-secondary .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-share, body main .components.theme-secondary .social-icon.icon-share, body footer .components.theme-secondary .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-snapchat, body main .components.theme-secondary .social-icon.icon-snapchat, body footer .components.theme-secondary .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-twitter, body main .components.theme-secondary .social-icon.icon-twitter, body footer .components.theme-secondary .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-vimeo, body main .components.theme-secondary .social-icon.icon-vimeo, body footer .components.theme-secondary .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-wineplatform, body main .components.theme-secondary .social-icon.icon-wineplatform, body footer .components.theme-secondary .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23fff' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-secondary .social-icon.icon-youtube, body main .components.theme-secondary .social-icon.icon-youtube, body footer .components.theme-secondary .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23fff' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-featured, body main .components.theme-featured, body footer .components.theme-featured {
  background-color: #ab9159;
  color: #fff; }
  body header .components.theme-featured h1, body header .components.theme-featured h2, body header .components.theme-featured h3, body header .components.theme-featured h4, body header .components.theme-featured h5, body header .components.theme-featured h6, body header .components.theme-featured p, body header .components.theme-featured .h1, body header .components.theme-featured .h2, body header .components.theme-featured .h3, body header .components.theme-featured .h4, body header .components.theme-featured .h5, body header .components.theme-featured .h6, body header .components.theme-featured .p, body main .components.theme-featured h1, body main .components.theme-featured h2, body main .components.theme-featured h3, body main .components.theme-featured h4, body main .components.theme-featured h5, body main .components.theme-featured h6, body main .components.theme-featured p, body main .components.theme-featured .h1, body main .components.theme-featured .h2, body main .components.theme-featured .h3, body main .components.theme-featured .h4, body main .components.theme-featured .h5, body main .components.theme-featured .h6, body main .components.theme-featured .p, body footer .components.theme-featured h1, body footer .components.theme-featured h2, body footer .components.theme-featured h3, body footer .components.theme-featured h4, body footer .components.theme-featured h5, body footer .components.theme-featured h6, body footer .components.theme-featured p, body footer .components.theme-featured .h1, body footer .components.theme-featured .h2, body footer .components.theme-featured .h3, body footer .components.theme-featured .h4, body footer .components.theme-featured .h5, body footer .components.theme-featured .h6, body footer .components.theme-featured .p {
    color: #fff; }
  body header .components.theme-featured a:not(.btn):not(.goto), body main .components.theme-featured a:not(.btn):not(.goto), body footer .components.theme-featured a:not(.btn):not(.goto) {
    color: #fff; }
    body header .components.theme-featured a:not(.btn):not(.goto):hover, body header .components.theme-featured a:not(.btn):not(.goto):focus, body header .components.theme-featured a:not(.btn):not(.goto):active, body main .components.theme-featured a:not(.btn):not(.goto):hover, body main .components.theme-featured a:not(.btn):not(.goto):focus, body main .components.theme-featured a:not(.btn):not(.goto):active, body footer .components.theme-featured a:not(.btn):not(.goto):hover, body footer .components.theme-featured a:not(.btn):not(.goto):focus, body footer .components.theme-featured a:not(.btn):not(.goto):active {
      color: #000; }
  body header .components.theme-featured a.goto, body main .components.theme-featured a.goto, body footer .components.theme-featured a.goto {
    color: #fff; }
    body header .components.theme-featured a.goto:hover, body header .components.theme-featured a.goto:focus, body header .components.theme-featured a.goto:active, body main .components.theme-featured a.goto:hover, body main .components.theme-featured a.goto:focus, body main .components.theme-featured a.goto:active, body footer .components.theme-featured a.goto:hover, body footer .components.theme-featured a.goto:focus, body footer .components.theme-featured a.goto:active {
      color: #000; }
  body header .components.theme-featured .muted, body main .components.theme-featured .muted, body footer .components.theme-featured .muted {
    color: #bfbfbf; }
  body header .components.theme-featured .component-spacer.-borders:before, body header .components.theme-featured .component-spacer.-borders:after, body main .components.theme-featured .component-spacer.-borders:before, body main .components.theme-featured .component-spacer.-borders:after, body footer .components.theme-featured .component-spacer.-borders:before, body footer .components.theme-featured .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-featured .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-featured .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-featured .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-featured .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-featured .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-featured .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-featured.component-hero > .wrapper > .container:before, body header .components.theme-featured.component-hero > .wrapper > .container-fluid:before, body header .components.theme-featured.component-hero > .wrapper > .container-sm:before, body header .components.theme-featured.component-hero > .wrapper > .container-md:before, body header .components.theme-featured.component-hero > .wrapper > .container-lg:before, body header .components.theme-featured.component-hero > .wrapper > .container-xl:before, body header .components.theme-featured.component-hero > .wrapper > .container-xxl:before, body header .components.theme-featured.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-featured.component-hero > .wrapper > .container:before, body main .components.theme-featured.component-hero > .wrapper > .container-fluid:before, body main .components.theme-featured.component-hero > .wrapper > .container-sm:before, body main .components.theme-featured.component-hero > .wrapper > .container-md:before, body main .components.theme-featured.component-hero > .wrapper > .container-lg:before, body main .components.theme-featured.component-hero > .wrapper > .container-xl:before, body main .components.theme-featured.component-hero > .wrapper > .container-xxl:before, body main .components.theme-featured.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-featured.component-hero > .wrapper > .container:before, body footer .components.theme-featured.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-featured.component-hero > .wrapper > .container-sm:before, body footer .components.theme-featured.component-hero > .wrapper > .container-md:before, body footer .components.theme-featured.component-hero > .wrapper > .container-lg:before, body footer .components.theme-featured.component-hero > .wrapper > .container-xl:before, body footer .components.theme-featured.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-featured.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(171, 145, 89, 0.5); }
  body header .components.theme-featured.has-overlay:before, body main .components.theme-featured.has-overlay:before, body footer .components.theme-featured.has-overlay:before {
    background-color: #ab9159; }
  body header .components.theme-featured .social-icon.icon-behance, body main .components.theme-featured .social-icon.icon-behance, body footer .components.theme-featured .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23725f74' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-facebook, body main .components.theme-featured .social-icon.icon-facebook, body footer .components.theme-featured .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23725f74' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23ab9159' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-github, body main .components.theme-featured .social-icon.icon-github, body footer .components.theme-featured .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23725f74' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-instagram, body main .components.theme-featured .social-icon.icon-instagram, body footer .components.theme-featured .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23725f74' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23ab9159' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-linkedin, body main .components.theme-featured .social-icon.icon-linkedin, body footer .components.theme-featured .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23725f74' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-pinterest, body main .components.theme-featured .social-icon.icon-pinterest, body footer .components.theme-featured .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23725f74' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-share, body main .components.theme-featured .social-icon.icon-share, body footer .components.theme-featured .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23725f74' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-snapchat, body main .components.theme-featured .social-icon.icon-snapchat, body footer .components.theme-featured .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23725f74' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-twitter, body main .components.theme-featured .social-icon.icon-twitter, body footer .components.theme-featured .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23725f74' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-vimeo, body main .components.theme-featured .social-icon.icon-vimeo, body footer .components.theme-featured .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23725f74' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-wineplatform, body main .components.theme-featured .social-icon.icon-wineplatform, body footer .components.theme-featured .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23725f74' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23ab9159' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-featured .social-icon.icon-youtube, body main .components.theme-featured .social-icon.icon-youtube, body footer .components.theme-featured .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23725f74' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23ab9159' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-corporate, body main .components.theme-corporate, body footer .components.theme-corporate {
  background-color: #725f74;
  color: #fff; }
  body header .components.theme-corporate h1, body header .components.theme-corporate h2, body header .components.theme-corporate h3, body header .components.theme-corporate h4, body header .components.theme-corporate h5, body header .components.theme-corporate h6, body header .components.theme-corporate p, body header .components.theme-corporate .h1, body header .components.theme-corporate .h2, body header .components.theme-corporate .h3, body header .components.theme-corporate .h4, body header .components.theme-corporate .h5, body header .components.theme-corporate .h6, body header .components.theme-corporate .p, body main .components.theme-corporate h1, body main .components.theme-corporate h2, body main .components.theme-corporate h3, body main .components.theme-corporate h4, body main .components.theme-corporate h5, body main .components.theme-corporate h6, body main .components.theme-corporate p, body main .components.theme-corporate .h1, body main .components.theme-corporate .h2, body main .components.theme-corporate .h3, body main .components.theme-corporate .h4, body main .components.theme-corporate .h5, body main .components.theme-corporate .h6, body main .components.theme-corporate .p, body footer .components.theme-corporate h1, body footer .components.theme-corporate h2, body footer .components.theme-corporate h3, body footer .components.theme-corporate h4, body footer .components.theme-corporate h5, body footer .components.theme-corporate h6, body footer .components.theme-corporate p, body footer .components.theme-corporate .h1, body footer .components.theme-corporate .h2, body footer .components.theme-corporate .h3, body footer .components.theme-corporate .h4, body footer .components.theme-corporate .h5, body footer .components.theme-corporate .h6, body footer .components.theme-corporate .p {
    color: #fff; }
  body header .components.theme-corporate a:not(.btn):not(.goto), body main .components.theme-corporate a:not(.btn):not(.goto), body footer .components.theme-corporate a:not(.btn):not(.goto) {
    color: #fff; }
    body header .components.theme-corporate a:not(.btn):not(.goto):hover, body header .components.theme-corporate a:not(.btn):not(.goto):focus, body header .components.theme-corporate a:not(.btn):not(.goto):active, body main .components.theme-corporate a:not(.btn):not(.goto):hover, body main .components.theme-corporate a:not(.btn):not(.goto):focus, body main .components.theme-corporate a:not(.btn):not(.goto):active, body footer .components.theme-corporate a:not(.btn):not(.goto):hover, body footer .components.theme-corporate a:not(.btn):not(.goto):focus, body footer .components.theme-corporate a:not(.btn):not(.goto):active {
      color: #ab9159; }
  body header .components.theme-corporate a.goto, body main .components.theme-corporate a.goto, body footer .components.theme-corporate a.goto {
    color: #fff; }
    body header .components.theme-corporate a.goto:hover, body header .components.theme-corporate a.goto:focus, body header .components.theme-corporate a.goto:active, body main .components.theme-corporate a.goto:hover, body main .components.theme-corporate a.goto:focus, body main .components.theme-corporate a.goto:active, body footer .components.theme-corporate a.goto:hover, body footer .components.theme-corporate a.goto:focus, body footer .components.theme-corporate a.goto:active {
      color: #ab9159; }
  body header .components.theme-corporate .muted, body main .components.theme-corporate .muted, body footer .components.theme-corporate .muted {
    color: #bfbfbf; }
  body header .components.theme-corporate .component-spacer.-borders:before, body header .components.theme-corporate .component-spacer.-borders:after, body main .components.theme-corporate .component-spacer.-borders:before, body main .components.theme-corporate .component-spacer.-borders:after, body footer .components.theme-corporate .component-spacer.-borders:before, body footer .components.theme-corporate .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-corporate .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-corporate .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-corporate .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-corporate .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-corporate .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-corporate .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-corporate.component-hero > .wrapper > .container:before, body header .components.theme-corporate.component-hero > .wrapper > .container-fluid:before, body header .components.theme-corporate.component-hero > .wrapper > .container-sm:before, body header .components.theme-corporate.component-hero > .wrapper > .container-md:before, body header .components.theme-corporate.component-hero > .wrapper > .container-lg:before, body header .components.theme-corporate.component-hero > .wrapper > .container-xl:before, body header .components.theme-corporate.component-hero > .wrapper > .container-xxl:before, body header .components.theme-corporate.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-corporate.component-hero > .wrapper > .container:before, body main .components.theme-corporate.component-hero > .wrapper > .container-fluid:before, body main .components.theme-corporate.component-hero > .wrapper > .container-sm:before, body main .components.theme-corporate.component-hero > .wrapper > .container-md:before, body main .components.theme-corporate.component-hero > .wrapper > .container-lg:before, body main .components.theme-corporate.component-hero > .wrapper > .container-xl:before, body main .components.theme-corporate.component-hero > .wrapper > .container-xxl:before, body main .components.theme-corporate.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-corporate.component-hero > .wrapper > .container:before, body footer .components.theme-corporate.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-corporate.component-hero > .wrapper > .container-sm:before, body footer .components.theme-corporate.component-hero > .wrapper > .container-md:before, body footer .components.theme-corporate.component-hero > .wrapper > .container-lg:before, body footer .components.theme-corporate.component-hero > .wrapper > .container-xl:before, body footer .components.theme-corporate.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-corporate.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(114, 95, 116, 0.5); }
  body header .components.theme-corporate.has-overlay:before, body main .components.theme-corporate.has-overlay:before, body footer .components.theme-corporate.has-overlay:before {
    background-color: #725f74; }
  body header .components.theme-corporate .social-icon.icon-behance, body main .components.theme-corporate .social-icon.icon-behance, body footer .components.theme-corporate .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23000' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-facebook, body main .components.theme-corporate .social-icon.icon-facebook, body footer .components.theme-corporate .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23000' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23725f74' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-github, body main .components.theme-corporate .social-icon.icon-github, body footer .components.theme-corporate .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23000' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-instagram, body main .components.theme-corporate .social-icon.icon-instagram, body footer .components.theme-corporate .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23000' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23725f74' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-linkedin, body main .components.theme-corporate .social-icon.icon-linkedin, body footer .components.theme-corporate .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23000' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-pinterest, body main .components.theme-corporate .social-icon.icon-pinterest, body footer .components.theme-corporate .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23000' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-share, body main .components.theme-corporate .social-icon.icon-share, body footer .components.theme-corporate .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23000' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-snapchat, body main .components.theme-corporate .social-icon.icon-snapchat, body footer .components.theme-corporate .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23000' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-twitter, body main .components.theme-corporate .social-icon.icon-twitter, body footer .components.theme-corporate .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23000' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-vimeo, body main .components.theme-corporate .social-icon.icon-vimeo, body footer .components.theme-corporate .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23000' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-wineplatform, body main .components.theme-corporate .social-icon.icon-wineplatform, body footer .components.theme-corporate .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23000' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='%23725f74' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-corporate .social-icon.icon-youtube, body main .components.theme-corporate .social-icon.icon-youtube, body footer .components.theme-corporate .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23000' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='%23725f74' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components.theme-transparent, body main .components.theme-transparent, body footer .components.theme-transparent {
  background-color: transparent;
  color: #fff; }
  body header .components.theme-transparent h1, body header .components.theme-transparent h2, body header .components.theme-transparent h3, body header .components.theme-transparent h4, body header .components.theme-transparent h5, body header .components.theme-transparent h6, body header .components.theme-transparent p, body header .components.theme-transparent .h1, body header .components.theme-transparent .h2, body header .components.theme-transparent .h3, body header .components.theme-transparent .h4, body header .components.theme-transparent .h5, body header .components.theme-transparent .h6, body header .components.theme-transparent .p, body main .components.theme-transparent h1, body main .components.theme-transparent h2, body main .components.theme-transparent h3, body main .components.theme-transparent h4, body main .components.theme-transparent h5, body main .components.theme-transparent h6, body main .components.theme-transparent p, body main .components.theme-transparent .h1, body main .components.theme-transparent .h2, body main .components.theme-transparent .h3, body main .components.theme-transparent .h4, body main .components.theme-transparent .h5, body main .components.theme-transparent .h6, body main .components.theme-transparent .p, body footer .components.theme-transparent h1, body footer .components.theme-transparent h2, body footer .components.theme-transparent h3, body footer .components.theme-transparent h4, body footer .components.theme-transparent h5, body footer .components.theme-transparent h6, body footer .components.theme-transparent p, body footer .components.theme-transparent .h1, body footer .components.theme-transparent .h2, body footer .components.theme-transparent .h3, body footer .components.theme-transparent .h4, body footer .components.theme-transparent .h5, body footer .components.theme-transparent .h6, body footer .components.theme-transparent .p {
    color: #fff; }
  body header .components.theme-transparent a:not(.btn):not(.goto), body main .components.theme-transparent a:not(.btn):not(.goto), body footer .components.theme-transparent a:not(.btn):not(.goto) {
    color: #fff; }
    body header .components.theme-transparent a:not(.btn):not(.goto):hover, body header .components.theme-transparent a:not(.btn):not(.goto):focus, body header .components.theme-transparent a:not(.btn):not(.goto):active, body main .components.theme-transparent a:not(.btn):not(.goto):hover, body main .components.theme-transparent a:not(.btn):not(.goto):focus, body main .components.theme-transparent a:not(.btn):not(.goto):active, body footer .components.theme-transparent a:not(.btn):not(.goto):hover, body footer .components.theme-transparent a:not(.btn):not(.goto):focus, body footer .components.theme-transparent a:not(.btn):not(.goto):active {
      color: #ebe7eb; }
  body header .components.theme-transparent a.goto, body main .components.theme-transparent a.goto, body footer .components.theme-transparent a.goto {
    color: #fff; }
    body header .components.theme-transparent a.goto:hover, body header .components.theme-transparent a.goto:focus, body header .components.theme-transparent a.goto:active, body main .components.theme-transparent a.goto:hover, body main .components.theme-transparent a.goto:focus, body main .components.theme-transparent a.goto:active, body footer .components.theme-transparent a.goto:hover, body footer .components.theme-transparent a.goto:focus, body footer .components.theme-transparent a.goto:active {
      color: #ebe7eb; }
  body header .components.theme-transparent .muted, body main .components.theme-transparent .muted, body footer .components.theme-transparent .muted {
    color: #bfbfbf; }
  body header .components.theme-transparent .component-spacer.-borders:before, body header .components.theme-transparent .component-spacer.-borders:after, body main .components.theme-transparent .component-spacer.-borders:before, body main .components.theme-transparent .component-spacer.-borders:after, body footer .components.theme-transparent .component-spacer.-borders:before, body footer .components.theme-transparent .component-spacer.-borders:after {
    border-color: #fff; }
  body header .components.theme-transparent .component-filelist .files .files-wrapper .files-container .field-items, body header .components.theme-transparent .component-filelist .files .files-wrapper .files-container .field-item, body main .components.theme-transparent .component-filelist .files .files-wrapper .files-container .field-items, body main .components.theme-transparent .component-filelist .files .files-wrapper .files-container .field-item, body footer .components.theme-transparent .component-filelist .files .files-wrapper .files-container .field-items, body footer .components.theme-transparent .component-filelist .files .files-wrapper .files-container .field-item {
    border-color: #fff; }
  body header .components.theme-transparent.component-hero > .wrapper > .container:before, body header .components.theme-transparent.component-hero > .wrapper > .container-fluid:before, body header .components.theme-transparent.component-hero > .wrapper > .container-sm:before, body header .components.theme-transparent.component-hero > .wrapper > .container-md:before, body header .components.theme-transparent.component-hero > .wrapper > .container-lg:before, body header .components.theme-transparent.component-hero > .wrapper > .container-xl:before, body header .components.theme-transparent.component-hero > .wrapper > .container-xxl:before, body header .components.theme-transparent.component-hero > .wrapper > .container-xxxl:before, body main .components.theme-transparent.component-hero > .wrapper > .container:before, body main .components.theme-transparent.component-hero > .wrapper > .container-fluid:before, body main .components.theme-transparent.component-hero > .wrapper > .container-sm:before, body main .components.theme-transparent.component-hero > .wrapper > .container-md:before, body main .components.theme-transparent.component-hero > .wrapper > .container-lg:before, body main .components.theme-transparent.component-hero > .wrapper > .container-xl:before, body main .components.theme-transparent.component-hero > .wrapper > .container-xxl:before, body main .components.theme-transparent.component-hero > .wrapper > .container-xxxl:before, body footer .components.theme-transparent.component-hero > .wrapper > .container:before, body footer .components.theme-transparent.component-hero > .wrapper > .container-fluid:before, body footer .components.theme-transparent.component-hero > .wrapper > .container-sm:before, body footer .components.theme-transparent.component-hero > .wrapper > .container-md:before, body footer .components.theme-transparent.component-hero > .wrapper > .container-lg:before, body footer .components.theme-transparent.component-hero > .wrapper > .container-xl:before, body footer .components.theme-transparent.component-hero > .wrapper > .container-xxl:before, body footer .components.theme-transparent.component-hero > .wrapper > .container-xxxl:before {
    background-color: rgba(0, 0, 0, 0); }
  body header .components.theme-transparent.has-overlay:before, body main .components.theme-transparent.has-overlay:before, body footer .components.theme-transparent.has-overlay:before {
    background-color: transparent; }
  body header .components.theme-transparent .social-icon.icon-behance, body main .components.theme-transparent .social-icon.icon-behance, body footer .components.theme-transparent .social-icon.icon-behance {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M61.1 32h16.5v4H61.1v-4zM50.8 63.5c-.8 1.5-1.9 2.7-3.2 3.7-1.4 1-2.9 1.7-4.6 2.1-1.7.5-3.5.7-5.3.7H17.8V29.2H37c2 0 3.7.2 5.3.5 1.6.3 3 .9 4.1 1.7 1.1.8 2 1.8 2.7 3.1.6 1.3.9 2.9.9 4.8 0 2.1-.5 3.8-1.4 5.1-.9 1.4-2.3 2.5-4.2 3.4 2.5.7 4.4 2 5.6 3.8 1.2 1.8 1.8 4 1.8 6.5.2 2.1-.2 3.9-1 5.4zm33.3-6.3H62.8c0 2.3.8 4.5 2 5.7 1.2 1.2 3 1.8 5.2 1.8 1.6 0 3.1-.4 4.2-1.2 1.2-.8 1.9-1.7 2.2-2.6h7.1c-1.1 3.6-2.9 6.1-5.3 7.6-2.3 1.5-5.2 2.3-8.6 2.3-2.3 0-4.4-.4-6.3-1.1-1.9-.8-3.4-1.8-4.8-3.2-1.3-1.4-2.3-3-3-4.9-.7-1.9-1.1-4-1.1-6.3 0-2.2.4-4.3 1.1-6.2.7-1.9 1.8-3.6 3.1-4.9 1.3-1.4 2.9-2.5 4.8-3.3 1.9-.8 3.9-1.2 6.2-1.2 2.5 0 4.7.5 6.6 1.5 1.9 1 3.4 2.3 4.6 3.9 1.2 1.6 2.1 3.5 2.6 5.6.7 2 .9 4.2.7 6.5zM69.5 45.8c-1.3 0-2.4.2-3.2.7-.8.4-1.5 1-2.1 1.6-.5.7-.9 1.3-1.1 2.1-.2.7-.3 1.4-.4 1.9H76c-.2-2.1-.9-3.6-1.9-4.7-.9-1.1-2.6-1.6-4.6-1.6zm-28 7.5c-1.2-.9-2.7-1.3-4.7-1.3H27v11.2h9.6c.9 0 1.7-.1 2.5-.3.8-.2 1.5-.5 2.1-.9.6-.4 1.1-.9 1.5-1.6.4-.7.5-1.6.5-2.6 0-2.1-.6-3.6-1.7-4.5zm-1.4-9c1-.8 1.5-2 1.5-3.7 0-1-.2-1.7-.5-2.3-.3-.6-.8-1.1-1.4-1.4-.6-.3-1.2-.6-2-.7-.7-.1-1.5-.2-2.3-.2H27v9.5h9.1c1.6-.1 2.9-.5 4-1.2z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-facebook, body main .components.theme-transparent .social-icon.icon-facebook, body footer .components.theme-transparent .social-icon.icon-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='transparent' d='M26.594 21.73v3.717H24v4.545h2.594V43.5h5.328V29.992h3.575s.335-2.179.497-4.562h-4.052v-3.108c0-.465.58-1.09 1.155-1.09H36V16.5h-3.947c-5.591 0-5.46 4.55-5.46 5.23z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-github, body main .components.theme-transparent .social-icon.icon-github, body footer .components.theme-transparent .social-icon.icon-github {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M81.8 61.2c-.6 2.2-.8 2.9-1.1 3.5l-.2.4c-2.7 6.2-8.7 10.2-21.1 11.5H41.8c-11.6-1.3-18.2-5.3-21.5-11.4l-.2-.4c-.3-.6-.6-1.3-.9-2-.2-.3-.2-.2-.2-.5-1.2-3.3-1.7-7.1-1.7-11.4 0-5.6 2-10.2 5.4-13.8-.5-1.3-2.3-6.6.5-13.6 0 0 4.3-1.4 14.2 5.3 4.1-1.1 8.6-1.7 12.9-1.7 4 0 8 .5 11.7 1.4 6.9-4.6 11-5.2 12.7-5.2.7 0 1 .1 1 .1 2.4 6 1.5 10.6.9 12.7 3.7 3.7 6 8.6 6 14.7.1 4.4-.2 8.2-.8 10.4zM60.9 45.8c-3.1 0-6.6.6-10.3.6-7.3 0-13.7-2.1-17.5 1.9-2.3 2.4-3.6 5.3-3.6 8.5 0 13.1 9.5 15.1 21.2 15.1s21.2-.4 21.2-15.1c-.2-3.2-1.5-6.1-3.8-8.6-1.8-1.9-4.3-2.4-7.2-2.4zM39.4 64.6c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-2 7.3-4.4 7.3zm23.3.2c-2.4 0-4.4-3.3-4.4-7.3 0-4.1 2-7.3 4.4-7.3 2.4 0 4.4 3.3 4.4 7.3s-1.9 7.3-4.4 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-instagram, body main .components.theme-transparent .social-icon.icon-instagram, body footer .components.theme-transparent .social-icon.icon-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='transparent' d='M35.475 16.429a7.104 7.104 0 017.096 7.096v11.522c0 3.912-3.183 7.096-7.096 7.096H23.953a7.104 7.104 0 01-7.096-7.096V23.525a7.104 7.104 0 017.096-7.096zm0 2.28H23.953a4.82 4.82 0 00-4.814 4.816v11.522a4.82 4.82 0 004.814 4.814h11.522a4.82 4.82 0 004.815-4.814V23.525a4.82 4.82 0 00-4.815-4.815zm-5.76 3.95c3.653 0 6.625 2.974 6.625 6.627a6.632 6.632 0 01-6.626 6.625 6.633 6.633 0 01-6.626-6.625 6.634 6.634 0 016.626-6.626zm0 2.283a4.349 4.349 0 00-4.345 4.344 4.349 4.349 0 004.344 4.344 4.349 4.349 0 004.345-4.344 4.35 4.35 0 00-4.345-4.344zm6.903-4.217c.441 0 .873.179 1.183.49.312.31.49.743.49 1.183 0 .44-.178.872-.49 1.184-.311.31-.742.49-1.183.49-.44 0-.872-.18-1.182-.49a1.687 1.687 0 01-.491-1.184c0-.44.18-.872.491-1.183.31-.311.742-.49 1.182-.49z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-linkedin, body main .components.theme-transparent .social-icon.icon-linkedin, body footer .components.theme-transparent .social-icon.icon-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30 0c16.57 0 30 13.43 30 30S46.57 60 30 60 0 46.57 0 30 13.43 0 30 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M21.2 24.85v20.42h-6.8V24.85h6.8zm16.69-.48c4.47 0 7.83 2.92 7.83 9.19v11.71h-6.8V34.35c0-2.75-.98-4.62-3.44-4.62-1.88 0-3 1.26-3.49 2.48-.18.44-.23 1.05-.23 1.66v11.41h-6.8v-.23c.01-.94.03-4.56.04-8.5v-1.54-5.18c0-2.48-.01-4.43-.04-4.98h6.8v2.89c.91-1.39 2.52-3.37 6.13-3.37zm-16.24-5.84c0 1.96-1.48 3.53-3.85 3.53h-.04c-2.28 0-3.76-1.57-3.76-3.53 0-2 1.52-3.53 3.85-3.53 2.32 0 3.75 1.52 3.8 3.53z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-pinterest, body main .components.theme-transparent .social-icon.icon-pinterest, body footer .components.theme-transparent .social-icon.icon-pinterest {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M74 50.55c-1.3 3.6-3.2 7-5.8 9.5-2.9 2.8-7.7 5.7-14.3 5.1-3.8-.3-6.1-2-8.2-4.6-1.3 4.5-1.9 9.2-3.6 13.3-1.2 2.9-2.8 5.5-4.6 8-.5.8-1 1.9-2.1 2.1-2.5-10.1 1.1-20.2 3.2-29.1.3-1.1.5-2.3.8-3.5.3-1.1.8-2.4.8-3.3 0-1.1-.7-2.1-.9-3.1-.9-4.7.3-9.5 3.1-11.7 1.3-1.1 4-2 6.2-1.2 4.6 1.7 2.9 8.4 1.5 12.9-.8 2.5-2.1 5.6-2.1 8 .1 3.4 3.4 6.3 7.6 5.7 2.1-.3 3.5-1.2 4.8-2.3 3.9-3.5 6.7-11.4 6.2-19.3s-6-12.9-13.8-13.5c-12-.9-20.5 6.7-21.2 16.9-.3 3.7.6 6.5 2.2 8.6.3.4.9 1 1 1.7.1.9-.9 4.9-1.8 5.1-1.9.5-5.2-2.8-5.9-3.9-1.9-2.6-3.1-6.8-3.1-10.8 0-7.7 3.6-13.3 7.8-17.2 4.5-4.2 10.3-6.5 18.1-6.9 10.9-.6 19.2 4.6 23.2 11.3 1.4 2.3 2.6 5.6 2.8 8.9.4 5.1-.5 9.4-1.9 13.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-share, body main .components.theme-transparent .social-icon.icon-share, body footer .components.theme-transparent .social-icon.icon-share {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M58.11 69.36c-6.8-3.7-14.3-6.7-21.2-10.3-6.5 4.4-15 1.2-17.2-4.8-2.8-7.6 2.9-16.5 13-14.8 1.7.3 2.9 1.2 4.5 2.1 6.9-3.4 13.7-6.9 20.9-10 0-7.3 6.1-13.3 14.5-11.1 11.6 3 9.9 22-4 21.4-3-.1-4.4-1-6.9-2.9-6.8 3.3-13.7 6.6-20.4 10-1 3.3 2.3 4.2 4.5 5.3 4.8 2.4 11.1 4.9 15.1 7.4 2.2-.9 3.5-2.2 5.6-2.6 7.2-1.6 13.8 3.3 14 10.3.4 14.5-23 14.7-22.4 0z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-snapchat, body main .components.theme-transparent .social-icon.icon-snapchat, body footer .components.theme-transparent .social-icon.icon-snapchat {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M75.4 73.4c-1.5.2-.2 5.2-2.2 5.1-2-.1-8.2-2.4-10.9-.1-2.4 2.1-5.8 5.4-11.2 6.1-.2.1-1.8.1-2.2 0-5.4-.7-8.8-4.1-11.2-6.1-2.7-2.3-8.9 0-10.9.1s-.7-4.9-2.2-5.1c-4-.5-12.8-3.4-7.6-5.1 7.4-2.4 11.5-7.5 13.4-11.6 1.7-3.6 1-6-.8-6.8-2-.9-7.6-1.1-6.6-4.8 1.1-3.8 7.4-.6 7.4-.6s1.7.4 1.7-1.5c0-4.8-2.2-14.5 3.4-21 3.9-4.5 9.5-6 12.4-6.4h.2c1-.2 1.9-.2 1.9-.2s.9 0 1.9.2h.2c2.9.5 8.5 1.9 12.4 6.4 5.6 6.5 3.4 16.2 3.4 21 0 2 1.7 1.5 1.7 1.5s6.4-3.2 7.4.6c1 3.7-4.6 3.9-6.6 4.8-1.8.8-2.5 3.2-.8 6.8 2 4.1 6 9.2 13.4 11.6 5.1 1.7-3.6 4.6-7.6 5.1z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-twitter, body main .components.theme-transparent .social-icon.icon-twitter, body footer .components.theme-transparent .social-icon.icon-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-vimeo, body main .components.theme-transparent .social-icon.icon-vimeo, body footer .components.theme-transparent .social-icon.icon-vimeo {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3e%3cpath class='bg' fill='%23ab9159' d='M50 0C22.4 0 0 22.4 0 50s22.4 50 50 50 50-22.4 50-50S77.6 0 50 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M76.7 36.4c.3 9.1-2.3 16.4-5.7 22.1-3.3 5.6-7.8 10.1-13.2 13.3-5.4 3.3-12.6 5.7-21.1 5.4-7.9-.2-14.2-2.5-19.3-5.6-.3-.2-.7-.4-.9-.7 8.8 1 15.5-1.9 20.3-5.6-3.5-.1-6.2-1.3-8.2-3-2-1.6-3.7-3.8-4.6-6.6 1.8.4 4.4.3 6-.2-3.3-.7-5.7-2.5-7.6-4.7-1.9-2.1-3.2-5-3.2-9 .1-.2.4.1.6.2 1.5.7 3.4 1.3 5.5 1.4-3.4-2.4-6.8-7-5.8-13.5.3-1.9.9-3.5 1.7-4.9.9.9 1.7 1.9 2.6 2.8C30 34 38 38.5 49.6 39.4c-1.6-7.1 2.1-12.4 6.6-15 2.5-1.4 6-2.1 9.4-1.4 3.1.6 5.5 2.2 7.3 4 3.4-.6 6.1-1.9 8.7-3.3-1.2 3.3-3.1 5.9-6 7.5 2.8-.2 5.5-1.2 7.8-2.1-1.7 2.9-4.1 5.2-6.7 7.3z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-wineplatform, body main .components.theme-transparent .social-icon.icon-wineplatform, body footer .components.theme-transparent .social-icon.icon-wineplatform {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M0 30C0 13.431 13.45 0 30.043 0s30.044 13.431 30.044 30c0 16.569-13.451 30-30.044 30C13.451 60 0 46.569 0 30z'/%3e%3cpath class='item' fill='transparent' d='M43.182 39.818V42H17v-2.182h26.182zM19.816 18l4.064 13.636L28.337 18h3.507l4.457 13.636L40.366 18h2.816l-5.506 17.844.051.156H35l.034-.113-4.944-14.654-4.943 14.654.035.113h-2.727l.05-.156L17 18h2.816z'/%3e%3c/svg%3e"); }
  body header .components.theme-transparent .social-icon.icon-youtube, body main .components.theme-transparent .social-icon.icon-youtube, body footer .components.theme-transparent .social-icon.icon-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60'%3e%3cpath class='bg' fill='%23ab9159' d='M30.04 0c16.6 0 30.05 13.43 30.05 30S46.64 60 30.04 60C13.45 60 0 46.57 0 30S13.45 0 30.04 0z'/%3e%3cpath class='item' fill='transparent' fill-rule='evenodd' d='M30.34 19c.98 0 3.97.02 7.01.13l.85.03c1.05.05 2.07.1 3 .17.63.08 1.99.08 3.21 1.39.96.99 1.27 3.24 1.27 3.24v.01l.01.06c.05.44.31 2.83.31 5.22v2.48c0 2.39-.26 4.78-.31 5.22l-.01.07v.01s-.31 2.25-1.27 3.24c-1.22 1.31-2.58 1.31-3.21 1.39-3.97.29-9.71.33-10.95.34h-.33c-.51-.01-3.35-.04-6.09-.11l-.57-.02c-1.68-.05-3.25-.11-4.14-.2-.71-.13-2.31-.09-3.53-1.4-.96-.99-1.27-3.24-1.27-3.24l-.01-.08c-.05-.43-.31-2.82-.31-5.22V29c.02-2.3.26-4.54.31-4.97l.01-.07s.31-2.25 1.27-3.24c1.22-1.31 2.58-1.31 3.21-1.39.93-.07 1.95-.12 3-.16l.85-.04c3.04-.11 6.04-.13 7.01-.13h.68zm5 11.16l-8.64-4.61v9.19l8.64-4.58z'/%3e%3c/svg%3e"); }

body header .components .contextual-region .contextual .contextual-links a, body main .components .contextual-region .contextual .contextual-links a, body footer .components .contextual-region .contextual .contextual-links a {
  color: initial; }
  body header .components .contextual-region .contextual .contextual-links a:hover, body header .components .contextual-region .contextual .contextual-links a:focus, body header .components .contextual-region .contextual .contextual-links a:active, body main .components .contextual-region .contextual .contextual-links a:hover, body main .components .contextual-region .contextual .contextual-links a:focus, body main .components .contextual-region .contextual .contextual-links a:active, body footer .components .contextual-region .contextual .contextual-links a:hover, body footer .components .contextual-region .contextual .contextual-links a:focus, body footer .components .contextual-region .contextual .contextual-links a:active {
    color: initial; }

/** Single Components
 * only colors and rendering styles
 * go to ## theming for layout styling
 */
.components.component-contentbrowser .container-fluid, .components.component-contentbrowser .container-sm, .components.component-contentbrowser .container-md, .components.component-contentbrowser .container-lg, .components.component-contentbrowser .container-xl, .components.component-contentbrowser .container-xxl, .components.component-contentbrowser .container-xxxl {
  overflow: hidden;
  position: relative; }

.components.component-contentbrowser .component-col-headings {
  width: 100%; }

.components.component-contentbrowser-related_content {
  background-color: inherit;
  color: inherit; }
  .components.component-contentbrowser-related_content h1, .components.component-contentbrowser-related_content h2, .components.component-contentbrowser-related_content h3, .components.component-contentbrowser-related_content h4, .components.component-contentbrowser-related_content h5, .components.component-contentbrowser-related_content h6,
  .components.component-contentbrowser-related_content .h1, .components.component-contentbrowser-related_content .h2, .components.component-contentbrowser-related_content .h3, .components.component-contentbrowser-related_content .h4, .components.component-contentbrowser-related_content .h5, .components.component-contentbrowser-related_content .h6 {
    background-color: inherit;
    color: inherit; }
  .components.component-contentbrowser-related_content > .wrapper {
    background-color: inherit;
    color: inherit; }
    .components.component-contentbrowser-related_content > .wrapper > .container {
      border-top: 0 none transparent;
      border-bottom: 0 none transparent;
      padding: 0rem 0; }

.components.component-contentbrowser .node-view_mode--default .node-container::after, .components.component-contentbrowser .node-view_mode--default .term-container::after, .components.component-contentbrowser .node-view_mode--default .card-container::after, .components.component-contentbrowser .node-view_mode--teaser .node-container::after, .components.component-contentbrowser .node-view_mode--teaser .term-container::after, .components.component-contentbrowser .node-view_mode--teaser .card-container::after, .components.component-contentbrowser .node-view_mode--card .node-container::after, .components.component-contentbrowser .node-view_mode--card .term-container::after, .components.component-contentbrowser .node-view_mode--card .card-container::after, .components.component-contentbrowser .term-view_mode--default .node-container::after, .components.component-contentbrowser .term-view_mode--default .term-container::after, .components.component-contentbrowser .term-view_mode--default .card-container::after, .components.component-contentbrowser .term-view_mode--teaser .node-container::after, .components.component-contentbrowser .term-view_mode--teaser .term-container::after, .components.component-contentbrowser .term-view_mode--teaser .card-container::after, .components.component-contentbrowser .term-view_mode--card .node-container::after, .components.component-contentbrowser .term-view_mode--card .term-container::after, .components.component-contentbrowser .term-view_mode--card .card-container::after, .components.component-contentbrowser .card-view_mode--default .node-container::after, .components.component-contentbrowser .card-view_mode--default .term-container::after, .components.component-contentbrowser .card-view_mode--default .card-container::after, .components.component-contentbrowser .card-view_mode--teaser .node-container::after, .components.component-contentbrowser .card-view_mode--teaser .term-container::after, .components.component-contentbrowser .card-view_mode--teaser .card-container::after, .components.component-contentbrowser .card-view_mode--card .node-container::after, .components.component-contentbrowser .card-view_mode--card .term-container::after, .components.component-contentbrowser .card-view_mode--card .card-container::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-contentbrowser .node-view_mode--default .node-container::after, .components.component-contentbrowser .node-view_mode--default .term-container::after, .components.component-contentbrowser .node-view_mode--default .card-container::after, .components.component-contentbrowser .node-view_mode--teaser .node-container::after, .components.component-contentbrowser .node-view_mode--teaser .term-container::after, .components.component-contentbrowser .node-view_mode--teaser .card-container::after, .components.component-contentbrowser .node-view_mode--card .node-container::after, .components.component-contentbrowser .node-view_mode--card .term-container::after, .components.component-contentbrowser .node-view_mode--card .card-container::after, .components.component-contentbrowser .term-view_mode--default .node-container::after, .components.component-contentbrowser .term-view_mode--default .term-container::after, .components.component-contentbrowser .term-view_mode--default .card-container::after, .components.component-contentbrowser .term-view_mode--teaser .node-container::after, .components.component-contentbrowser .term-view_mode--teaser .term-container::after, .components.component-contentbrowser .term-view_mode--teaser .card-container::after, .components.component-contentbrowser .term-view_mode--card .node-container::after, .components.component-contentbrowser .term-view_mode--card .term-container::after, .components.component-contentbrowser .term-view_mode--card .card-container::after, .components.component-contentbrowser .card-view_mode--default .node-container::after, .components.component-contentbrowser .card-view_mode--default .term-container::after, .components.component-contentbrowser .card-view_mode--default .card-container::after, .components.component-contentbrowser .card-view_mode--teaser .node-container::after, .components.component-contentbrowser .card-view_mode--teaser .term-container::after, .components.component-contentbrowser .card-view_mode--teaser .card-container::after, .components.component-contentbrowser .card-view_mode--card .node-container::after, .components.component-contentbrowser .card-view_mode--card .term-container::after, .components.component-contentbrowser .card-view_mode--card .card-container::after {
      content: none; } }

.components.component-contentbrowser .node-view_mode--default .node-image, .components.component-contentbrowser .node-view_mode--default .term-image, .components.component-contentbrowser .node-view_mode--default .card-image, .components.component-contentbrowser .node-view_mode--teaser .node-image, .components.component-contentbrowser .node-view_mode--teaser .term-image, .components.component-contentbrowser .node-view_mode--teaser .card-image, .components.component-contentbrowser .node-view_mode--card .node-image, .components.component-contentbrowser .node-view_mode--card .term-image, .components.component-contentbrowser .node-view_mode--card .card-image, .components.component-contentbrowser .term-view_mode--default .node-image, .components.component-contentbrowser .term-view_mode--default .term-image, .components.component-contentbrowser .term-view_mode--default .card-image, .components.component-contentbrowser .term-view_mode--teaser .node-image, .components.component-contentbrowser .term-view_mode--teaser .term-image, .components.component-contentbrowser .term-view_mode--teaser .card-image, .components.component-contentbrowser .term-view_mode--card .node-image, .components.component-contentbrowser .term-view_mode--card .term-image, .components.component-contentbrowser .term-view_mode--card .card-image, .components.component-contentbrowser .card-view_mode--default .node-image, .components.component-contentbrowser .card-view_mode--default .term-image, .components.component-contentbrowser .card-view_mode--default .card-image, .components.component-contentbrowser .card-view_mode--teaser .node-image, .components.component-contentbrowser .card-view_mode--teaser .term-image, .components.component-contentbrowser .card-view_mode--teaser .card-image, .components.component-contentbrowser .card-view_mode--card .node-image, .components.component-contentbrowser .card-view_mode--card .term-image, .components.component-contentbrowser .card-view_mode--card .card-image {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem !important; }
  .components.component-contentbrowser .node-view_mode--default .node-image-background img, .components.component-contentbrowser .node-view_mode--default .term-image-background img, .components.component-contentbrowser .node-view_mode--default .card-image-background img, .components.component-contentbrowser .node-view_mode--teaser .node-image-background img, .components.component-contentbrowser .node-view_mode--teaser .term-image-background img, .components.component-contentbrowser .node-view_mode--teaser .card-image-background img, .components.component-contentbrowser .node-view_mode--card .node-image-background img, .components.component-contentbrowser .node-view_mode--card .term-image-background img, .components.component-contentbrowser .node-view_mode--card .card-image-background img, .components.component-contentbrowser .term-view_mode--default .node-image-background img, .components.component-contentbrowser .term-view_mode--default .term-image-background img, .components.component-contentbrowser .term-view_mode--default .card-image-background img, .components.component-contentbrowser .term-view_mode--teaser .node-image-background img, .components.component-contentbrowser .term-view_mode--teaser .term-image-background img, .components.component-contentbrowser .term-view_mode--teaser .card-image-background img, .components.component-contentbrowser .term-view_mode--card .node-image-background img, .components.component-contentbrowser .term-view_mode--card .term-image-background img, .components.component-contentbrowser .term-view_mode--card .card-image-background img, .components.component-contentbrowser .card-view_mode--default .node-image-background img, .components.component-contentbrowser .card-view_mode--default .term-image-background img, .components.component-contentbrowser .card-view_mode--default .card-image-background img, .components.component-contentbrowser .card-view_mode--teaser .node-image-background img, .components.component-contentbrowser .card-view_mode--teaser .term-image-background img, .components.component-contentbrowser .card-view_mode--teaser .card-image-background img, .components.component-contentbrowser .card-view_mode--card .node-image-background img, .components.component-contentbrowser .card-view_mode--card .term-image-background img, .components.component-contentbrowser .card-view_mode--card .card-image-background img {
    width: 100%;
    height: auto; }
  .components.component-contentbrowser .node-view_mode--default .node-image-logo, .components.component-contentbrowser .node-view_mode--default .term-image-logo, .components.component-contentbrowser .node-view_mode--default .card-image-logo, .components.component-contentbrowser .node-view_mode--teaser .node-image-logo, .components.component-contentbrowser .node-view_mode--teaser .term-image-logo, .components.component-contentbrowser .node-view_mode--teaser .card-image-logo, .components.component-contentbrowser .node-view_mode--card .node-image-logo, .components.component-contentbrowser .node-view_mode--card .term-image-logo, .components.component-contentbrowser .node-view_mode--card .card-image-logo, .components.component-contentbrowser .term-view_mode--default .node-image-logo, .components.component-contentbrowser .term-view_mode--default .term-image-logo, .components.component-contentbrowser .term-view_mode--default .card-image-logo, .components.component-contentbrowser .term-view_mode--teaser .node-image-logo, .components.component-contentbrowser .term-view_mode--teaser .term-image-logo, .components.component-contentbrowser .term-view_mode--teaser .card-image-logo, .components.component-contentbrowser .term-view_mode--card .node-image-logo, .components.component-contentbrowser .term-view_mode--card .term-image-logo, .components.component-contentbrowser .term-view_mode--card .card-image-logo, .components.component-contentbrowser .card-view_mode--default .node-image-logo, .components.component-contentbrowser .card-view_mode--default .term-image-logo, .components.component-contentbrowser .card-view_mode--default .card-image-logo, .components.component-contentbrowser .card-view_mode--teaser .node-image-logo, .components.component-contentbrowser .card-view_mode--teaser .term-image-logo, .components.component-contentbrowser .card-view_mode--teaser .card-image-logo, .components.component-contentbrowser .card-view_mode--card .node-image-logo, .components.component-contentbrowser .card-view_mode--card .term-image-logo, .components.component-contentbrowser .card-view_mode--card .card-image-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .components.component-contentbrowser .node-view_mode--default .node-image-logo .field > a, .components.component-contentbrowser .node-view_mode--default .term-image-logo .field > a, .components.component-contentbrowser .node-view_mode--default .card-image-logo .field > a, .components.component-contentbrowser .node-view_mode--teaser .node-image-logo .field > a, .components.component-contentbrowser .node-view_mode--teaser .term-image-logo .field > a, .components.component-contentbrowser .node-view_mode--teaser .card-image-logo .field > a, .components.component-contentbrowser .node-view_mode--card .node-image-logo .field > a, .components.component-contentbrowser .node-view_mode--card .term-image-logo .field > a, .components.component-contentbrowser .node-view_mode--card .card-image-logo .field > a, .components.component-contentbrowser .term-view_mode--default .node-image-logo .field > a, .components.component-contentbrowser .term-view_mode--default .term-image-logo .field > a, .components.component-contentbrowser .term-view_mode--default .card-image-logo .field > a, .components.component-contentbrowser .term-view_mode--teaser .node-image-logo .field > a, .components.component-contentbrowser .term-view_mode--teaser .term-image-logo .field > a, .components.component-contentbrowser .term-view_mode--teaser .card-image-logo .field > a, .components.component-contentbrowser .term-view_mode--card .node-image-logo .field > a, .components.component-contentbrowser .term-view_mode--card .term-image-logo .field > a, .components.component-contentbrowser .term-view_mode--card .card-image-logo .field > a, .components.component-contentbrowser .card-view_mode--default .node-image-logo .field > a, .components.component-contentbrowser .card-view_mode--default .term-image-logo .field > a, .components.component-contentbrowser .card-view_mode--default .card-image-logo .field > a, .components.component-contentbrowser .card-view_mode--teaser .node-image-logo .field > a, .components.component-contentbrowser .card-view_mode--teaser .term-image-logo .field > a, .components.component-contentbrowser .card-view_mode--teaser .card-image-logo .field > a, .components.component-contentbrowser .card-view_mode--card .node-image-logo .field > a, .components.component-contentbrowser .card-view_mode--card .term-image-logo .field > a, .components.component-contentbrowser .card-view_mode--card .card-image-logo .field > a {
      display: block;
      text-align: center; }
      .components.component-contentbrowser .node-view_mode--default .node-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--default .term-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--default .card-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--teaser .node-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--teaser .term-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--teaser .card-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--card .node-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--card .term-image-logo .field > a > img, .components.component-contentbrowser .node-view_mode--card .card-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--default .node-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--default .term-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--default .card-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--teaser .node-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--teaser .term-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--teaser .card-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--card .node-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--card .term-image-logo .field > a > img, .components.component-contentbrowser .term-view_mode--card .card-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--default .node-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--default .term-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--default .card-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--teaser .node-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--teaser .term-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--teaser .card-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--card .node-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--card .term-image-logo .field > a > img, .components.component-contentbrowser .card-view_mode--card .card-image-logo .field > a > img {
        display: inline;
        max-width: 80%; }

.components.component-contentbrowser .node-view_mode--default .node-headings, .components.component-contentbrowser .node-view_mode--default .term-headings, .components.component-contentbrowser .node-view_mode--default .card-headings, .components.component-contentbrowser .node-view_mode--teaser .node-headings, .components.component-contentbrowser .node-view_mode--teaser .term-headings, .components.component-contentbrowser .node-view_mode--teaser .card-headings, .components.component-contentbrowser .node-view_mode--card .node-headings, .components.component-contentbrowser .node-view_mode--card .term-headings, .components.component-contentbrowser .node-view_mode--card .card-headings, .components.component-contentbrowser .term-view_mode--default .node-headings, .components.component-contentbrowser .term-view_mode--default .term-headings, .components.component-contentbrowser .term-view_mode--default .card-headings, .components.component-contentbrowser .term-view_mode--teaser .node-headings, .components.component-contentbrowser .term-view_mode--teaser .term-headings, .components.component-contentbrowser .term-view_mode--teaser .card-headings, .components.component-contentbrowser .term-view_mode--card .node-headings, .components.component-contentbrowser .term-view_mode--card .term-headings, .components.component-contentbrowser .term-view_mode--card .card-headings, .components.component-contentbrowser .card-view_mode--default .node-headings, .components.component-contentbrowser .card-view_mode--default .term-headings, .components.component-contentbrowser .card-view_mode--default .card-headings, .components.component-contentbrowser .card-view_mode--teaser .node-headings, .components.component-contentbrowser .card-view_mode--teaser .term-headings, .components.component-contentbrowser .card-view_mode--teaser .card-headings, .components.component-contentbrowser .card-view_mode--card .node-headings, .components.component-contentbrowser .card-view_mode--card .term-headings, .components.component-contentbrowser .card-view_mode--card .card-headings {
  padding: 0; }
  .components.component-contentbrowser .node-view_mode--default .node-headings .title, .components.component-contentbrowser .node-view_mode--default .term-headings .title, .components.component-contentbrowser .node-view_mode--default .card-headings .title, .components.component-contentbrowser .node-view_mode--teaser .node-headings .title, .components.component-contentbrowser .node-view_mode--teaser .term-headings .title, .components.component-contentbrowser .node-view_mode--teaser .card-headings .title, .components.component-contentbrowser .node-view_mode--card .node-headings .title, .components.component-contentbrowser .node-view_mode--card .term-headings .title, .components.component-contentbrowser .node-view_mode--card .card-headings .title, .components.component-contentbrowser .term-view_mode--default .node-headings .title, .components.component-contentbrowser .term-view_mode--default .term-headings .title, .components.component-contentbrowser .term-view_mode--default .card-headings .title, .components.component-contentbrowser .term-view_mode--teaser .node-headings .title, .components.component-contentbrowser .term-view_mode--teaser .term-headings .title, .components.component-contentbrowser .term-view_mode--teaser .card-headings .title, .components.component-contentbrowser .term-view_mode--card .node-headings .title, .components.component-contentbrowser .term-view_mode--card .term-headings .title, .components.component-contentbrowser .term-view_mode--card .card-headings .title, .components.component-contentbrowser .card-view_mode--default .node-headings .title, .components.component-contentbrowser .card-view_mode--default .term-headings .title, .components.component-contentbrowser .card-view_mode--default .card-headings .title, .components.component-contentbrowser .card-view_mode--teaser .node-headings .title, .components.component-contentbrowser .card-view_mode--teaser .term-headings .title, .components.component-contentbrowser .card-view_mode--teaser .card-headings .title, .components.component-contentbrowser .card-view_mode--card .node-headings .title, .components.component-contentbrowser .card-view_mode--card .term-headings .title, .components.component-contentbrowser .card-view_mode--card .card-headings .title {
    margin-bottom: 1rem; }
  .components.component-contentbrowser .node-view_mode--default .node-headings .subtitle, .components.component-contentbrowser .node-view_mode--default .term-headings .subtitle, .components.component-contentbrowser .node-view_mode--default .card-headings .subtitle, .components.component-contentbrowser .node-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .node-view_mode--teaser .term-headings .subtitle, .components.component-contentbrowser .node-view_mode--teaser .card-headings .subtitle, .components.component-contentbrowser .node-view_mode--card .node-headings .subtitle, .components.component-contentbrowser .node-view_mode--card .term-headings .subtitle, .components.component-contentbrowser .node-view_mode--card .card-headings .subtitle, .components.component-contentbrowser .term-view_mode--default .node-headings .subtitle, .components.component-contentbrowser .term-view_mode--default .term-headings .subtitle, .components.component-contentbrowser .term-view_mode--default .card-headings .subtitle, .components.component-contentbrowser .term-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .term-view_mode--teaser .term-headings .subtitle, .components.component-contentbrowser .term-view_mode--teaser .card-headings .subtitle, .components.component-contentbrowser .term-view_mode--card .node-headings .subtitle, .components.component-contentbrowser .term-view_mode--card .term-headings .subtitle, .components.component-contentbrowser .term-view_mode--card .card-headings .subtitle, .components.component-contentbrowser .card-view_mode--default .node-headings .subtitle, .components.component-contentbrowser .card-view_mode--default .term-headings .subtitle, .components.component-contentbrowser .card-view_mode--default .card-headings .subtitle, .components.component-contentbrowser .card-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .card-view_mode--teaser .term-headings .subtitle, .components.component-contentbrowser .card-view_mode--teaser .card-headings .subtitle, .components.component-contentbrowser .card-view_mode--card .node-headings .subtitle, .components.component-contentbrowser .card-view_mode--card .term-headings .subtitle, .components.component-contentbrowser .card-view_mode--card .card-headings .subtitle {
    font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 400; }

.components.component-contentbrowser .node-view_mode--default .node-footer, .components.component-contentbrowser .node-view_mode--default .term-footer, .components.component-contentbrowser .node-view_mode--default .card-footer, .components.component-contentbrowser .node-view_mode--teaser .node-footer, .components.component-contentbrowser .node-view_mode--teaser .term-footer, .components.component-contentbrowser .node-view_mode--teaser .card-footer, .components.component-contentbrowser .node-view_mode--card .node-footer, .components.component-contentbrowser .node-view_mode--card .term-footer, .components.component-contentbrowser .node-view_mode--card .card-footer, .components.component-contentbrowser .term-view_mode--default .node-footer, .components.component-contentbrowser .term-view_mode--default .term-footer, .components.component-contentbrowser .term-view_mode--default .card-footer, .components.component-contentbrowser .term-view_mode--teaser .node-footer, .components.component-contentbrowser .term-view_mode--teaser .term-footer, .components.component-contentbrowser .term-view_mode--teaser .card-footer, .components.component-contentbrowser .term-view_mode--card .node-footer, .components.component-contentbrowser .term-view_mode--card .term-footer, .components.component-contentbrowser .term-view_mode--card .card-footer, .components.component-contentbrowser .card-view_mode--default .node-footer, .components.component-contentbrowser .card-view_mode--default .term-footer, .components.component-contentbrowser .card-view_mode--default .card-footer, .components.component-contentbrowser .card-view_mode--teaser .node-footer, .components.component-contentbrowser .card-view_mode--teaser .term-footer, .components.component-contentbrowser .card-view_mode--teaser .card-footer, .components.component-contentbrowser .card-view_mode--card .node-footer, .components.component-contentbrowser .card-view_mode--card .term-footer, .components.component-contentbrowser .card-view_mode--card .card-footer {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  background-color: transparent; }
  .components.component-contentbrowser .node-view_mode--default .node-footer .goto::after, .components.component-contentbrowser .node-view_mode--default .term-footer .goto::after, .components.component-contentbrowser .node-view_mode--default .card-footer .goto::after, .components.component-contentbrowser .node-view_mode--teaser .node-footer .goto::after, .components.component-contentbrowser .node-view_mode--teaser .term-footer .goto::after, .components.component-contentbrowser .node-view_mode--teaser .card-footer .goto::after, .components.component-contentbrowser .node-view_mode--card .node-footer .goto::after, .components.component-contentbrowser .node-view_mode--card .term-footer .goto::after, .components.component-contentbrowser .node-view_mode--card .card-footer .goto::after, .components.component-contentbrowser .term-view_mode--default .node-footer .goto::after, .components.component-contentbrowser .term-view_mode--default .term-footer .goto::after, .components.component-contentbrowser .term-view_mode--default .card-footer .goto::after, .components.component-contentbrowser .term-view_mode--teaser .node-footer .goto::after, .components.component-contentbrowser .term-view_mode--teaser .term-footer .goto::after, .components.component-contentbrowser .term-view_mode--teaser .card-footer .goto::after, .components.component-contentbrowser .term-view_mode--card .node-footer .goto::after, .components.component-contentbrowser .term-view_mode--card .term-footer .goto::after, .components.component-contentbrowser .term-view_mode--card .card-footer .goto::after, .components.component-contentbrowser .card-view_mode--default .node-footer .goto::after, .components.component-contentbrowser .card-view_mode--default .term-footer .goto::after, .components.component-contentbrowser .card-view_mode--default .card-footer .goto::after, .components.component-contentbrowser .card-view_mode--teaser .node-footer .goto::after, .components.component-contentbrowser .card-view_mode--teaser .term-footer .goto::after, .components.component-contentbrowser .card-view_mode--teaser .card-footer .goto::after, .components.component-contentbrowser .card-view_mode--card .node-footer .goto::after, .components.component-contentbrowser .card-view_mode--card .term-footer .goto::after, .components.component-contentbrowser .card-view_mode--card .card-footer .goto::after {
    content: "arrow_forward";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding-left: 0.5rem; }

.components.component-contentbrowser .node-view_mode--default:last-of-type .node-container::after, .components.component-contentbrowser .node-view_mode--default:last-of-type .term-container::after, .components.component-contentbrowser .node-view_mode--default:last-of-type .card-container::after, .components.component-contentbrowser .node-view_mode--teaser:last-of-type .node-container::after, .components.component-contentbrowser .node-view_mode--teaser:last-of-type .term-container::after, .components.component-contentbrowser .node-view_mode--teaser:last-of-type .card-container::after, .components.component-contentbrowser .node-view_mode--card:last-of-type .node-container::after, .components.component-contentbrowser .node-view_mode--card:last-of-type .term-container::after, .components.component-contentbrowser .node-view_mode--card:last-of-type .card-container::after, .components.component-contentbrowser .term-view_mode--default:last-of-type .node-container::after, .components.component-contentbrowser .term-view_mode--default:last-of-type .term-container::after, .components.component-contentbrowser .term-view_mode--default:last-of-type .card-container::after, .components.component-contentbrowser .term-view_mode--teaser:last-of-type .node-container::after, .components.component-contentbrowser .term-view_mode--teaser:last-of-type .term-container::after, .components.component-contentbrowser .term-view_mode--teaser:last-of-type .card-container::after, .components.component-contentbrowser .term-view_mode--card:last-of-type .node-container::after, .components.component-contentbrowser .term-view_mode--card:last-of-type .term-container::after, .components.component-contentbrowser .term-view_mode--card:last-of-type .card-container::after, .components.component-contentbrowser .card-view_mode--default:last-of-type .node-container::after, .components.component-contentbrowser .card-view_mode--default:last-of-type .term-container::after, .components.component-contentbrowser .card-view_mode--default:last-of-type .card-container::after, .components.component-contentbrowser .card-view_mode--teaser:last-of-type .node-container::after, .components.component-contentbrowser .card-view_mode--teaser:last-of-type .term-container::after, .components.component-contentbrowser .card-view_mode--teaser:last-of-type .card-container::after, .components.component-contentbrowser .card-view_mode--card:last-of-type .node-container::after, .components.component-contentbrowser .card-view_mode--card:last-of-type .term-container::after, .components.component-contentbrowser .card-view_mode--card:last-of-type .card-container::after {
  content: none; }

.components.component-contentbrowser .node-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .term-view_mode--teaser .node-headings .subtitle, .components.component-contentbrowser .card-view_mode--teaser .node-headings .subtitle {
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.components.component-contentbrowser .contentbrowser-carousel {
  background-color: transparent;
  padding: 3rem 0 0; }
  @media (min-width: 576px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(100% - 3rem); } }
  @media (min-width: 768px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(100% - 3rem); } }
  @media (min-width: 992px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(960px - 3rem); } }
  @media (min-width: 1200px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(1140px - 3rem); } }
  @media (min-width: 1440px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(1400px - 3rem); } }
  @media (min-width: 2440px) {
    .components.component-contentbrowser .contentbrowser-carousel {
      max-width: calc(2400px - 3rem); } }
  .components.component-contentbrowser .contentbrowser-carousel .owl-nav {
    display: flex;
    justify-content: space-between; }
    .components.component-contentbrowser .contentbrowser-carousel .owl-nav.disabled {
      display: none; }
  .components.component-contentbrowser .contentbrowser-carousel .node, .components.component-contentbrowser .contentbrowser-carousel .term, .components.component-contentbrowser .contentbrowser-carousel .card {
    background-color: transparent;
    display: flex;
    flex: 1;
    padding: 0;
    margin: 0; }
    .components.component-contentbrowser .contentbrowser-carousel .node .term-wrapper, .components.component-contentbrowser .contentbrowser-carousel .node .node-wrapper, .components.component-contentbrowser .contentbrowser-carousel .node .card-wrapper, .components.component-contentbrowser .contentbrowser-carousel .term .term-wrapper, .components.component-contentbrowser .contentbrowser-carousel .term .node-wrapper, .components.component-contentbrowser .contentbrowser-carousel .term .card-wrapper, .components.component-contentbrowser .contentbrowser-carousel .card .term-wrapper, .components.component-contentbrowser .contentbrowser-carousel .card .node-wrapper, .components.component-contentbrowser .contentbrowser-carousel .card .card-wrapper {
      display: flex;
      flex: 1; }
    .components.component-contentbrowser .contentbrowser-carousel .node .term-container, .components.component-contentbrowser .contentbrowser-carousel .node .node-container, .components.component-contentbrowser .contentbrowser-carousel .node .card-container, .components.component-contentbrowser .contentbrowser-carousel .term .term-container, .components.component-contentbrowser .contentbrowser-carousel .term .node-container, .components.component-contentbrowser .contentbrowser-carousel .term .card-container, .components.component-contentbrowser .contentbrowser-carousel .card .term-container, .components.component-contentbrowser .contentbrowser-carousel .card .node-container, .components.component-contentbrowser .contentbrowser-carousel .card .card-container {
      padding-left: 0;
      padding-right: 0; }
    .components.component-contentbrowser .contentbrowser-carousel .node figure, .components.component-contentbrowser .contentbrowser-carousel .term figure, .components.component-contentbrowser .contentbrowser-carousel .card figure {
      margin-bottom: 1rem;
      padding: 0; }
      .components.component-contentbrowser .contentbrowser-carousel .node figure img, .components.component-contentbrowser .contentbrowser-carousel .term figure img, .components.component-contentbrowser .contentbrowser-carousel .card figure img {
        width: 100%;
        height: 100%;
        display: block; }
    .components.component-contentbrowser .contentbrowser-carousel .node header, .components.component-contentbrowser .contentbrowser-carousel .term header, .components.component-contentbrowser .contentbrowser-carousel .card header {
      margin-bottom: 1rem;
      padding: 0; }
      .components.component-contentbrowser .contentbrowser-carousel .node header .title, .components.component-contentbrowser .contentbrowser-carousel .term header .title, .components.component-contentbrowser .contentbrowser-carousel .card header .title {
        margin-bottom: 0; }
    .components.component-contentbrowser .contentbrowser-carousel .node .term-body, .components.component-contentbrowser .contentbrowser-carousel .node .node-body, .components.component-contentbrowser .contentbrowser-carousel .node .card-body, .components.component-contentbrowser .contentbrowser-carousel .term .term-body, .components.component-contentbrowser .contentbrowser-carousel .term .node-body, .components.component-contentbrowser .contentbrowser-carousel .term .card-body, .components.component-contentbrowser .contentbrowser-carousel .card .term-body, .components.component-contentbrowser .contentbrowser-carousel .card .node-body, .components.component-contentbrowser .contentbrowser-carousel .card .card-body {
      margin-bottom: 1rem;
      padding: 0; }
  .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--card::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem; }
    @media (min-width: 1200px) {
      .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--card::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--teaser::after, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--card::after {
        content: none; } }
  .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .node-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .term-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--two_items .card-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .node-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .term-view_mode--card:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--teaser:last-of-type, .components.component-contentbrowser .contentbrowser-carousel.--three_items .card-view_mode--card:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

@media (min-width: 1200px) {
  .components.component-productintro .component-row {
    flex-direction: row; } }

@media (min-width: 1200px) {
  .components.component-productintro .component-col-content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around; } }

.components.component-productintro .component-col-image, .components.component-productintro .component-col-video {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-productintro .component-col-image, .components.component-productintro .component-col-video {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  .components.component-productintro .component-col-image .thumbnail, .components.component-productintro .component-col-video .thumbnail {
    width: 100%; }

.components.component-productintro .image, .components.component-productintro .header, .components.component-productintro .body, .components.component-productintro .footer {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .components.component-productintro .image, .components.component-productintro .header, .components.component-productintro .body, .components.component-productintro .footer {
      flex: 0; } }

.components.component-productintro .header {
  margin-top: 2.3rem;
  margin-bottom: 1.5rem; }
  .components.component-productintro .header .title {
    font-size: 3.25rem;
    font-weight: 400;
    line-height: 1.2; }
  .components.component-productintro .header .subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    margin-top: 1.5rem; }

.components.component-productintro .body {
  margin-bottom: 2.5rem; }
  .components.component-productintro .body > .field__item > ul {
    padding-top: 0; }

@media (min-width: 1200px) {
  .components.component-productintro .footer .video {
    display: flex;
    justify-content: flex-start; } }

.components.component-productintro .scroller {
  position: absolute;
  bottom: 0; }
  .components.component-productintro .scroller .goto-element {
    padding: 1rem 1rem 1rem 0; }

@media (min-width: 1200px) {
  .components.component-text_group .component-col-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }

@media (min-width: 1200px) {
  .components.component-text_group .header {
    flex: 0; } }

.components.component-text_group .header .title {
  font-size: 2.25rem; }

.components.component-text_group .body {
  margin-top: 2.25rem; }
  @media (min-width: 1200px) {
    .components.component-text_group .body {
      margin-top: 0; } }

.components.component-text_group .footer {
  margin-top: 2.25rem; }
  .components.component-text_group .footer.-xl {
    display: none; }
  @media (min-width: 1200px) {
    .components.component-text_group .footer {
      display: none; }
      .components.component-text_group .footer.-xl {
        margin-top: 0;
        display: block;
        flex: 0; } }

.components.component-text_group .content {
  margin-top: 1rem; }

.components.component-text_group .file-link {
  color: #725f74 !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none; }
  .components.component-text_group .file-link:hover, .components.component-text_group .file-link:focus {
    color: #564858 !important;
    text-decoration: underline; }
  .components.component-text_group .file-link::before {
    content: "get_app";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 0.5rem;
    vertical-align: text-top; }

.components.component-text_group .cta {
  margin-top: 1rem; }
  .components.component-text_group .cta .goto-link::after {
    content: "arrow_forward";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding-left: 0.5rem; }

.components.component-gallerypreview > .wrapper > .container button.social-modal-button {
  color: #725f74; }
  .components.component-gallerypreview > .wrapper > .container button.social-modal-button:hover, .components.component-gallerypreview > .wrapper > .container button.social-modal-button:focus {
    text-decoration: none; }
  .components.component-gallerypreview > .wrapper > .container button.social-modal-button .material-icons {
    font-size: 1.3rem;
    vertical-align: top; }
  .components.component-gallerypreview > .wrapper > .container button.social-modal-button .share-label {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase; }

.components.component-gallerypreview > .wrapper > .container-fluid, .components.component-gallerypreview > .wrapper > .container-sm, .components.component-gallerypreview > .wrapper > .container-md, .components.component-gallerypreview > .wrapper > .container-lg, .components.component-gallerypreview > .wrapper > .container-xl, .components.component-gallerypreview > .wrapper > .container-xxl, .components.component-gallerypreview > .wrapper > .container-xxxl {
  padding: 0;
  overflow: hidden; }

.components.component-gallerypreview .share {
  display: inline-block;
  min-height: 1rem;
  padding-left: 0;
  background-image: none; }
  .components.component-gallerypreview .share-link {
    color: #725f74;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none; }
    .components.component-gallerypreview .share-link:hover, .components.component-gallerypreview .share-link:focus {
      color: #564858;
      text-decoration: underline; }
    .components.component-gallerypreview .share-link::before {
      content: "share";
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      font-size: 1rem;
      padding: 0.25rem 1rem 0.25rem 0.25rem; }

.components.component-gallerypreview .owl-loaded .owl-item {
  opacity: 1; }
  .components.component-gallerypreview .owl-loaded .owl-item.active {
    opacity: 1; }

.components.component-productgallery > .wrapper > .container-fluid, .components.component-productgallery > .wrapper > .container-sm, .components.component-productgallery > .wrapper > .container-md, .components.component-productgallery > .wrapper > .container-lg, .components.component-productgallery > .wrapper > .container-xl, .components.component-productgallery > .wrapper > .container-xxl, .components.component-productgallery > .wrapper > .container-xxxl {
  padding: 0;
  overflow: hidden; }

.components.component-productgallery .component-col-gallery {
  overflow: hidden; }

.components.component-productgallery .owl-stage-outer::before, .components.component-productgallery .owl-stage-outer::after {
  content: none; }

.components.component-productgallery .owl-item > article.node {
  cursor: pointer;
  margin: 0; }
  .components.component-productgallery .owl-item > article.node .image .media {
    display: block;
    width: 100%; }
    .components.component-productgallery .owl-item > article.node .image .media .field--name-field-media-image {
      display: block;
      width: 100%; }
      .components.component-productgallery .owl-item > article.node .image .media .field--name-field-media-image .image-thumbnail {
        display: block;
        margin: 0 auto;
        width: auto;
        max-height: 100%;
        text-align: center; }
  .components.component-productgallery .owl-item > article.node .content {
    margin-top: 3rem;
    opacity: 0;
    transition: opacity 0ms linear; }
    .components.component-productgallery .owl-item > article.node .content .title {
      text-align: center;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.03rem;
      text-transform: uppercase; }
    .components.component-productgallery .owl-item > article.node .content .categories .field, .components.component-productgallery .owl-item > article.node .content .year .field {
      text-align: center; }
      .components.component-productgallery .owl-item > article.node .content .categories .field .field__item, .components.component-productgallery .owl-item > article.node .content .year .field .field__item {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.02rem;
        display: inline-block;
        white-space: nowrap; }
        .components.component-productgallery .owl-item > article.node .content .categories .field .field__item::after, .components.component-productgallery .owl-item > article.node .content .year .field .field__item::after {
          content: ","; }
        .components.component-productgallery .owl-item > article.node .content .categories .field .field__item:last-of-type::after, .components.component-productgallery .owl-item > article.node .content .year .field .field__item:last-of-type::after {
          content: none; }
    .components.component-productgallery .owl-item > article.node .content .categories, .components.component-productgallery .owl-item > article.node .content .year {
      margin-bottom: 0.5rem; }

.components.component-productgallery .owl-item.center > article.node .content {
  opacity: 1;
  transition: opacity 500ms ease-in-out; }

.components.component-productgallery .owl-item.center:hover > article.node .content .title {
  color: #725f74; }

.components.component-productgallery .owl-item.center:hover > article.node .content .categories, .components.component-productgallery .owl-item.center:hover > article.node .content .year {
  color: #725f74; }

.components.component-productgallery .product-gallery-nav {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 3rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 0 none transparent; }
  .components.component-productgallery .product-gallery-nav.-next, .components.component-productgallery .product-gallery-nav.-prev {
    width: 2rem;
    height: 2rem; }
    .components.component-productgallery .product-gallery-nav.-next span, .components.component-productgallery .product-gallery-nav.-prev span {
      font-size: 0;
      line-height: 1;
      padding: 1rem 1.5rem;
      color: unset;
      background-color: transparent;
      margin: 0;
      visibility: hidden; }
    .components.component-productgallery .product-gallery-nav.-next:hover, .components.component-productgallery .product-gallery-nav.-next:focus, .components.component-productgallery .product-gallery-nav.-prev:hover, .components.component-productgallery .product-gallery-nav.-prev:focus {
      outline: none; }
  .components.component-productgallery .product-gallery-nav.-next {
    right: calc(50% - 12.5rem);
    background-color: transparent; }
  .components.component-productgallery .product-gallery-nav.-prev {
    left: calc(50% - 12.5rem);
    background-color: transparent; }

.components.component-productgallery .owl-stage:hover .owl-item {
  opacity: 0.2; }

.components.component-productgallery .owl-stage .owl-item:hover {
  opacity: 1; }

.components.component-termgallery > .wrapper > .container-fluid, .components.component-termgallery > .wrapper > .container-sm, .components.component-termgallery > .wrapper > .container-md, .components.component-termgallery > .wrapper > .container-lg, .components.component-termgallery > .wrapper > .container-xl, .components.component-termgallery > .wrapper > .container-xxl, .components.component-termgallery > .wrapper > .container-xxxl {
  padding: 0;
  overflow: hidden; }

.components.component-termgallery .component-col-gallery {
  overflow: hidden; }

.components.component-termgallery .owl-stage-outer {
  overflow: hidden; }
  .components.component-termgallery .owl-stage-outer::before, .components.component-termgallery .owl-stage-outer::after {
    content: none; }

.components.component-termgallery .owl-item > article.node {
  cursor: pointer;
  margin: 0; }
  .components.component-termgallery .owl-item > article.node .image .media {
    display: block;
    width: 100%; }
    .components.component-termgallery .owl-item > article.node .image .media .field--name-field-media-image {
      display: block;
      width: 100%; }
      .components.component-termgallery .owl-item > article.node .image .media .field--name-field-media-image .image-thumbnail {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 140px;
        max-height: 560px; }
  .components.component-termgallery .owl-item > article.node .content {
    margin-top: 3rem;
    opacity: 0;
    transition: opacity 0ms linear; }
    .components.component-termgallery .owl-item > article.node .content .title {
      display: flex;
      flex-direction: row;
      justify-content: center;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.03rem;
      text-transform: uppercase; }
    .components.component-termgallery .owl-item > article.node .content .categories .field, .components.component-termgallery .owl-item > article.node .content .year .field {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .components.component-termgallery .owl-item > article.node .content .categories .field .field__item, .components.component-termgallery .owl-item > article.node .content .year .field .field__item {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.02rem;
        text-align: center; }
        .components.component-termgallery .owl-item > article.node .content .categories .field .field__item::after, .components.component-termgallery .owl-item > article.node .content .year .field .field__item::after {
          content: ",";
          padding-right: 0.5rem; }
        .components.component-termgallery .owl-item > article.node .content .categories .field .field__item:last-of-type::after, .components.component-termgallery .owl-item > article.node .content .year .field .field__item:last-of-type::after {
          content: none;
          padding-right: 0; }
    .components.component-termgallery .owl-item > article.node .content .categories, .components.component-termgallery .owl-item > article.node .content .year {
      margin-bottom: 0.5rem; }

.components.component-termgallery .owl-item.center > article.node .content {
  opacity: 1;
  transition: opacity 500ms ease-in-out; }

.components.component-termgallery .owl-item.center:hover > article.node .content .title {
  color: #725f74; }

.components.component-termgallery .owl-item.center:hover > article.node .content .categories, .components.component-termgallery .owl-item.center:hover > article.node .content .year {
  color: #725f74; }

.components.component-termgallery .term-gallery-nav {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 3rem;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 0 none transparent; }
  .components.component-termgallery .term-gallery-nav.-next, .components.component-termgallery .term-gallery-nav.-prev {
    width: 2rem;
    height: 2rem; }
    .components.component-termgallery .term-gallery-nav.-next span, .components.component-termgallery .term-gallery-nav.-prev span {
      font-size: 0;
      line-height: 1;
      padding: 1rem 1.5rem;
      color: unset;
      background-color: transparent;
      margin: 0;
      visibility: hidden; }
    .components.component-termgallery .term-gallery-nav.-next:hover, .components.component-termgallery .term-gallery-nav.-next:focus, .components.component-termgallery .term-gallery-nav.-prev:hover, .components.component-termgallery .term-gallery-nav.-prev:focus {
      outline: none; }
  .components.component-termgallery .term-gallery-nav.-next {
    right: calc(50% - 12.5rem);
    background-color: transparent; }
  .components.component-termgallery .term-gallery-nav.-prev {
    left: calc(50% - 12.5rem);
    background-color: transparent; }

.components.component-termgallery .owl-stage:hover .owl-item {
  opacity: 0.2; }

.components.component-termgallery .owl-stage .owl-item:hover {
  opacity: 1; }

.components.component-rich_content .component-row {
  flex-direction: column-reverse; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-row {
      flex-direction: row; } }

.components.component-rich_content .component-col-content, .components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 1200px) {
  .components.component-rich_content .component-col-content {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    display: flex;
    flex-direction: column; } }

.components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
      margin-top: 0;
      margin-bottom: 0;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  .components.component-rich_content .component-col-image .video-thumbnail,
  .components.component-rich_content .component-col-image .image, .components.component-rich_content .component-col-video .video-thumbnail,
  .components.component-rich_content .component-col-video .image {
    margin-bottom: 0; }
    .components.component-rich_content .component-col-image .video-thumbnail .goto-video-modal, .components.component-rich_content .component-col-image .video-thumbnail .thumbnail,
    .components.component-rich_content .component-col-image .image .goto-video-modal,
    .components.component-rich_content .component-col-image .image .thumbnail, .components.component-rich_content .component-col-video .video-thumbnail .goto-video-modal, .components.component-rich_content .component-col-video .video-thumbnail .thumbnail,
    .components.component-rich_content .component-col-video .image .goto-video-modal,
    .components.component-rich_content .component-col-video .image .thumbnail {
      width: 100%;
      height: 100%;
      display: block; }

.components.component-rich_content .image, .components.component-rich_content .header, .components.component-rich_content .body, .components.component-rich_content .footer {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .components.component-rich_content .image, .components.component-rich_content .header, .components.component-rich_content .body, .components.component-rich_content .footer {
      flex: 0; } }

.components.component-rich_content .header {
  margin-top: 2.3rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content .header {
      margin-top: 0; } }

.components.component-rich_content .body {
  flex: 1;
  margin-bottom: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content .body {
      margin-bottom: 1rem; } }

.components.component-rich_content .footer {
  flex: 0;
  display: flex;
  flex-direction: column; }
  .components.component-rich_content .footer > .file, .components.component-rich_content .footer .video, .components.component-rich_content .footer .cta {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 1200px) {
      .components.component-rich_content .footer > .file, .components.component-rich_content .footer .video, .components.component-rich_content .footer .cta {
        margin-bottom: 0; } }
  .components.component-rich_content .footer > .file + .cta {
    margin-top: 0; }
  .components.component-rich_content .footer > .file {
    flex: 1; }
    .components.component-rich_content .footer > .file > .field .file-link.goto-file {
      color: #725f74 !important;
      font-weight: 600;
      font-size: 1rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none; }
      .components.component-rich_content .footer > .file > .field .file-link.goto-file:hover, .components.component-rich_content .footer > .file > .field .file-link.goto-file:focus {
        color: #564858 !important;
        text-decoration: underline; }
      .components.component-rich_content .footer > .file > .field .file-link.goto-file::before {
        content: "get_app";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        padding-right: 0.5rem;
        vertical-align: text-top; }
  .components.component-rich_content .footer .video {
    display: none;
    margin-top: 1rem; }
  .components.component-rich_content .footer .cta {
    margin-top: 1rem; }
    .components.component-rich_content .footer .cta .goto-link {
      display: inline-flex; }
      .components.component-rich_content .footer .cta .goto-link::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }

.components.component-rich_content-centered .component-col-content, .components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
  text-align: center; }
  @media (min-width: 1200px) {
    .components.component-rich_content-centered .component-col-content, .components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
      margin-bottom: 5rem; } }

@media (min-width: 1200px) {
  .components.component-rich_content-centered .component-col-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%; } }

.components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
  margin-bottom: 2.5rem;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      margin-left: 8.3333333333%; } }
  .components.component-rich_content-centered .component-col-image img, .components.component-rich_content-centered .component-col-video img {
    width: 100%;
    height: auto; }

.components.component-rich_content-centered .body {
  text-align: left; }

.components.component-rich_content-centered .footer {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center; }

@media (min-width: 1200px) {
  .components.component-tablecontainer .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; } }

.components.component-tablecontainer .dropdown.show .dropdown-toggle {
  text-decoration: none;
  color: #564858; }
  .components.component-tablecontainer .dropdown.show .dropdown-toggle::after {
    content: "expand_less"; }

.components.component-tablecontainer .dropdown-menu {
  padding: 0;
  left: auto !important;
  right: 0 !important; }

.components.component-tablecontainer .dropdown-toggle, .components.component-tablecontainer .dropdown-item {
  color: #725f74;
  padding: 0.25rem 0.5rem 0.65rem;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .components.component-tablecontainer .dropdown-toggle:hover, .components.component-tablecontainer .dropdown-toggle:focus, .components.component-tablecontainer .dropdown-toggle:active, .components.component-tablecontainer .dropdown-item:hover, .components.component-tablecontainer .dropdown-item:focus, .components.component-tablecontainer .dropdown-item:active {
    text-decoration: none;
    background-color: transparent;
    color: #564858; }

.components.component-tablecontainer .dropdown-item {
  padding-right: 1rem; }

.components.component-tablecontainer .dropdown .single-table {
  color: #564858; }

.components.component-tablecontainer .dropdown-toggle {
  min-width: 10rem;
  background-color: transparent;
  padding-right: 0; }
  .components.component-tablecontainer .dropdown-toggle::after {
    border: 0 none transparent;
    margin: 0;
    content: "expand_more";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600; }

.components.component-tablecontainer .dropdown-item {
  color: #bbbbbc; }
  .components.component-tablecontainer .dropdown-item.active {
    background-color: transparent;
    color: #725f74; }

.components.component-tablecontainer .component-col-content {
  flex: 0 0 100%;
  max-width: 100%; }

.components.component-tablecontainer .tab-content > .tab-pane.active.fade:not(.show) {
  opacity: 1; }

.components.component-tablecontainer .tables {
  padding-top: 0; }
  @media (min-width: 1200px) {
    .components.component-tablecontainer .tables {
      padding-top: 0; } }
  .components.component-tablecontainer .tables .table {
    font-size: 1rem;
    border-bottom: 1px solid;
    margin-bottom: 0; }
    .components.component-tablecontainer .tables .table caption {
      caption-side: top;
      font-size: 2.25rem;
      font-weight: 600;
      padding: 1rem 0;
      display: none; }
    .components.component-tablecontainer .tables .table thead th {
      border-top: 0 none transparent;
      border-bottom: 1px solid;
      text-align: right; }
      .components.component-tablecontainer .tables .table thead th:first-of-type {
        text-align: left; }
    .components.component-tablecontainer .tables .table tbody tr td {
      border-top: 1px solid;
      text-align: right; }
      .components.component-tablecontainer .tables .table tbody tr td:first-of-type {
        text-align: left;
        font-weight: 600; }

.components.component-taglist > .wrapper {
  padding-top: 3rem;
  padding-bottom: 0; }

.components.component-taglist .component-spacer {
  padding-top: 0;
  padding-bottom: 0; }

.components.component-taglist .header .title {
  padding-bottom: 2rem; }

.components.component-taglist .component-col-content {
  flex: 0 0 100%;
  max-width: 100%; }

.components.component-taglist .taxonomies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  .components.component-taglist .taxonomies .field__item:last-child .goto-term {
    margin-right: 0; }

.components.component-taglist .goto-term {
  font-weight: normal;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  .components.component-taglist .goto-term .text-label::before {
    content: "#"; }

.components.component-taglist + .components.component-taglist > .wrapper {
  padding-top: 0;
  padding-bottom: 0; }

.components.component-taglist + .components.component-taglist + .components.component-taglist > .wrapper {
  padding-top: 0;
  padding-bottom: 3rem; }

.components.component-filelist > .wrapper > .container {
  border-top: 0 none transparent; }

.components.component-filelist .files {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%; }
  .components.component-filelist .files .file, .components.component-filelist .files .file-link {
    display: block; }
  .components.component-filelist .files .file-link {
    color: #fff;
    font-size: 1.125rem; }
    .components.component-filelist .files .file-link.-download {
      color: #725f74;
      font-size: 0.875rem; }
      .components.component-filelist .files .file-link.-download::before {
        padding-left: 0; }
      .components.component-filelist .files .file-link.-download:hover, .components.component-filelist .files .file-link.-download:focus {
        color: #564858; }
      @media (min-width: 1200px) {
        .components.component-filelist .files .file-link.-download {
          padding-left: 0.25rem; } }
  .components.component-filelist .files .files-wrapper .files-container .field__items {
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .components.component-filelist .files .files-wrapper .files-container .field__items .field__item {
      border-bottom: 1px solid;
      width: 100%; }
      .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item {
        border-bottom: 0 none transparent; }
        .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table {
          margin-bottom: 0; }
          .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr {
            display: flex;
            flex-direction: column;
            width: 100%; }
            @media (min-width: 1200px) {
              .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr {
                flex-direction: row; } }
            .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr td {
              display: flex;
              align-items: center;
              border: 0 none transparent;
              vertical-align: inherit;
              font-size: 1.125rem; }
              .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr td:nth-of-type(2) {
                flex: 1;
                padding: 0;
                text-transform: uppercase; }
                @media (min-width: 1200px) {
                  .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .table tr td:nth-of-type(2) {
                    padding: 1rem; } }
        .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
          display: flex;
          flex-direction: row;
          padding: 1rem 0;
          transition: all 0.2s ease-in-out; }
          .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-name {
            margin-right: 2.5rem;
            font-weight: 600; }
          .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-size {
            flex-grow: 1;
            text-transform: uppercase; }
          .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
            align-self: flex-end;
            text-transform: uppercase;
            font-size: 0.875rem;
            font-weight: 600; }
            .components.component-filelist .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label:before {
              padding-right: 1rem;
              content: "get_app";
              font-family: "Material Icons";
              font-weight: normal;
              font-style: normal;
              font-size: 24px;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              /* Support for all WebKit browsers. */
              -webkit-font-smoothing: antialiased;
              /* Support for Safari and Chrome. */
              text-rendering: optimizeLegibility;
              /* Support for Firefox. */
              -moz-osx-font-smoothing: grayscale;
              /* Support for IE. */
              font-feature-settings: 'liga';
              font-size: 1.5rem;
              vertical-align: middle; }
      .components.component-filelist .files .files-wrapper .files-container .field__items .field__item:last-of-type {
        border-bottom: 0 none transparent; }

@media (min-width: 1200px) {
  .components.component-infographic .component-row {
    float: none;
    position: relative; }
    .components.component-infographic .component-row::after {
      display: block;
      clear: both;
      content: ""; } }

.components.component-infographic .component-row .col-full .header {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-infographic .component-row .col-full .header {
      padding-left: 16.5rem;
      padding-right: 16.5rem; } }
  .components.component-infographic .component-row .col-full .header .title {
    font-size: 2.25rem; }

.components.component-infographic .header {
  margin-bottom: 2.25rem; }

.components.component-infographic .body {
  margin-bottom: 2.25rem; }

.components.component-infographic .infographics {
  flex-direction: column; }
  @media (min-width: 992px) {
    .components.component-infographic .infographics {
      flex-direction: row; } }

.components.component-infocard {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .components.component-infocard {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      flex: 1 1 0;
      width: auto;
      max-width: 50%;
      padding-bottom: 0; } }
  .components.component-infocard.has_image .infocard-header {
    display: flex;
    justify-content: center; }
  .components.component-infocard.has_image .infocard-body {
    display: flex;
    justify-content: center; }
    .components.component-infocard.has_image .infocard-body p {
      text-align: center; }
  .components.component-infocard .infocard-header {
    display: flex;
    justify-content: flex-start; }
    .components.component-infocard .infocard-header .title {
      font-size: 2rem;
      margin-bottom: 1rem; }
    .components.component-infocard .infocard-header img {
      margin-bottom: 1.5rem; }
  .components.component-infocard .infocard-body {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    font-size: 1.25rem; }

.components.component-highlight {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 2rem; }
  @media (min-width: 992px) {
    .components.component-highlight {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      flex: 1 1 0;
      width: auto;
      max-width: 50%;
      padding-bottom: 0; } }
  .components.component-highlight .highlight-header {
    display: flex;
    justify-content: flex-start; }
    .components.component-highlight .highlight-header .data {
      display: flex;
      flex-wrap: wrap;
      font-size: 2.625rem;
      color: #725f74;
      line-height: 1; }
      .components.component-highlight .highlight-header .data > .field:after {
        content: ' ';
        white-space: pre; }
      .components.component-highlight .highlight-header .data > .field:last-child:after {
        content: none; }
    .components.component-highlight .highlight-header .title {
      font-size: 2.625rem;
      color: #725f74;
      margin-bottom: 1rem; }
  .components.component-highlight .highlight-body {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    font-size: 1.25rem; }

@media (min-width: 1200px) {
  .components.component-quote.no_image .component-col-content {
    flex: 0 0 100%;
    max-width: 100%; } }

.components.component-quote .component-row {
  align-items: inherit;
  justify-content: space-between;
  flex-direction: column-reverse; }
  @media (min-width: 1200px) {
    .components.component-quote .component-row {
      flex-direction: row; } }

.components.component-quote .component-col-content, .components.component-quote .component-col-image {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-quote .component-col-content, .components.component-quote .component-col-image {
      flex: 0 0 50%;
      max-width: 50%; } }

.components.component-quote .component-col-content {
  flex-direction: column; }

.components.component-quote .component-col-image {
  width: 100%;
  margin-top: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-quote .component-col-image {
      width: auto;
      align-items: flex-end;
      margin-top: 0; } }

.components.component-quote .quote-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff; }

.components.component-quote .quote-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.48; }
  .components.component-quote .quote-body::before {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 36' width='48' height='36'%3e%3cpath fill='%23725f74' d='M17.41 1.18C15.33 1.74 12.51 2.81 11.15 3.57C9.78 4.33 7.57 6.04 6.24 7.37C4.9 8.7 3.13 11.22 2.29 12.98C1.46 14.73 0.57 17.65 0.31 19.47C0.05 21.33 0.03 23.9 0.27 25.33C0.5 26.73 1.01 28.68 1.42 29.66C1.82 30.64 3.03 32.26 4.11 33.27C5.43 34.49 6.91 35.27 8.6 35.65C10.02 35.96 11.99 36.04 13.13 35.82C14.24 35.61 15.71 35.14 16.4 34.78C17.09 34.42 18.19 33.63 18.84 33.03C19.49 32.44 20.37 31.26 20.79 30.42C21.21 29.58 21.56 27.75 21.57 26.35C21.57 24.95 21.21 23.06 20.75 22.15C20.3 21.23 18.98 19.86 17.82 19.09C16.04 17.91 15.18 17.69 12.28 17.69C9.18 17.69 8.85 17.59 8.85 16.67C8.85 16.11 9.11 14.73 9.42 13.61C9.79 12.32 10.93 10.63 12.57 8.98C14.35 7.18 16.11 6.01 18.31 5.16C21.42 3.95 21.47 3.9 21.46 2.02C21.45 0.97 21.38 0.13 21.31 0.14C21.24 0.16 19.49 0.62 17.41 1.18ZM43.78 1.15C41.7 1.71 38.89 2.79 37.52 3.55C36.15 4.3 33.94 6.01 32.61 7.34C31.27 8.67 29.5 11.2 28.67 12.95C27.83 14.7 26.94 17.62 26.68 19.44C26.42 21.3 26.4 23.88 26.64 25.3C26.87 26.7 27.38 28.65 27.79 29.63C28.19 30.61 29.4 32.24 30.48 33.24C31.8 34.46 33.28 35.25 34.97 35.62C36.39 35.93 38.36 36.01 39.5 35.8C40.61 35.59 42.08 35.12 42.77 34.75C43.47 34.39 44.56 33.6 45.21 33.01C45.86 32.41 46.74 31.24 47.16 30.4C47.58 29.56 47.93 27.72 47.94 26.32C47.95 24.92 47.58 23.03 47.13 22.12C46.67 21.21 45.35 19.83 44.19 19.06C42.42 17.88 41.55 17.66 38.65 17.66C35.55 17.66 35.22 17.56 35.22 16.64C35.22 16.08 35.48 14.71 35.8 13.58C36.16 12.29 37.3 10.6 38.94 8.95C40.72 7.16 42.49 5.98 44.68 5.13C47.79 3.93 47.84 3.87 47.83 1.99C47.82 0.94 47.75 0.1 47.68 0.11C47.61 0.13 45.86 0.6 43.78 1.15Z' /%3e%3c/svg%3e");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: auto;
    display: block;
    width: auto;
    height: 36px;
    line-height: 1;
    margin-bottom: 1.5rem; }

.components.component-quote .quote-caption {
  margin-top: 2.5rem; }

.components.component-quote .quote-author {
  font-size: 0.625rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.76;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .components.component-quote .quote-author.-name {
    color: #725f74; }

.components.component-quote .image img {
  display: block;
  width: 100%;
  height: 100%; }

.components.component-hero > .wrapper {
  display: flex;
  padding-top: 0;
  padding-bottom: 0; }
  .components.component-hero > .wrapper > .container,
  .components.component-hero > .wrapper > .container-fluid,
  .components.component-hero > .wrapper > .container-sm,
  .components.component-hero > .wrapper > .container-md,
  .components.component-hero > .wrapper > .container-lg,
  .components.component-hero > .wrapper > .container-xl,
  .components.component-hero > .wrapper > .container-xxl,
  .components.component-hero > .wrapper > .container-xxxl {
    padding-top: 134px;
    padding-bottom: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    position: relative; }
    .components.component-hero > .wrapper > .container::before,
    .components.component-hero > .wrapper > .container-fluid::before,
    .components.component-hero > .wrapper > .container-sm::before,
    .components.component-hero > .wrapper > .container-md::before,
    .components.component-hero > .wrapper > .container-lg::before,
    .components.component-hero > .wrapper > .container-xl::before,
    .components.component-hero > .wrapper > .container-xxl::before,
    .components.component-hero > .wrapper > .container-xxxl::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.components.component-hero .component-row {
  width: 100%;
  flex: 1 0 100%; }

.components.component-hero .component-col-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0; }
  @media (min-width: 768px) {
    .components.component-hero .component-col-content {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%;
      margin-left: 8.3333333333%; } }
  @media (min-width: 992px) {
    .components.component-hero .component-col-content {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
      margin-left: 16.6666666667%; } }

.components.component-hero .header .title {
  font-size: 1.5rem; }

.components.component-hero .header h1.title {
  font-size: 8vw; }
  @media (min-width: 768px) {
    .components.component-hero .header h1.title {
      font-size: 2.625rem;
      line-height: 1.2; } }

.components.component-hero .header .subtitle {
  font-size: 1.125rem; }

.components.component-hero .component-label {
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  margin-bottom: 0.875rem; }

.components.component-hero .body {
  min-height: 2rem;
  margin-top: 1.5rem; }
  .components.component-hero .body p:last-of-type {
    margin-bottom: 0; }

.components.component-contact-form > .wrapper > .container .component-row .header {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  .components.component-contact-form > .wrapper > .container .component-row .header .title {
    text-transform: uppercase;
    font-size: 1rem; }

.components.component-view-ref > .wrapper > .container .component-row .header {
  padding-bottom: 3.5rem; }
  .components.component-view-ref > .wrapper > .container .component-row .header .title {
    text-transform: uppercase;
    font-size: 1rem; }

.components.component-view-ref .node-view_mode--default .node-container::after, .components.component-view-ref .node-view_mode--default .term-container::after, .components.component-view-ref .node-view_mode--default .card-container::after, .components.component-view-ref .node-view_mode--teaser .node-container::after, .components.component-view-ref .node-view_mode--teaser .term-container::after, .components.component-view-ref .node-view_mode--teaser .card-container::after, .components.component-view-ref .node-view_mode--card .node-container::after, .components.component-view-ref .node-view_mode--card .term-container::after, .components.component-view-ref .node-view_mode--card .card-container::after, .components.component-view-ref .term-view_mode--default .node-container::after, .components.component-view-ref .term-view_mode--default .term-container::after, .components.component-view-ref .term-view_mode--default .card-container::after, .components.component-view-ref .term-view_mode--teaser .node-container::after, .components.component-view-ref .term-view_mode--teaser .term-container::after, .components.component-view-ref .term-view_mode--teaser .card-container::after, .components.component-view-ref .term-view_mode--card .node-container::after, .components.component-view-ref .term-view_mode--card .term-container::after, .components.component-view-ref .term-view_mode--card .card-container::after, .components.component-view-ref .card-view_mode--default .node-container::after, .components.component-view-ref .card-view_mode--default .term-container::after, .components.component-view-ref .card-view_mode--default .card-container::after, .components.component-view-ref .card-view_mode--teaser .node-container::after, .components.component-view-ref .card-view_mode--teaser .term-container::after, .components.component-view-ref .card-view_mode--teaser .card-container::after, .components.component-view-ref .card-view_mode--card .node-container::after, .components.component-view-ref .card-view_mode--card .term-container::after, .components.component-view-ref .card-view_mode--card .card-container::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 1200px) {
    .components.component-view-ref .node-view_mode--default .node-container::after, .components.component-view-ref .node-view_mode--default .term-container::after, .components.component-view-ref .node-view_mode--default .card-container::after, .components.component-view-ref .node-view_mode--teaser .node-container::after, .components.component-view-ref .node-view_mode--teaser .term-container::after, .components.component-view-ref .node-view_mode--teaser .card-container::after, .components.component-view-ref .node-view_mode--card .node-container::after, .components.component-view-ref .node-view_mode--card .term-container::after, .components.component-view-ref .node-view_mode--card .card-container::after, .components.component-view-ref .term-view_mode--default .node-container::after, .components.component-view-ref .term-view_mode--default .term-container::after, .components.component-view-ref .term-view_mode--default .card-container::after, .components.component-view-ref .term-view_mode--teaser .node-container::after, .components.component-view-ref .term-view_mode--teaser .term-container::after, .components.component-view-ref .term-view_mode--teaser .card-container::after, .components.component-view-ref .term-view_mode--card .node-container::after, .components.component-view-ref .term-view_mode--card .term-container::after, .components.component-view-ref .term-view_mode--card .card-container::after, .components.component-view-ref .card-view_mode--default .node-container::after, .components.component-view-ref .card-view_mode--default .term-container::after, .components.component-view-ref .card-view_mode--default .card-container::after, .components.component-view-ref .card-view_mode--teaser .node-container::after, .components.component-view-ref .card-view_mode--teaser .term-container::after, .components.component-view-ref .card-view_mode--teaser .card-container::after, .components.component-view-ref .card-view_mode--card .node-container::after, .components.component-view-ref .card-view_mode--card .term-container::after, .components.component-view-ref .card-view_mode--card .card-container::after {
      content: none; } }

.components.component-view-ref .node-view_mode--default .node-image, .components.component-view-ref .node-view_mode--default .term-image, .components.component-view-ref .node-view_mode--default .card-image, .components.component-view-ref .node-view_mode--teaser .node-image, .components.component-view-ref .node-view_mode--teaser .term-image, .components.component-view-ref .node-view_mode--teaser .card-image, .components.component-view-ref .node-view_mode--card .node-image, .components.component-view-ref .node-view_mode--card .term-image, .components.component-view-ref .node-view_mode--card .card-image, .components.component-view-ref .term-view_mode--default .node-image, .components.component-view-ref .term-view_mode--default .term-image, .components.component-view-ref .term-view_mode--default .card-image, .components.component-view-ref .term-view_mode--teaser .node-image, .components.component-view-ref .term-view_mode--teaser .term-image, .components.component-view-ref .term-view_mode--teaser .card-image, .components.component-view-ref .term-view_mode--card .node-image, .components.component-view-ref .term-view_mode--card .term-image, .components.component-view-ref .term-view_mode--card .card-image, .components.component-view-ref .card-view_mode--default .node-image, .components.component-view-ref .card-view_mode--default .term-image, .components.component-view-ref .card-view_mode--default .card-image, .components.component-view-ref .card-view_mode--teaser .node-image, .components.component-view-ref .card-view_mode--teaser .term-image, .components.component-view-ref .card-view_mode--teaser .card-image, .components.component-view-ref .card-view_mode--card .node-image, .components.component-view-ref .card-view_mode--card .term-image, .components.component-view-ref .card-view_mode--card .card-image {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem !important; }
  .components.component-view-ref .node-view_mode--default .node-image-background img, .components.component-view-ref .node-view_mode--default .term-image-background img, .components.component-view-ref .node-view_mode--default .card-image-background img, .components.component-view-ref .node-view_mode--teaser .node-image-background img, .components.component-view-ref .node-view_mode--teaser .term-image-background img, .components.component-view-ref .node-view_mode--teaser .card-image-background img, .components.component-view-ref .node-view_mode--card .node-image-background img, .components.component-view-ref .node-view_mode--card .term-image-background img, .components.component-view-ref .node-view_mode--card .card-image-background img, .components.component-view-ref .term-view_mode--default .node-image-background img, .components.component-view-ref .term-view_mode--default .term-image-background img, .components.component-view-ref .term-view_mode--default .card-image-background img, .components.component-view-ref .term-view_mode--teaser .node-image-background img, .components.component-view-ref .term-view_mode--teaser .term-image-background img, .components.component-view-ref .term-view_mode--teaser .card-image-background img, .components.component-view-ref .term-view_mode--card .node-image-background img, .components.component-view-ref .term-view_mode--card .term-image-background img, .components.component-view-ref .term-view_mode--card .card-image-background img, .components.component-view-ref .card-view_mode--default .node-image-background img, .components.component-view-ref .card-view_mode--default .term-image-background img, .components.component-view-ref .card-view_mode--default .card-image-background img, .components.component-view-ref .card-view_mode--teaser .node-image-background img, .components.component-view-ref .card-view_mode--teaser .term-image-background img, .components.component-view-ref .card-view_mode--teaser .card-image-background img, .components.component-view-ref .card-view_mode--card .node-image-background img, .components.component-view-ref .card-view_mode--card .term-image-background img, .components.component-view-ref .card-view_mode--card .card-image-background img {
    width: 100%;
    height: auto; }
  .components.component-view-ref .node-view_mode--default .node-image-logo, .components.component-view-ref .node-view_mode--default .term-image-logo, .components.component-view-ref .node-view_mode--default .card-image-logo, .components.component-view-ref .node-view_mode--teaser .node-image-logo, .components.component-view-ref .node-view_mode--teaser .term-image-logo, .components.component-view-ref .node-view_mode--teaser .card-image-logo, .components.component-view-ref .node-view_mode--card .node-image-logo, .components.component-view-ref .node-view_mode--card .term-image-logo, .components.component-view-ref .node-view_mode--card .card-image-logo, .components.component-view-ref .term-view_mode--default .node-image-logo, .components.component-view-ref .term-view_mode--default .term-image-logo, .components.component-view-ref .term-view_mode--default .card-image-logo, .components.component-view-ref .term-view_mode--teaser .node-image-logo, .components.component-view-ref .term-view_mode--teaser .term-image-logo, .components.component-view-ref .term-view_mode--teaser .card-image-logo, .components.component-view-ref .term-view_mode--card .node-image-logo, .components.component-view-ref .term-view_mode--card .term-image-logo, .components.component-view-ref .term-view_mode--card .card-image-logo, .components.component-view-ref .card-view_mode--default .node-image-logo, .components.component-view-ref .card-view_mode--default .term-image-logo, .components.component-view-ref .card-view_mode--default .card-image-logo, .components.component-view-ref .card-view_mode--teaser .node-image-logo, .components.component-view-ref .card-view_mode--teaser .term-image-logo, .components.component-view-ref .card-view_mode--teaser .card-image-logo, .components.component-view-ref .card-view_mode--card .node-image-logo, .components.component-view-ref .card-view_mode--card .term-image-logo, .components.component-view-ref .card-view_mode--card .card-image-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .components.component-view-ref .node-view_mode--default .node-image-logo .field a, .components.component-view-ref .node-view_mode--default .term-image-logo .field a, .components.component-view-ref .node-view_mode--default .card-image-logo .field a, .components.component-view-ref .node-view_mode--teaser .node-image-logo .field a, .components.component-view-ref .node-view_mode--teaser .term-image-logo .field a, .components.component-view-ref .node-view_mode--teaser .card-image-logo .field a, .components.component-view-ref .node-view_mode--card .node-image-logo .field a, .components.component-view-ref .node-view_mode--card .term-image-logo .field a, .components.component-view-ref .node-view_mode--card .card-image-logo .field a, .components.component-view-ref .term-view_mode--default .node-image-logo .field a, .components.component-view-ref .term-view_mode--default .term-image-logo .field a, .components.component-view-ref .term-view_mode--default .card-image-logo .field a, .components.component-view-ref .term-view_mode--teaser .node-image-logo .field a, .components.component-view-ref .term-view_mode--teaser .term-image-logo .field a, .components.component-view-ref .term-view_mode--teaser .card-image-logo .field a, .components.component-view-ref .term-view_mode--card .node-image-logo .field a, .components.component-view-ref .term-view_mode--card .term-image-logo .field a, .components.component-view-ref .term-view_mode--card .card-image-logo .field a, .components.component-view-ref .card-view_mode--default .node-image-logo .field a, .components.component-view-ref .card-view_mode--default .term-image-logo .field a, .components.component-view-ref .card-view_mode--default .card-image-logo .field a, .components.component-view-ref .card-view_mode--teaser .node-image-logo .field a, .components.component-view-ref .card-view_mode--teaser .term-image-logo .field a, .components.component-view-ref .card-view_mode--teaser .card-image-logo .field a, .components.component-view-ref .card-view_mode--card .node-image-logo .field a, .components.component-view-ref .card-view_mode--card .term-image-logo .field a, .components.component-view-ref .card-view_mode--card .card-image-logo .field a {
      display: block;
      text-align: center; }
    .components.component-view-ref .node-view_mode--default .node-image-logo .field img, .components.component-view-ref .node-view_mode--default .term-image-logo .field img, .components.component-view-ref .node-view_mode--default .card-image-logo .field img, .components.component-view-ref .node-view_mode--teaser .node-image-logo .field img, .components.component-view-ref .node-view_mode--teaser .term-image-logo .field img, .components.component-view-ref .node-view_mode--teaser .card-image-logo .field img, .components.component-view-ref .node-view_mode--card .node-image-logo .field img, .components.component-view-ref .node-view_mode--card .term-image-logo .field img, .components.component-view-ref .node-view_mode--card .card-image-logo .field img, .components.component-view-ref .term-view_mode--default .node-image-logo .field img, .components.component-view-ref .term-view_mode--default .term-image-logo .field img, .components.component-view-ref .term-view_mode--default .card-image-logo .field img, .components.component-view-ref .term-view_mode--teaser .node-image-logo .field img, .components.component-view-ref .term-view_mode--teaser .term-image-logo .field img, .components.component-view-ref .term-view_mode--teaser .card-image-logo .field img, .components.component-view-ref .term-view_mode--card .node-image-logo .field img, .components.component-view-ref .term-view_mode--card .term-image-logo .field img, .components.component-view-ref .term-view_mode--card .card-image-logo .field img, .components.component-view-ref .card-view_mode--default .node-image-logo .field img, .components.component-view-ref .card-view_mode--default .term-image-logo .field img, .components.component-view-ref .card-view_mode--default .card-image-logo .field img, .components.component-view-ref .card-view_mode--teaser .node-image-logo .field img, .components.component-view-ref .card-view_mode--teaser .term-image-logo .field img, .components.component-view-ref .card-view_mode--teaser .card-image-logo .field img, .components.component-view-ref .card-view_mode--card .node-image-logo .field img, .components.component-view-ref .card-view_mode--card .term-image-logo .field img, .components.component-view-ref .card-view_mode--card .card-image-logo .field img {
      display: inline;
      max-width: 80%; }

.components.component-view-ref .node-view_mode--default .node-headings, .components.component-view-ref .node-view_mode--default .term-headings, .components.component-view-ref .node-view_mode--default .card-headings, .components.component-view-ref .node-view_mode--teaser .node-headings, .components.component-view-ref .node-view_mode--teaser .term-headings, .components.component-view-ref .node-view_mode--teaser .card-headings, .components.component-view-ref .node-view_mode--card .node-headings, .components.component-view-ref .node-view_mode--card .term-headings, .components.component-view-ref .node-view_mode--card .card-headings, .components.component-view-ref .term-view_mode--default .node-headings, .components.component-view-ref .term-view_mode--default .term-headings, .components.component-view-ref .term-view_mode--default .card-headings, .components.component-view-ref .term-view_mode--teaser .node-headings, .components.component-view-ref .term-view_mode--teaser .term-headings, .components.component-view-ref .term-view_mode--teaser .card-headings, .components.component-view-ref .term-view_mode--card .node-headings, .components.component-view-ref .term-view_mode--card .term-headings, .components.component-view-ref .term-view_mode--card .card-headings, .components.component-view-ref .card-view_mode--default .node-headings, .components.component-view-ref .card-view_mode--default .term-headings, .components.component-view-ref .card-view_mode--default .card-headings, .components.component-view-ref .card-view_mode--teaser .node-headings, .components.component-view-ref .card-view_mode--teaser .term-headings, .components.component-view-ref .card-view_mode--teaser .card-headings, .components.component-view-ref .card-view_mode--card .node-headings, .components.component-view-ref .card-view_mode--card .term-headings, .components.component-view-ref .card-view_mode--card .card-headings {
  padding: 0;
  margin-bottom: 1rem; }
  .components.component-view-ref .node-view_mode--default .node-headings .title, .components.component-view-ref .node-view_mode--default .term-headings .title, .components.component-view-ref .node-view_mode--default .card-headings .title, .components.component-view-ref .node-view_mode--teaser .node-headings .title, .components.component-view-ref .node-view_mode--teaser .term-headings .title, .components.component-view-ref .node-view_mode--teaser .card-headings .title, .components.component-view-ref .node-view_mode--card .node-headings .title, .components.component-view-ref .node-view_mode--card .term-headings .title, .components.component-view-ref .node-view_mode--card .card-headings .title, .components.component-view-ref .term-view_mode--default .node-headings .title, .components.component-view-ref .term-view_mode--default .term-headings .title, .components.component-view-ref .term-view_mode--default .card-headings .title, .components.component-view-ref .term-view_mode--teaser .node-headings .title, .components.component-view-ref .term-view_mode--teaser .term-headings .title, .components.component-view-ref .term-view_mode--teaser .card-headings .title, .components.component-view-ref .term-view_mode--card .node-headings .title, .components.component-view-ref .term-view_mode--card .term-headings .title, .components.component-view-ref .term-view_mode--card .card-headings .title, .components.component-view-ref .card-view_mode--default .node-headings .title, .components.component-view-ref .card-view_mode--default .term-headings .title, .components.component-view-ref .card-view_mode--default .card-headings .title, .components.component-view-ref .card-view_mode--teaser .node-headings .title, .components.component-view-ref .card-view_mode--teaser .term-headings .title, .components.component-view-ref .card-view_mode--teaser .card-headings .title, .components.component-view-ref .card-view_mode--card .node-headings .title, .components.component-view-ref .card-view_mode--card .term-headings .title, .components.component-view-ref .card-view_mode--card .card-headings .title {
    margin-bottom: 1rem; }
  .components.component-view-ref .node-view_mode--default .node-headings .subtitle, .components.component-view-ref .node-view_mode--default .term-headings .subtitle, .components.component-view-ref .node-view_mode--default .card-headings .subtitle, .components.component-view-ref .node-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .node-view_mode--teaser .term-headings .subtitle, .components.component-view-ref .node-view_mode--teaser .card-headings .subtitle, .components.component-view-ref .node-view_mode--card .node-headings .subtitle, .components.component-view-ref .node-view_mode--card .term-headings .subtitle, .components.component-view-ref .node-view_mode--card .card-headings .subtitle, .components.component-view-ref .term-view_mode--default .node-headings .subtitle, .components.component-view-ref .term-view_mode--default .term-headings .subtitle, .components.component-view-ref .term-view_mode--default .card-headings .subtitle, .components.component-view-ref .term-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .term-view_mode--teaser .term-headings .subtitle, .components.component-view-ref .term-view_mode--teaser .card-headings .subtitle, .components.component-view-ref .term-view_mode--card .node-headings .subtitle, .components.component-view-ref .term-view_mode--card .term-headings .subtitle, .components.component-view-ref .term-view_mode--card .card-headings .subtitle, .components.component-view-ref .card-view_mode--default .node-headings .subtitle, .components.component-view-ref .card-view_mode--default .term-headings .subtitle, .components.component-view-ref .card-view_mode--default .card-headings .subtitle, .components.component-view-ref .card-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .card-view_mode--teaser .term-headings .subtitle, .components.component-view-ref .card-view_mode--teaser .card-headings .subtitle, .components.component-view-ref .card-view_mode--card .node-headings .subtitle, .components.component-view-ref .card-view_mode--card .term-headings .subtitle, .components.component-view-ref .card-view_mode--card .card-headings .subtitle {
    font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 400; }

.components.component-view-ref .node-view_mode--default .node-footer, .components.component-view-ref .node-view_mode--default .term-footer, .components.component-view-ref .node-view_mode--default .card-footer, .components.component-view-ref .node-view_mode--teaser .node-footer, .components.component-view-ref .node-view_mode--teaser .term-footer, .components.component-view-ref .node-view_mode--teaser .card-footer, .components.component-view-ref .node-view_mode--card .node-footer, .components.component-view-ref .node-view_mode--card .term-footer, .components.component-view-ref .node-view_mode--card .card-footer, .components.component-view-ref .term-view_mode--default .node-footer, .components.component-view-ref .term-view_mode--default .term-footer, .components.component-view-ref .term-view_mode--default .card-footer, .components.component-view-ref .term-view_mode--teaser .node-footer, .components.component-view-ref .term-view_mode--teaser .term-footer, .components.component-view-ref .term-view_mode--teaser .card-footer, .components.component-view-ref .term-view_mode--card .node-footer, .components.component-view-ref .term-view_mode--card .term-footer, .components.component-view-ref .term-view_mode--card .card-footer, .components.component-view-ref .card-view_mode--default .node-footer, .components.component-view-ref .card-view_mode--default .term-footer, .components.component-view-ref .card-view_mode--default .card-footer, .components.component-view-ref .card-view_mode--teaser .node-footer, .components.component-view-ref .card-view_mode--teaser .term-footer, .components.component-view-ref .card-view_mode--teaser .card-footer, .components.component-view-ref .card-view_mode--card .node-footer, .components.component-view-ref .card-view_mode--card .term-footer, .components.component-view-ref .card-view_mode--card .card-footer {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  background-color: transparent; }
  .components.component-view-ref .node-view_mode--default .node-footer .goto::after, .components.component-view-ref .node-view_mode--default .term-footer .goto::after, .components.component-view-ref .node-view_mode--default .card-footer .goto::after, .components.component-view-ref .node-view_mode--teaser .node-footer .goto::after, .components.component-view-ref .node-view_mode--teaser .term-footer .goto::after, .components.component-view-ref .node-view_mode--teaser .card-footer .goto::after, .components.component-view-ref .node-view_mode--card .node-footer .goto::after, .components.component-view-ref .node-view_mode--card .term-footer .goto::after, .components.component-view-ref .node-view_mode--card .card-footer .goto::after, .components.component-view-ref .term-view_mode--default .node-footer .goto::after, .components.component-view-ref .term-view_mode--default .term-footer .goto::after, .components.component-view-ref .term-view_mode--default .card-footer .goto::after, .components.component-view-ref .term-view_mode--teaser .node-footer .goto::after, .components.component-view-ref .term-view_mode--teaser .term-footer .goto::after, .components.component-view-ref .term-view_mode--teaser .card-footer .goto::after, .components.component-view-ref .term-view_mode--card .node-footer .goto::after, .components.component-view-ref .term-view_mode--card .term-footer .goto::after, .components.component-view-ref .term-view_mode--card .card-footer .goto::after, .components.component-view-ref .card-view_mode--default .node-footer .goto::after, .components.component-view-ref .card-view_mode--default .term-footer .goto::after, .components.component-view-ref .card-view_mode--default .card-footer .goto::after, .components.component-view-ref .card-view_mode--teaser .node-footer .goto::after, .components.component-view-ref .card-view_mode--teaser .term-footer .goto::after, .components.component-view-ref .card-view_mode--teaser .card-footer .goto::after, .components.component-view-ref .card-view_mode--card .node-footer .goto::after, .components.component-view-ref .card-view_mode--card .term-footer .goto::after, .components.component-view-ref .card-view_mode--card .card-footer .goto::after {
    content: "arrow_forward";
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 1.5;
    padding-left: 0.5rem; }

.components.component-view-ref .node-view_mode--default:last-of-type .node-container::after, .components.component-view-ref .node-view_mode--default:last-of-type .term-container::after, .components.component-view-ref .node-view_mode--default:last-of-type .card-container::after, .components.component-view-ref .node-view_mode--teaser:last-of-type .node-container::after, .components.component-view-ref .node-view_mode--teaser:last-of-type .term-container::after, .components.component-view-ref .node-view_mode--teaser:last-of-type .card-container::after, .components.component-view-ref .node-view_mode--card:last-of-type .node-container::after, .components.component-view-ref .node-view_mode--card:last-of-type .term-container::after, .components.component-view-ref .node-view_mode--card:last-of-type .card-container::after, .components.component-view-ref .term-view_mode--default:last-of-type .node-container::after, .components.component-view-ref .term-view_mode--default:last-of-type .term-container::after, .components.component-view-ref .term-view_mode--default:last-of-type .card-container::after, .components.component-view-ref .term-view_mode--teaser:last-of-type .node-container::after, .components.component-view-ref .term-view_mode--teaser:last-of-type .term-container::after, .components.component-view-ref .term-view_mode--teaser:last-of-type .card-container::after, .components.component-view-ref .term-view_mode--card:last-of-type .node-container::after, .components.component-view-ref .term-view_mode--card:last-of-type .term-container::after, .components.component-view-ref .term-view_mode--card:last-of-type .card-container::after, .components.component-view-ref .card-view_mode--default:last-of-type .node-container::after, .components.component-view-ref .card-view_mode--default:last-of-type .term-container::after, .components.component-view-ref .card-view_mode--default:last-of-type .card-container::after, .components.component-view-ref .card-view_mode--teaser:last-of-type .node-container::after, .components.component-view-ref .card-view_mode--teaser:last-of-type .term-container::after, .components.component-view-ref .card-view_mode--teaser:last-of-type .card-container::after, .components.component-view-ref .card-view_mode--card:last-of-type .node-container::after, .components.component-view-ref .card-view_mode--card:last-of-type .term-container::after, .components.component-view-ref .card-view_mode--card:last-of-type .card-container::after {
  content: none; }

.components.component-view-ref .node-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .term-view_mode--teaser .node-headings .subtitle, .components.component-view-ref .card-view_mode--teaser .node-headings .subtitle {
  font-size: 1.125rem;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.components.component-socialbanner > .wrapper .component-row .component-col-content .body {
  margin-bottom: 1rem; }

.components.component-socialbanner > .wrapper .component-row .component-col-aside .social-links .field--name-field-social-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.components.component-socialbanner > .wrapper .component-row .component-col-aside .social-links .field__items .field__item {
  margin-left: 1rem; }
  .components.component-socialbanner > .wrapper .component-row .component-col-aside .social-links .field__items .field__item:first-child {
    margin-left: 0; }

@media (min-width: 1200px) {
  .components.component-socialbanner > .wrapper .component-row > * {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .components.component-socialbanner > .wrapper .component-row .component-col-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .components.component-socialbanner > .wrapper .component-row .component-col-aside {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

.components.component-socialbanner .title, .components.component-socialbanner .subtitle {
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600; }

.components.component-socialbanner .title {
  font-size: 21px; }

.components.component-socialbanner .subtitle {
  font-size: 18px; }

@media (min-width: 1200px) {
  .components.component-socialbanner.layout-right > .wrapper .component-row .component-col-content {
    text-align: right; }
  .components.component-socialbanner.layout-right > .wrapper .component-row .social-links .field--name-field-social-links {
    justify-content: flex-start; }
  .components.component-socialbanner.layout-right > .wrapper .component-row .social-links .field__items .field__item {
    margin-left: 0;
    margin-right: 1rem; }
    .components.component-socialbanner.layout-right > .wrapper .component-row .social-links .field__items .field__item:last-child {
      margin-right: 0; } }

/** Modals */
.modal-content {
  background-color: #000;
  color: #fff; }
  .modal-content a {
    color: #fff; }

.modal-header {
  border-color: #41414a; }
  .modal-header .close {
    color: #dc3545; }

.modal-body .social-sharing-buttons__button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 2rem 0 0; }
  .modal-body .social-sharing-buttons__button:last-child {
    margin-right: 0; }

.modal-footer {
  border-color: #41414a; }

.contact-message-user-action-form .close {
  float: none;
  opacity: 1;
  background-position: top center;
  background-image: none;
  background-color: transparent;
  color: #000;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2rem;
  font-weight: 400;
  display: flex;
  height: auto;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  padding: 0;
  margin: 0 0 0 auto;
  text-align: center;
  text-shadow: none;
  text-indent: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .contact-message-user-action-form .close::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "close";
    font-size: 2rem;
    color: #725f74;
    background-color: transparent; }
  .contact-message-user-action-form .close:hover, .contact-message-user-action-form .close:focus, .contact-message-user-action-form .close:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border: 0 none transparent;
    box-shadow: none; }
    .contact-message-user-action-form .close:hover::before, .contact-message-user-action-form .close:focus::before, .contact-message-user-action-form .close:active::before {
      color: #fff;
      background-color: #725f74;
      opacity: 1 !important; }

.contact-message-user-action-form .modal-header {
  border-color: transparent; }

.contact-message-user-action-form .modal-content {
  background-color: transparent;
  border-color: transparent; }

.contact-message-user-action-form .modal-body {
  padding: 0; }

.block-local-tasks-block {
  background-color: #fff; }
  @media (min-width: 1200px) {
    .block-local-tasks-block {
      position: absolute;
      left: 0;
      z-index: 100; } }
  .block-local-tasks-block > .container {
    max-width: 100%; }
  .block-local-tasks-block .tabs {
    margin: 0; }
    .block-local-tasks-block .tabs ul.tabs {
      list-style: none;
      padding-left: 0;
      border-bottom: 0;
      display: flex;
      flex-wrap: wrap; }
      .block-local-tasks-block .tabs ul.tabs > li {
        display: flex;
        margin-right: 0;
        flex-direction: row; }
        .block-local-tasks-block .tabs ul.tabs > li a {
          display: block;
          padding: 0.5rem 2rem 0.5rem 0;
          text-decoration: none;
          border: none;
          border-bottom-width: 0;
          border-radius: 0;
          font-size: 1rem;
          color: #41414a; }
          .block-local-tasks-block .tabs ul.tabs > li a.is-active {
            background-color: transparent;
            color: #725f74;
            border-color: transparent;
            text-decoration: underline; }
          .block-local-tasks-block .tabs ul.tabs > li a:focus, .block-local-tasks-block .tabs ul.tabs > li a:hover {
            text-decoration: underline; }
    .block-local-tasks-block .tabs [dir="rtl"] > li {
      margin-right: 0;
      margin-left: 0.3em; }

.block#block-sitebranding .site-logo {
  display: block; }
  .block#block-sitebranding .site-logo > img {
    width: 6.5rem; }
    @media (min-width: 1200px) {
      .block#block-sitebranding .site-logo > img {
        width: 6.5rem; } }

#HeaderNavbar.navbar {
  padding: 0;
  height: calc(8.5rem - 1px);
  transition: height 0.35s ease; }
  @media (max-width: 1199.98px) {
    #HeaderNavbar.navbar {
      height: 4.5rem;
      flex-wrap: wrap; } }
  #HeaderNavbar.navbar.scroll {
    height: 4.5rem; }
    @media (min-width: 1200px) {
      #HeaderNavbar.navbar.scroll .navbar-nav .nav-item .nav-link, #HeaderNavbar.navbar.scroll .navbar-nav .nav-item .language-link {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    #HeaderNavbar.navbar.scroll .navbar-nav .nav-item .dropdown-menu {
      top: 4.5rem; }
  #HeaderNavbar.navbar .block-system-branding-block {
    padding: 15px 0; }
    #HeaderNavbar.navbar .block-system-branding-block a.site-logo > img {
      transition: all 0.2s ease-in-out;
      min-width: 200px; }
      @media (max-width: 1199.98px) {
        #HeaderNavbar.navbar .block-system-branding-block a.site-logo > img {
          width: 200px; } }
  #HeaderNavbar.navbar .navbar-collapse.collapse:not(.show) {
    display: none; }
  #HeaderNavbar.navbar .navbar-toggler {
    font-size: 1rem; }
    #HeaderNavbar.navbar .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' fill-rule='nonzero' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3e%3c/svg%3e"); }
    #HeaderNavbar.navbar .navbar-toggler.collapsed .navbar-toggler {
      margin: auto -0.8rem; }
      #HeaderNavbar.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpath fill='%23fff' fill-rule='nonzero' d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3e%3c/svg%3e"); }
  @media (min-width: 1200px) {
    #HeaderNavbar.navbar .navbar-container nav.navigation#block-mainnavigation > ul.navbar-nav .nav-link .link-label {
      font-weight: 600;
      white-space: nowrap; }
    #HeaderNavbar.navbar .navbar-container nav.navigation#block-mainnavigation > ul.navbar-nav > .nav-link {
      padding: 3.5rem 0; } }
  @media (max-width: 1199.98px) {
    #HeaderNavbar.navbar .navbar-container nav.navigation {
      padding: 0 1.5rem;
      margin-bottom: 1rem; }
      #HeaderNavbar.navbar .navbar-container nav.navigation > ul.navbar-nav {
        border-bottom: 1px solid #41414a; }
        #HeaderNavbar.navbar .navbar-container nav.navigation > ul.navbar-nav > .nav-item > .nav-link .link-label {
          font-weight: 600; } }
  #HeaderNavbar.navbar .navbar-nav .nav-item {
    color: #000; }
    #HeaderNavbar.navbar .navbar-nav .nav-item:hover, #HeaderNavbar.navbar .navbar-nav .nav-item:focus, #HeaderNavbar.navbar .navbar-nav .nav-item:active {
      color: #725f74; }
    @media (min-width: 1200px) {
      #HeaderNavbar.navbar .navbar-nav .nav-item {
        padding: 0; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .nav-link, #HeaderNavbar.navbar .navbar-nav .nav-item .language-link {
          padding: 3.5rem 0.5rem; } }
    #HeaderNavbar.navbar .navbar-nav .nav-item .nav-link {
      font-size: 1.125rem; }
    #HeaderNavbar.navbar .navbar-nav .nav-item .language-link {
      font-size: 1rem;
      display: block;
      text-transform: uppercase; }
      #HeaderNavbar.navbar .navbar-nav .nav-item .language-link.is-active {
        text-decoration: underline;
        color: #725f74; }
    #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:hover, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:focus, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:active {
      color: #725f74; }
      @media (min-width: 1200px) {
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:hover, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:focus, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown.show:active {
          border-bottom-color: #725f74; } }
    #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu {
      position: static;
      float: none;
      padding: 0;
      background-color: inherit;
      color: inherit; }
      @media (min-width: 1200px) {
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu {
          position: absolute;
          background-color: transparent;
          top: 8.5rem;
          padding-top: 1.5rem;
          min-width: auto;
          overflow: hidden; } }
      #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
        background-color: inherit; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
          background-color: transparent; }
          #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover, #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:focus {
            color: #725f74; }
          @media (min-width: 1200px) {
            #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
              white-space: nowrap;
              padding: 0.5rem 0; } }
          @media (max-width: 1199.98px) {
            #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
              color: #3e332d; } }
    #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-direction: row;
      background-color: inherit;
      text-decoration: none; }
      #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle::after {
        content: none; }
      #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle.link-icon {
        background-color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 1rem; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle.link-icon:before {
          content: "expand_more";
          font-family: "Material Icons";
          font-weight: normal;
          font-style: normal;
          font-size: 24px;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          /* Support for all WebKit browsers. */
          -webkit-font-smoothing: antialiased;
          /* Support for Safari and Chrome. */
          text-rendering: optimizeLegibility;
          /* Support for Firefox. */
          -moz-osx-font-smoothing: grayscale;
          /* Support for IE. */
          font-feature-settings: 'liga';
          font-size: 1.125rem;
          font-weight: 600; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle.link-icon.rotate:before {
          content: "expand_less"; }
        @media (min-width: 1200px) {
          #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle.link-icon {
            display: none; } }
      #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-toggle .link-label {
        flex: 1;
        display: flex;
        align-items: center;
        background-color: inherit; }
    @media (max-width: 1199.98px) {
      #HeaderNavbar.navbar .navbar-nav .nav-item {
        display: flex;
        flex-wrap: wrap; }
        #HeaderNavbar.navbar .navbar-nav .nav-item a.nav-link {
          flex-grow: 1; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .link-icon {
          padding: 0 1rem; }
        #HeaderNavbar.navbar .navbar-nav .nav-item .dropdown-menu {
          flex-basis: 100%; } }
  #HeaderNavbar.navbar .navbar-nav .nav-link {
    display: block;
    padding: 0;
    text-decoration: none;
    color: inherit; }
    #HeaderNavbar.navbar .navbar-nav .nav-link:hover, #HeaderNavbar.navbar .navbar-nav .nav-link:focus {
      text-decoration: none; }
    #HeaderNavbar.navbar .navbar-nav .nav-link .link-label {
      white-space: nowrap; }
    @media (max-width: 1199.98px) {
      #HeaderNavbar.navbar .navbar-nav .nav-link .link-label {
        padding: 1rem 0;
        display: inline-block; } }

#HeaderNavbar #CollapseNavBars {
  background-color: transparent;
  display: block; }
  #HeaderNavbar #CollapseNavBars > .wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  @media (max-width: 1199.98px) {
    #HeaderNavbar #CollapseNavBars {
      background-color: #fff;
      height: calc(100vh - 4.5rem);
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      overflow-y: auto; }
      #HeaderNavbar #CollapseNavBars > .wrapper {
        flex-direction: column-reverse; } }
  #HeaderNavbar #CollapseNavBars.collapse:not(.show) {
    display: none; }

#HeaderNavbar #ContentNavBar {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 1200px) {
    #HeaderNavbar #ContentNavBar {
      flex-grow: 1;
      flex-direction: row;
      justify-content: flex-end;
      width: auto;
      padding: 0 1rem; } }
  @media (min-width: 1200px) {
    #HeaderNavbar #ContentNavBar .block-menu {
      flex-grow: 1;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    #HeaderNavbar #ContentNavBar .block-menu > .navbar-nav {
      flex-grow: 1;
      display: flex;
      justify-content: flex-end; } }
  @media (min-width: 1200px) {
    #HeaderNavbar #ContentNavBar .block-menu > .navbar-nav > .nav-item {
      display: flex;
      align-items: center;
      position: relative;
      border-bottom: 1px solid transparent;
      margin-left: 1rem;
      margin-right: 1rem; }
      #HeaderNavbar #ContentNavBar .block-menu > .navbar-nav > .nav-item:hover, #HeaderNavbar #ContentNavBar .block-menu > .navbar-nav > .nav-item:focus {
        color: #725f74;
        border-bottom-color: #725f74; } }
  #HeaderNavbar #ContentNavBar .block-menu.menu--main, #HeaderNavbar #ContentNavBar .block-menu.menu--corporate {
    background-color: inherit; }
  #HeaderNavbar #ContentNavBar .block-menu.menu--main {
    flex: 1 1 auto; }
  #HeaderNavbar #ContentNavBar .block-menu.menu--corporate {
    flex: 0 1 auto; }

#HeaderNavbar #ToolsNavBar {
  display: flex;
  flex-direction: row; }
  @media (min-width: 1200px) {
    #HeaderNavbar #ToolsNavBar {
      flex-direction: row-reverse; } }
  @media (max-width: 1199.98px) {
    #HeaderNavbar #ToolsNavBar {
      width: 100%; }
      #HeaderNavbar #ToolsNavBar .block-language {
        display: flex;
        flex-grow: 1;
        background-color: transparent; }
        #HeaderNavbar #ToolsNavBar .block-language .navbar-nav {
          flex: 1;
          display: flex; }
          #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links {
            flex-direction: row;
            border: 0 none transparent;
            box-shadow: none;
            padding: 0;
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000;
            font-size: 0.85rem;
            font-weight: 400;
            width: 4.5rem; } }
        @media (max-width: 1199.98px) and (min-width: 1200px) {
          #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links {
            width: 3.5rem;
            background-color: transparent; } }
  @media (max-width: 1199.98px) {
            #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links:hover, #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links:focus {
              color: #725f74; }
            #HeaderNavbar #ToolsNavBar .block-language .navbar-nav.links::after {
              content: none; }
          #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item {
            flex-grow: 1; }
            #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item .language-link {
              border: 0 none transparent;
              background-color: transparent;
              padding: 1rem 0;
              flex: 1;
              display: flex;
              justify-content: space-around; }
              #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item .language-link:hover {
                background-color: #e5e5e5;
                border: 0 none transparent; } }
  #HeaderNavbar #ToolsNavBar .block-dropdown-language {
    display: flex;
    flex: 0 0 auto;
    background-color: transparent; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown {
      flex: 1;
      display: flex; }
      #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle {
        background-color: #1d1d20;
        border: 0 none transparent;
        box-shadow: none;
        padding: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.85rem;
        font-weight: 400;
        width: 4.5rem; }
        @media (min-width: 1200px) {
          #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle {
            width: 3.5rem;
            background-color: transparent; } }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle:hover, #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle:focus {
          color: #725f74; }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropdown-toggle::after {
          content: none; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-toggle {
      display: none; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-widget {
      border: 0 none transparent;
      background-color: transparent;
      padding-right: 0;
      flex: 1;
      display: flex; }
      #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-widget:hover {
        border: 0 none transparent; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-action > * {
      padding: 0;
      white-space: nowrap; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton .secondary-action {
      border: 0 none transparent; }
    #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple {
      display: flex;
      background-color: transparent;
      flex: 1; }
      #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton {
        background-color: transparent;
        min-width: 100%;
        border: 0 none transparent;
        flex: 1;
        display: none; }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton.show {
          display: flex; }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropdown {
          flex: 1; }
          #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropdown-menu {
            top: 8.5rem; }
        #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action {
          display: none; }
          #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action > * {
            margin-right: 0;
            /* text-align: center; */
            display: flex;
            flex: 1;
            justify-content: center;
            align-items: center;
            height: 100%; }
          #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action {
            font-size: 1rem;
            display: flex !important;
            padding: 0;
            width: 100%;
            white-space: normal;
            color: #fff;
            background-color: #000;
            flex: 1;
            flex-basis: 3.5rem;
            height: 3.5rem;
            text-align: center;
            justify-content: center;
            align-items: center; }
            #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action:hover, #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action:focus {
              color: #fff;
              background-color: #725f74;
              text-decoration: none; }
            @media (max-width: 1199.98px) {
              #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action {
                height: 4.5rem; } }
            #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action a {
              color: inherit;
              background-color: inherit; }
              #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action a:hover, #HeaderNavbar #ToolsNavBar .block-dropdown-language .dropbutton-multiple .dropbutton .dropbutton-action.secondary-action a:focus {
                color: inherit;
                background-color: inherit;
                text-decoration: none; }
  #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item {
    position: relative; }
    #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item:after {
      content: '';
      border-right: 1px solid #636363;
      position: absolute;
      right: 0;
      top: 50%;
      height: 1.2rem;
      transform: translateY(-50%);
      opacity: .2; }
    #HeaderNavbar #ToolsNavBar .block-language .navbar-nav .nav-item:last-child:after {
      display: none; }
  #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler {
    background-color: transparent;
    border: 0 none;
    text-transform: uppercase;
    outline: none;
    width: 8.5rem;
    height: 8.5rem;
    color: #725f74;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    z-index: auto;
    display: none; }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler:hover {
      background-color: #725f74;
      color: #000; }
    @media (min-width: 1200px) {
      #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler {
        display: block; } }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler .-icon-open {
      display: block;
      transform: scaleX(-1); }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler .search-toggler .-icon-close {
      display: none; }
  #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler.show {
    z-index: 1; }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler.show .search-toggler .-icon-open {
      display: none; }
    #HeaderNavbar #ToolsNavBar .block-block-content#block-searchformtoggler.show .search-toggler .-icon-close {
      display: block; }
  @media (min-width: 1200px) {
    #HeaderNavbar #ToolsNavBar .block-block-content#block-seachfrom_mobile {
      display: none; } }
  #HeaderNavbar #ToolsNavBar button.searchform-toggler {
    background-color: transparent;
    border: 0 none;
    text-transform: uppercase;
    outline: none !important;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    margin: auto;
    color: #725f74;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    z-index: auto;
    display: none; }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler:hover {
      background-color: #725f74;
      color: #000; }
    @media (min-width: 1200px) {
      #HeaderNavbar #ToolsNavBar button.searchform-toggler {
        display: block; } }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler .icon-open {
      display: none; }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler .icon-close {
      display: block; }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler.collapsed .icon-open {
      display: block; }
    #HeaderNavbar #ToolsNavBar button.searchform-toggler.collapsed .icon-close {
      display: none; }
    @media (max-width: 1199.98px) {
      #HeaderNavbar #ToolsNavBar button.searchform-toggler {
        display: none; } }

.menu.social-channels {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .menu.social-channels {
      justify-content: space-between; } }
  .menu.social-channels .menu-item {
    padding: 0 1rem 0 0; }
    @media (max-width: 767.98px) {
      .menu.social-channels .menu-item {
        margin-bottom: 1rem; } }
    @media (min-width: 1200px) {
      .menu.social-channels .menu-item {
        padding: 0;
        margin-left: 1rem; } }

.social-icon {
  display: block;
  height: 60px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .8; }
  .social-icon.icon-behance {
    background-image: url("../images/social/behance.svg"); }
  .social-icon.icon-facebook {
    background-image: url("../images/social/facebook.svg"); }
  .social-icon.icon-github {
    background-image: url("../images/social/github.svg"); }
  .social-icon.icon-instagram {
    background-image: url("../images/social/instagram.svg"); }
  .social-icon.icon-linkedin {
    background-image: url("../images/social/linkedin.svg"); }
  .social-icon.icon-pinterest {
    background-image: url("../images/social/pinterest.svg"); }
  .social-icon.icon-rss-feed {
    background-image: url("../images/social/rss-feed.svg"); }
  .social-icon.icon-share {
    background-image: url("../images/social/share.svg"); }
  .social-icon.icon-snapchat {
    background-image: url("../images/social/snapchat.svg"); }
  .social-icon.icon-twitter {
    background-image: url("../images/social/twitter.svg"); }
  .social-icon.icon-vimeo {
    background-image: url("../images/social/vimeo.svg"); }
  .social-icon.icon-wineplatform {
    background-image: url("../images/social/wineplatform.svg"); }
  .social-icon.icon-youtube {
    background-image: url("../images/social/youtube.svg"); }
  .social-icon:hover {
    opacity: 1; }

.region-breadcrumbs {
  padding: .8rem 0;
  display: none;
  background-color: #1d1d20; }

nav.breadcrumb-container ol.breadcrumb-group {
  margin: 0;
  padding-left: 0;
  display: flex;
  list-style: none; }
  nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item {
    margin: auto 0;
    font-size: .8rem;
    line-height: 1.5rem;
    color: #7b7b84; }
    nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item a {
      color: #fff; }
      nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item a .material-icons {
        display: block;
        margin: auto 0;
        font-size: 1.3rem; }
      nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item a.link-item-0:hover {
        text-decoration: none; }
    nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item + .breadcrumb-item {
      padding-left: 1rem; }
      nav.breadcrumb-container ol.breadcrumb-group li.breadcrumb-item + .breadcrumb-item:before {
        padding-right: 1rem;
        content: 'chevron_right';
        font-family: "Material Icons";
        color: #fff; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #000;
  color: #fff; }

.region.theme-primary {
  background-color: #000;
  color: #fff; }
  .region.theme-primary a {
    color: #fff; }
    .region.theme-primary a:hover, .region.theme-primary a:focus, .region.theme-primary a:active {
      color: #ebe7eb; }
  .region.theme-primary .muted {
    color: #bfbfbf; }

.region.theme-black {
  background-color: #000;
  color: #fff; }
  .region.theme-black a {
    color: #fff; }
    .region.theme-black a:hover, .region.theme-black a:focus, .region.theme-black a:active {
      color: #ebe7eb; }
  .region.theme-black .muted {
    color: #bfbfbf; }

.region.theme-dark {
  background-color: #333333;
  color: #fff; }
  .region.theme-dark a {
    color: #fff; }
    .region.theme-dark a:hover, .region.theme-dark a:focus, .region.theme-dark a:active {
      color: #ebe7eb; }
  .region.theme-dark .muted {
    color: #bfbfbf; }

.region.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light {
  background-color: #e5e3e3;
  color: #000; }
  .region.theme-mid a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a {
    color: #000; }
    .region.theme-mid a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:hover, .region.theme-mid a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:focus, .region.theme-mid a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:active {
      color: #ebe7eb; }
  .region.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .muted {
    color: #bfbfbf; }

.region.theme-light {
  background-color: #e8e8e8;
  color: #000; }
  .region.theme-light a {
    color: #000; }
    .region.theme-light a:hover, .region.theme-light a:focus, .region.theme-light a:active {
      color: #ebe7eb; }
  .region.theme-light .muted {
    color: #bfbfbf; }

.region.theme-secondary {
  background-color: #fff;
  color: #000; }
  .region.theme-secondary a {
    color: #000; }
    .region.theme-secondary a:hover, .region.theme-secondary a:focus, .region.theme-secondary a:active {
      color: #ebe7eb; }
  .region.theme-secondary .muted {
    color: #bfbfbf; }

.region.theme-featured {
  background-color: #ab9159;
  color: #fff; }
  .region.theme-featured a {
    color: #fff; }
    .region.theme-featured a:hover, .region.theme-featured a:focus, .region.theme-featured a:active {
      color: #000; }
  .region.theme-featured .muted {
    color: #bfbfbf; }

.region.theme-corporate {
  background-color: #725f74;
  color: #fff; }
  .region.theme-corporate a {
    color: #fff; }
    .region.theme-corporate a:hover, .region.theme-corporate a:focus, .region.theme-corporate a:active {
      color: #ab9159; }
  .region.theme-corporate .muted {
    color: #bfbfbf; }

.region.theme-transparent {
  background-color: transparent;
  color: #fff; }
  .region.theme-transparent a {
    color: #fff; }
    .region.theme-transparent a:hover, .region.theme-transparent a:focus, .region.theme-transparent a:active {
      color: #ebe7eb; }
  .region.theme-transparent .muted {
    color: #bfbfbf; }

body.maintenance-page header {
  margin: 1rem 0; }
  body.maintenance-page header > a > img {
    max-width: 9rem; }
  body.maintenance-page header .name-and-slogan {
    display: none; }

body.maintenance-page a {
  color: #fff;
  text-decoration: underline; }

body.maintenance-page main {
  top: 0; }
  body.maintenance-page main > .progress {
    height: auto;
    display: block;
    line-height: inherit;
    padding: 1rem;
    background-color: transparent;
    overflow: auto; }

.region-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.95); }
  .region-header::before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: 0;
    top: 8.5rem;
    left: 0;
    right: 0;
    background-color: #1d1d20;
    transition: all 0.2s ease-in-out;
    z-index: -1; }
  .region-header:hover {
    background-color: #fff; }
  .region-header:before {
    background-color: #fff; }
  .region-header.show-bg {
    box-shadow: 0 0 10px #0d0d0d; }
  .region-header.show-bg, .region-header.show-backlayer {
    background-color: #fff; }
  .region-header.show-backlayer::before {
    height: calc(100vh); }
    @media (min-width: 992px) {
      .region-header.show-backlayer::before {
        height: calc(50vh); } }
  .region-header > .container-fluid > .row, .region-header > .container-sm > .row, .region-header > .container-md > .row, .region-header > .container-lg > .row, .region-header > .container-xl > .row, .region-header > .container-xxl > .row, .region-header > .container-xxxl > .row {
    margin: 0 auto; }
  .region-header.scroll::before {
    top: calc(4.5rem + 1px); }

body.gin--horizontal-toolbar .region-header {
  top: 54px; }
  @media (max-width: 991.98px) {
    body.gin--horizontal-toolbar .region-header {
      top: 39px; } }
  @media (max-width: 991.98px) {
    body.gin--horizontal-toolbar .region-header {
      top: 39px; } }

body.gin--horizontal-toolbar main #SearchForm {
  top: 54px; }
  @media (max-width: 991.98px) {
    body.gin--horizontal-toolbar main #SearchForm {
      top: 39px; } }
  @media (max-width: 991.98px) {
    body.gin--horizontal-toolbar main #SearchForm {
      top: 39px; } }

.region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
  height: calc(100vh - 3.3rem);
  padding: 6rem 0; }
  .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline {
    border-bottom: 1px solid #7b7b84; }
    .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline:hover, .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline:focus, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline:hover, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch form .form--inline:focus {
      border-bottom-color: #fff; }
  .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile {
    flex: 1 0 auto; }
    .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile form .form--inline, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile form .form--inline {
      background-color: #000; }
    .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile form .form-type-textfield input.form-text, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile form .form-type-textfield input.form-text {
      padding-left: 1.5rem; }
    @media (min-width: 1200px) {
      .region-header .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile, .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch-mobile {
        display: none; } }

main #SearchForm {
  position: fixed;
  z-index: 5;
  padding-top: 0;
  bottom: 0;
  width: 100%;
  top: 8.5rem; }
  main #SearchForm.scroll {
    top: 4.5rem; }

.region-facets .search-advanced-toggler {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .region-facets .search-advanced-toggler .btn, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit {
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600; }
    .region-facets .search-advanced-toggler .btn > span .material-icons, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit > span .material-icons, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit > span .material-icons {
      font-size: 0.875rem;
      vertical-align: baseline; }
    .region-facets .search-advanced-toggler .btn:hover, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit:hover, .region-facets .search-advanced-toggler .btn:focus, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit:focus, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit:focus, .region-facets .search-advanced-toggler .btn:active, .region-facets .search-advanced-toggler .path-user #auth_box #middle_part #edit-submit:active, .path-user #auth_box #middle_part .region-facets .search-advanced-toggler #edit-submit:active {
      text-decoration: none; }

.region-facets .search-advanced-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .region-facets .search-advanced-content .facets-group {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .region-facets .search-advanced-content .facets-group-primary h3 {
      font-size: 1.125rem;
      margin-bottom: 0; }
    .region-facets .search-advanced-content .facets-group-actions .btn, .region-facets .search-advanced-content .facets-group-actions .path-user #auth_box #middle_part #edit-submit, .path-user #auth_box #middle_part .region-facets .search-advanced-content .facets-group-actions #edit-submit {
      padding: 0.875rem 1.25rem;
      font-size: 0.875rem;
      text-transform: uppercase; }

.region-facets.theme-light .search-advanced-content {
  border-color: #000; }

.region-footer .wrapper {
  background-color: transparent;
  color: inherit;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.region-footer .nav {
  flex-direction: column; }
  .region-footer .nav-link {
    padding: 0;
    color: inherit;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal; }
    .region-footer .nav-link:hover, .region-footer .nav-link:focus {
      text-decoration: underline; }

.region-footer #block-smarg-cws-sitebranding-footer, .region-footer #block-smarg-cws-colophon, .region-footer #block-smarg-cws-privacylinks, .region-footer #block-smarg-cws-footer, .region-footer #block-smarg-cws-mainnavigation-footer, .region-footer #block-smarg-cws-corporate-footer, .region-footer #block-smarg-cws-socialchannels {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5rem; }

@media (min-width: 1200px) {
  .region-footer #block-smarg-cws-sitebranding-footer, .region-footer #block-smarg-cws-colophon, .region-footer #block-smarg-cws-footer, .region-footer #block-smarg-cws-mainnavigation-footer, .region-footer #block-smarg-cws-corporate-footer {
    flex: 0 0 50%;
    max-width: 50%; } }

.region-footer #block-smarg-cws-sitebranding-footer {
  margin: 2rem 0;
  font-size: 1.5rem;
  line-height: 1.5; }

.region-footer #block-smarg-cws-footer .navbar-nav {
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 6rem; }
  @media (max-width: 1439.98px) {
    .region-footer #block-smarg-cws-footer .navbar-nav {
      max-height: unset; } }

.region-footer #block-smarg-cws-footer .nav-link {
  padding: 1rem 0 0; }
  .region-footer #block-smarg-cws-footer .nav-link:hover, .region-footer #block-smarg-cws-footer .nav-link:focus {
    color: #e5e5e5;
    text-decoration: none; }

.region-footer #block-smarg-cws-colophon {
  font-size: 0.75rem;
  line-height: 1.8; }
  .region-footer #block-smarg-cws-colophon p:last-child {
    margin-bottom: 0; }

.region-footer #block-smarg-cws-privacylinks {
  color: #bbbbbc;
  padding-bottom: 2rem; }
  @media (min-width: 1200px) {
    .region-footer #block-smarg-cws-privacylinks {
      order: 3;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
      display: flex;
      align-items: center;
      padding-bottom: 0; } }
  .region-footer #block-smarg-cws-privacylinks .nav-link {
    padding: 0.75rem 0;
    font-size: 0.75rem;
    color: #bbbbbc;
    text-decoration: underline; }
    .region-footer #block-smarg-cws-privacylinks .nav-link:hover, .region-footer #block-smarg-cws-privacylinks .nav-link:focus {
      color: #e5e5e5; }
  @media (min-width: 1200px) {
    .region-footer #block-smarg-cws-privacylinks .nav {
      flex-direction: row;
      justify-content: space-between;
      flex: 0 0 50%; } }

@media (min-width: 1200px) {
  .region-footer #block-smarg-cws-socialchannels {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 4;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

.region-footer #block-smarg-cws-socialchannels h6 {
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .region-footer #block-smarg-cws-socialchannels h6 {
      margin: 0; } }

.region.region-content {
  position: relative; }

.region-help {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: transparent;
  max-height: 50vh;
  max-width: 50vw;
  overflow-y: auto; }
  .region-help .message {
    padding: 0.5rem 0; }

.region-hidden {
  display: none !important; }

/** ¶ terms  **/
.term {
  /* theming */ }
  .term a:hover, .term a:focus, .term a:active {
    outline: transparent none 0; }
  .term-wrapper {
    width: 100%; }
  .term-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .term-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .term-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .term-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .term-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .term-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .term-container {
        max-width: 2400px; } }
    .term-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .term-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .term-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .term-headings, .term-body, .term-image, .term-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .term-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .term-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .term-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .term-headings .title {
          margin-bottom: 1.5rem; } }
      .term-headings .title .term-link {
        color: #fff;
        display: block;
        text-align: left; }
        .term-headings .title .term-link:hover, .term-headings .title .term-link:focus, .term-headings .title .term-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .term-headings .title .term-link:hover.term-term::after, .term-headings .title .term-link:focus.term-term::after, .term-headings .title .term-link:active.term-term::after {
            content: none; }
    .term-headings .subtitle {
      text-align: center; }
    .term-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .term-headings .summary {
          margin-bottom: 1.5rem; } }
    .term-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .term-headings .taglist .goto-term {
        background-color: #fff;
        color: #725f74;
        font-weight: 400; }
        .term-headings .taglist .goto-term::before {
          content: "# "; }
        .term-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #725f74 !important; }
  .term-cta {
    display: flex; }
    .term-cta .term-link .text-label {
      display: flex; }
    .term-cta .term-link.goto-term {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .term-cta .term-link.goto-term .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .term-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .term--type-article, .term--type-clientstory {
    background-color: #000; }
    .term--type-article .term-container, .term--type-clientstory .term-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .term--type-article .term-headings, .term--type-clientstory .term-headings {
      min-height: 0;
      display: block; }
      .term--type-article .term-headings .title, .term--type-clientstory .term-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .term--type-article .term-headings .subtitle, .term--type-clientstory .term-headings .subtitle {
        font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .term--type-article .term-image, .term--type-clientstory .term-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .term--type-article .term-image, .term--type-clientstory .term-image {
          margin-bottom: 5rem; } }
      .term--type-article .term-image img, .term--type-clientstory .term-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .term--type-article .term-body, .term--type-clientstory .term-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .term--type-article .term-body, .term--type-clientstory .term-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .term--type-page {
    background-color: #000; }
    .term--type-page .term-slider-container {
      position: relative; }
      .term--type-page .term-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .term--type-page .term-slider-container .scroller {
            padding: 3rem 0; } }
        .term--type-page .term-slider-container .scroller .row .col {
          text-align: center; }
      .term--type-page .term-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .term--type-page .term-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .term--type-page .term-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .term--type-page .term-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .term--type-page .term-slider-container .full-page-slider.owl-loaded .item .term {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .term--type-page .term-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .term--type-page .term-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .term--type-page .term-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .term--type-page .term-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .term--type-page .term-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .term--type-page .term-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .term--type-product .main-content-pointer {
    position: absolute; }
  .term-view_mode--teaser, .term-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .term-view_mode--teaser .term-container, .term-view_mode--card .term-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .term-view_mode--teaser .term-image, .term-view_mode--teaser .term-headings, .term-view_mode--teaser .term-body, .term-view_mode--teaser .term-footer, .term-view_mode--card .term-image, .term-view_mode--card .term-headings, .term-view_mode--card .term-body, .term-view_mode--card .term-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .term-view_mode--teaser .term-image, .term-view_mode--card .term-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .term-view_mode--teaser .term-image, .term-view_mode--card .term-image {
          margin-bottom: 5rem; } }
      .term-view_mode--teaser .term-image a, .term-view_mode--card .term-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .term-view_mode--teaser .term-image a:hover, .term-view_mode--teaser .term-image a:focus, .term-view_mode--teaser .term-image a:active, .term-view_mode--card .term-image a:hover, .term-view_mode--card .term-image a:focus, .term-view_mode--card .term-image a:active {
          opacity: 0.5; }
      .term-view_mode--teaser .term-image img, .term-view_mode--card .term-image img {
        width: 100%;
        height: auto;
        display: block; }
      .term-view_mode--teaser .term-image.-overlay, .term-view_mode--card .term-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .term-view_mode--teaser .term-image, .term-view_mode--teaser .term-image.-top, .term-view_mode--teaser .term-image.-bottom, .term-view_mode--card .term-image, .term-view_mode--card .term-image.-top, .term-view_mode--card .term-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .term-view_mode--teaser .term-image.-top, .term-view_mode--card .term-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .term-view_mode--teaser .term-image.-bottom, .term-view_mode--card .term-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .term-view_mode--teaser .term-headings .term-link, .term-view_mode--card .term-headings .term-link {
      color: unset;
      display: block;
      text-align: left; }
      .term-view_mode--teaser .term-headings .term-link:hover, .term-view_mode--teaser .term-headings .term-link:focus, .term-view_mode--teaser .term-headings .term-link:active, .term-view_mode--card .term-headings .term-link:hover, .term-view_mode--card .term-headings .term-link:focus, .term-view_mode--card .term-headings .term-link:active {
        color: unset;
        text-decoration: none; }
      .term-view_mode--teaser .term-headings .term-link .title, .term-view_mode--card .term-headings .term-link .title {
        color: inherit; }
      .term-view_mode--teaser .term-headings .term-link .subtitle, .term-view_mode--card .term-headings .term-link .subtitle {
        color: inherit; }
    .term-view_mode--teaser .term-headings .title, .term-view_mode--card .term-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .term-view_mode--teaser .term-headings .subtitle, .term-view_mode--card .term-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .term-view_mode--teaser .term-body, .term-view_mode--card .term-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .term-view_mode--teaser .term-body p:last-child, .term-view_mode--card .term-body p:last-child {
        margin-bottom: 0; }
  .term-view_mode--preview {
    background-color: #000; }
    .term-view_mode--preview .term-wrapper {
      padding-top: 3rem; }
      .term-view_mode--preview .term-wrapper .term-spacer.-borders:first-of-type {
        padding-top: 0; }
    .term-view_mode--preview .term-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .term-view_mode--preview .term-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .term-view_mode--preview .term-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .term-view_mode--preview .term-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .term-view_mode--preview .term-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .term-view_mode--preview .term-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .term-view_mode--preview .term-container {
          max-width: 2400px; } }
    .term-view_mode--preview .term-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .term-view_mode--preview .term-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .term-view_mode--preview .term-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .term-view_mode--preview .term-headings .title, .term-view_mode--preview .term-headings .subtitle {
        text-align: left;
        color: #fff; }
    .term-view_mode--preview .term-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .term-view_mode--preview .term-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .term-view_mode--preview .term-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .term-view_mode--preview .term-spacer.-borders::before, .term-view_mode--preview .term-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .term-view_mode--preview .term-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .term-view_mode--preview .term-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .term-view_mode--preview .term-link:hover, .term-view_mode--preview .term-link:focus, .term-view_mode--preview .term-link:active {
      text-decoration: none; }
    .term-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .term-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .term-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .term-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .term-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .term-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)); }
    .term-view_mode--slide .term-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .term-view_mode--slide .term-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .term-view_mode--slide .term-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .term-view_mode--slide .term-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .term-view_mode--slide .term-headings .title {
            font-size: 1.75rem; } }
        .term-view_mode--slide .term-headings .title a {
          color: #fff; }
      .term-view_mode--slide .term-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .term-view_mode--slide .term-headings .subtitle {
            display: none; } }
      .term-view_mode--slide .term-headings .goto-node:hover {
        text-decoration: none; }
        .term-view_mode--slide .term-headings .goto-node:hover .title, .term-view_mode--slide .term-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .term-view_mode--slide .term-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .term-view_mode--slide .term-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .term-view_mode--slide .term-cta {
        margin-top: 4rem; } }
    .term-view_mode--slide .term-cta .term-link {
      display: flex; }
  .term.has_video, .term.has_slider, .term.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .term.has_video, .term.has_slider, .term.has_full_page_intro {
        margin-top: -73px; } }
  .term-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .term-slider-container .media--view-mode-full, .term-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .term-slider-container .media--view-mode-full, .term-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .term-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .term.theme-primary {
    background-color: #000;
    color: #fff; }
    .term.theme-primary h1, .term.theme-primary h2, .term.theme-primary h3, .term.theme-primary h4, .term.theme-primary h5, .term.theme-primary h6, .term.theme-primary p, .term.theme-primary .h1, .term.theme-primary .h2, .term.theme-primary .h3, .term.theme-primary .h4, .term.theme-primary .h5, .term.theme-primary .h6, .term.theme-primary .p {
      color: #fff; }
    .term.theme-primary a:not(.btn) {
      color: #fff; }
      .term.theme-primary a:not(.btn):hover, .term.theme-primary a:not(.btn):focus, .term.theme-primary a:not(.btn):active {
        color: #ebe7eb; }
    .term.theme-primary .muted {
      color: #bfbfbf; }
  .term.theme-black {
    background-color: #000;
    color: #fff; }
    .term.theme-black h1, .term.theme-black h2, .term.theme-black h3, .term.theme-black h4, .term.theme-black h5, .term.theme-black h6, .term.theme-black p, .term.theme-black .h1, .term.theme-black .h2, .term.theme-black .h3, .term.theme-black .h4, .term.theme-black .h5, .term.theme-black .h6, .term.theme-black .p {
      color: #fff; }
    .term.theme-black a:not(.btn) {
      color: #fff; }
      .term.theme-black a:not(.btn):hover, .term.theme-black a:not(.btn):focus, .term.theme-black a:not(.btn):active {
        color: #ebe7eb; }
    .term.theme-black .muted {
      color: #bfbfbf; }
  .term.theme-dark {
    background-color: #333333;
    color: #fff; }
    .term.theme-dark h1, .term.theme-dark h2, .term.theme-dark h3, .term.theme-dark h4, .term.theme-dark h5, .term.theme-dark h6, .term.theme-dark p, .term.theme-dark .h1, .term.theme-dark .h2, .term.theme-dark .h3, .term.theme-dark .h4, .term.theme-dark .h5, .term.theme-dark .h6, .term.theme-dark .p {
      color: #fff; }
    .term.theme-dark a:not(.btn) {
      color: #fff; }
      .term.theme-dark a:not(.btn):hover, .term.theme-dark a:not(.btn):focus, .term.theme-dark a:not(.btn):active {
        color: #ebe7eb; }
    .term.theme-dark .muted {
      color: #bfbfbf; }
  .term.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light {
    background-color: #e5e3e3;
    color: #000; }
    .term.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h1, .term.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h2, .term.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h3, .term.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h4, .term.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h5, .term.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light h6, .term.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light p, .term.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h1, .term.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h2, .term.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h3, .term.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h4, .term.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h5, .term.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .h6, .term.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .p {
      color: #000; }
    .term.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light a:not(.btn) {
      color: #000; }
      .term.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light a:not(.btn):hover, .term.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light a:not(.btn):focus, .term.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .term.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .term.components.component-text_group.theme-light .muted {
      color: #bfbfbf; }
  .term.theme-light {
    background-color: #e8e8e8;
    color: #000; }
    .term.theme-light h1, .term.theme-light h2, .term.theme-light h3, .term.theme-light h4, .term.theme-light h5, .term.theme-light h6, .term.theme-light p, .term.theme-light .h1, .term.theme-light .h2, .term.theme-light .h3, .term.theme-light .h4, .term.theme-light .h5, .term.theme-light .h6, .term.theme-light .p {
      color: #000; }
    .term.theme-light a:not(.btn) {
      color: #000; }
      .term.theme-light a:not(.btn):hover, .term.theme-light a:not(.btn):focus, .term.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .term.theme-light .muted {
      color: #bfbfbf; }
  .term.theme-secondary {
    background-color: #fff;
    color: #000; }
    .term.theme-secondary h1, .term.theme-secondary h2, .term.theme-secondary h3, .term.theme-secondary h4, .term.theme-secondary h5, .term.theme-secondary h6, .term.theme-secondary p, .term.theme-secondary .h1, .term.theme-secondary .h2, .term.theme-secondary .h3, .term.theme-secondary .h4, .term.theme-secondary .h5, .term.theme-secondary .h6, .term.theme-secondary .p {
      color: #000; }
    .term.theme-secondary a:not(.btn) {
      color: #000; }
      .term.theme-secondary a:not(.btn):hover, .term.theme-secondary a:not(.btn):focus, .term.theme-secondary a:not(.btn):active {
        color: #ebe7eb; }
    .term.theme-secondary .muted {
      color: #bfbfbf; }
  .term.theme-featured {
    background-color: #ab9159;
    color: #fff; }
    .term.theme-featured h1, .term.theme-featured h2, .term.theme-featured h3, .term.theme-featured h4, .term.theme-featured h5, .term.theme-featured h6, .term.theme-featured p, .term.theme-featured .h1, .term.theme-featured .h2, .term.theme-featured .h3, .term.theme-featured .h4, .term.theme-featured .h5, .term.theme-featured .h6, .term.theme-featured .p {
      color: #fff; }
    .term.theme-featured a:not(.btn) {
      color: #fff; }
      .term.theme-featured a:not(.btn):hover, .term.theme-featured a:not(.btn):focus, .term.theme-featured a:not(.btn):active {
        color: #000; }
    .term.theme-featured .muted {
      color: #bfbfbf; }
  .term.theme-corporate {
    background-color: #725f74;
    color: #fff; }
    .term.theme-corporate h1, .term.theme-corporate h2, .term.theme-corporate h3, .term.theme-corporate h4, .term.theme-corporate h5, .term.theme-corporate h6, .term.theme-corporate p, .term.theme-corporate .h1, .term.theme-corporate .h2, .term.theme-corporate .h3, .term.theme-corporate .h4, .term.theme-corporate .h5, .term.theme-corporate .h6, .term.theme-corporate .p {
      color: #fff; }
    .term.theme-corporate a:not(.btn) {
      color: #fff; }
      .term.theme-corporate a:not(.btn):hover, .term.theme-corporate a:not(.btn):focus, .term.theme-corporate a:not(.btn):active {
        color: #ab9159; }
    .term.theme-corporate .muted {
      color: #bfbfbf; }
  .term.theme-transparent {
    background-color: transparent;
    color: #fff; }
    .term.theme-transparent h1, .term.theme-transparent h2, .term.theme-transparent h3, .term.theme-transparent h4, .term.theme-transparent h5, .term.theme-transparent h6, .term.theme-transparent p, .term.theme-transparent .h1, .term.theme-transparent .h2, .term.theme-transparent .h3, .term.theme-transparent .h4, .term.theme-transparent .h5, .term.theme-transparent .h6, .term.theme-transparent .p {
      color: #fff; }
    .term.theme-transparent a:not(.btn) {
      color: #fff; }
      .term.theme-transparent a:not(.btn):hover, .term.theme-transparent a:not(.btn):focus, .term.theme-transparent a:not(.btn):active {
        color: #ebe7eb; }
    .term.theme-transparent .muted {
      color: #bfbfbf; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .term-view_mode--preview .term-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .term-view_mode--preview .term-container {
  padding-top: 0;
  padding-bottom: 0; }

.term.term-view_mode--full .views-element-container {
  background-color: #000;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .term.term-view_mode--full .views-element-container .view {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .term.term-view_mode--full .views-element-container .view {
        max-width: 2400px; } }
    .term.term-view_mode--full .views-element-container .view .view-content {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    .term.term-view_mode--full .views-element-container .view .view-col {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 1.5rem; }
      @media (min-width: 1200px) {
        .term.term-view_mode--full .views-element-container .view .view-col {
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%; } }
  .term.term-view_mode--full .views-element-container .node {
    background-color: #000;
    margin-bottom: 3rem; }
    .term.term-view_mode--full .views-element-container .node-container {
      padding-left: 0;
      padding-right: 0; }
    .term.term-view_mode--full .views-element-container .node-image {
      margin-bottom: 1.5rem; }
    .term.term-view_mode--full .views-element-container .node-headings {
      margin-bottom: 1rem; }

.term.theme-light .views-element-container {
  background-color: #fff; }
  .term.theme-light .views-element-container .node {
    background-color: #fff; }
    .term.theme-light .views-element-container .node-headings .title .node-link {
      color: #000; }
    .term.theme-light .views-element-container .node-body {
      color: #000; }

/** ¶ nodes  **/
.node {
  /* theming */ }
  .node a:hover, .node a:focus, .node a:active {
    outline: transparent none 0; }
  .node-wrapper {
    width: 100%; }
  .node-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .node-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .node-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .node-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .node-container {
        max-width: 2400px; } }
    .node-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .node-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .node-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings, .node-body, .node-image, .node-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .node-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .node-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .node-headings .title {
          margin-bottom: 1.5rem; } }
      .node-headings .title .node-link {
        color: #fff;
        display: block;
        text-align: left; }
        .node-headings .title .node-link:hover, .node-headings .title .node-link:focus, .node-headings .title .node-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .node-headings .title .node-link:hover.node-node::after, .node-headings .title .node-link:focus.node-node::after, .node-headings .title .node-link:active.node-node::after {
            content: none; }
    .node-headings .subtitle {
      text-align: center; }
    .node-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .node-headings .summary {
          margin-bottom: 1.5rem; } }
    .node-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .node-headings .taglist .goto-term {
        background-color: #fff;
        color: #725f74;
        font-weight: 400; }
        .node-headings .taglist .goto-term::before {
          content: "# "; }
        .node-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #725f74 !important; }
  .node-cta {
    display: flex; }
    .node-cta .node-link .text-label {
      display: flex; }
    .node-cta .node-link.goto-node {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .node-cta .node-link.goto-node .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .node-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .node--type-article, .node--type-clientstory {
    background-color: #000; }
    .node--type-article .node-container, .node--type-clientstory .node-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .node--type-article .node-headings, .node--type-clientstory .node-headings {
      min-height: 0;
      display: block; }
      .node--type-article .node-headings .title, .node--type-clientstory .node-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .node--type-article .node-headings .subtitle, .node--type-clientstory .node-headings .subtitle {
        font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .node--type-article .node-image, .node--type-clientstory .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-article .node-image, .node--type-clientstory .node-image {
          margin-bottom: 5rem; } }
      .node--type-article .node-image img, .node--type-clientstory .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-article .node-body, .node--type-clientstory .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-article .node-body, .node--type-clientstory .node-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .node--type-page {
    background-color: #000; }
    .node--type-page .node-slider-container {
      position: relative; }
      .node--type-page .node-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .node--type-page .node-slider-container .scroller {
            padding: 3rem 0; } }
        .node--type-page .node-slider-container .scroller .row .col {
          text-align: center; }
      .node--type-page .node-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .node--type-page .node-slider-container .full-page-slider.owl-loaded .item .node {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .node--type-page .node-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .node--type-page .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-page .node-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .node--type-page .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-page .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-page .node-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .node--type-product .main-content-pointer {
    position: absolute; }
  .node-view_mode--teaser, .node-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .node-view_mode--teaser .node-container, .node-view_mode--card .node-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-headings, .node-view_mode--teaser .node-body, .node-view_mode--teaser .node-footer, .node-view_mode--card .node-image, .node-view_mode--card .node-headings, .node-view_mode--card .node-body, .node-view_mode--card .node-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
          margin-bottom: 5rem; } }
      .node-view_mode--teaser .node-image a, .node-view_mode--card .node-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .node-view_mode--teaser .node-image a:hover, .node-view_mode--teaser .node-image a:focus, .node-view_mode--teaser .node-image a:active, .node-view_mode--card .node-image a:hover, .node-view_mode--card .node-image a:focus, .node-view_mode--card .node-image a:active {
          opacity: 0.5; }
      .node-view_mode--teaser .node-image img, .node-view_mode--card .node-image img {
        width: 100%;
        height: auto;
        display: block; }
      .node-view_mode--teaser .node-image.-overlay, .node-view_mode--card .node-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-image.-top, .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image, .node-view_mode--card .node-image.-top, .node-view_mode--card .node-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .node-view_mode--teaser .node-image.-top, .node-view_mode--card .node-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .node-view_mode--teaser .node-headings .node-link, .node-view_mode--card .node-headings .node-link {
      color: unset;
      display: block;
      text-align: left; }
      .node-view_mode--teaser .node-headings .node-link:hover, .node-view_mode--teaser .node-headings .node-link:focus, .node-view_mode--teaser .node-headings .node-link:active, .node-view_mode--card .node-headings .node-link:hover, .node-view_mode--card .node-headings .node-link:focus, .node-view_mode--card .node-headings .node-link:active {
        color: unset;
        text-decoration: none; }
      .node-view_mode--teaser .node-headings .node-link .title, .node-view_mode--card .node-headings .node-link .title {
        color: inherit; }
      .node-view_mode--teaser .node-headings .node-link .subtitle, .node-view_mode--card .node-headings .node-link .subtitle {
        color: inherit; }
    .node-view_mode--teaser .node-headings .title, .node-view_mode--card .node-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .node-view_mode--teaser .node-headings .subtitle, .node-view_mode--card .node-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .node-view_mode--teaser .node-body, .node-view_mode--card .node-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .node-view_mode--teaser .node-body p:last-child, .node-view_mode--card .node-body p:last-child {
        margin-bottom: 0; }
  .node-view_mode--preview {
    background-color: #000; }
    .node-view_mode--preview .node-wrapper {
      padding-top: 3rem; }
      .node-view_mode--preview .node-wrapper .node-spacer.-borders:first-of-type {
        padding-top: 0; }
    .node-view_mode--preview .node-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .node-view_mode--preview .node-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .node-view_mode--preview .node-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .node-view_mode--preview .node-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .node-view_mode--preview .node-container {
          max-width: 2400px; } }
    .node-view_mode--preview .node-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .node-view_mode--preview .node-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .node-view_mode--preview .node-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .node-view_mode--preview .node-headings .title, .node-view_mode--preview .node-headings .subtitle {
        text-align: left;
        color: #fff; }
    .node-view_mode--preview .node-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .node-view_mode--preview .node-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .node-view_mode--preview .node-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .node-view_mode--preview .node-spacer.-borders::before, .node-view_mode--preview .node-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .node-view_mode--preview .node-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .node-view_mode--preview .node-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .node-view_mode--preview .node-link:hover, .node-view_mode--preview .node-link:focus, .node-view_mode--preview .node-link:active {
      text-decoration: none; }
    .node-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .node-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .node-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .node-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)); }
    .node-view_mode--slide .node-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .node-view_mode--slide .node-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .node-view_mode--slide .node-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 1.75rem; } }
        .node-view_mode--slide .node-headings .title a {
          color: #fff; }
      .node-view_mode--slide .node-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .subtitle {
            display: none; } }
      .node-view_mode--slide .node-headings .goto-node:hover {
        text-decoration: none; }
        .node-view_mode--slide .node-headings .goto-node:hover .title, .node-view_mode--slide .node-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .node-view_mode--slide .node-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .node-view_mode--slide .node-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .node-view_mode--slide .node-cta {
        margin-top: 4rem; } }
    .node-view_mode--slide .node-cta .node-link {
      display: flex; }
  .node.has_video, .node.has_slider, .node.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .node.has_video, .node.has_slider, .node.has_full_page_intro {
        margin-top: -73px; } }
  .node-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .node-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .node.theme-primary {
    background-color: #000;
    color: #fff; }
    .node.theme-primary h1, .node.theme-primary h2, .node.theme-primary h3, .node.theme-primary h4, .node.theme-primary h5, .node.theme-primary h6, .node.theme-primary p, .node.theme-primary .h1, .node.theme-primary .h2, .node.theme-primary .h3, .node.theme-primary .h4, .node.theme-primary .h5, .node.theme-primary .h6, .node.theme-primary .p {
      color: #fff; }
    .node.theme-primary a:not(.btn) {
      color: #fff; }
      .node.theme-primary a:not(.btn):hover, .node.theme-primary a:not(.btn):focus, .node.theme-primary a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-primary .muted {
      color: #bfbfbf; }
  .node.theme-black {
    background-color: #000;
    color: #fff; }
    .node.theme-black h1, .node.theme-black h2, .node.theme-black h3, .node.theme-black h4, .node.theme-black h5, .node.theme-black h6, .node.theme-black p, .node.theme-black .h1, .node.theme-black .h2, .node.theme-black .h3, .node.theme-black .h4, .node.theme-black .h5, .node.theme-black .h6, .node.theme-black .p {
      color: #fff; }
    .node.theme-black a:not(.btn) {
      color: #fff; }
      .node.theme-black a:not(.btn):hover, .node.theme-black a:not(.btn):focus, .node.theme-black a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-black .muted {
      color: #bfbfbf; }
  .node.theme-dark {
    background-color: #333333;
    color: #fff; }
    .node.theme-dark h1, .node.theme-dark h2, .node.theme-dark h3, .node.theme-dark h4, .node.theme-dark h5, .node.theme-dark h6, .node.theme-dark p, .node.theme-dark .h1, .node.theme-dark .h2, .node.theme-dark .h3, .node.theme-dark .h4, .node.theme-dark .h5, .node.theme-dark .h6, .node.theme-dark .p {
      color: #fff; }
    .node.theme-dark a:not(.btn) {
      color: #fff; }
      .node.theme-dark a:not(.btn):hover, .node.theme-dark a:not(.btn):focus, .node.theme-dark a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-dark .muted {
      color: #bfbfbf; }
  .node.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light {
    background-color: #e5e3e3;
    color: #000; }
    .node.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h1, .node.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h2, .node.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h3, .node.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h4, .node.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h5, .node.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h6, .node.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light p, .node.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h1, .node.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h2, .node.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h3, .node.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h4, .node.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h5, .node.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h6, .node.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .p {
      color: #000; }
    .node.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn) {
      color: #000; }
      .node.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):hover, .node.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):focus, .node.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .muted {
      color: #bfbfbf; }
  .node.theme-light {
    background-color: #e8e8e8;
    color: #000; }
    .node.theme-light h1, .node.theme-light h2, .node.theme-light h3, .node.theme-light h4, .node.theme-light h5, .node.theme-light h6, .node.theme-light p, .node.theme-light .h1, .node.theme-light .h2, .node.theme-light .h3, .node.theme-light .h4, .node.theme-light .h5, .node.theme-light .h6, .node.theme-light .p {
      color: #000; }
    .node.theme-light a:not(.btn) {
      color: #000; }
      .node.theme-light a:not(.btn):hover, .node.theme-light a:not(.btn):focus, .node.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-light .muted {
      color: #bfbfbf; }
  .node.theme-secondary {
    background-color: #fff;
    color: #000; }
    .node.theme-secondary h1, .node.theme-secondary h2, .node.theme-secondary h3, .node.theme-secondary h4, .node.theme-secondary h5, .node.theme-secondary h6, .node.theme-secondary p, .node.theme-secondary .h1, .node.theme-secondary .h2, .node.theme-secondary .h3, .node.theme-secondary .h4, .node.theme-secondary .h5, .node.theme-secondary .h6, .node.theme-secondary .p {
      color: #000; }
    .node.theme-secondary a:not(.btn) {
      color: #000; }
      .node.theme-secondary a:not(.btn):hover, .node.theme-secondary a:not(.btn):focus, .node.theme-secondary a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-secondary .muted {
      color: #bfbfbf; }
  .node.theme-featured {
    background-color: #ab9159;
    color: #fff; }
    .node.theme-featured h1, .node.theme-featured h2, .node.theme-featured h3, .node.theme-featured h4, .node.theme-featured h5, .node.theme-featured h6, .node.theme-featured p, .node.theme-featured .h1, .node.theme-featured .h2, .node.theme-featured .h3, .node.theme-featured .h4, .node.theme-featured .h5, .node.theme-featured .h6, .node.theme-featured .p {
      color: #fff; }
    .node.theme-featured a:not(.btn) {
      color: #fff; }
      .node.theme-featured a:not(.btn):hover, .node.theme-featured a:not(.btn):focus, .node.theme-featured a:not(.btn):active {
        color: #000; }
    .node.theme-featured .muted {
      color: #bfbfbf; }
  .node.theme-corporate {
    background-color: #725f74;
    color: #fff; }
    .node.theme-corporate h1, .node.theme-corporate h2, .node.theme-corporate h3, .node.theme-corporate h4, .node.theme-corporate h5, .node.theme-corporate h6, .node.theme-corporate p, .node.theme-corporate .h1, .node.theme-corporate .h2, .node.theme-corporate .h3, .node.theme-corporate .h4, .node.theme-corporate .h5, .node.theme-corporate .h6, .node.theme-corporate .p {
      color: #fff; }
    .node.theme-corporate a:not(.btn) {
      color: #fff; }
      .node.theme-corporate a:not(.btn):hover, .node.theme-corporate a:not(.btn):focus, .node.theme-corporate a:not(.btn):active {
        color: #ab9159; }
    .node.theme-corporate .muted {
      color: #bfbfbf; }
  .node.theme-transparent {
    background-color: transparent;
    color: #fff; }
    .node.theme-transparent h1, .node.theme-transparent h2, .node.theme-transparent h3, .node.theme-transparent h4, .node.theme-transparent h5, .node.theme-transparent h6, .node.theme-transparent p, .node.theme-transparent .h1, .node.theme-transparent .h2, .node.theme-transparent .h3, .node.theme-transparent .h4, .node.theme-transparent .h5, .node.theme-transparent .h6, .node.theme-transparent .p {
      color: #fff; }
    .node.theme-transparent a:not(.btn) {
      color: #fff; }
      .node.theme-transparent a:not(.btn):hover, .node.theme-transparent a:not(.btn):focus, .node.theme-transparent a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-transparent .muted {
      color: #bfbfbf; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-container {
  padding-top: 0;
  padding-bottom: 0; }

.products-list-item-row {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff; }
  .products-list-item-row:first-child {
    border-top: 1px solid #fff; }
  .products-list-item-row article .btn-primary.btn-cta, .products-list-item-row article .path-user #auth_box #middle_part .btn-cta#edit-submit, .path-user #auth_box #middle_part .products-list-item-row article .btn-cta#edit-submit {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem; }
  .products-list-item-row article h6 {
    font-size: 1.25rem;
    text-overflow: ellipsis;
    margin: 0; }
  .products-list-item-row article .product-tax, .products-list-item-row article .product-title, .products-list-item-row article .product-subtitle, .products-list-item-row article .product-features {
    margin-bottom: 1rem; }
  .products-list-item-row article .product-features {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .products-list-item-row article .product-features img {
      width: 3.5rem;
      height: auto;
      margin-right: 5% !important; }
      .products-list-item-row article .product-features img:last-child {
        margin-right: 0; }
      @media (min-width: 1200px) {
        .products-list-item-row article .product-features img {
          width: 18.4%; } }
  .products-list-item-row article .product-cta {
    text-align: left !important; }
  .products-list-item-row article .archived {
    font-size: 0.875rem;
    color: #fff;
    display: block; }
  .products-list-item-row article .features img {
    margin-right: 1rem; }

body.gin--horizontal-toolbar.path-frontpage {
  padding-top: 0 !important; }
  body.gin--horizontal-toolbar.path-frontpage #toolbar-administration {
    display: none; }
  body.gin--horizontal-toolbar.path-frontpage .region-header {
    top: 0; }

/** ¶ nodes  **/
.node {
  /* theming */ }
  .node a:hover, .node a:focus, .node a:active {
    outline: transparent none 0; }
  .node-wrapper {
    width: 100%; }
  .node-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .node-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .node-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .node-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .node-container {
        max-width: 2400px; } }
    .node-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .node-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .node-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings, .node-body, .node-image, .node-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .node-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .node-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .node-headings .title {
          margin-bottom: 1.5rem; } }
      .node-headings .title .node-link {
        color: #fff;
        display: block;
        text-align: left; }
        .node-headings .title .node-link:hover, .node-headings .title .node-link:focus, .node-headings .title .node-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .node-headings .title .node-link:hover.node-node::after, .node-headings .title .node-link:focus.node-node::after, .node-headings .title .node-link:active.node-node::after {
            content: none; }
    .node-headings .subtitle {
      text-align: center; }
    .node-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .node-headings .summary {
          margin-bottom: 1.5rem; } }
    .node-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .node-headings .taglist .goto-term {
        background-color: #fff;
        color: #725f74;
        font-weight: 400; }
        .node-headings .taglist .goto-term::before {
          content: "# "; }
        .node-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #725f74 !important; }
  .node-cta {
    display: flex; }
    .node-cta .node-link .text-label {
      display: flex; }
    .node-cta .node-link.goto-node {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .node-cta .node-link.goto-node .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .node-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .node--type-article, .node--type-clientstory {
    background-color: #000; }
    .node--type-article .node-container, .node--type-clientstory .node-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .node--type-article .node-headings, .node--type-clientstory .node-headings {
      min-height: 0;
      display: block; }
      .node--type-article .node-headings .title, .node--type-clientstory .node-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .node--type-article .node-headings .subtitle, .node--type-clientstory .node-headings .subtitle {
        font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .node--type-article .node-image, .node--type-clientstory .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-article .node-image, .node--type-clientstory .node-image {
          margin-bottom: 5rem; } }
      .node--type-article .node-image img, .node--type-clientstory .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-article .node-body, .node--type-clientstory .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-article .node-body, .node--type-clientstory .node-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .node--type-page {
    background-color: #000; }
    .node--type-page .node-slider-container {
      position: relative; }
      .node--type-page .node-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .node--type-page .node-slider-container .scroller {
            padding: 3rem 0; } }
        .node--type-page .node-slider-container .scroller .row .col {
          text-align: center; }
      .node--type-page .node-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .node--type-page .node-slider-container .full-page-slider.owl-loaded .item .node {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .node--type-page .node-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .node--type-page .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-page .node-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .node--type-page .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-page .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-page .node-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .node--type-product .main-content-pointer {
    position: absolute; }
  .node-view_mode--teaser, .node-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .node-view_mode--teaser .node-container, .node-view_mode--card .node-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-headings, .node-view_mode--teaser .node-body, .node-view_mode--teaser .node-footer, .node-view_mode--card .node-image, .node-view_mode--card .node-headings, .node-view_mode--card .node-body, .node-view_mode--card .node-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
          margin-bottom: 5rem; } }
      .node-view_mode--teaser .node-image a, .node-view_mode--card .node-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .node-view_mode--teaser .node-image a:hover, .node-view_mode--teaser .node-image a:focus, .node-view_mode--teaser .node-image a:active, .node-view_mode--card .node-image a:hover, .node-view_mode--card .node-image a:focus, .node-view_mode--card .node-image a:active {
          opacity: 0.5; }
      .node-view_mode--teaser .node-image img, .node-view_mode--card .node-image img {
        width: 100%;
        height: auto;
        display: block; }
      .node-view_mode--teaser .node-image.-overlay, .node-view_mode--card .node-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-image.-top, .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image, .node-view_mode--card .node-image.-top, .node-view_mode--card .node-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .node-view_mode--teaser .node-image.-top, .node-view_mode--card .node-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .node-view_mode--teaser .node-headings .node-link, .node-view_mode--card .node-headings .node-link {
      color: unset;
      display: block;
      text-align: left; }
      .node-view_mode--teaser .node-headings .node-link:hover, .node-view_mode--teaser .node-headings .node-link:focus, .node-view_mode--teaser .node-headings .node-link:active, .node-view_mode--card .node-headings .node-link:hover, .node-view_mode--card .node-headings .node-link:focus, .node-view_mode--card .node-headings .node-link:active {
        color: unset;
        text-decoration: none; }
      .node-view_mode--teaser .node-headings .node-link .title, .node-view_mode--card .node-headings .node-link .title {
        color: inherit; }
      .node-view_mode--teaser .node-headings .node-link .subtitle, .node-view_mode--card .node-headings .node-link .subtitle {
        color: inherit; }
    .node-view_mode--teaser .node-headings .title, .node-view_mode--card .node-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .node-view_mode--teaser .node-headings .subtitle, .node-view_mode--card .node-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .node-view_mode--teaser .node-body, .node-view_mode--card .node-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .node-view_mode--teaser .node-body p:last-child, .node-view_mode--card .node-body p:last-child {
        margin-bottom: 0; }
  .node-view_mode--preview {
    background-color: #000; }
    .node-view_mode--preview .node-wrapper {
      padding-top: 3rem; }
      .node-view_mode--preview .node-wrapper .node-spacer.-borders:first-of-type {
        padding-top: 0; }
    .node-view_mode--preview .node-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .node-view_mode--preview .node-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .node-view_mode--preview .node-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .node-view_mode--preview .node-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .node-view_mode--preview .node-container {
          max-width: 2400px; } }
    .node-view_mode--preview .node-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .node-view_mode--preview .node-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .node-view_mode--preview .node-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .node-view_mode--preview .node-headings .title, .node-view_mode--preview .node-headings .subtitle {
        text-align: left;
        color: #fff; }
    .node-view_mode--preview .node-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .node-view_mode--preview .node-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .node-view_mode--preview .node-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .node-view_mode--preview .node-spacer.-borders::before, .node-view_mode--preview .node-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .node-view_mode--preview .node-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .node-view_mode--preview .node-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .node-view_mode--preview .node-link:hover, .node-view_mode--preview .node-link:focus, .node-view_mode--preview .node-link:active {
      text-decoration: none; }
    .node-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .node-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .node-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .node-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)); }
    .node-view_mode--slide .node-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .node-view_mode--slide .node-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .node-view_mode--slide .node-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 1.75rem; } }
        .node-view_mode--slide .node-headings .title a {
          color: #fff; }
      .node-view_mode--slide .node-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .subtitle {
            display: none; } }
      .node-view_mode--slide .node-headings .goto-node:hover {
        text-decoration: none; }
        .node-view_mode--slide .node-headings .goto-node:hover .title, .node-view_mode--slide .node-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .node-view_mode--slide .node-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .node-view_mode--slide .node-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .node-view_mode--slide .node-cta {
        margin-top: 4rem; } }
    .node-view_mode--slide .node-cta .node-link {
      display: flex; }
  .node.has_video, .node.has_slider, .node.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .node.has_video, .node.has_slider, .node.has_full_page_intro {
        margin-top: -73px; } }
  .node-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .node-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .node.theme-primary {
    background-color: #000;
    color: #fff; }
    .node.theme-primary h1, .node.theme-primary h2, .node.theme-primary h3, .node.theme-primary h4, .node.theme-primary h5, .node.theme-primary h6, .node.theme-primary p, .node.theme-primary .h1, .node.theme-primary .h2, .node.theme-primary .h3, .node.theme-primary .h4, .node.theme-primary .h5, .node.theme-primary .h6, .node.theme-primary .p {
      color: #fff; }
    .node.theme-primary a:not(.btn) {
      color: #fff; }
      .node.theme-primary a:not(.btn):hover, .node.theme-primary a:not(.btn):focus, .node.theme-primary a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-primary .muted {
      color: #bfbfbf; }
  .node.theme-black {
    background-color: #000;
    color: #fff; }
    .node.theme-black h1, .node.theme-black h2, .node.theme-black h3, .node.theme-black h4, .node.theme-black h5, .node.theme-black h6, .node.theme-black p, .node.theme-black .h1, .node.theme-black .h2, .node.theme-black .h3, .node.theme-black .h4, .node.theme-black .h5, .node.theme-black .h6, .node.theme-black .p {
      color: #fff; }
    .node.theme-black a:not(.btn) {
      color: #fff; }
      .node.theme-black a:not(.btn):hover, .node.theme-black a:not(.btn):focus, .node.theme-black a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-black .muted {
      color: #bfbfbf; }
  .node.theme-dark {
    background-color: #333333;
    color: #fff; }
    .node.theme-dark h1, .node.theme-dark h2, .node.theme-dark h3, .node.theme-dark h4, .node.theme-dark h5, .node.theme-dark h6, .node.theme-dark p, .node.theme-dark .h1, .node.theme-dark .h2, .node.theme-dark .h3, .node.theme-dark .h4, .node.theme-dark .h5, .node.theme-dark .h6, .node.theme-dark .p {
      color: #fff; }
    .node.theme-dark a:not(.btn) {
      color: #fff; }
      .node.theme-dark a:not(.btn):hover, .node.theme-dark a:not(.btn):focus, .node.theme-dark a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-dark .muted {
      color: #bfbfbf; }
  .node.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light {
    background-color: #e5e3e3;
    color: #000; }
    .node.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h1, .node.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h2, .node.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h3, .node.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h4, .node.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h5, .node.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h6, .node.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light p, .node.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h1, .node.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h2, .node.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h3, .node.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h4, .node.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h5, .node.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h6, .node.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .p {
      color: #000; }
    .node.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn) {
      color: #000; }
      .node.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):hover, .node.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):focus, .node.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .muted {
      color: #bfbfbf; }
  .node.theme-light {
    background-color: #e8e8e8;
    color: #000; }
    .node.theme-light h1, .node.theme-light h2, .node.theme-light h3, .node.theme-light h4, .node.theme-light h5, .node.theme-light h6, .node.theme-light p, .node.theme-light .h1, .node.theme-light .h2, .node.theme-light .h3, .node.theme-light .h4, .node.theme-light .h5, .node.theme-light .h6, .node.theme-light .p {
      color: #000; }
    .node.theme-light a:not(.btn) {
      color: #000; }
      .node.theme-light a:not(.btn):hover, .node.theme-light a:not(.btn):focus, .node.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-light .muted {
      color: #bfbfbf; }
  .node.theme-secondary {
    background-color: #fff;
    color: #000; }
    .node.theme-secondary h1, .node.theme-secondary h2, .node.theme-secondary h3, .node.theme-secondary h4, .node.theme-secondary h5, .node.theme-secondary h6, .node.theme-secondary p, .node.theme-secondary .h1, .node.theme-secondary .h2, .node.theme-secondary .h3, .node.theme-secondary .h4, .node.theme-secondary .h5, .node.theme-secondary .h6, .node.theme-secondary .p {
      color: #000; }
    .node.theme-secondary a:not(.btn) {
      color: #000; }
      .node.theme-secondary a:not(.btn):hover, .node.theme-secondary a:not(.btn):focus, .node.theme-secondary a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-secondary .muted {
      color: #bfbfbf; }
  .node.theme-featured {
    background-color: #ab9159;
    color: #fff; }
    .node.theme-featured h1, .node.theme-featured h2, .node.theme-featured h3, .node.theme-featured h4, .node.theme-featured h5, .node.theme-featured h6, .node.theme-featured p, .node.theme-featured .h1, .node.theme-featured .h2, .node.theme-featured .h3, .node.theme-featured .h4, .node.theme-featured .h5, .node.theme-featured .h6, .node.theme-featured .p {
      color: #fff; }
    .node.theme-featured a:not(.btn) {
      color: #fff; }
      .node.theme-featured a:not(.btn):hover, .node.theme-featured a:not(.btn):focus, .node.theme-featured a:not(.btn):active {
        color: #000; }
    .node.theme-featured .muted {
      color: #bfbfbf; }
  .node.theme-corporate {
    background-color: #725f74;
    color: #fff; }
    .node.theme-corporate h1, .node.theme-corporate h2, .node.theme-corporate h3, .node.theme-corporate h4, .node.theme-corporate h5, .node.theme-corporate h6, .node.theme-corporate p, .node.theme-corporate .h1, .node.theme-corporate .h2, .node.theme-corporate .h3, .node.theme-corporate .h4, .node.theme-corporate .h5, .node.theme-corporate .h6, .node.theme-corporate .p {
      color: #fff; }
    .node.theme-corporate a:not(.btn) {
      color: #fff; }
      .node.theme-corporate a:not(.btn):hover, .node.theme-corporate a:not(.btn):focus, .node.theme-corporate a:not(.btn):active {
        color: #ab9159; }
    .node.theme-corporate .muted {
      color: #bfbfbf; }
  .node.theme-transparent {
    background-color: transparent;
    color: #fff; }
    .node.theme-transparent h1, .node.theme-transparent h2, .node.theme-transparent h3, .node.theme-transparent h4, .node.theme-transparent h5, .node.theme-transparent h6, .node.theme-transparent p, .node.theme-transparent .h1, .node.theme-transparent .h2, .node.theme-transparent .h3, .node.theme-transparent .h4, .node.theme-transparent .h5, .node.theme-transparent .h6, .node.theme-transparent .p {
      color: #fff; }
    .node.theme-transparent a:not(.btn) {
      color: #fff; }
      .node.theme-transparent a:not(.btn):hover, .node.theme-transparent a:not(.btn):focus, .node.theme-transparent a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-transparent .muted {
      color: #bfbfbf; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-container {
  padding-top: 0;
  padding-bottom: 0; }

.node--type-service_point.node-view_mode--teaser .node-headings .subtitle {
  font-weight: 600; }

.node--type-service_point.node-view_mode--teaser .node-content {
  display: flex;
  flex-direction: column; }

.node--type-service_point.node-view_mode--teaser .field a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal; }
  .node--type-service_point.node-view_mode--teaser .field a:hover, .node--type-service_point.node-view_mode--teaser .field a:focus, .node--type-service_point.node-view_mode--teaser .field a:active {
    color: #fff;
    text-decoration: none; }

.node--type-service_point.node-view_mode--teaser .field.field--label-inline {
  display: flex; }
  .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__label {
    font-weight: 600; }
    .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__label::after {
      content: ":\00a0"; }
  .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__items .field__item {
    display: inline-block; }
    .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__items .field__item::after {
      content: ",\00a0"; }
    .node--type-service_point.node-view_mode--teaser .field.field--label-inline .field__items .field__item:last-of-type::after {
      content: none; }

.node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__label, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__label, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__label, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__label {
  font-weight: 600; }
  .node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__label::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__label::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__label::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__label::after {
    content: ":\00a0"; }

.node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__items, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__items, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__items .field__item, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__items .field__item {
    flex: 0 0 0;
    white-space: pre;
    display: inline-block; }
    .node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__items .field__item::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__items .field__item::after {
      content: ",\00a0"; }
    .node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item:last-of-type::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-email .field__items .field__item:last-of-type::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item:last-of-type::after, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link .field__items .field__item:last-of-type::after {
      content: none; }

.node--type-service_point.node-view_mode--teaser .field.field--name-field-link {
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .node--type-service_point.node-view_mode--teaser .field.field--name-field-link a {
    color: #725f74;
    font-weight: 600;
    text-decoration: none; }
    .node--type-service_point.node-view_mode--teaser .field.field--name-field-link a:hover, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link a:focus, .node--type-service_point.node-view_mode--teaser .field.field--name-field-link a:active {
      color: #725f74;
      text-decoration: underline; }

.node--type-service_point.node-view_mode--teaser .field.field--name-field-ref-tax-business-services {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.theme-light .node--type-sales_network.node-view_mode--teaser .field a {
  color: #000; }
  .theme-light .node--type-sales_network.node-view_mode--teaser .field a:hover, .theme-light .node--type-sales_network.node-view_mode--teaser .field a:focus, .theme-light .node--type-sales_network.node-view_mode--teaser .field a:active {
    color: #000; }

.theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a {
  color: #725f74; }
  .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:hover, .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:focus, .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:active {
    color: #725f74; }

/** ¶ nodes  **/
.node {
  /* theming */ }
  .node a:hover, .node a:focus, .node a:active {
    outline: transparent none 0; }
  .node-wrapper {
    width: 100%; }
  .node-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .node-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .node-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .node-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .node-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .node-container {
        max-width: 2400px; } }
    .node-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .node-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .node-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings, .node-body, .node-image, .node-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .node-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .node-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .node-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .node-headings .title {
          margin-bottom: 1.5rem; } }
      .node-headings .title .node-link {
        color: #fff;
        display: block;
        text-align: left; }
        .node-headings .title .node-link:hover, .node-headings .title .node-link:focus, .node-headings .title .node-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .node-headings .title .node-link:hover.node-node::after, .node-headings .title .node-link:focus.node-node::after, .node-headings .title .node-link:active.node-node::after {
            content: none; }
    .node-headings .subtitle {
      text-align: center; }
    .node-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .node-headings .summary {
          margin-bottom: 1.5rem; } }
    .node-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .node-headings .taglist .goto-term {
        background-color: #fff;
        color: #725f74;
        font-weight: 400; }
        .node-headings .taglist .goto-term::before {
          content: "# "; }
        .node-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #725f74 !important; }
  .node-cta {
    display: flex; }
    .node-cta .node-link .text-label {
      display: flex; }
    .node-cta .node-link.goto-node {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .node-cta .node-link.goto-node .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .node-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .node--type-article, .node--type-clientstory {
    background-color: #000; }
    .node--type-article .node-container, .node--type-clientstory .node-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .node--type-article .node-headings, .node--type-clientstory .node-headings {
      min-height: 0;
      display: block; }
      .node--type-article .node-headings .title, .node--type-clientstory .node-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .node--type-article .node-headings .subtitle, .node--type-clientstory .node-headings .subtitle {
        font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .node--type-article .node-image, .node--type-clientstory .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-article .node-image, .node--type-clientstory .node-image {
          margin-bottom: 5rem; } }
      .node--type-article .node-image img, .node--type-clientstory .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-article .node-body, .node--type-clientstory .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-article .node-body, .node--type-clientstory .node-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .node--type-page {
    background-color: #000; }
    .node--type-page .node-slider-container {
      position: relative; }
      .node--type-page .node-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .node--type-page .node-slider-container .scroller {
            padding: 3rem 0; } }
        .node--type-page .node-slider-container .scroller .row .col {
          text-align: center; }
      .node--type-page .node-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .node--type-page .node-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .node--type-page .node-slider-container .full-page-slider.owl-loaded .item .node {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .node--type-page .node-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .node--type-page .node-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node--type-page .node-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .node--type-page .node-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .node--type-page .node-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .node--type-page .node-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .node--type-product .main-content-pointer {
    position: absolute; }
  .node-view_mode--teaser, .node-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .node-view_mode--teaser .node-container, .node-view_mode--card .node-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-headings, .node-view_mode--teaser .node-body, .node-view_mode--teaser .node-footer, .node-view_mode--card .node-image, .node-view_mode--card .node-headings, .node-view_mode--card .node-body, .node-view_mode--card .node-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .node-view_mode--teaser .node-image, .node-view_mode--card .node-image {
          margin-bottom: 5rem; } }
      .node-view_mode--teaser .node-image a, .node-view_mode--card .node-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .node-view_mode--teaser .node-image a:hover, .node-view_mode--teaser .node-image a:focus, .node-view_mode--teaser .node-image a:active, .node-view_mode--card .node-image a:hover, .node-view_mode--card .node-image a:focus, .node-view_mode--card .node-image a:active {
          opacity: 0.5; }
      .node-view_mode--teaser .node-image img, .node-view_mode--card .node-image img {
        width: 100%;
        height: auto;
        display: block; }
      .node-view_mode--teaser .node-image.-overlay, .node-view_mode--card .node-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .node-view_mode--teaser .node-image, .node-view_mode--teaser .node-image.-top, .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image, .node-view_mode--card .node-image.-top, .node-view_mode--card .node-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .node-view_mode--teaser .node-image.-top, .node-view_mode--card .node-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .node-view_mode--teaser .node-image.-bottom, .node-view_mode--card .node-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .node-view_mode--teaser .node-headings .node-link, .node-view_mode--card .node-headings .node-link {
      color: unset;
      display: block;
      text-align: left; }
      .node-view_mode--teaser .node-headings .node-link:hover, .node-view_mode--teaser .node-headings .node-link:focus, .node-view_mode--teaser .node-headings .node-link:active, .node-view_mode--card .node-headings .node-link:hover, .node-view_mode--card .node-headings .node-link:focus, .node-view_mode--card .node-headings .node-link:active {
        color: unset;
        text-decoration: none; }
      .node-view_mode--teaser .node-headings .node-link .title, .node-view_mode--card .node-headings .node-link .title {
        color: inherit; }
      .node-view_mode--teaser .node-headings .node-link .subtitle, .node-view_mode--card .node-headings .node-link .subtitle {
        color: inherit; }
    .node-view_mode--teaser .node-headings .title, .node-view_mode--card .node-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .node-view_mode--teaser .node-headings .subtitle, .node-view_mode--card .node-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .node-view_mode--teaser .node-body, .node-view_mode--card .node-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .node-view_mode--teaser .node-body p:last-child, .node-view_mode--card .node-body p:last-child {
        margin-bottom: 0; }
  .node-view_mode--preview {
    background-color: #000; }
    .node-view_mode--preview .node-wrapper {
      padding-top: 3rem; }
      .node-view_mode--preview .node-wrapper .node-spacer.-borders:first-of-type {
        padding-top: 0; }
    .node-view_mode--preview .node-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .node-view_mode--preview .node-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .node-view_mode--preview .node-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .node-view_mode--preview .node-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .node-view_mode--preview .node-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .node-view_mode--preview .node-container {
          max-width: 2400px; } }
    .node-view_mode--preview .node-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .node-view_mode--preview .node-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .node-view_mode--preview .node-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .node-view_mode--preview .node-headings .title, .node-view_mode--preview .node-headings .subtitle {
        text-align: left;
        color: #fff; }
    .node-view_mode--preview .node-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .node-view_mode--preview .node-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .node-view_mode--preview .node-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .node-view_mode--preview .node-spacer.-borders::before, .node-view_mode--preview .node-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .node-view_mode--preview .node-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .node-view_mode--preview .node-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .node-view_mode--preview .node-link:hover, .node-view_mode--preview .node-link:focus, .node-view_mode--preview .node-link:active {
      text-decoration: none; }
    .node-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .node-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .node-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .node-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .node-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)); }
    .node-view_mode--slide .node-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .node-view_mode--slide .node-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .node-view_mode--slide .node-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .title {
            font-size: 1.75rem; } }
        .node-view_mode--slide .node-headings .title a {
          color: #fff; }
      .node-view_mode--slide .node-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .node-view_mode--slide .node-headings .subtitle {
            display: none; } }
      .node-view_mode--slide .node-headings .goto-node:hover {
        text-decoration: none; }
        .node-view_mode--slide .node-headings .goto-node:hover .title, .node-view_mode--slide .node-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .node-view_mode--slide .node-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .node-view_mode--slide .node-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .node-view_mode--slide .node-cta {
        margin-top: 4rem; } }
    .node-view_mode--slide .node-cta .node-link {
      display: flex; }
  .node.has_video, .node.has_slider, .node.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .node.has_video, .node.has_slider, .node.has_full_page_intro {
        margin-top: -73px; } }
  .node-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .node-slider-container .media--view-mode-full, .node-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .node-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .node.theme-primary {
    background-color: #000;
    color: #fff; }
    .node.theme-primary h1, .node.theme-primary h2, .node.theme-primary h3, .node.theme-primary h4, .node.theme-primary h5, .node.theme-primary h6, .node.theme-primary p, .node.theme-primary .h1, .node.theme-primary .h2, .node.theme-primary .h3, .node.theme-primary .h4, .node.theme-primary .h5, .node.theme-primary .h6, .node.theme-primary .p {
      color: #fff; }
    .node.theme-primary a:not(.btn) {
      color: #fff; }
      .node.theme-primary a:not(.btn):hover, .node.theme-primary a:not(.btn):focus, .node.theme-primary a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-primary .muted {
      color: #bfbfbf; }
  .node.theme-black {
    background-color: #000;
    color: #fff; }
    .node.theme-black h1, .node.theme-black h2, .node.theme-black h3, .node.theme-black h4, .node.theme-black h5, .node.theme-black h6, .node.theme-black p, .node.theme-black .h1, .node.theme-black .h2, .node.theme-black .h3, .node.theme-black .h4, .node.theme-black .h5, .node.theme-black .h6, .node.theme-black .p {
      color: #fff; }
    .node.theme-black a:not(.btn) {
      color: #fff; }
      .node.theme-black a:not(.btn):hover, .node.theme-black a:not(.btn):focus, .node.theme-black a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-black .muted {
      color: #bfbfbf; }
  .node.theme-dark {
    background-color: #333333;
    color: #fff; }
    .node.theme-dark h1, .node.theme-dark h2, .node.theme-dark h3, .node.theme-dark h4, .node.theme-dark h5, .node.theme-dark h6, .node.theme-dark p, .node.theme-dark .h1, .node.theme-dark .h2, .node.theme-dark .h3, .node.theme-dark .h4, .node.theme-dark .h5, .node.theme-dark .h6, .node.theme-dark .p {
      color: #fff; }
    .node.theme-dark a:not(.btn) {
      color: #fff; }
      .node.theme-dark a:not(.btn):hover, .node.theme-dark a:not(.btn):focus, .node.theme-dark a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-dark .muted {
      color: #bfbfbf; }
  .node.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light {
    background-color: #e5e3e3;
    color: #000; }
    .node.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h1, .node.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h2, .node.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h3, .node.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h4, .node.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h5, .node.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light h6, .node.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light p, .node.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h1, .node.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h2, .node.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h3, .node.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h4, .node.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h5, .node.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .h6, .node.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .p {
      color: #000; }
    .node.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn) {
      color: #000; }
      .node.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):hover, .node.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):focus, .node.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .node.components.component-text_group.theme-light .muted {
      color: #bfbfbf; }
  .node.theme-light {
    background-color: #e8e8e8;
    color: #000; }
    .node.theme-light h1, .node.theme-light h2, .node.theme-light h3, .node.theme-light h4, .node.theme-light h5, .node.theme-light h6, .node.theme-light p, .node.theme-light .h1, .node.theme-light .h2, .node.theme-light .h3, .node.theme-light .h4, .node.theme-light .h5, .node.theme-light .h6, .node.theme-light .p {
      color: #000; }
    .node.theme-light a:not(.btn) {
      color: #000; }
      .node.theme-light a:not(.btn):hover, .node.theme-light a:not(.btn):focus, .node.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-light .muted {
      color: #bfbfbf; }
  .node.theme-secondary {
    background-color: #fff;
    color: #000; }
    .node.theme-secondary h1, .node.theme-secondary h2, .node.theme-secondary h3, .node.theme-secondary h4, .node.theme-secondary h5, .node.theme-secondary h6, .node.theme-secondary p, .node.theme-secondary .h1, .node.theme-secondary .h2, .node.theme-secondary .h3, .node.theme-secondary .h4, .node.theme-secondary .h5, .node.theme-secondary .h6, .node.theme-secondary .p {
      color: #000; }
    .node.theme-secondary a:not(.btn) {
      color: #000; }
      .node.theme-secondary a:not(.btn):hover, .node.theme-secondary a:not(.btn):focus, .node.theme-secondary a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-secondary .muted {
      color: #bfbfbf; }
  .node.theme-featured {
    background-color: #ab9159;
    color: #fff; }
    .node.theme-featured h1, .node.theme-featured h2, .node.theme-featured h3, .node.theme-featured h4, .node.theme-featured h5, .node.theme-featured h6, .node.theme-featured p, .node.theme-featured .h1, .node.theme-featured .h2, .node.theme-featured .h3, .node.theme-featured .h4, .node.theme-featured .h5, .node.theme-featured .h6, .node.theme-featured .p {
      color: #fff; }
    .node.theme-featured a:not(.btn) {
      color: #fff; }
      .node.theme-featured a:not(.btn):hover, .node.theme-featured a:not(.btn):focus, .node.theme-featured a:not(.btn):active {
        color: #000; }
    .node.theme-featured .muted {
      color: #bfbfbf; }
  .node.theme-corporate {
    background-color: #725f74;
    color: #fff; }
    .node.theme-corporate h1, .node.theme-corporate h2, .node.theme-corporate h3, .node.theme-corporate h4, .node.theme-corporate h5, .node.theme-corporate h6, .node.theme-corporate p, .node.theme-corporate .h1, .node.theme-corporate .h2, .node.theme-corporate .h3, .node.theme-corporate .h4, .node.theme-corporate .h5, .node.theme-corporate .h6, .node.theme-corporate .p {
      color: #fff; }
    .node.theme-corporate a:not(.btn) {
      color: #fff; }
      .node.theme-corporate a:not(.btn):hover, .node.theme-corporate a:not(.btn):focus, .node.theme-corporate a:not(.btn):active {
        color: #ab9159; }
    .node.theme-corporate .muted {
      color: #bfbfbf; }
  .node.theme-transparent {
    background-color: transparent;
    color: #fff; }
    .node.theme-transparent h1, .node.theme-transparent h2, .node.theme-transparent h3, .node.theme-transparent h4, .node.theme-transparent h5, .node.theme-transparent h6, .node.theme-transparent p, .node.theme-transparent .h1, .node.theme-transparent .h2, .node.theme-transparent .h3, .node.theme-transparent .h4, .node.theme-transparent .h5, .node.theme-transparent .h6, .node.theme-transparent .p {
      color: #fff; }
    .node.theme-transparent a:not(.btn) {
      color: #fff; }
      .node.theme-transparent a:not(.btn):hover, .node.theme-transparent a:not(.btn):focus, .node.theme-transparent a:not(.btn):active {
        color: #ebe7eb; }
    .node.theme-transparent .muted {
      color: #bfbfbf; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .node-view_mode--preview .node-container {
  padding-top: 0;
  padding-bottom: 0; }

.node--type-sales_network.node-view_mode--teaser .node-headings .title {
  display: none; }

.node--type-sales_network.node-view_mode--teaser .node-headings .subtitle {
  font-weight: 600;
  margin-top: 0; }

.node--type-sales_network.node-view_mode--teaser .node-content {
  display: flex;
  flex-direction: column; }

.node--type-sales_network.node-view_mode--teaser .field a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal; }
  .node--type-sales_network.node-view_mode--teaser .field a:hover, .node--type-sales_network.node-view_mode--teaser .field a:focus, .node--type-sales_network.node-view_mode--teaser .field a:active {
    color: #fff;
    text-decoration: none; }

.node--type-sales_network.node-view_mode--teaser .field.field--label-inline {
  display: inline-block; }
  .node--type-sales_network.node-view_mode--teaser .field.field--label-inline .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--label-inline .field__items, .node--type-sales_network.node-view_mode--teaser .field.field--label-inline .field__item {
    display: inline-block; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__label, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__label {
  font-weight: 600; }
  .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__label::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__label::after {
    content: ":\00a0"; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__items .field__item {
  display: inline-flex; }
  .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__items .field__item::after {
    content: ",\00a0"; }
  .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-services .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-email .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-phone .field__items .field__item:last-of-type::after, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link .field__items .field__item:last-of-type::after {
    content: none; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-link {
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a {
    color: #725f74;
    font-weight: 600;
    text-decoration: none; }
    .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:hover, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:focus, .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:active {
      color: #725f74;
      text-decoration: underline; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas .field__label {
  display: none; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas.field__items .field__item::after {
  content: ",\00a0"; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-areas.field__items .field__item:last-of-type::after {
  content: none; }

.node--type-sales_network.node-view_mode--teaser .field.field--name-field-ref-tax-business-countries .field__label {
  display: none; }

.theme-light .node--type-sales_network.node-view_mode--teaser .field a {
  color: #000; }
  .theme-light .node--type-sales_network.node-view_mode--teaser .field a:hover, .theme-light .node--type-sales_network.node-view_mode--teaser .field a:focus, .theme-light .node--type-sales_network.node-view_mode--teaser .field a:active {
    color: #000; }

.theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a {
  color: #725f74; }
  .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:hover, .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:focus, .theme-light .node--type-sales_network.node-view_mode--teaser .field.field--name-field-link a:active {
    color: #725f74; }

.media--view-mode-full > .field {
  width: 100%; }
  .media--view-mode-full > .field > .field__item > video {
    width: auto;
    height: auto; }

.ui-dialog-title {
  display: none; }

.ui-dialog #drupal-modal .media {
  display: flex;
  align-items: stretch;
  height: 100%; }
  .ui-dialog #drupal-modal .media .field__item {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .ui-dialog #drupal-modal .media .field__item iframe {
      width: 100%;
      height: 100%; }
    .ui-dialog #drupal-modal .media .field__item picture {
      max-height: 100%;
      text-align: center; }
      .ui-dialog #drupal-modal .media .field__item picture > img {
        max-width: 100%;
        max-height: 100%; }

/** ¶ card  **/
.card {
  /* theming */ }
  .card a:hover, .card a:focus, .card a:active {
    outline: transparent none 0; }
  .card-wrapper {
    width: 100%; }
  .card-container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .card-container {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .card-container {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .card-container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .card-container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .card-container {
        max-width: 1400px; } }
    @media (min-width: 2440px) {
      .card-container {
        max-width: 2400px; } }
    .card-container-fluid {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden; }
  .card-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
  .card-col-content {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .card-headings, .card-body, .card-image, .card-footer {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
  .card-headings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 1200px) {
      .card-headings {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        margin-left: 16.6666666667%; } }
    .card-headings .title {
      text-align: center;
      margin-bottom: 1rem;
      color: #fff; }
      @media (min-width: 1200px) {
        .card-headings .title {
          margin-bottom: 1.5rem; } }
      .card-headings .title .card-link {
        color: #fff;
        display: block;
        text-align: left; }
        .card-headings .title .card-link:hover, .card-headings .title .card-link:focus, .card-headings .title .card-link:active {
          color: rgba(255, 255, 255, 0.5);
          text-decoration: none; }
          .card-headings .title .card-link:hover.card-card::after, .card-headings .title .card-link:focus.card-card::after, .card-headings .title .card-link:active.card-card::after {
            content: none; }
    .card-headings .subtitle {
      text-align: center; }
    .card-headings .summary {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 1200px) {
        .card-headings .summary {
          margin-bottom: 1.5rem; } }
    .card-headings .taglist {
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .card-headings .taglist .goto-term {
        background-color: #fff;
        color: #725f74;
        font-weight: 400; }
        .card-headings .taglist .goto-term::before {
          content: "# "; }
        .card-headings .taglist .goto-term:hover {
          color: #fff;
          background-color: #725f74 !important; }
  .card-cta {
    display: flex; }
    .card-cta .card-link .text-label {
      display: flex; }
    .card-cta .card-link.goto-card {
      font-size: 0.875rem;
      font-weight: 600;
      text-transform: uppercase; }
      .card-cta .card-link.goto-card .text-label::after {
        content: "arrow_forward";
        font-family: "Material Icons";
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        font-size: 1.125rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        line-height: 1.5;
        padding-left: 0.5rem; }
  .card-label {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.16;
    letter-spacing: 1px;
    color: unset;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .card--type-article, .card--type-clientstory {
    background-color: #000; }
    .card--type-article .card-container, .card--type-clientstory .card-container {
      padding-top: 2rem;
      padding-bottom: 2rem; }
    .card--type-article .card-headings, .card--type-clientstory .card-headings {
      min-height: 0;
      display: block; }
      .card--type-article .card-headings .title, .card--type-clientstory .card-headings .title {
        text-align: center;
        margin-bottom: 2rem; }
      .card--type-article .card-headings .subtitle, .card--type-clientstory .card-headings .subtitle {
        font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center; }
    .card--type-article .card-image, .card--type-clientstory .card-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .card--type-article .card-image, .card--type-clientstory .card-image {
          margin-bottom: 5rem; } }
      .card--type-article .card-image img, .card--type-clientstory .card-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .card--type-article .card-body, .card--type-clientstory .card-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .card--type-article .card-body, .card--type-clientstory .card-body {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%; } }
  .card--type-page {
    background-color: #000; }
    .card--type-page .card-slider-container {
      position: relative; }
      .card--type-page .card-slider-container .scroller {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        padding: 2rem 3rem; }
        @media (max-width: 991.98px) {
          .card--type-page .card-slider-container .scroller {
            padding: 3rem 0; } }
        .card--type-page .card-slider-container .scroller .row .col {
          text-align: center; }
      .card--type-page .card-slider-container .full-page-slider.owl-loaded {
        padding-bottom: 0; }
        .card--type-page .card-slider-container .full-page-slider.owl-loaded .owl-stage-outer {
          overflow: hidden; }
        .card--type-page .card-slider-container .full-page-slider.owl-loaded .owl-dots {
          top: 20vh;
          left: 1.5rem;
          bottom: auto;
          width: calc(100% - 3rem);
          justify-content: flex-start;
          padding-bottom: 0; }
        .card--type-page .card-slider-container .full-page-slider.owl-loaded .item {
          overflow: hidden; }
          .card--type-page .card-slider-container .full-page-slider.owl-loaded .item .card {
            width: 100vw;
            height: calc(100vh - 5.5rem); }
    .card--type-page .card-type {
      text-align: center;
      font-size: 0.625rem;
      color: #bbbbbc;
      margin-bottom: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.16;
      letter-spacing: 1px; }
    .card--type-page .card-image {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .card--type-page .card-image {
          flex: 0 0 83.3333333333%;
          max-width: 83.3333333333%;
          margin-left: 8.3333333333%;
          margin-bottom: 5rem; } }
      .card--type-page .card-image img {
        width: 100%;
        height: 100%;
        display: block; }
    .card--type-page .card-body {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .card--type-page .card-body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 16.6666666667%; } }
  .card--type-product .main-content-pointer {
    position: absolute; }
  .card-view_mode--teaser, .card-view_mode--card {
    background-color: transparent;
    width: 100%; }
    .card-view_mode--teaser .card-container, .card-view_mode--card .card-container {
      position: relative;
      display: flex;
      flex-direction: column;
      min-width: 0;
      word-wrap: break-word;
      background-color: transparent;
      background-clip: border-box;
      padding-top: 0;
      border: 0 solid transparent;
      border-radius: 0; }
    .card-view_mode--teaser .card-image, .card-view_mode--teaser .card-headings, .card-view_mode--teaser .card-body, .card-view_mode--teaser .card-footer, .card-view_mode--card .card-image, .card-view_mode--card .card-headings, .card-view_mode--card .card-body, .card-view_mode--card .card-footer {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 auto;
      min-height: auto;
      align-items: flex-start;
      justify-content: flex-start; }
    .card-view_mode--teaser .card-image, .card-view_mode--card .card-image {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .card-view_mode--teaser .card-image, .card-view_mode--card .card-image {
          margin-bottom: 5rem; } }
      .card-view_mode--teaser .card-image a, .card-view_mode--card .card-image a {
        display: block;
        width: 100%;
        opacity: 1; }
        .card-view_mode--teaser .card-image a:hover, .card-view_mode--teaser .card-image a:focus, .card-view_mode--teaser .card-image a:active, .card-view_mode--card .card-image a:hover, .card-view_mode--card .card-image a:focus, .card-view_mode--card .card-image a:active {
          opacity: 0.5; }
      .card-view_mode--teaser .card-image img, .card-view_mode--card .card-image img {
        width: 100%;
        height: auto;
        display: block; }
      .card-view_mode--teaser .card-image.-overlay, .card-view_mode--card .card-image.-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
        border-radius: 0; }
      .card-view_mode--teaser .card-image, .card-view_mode--teaser .card-image.-top, .card-view_mode--teaser .card-image.-bottom, .card-view_mode--card .card-image, .card-view_mode--card .card-image.-top, .card-view_mode--card .card-image.-bottom {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 100%; }
      .card-view_mode--teaser .card-image.-top, .card-view_mode--card .card-image.-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .card-view_mode--teaser .card-image.-bottom, .card-view_mode--card .card-image.-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    .card-view_mode--teaser .card-headings .card-link, .card-view_mode--card .card-headings .card-link {
      color: unset;
      display: block;
      text-align: left; }
      .card-view_mode--teaser .card-headings .card-link:hover, .card-view_mode--teaser .card-headings .card-link:focus, .card-view_mode--teaser .card-headings .card-link:active, .card-view_mode--card .card-headings .card-link:hover, .card-view_mode--card .card-headings .card-link:focus, .card-view_mode--card .card-headings .card-link:active {
        color: unset;
        text-decoration: none; }
      .card-view_mode--teaser .card-headings .card-link .title, .card-view_mode--card .card-headings .card-link .title {
        color: inherit; }
      .card-view_mode--teaser .card-headings .card-link .subtitle, .card-view_mode--card .card-headings .card-link .subtitle {
        color: inherit; }
    .card-view_mode--teaser .card-headings .title, .card-view_mode--card .card-headings .title {
      text-align: left;
      margin-bottom: 0; }
    .card-view_mode--teaser .card-headings .subtitle, .card-view_mode--card .card-headings .subtitle {
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.3;
      margin-top: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
    .card-view_mode--teaser .card-body, .card-view_mode--card .card-body {
      flex: 0 1 auto;
      min-height: 1px;
      padding: 0;
      cursor: default;
      margin-top: 0; }
      .card-view_mode--teaser .card-body p:last-child, .card-view_mode--card .card-body p:last-child {
        margin-bottom: 0; }
  .card-view_mode--preview {
    background-color: #000; }
    .card-view_mode--preview .card-wrapper {
      padding-top: 3rem; }
      .card-view_mode--preview .card-wrapper .card-spacer.-borders:first-of-type {
        padding-top: 0; }
    .card-view_mode--preview .card-container {
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      margin-right: auto;
      margin-left: auto;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      @media (min-width: 576px) {
        .card-view_mode--preview .card-container {
          max-width: 100%; } }
      @media (min-width: 768px) {
        .card-view_mode--preview .card-container {
          max-width: 100%; } }
      @media (min-width: 992px) {
        .card-view_mode--preview .card-container {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .card-view_mode--preview .card-container {
          max-width: 1140px; } }
      @media (min-width: 1440px) {
        .card-view_mode--preview .card-container {
          max-width: 1400px; } }
      @media (min-width: 2440px) {
        .card-view_mode--preview .card-container {
          max-width: 2400px; } }
    .card-view_mode--preview .card-row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.5rem;
      margin-left: -1.5rem; }
    @media (min-width: 1200px) {
      .card-view_mode--preview .card-col-content {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; } }
    .card-view_mode--preview .card-headings {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
      .card-view_mode--preview .card-headings .title, .card-view_mode--preview .card-headings .subtitle {
        text-align: left;
        color: #fff; }
    .card-view_mode--preview .card-body {
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0;
      color: #fff; }
    .card-view_mode--preview .card-spacer {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      .card-view_mode--preview .card-spacer.-borders {
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative; }
        .card-view_mode--preview .card-spacer.-borders::before, .card-view_mode--preview .card-spacer.-borders::after {
          content: "";
          display: block;
          width: calc(100% - 3rem);
          padding: 1.5rem 0;
          margin: 0 auto; }
        .card-view_mode--preview .card-spacer.-borders::before {
          border-top: 1px solid transparent; }
        .card-view_mode--preview .card-spacer.-borders::after {
          border-bottom: 1px solid transparent; }
    .card-view_mode--preview .card-link:hover, .card-view_mode--preview .card-link:focus, .card-view_mode--preview .card-link:active {
      text-decoration: none; }
    .card-view_mode--preview .components {
      background-color: transparent;
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem; }
      .card-view_mode--preview .components.component-quote .quote-container {
        border-bottom-color: #fff; }
      .card-view_mode--preview .components.component-quote .quote-body {
        color: #fff; }
      .card-view_mode--preview .components.component-quote .quote-author.-details {
        color: #fff; }
  .card-view_mode--slide {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .card-view_mode--slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)); }
    .card-view_mode--slide .card-headings {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
      .card-view_mode--slide .card-headings .title {
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media (min-width: 1200px) {
          .card-view_mode--slide .card-headings .title {
            margin-bottom: 1.5rem; } }
        @media (min-width: 992px) {
          .card-view_mode--slide .card-headings .title {
            font-size: 4rem; } }
        @media (max-width: 767.98px) {
          .card-view_mode--slide .card-headings .title {
            font-size: 1.75rem; } }
        .card-view_mode--slide .card-headings .title a {
          color: #fff; }
      .card-view_mode--slide .card-headings .subtitle {
        text-align: left;
        margin-bottom: 1rem;
        color: #fff;
        font-size: 1rem;
        font-weight: inherit;
        line-height: 1.5; }
        @media (max-width: 767.98px) {
          .card-view_mode--slide .card-headings .subtitle {
            display: none; } }
      .card-view_mode--slide .card-headings .goto-node:hover {
        text-decoration: none; }
        .card-view_mode--slide .card-headings .goto-node:hover .title, .card-view_mode--slide .card-headings .goto-node:hover .subtitle {
          text-decoration: none;
          color: #bfbfbf; }
    .card-view_mode--slide .card-footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; }
    .card-view_mode--slide .card-cta .material-icons {
      vertical-align: middle; }
    @media (min-width: 1200px) {
      .card-view_mode--slide .card-cta {
        margin-top: 4rem; } }
    .card-view_mode--slide .card-cta .card-link {
      display: flex; }
  .card.has_video, .card.has_slider, .card.has_full_page_intro {
    margin-top: -136px; }
    @media (max-width: 1199.98px) {
      .card.has_video, .card.has_slider, .card.has_full_page_intro {
        margin-top: -73px; } }
  .card-slider-container .full-page-slider.owl-loaded .item .node-view_mode--slide {
    height: 100vh; }
  .card-slider-container .media--view-mode-full, .card-slider-container .intro--view-mode-full {
    max-height: 100vh;
    height: 100vh;
    overflow: hidden; }
    @media (max-width: 1199.98px) {
      .card-slider-container .media--view-mode-full, .card-slider-container .intro--view-mode-full {
        padding-top: 73px; } }
  .card-slider-container .intro--view-mode-full {
    display: flex;
    padding-top: 136px;
    flex-direction: column;
    justify-content: center; }
  .card.theme-primary {
    background-color: #000;
    color: #fff; }
    .card.theme-primary h1, .card.theme-primary h2, .card.theme-primary h3, .card.theme-primary h4, .card.theme-primary h5, .card.theme-primary h6, .card.theme-primary p, .card.theme-primary .h1, .card.theme-primary .h2, .card.theme-primary .h3, .card.theme-primary .h4, .card.theme-primary .h5, .card.theme-primary .h6, .card.theme-primary .p {
      color: #fff; }
    .card.theme-primary a:not(.btn) {
      color: #fff; }
      .card.theme-primary a:not(.btn):hover, .card.theme-primary a:not(.btn):focus, .card.theme-primary a:not(.btn):active {
        color: #ebe7eb; }
    .card.theme-primary .muted {
      color: #bfbfbf; }
  .card.theme-black {
    background-color: #000;
    color: #fff; }
    .card.theme-black h1, .card.theme-black h2, .card.theme-black h3, .card.theme-black h4, .card.theme-black h5, .card.theme-black h6, .card.theme-black p, .card.theme-black .h1, .card.theme-black .h2, .card.theme-black .h3, .card.theme-black .h4, .card.theme-black .h5, .card.theme-black .h6, .card.theme-black .p {
      color: #fff; }
    .card.theme-black a:not(.btn) {
      color: #fff; }
      .card.theme-black a:not(.btn):hover, .card.theme-black a:not(.btn):focus, .card.theme-black a:not(.btn):active {
        color: #ebe7eb; }
    .card.theme-black .muted {
      color: #bfbfbf; }
  .card.theme-dark {
    background-color: #333333;
    color: #fff; }
    .card.theme-dark h1, .card.theme-dark h2, .card.theme-dark h3, .card.theme-dark h4, .card.theme-dark h5, .card.theme-dark h6, .card.theme-dark p, .card.theme-dark .h1, .card.theme-dark .h2, .card.theme-dark .h3, .card.theme-dark .h4, .card.theme-dark .h5, .card.theme-dark .h6, .card.theme-dark .p {
      color: #fff; }
    .card.theme-dark a:not(.btn) {
      color: #fff; }
      .card.theme-dark a:not(.btn):hover, .card.theme-dark a:not(.btn):focus, .card.theme-dark a:not(.btn):active {
        color: #ebe7eb; }
    .card.theme-dark .muted {
      color: #bfbfbf; }
  .card.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light {
    background-color: #e5e3e3;
    color: #000; }
    .card.theme-mid h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h1, .card.theme-mid h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h2, .card.theme-mid h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h3, .card.theme-mid h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h4, .card.theme-mid h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h5, .card.theme-mid h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light h6, .card.theme-mid p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light p, .card.theme-mid .h1, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h1, .card.theme-mid .h2, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h2, .card.theme-mid .h3, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h3, .card.theme-mid .h4, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h4, .card.theme-mid .h5, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h5, .card.theme-mid .h6, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .h6, .card.theme-mid .p, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .p {
      color: #000; }
    .card.theme-mid a:not(.btn), .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light a:not(.btn) {
      color: #000; }
      .card.theme-mid a:not(.btn):hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light a:not(.btn):hover, .card.theme-mid a:not(.btn):focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light a:not(.btn):focus, .card.theme-mid a:not(.btn):active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .card.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .card.components.component-text_group.theme-light .muted {
      color: #bfbfbf; }
  .card.theme-light {
    background-color: #e8e8e8;
    color: #000; }
    .card.theme-light h1, .card.theme-light h2, .card.theme-light h3, .card.theme-light h4, .card.theme-light h5, .card.theme-light h6, .card.theme-light p, .card.theme-light .h1, .card.theme-light .h2, .card.theme-light .h3, .card.theme-light .h4, .card.theme-light .h5, .card.theme-light .h6, .card.theme-light .p {
      color: #000; }
    .card.theme-light a:not(.btn) {
      color: #000; }
      .card.theme-light a:not(.btn):hover, .card.theme-light a:not(.btn):focus, .card.theme-light a:not(.btn):active {
        color: #ebe7eb; }
    .card.theme-light .muted {
      color: #bfbfbf; }
  .card.theme-secondary {
    background-color: #fff;
    color: #000; }
    .card.theme-secondary h1, .card.theme-secondary h2, .card.theme-secondary h3, .card.theme-secondary h4, .card.theme-secondary h5, .card.theme-secondary h6, .card.theme-secondary p, .card.theme-secondary .h1, .card.theme-secondary .h2, .card.theme-secondary .h3, .card.theme-secondary .h4, .card.theme-secondary .h5, .card.theme-secondary .h6, .card.theme-secondary .p {
      color: #000; }
    .card.theme-secondary a:not(.btn) {
      color: #000; }
      .card.theme-secondary a:not(.btn):hover, .card.theme-secondary a:not(.btn):focus, .card.theme-secondary a:not(.btn):active {
        color: #ebe7eb; }
    .card.theme-secondary .muted {
      color: #bfbfbf; }
  .card.theme-featured {
    background-color: #ab9159;
    color: #fff; }
    .card.theme-featured h1, .card.theme-featured h2, .card.theme-featured h3, .card.theme-featured h4, .card.theme-featured h5, .card.theme-featured h6, .card.theme-featured p, .card.theme-featured .h1, .card.theme-featured .h2, .card.theme-featured .h3, .card.theme-featured .h4, .card.theme-featured .h5, .card.theme-featured .h6, .card.theme-featured .p {
      color: #fff; }
    .card.theme-featured a:not(.btn) {
      color: #fff; }
      .card.theme-featured a:not(.btn):hover, .card.theme-featured a:not(.btn):focus, .card.theme-featured a:not(.btn):active {
        color: #000; }
    .card.theme-featured .muted {
      color: #bfbfbf; }
  .card.theme-corporate {
    background-color: #725f74;
    color: #fff; }
    .card.theme-corporate h1, .card.theme-corporate h2, .card.theme-corporate h3, .card.theme-corporate h4, .card.theme-corporate h5, .card.theme-corporate h6, .card.theme-corporate p, .card.theme-corporate .h1, .card.theme-corporate .h2, .card.theme-corporate .h3, .card.theme-corporate .h4, .card.theme-corporate .h5, .card.theme-corporate .h6, .card.theme-corporate .p {
      color: #fff; }
    .card.theme-corporate a:not(.btn) {
      color: #fff; }
      .card.theme-corporate a:not(.btn):hover, .card.theme-corporate a:not(.btn):focus, .card.theme-corporate a:not(.btn):active {
        color: #ab9159; }
    .card.theme-corporate .muted {
      color: #bfbfbf; }
  .card.theme-transparent {
    background-color: transparent;
    color: #fff; }
    .card.theme-transparent h1, .card.theme-transparent h2, .card.theme-transparent h3, .card.theme-transparent h4, .card.theme-transparent h5, .card.theme-transparent h6, .card.theme-transparent p, .card.theme-transparent .h1, .card.theme-transparent .h2, .card.theme-transparent .h3, .card.theme-transparent .h4, .card.theme-transparent .h5, .card.theme-transparent .h6, .card.theme-transparent .p {
      color: #fff; }
    .card.theme-transparent a:not(.btn) {
      color: #fff; }
      .card.theme-transparent a:not(.btn):hover, .card.theme-transparent a:not(.btn):focus, .card.theme-transparent a:not(.btn):active {
        color: #ebe7eb; }
    .card.theme-transparent .muted {
      color: #bfbfbf; }

@media (min-width: 1200px) {
  .field.field--name-field-ref-client-stories .field__item .card-view_mode--preview .card-wrapper {
    padding-top: 0; } }

.field.field--name-field-ref-client-stories .field__item .card-view_mode--preview .card-container {
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 1200px) {
  .card-headings {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0; } }

.card-headings .title, .card-headings .subtitle {
  text-align: left; }

/**
 * @todo: sets custom styles for basic node in frontpage.
*/
.path-frontpage.page-node-type-page .layout-container {
  position: relative; }

@media (min-width: 1200px) {
  .path-frontpage.page-node-type-page .region-header #HeaderNavbar #CollapseNavBars {
    background-color: transparent; } }

.path-frontpage main {
  top: auto; }
  .path-frontpage main #SearchForm {
    padding-top: 0; }

.path-search .region-search .block-views-exposed-filter-blocksearch-sitesearch#block-sitesearch {
  height: auto;
  padding: 6rem 0; }

.path-user #auth_box {
  width: 50%;
  margin: 0 auto;
  padding: 1rem 0 0;
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .path-user #auth_box #top_part {
    margin: 0 auto; }
    .path-user #auth_box #top_part a {
      display: block; }
      .path-user #auth_box #top_part a img {
        display: block; }
  .path-user #auth_box #middle_part {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    overflow: hidden; }
    .path-user #auth_box #middle_part .region.region-content {
      margin-top: 0; }
    .path-user #auth_box #middle_part .title {
      display: none; }
    .path-user #auth_box #middle_part .block-local-tasks-block .container {
      max-width: 100%;
      padding: 0; }
    .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs {
      list-style: none;
      padding-left: 0;
      border-bottom: 1px solid transparent; }
      .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li {
        display: inline-block;
        margin-right: 0.5rem;
        /* LTR */ }
        .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li a {
          display: block;
          padding: 0 1rem 0 0;
          text-decoration: none;
          border: 1px solid transparent;
          border-bottom-width: 0;
          border-radius: 0;
          font-size: 1rem; }
          .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li a.is-active {
            background-color: transparent;
            color: #47b3e7;
            border-color: transparent; }
          .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li a:focus, .path-user #auth_box #middle_part .block-local-tasks-block ul.tabs > li a:hover {
            text-decoration: underline; }
    .path-user #auth_box #middle_part .user-login-form label, .path-user #auth_box #middle_part .user-pass label {
      color: #000; }
    .path-user #auth_box #middle_part .user-login-form .form-text, .path-user #auth_box #middle_part .user-pass .form-text {
      border-color: #bfbfbf; }
      .path-user #auth_box #middle_part .user-login-form .form-text:hover, .path-user #auth_box #middle_part .user-login-form .form-text:focus, .path-user #auth_box #middle_part .user-login-form .form-text:active, .path-user #auth_box #middle_part .user-pass .form-text:hover, .path-user #auth_box #middle_part .user-pass .form-text:focus, .path-user #auth_box #middle_part .user-pass .form-text:active {
        border-color: #000; }
    .path-user #auth_box #middle_part .user-login-form .form-actions, .path-user #auth_box #middle_part .user-pass .form-actions {
      margin-top: 1rem;
      display: flex;
      align-items: center;
      justify-content: center; }
    .path-user #auth_box #middle_part .user-login-form .form-submit, .path-user #auth_box #middle_part .user-pass .form-submit {
      float: none; }
  .path-user #auth_box #bottom_part {
    padding: 1rem; }

.dialog-off-canvas-main-canvas {
  max-width: 100%;
  min-width: 300px; }

.visually-hidden {
  display: none; }

*:focus {
  outline: none; }

.card {
  /* theming */ }
  .card-cta .card-link.goto-card {
    font-weight: 400; }
    .card-cta .card-link.goto-card .text-label::after {
      content: none; }
  .card-view_mode--teaser .card-headings .card-link:hover, .card-view_mode--teaser .card-headings .card-link:focus, .card-view_mode--teaser .card-headings .card-link:active, .card-view_mode--card .card-headings .card-link:hover, .card-view_mode--card .card-headings .card-link:focus, .card-view_mode--card .card-headings .card-link:active {
    text-decoration: underline;
    color: #725f74 !important; }

.view.view-article-types.view-display-id-article_sticky_page {
  overflow: hidden;
  margin-top: 2rem; }
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%; }

@media (min-width: 1200px) and (min-width: 576px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 100%; } }

@media (min-width: 1200px) and (min-width: 768px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 100%; } }

@media (min-width: 1200px) and (min-width: 992px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 960px; } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 1140px; } }

@media (min-width: 1200px) and (min-width: 1440px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 1400px; } }

@media (min-width: 1200px) and (min-width: 2440px) {
  .view.view-article-types.view-display-id-article_sticky_page .view-content {
    max-width: 2400px; } }
    .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav {
      margin-top: 1rem;
      z-index: 2; }
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next,
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev {
        bottom: 0; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next span,
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev span {
          visibility: unset;
          background-repeat: no-repeat; }
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next span::after,
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev span::after {
            content: none; }
        @media (min-width: 768px) {
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next,
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev {
            bottom: 1rem; } }
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next {
        right: 5%; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next span {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next:hover span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next:focus span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-next:active span {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='rgba%280, 0, 0, 0.5%29' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev {
        left: 5%; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev span {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev:hover span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev:focus span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-nav .owl-prev:active span {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='rgba%280, 0, 0, 0.5%29' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }
    .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots {
      bottom: 1rem; }
      .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot {
        margin: 0 0.5rem; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot span {
          border-radius: 0;
          background-color: #000;
          padding: 0;
          height: 0.5rem;
          width: 3rem; }
          .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot span::after {
            content: none; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot:hover span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot:focus span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot:active span {
          background-color: #000; }
        .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot.active:hover span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot.active:focus span, .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded .owl-dots .owl-dot.active:active span {
          background-color: #000; }
    .view.view-article-types.view-display-id-article_sticky_page .view-content.owl-loaded.--minimal .owl-stage-outer {
      overflow: hidden; }

.view.view-article-types.view-display-id-article_type_listing > .view-content .views-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row {
  margin-top: 12rem;
  margin-bottom: 12rem; }
  @media (min-width: 992px) {
    .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-row, .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-fluid .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-sm .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-md .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-lg .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xl .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxl .component-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row:nth-of-type(even) .node-view_mode--article_magazine_item_reference.components.component-reference .container-xxxl .component-row {
      flex-direction: row-reverse; } }
  .view.view-article-types.view-display-id-article_type_listing > .view-content .views-row + .views-row, .view.view-article-types.view-display-id-article_type_listing_magazine > .view-content .views-row + .views-row {
    margin-top: 12rem; }

@media (min-width: 1200px) {
  .components.component-productintro .component-row {
    flex-direction: row; } }

.components.component-productintro .component-col-content {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-productintro .component-col-content {
      flex: 0 0 50%;
      max-width: 50%; } }

.components.component-productintro .component-col-image, .components.component-productintro .component-col-video {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media (min-width: 1200px) {
    .components.component-productintro .component-col-image, .components.component-productintro .component-col-video {
      flex: 0 0 50%;
      max-width: 50%; } }
  .components.component-productintro .component-col-image .thumbnail, .components.component-productintro .component-col-video .thumbnail {
    width: 100%; }

.components.component-productintro .image, .components.component-productintro .header, .components.component-productintro .body, .components.component-productintro .footer {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .components.component-productintro .image, .components.component-productintro .header, .components.component-productintro .body, .components.component-productintro .footer {
      flex: 0; } }

.components.component-productintro .header {
  margin-top: 2.3rem;
  margin-bottom: 1.5rem; }
  .components.component-productintro .header .title {
    font-size: 3.25rem;
    font-weight: 400;
    font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .components.component-productintro .header .title {
        font-size: 8vw; } }
  .components.component-productintro .header .subtitle.-categories {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
    line-height: 1;
    display: inline-block;
    color: #725f74;
    margin-top: 0.5rem;
    margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .components.component-productintro .header .subtitle.-categories {
        font-size: 4vw; } }
    .components.component-productintro .header .subtitle.-categories .text-label::after {
      content: ", "; }
    .components.component-productintro .header .subtitle.-categories .text-label:last-of-type::after {
      content: none; }

.components.component-productintro .body {
  margin-bottom: 2.5rem; }
  .components.component-productintro .body > .field__item > ul {
    padding-top: 0; }

.components.component-productintro .properties .field {
  margin-bottom: 1.5rem; }
  .components.component-productintro .properties .field__label {
    font-weight: 600; }

.components.component-productintro .image .image-thumbnail {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
  max-height: 90vh; }
  @media (min-width: 1200px) {
    .components.component-productintro .image .image-thumbnail {
      max-height: 40rem; } }

@media (min-width: 1200px) {
  .components.component-productintro .footer .video {
    display: flex;
    justify-content: flex-start; } }

.components.component-productintro .scroller {
  position: absolute;
  bottom: 0; }
  .components.component-productintro .scroller .goto-element {
    padding: 1rem 1rem 1rem 0; }

.components.component-productintro .field--name-field-ref-tax-prod-category.field--label-inline, .components.component-productintro .field--name-field-ref-tax-prod-type.field--label-inline, .components.component-productintro .field--name-field-ref-tax-prod-year.field--label-inline, .components.component-productintro .field--name-field-ref-tax-prod-grapes.field--label-inline, .components.component-productintro .field--name-field-ref-tax-prod-origin.field--label-inline {
  display: flex; }
  .components.component-productintro .field--name-field-ref-tax-prod-category.field--label-inline .field__label::after, .components.component-productintro .field--name-field-ref-tax-prod-type.field--label-inline .field__label::after, .components.component-productintro .field--name-field-ref-tax-prod-year.field--label-inline .field__label::after, .components.component-productintro .field--name-field-ref-tax-prod-grapes.field--label-inline .field__label::after, .components.component-productintro .field--name-field-ref-tax-prod-origin.field--label-inline .field__label::after {
    content: ":";
    padding-right: 0.5rem; }

.components.component-productintro .field--name-field-ref-tax-prod-category .field__items, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items {
  display: inline; }
  @media (min-width: 1200px) {
    .components.component-productintro .field--name-field-ref-tax-prod-category .field__items, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items {
      display: flex;
      flex-direction: row; } }
  .components.component-productintro .field--name-field-ref-tax-prod-category .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items .field__item {
    display: inline; }
    @media (min-width: 1200px) {
      .components.component-productintro .field--name-field-ref-tax-prod-category .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items .field__item, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items .field__item {
        display: block; } }
    .components.component-productintro .field--name-field-ref-tax-prod-category .field__items .field__item::after, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items .field__item::after, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items .field__item::after, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items .field__item::after, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items .field__item::after {
      content: ",";
      padding-right: 0.5rem; }
    .components.component-productintro .field--name-field-ref-tax-prod-category .field__items .field__item:last-of-type::after, .components.component-productintro .field--name-field-ref-tax-prod-type .field__items .field__item:last-of-type::after, .components.component-productintro .field--name-field-ref-tax-prod-year .field__items .field__item:last-of-type::after, .components.component-productintro .field--name-field-ref-tax-prod-grapes .field__items .field__item:last-of-type::after, .components.component-productintro .field--name-field-ref-tax-prod-origin .field__items .field__item:last-of-type::after {
      content: none; }

.components.component-hero > .wrapper > .container,
.components.component-hero > .wrapper > .container-fluid,
.components.component-hero > .wrapper > .container-sm,
.components.component-hero > .wrapper > .container-md,
.components.component-hero > .wrapper > .container-lg,
.components.component-hero > .wrapper > .container-xl,
.components.component-hero > .wrapper > .container-xxl,
.components.component-hero > .wrapper > .container-xxxl {
  flex-direction: column; }
  .components.component-hero > .wrapper > .container:before, .components.component-hero > .wrapper > .container-fluid:before, .components.component-hero > .wrapper > .container-sm:before, .components.component-hero > .wrapper > .container-md:before, .components.component-hero > .wrapper > .container-lg:before, .components.component-hero > .wrapper > .container-xl:before, .components.component-hero > .wrapper > .container-xxl:before, .components.component-hero > .wrapper > .container-xxxl:before {
    display: none !important; }
  .components.component-hero > .wrapper > .container .hero-heading, .components.component-hero > .wrapper > .container .hero-subtitle, .components.component-hero > .wrapper > .container .hero-image, .components.component-hero > .wrapper > .container-fluid .hero-heading, .components.component-hero > .wrapper > .container-sm .hero-heading, .components.component-hero > .wrapper > .container-md .hero-heading, .components.component-hero > .wrapper > .container-lg .hero-heading, .components.component-hero > .wrapper > .container-xl .hero-heading, .components.component-hero > .wrapper > .container-xxl .hero-heading, .components.component-hero > .wrapper > .container-xxxl .hero-heading, .components.component-hero > .wrapper > .container-fluid .hero-subtitle, .components.component-hero > .wrapper > .container-sm .hero-subtitle, .components.component-hero > .wrapper > .container-md .hero-subtitle, .components.component-hero > .wrapper > .container-lg .hero-subtitle, .components.component-hero > .wrapper > .container-xl .hero-subtitle, .components.component-hero > .wrapper > .container-xxl .hero-subtitle, .components.component-hero > .wrapper > .container-xxxl .hero-subtitle, .components.component-hero > .wrapper > .container-fluid .hero-image, .components.component-hero > .wrapper > .container-sm .hero-image, .components.component-hero > .wrapper > .container-md .hero-image, .components.component-hero > .wrapper > .container-lg .hero-image, .components.component-hero > .wrapper > .container-xl .hero-image, .components.component-hero > .wrapper > .container-xxl .hero-image, .components.component-hero > .wrapper > .container-xxxl .hero-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .components.component-hero > .wrapper > .container .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-fluid .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-sm .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-md .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-lg .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xl .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xxl .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xxxl .hero-heading h1.page-heading {
    font-size: 2.625rem; }
    @media (max-width: 767.98px) {
      .components.component-hero > .wrapper > .container .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-fluid .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-sm .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-md .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-lg .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xl .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xxl .hero-heading h1.page-heading, .components.component-hero > .wrapper > .container-xxxl .hero-heading h1.page-heading {
        font-size: 7vw; } }
  .components.component-hero > .wrapper > .container .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-fluid .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-sm .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-md .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-lg .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-xl .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-xxl .hero-subtitle .page-subtitle, .components.component-hero > .wrapper > .container-xxxl .hero-subtitle .page-subtitle {
    font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5; }
  .components.component-hero > .wrapper > .container .hero-image article, .components.component-hero > .wrapper > .container-fluid .hero-image article, .components.component-hero > .wrapper > .container-sm .hero-image article, .components.component-hero > .wrapper > .container-md .hero-image article, .components.component-hero > .wrapper > .container-lg .hero-image article, .components.component-hero > .wrapper > .container-xl .hero-image article, .components.component-hero > .wrapper > .container-xxl .hero-image article, .components.component-hero > .wrapper > .container-xxxl .hero-image article {
    opacity: .9;
    justify-content: center; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper > .container .hero-heading, .components.component-hero > .wrapper > .container-fluid .hero-heading, .components.component-hero > .wrapper > .container-sm .hero-heading, .components.component-hero > .wrapper > .container-md .hero-heading, .components.component-hero > .wrapper > .container-lg .hero-heading, .components.component-hero > .wrapper > .container-xl .hero-heading, .components.component-hero > .wrapper > .container-xxl .hero-heading, .components.component-hero > .wrapper > .container-xxxl .hero-heading {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      text-align: right; }
    .components.component-hero > .wrapper > .container .hero-subtitle, .components.component-hero > .wrapper > .container-fluid .hero-subtitle, .components.component-hero > .wrapper > .container-sm .hero-subtitle, .components.component-hero > .wrapper > .container-md .hero-subtitle, .components.component-hero > .wrapper > .container-lg .hero-subtitle, .components.component-hero > .wrapper > .container-xl .hero-subtitle, .components.component-hero > .wrapper > .container-xxl .hero-subtitle, .components.component-hero > .wrapper > .container-xxxl .hero-subtitle {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      text-align: left; }
    .components.component-hero > .wrapper > .container .hero-image, .components.component-hero > .wrapper > .container-fluid .hero-image, .components.component-hero > .wrapper > .container-sm .hero-image, .components.component-hero > .wrapper > .container-md .hero-image, .components.component-hero > .wrapper > .container-lg .hero-image, .components.component-hero > .wrapper > .container-xl .hero-image, .components.component-hero > .wrapper > .container-xxl .hero-image, .components.component-hero > .wrapper > .container-xxxl .hero-image {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    .components.component-hero > .wrapper > .container .hero-cta, .components.component-hero > .wrapper > .container-fluid .hero-cta, .components.component-hero > .wrapper > .container-sm .hero-cta, .components.component-hero > .wrapper > .container-md .hero-cta, .components.component-hero > .wrapper > .container-lg .hero-cta, .components.component-hero > .wrapper > .container-xl .hero-cta, .components.component-hero > .wrapper > .container-xxl .hero-cta, .components.component-hero > .wrapper > .container-xxxl .hero-cta {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      display: flex;
      flex-direction: row;
      justify-content: center;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      flex: 0 1 auto; } }

.components.component-hero.has-bg-image {
  background-position: center top; }

.components.component-hero.theme-vertical > .wrapper > .container .component-row, .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row, .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row, .components.component-hero.theme-vertical > .wrapper > .container-md .component-row, .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row, .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row, .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row {
  flex-direction: column;
  flex-wrap: nowrap; }

.components.component-hero.theme-vertical > .wrapper > .container .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-image {
  flex: 0 0 auto;
  max-width: unset; }

@media (min-width: 1200px) {
  .components.component-text_group.paragraph--view-mode--centered .component-row {
    justify-content: center; }
  .components.component-text_group.paragraph--view-mode--centered .component-col-body {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; } }

.components.component-text_group .component-col-content .header {
  font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .components.component-text_group .component-col-content .header .title {
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 2.25rem; }
    @media (max-width: 767.98px) {
      .components.component-text_group .component-col-content .header .title {
        font-size: 6vw; } }
    @media (min-width: 1200px) {
      .components.component-text_group .component-col-content .header .title {
        font-size: 3.375rem; } }
  @media (min-width: 1200px) {
    .components.component-text_group .component-col-content .header {
      padding-right: 4.125rem; } }

.components.component-text_group .component-col-body .body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 3.5rem; }

.components.component-text_group .component-col-body .cta {
  display: flex;
  justify-content: center; }
  @media (min-width: 1200px) {
    .components.component-text_group .component-col-body .cta {
      justify-content: flex-start; } }

.components.component-text_group .goto.goto-link .text-label {
  font-size: 1.75rem; }

.components.component-rich_content .container {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.components.component-rich_content .component-col-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-left: 0;
  margin-right: 0;
  flex: 1 0 100%;
  max-width: 100%;
  width: auto; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-col-content {
      flex-direction: row; } }
  .components.component-rich_content .component-col-content .header {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .components.component-rich_content .component-col-content .header {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0; } }
    .components.component-rich_content .component-col-content .header .title {
      text-align: center; }
      @media (min-width: 1200px) {
        .components.component-rich_content .component-col-content .header .title {
          padding-right: 7rem;
          text-align: left; } }
    .components.component-rich_content .component-col-content .header .subtitle {
      text-align: center;
      font-size: 1.25rem;
      line-height: 1.5; }
      @media (min-width: 1200px) {
        .components.component-rich_content .component-col-content .header .subtitle {
          text-align: left; } }
  .components.component-rich_content .component-col-content .body {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .components.component-rich_content .component-col-content .body {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0; } }

.components.component-rich_content .component-col-media {
  display: block;
  width: 100%; }

.components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content .component-col-image, .components.component-rich_content .component-col-video {
      margin-top: 1.5rem; } }

.components.component-rich_content .component-col-footer {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.components.component-rich_content .component-col-video.-local.play, .components.component-rich_content .component-col-video.-local.still {
  cursor: pointer; }

.components.component-rich_content .component-col-video.-local.still:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='104' height='104'%3e%3cpath fill='%23e8e8e8' d='M77 52L37 75L37 29L77 52Z'/%3e%3cpath stroke='%23e8e8e8' stroke-width='4' fill='none' d='M52 102C24.35 102 2 79.65 2 52C2 24.35 24.35 2 52 2C79.65 2 102 24.35 102 52C102 79.65 79.65 102 52 102Z'/%3e%3c/svg%3e");
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75; }

.components.component-rich_content .component-col-video.-local:hover.still:after, .components.component-rich_content .component-col-video.-local:focus.still:after {
  opacity: 9; }

.components.component-rich_content .component-col-video.-local .field.field--name-field-media-video-local {
  display: block;
  width: 100%; }
  .components.component-rich_content .component-col-video.-local .field.field--name-field-media-video-local article {
    display: block; }
  .components.component-rich_content .component-col-video.-local .field.field--name-field-media-video-local video {
    display: block;
    width: 100%;
    height: auto; }

.components.component-rich_content .footer {
  margin-top: 3rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content .footer {
      align-items: center; } }

.components.component-rich_content .cta {
  display: flex;
  justify-content: center;
  margin-top: 0;
  flex: 1 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content .cta {
      justify-content: flex-start; } }
  .components.component-rich_content .cta .field.field--name-field-cta {
    max-width: 100%; }

.components.component-rich_content .goto.goto-link {
  max-width: 100%; }
  .components.component-rich_content .goto.goto-link .text-label {
    font-size: 1.75rem; }

.components.component-rich_content.theme-featured .goto.goto-link::before {
  background-image: "none"; }

.components.component-rich_content.theme-featured .goto.goto-link::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.component-rich_content.theme-featured .goto.goto-link .text-label {
  color: #fff; }

.components.component-rich_content.theme-featured .goto.goto-link:hover::before, .components.component-rich_content.theme-featured .goto.goto-link:focus::before, .components.component-rich_content.theme-featured .goto.goto-link:active::before {
  background-image: "none"; }

.components.component-rich_content.theme-featured .goto.goto-link:hover::after, .components.component-rich_content.theme-featured .goto.goto-link:focus::after, .components.component-rich_content.theme-featured .goto.goto-link:active::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23725f74' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.component-rich_content.theme-featured .goto.goto-link:hover .text-label, .components.component-rich_content.theme-featured .goto.goto-link:focus .text-label, .components.component-rich_content.theme-featured .goto.goto-link:active .text-label {
  color: #725f74; }

.components.component-rich_content-centered .component-row {
  justify-content: center; }

.components.component-rich_content-centered .component-col-content {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-left: 0; }
  @media (min-width: 1200px) {
    .components.component-rich_content-centered .component-col-content {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; } }
  .components.component-rich_content-centered .component-col-content .header .title {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase; }
  .components.component-rich_content-centered .component-col-content .header .subtitle {
    font-size: 1.25rem;
    line-height: 1.5; }

.components.component-rich_content-centered .component-col-image, .components.component-rich_content-centered .component-col-video {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0; }

.components.component-rich_content-centered .component-col-footer {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-row {
  flex-direction: row; }

@media (min-width: 1200px) {
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content {
    flex: 0 0 50%;
    max-width: 50%;
    flex-direction: row;
    align-content: center; } }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header {
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header .title {
      padding-right: 7rem; } }
  .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .header .subtitle {
    font-size: 1.25rem;
    line-height: 1.5; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .body {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .body {
      flex: 0 0 100%;
      max-width: 100%; } }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-content .footer {
  margin: 0; }

.components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-image, .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-video {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-image, .components.component-rich_content.paragraph--view-mode--rc-2cols .component-col-video {
      flex: 0 0 50%;
      max-width: 50%;
      margin-top: 0; } }

.components.component-rich_content.layout-right .component-row {
  flex-direction: column-reverse; }
  .components.component-rich_content.layout-right .component-row .component-col-content {
    flex-direction: row-reverse; }

.components.component-filelist .component-row {
  margin-top: 2.5rem; }
  .components.component-filelist .component-row:first-of-type {
    margin-top: 0; }
  @media (min-width: 992px) {
    .components.component-filelist .component-row .files {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
    text-decoration: none;
    flex-direction: column;
    line-height: 1;
    transition: all ease-in-out 200ms; }
    @media (min-width: 992px) {
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
        flex-direction: row; } }
    @media (max-width: 991.98px) {
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-name, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
        margin: 1rem 0; } }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-name {
      display: block;
      width: auto;
      margin-right: 0;
      font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
      font-size: 1rem;
      font-weight: 400;
      text-transform: uppercase;
      text-align: left; }
      @media (min-width: 992px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-name {
          flex: 0.4 0 25rem;
          margin-right: 0;
          max-width: 25rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 1.375rem;
          margin-bottom: 0; } }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-size {
      font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 0.875rem;
      flex-grow: 0;
      white-space: nowrap;
      display: block;
      width: 100%; }
      @media (min-width: 992px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-size {
          line-height: 2;
          font-size: 1rem;
          margin-bottom: 0;
          padding: 0 1rem; } }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
      font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
      color: #725f74;
      white-space: nowrap;
      align-self: flex-start;
      display: flex; }
      @media (min-width: 992px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
          align-self: flex-end;
          flex: 0.5;
          display: flex;
          text-align: right;
          margin-top: 0;
          flex-direction: row;
          align-items: flex-end;
          align-content: center;
          justify-content: space-around;
          line-height: 1; } }
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label:before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label:after {
        content: "";
        font-family: inherit;
        display: flex;
        width: 1rem;
        height: 1rem;
        background: none transparent no-repeat center center;
        padding: 0;
        margin: 0;
        line-height: 1; }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active {
      transition: all ease-in-out 200ms; }
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label {
        transition: all ease-in-out 200ms; }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label::before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label::before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label::before {
          transition: all ease-in-out 200ms; }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label::after, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label::after, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label::after {
          transition: all ease-in-out 200ms; }

.components.component-contentbrowser .component-row {
  flex-direction: column; }

.components.component-contentbrowser .component-col-headings {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  flex-direction: row; }
  .components.component-contentbrowser .component-col-headings .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
    .components.component-contentbrowser .component-col-headings .header .title, .components.component-contentbrowser .component-col-headings .header .subtitle {
      text-align: center; }
    .components.component-contentbrowser .component-col-headings .header .title {
      text-transform: uppercase;
      line-height: 1.1;
      font-weight: 400;
      letter-spacing: 1.5px;
      font-size: 2.25rem; }
      @media (min-width: 1200px) {
        .components.component-contentbrowser .component-col-headings .header .title {
          font-size: 3.375rem; } }

.components.component-contentbrowser .component-col-body {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  align-self: center; }
  .components.component-contentbrowser .component-col-body .body {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 3.5rem; }
    @media (min-width: 1200px) {
      .components.component-contentbrowser .component-col-body .body {
        height: 100%;
        margin-bottom: 0; } }
  .components.component-contentbrowser .component-col-body .cta {
    display: flex;
    justify-content: center; }
    @media (min-width: 1200px) {
      .components.component-contentbrowser .component-col-body .cta {
        justify-content: flex-start; } }

.components.component-contentbrowser .contentbrowser-carousel.-cards_cta-hide .card .card-cta {
  display: none; }

.components.component-contentbrowser_experience .component-col-content .body {
  margin-bottom: 2.5rem; }

.components.component-contentbrowser_experience .component-col-content .footer {
  margin-bottom: 2.5rem; }

.components.component-productgallery > .wrapper .container .component-row {
  flex-direction: column; }
  .components.component-productgallery > .wrapper .container .component-row .component-col-headings {
    text-align: center; }
  .components.component-productgallery > .wrapper .container .component-row .component-col-body {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%; }

.components.component-productgallery .component-col-headings {
  width: 100%;
  text-align: center; }
  .components.component-productgallery .component-col-headings .title {
    margin-bottom: 0;
    text-align: center; }

.components.component-productgallery .component-col-body {
  text-align: center; }

.components.component-infographic .wrapper .container .infographics {
  flex-direction: row; }

.components.component-infographic .wrapper .container .component-infocard.has_image .infocard-header {
  flex-direction: column; }
  .components.component-infographic .wrapper .container .component-infocard.has_image .infocard-header img.image-thumbnail {
    width: auto;
    margin: 0 auto;
    display: block; }

.components.component-infographic .wrapper .container .component-infocard .infocard-header {
  justify-content: center; }

.components.component-infographic .wrapper .container .component-infocard .infocard-body {
  justify-content: center; }

.components.component-infographic .wrapper .container .infographic-items-carousel .components {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0; }

.components.component-infographic .wrapper .container .infographic-items-carousel .owl-stage-outer {
  overflow: hidden; }

.components.component-features .wrapper .container .features {
  flex-direction: row;
  justify-content: center; }

.components.component-features .wrapper .container .owl-loaded .owl-stage-outer {
  overflow: hidden; }

.components.component-features .wrapper .container .owl-loaded .owl-nav {
  width: calc(100% - 3rem);
  margin: 0 auto; }

.components.component-features .wrapper .container .component-card {
  background-color: transparent;
  width: 100%; }
  .components.component-features .wrapper .container .component-card .card-image {
    padding: 0; }
    .components.component-features .wrapper .container .component-card .card-image .term.term--type-prod_features {
      min-height: 8rem;
      background-color: transparent;
      background-position: top center;
      background-size: 7rem; }
  .components.component-features .wrapper .container .component-card .card-headings {
    padding: 0;
    margin: 0 0 1rem 0; }
    .components.component-features .wrapper .container .component-card .card-headings .title {
      margin: 0;
      text-align: center;
      font-size: 2rem;
      padding: 1.5rem 0;
      letter-spacing: 0.05rem; }
  .components.component-features .wrapper .container .component-card .card-body {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.22rem; }

.components.component-reference .reference-wrapper {
  padding-bottom: 0; }

.components.component-reference .reference-container-fluid {
  margin-top: 3.5rem;
  padding-left: 0;
  padding-right: 0; }
  .components.component-reference .reference-container-fluid article.media {
    position: relative; }

.components.component-reference .component-col-content .header {
  font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
  .components.component-reference .component-col-content .header .title {
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 2.25rem; }
    @media (min-width: 1200px) {
      .components.component-reference .component-col-content .header .title {
        font-size: 3.375rem; } }
  @media (min-width: 1200px) {
    .components.component-reference .component-col-content .header {
      padding-right: 4.125rem; } }

.components.component-reference .component-col-body .body {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 3.5rem; }
  @media (min-width: 1200px) {
    .components.component-reference .component-col-body .body {
      margin-bottom: 2.5rem; } }

.components.component-reference .component-col-body .cta {
  display: flex;
  justify-content: center; }
  @media (min-width: 1200px) {
    .components.component-reference .component-col-body .cta {
      justify-content: flex-start; } }

.components.component-reference.-product .wrapper {
  background-color: transparent;
  background-image: none;
  background-position: top left;
  background-repeat: repeat;
  background-size: contain; }

.components.component-reference.-product .component-col-content {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .components.component-reference.-product .component-col-content .header, .components.component-reference.-product .component-col-content .body, .components.component-reference.-product .component-col-content .footer {
    flex-basis: 0; }

.components.component-reference.-product .component-col-image {
  display: flex;
  justify-content: center;
  background-color: transparent;
  background-image: none;
  background-position: top left;
  background-repeat: repeat; }
  .components.component-reference.-product .component-col-image .image {
    height: 90vh;
    max-height: 640px;
    display: block;
    margin-bottom: 2rem; }

.components.component-reference.-product .header .title, .components.component-reference.-product .header .subtitle {
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: left;
  color: #ab9159; }

.components.component-reference.-product .header .title {
  font-size: 3.375rem; }
  @media (max-width: 767.98px) {
    .components.component-reference.-product .header .title {
      font-size: 7vw; } }
  .components.component-reference.-product .header .title .text-label {
    display: block; }

.components.component-reference.-product .body {
  margin-top: 1.5rem; }

.components.component-reference.-product .footer {
  margin-top: 3rem; }

.components.component-reference.-product .image {
  width: auto; }

.components.component-taglist .taxonomies > .field__item {
  margin-right: 2rem; }
  .components.component-taglist .taxonomies > .field__item:last-child {
    margin-right: 0; }

.components.component-text_image > .wrapper > .container > .component-row {
  align-items: center; }

.components.component-text_image > .wrapper > .container .component-col-content {
  margin-top: 2rem; }
  @media (min-width: 1200px) {
    .components.component-text_image > .wrapper > .container .component-col-content {
      margin-top: 0; } }
  .components.component-text_image > .wrapper > .container .component-col-content .field__item {
    text-align: center; }
    @media (min-width: 1200px) {
      .components.component-text_image > .wrapper > .container .component-col-content .field__item {
        text-align: left; } }

.components.component-text_image .term.term--type-prod_features {
  min-height: 11rem;
  background-color: transparent;
  background-position: top center;
  background-size: 8rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column; }
  .components.component-text_image .term.term--type-prod_features .term-title {
    position: relative;
    min-height: 2rem;
    width: 100%;
    text-align: center;
    align-self: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.28px; }

.components.component-view-ref--experiences > .wrapper {
  padding-top: 0;
  padding-bottom: 0; }

@keyframes background_left {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(-45deg); }
  30% {
    opacity: 1; }
  70% {
    transform: translateX(-3rem) rotate(-45deg); }
  100% {
    transform: translateX(0) rotate(-45deg); } }

@keyframes background_right {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-45deg); }
  30% {
    opacity: 1; }
  70% {
    transform: translateX(3rem) rotate(-45deg); }
  100% {
    transform: translateX(0) rotate(-45deg); } }

@keyframes rear {
  0% {
    opacity: 0;
    transform: rotate(90deg); }
  75% {
    opacity: 1; }
  100% {
    transform: rotate(0deg); } }

@keyframes middle {
  0% {
    opacity: 0;
    transform: rotate(0deg); }
  25% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg); } }

@keyframes foreground {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes text {
  0% {
    opacity: 0;
    transform: translateY(3%); }
  100% {
    opacity: 1; } }

.components.component-kaleidoscope > .wrapper {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  position: relative; }
  @media (min-width: 1200px) {
    .components.component-kaleidoscope > .wrapper {
      align-items: center;
      flex-direction: row;
      height: 675px; } }
  .components.component-kaleidoscope > .wrapper .container {
    z-index: 20;
    flex: 1 0 100%; }
    @media (min-width: 1200px) {
      .components.component-kaleidoscope > .wrapper .container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start; } }
    .components.component-kaleidoscope > .wrapper .container .component-row {
      flex-direction: row; }
      @media (min-width: 1200px) {
        .components.component-kaleidoscope > .wrapper .container .component-row {
          width: 100%;
          flex-direction: row;
          flex: 1 0 100%; } }
      .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content {
        flex-basis: 100%;
        max-width: 100%; }
        @media (min-width: 1200px) {
          .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content {
            flex-basis: 50%;
            max-width: 50%;
            background-color: transparent;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: space-around;
            align-items: flex-start; } }
        .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .header {
          max-width: 100%;
          flex-basis: 100%; }
          @media (min-width: 1200px) {
            .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .header {
              flex: 0 0 auto; } }
        .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .body {
          max-width: 100%;
          flex-basis: 100%; }
          @media (min-width: 1200px) {
            .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .body {
              flex: 0 0 auto; } }
        .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .footer {
          max-width: 100%;
          flex-basis: 100%;
          margin-top: 3rem; }
          @media (min-width: 1200px) {
            .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content .footer {
              flex: 0 0 auto; } }
        .components.component-kaleidoscope > .wrapper .container .component-row .component-col-content.-text {
          opacity: 0;
          animation: 0.5s text forwards linear 0.5s; }

.components.component-kaleidoscope .image-layers {
  position: relative;
  padding-bottom: 100vh;
  margin-right: 0;
  margin-left: auto;
  margin-top: -3rem; }
  @media (min-width: 1200px) {
    .components.component-kaleidoscope .image-layers {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: auto;
      margin-right: auto;
      padding-bottom: 0; } }

.components.component-kaleidoscope .image-layer {
  display: block;
  height: auto;
  position: absolute; }

.components.component-kaleidoscope .image-element {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; }
  .components.component-kaleidoscope .image-element > .media > .field.field--name-field-media-image {
    display: block;
    width: 100%;
    height: 100%; }
    .components.component-kaleidoscope .image-element > .media > .field.field--name-field-media-image .image-thumbnail.image-style-par-ref-kaleis-max-size {
      display: block;
      width: 100%;
      height: 100%; }

.components.component-kaleidoscope .image-layer.-background {
  width: 675px;
  top: 0;
  right: 0;
  left: auto;
  z-index: 7;
  opacity: 0; }
  .components.component-kaleidoscope .image-layer.-background.animating {
    animation: 1s background_left forwards ease-in; }
  .components.component-kaleidoscope .image-layer.-background.animated {
    transform: translateX(0) rotate(-45deg);
    opacity: 1; }

.components.component-kaleidoscope .image-layer.-rear {
  width: 476px;
  top: 100px;
  right: 100px;
  left: auto;
  z-index: 10;
  opacity: 0; }
  .components.component-kaleidoscope .image-layer.-rear.animating {
    animation: 1s rear forwards linear; }
  .components.component-kaleidoscope .image-layer.-rear.animated {
    transform: rotate(0deg);
    opacity: 1; }

.components.component-kaleidoscope .image-layer.-middle {
  width: 476px;
  top: 100px;
  right: 100px;
  left: auto;
  z-index: 12;
  opacity: 0; }
  .components.component-kaleidoscope .image-layer.-middle.animating {
    animation: 1s middle forwards ease-out 0s; }
  .components.component-kaleidoscope .image-layer.-middle.animated {
    transform: rotate(-45deg);
    opacity: 1; }

.components.component-kaleidoscope .image-layer.-foreground {
  width: 338px;
  top: 168px;
  right: 168px;
  left: auto;
  z-index: 15;
  opacity: 0; }
  .components.component-kaleidoscope .image-layer.-foreground.animating {
    animation: 0.8s foreground forwards linear; }
  .components.component-kaleidoscope .image-layer.-foreground.animated {
    transform: rotate(0deg);
    opacity: 1; }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right > .wrapper .container .component-row {
    flex-direction: row-reverse; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right > .wrapper .container .component-row .component-col-content {
    padding-left: 8rem; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layers {
    left: 0;
    right: auto; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layer.-background {
    left: 0;
    right: auto; }
    .components.component-kaleidoscope.layout-right .image-layer.-background.animating {
      animation: 1s background_right forwards ease-in; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layer.-rear {
    left: 100px;
    right: auto; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layer.-middle {
    left: 100px;
    right: auto; } }

@media (min-width: 1200px) {
  .components.component-kaleidoscope.layout-right .image-layer.-foreground {
    left: 168px;
    right: auto; } }

.components.full-width .wrapper .container-fluid, .components.full-width .wrapper .container-sm, .components.full-width .wrapper .container-md, .components.full-width .wrapper .container-lg, .components.full-width .wrapper .container-xl, .components.full-width .wrapper .container-xxl, .components.full-width .wrapper .container-xxxl {
  padding-left: 0;
  padding-right: 0; }

.components a:not(.btn):not(.goto):not(.product-gallery-nav):focus:hover:focus, .components a:not(.btn):not(.goto):not(.product-gallery-nav):focus:focus:focus, .components a:not(.btn):not(.goto):not(.product-gallery-nav):focus:active:focus {
  color: #333333;
  outline: 2px solid;
  outline-color: #333333;
  border-radius: 2px;
  outline-offset: 2px; }

.block.block-text_image .field.field--name-field-title, .block.block-text_image .field.field--name-field-media-image, .block.block-text_image .field.field--name-body {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  display: block; }
  @media (min-width: 1200px) {
    .block.block-text_image .field.field--name-field-title, .block.block-text_image .field.field--name-field-media-image, .block.block-text_image .field.field--name-body {
      text-align: center; } }

.block.block-text_image .field.field--name-field-title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem; }

@media (min-width: 1200px) {
  .block.block-text_image .field.field--name-field-media-image {
    max-width: 50%;
    margin: 0 auto 1rem auto; } }

@media (min-width: 1200px) {
  .block.block-text_image .field.field--name-body {
    max-width: 50%;
    margin: 0 auto 1rem auto; } }

body {
  background-color: #000;
  color: #fff; }

.region.theme-primary {
  background-color: #000;
  color: #fff; }
  .region.theme-primary.region-header::before {
    background-color: #000; }
  .region.theme-primary .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23fff' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-primary a {
    color: #fff; }
    .region.theme-primary a:hover, .region.theme-primary a:focus, .region.theme-primary a:active {
      color: #ebe7eb; }
  .region.theme-primary .muted {
    color: #bfbfbf; }

.region.theme-black {
  background-color: #000;
  color: #fff; }
  .region.theme-black.region-header::before {
    background-color: #000; }
  .region.theme-black .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23fff' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-black a {
    color: #fff; }
    .region.theme-black a:hover, .region.theme-black a:focus, .region.theme-black a:active {
      color: #ebe7eb; }
  .region.theme-black .muted {
    color: #bfbfbf; }

.region.theme-dark {
  background-color: #333333;
  color: #fff; }
  .region.theme-dark.region-header::before {
    background-color: #333333; }
  .region.theme-dark .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23fff' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-dark a {
    color: #fff; }
    .region.theme-dark a:hover, .region.theme-dark a:focus, .region.theme-dark a:active {
      color: #ebe7eb; }
  .region.theme-dark .muted {
    color: #bfbfbf; }

.region.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light {
  background-color: #e5e3e3;
  color: #000; }
  .region.theme-mid.region-header::before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.region-header.components.component-text_group.theme-light::before {
    background-color: #e5e3e3; }
  .region.theme-mid .block-system-branding-block .site-logo::before, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23000' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-mid a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a {
    color: #000; }
    .region.theme-mid a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:hover, .region.theme-mid a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:focus, .region.theme-mid a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:active {
      color: #ebe7eb; }
  .region.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .muted {
    color: #bfbfbf; }

.region.theme-light {
  background-color: #e8e8e8;
  color: #000; }
  .region.theme-light.region-header::before {
    background-color: #e8e8e8; }
  .region.theme-light .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23000' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-light a {
    color: #000; }
    .region.theme-light a:hover, .region.theme-light a:focus, .region.theme-light a:active {
      color: #ebe7eb; }
  .region.theme-light .muted {
    color: #bfbfbf; }

.region.theme-secondary {
  background-color: #fff;
  color: #000; }
  .region.theme-secondary.region-header::before {
    background-color: #fff; }
  .region.theme-secondary .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23000' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-secondary a {
    color: #000; }
    .region.theme-secondary a:hover, .region.theme-secondary a:focus, .region.theme-secondary a:active {
      color: #ebe7eb; }
  .region.theme-secondary .muted {
    color: #bfbfbf; }

.region.theme-featured {
  background-color: #ab9159;
  color: #fff; }
  .region.theme-featured.region-header::before {
    background-color: #ab9159; }
  .region.theme-featured .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23fff' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-featured a {
    color: #fff; }
    .region.theme-featured a:hover, .region.theme-featured a:focus, .region.theme-featured a:active {
      color: #000; }
  .region.theme-featured .muted {
    color: #bfbfbf; }

.region.theme-corporate {
  background-color: #725f74;
  color: #fff; }
  .region.theme-corporate.region-header::before {
    background-color: #725f74; }
  .region.theme-corporate .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23fff' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-corporate a {
    color: #fff; }
    .region.theme-corporate a:hover, .region.theme-corporate a:focus, .region.theme-corporate a:active {
      color: #ab9159; }
  .region.theme-corporate .muted {
    color: #bfbfbf; }

.region.theme-transparent {
  background-color: transparent;
  color: #fff; }
  .region.theme-transparent.region-header::before {
    background-color: transparent; }
  .region.theme-transparent .block-system-branding-block .site-logo::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='54'%3e%3cpath fill='%23fff' d='M138.93 53.66C138.79 53.73 138.64 53.79 138.49 53.84C138.34 53.9 138.19 53.94 138.03 53.98C137.88 54.01 137.72 54.04 137.56 54.06C137.4 54.07 137.24 54.08 137.08 54.08C136.93 54.08 136.77 54.08 136.62 54.07C136.46 54.06 136.31 54.04 136.15 54.01C136 53.99 135.85 53.95 135.7 53.91C135.55 53.87 135.4 53.82 135.25 53.76C135.14 53.71 135.03 53.66 134.92 53.6C134.81 53.54 134.7 53.47 134.6 53.4C134.5 53.32 134.41 53.24 134.31 53.16C134.22 53.08 134.14 52.99 134.05 52.89C133.98 52.8 133.91 52.71 133.84 52.61C133.77 52.51 133.71 52.41 133.66 52.31C133.6 52.2 133.55 52.1 133.51 51.99C133.46 51.88 133.43 51.77 133.39 51.66C133.36 51.54 133.33 51.42 133.3 51.3C133.28 51.18 133.26 51.06 133.24 50.94C133.22 50.82 133.21 50.7 133.2 50.58C133.2 50.46 133.19 50.34 133.19 50.21C133.19 50.03 133.2 49.85 133.22 49.66C133.24 49.48 133.27 49.3 133.32 49.12C133.37 48.95 133.43 48.77 133.5 48.6C133.57 48.43 133.66 48.27 133.75 48.11C133.84 47.97 133.94 47.83 134.05 47.69C134.16 47.55 134.27 47.42 134.39 47.3C134.51 47.17 134.64 47.05 134.77 46.94C134.9 46.83 135.04 46.72 135.18 46.62C135.33 46.52 135.48 46.42 135.63 46.33C135.79 46.23 135.95 46.14 136.11 46.06C136.27 45.98 136.44 45.9 136.6 45.83C136.77 45.76 136.94 45.7 137.11 45.64C137.28 45.58 137.46 45.52 137.63 45.47C137.81 45.41 137.98 45.36 138.16 45.31C138.34 45.26 138.51 45.22 138.69 45.18C138.87 45.13 139.05 45.1 139.23 45.06C139.11 45.21 138.99 45.36 138.88 45.52C138.77 45.68 138.67 45.84 138.57 46C138.47 46.17 138.38 46.34 138.29 46.51C138.2 46.68 138.12 46.85 138.04 47.03C137.97 47.21 137.91 47.4 137.86 47.59C137.8 47.78 137.76 47.97 137.73 48.16C137.69 48.35 137.67 48.55 137.65 48.75C137.64 48.94 137.63 49.14 137.64 49.33C137.63 49.53 137.64 49.72 137.67 49.92C137.69 50.11 137.73 50.3 137.79 50.49C137.85 50.67 137.92 50.86 138 51.03C138.09 51.21 138.19 51.37 138.3 51.53C138.42 51.7 138.56 51.85 138.71 51.98C138.86 52.12 139.02 52.24 139.19 52.35C139.37 52.46 139.55 52.56 139.74 52.64C139.92 52.72 140.12 52.78 140.32 52.82C140.21 52.9 140.1 52.98 139.99 53.06C139.88 53.13 139.76 53.21 139.65 53.28C139.53 53.35 139.41 53.41 139.3 53.48C139.18 53.54 139.06 53.6 138.93 53.66L138.93 53.66ZM138.8 37.39C138.76 37.48 138.72 37.57 138.68 37.66C138.64 37.76 138.61 37.85 138.57 37.94C138.54 38.04 138.51 38.13 138.48 38.22C138.46 38.32 138.43 38.42 138.41 38.51C138.38 38.63 138.35 38.74 138.32 38.86C138.3 38.97 138.27 39.09 138.25 39.2C138.22 39.32 138.2 39.44 138.18 39.55C138.16 39.67 138.14 39.79 138.12 39.9C138.1 40.02 138.08 40.14 138.05 40.25C138.02 40.37 137.98 40.48 137.94 40.59C137.9 40.7 137.86 40.81 137.8 40.92C137.75 41.02 137.69 41.13 137.63 41.22C137.57 41.32 137.5 41.42 137.43 41.51C137.36 41.6 137.29 41.69 137.21 41.78C137.13 41.86 137.04 41.94 136.96 42.02C136.87 42.09 136.77 42.16 136.68 42.22C136.59 42.29 136.49 42.34 136.39 42.39C136.29 42.44 136.19 42.48 136.08 42.52C135.98 42.55 135.87 42.57 135.76 42.59C135.65 42.61 135.54 42.62 135.42 42.61C135.31 42.62 135.19 42.61 135.07 42.59C134.96 42.57 134.85 42.53 134.74 42.49C134.63 42.45 134.52 42.39 134.43 42.33C134.33 42.26 134.24 42.19 134.15 42.11C134.07 42.02 133.99 41.93 133.92 41.83C133.85 41.73 133.8 41.63 133.75 41.52C133.71 41.41 133.67 41.29 133.65 41.17C133.63 41.06 133.62 40.94 133.63 40.82C133.63 40.68 133.64 40.55 133.65 40.41C133.67 40.28 133.7 40.15 133.74 40.01C133.78 39.88 133.82 39.76 133.88 39.63C133.93 39.51 134 39.39 134.07 39.27C134.14 39.15 134.23 39.03 134.32 38.91C134.41 38.79 134.5 38.68 134.6 38.57C134.7 38.46 134.81 38.36 134.92 38.26C135.03 38.16 135.15 38.07 135.27 37.99C135.4 37.89 135.54 37.8 135.69 37.71C135.83 37.62 135.98 37.54 136.13 37.47C136.28 37.4 136.43 37.33 136.59 37.27C136.75 37.21 136.91 37.15 137.07 37.1C137.25 37.05 137.43 37 137.61 36.96C137.8 36.92 137.98 36.88 138.17 36.86C138.35 36.83 138.54 36.81 138.73 36.8C138.91 36.78 139.1 36.78 139.29 36.78C139.24 36.82 139.18 36.86 139.14 36.91C139.09 36.95 139.04 37 139 37.05C138.96 37.11 138.92 37.16 138.89 37.22C138.85 37.27 138.82 37.33 138.8 37.39L138.8 37.39ZM147.77 53.23C147.7 53.27 147.62 53.3 147.55 53.34C147.47 53.37 147.4 53.4 147.33 53.43C147.25 53.46 147.17 53.49 147.1 53.52C147.02 53.55 146.95 53.58 146.87 53.6C146.79 53.63 146.71 53.66 146.63 53.69C146.54 53.71 146.46 53.73 146.38 53.76C146.3 53.78 146.21 53.8 146.13 53.82C146.05 53.84 145.96 53.86 145.88 53.88C145.8 53.89 145.73 53.91 145.65 53.92C145.57 53.93 145.49 53.94 145.41 53.95C145.34 53.96 145.26 53.97 145.18 53.97C145.1 53.97 145.02 53.98 144.94 53.98C144.85 53.98 144.75 53.97 144.66 53.96C144.56 53.96 144.47 53.94 144.37 53.93C144.28 53.91 144.18 53.89 144.09 53.87C144 53.85 143.91 53.82 143.82 53.79C143.72 53.76 143.62 53.72 143.52 53.68C143.43 53.63 143.34 53.58 143.25 53.53C143.16 53.47 143.07 53.42 142.99 53.35C142.91 53.29 142.83 53.22 142.76 53.15C142.67 53.06 142.59 52.96 142.51 52.87C142.43 52.77 142.36 52.67 142.29 52.56C142.23 52.46 142.17 52.35 142.11 52.24C142.06 52.12 142.01 52.01 141.97 51.89C141.91 51.73 141.87 51.57 141.82 51.4C141.78 51.23 141.75 51.07 141.72 50.9C141.7 50.73 141.68 50.56 141.67 50.39C141.66 50.22 141.66 50.04 141.66 49.87C141.66 49.17 141.67 48.41 141.68 47.58C141.69 46.76 141.7 45.94 141.71 45.14C141.73 44.34 141.74 43.6 141.75 42.92C141.76 42.24 141.77 41.7 141.77 41.29C141.77 40.82 141.75 40.34 141.73 39.85C141.71 39.36 141.67 38.91 141.62 38.49C141.61 38.4 141.6 38.31 141.58 38.22C141.57 38.13 141.55 38.04 141.53 37.95C141.51 37.86 141.49 37.77 141.47 37.68C141.44 37.59 141.42 37.5 141.39 37.41C141.38 37.35 141.36 37.29 141.33 37.23C141.31 37.17 141.28 37.11 141.24 37.06C141.21 37.01 141.17 36.96 141.13 36.91C141.08 36.86 141.04 36.82 140.99 36.78C141.18 36.78 141.36 36.78 141.55 36.79C141.74 36.8 141.93 36.82 142.12 36.84C142.31 36.86 142.5 36.88 142.68 36.91C142.87 36.94 143.06 36.98 143.24 37.02C143.4 37.05 143.56 37.09 143.71 37.14C143.87 37.19 144.02 37.25 144.18 37.31C144.33 37.37 144.47 37.44 144.62 37.52C144.76 37.59 144.9 37.68 145.04 37.76C145.17 37.85 145.29 37.94 145.4 38.04C145.52 38.15 145.63 38.26 145.73 38.37C145.83 38.49 145.92 38.61 146 38.74C146.09 38.87 146.16 39 146.23 39.14C146.3 39.3 146.37 39.47 146.42 39.65C146.48 39.82 146.52 40 146.55 40.17C146.58 40.35 146.61 40.53 146.62 40.71C146.63 40.9 146.63 41.08 146.62 41.26C146.59 42.12 146.58 42.87 146.57 43.53C146.56 44.19 146.55 44.78 146.53 45.31C146.52 45.84 146.52 46.32 146.52 46.75L146.52 48.01C146.52 48.82 146.53 49.49 146.57 50.02C146.57 50.14 146.58 50.25 146.59 50.36C146.61 50.47 146.62 50.58 146.64 50.69C146.67 50.8 146.69 50.91 146.72 51.01C146.75 51.12 146.78 51.23 146.82 51.33C146.85 51.41 146.89 51.49 146.93 51.56C146.97 51.64 147.01 51.71 147.06 51.78C147.11 51.85 147.16 51.92 147.22 51.98C147.27 52.05 147.33 52.11 147.4 52.16C147.48 52.23 147.55 52.29 147.64 52.34C147.72 52.4 147.8 52.46 147.89 52.51C147.97 52.56 148.06 52.61 148.15 52.66C148.23 52.7 148.32 52.75 148.42 52.79C148.37 52.83 148.32 52.88 148.27 52.92C148.22 52.96 148.16 53 148.11 53.04C148.06 53.07 148 53.11 147.94 53.14C147.89 53.17 147.83 53.2 147.77 53.23L147.77 53.23ZM114.7 53.98C114.75 53.77 114.79 53.49 114.84 53.13C114.88 52.77 114.93 52.43 114.97 52.11C115.02 51.64 115.05 51.16 115.07 50.69C115.09 50.21 115.1 49.6 115.11 48.86C115.11 48.13 115.1 47.34 115.09 46.48C115.08 45.62 115.06 44.8 115.02 44.01C114.99 43.21 114.95 42.51 114.92 41.89C114.89 41.27 114.86 40.82 114.84 40.55C114.79 40.25 114.73 39.95 114.65 39.65C114.63 39.57 114.61 39.5 114.59 39.43C114.57 39.36 114.55 39.28 114.53 39.21C114.5 39.14 114.48 39.07 114.46 39C114.43 38.92 114.41 38.85 114.38 38.78C114.36 38.72 114.33 38.66 114.31 38.59C114.28 38.53 114.25 38.47 114.23 38.41C114.2 38.35 114.17 38.29 114.14 38.23C114.11 38.17 114.07 38.11 114.04 38.05C114.02 38.01 113.99 37.96 113.96 37.92C113.94 37.88 113.9 37.84 113.87 37.8C113.84 37.76 113.8 37.73 113.77 37.69C113.73 37.66 113.69 37.62 113.65 37.59C114.06 37.53 114.58 37.44 115.23 37.34L117.16 37.03C117.81 36.93 118.39 36.85 118.91 36.78C119.43 36.71 119.77 36.68 119.93 36.68L119.93 38.11C119.93 38.83 119.93 39.69 119.94 40.7C119.95 41.71 119.96 42.77 119.96 43.9C119.96 45.03 119.96 46.09 119.98 47.07C119.99 48.05 119.99 48.9 119.99 49.6L119.99 50.89C119.99 51.03 120 51.17 120 51.31C120.01 51.46 120.02 51.6 120.03 51.74C120.04 51.88 120.06 52.02 120.08 52.17C120.1 52.31 120.12 52.45 120.15 52.59C120.17 52.71 120.19 52.83 120.22 52.95C120.25 53.07 120.28 53.18 120.32 53.3C120.36 53.42 120.4 53.53 120.45 53.64C120.5 53.76 120.55 53.87 120.6 53.98L114.7 53.98ZM124.1 53.98C124.17 53.01 124.22 52.14 124.27 51.38C124.32 50.63 124.36 49.77 124.39 48.82C124.42 47.87 124.44 46.92 124.44 45.97C124.44 44.91 124.41 44.02 124.34 43.29C124.27 42.57 124.22 41.96 124.17 41.46C124.15 41.27 124.12 41.08 124.08 40.88C124.04 40.69 124 40.51 123.94 40.32C123.88 40.13 123.82 39.95 123.74 39.77C123.67 39.59 123.58 39.41 123.49 39.24C123.39 39.08 123.27 38.94 123.14 38.8C123 38.67 122.85 38.56 122.69 38.46C122.53 38.36 122.36 38.28 122.18 38.22C122 38.16 121.81 38.12 121.63 38.1C121.77 38 121.92 37.91 122.08 37.82C122.23 37.72 122.39 37.64 122.54 37.56C122.7 37.48 122.86 37.4 123.03 37.33C123.19 37.26 123.36 37.2 123.53 37.14C123.69 37.08 123.85 37.03 124.01 36.99C124.18 36.94 124.34 36.9 124.51 36.88C124.68 36.85 124.85 36.82 125.02 36.81C125.19 36.79 125.36 36.78 125.53 36.78C125.64 36.78 125.76 36.79 125.88 36.8C125.99 36.81 126.11 36.82 126.22 36.84C126.34 36.86 126.45 36.89 126.57 36.92C126.68 36.95 126.79 36.98 126.9 37.02C127.01 37.06 127.12 37.1 127.22 37.16C127.33 37.21 127.43 37.27 127.52 37.33C127.62 37.4 127.71 37.47 127.8 37.54C127.89 37.62 127.97 37.7 128.05 37.78C128.14 37.88 128.23 37.99 128.31 38.1C128.39 38.21 128.46 38.32 128.53 38.44C128.59 38.55 128.65 38.67 128.71 38.8C128.76 38.92 128.81 39.04 128.85 39.17C128.91 39.34 128.96 39.51 129 39.68C129.04 39.85 129.07 40.03 129.09 40.2C129.12 40.38 129.14 40.55 129.15 40.73C129.16 40.91 129.16 41.08 129.16 41.26C129.16 41.82 129.16 42.51 129.18 43.33C129.19 44.14 129.19 45.06 129.19 46.07L129.19 48.92C129.19 49.76 129.2 50.4 129.23 50.86C129.25 51.4 129.27 51.85 129.29 52.2C129.3 52.27 129.3 52.34 129.31 52.41C129.31 52.49 129.32 52.56 129.33 52.63C129.34 52.7 129.35 52.78 129.36 52.85C129.37 52.92 129.38 52.99 129.39 53.06C129.4 53.11 129.41 53.16 129.42 53.2C129.43 53.25 129.45 53.29 129.46 53.34C129.47 53.38 129.49 53.43 129.51 53.47C129.52 53.52 129.54 53.56 129.56 53.6C129.63 53.74 129.7 53.86 129.76 53.98L124.1 53.98ZM95.3 53.98C95.34 53.77 95.39 53.49 95.43 53.13C95.48 52.77 95.53 52.43 95.57 52.11C95.61 51.64 95.65 51.16 95.67 50.69C95.69 50.21 95.7 49.6 95.7 48.86C95.7 48.13 95.7 47.34 95.69 46.48C95.67 45.62 95.65 44.8 95.62 44.01C95.59 43.21 95.55 42.51 95.52 41.89C95.49 41.27 95.46 40.82 95.44 40.55C95.39 40.25 95.33 39.95 95.25 39.65C95.23 39.57 95.21 39.5 95.19 39.43C95.17 39.36 95.15 39.28 95.12 39.21C95.1 39.14 95.08 39.07 95.05 39C95.03 38.92 95 38.85 94.98 38.78C94.95 38.72 94.93 38.66 94.9 38.59C94.88 38.53 94.85 38.47 94.82 38.41C94.79 38.35 94.76 38.29 94.73 38.23C94.7 38.17 94.67 38.11 94.64 38.05C94.61 38.01 94.59 37.96 94.56 37.92C94.53 37.88 94.5 37.84 94.47 37.8C94.44 37.76 94.4 37.73 94.36 37.69C94.33 37.66 94.29 37.62 94.25 37.59C94.65 37.53 95.18 37.44 95.82 37.34L97.76 37.03C98.4 36.93 98.98 36.85 99.5 36.78C100.02 36.71 100.36 36.68 100.52 36.68L100.52 38.11C100.52 38.83 100.53 39.69 100.54 40.7C100.55 41.71 100.56 42.77 100.56 43.9C100.56 45.03 100.56 46.09 100.57 47.07C100.58 48.05 100.59 48.9 100.6 49.6L100.6 50.89C100.6 51.03 100.6 51.18 100.61 51.32C100.61 51.46 100.62 51.6 100.63 51.75C100.65 51.89 100.66 52.03 100.68 52.17C100.7 52.31 100.73 52.45 100.75 52.59C100.77 52.71 100.8 52.83 100.83 52.95C100.86 53.07 100.89 53.19 100.93 53.3C100.97 53.42 101.01 53.54 101.06 53.65C101.1 53.76 101.15 53.87 101.21 53.98L95.3 53.98ZM104.69 53.98C104.76 53.01 104.82 52.14 104.86 51.38C104.91 50.63 104.95 49.77 104.98 48.82C105.02 47.87 105.03 46.92 105.03 45.97C105.03 44.91 105 44.02 104.93 43.29C104.87 42.57 104.81 41.96 104.76 41.46C104.74 41.27 104.71 41.08 104.67 40.88C104.64 40.69 104.59 40.5 104.53 40.32C104.47 40.13 104.41 39.95 104.33 39.77C104.26 39.59 104.18 39.41 104.08 39.24C103.98 39.08 103.86 38.94 103.73 38.8C103.59 38.67 103.45 38.55 103.28 38.46C103.12 38.36 102.95 38.28 102.77 38.22C102.59 38.16 102.41 38.12 102.22 38.1C102.37 38 102.52 37.91 102.67 37.82C102.82 37.72 102.98 37.64 103.14 37.56C103.3 37.48 103.46 37.4 103.62 37.33C103.79 37.26 103.95 37.2 104.12 37.14C104.28 37.08 104.44 37.03 104.61 36.99C104.77 36.94 104.94 36.9 105.1 36.88C105.27 36.85 105.44 36.82 105.61 36.81C105.78 36.79 105.95 36.78 106.12 36.78C106.24 36.78 106.35 36.79 106.47 36.8C106.59 36.81 106.7 36.82 106.82 36.84C106.93 36.86 107.05 36.89 107.16 36.92C107.27 36.94 107.38 36.98 107.49 37.02C107.6 37.06 107.71 37.1 107.81 37.16C107.92 37.21 108.02 37.27 108.12 37.33C108.21 37.4 108.31 37.47 108.4 37.54C108.48 37.62 108.57 37.7 108.65 37.78C108.74 37.88 108.82 37.99 108.9 38.1C108.98 38.21 109.05 38.32 109.12 38.44C109.19 38.55 109.25 38.67 109.3 38.8C109.36 38.92 109.41 39.04 109.45 39.17C109.5 39.34 109.55 39.51 109.59 39.68C109.63 39.85 109.66 40.03 109.69 40.2C109.71 40.38 109.73 40.55 109.74 40.73C109.75 40.91 109.76 41.08 109.75 41.26C109.75 41.82 109.76 42.51 109.77 43.33C109.78 44.14 109.79 45.06 109.79 46.07L109.79 48.92C109.79 49.76 109.8 50.4 109.82 50.86C109.84 51.4 109.86 51.85 109.89 52.2C109.89 52.27 109.9 52.34 109.9 52.41C109.91 52.49 109.92 52.56 109.92 52.63C109.93 52.7 109.94 52.78 109.95 52.85C109.96 52.92 109.97 52.99 109.99 53.06C110 53.11 110.01 53.16 110.02 53.2C110.03 53.25 110.04 53.29 110.05 53.34C110.07 53.38 110.08 53.43 110.1 53.47C110.12 53.52 110.14 53.56 110.16 53.6C110.22 53.74 110.29 53.86 110.36 53.98L104.69 53.98ZM69.29 53.98C69.51 53.77 69.72 53.57 69.92 53.35C70.13 53.14 70.33 52.92 70.52 52.69C70.72 52.46 70.9 52.23 71.09 52C71.27 51.76 71.44 51.52 71.61 51.28C71.8 51.01 71.99 50.73 72.17 50.45C72.34 50.17 72.52 49.89 72.68 49.6C72.85 49.31 73.01 49.02 73.16 48.73C73.31 48.43 73.46 48.14 73.6 47.84C73.59 47.97 73.59 48.11 73.59 48.24C73.6 48.38 73.6 48.52 73.61 48.65C73.62 48.79 73.64 48.92 73.65 49.06C73.67 49.2 73.69 49.33 73.71 49.46C73.74 49.62 73.77 49.78 73.8 49.94C73.83 50.1 73.87 50.25 73.91 50.41C73.95 50.56 73.99 50.72 74.04 50.87C74.09 51.02 74.14 51.18 74.19 51.33C74.24 51.47 74.3 51.62 74.36 51.76C74.41 51.9 74.48 52.04 74.55 52.18C74.62 52.32 74.69 52.45 74.77 52.59C74.85 52.72 74.93 52.85 75.02 52.97C75.09 53.08 75.17 53.19 75.26 53.29C75.35 53.39 75.44 53.48 75.54 53.56C75.64 53.65 75.75 53.72 75.86 53.79C75.97 53.86 76.09 53.92 76.21 53.97L69.29 53.98ZM78.41 32.58C78.3 32.4 78.19 32.22 78.06 32.05C77.94 31.88 77.81 31.71 77.67 31.55C77.53 31.39 77.38 31.24 77.23 31.1C77.07 30.95 76.92 30.81 76.75 30.68L83.43 30.68C83.64 31.22 83.9 31.93 84.21 32.8C84.53 33.67 84.88 34.62 85.25 35.66C85.62 36.7 86.02 37.81 86.45 38.97C86.88 40.14 87.29 41.28 87.7 42.41C88.11 43.55 88.51 44.63 88.89 45.67C89.27 46.71 89.61 47.63 89.91 48.45C90.5 50.01 91 51.24 91.43 52.15C91.5 52.33 91.59 52.5 91.68 52.67C91.77 52.83 91.87 52.99 91.98 53.15C92.09 53.3 92.21 53.45 92.34 53.59C92.47 53.73 92.61 53.86 92.76 53.98L84.82 53.98C84.88 53.94 84.93 53.9 84.99 53.85C85.04 53.81 85.09 53.76 85.14 53.71C85.19 53.65 85.23 53.6 85.28 53.54C85.32 53.49 85.36 53.43 85.4 53.37C85.43 53.31 85.46 53.25 85.49 53.18C85.51 53.11 85.54 53.05 85.55 52.98C85.57 52.91 85.58 52.84 85.59 52.77C85.6 52.7 85.6 52.63 85.6 52.56C85.59 52.51 85.59 52.46 85.59 52.41C85.58 52.36 85.57 52.31 85.56 52.26C85.56 52.21 85.55 52.16 85.53 52.11C85.52 52.06 85.51 52.01 85.5 51.96C85.43 51.7 85.37 51.49 85.33 51.34C84.92 50.14 84.53 48.98 84.16 47.88C83.79 46.77 83.42 45.7 83.06 44.66C82.42 42.85 81.84 41.19 81.29 39.69C80.75 38.18 78.86 33.33 78.41 32.58L78.41 32.58ZM63.63 53.69C63.46 53.73 63.29 53.77 63.11 53.81C62.94 53.84 62.77 53.87 62.6 53.89C62.42 53.92 62.25 53.94 62.08 53.95C61.9 53.97 61.73 53.97 61.55 53.98C61.41 53.98 61.27 53.98 61.14 53.97C61 53.96 60.86 53.94 60.72 53.92C60.59 53.9 60.45 53.88 60.31 53.85C60.18 53.82 60.05 53.78 59.91 53.74C59.79 53.7 59.67 53.66 59.55 53.61C59.44 53.56 59.32 53.51 59.21 53.44C59.1 53.38 58.99 53.32 58.88 53.24C58.78 53.17 58.68 53.1 58.58 53.01C58.48 52.93 58.39 52.84 58.3 52.74C58.21 52.65 58.13 52.54 58.06 52.44C57.98 52.33 57.91 52.22 57.85 52.11C57.79 52 57.73 51.88 57.68 51.76C57.62 51.61 57.57 51.46 57.53 51.31C57.49 51.16 57.45 51.01 57.43 50.85C57.4 50.7 57.38 50.54 57.37 50.38C57.36 50.22 57.35 50.07 57.36 49.91C57.36 48.19 57.4 46.37 57.49 44.45C57.58 42.53 57.62 40.56 57.59 38.55L55.25 38.58C56.65 37.66 58 36.71 59.3 35.75C59.58 35.55 59.86 35.34 60.13 35.13C60.4 34.92 60.66 34.7 60.92 34.48C61.19 34.26 61.44 34.03 61.7 33.8C61.95 33.57 62.2 33.33 62.44 33.09C62.4 33.68 62.38 34.27 62.38 34.85L62.38 36.62L65.46 36.62L65.46 38.62C64.94 38.62 64.42 38.61 63.89 38.58C63.35 38.56 62.84 38.55 62.34 38.55C62.32 39.29 62.3 40.09 62.29 40.94C62.28 41.79 62.27 42.65 62.26 43.52L62.22 46.09C62.21 46.94 62.21 47.74 62.21 48.49C62.2 48.66 62.2 48.84 62.21 49.02C62.22 49.2 62.24 49.38 62.26 49.56C62.28 49.73 62.31 49.91 62.35 50.09C62.38 50.26 62.43 50.43 62.48 50.61C62.51 50.73 62.56 50.85 62.61 50.97C62.66 51.08 62.71 51.2 62.78 51.31C62.84 51.42 62.91 51.52 62.99 51.62C63.07 51.72 63.15 51.82 63.24 51.91C63.32 51.99 63.41 52.06 63.5 52.13C63.59 52.2 63.69 52.26 63.79 52.31C63.89 52.36 63.99 52.41 64.1 52.45C64.21 52.49 64.32 52.52 64.43 52.54C64.55 52.57 64.68 52.59 64.81 52.61C64.94 52.62 65.07 52.64 65.19 52.65C65.32 52.66 65.45 52.66 65.58 52.67C65.71 52.67 65.84 52.66 65.97 52.66C65.79 52.78 65.61 52.89 65.42 52.99C65.23 53.1 65.04 53.19 64.84 53.28C64.65 53.37 64.45 53.44 64.24 53.51C64.04 53.58 63.83 53.64 63.63 53.69L63.63 53.69ZM37.54 53.98C37.59 53.77 37.63 53.49 37.68 53.13C37.72 52.77 37.77 52.43 37.81 52.11C37.86 51.64 37.89 51.16 37.91 50.69C37.94 50.21 37.95 49.6 37.95 48.86C37.95 48.13 37.94 47.34 37.93 46.48C37.92 45.62 37.9 44.8 37.86 44.01C37.83 43.22 37.8 42.51 37.76 41.89C37.73 41.27 37.7 40.82 37.68 40.55C37.67 40.47 37.65 40.4 37.64 40.32C37.63 40.25 37.61 40.17 37.6 40.1C37.58 40.02 37.57 39.95 37.55 39.87C37.53 39.8 37.51 39.72 37.49 39.65C37.47 39.57 37.45 39.5 37.43 39.43C37.41 39.36 37.39 39.28 37.37 39.21C37.35 39.14 37.32 39.07 37.3 39C37.27 38.93 37.25 38.85 37.22 38.78C37.2 38.72 37.17 38.66 37.15 38.6C37.12 38.53 37.1 38.47 37.07 38.41C37.04 38.35 37.01 38.29 36.98 38.23C36.95 38.17 36.92 38.11 36.88 38.05C36.86 38.01 36.83 37.97 36.81 37.92C36.78 37.88 36.75 37.84 36.71 37.8C36.68 37.76 36.65 37.73 36.61 37.69C36.57 37.66 36.53 37.63 36.49 37.59C36.9 37.53 37.43 37.44 38.07 37.34L40 37.04C40.65 36.93 41.23 36.85 41.75 36.78C42.27 36.71 42.61 36.68 42.77 36.68L42.77 38.11C42.77 38.83 42.77 39.69 42.78 40.7C42.8 41.71 42.8 42.77 42.8 43.9C42.8 45.03 42.81 46.09 42.82 47.07C42.83 48.05 42.83 48.9 42.83 49.6L42.83 50.89C42.83 51.03 42.84 51.17 42.84 51.32C42.85 51.46 42.86 51.6 42.87 51.74C42.88 51.88 42.9 52.02 42.92 52.17C42.94 52.31 42.96 52.45 42.99 52.59C43.01 52.71 43.03 52.83 43.06 52.95C43.09 53.07 43.13 53.18 43.16 53.3C43.2 53.42 43.25 53.53 43.29 53.65C43.34 53.76 43.39 53.87 43.45 53.98L37.54 53.98ZM46.94 53.98C47.01 53.01 47.06 52.14 47.11 51.38C47.16 50.63 47.19 49.77 47.23 48.82C47.26 47.87 47.28 46.92 47.28 45.97C47.28 44.91 47.24 44.02 47.18 43.29C47.11 42.57 47.05 41.96 47.01 41.46C46.99 41.27 46.96 41.08 46.92 40.89C46.88 40.69 46.83 40.51 46.78 40.32C46.72 40.13 46.65 39.95 46.58 39.77C46.5 39.59 46.42 39.41 46.33 39.24C46.23 39.08 46.11 38.94 45.97 38.8C45.84 38.67 45.69 38.56 45.53 38.46C45.37 38.36 45.2 38.28 45.02 38.22C44.84 38.16 44.65 38.12 44.46 38.11C44.61 38 44.76 37.91 44.91 37.82C45.07 37.73 45.22 37.64 45.38 37.56C45.54 37.48 45.7 37.4 45.87 37.33C46.03 37.26 46.2 37.2 46.36 37.14C46.52 37.08 46.69 37.03 46.85 36.99C47.02 36.94 47.18 36.91 47.35 36.88C47.52 36.85 47.69 36.82 47.85 36.81C48.02 36.79 48.19 36.78 48.36 36.78C48.48 36.78 48.6 36.79 48.71 36.8C48.83 36.81 48.95 36.82 49.06 36.84C49.18 36.86 49.29 36.89 49.4 36.92C49.52 36.95 49.63 36.98 49.74 37.02C49.85 37.06 49.95 37.11 50.06 37.16C50.16 37.21 50.26 37.27 50.36 37.33C50.46 37.4 50.55 37.47 50.64 37.54C50.73 37.62 50.81 37.7 50.89 37.78C50.98 37.88 51.07 37.99 51.14 38.1C51.22 38.21 51.3 38.32 51.36 38.44C51.43 38.55 51.49 38.67 51.55 38.8C51.6 38.92 51.65 39.05 51.69 39.17C51.75 39.34 51.79 39.51 51.83 39.68C51.87 39.86 51.91 40.03 51.93 40.2C51.96 40.38 51.98 40.55 51.99 40.73C52 40.91 52 41.08 52 41.26C52 41.83 52 42.51 52.01 43.33C52.03 44.14 52.03 45.06 52.03 46.08L52.03 48.92C52.03 49.76 52.04 50.41 52.06 50.86C52.09 51.4 52.11 51.85 52.13 52.2C52.14 52.27 52.14 52.34 52.15 52.42C52.15 52.49 52.16 52.56 52.17 52.63C52.18 52.7 52.19 52.78 52.2 52.85C52.21 52.92 52.22 52.99 52.23 53.06C52.24 53.11 52.25 53.16 52.26 53.2C52.27 53.25 52.29 53.29 52.3 53.34C52.32 53.38 52.33 53.43 52.35 53.47C52.36 53.52 52.38 53.56 52.4 53.6C52.47 53.74 52.54 53.86 52.6 53.98L46.94 53.98ZM24.95 53.66C24.8 53.73 24.65 53.79 24.5 53.84C24.35 53.89 24.2 53.94 24.05 53.98C23.89 54.01 23.73 54.04 23.57 54.06C23.42 54.07 23.26 54.08 23.1 54.08C22.94 54.08 22.78 54.08 22.63 54.07C22.47 54.06 22.32 54.04 22.16 54.01C22.01 53.99 21.86 53.95 21.71 53.91C21.56 53.87 21.41 53.82 21.27 53.76C21.15 53.71 21.04 53.66 20.93 53.6C20.82 53.54 20.72 53.47 20.61 53.4C20.51 53.32 20.42 53.24 20.32 53.16C20.23 53.08 20.15 52.99 20.07 52.89C19.99 52.8 19.92 52.71 19.85 52.61C19.79 52.51 19.72 52.41 19.67 52.31C19.61 52.21 19.56 52.1 19.52 51.99C19.47 51.88 19.44 51.77 19.4 51.66C19.37 51.54 19.34 51.42 19.32 51.3C19.29 51.18 19.27 51.06 19.25 50.94C19.24 50.82 19.22 50.7 19.22 50.58C19.21 50.46 19.2 50.34 19.2 50.21C19.2 50.03 19.21 49.85 19.23 49.66C19.25 49.48 19.28 49.3 19.33 49.12C19.38 48.95 19.44 48.77 19.51 48.6C19.58 48.43 19.67 48.27 19.76 48.11C19.86 47.97 19.96 47.83 20.06 47.69C20.17 47.55 20.28 47.42 20.4 47.3C20.52 47.17 20.65 47.05 20.78 46.94C20.91 46.83 21.05 46.72 21.19 46.62C21.34 46.52 21.49 46.42 21.64 46.33C21.8 46.23 21.96 46.14 22.12 46.06C22.28 45.98 22.45 45.9 22.61 45.83C22.78 45.76 22.95 45.7 23.12 45.64C23.29 45.58 23.47 45.52 23.64 45.47C23.82 45.41 23.99 45.36 24.17 45.31C24.35 45.26 24.53 45.22 24.7 45.18C24.88 45.13 25.06 45.1 25.24 45.06C25.12 45.21 25 45.36 24.89 45.52C24.78 45.68 24.68 45.84 24.58 46C24.48 46.17 24.39 46.34 24.3 46.51C24.21 46.68 24.13 46.85 24.05 47.03C23.98 47.21 23.92 47.4 23.87 47.59C23.81 47.78 23.77 47.97 23.74 48.16C23.7 48.35 23.68 48.55 23.66 48.75C23.65 48.94 23.64 49.14 23.65 49.33C23.64 49.53 23.65 49.72 23.68 49.92C23.7 50.11 23.74 50.3 23.8 50.49C23.86 50.67 23.93 50.86 24.01 51.03C24.1 51.21 24.2 51.37 24.31 51.53C24.43 51.7 24.57 51.85 24.72 51.98C24.87 52.12 25.03 52.24 25.2 52.35C25.38 52.46 25.56 52.56 25.75 52.64C25.93 52.72 26.13 52.78 26.33 52.82C26.22 52.9 26.11 52.98 26 53.06C25.89 53.13 25.77 53.21 25.66 53.28C25.54 53.35 25.43 53.41 25.31 53.48C25.19 53.54 25.07 53.6 24.95 53.66ZM24.81 37.39C24.77 37.48 24.73 37.57 24.69 37.66C24.65 37.76 24.62 37.85 24.58 37.94C24.55 38.04 24.52 38.13 24.49 38.22C24.47 38.32 24.44 38.42 24.42 38.51C24.39 38.63 24.36 38.74 24.33 38.86C24.31 38.97 24.28 39.09 24.26 39.2C24.23 39.32 24.21 39.44 24.19 39.55C24.17 39.67 24.15 39.79 24.13 39.9C24.11 40.02 24.09 40.14 24.06 40.25C24.03 40.37 24 40.48 23.95 40.59C23.91 40.7 23.87 40.81 23.81 40.92C23.76 41.02 23.7 41.13 23.64 41.22C23.58 41.32 23.51 41.42 23.44 41.51C23.37 41.6 23.3 41.69 23.22 41.78C23.14 41.86 23.05 41.94 22.97 42.02C22.88 42.09 22.78 42.16 22.69 42.22C22.6 42.29 22.5 42.34 22.4 42.39C22.3 42.44 22.2 42.48 22.09 42.52C21.99 42.55 21.88 42.57 21.77 42.59C21.66 42.61 21.55 42.62 21.43 42.61C21.32 42.62 21.2 42.61 21.08 42.59C20.97 42.57 20.86 42.53 20.75 42.49C20.64 42.45 20.53 42.39 20.44 42.33C20.34 42.26 20.25 42.19 20.16 42.11C20.08 42.02 20 41.93 19.93 41.83C19.86 41.73 19.81 41.63 19.76 41.52C19.72 41.41 19.68 41.29 19.66 41.17C19.64 41.06 19.63 40.94 19.64 40.82C19.64 40.68 19.65 40.55 19.66 40.41C19.68 40.28 19.71 40.15 19.75 40.01C19.79 39.88 19.83 39.76 19.89 39.63C19.94 39.51 20.01 39.39 20.08 39.27C20.15 39.15 20.24 39.03 20.33 38.91C20.42 38.79 20.51 38.68 20.61 38.57C20.71 38.46 20.82 38.36 20.93 38.26C21.04 38.16 21.16 38.07 21.28 37.99C21.41 37.89 21.55 37.8 21.7 37.71C21.84 37.62 21.99 37.54 22.14 37.47C22.29 37.4 22.44 37.33 22.6 37.27C22.76 37.21 22.92 37.15 23.08 37.1C23.26 37.05 23.44 37 23.62 36.96C23.81 36.92 23.99 36.88 24.18 36.86C24.36 36.83 24.55 36.81 24.74 36.8C24.92 36.78 25.11 36.78 25.3 36.78C25.25 36.82 25.19 36.86 25.15 36.91C25.1 36.95 25.05 37 25.01 37.05C24.97 37.11 24.93 37.16 24.9 37.22C24.87 37.27 24.84 37.33 24.81 37.39L24.81 37.39ZM33.78 53.23C33.71 53.27 33.63 53.3 33.56 53.34C33.49 53.37 33.41 53.4 33.34 53.43C33.26 53.46 33.19 53.49 33.11 53.52C33.03 53.55 32.96 53.58 32.88 53.6C32.8 53.63 32.72 53.66 32.64 53.69C32.55 53.71 32.47 53.73 32.39 53.76C32.31 53.78 32.23 53.8 32.14 53.82C32.06 53.84 31.98 53.86 31.89 53.88C31.81 53.89 31.74 53.91 31.66 53.92C31.58 53.93 31.5 53.94 31.43 53.95C31.35 53.96 31.27 53.97 31.19 53.97C31.11 53.97 31.03 53.98 30.95 53.98C30.86 53.98 30.76 53.97 30.67 53.96C30.57 53.96 30.48 53.94 30.38 53.93C30.29 53.91 30.19 53.89 30.1 53.87C30.01 53.85 29.92 53.82 29.83 53.79C29.73 53.76 29.63 53.72 29.54 53.68C29.44 53.63 29.35 53.58 29.26 53.53C29.17 53.47 29.08 53.42 29 53.35C28.92 53.29 28.84 53.22 28.77 53.15C28.68 53.06 28.6 52.96 28.52 52.87C28.44 52.77 28.37 52.67 28.3 52.56C28.24 52.46 28.18 52.35 28.12 52.24C28.07 52.12 28.02 52.01 27.98 51.89C27.93 51.73 27.88 51.57 27.84 51.4C27.79 51.23 27.76 51.07 27.74 50.9C27.71 50.73 27.69 50.56 27.68 50.39C27.67 50.22 27.67 50.04 27.67 49.87C27.67 49.17 27.68 48.41 27.69 47.58C27.7 46.76 27.71 45.94 27.73 45.14C27.74 44.34 27.75 43.6 27.76 42.92C27.77 42.24 27.78 41.7 27.78 41.29C27.78 40.82 27.77 40.34 27.74 39.85C27.72 39.36 27.68 38.91 27.63 38.49C27.62 38.4 27.61 38.31 27.59 38.22C27.58 38.13 27.56 38.04 27.54 37.95C27.52 37.86 27.5 37.77 27.48 37.68C27.45 37.59 27.43 37.5 27.4 37.41C27.39 37.35 27.37 37.29 27.34 37.23C27.32 37.17 27.29 37.11 27.25 37.06C27.22 37.01 27.18 36.96 27.14 36.91C27.09 36.86 27.05 36.82 27 36.78C27.19 36.78 27.38 36.78 27.56 36.79C27.75 36.8 27.94 36.82 28.13 36.84C28.32 36.86 28.51 36.88 28.69 36.91C28.88 36.94 29.07 36.98 29.25 37.02C29.41 37.05 29.57 37.09 29.73 37.14C29.88 37.19 30.04 37.25 30.19 37.31C30.34 37.37 30.48 37.44 30.63 37.52C30.77 37.59 30.91 37.68 31.05 37.76C31.18 37.85 31.3 37.94 31.42 38.04C31.53 38.15 31.64 38.26 31.74 38.37C31.84 38.49 31.93 38.61 32.01 38.74C32.1 38.87 32.17 39 32.24 39.14C32.31 39.3 32.38 39.47 32.43 39.65C32.49 39.82 32.53 40 32.56 40.17C32.6 40.35 32.62 40.53 32.63 40.71C32.64 40.9 32.64 41.08 32.63 41.26C32.61 42.12 32.59 42.87 32.58 43.53C32.57 44.19 32.56 44.78 32.54 45.31C32.53 45.84 32.53 46.32 32.53 46.75L32.53 48.01C32.53 48.82 32.54 49.49 32.58 50.02C32.58 50.14 32.59 50.25 32.6 50.36C32.62 50.47 32.63 50.58 32.65 50.69C32.68 50.8 32.7 50.91 32.73 51.01C32.76 51.12 32.79 51.23 32.83 51.33C32.86 51.41 32.9 51.49 32.94 51.56C32.98 51.64 33.02 51.71 33.07 51.78C33.12 51.85 33.17 51.92 33.23 51.98C33.28 52.05 33.35 52.11 33.41 52.16C33.49 52.23 33.57 52.29 33.65 52.34C33.73 52.4 33.81 52.46 33.9 52.51C33.98 52.56 34.07 52.61 34.16 52.66C34.24 52.7 34.33 52.75 34.43 52.79C34.38 52.83 34.33 52.88 34.28 52.92C34.23 52.96 34.17 53 34.12 53.04C34.07 53.07 34.01 53.11 33.95 53.14C33.9 53.17 33.84 53.2 33.78 53.23L33.78 53.23ZM4.85 53.86C4.68 53.84 4.5 53.82 4.33 53.8C4.16 53.78 3.98 53.75 3.81 53.73C3.64 53.7 3.47 53.67 3.29 53.64C3.12 53.61 2.95 53.57 2.78 53.54C2.64 53.51 2.5 53.48 2.36 53.44C2.22 53.41 2.08 53.37 1.94 53.34C1.8 53.3 1.67 53.26 1.53 53.21C1.39 53.17 1.25 53.13 1.12 53.08C1.02 53.05 0.92 53.01 0.82 52.97C0.73 52.93 0.63 52.89 0.54 52.84C0.45 52.79 0.35 52.74 0.26 52.69C0.17 52.64 0.09 52.58 0 52.52L0 51.61C0 51.09 0.01 50.49 0.02 49.82C0.03 49.16 0.04 48.48 0.05 47.79C0.06 47.1 0.07 46.55 0.07 46.14L0.07 45.43C0.16 45.67 0.26 45.9 0.36 46.14C0.46 46.37 0.57 46.6 0.68 46.83C0.79 47.05 0.91 47.28 1.03 47.5C1.15 47.72 1.28 47.95 1.41 48.16C1.54 48.38 1.67 48.59 1.8 48.81C1.94 49.02 2.08 49.23 2.23 49.43C2.37 49.64 2.52 49.84 2.67 50.05C2.82 50.25 2.98 50.44 3.14 50.64C3.29 50.82 3.44 51 3.59 51.18C3.75 51.35 3.91 51.52 4.08 51.69C4.24 51.86 4.41 52.03 4.58 52.19C4.75 52.35 4.93 52.5 5.1 52.66C5.26 52.79 5.42 52.92 5.58 53.04C5.74 53.17 5.91 53.28 6.08 53.39C6.25 53.51 6.43 53.61 6.61 53.71C6.79 53.81 6.97 53.9 7.16 53.98C6.96 53.98 6.77 53.98 6.58 53.97C6.39 53.97 6.19 53.96 6 53.95C5.81 53.94 5.62 53.93 5.43 53.91C5.23 53.9 5.04 53.88 4.85 53.86L4.85 53.86ZM15.41 50.01C15.31 50.22 15.19 50.42 15.06 50.62C14.94 50.82 14.8 51.01 14.66 51.2C14.52 51.38 14.36 51.56 14.2 51.73C14.04 51.91 13.88 52.07 13.7 52.23C13.54 52.37 13.38 52.51 13.21 52.64C13.04 52.76 12.86 52.88 12.68 53C12.49 53.11 12.31 53.21 12.12 53.31C11.93 53.4 11.73 53.49 11.53 53.57C11.37 53.64 11.2 53.7 11.03 53.75C10.86 53.8 10.69 53.84 10.52 53.88C10.34 53.91 10.17 53.93 9.99 53.95C9.82 53.97 9.64 53.98 9.46 53.97C9.63 53.87 9.79 53.75 9.94 53.63C10.1 53.5 10.24 53.36 10.37 53.22C10.51 53.07 10.63 52.91 10.75 52.75C10.86 52.59 10.96 52.42 11.06 52.25C11.15 52.06 11.24 51.88 11.31 51.68C11.38 51.49 11.44 51.29 11.49 51.09C11.54 50.89 11.58 50.69 11.6 50.49C11.62 50.28 11.63 50.08 11.63 49.87C11.64 49.72 11.63 49.56 11.61 49.41C11.6 49.25 11.57 49.1 11.54 48.95C11.5 48.79 11.46 48.65 11.41 48.5C11.36 48.35 11.29 48.21 11.22 48.07C11.15 47.93 11.07 47.8 10.99 47.67C10.9 47.54 10.81 47.41 10.72 47.29C10.62 47.16 10.52 47.04 10.42 46.93C10.31 46.81 10.2 46.7 10.09 46.6C9.96 46.47 9.82 46.35 9.68 46.23C9.54 46.11 9.4 45.99 9.25 45.88C9.11 45.77 8.96 45.66 8.81 45.55C8.66 45.44 8.51 45.34 8.36 45.24C7.69 44.8 6.97 44.32 6.2 43.8C5.21 43.14 4.34 42.52 3.59 41.92C3.42 41.78 3.26 41.65 3.1 41.5C2.93 41.36 2.77 41.22 2.62 41.07C2.46 40.92 2.31 40.77 2.16 40.61C2.01 40.46 1.87 40.3 1.73 40.14C1.61 40 1.5 39.87 1.4 39.73C1.3 39.58 1.2 39.44 1.11 39.29C1.01 39.14 0.93 38.99 0.85 38.83C0.77 38.68 0.69 38.52 0.63 38.35C0.57 38.21 0.52 38.05 0.47 37.9C0.43 37.75 0.39 37.59 0.36 37.43C0.33 37.27 0.31 37.11 0.29 36.95C0.28 36.79 0.27 36.63 0.27 36.47C0.27 36.27 0.28 36.07 0.3 35.87C0.32 35.66 0.35 35.46 0.39 35.27C0.43 35.07 0.49 34.87 0.55 34.68C0.62 34.49 0.69 34.3 0.78 34.12C0.86 33.95 0.95 33.78 1.05 33.63C1.15 33.47 1.25 33.31 1.37 33.16C1.48 33.02 1.6 32.87 1.73 32.74C1.86 32.6 2 32.47 2.14 32.35C2.28 32.23 2.43 32.11 2.58 32C2.73 31.89 2.88 31.79 3.04 31.69C3.2 31.59 3.36 31.5 3.53 31.42C3.7 31.33 3.86 31.25 4.04 31.18C4.21 31.11 4.38 31.04 4.56 30.98C4.74 30.93 4.92 30.87 5.1 30.83C5.28 30.78 5.47 30.74 5.65 30.71C5.84 30.68 6.02 30.66 6.21 30.64C6.09 30.72 5.97 30.8 5.86 30.88C5.74 30.97 5.63 31.06 5.53 31.16C5.43 31.26 5.33 31.36 5.23 31.47C5.14 31.58 5.05 31.69 4.97 31.81C4.86 31.97 4.76 32.14 4.68 32.31C4.6 32.49 4.53 32.67 4.47 32.86C4.42 33.04 4.38 33.23 4.36 33.43C4.34 33.62 4.33 33.81 4.34 34.01C4.34 34.13 4.34 34.25 4.35 34.37C4.36 34.49 4.38 34.61 4.4 34.73C4.42 34.85 4.44 34.97 4.47 35.08C4.5 35.2 4.54 35.32 4.58 35.43C4.63 35.55 4.68 35.67 4.74 35.79C4.8 35.9 4.87 36.02 4.94 36.13C5.02 36.24 5.09 36.34 5.18 36.44C5.26 36.55 5.35 36.64 5.44 36.74C5.57 36.87 5.71 37 5.85 37.13C5.98 37.26 6.12 37.38 6.27 37.5C6.41 37.62 6.56 37.74 6.7 37.86C6.85 37.97 7 38.09 7.16 38.19C7.88 38.73 8.81 39.34 9.94 40.04C11.02 40.72 11.96 41.35 12.74 41.92C12.91 42.05 13.08 42.18 13.24 42.31C13.41 42.44 13.57 42.57 13.73 42.71C13.89 42.85 14.05 42.99 14.2 43.14C14.36 43.28 14.51 43.43 14.65 43.59C14.77 43.7 14.88 43.83 14.98 43.95C15.08 44.08 15.18 44.21 15.27 44.34C15.36 44.48 15.45 44.62 15.53 44.76C15.61 44.9 15.68 45.05 15.75 45.2C15.81 45.34 15.87 45.48 15.91 45.62C15.96 45.77 15.99 45.91 16.02 46.06C16.05 46.21 16.08 46.36 16.09 46.51C16.1 46.66 16.11 46.81 16.11 46.96C16.11 47.22 16.1 47.49 16.08 47.75C16.05 48.01 16.01 48.27 15.95 48.53C15.89 48.78 15.82 49.03 15.73 49.28C15.64 49.53 15.53 49.77 15.41 50.01L15.41 50.01ZM12.97 33.34C12.73 33.04 12.47 32.77 12.19 32.5C11.91 32.24 11.62 32 11.31 31.77C11 31.54 10.68 31.33 10.35 31.14C10.02 30.96 9.68 30.79 9.33 30.64C9.59 30.64 9.86 30.64 10.12 30.65C10.39 30.66 10.65 30.67 10.92 30.69C11.18 30.71 11.44 30.73 11.71 30.76C11.97 30.79 12.23 30.82 12.5 30.86C12.72 30.88 12.93 30.91 13.15 30.95C13.37 30.99 13.59 31.02 13.8 31.07C14.02 31.11 14.24 31.16 14.45 31.21C14.67 31.27 14.88 31.32 15.09 31.38C15.09 31.7 15.1 32.2 15.11 32.87C15.12 33.55 15.13 34.23 15.13 34.91L15.13 37.49C15.02 37.11 14.89 36.74 14.74 36.38C14.6 36.01 14.43 35.66 14.25 35.31C14.07 34.96 13.88 34.62 13.66 34.29C13.45 33.97 13.22 33.65 12.97 33.34L12.97 33.34ZM115.75 22.98C115.61 23.05 115.46 23.11 115.31 23.16C115.16 23.21 115.01 23.26 114.85 23.29C114.7 23.33 114.54 23.36 114.38 23.37C114.22 23.39 114.07 23.4 113.91 23.4C113.75 23.4 113.59 23.4 113.44 23.39C113.28 23.38 113.13 23.36 112.97 23.33C112.82 23.3 112.67 23.27 112.52 23.23C112.37 23.18 112.22 23.13 112.07 23.08C111.96 23.03 111.85 22.98 111.74 22.91C111.63 22.85 111.52 22.79 111.42 22.71C111.32 22.64 111.23 22.56 111.13 22.48C111.04 22.4 110.96 22.31 110.87 22.21C110.8 22.12 110.73 22.03 110.66 21.93C110.59 21.83 110.53 21.73 110.48 21.63C110.42 21.52 110.37 21.42 110.33 21.31C110.28 21.2 110.24 21.09 110.21 20.97C110.18 20.86 110.15 20.74 110.12 20.62C110.1 20.5 110.08 20.38 110.06 20.26C110.04 20.14 110.03 20.02 110.02 19.9C110.02 19.78 110.01 19.65 110.01 19.53C110.01 19.35 110.02 19.17 110.04 18.98C110.06 18.8 110.09 18.62 110.14 18.44C110.19 18.27 110.25 18.09 110.32 17.92C110.39 17.75 110.48 17.59 110.57 17.43C110.66 17.29 110.76 17.15 110.87 17.01C110.98 16.87 111.09 16.74 111.21 16.62C111.33 16.49 111.45 16.37 111.59 16.26C111.72 16.15 111.85 16.04 112 15.94C112.14 15.84 112.3 15.74 112.45 15.64C112.61 15.55 112.77 15.46 112.93 15.38C113.09 15.3 113.25 15.22 113.42 15.15C113.59 15.08 113.76 15.02 113.93 14.96C114.1 14.9 114.28 14.84 114.45 14.78C114.63 14.73 114.8 14.68 114.98 14.63C115.16 14.58 115.33 14.54 115.51 14.5C115.69 14.45 115.87 14.42 116.05 14.38C115.93 14.53 115.81 14.68 115.7 14.84C115.59 15 115.49 15.16 115.39 15.32C115.29 15.49 115.19 15.65 115.11 15.83C115.02 16 114.94 16.17 114.86 16.35C114.79 16.53 114.73 16.72 114.68 16.91C114.62 17.1 114.58 17.29 114.55 17.48C114.51 17.67 114.49 17.87 114.47 18.07C114.46 18.26 114.45 18.46 114.46 18.65C114.45 18.85 114.46 19.04 114.49 19.24C114.51 19.43 114.55 19.62 114.61 19.81C114.66 19.99 114.74 20.18 114.82 20.35C114.91 20.53 115 20.69 115.12 20.85C115.24 21.02 115.38 21.17 115.53 21.3C115.68 21.44 115.84 21.56 116.01 21.67C116.18 21.78 116.37 21.88 116.55 21.96C116.74 22.04 116.94 22.1 117.13 22.14C117.03 22.22 116.92 22.3 116.81 22.38C116.69 22.45 116.58 22.53 116.47 22.6C116.35 22.67 116.23 22.73 116.12 22.79C116 22.86 115.88 22.92 115.75 22.98L115.75 22.98ZM115.62 6.71C115.58 6.8 115.54 6.89 115.5 6.98C115.46 7.08 115.43 7.17 115.39 7.26C115.36 7.35 115.33 7.45 115.3 7.54C115.28 7.64 115.25 7.73 115.23 7.83C115.11 8.26 115.02 8.72 114.94 9.22C114.92 9.34 114.9 9.46 114.87 9.57C114.84 9.68 114.8 9.8 114.76 9.91C114.72 10.02 114.67 10.13 114.62 10.23C114.57 10.34 114.51 10.44 114.45 10.54C114.39 10.64 114.32 10.74 114.25 10.83C114.18 10.92 114.11 11.01 114.03 11.1C113.95 11.18 113.86 11.26 113.78 11.33C113.69 11.41 113.59 11.48 113.5 11.54C113.41 11.61 113.31 11.66 113.21 11.71C113.11 11.76 113.01 11.8 112.9 11.84C112.8 11.87 112.69 11.89 112.58 11.91C112.47 11.93 112.36 11.93 112.24 11.93C112.13 11.94 112.01 11.93 111.89 11.91C111.78 11.88 111.67 11.85 111.56 11.81C111.45 11.76 111.34 11.71 111.25 11.65C111.15 11.58 111.06 11.51 110.97 11.43C110.89 11.34 110.81 11.25 110.74 11.15C110.67 11.05 110.62 10.95 110.57 10.84C110.53 10.73 110.49 10.61 110.47 10.49C110.45 10.38 110.44 10.26 110.45 10.14C110.45 10 110.46 9.87 110.47 9.73C110.49 9.6 110.52 9.46 110.56 9.33C110.6 9.2 110.64 9.08 110.7 8.95C110.75 8.83 110.82 8.71 110.89 8.59C110.96 8.47 111.05 8.35 111.14 8.23C111.23 8.11 111.32 8 111.42 7.89C111.52 7.78 111.63 7.68 111.74 7.58C111.85 7.48 111.97 7.39 112.09 7.3C112.22 7.21 112.36 7.11 112.51 7.03C112.65 6.94 112.8 6.86 112.95 6.79C113.1 6.71 113.25 6.65 113.41 6.59C113.57 6.52 113.73 6.47 113.89 6.42C114.07 6.37 114.25 6.32 114.43 6.28C114.62 6.24 114.8 6.2 114.99 6.18C115.17 6.15 115.36 6.13 115.55 6.12C115.73 6.1 115.92 6.1 116.11 6.1C116.06 6.14 116 6.18 115.96 6.23C115.91 6.27 115.86 6.32 115.82 6.37C115.78 6.43 115.74 6.48 115.71 6.54C115.67 6.6 115.64 6.65 115.62 6.72L115.62 6.71ZM124.78 22.45C124.71 22.49 124.64 22.52 124.56 22.55C124.49 22.59 124.42 22.62 124.34 22.65C124.27 22.68 124.19 22.71 124.11 22.74C124.04 22.77 123.96 22.8 123.88 22.82C123.8 22.85 123.72 22.88 123.64 22.9C123.56 22.93 123.48 22.95 123.39 22.98C123.31 23 123.23 23.02 123.15 23.04C123.06 23.06 122.98 23.08 122.9 23.1C122.82 23.11 122.74 23.13 122.66 23.14C122.59 23.15 122.51 23.16 122.43 23.17C122.35 23.18 122.27 23.18 122.19 23.19C122.11 23.19 122.04 23.19 121.96 23.2C121.86 23.19 121.77 23.19 121.67 23.18C121.58 23.17 121.48 23.16 121.39 23.15C121.29 23.13 121.2 23.11 121.11 23.09C121.01 23.07 120.92 23.04 120.83 23.01C120.73 22.98 120.63 22.94 120.54 22.89C120.44 22.85 120.35 22.8 120.26 22.75C120.17 22.69 120.09 22.63 120.01 22.57C119.92 22.51 119.85 22.44 119.77 22.36C119.68 22.28 119.6 22.18 119.52 22.09C119.45 21.99 119.37 21.89 119.31 21.78C119.24 21.68 119.18 21.57 119.13 21.45C119.07 21.34 119.03 21.23 118.99 21.11C118.93 20.95 118.88 20.78 118.84 20.62C118.8 20.45 118.77 20.28 118.74 20.12C118.71 19.95 118.7 19.78 118.69 19.61C118.68 19.43 118.67 19.26 118.68 19.09C118.68 18.39 118.68 17.63 118.7 16.8C118.71 15.98 118.72 15.16 118.73 14.36C118.74 13.56 118.75 12.82 118.76 12.14C118.77 11.46 118.78 10.92 118.78 10.51C118.78 10.04 118.77 9.56 118.75 9.07C118.73 8.58 118.69 8.13 118.63 7.71C118.62 7.62 118.61 7.53 118.6 7.44C118.58 7.35 118.56 7.26 118.54 7.16C118.53 7.07 118.5 6.98 118.48 6.89C118.46 6.8 118.43 6.72 118.41 6.63C118.39 6.57 118.37 6.51 118.35 6.45C118.32 6.39 118.29 6.33 118.26 6.28C118.22 6.23 118.18 6.18 118.14 6.13C118.1 6.08 118.05 6.04 118 6C118.19 6 118.38 6 118.57 6.01C118.76 6.02 118.95 6.04 119.13 6.06C119.32 6.08 119.51 6.1 119.7 6.13C119.88 6.16 120.07 6.2 120.26 6.24C120.41 6.27 120.57 6.31 120.73 6.36C120.88 6.41 121.04 6.47 121.19 6.53C121.34 6.59 121.49 6.66 121.63 6.74C121.78 6.81 121.92 6.89 122.06 6.98C122.18 7.07 122.3 7.16 122.42 7.26C122.53 7.37 122.64 7.47 122.74 7.59C122.84 7.71 122.93 7.83 123.02 7.96C123.1 8.09 123.18 8.22 123.24 8.36C123.32 8.52 123.38 8.69 123.44 8.87C123.49 9.04 123.53 9.22 123.57 9.39C123.6 9.57 123.62 9.75 123.63 9.93C123.64 10.11 123.64 10.3 123.63 10.48C123.61 11.34 123.59 12.09 123.58 12.75C123.57 13.4 123.56 14 123.55 14.53C123.54 15.06 123.53 15.54 123.53 15.97L123.53 17.23C123.53 18.04 123.55 18.71 123.58 19.24C123.59 19.36 123.59 19.47 123.61 19.58C123.62 19.69 123.64 19.8 123.66 19.91C123.68 20.02 123.7 20.12 123.73 20.23C123.76 20.34 123.8 20.44 123.84 20.55C123.87 20.63 123.9 20.71 123.94 20.78C123.98 20.86 124.03 20.93 124.07 21C124.12 21.07 124.18 21.14 124.23 21.2C124.29 21.26 124.35 21.32 124.41 21.38C124.49 21.44 124.57 21.5 124.65 21.56C124.73 21.62 124.82 21.68 124.9 21.73C124.99 21.78 125.07 21.83 125.16 21.88C125.25 21.92 125.34 21.97 125.43 22.01C125.38 22.05 125.33 22.1 125.28 22.14C125.23 22.18 125.18 22.22 125.12 22.26C125.07 22.29 125.01 22.33 124.96 22.36C124.9 22.4 124.84 22.43 124.78 22.45L124.78 22.45ZM105.73 23.01C105.56 23.06 105.39 23.09 105.22 23.13C105.05 23.16 104.88 23.19 104.7 23.21C104.53 23.24 104.36 23.26 104.18 23.27C104.01 23.29 103.83 23.3 103.66 23.3C103.52 23.3 103.38 23.3 103.24 23.29C103.11 23.28 102.97 23.26 102.83 23.24C102.69 23.22 102.56 23.2 102.42 23.17C102.29 23.14 102.15 23.1 102.02 23.06C101.9 23.03 101.78 22.98 101.66 22.93C101.54 22.88 101.43 22.83 101.32 22.77C101.21 22.7 101.1 22.64 100.99 22.57C100.89 22.49 100.79 22.42 100.69 22.33C100.59 22.25 100.5 22.16 100.41 22.06C100.32 21.97 100.24 21.87 100.16 21.76C100.09 21.65 100.02 21.54 99.96 21.43C99.89 21.32 99.84 21.2 99.79 21.08C99.73 20.93 99.68 20.78 99.64 20.63C99.6 20.48 99.56 20.33 99.53 20.17C99.51 20.02 99.49 19.86 99.48 19.7C99.46 19.55 99.46 19.39 99.46 19.23C99.46 17.51 99.51 15.69 99.6 13.77C99.69 11.85 99.72 9.88 99.7 7.87L97.36 7.91C98.76 6.98 100.11 6.03 101.41 5.07C101.69 4.87 101.96 4.67 102.23 4.45C102.5 4.24 102.77 4.02 103.03 3.8C103.29 3.58 103.55 3.35 103.8 3.12C104.06 2.89 104.31 2.65 104.55 2.41C104.5 3 104.48 3.58 104.48 4.17L104.48 5.94L107.57 5.94L107.57 7.94C107.05 7.94 106.52 7.92 105.99 7.9C105.46 7.88 104.94 7.87 104.45 7.87C104.42 8.61 104.41 9.41 104.4 10.26C104.38 11.11 104.37 11.97 104.36 12.84L104.33 15.41C104.32 16.26 104.31 17.06 104.31 17.8C104.31 17.98 104.31 18.16 104.32 18.34C104.32 18.52 104.34 18.7 104.36 18.87C104.39 19.05 104.42 19.23 104.45 19.4C104.49 19.58 104.53 19.75 104.58 19.92C104.62 20.05 104.66 20.17 104.71 20.28C104.76 20.4 104.82 20.51 104.88 20.62C104.95 20.73 105.02 20.84 105.09 20.94C105.17 21.04 105.26 21.14 105.34 21.23C105.43 21.31 105.51 21.38 105.6 21.45C105.7 21.51 105.79 21.57 105.89 21.63C105.99 21.68 106.1 21.73 106.2 21.76C106.31 21.8 106.42 21.83 106.53 21.86C106.66 21.88 106.79 21.91 106.91 21.92C107.04 21.94 107.17 21.96 107.3 21.97C107.43 21.98 107.56 21.98 107.69 21.98C107.82 21.98 107.94 21.98 108.07 21.98C107.9 22.1 107.71 22.21 107.53 22.31C107.34 22.42 107.15 22.51 106.95 22.6C106.75 22.69 106.55 22.76 106.35 22.83C106.15 22.9 105.94 22.96 105.73 23.01L105.73 23.01ZM86.42 23.01C86.28 23.06 86.13 23.1 85.99 23.14C85.85 23.17 85.7 23.2 85.56 23.23C85.41 23.25 85.26 23.27 85.11 23.28C84.97 23.29 84.82 23.3 84.67 23.3C84.38 23.32 84.09 23.31 83.81 23.26C83.52 23.22 83.24 23.14 82.97 23.04C82.7 22.94 82.44 22.81 82.2 22.65C81.96 22.49 81.74 22.31 81.53 22.1C81.34 21.88 81.18 21.64 81.03 21.39C80.89 21.14 80.77 20.88 80.67 20.6C80.58 20.33 80.51 20.05 80.47 19.76C80.43 19.47 80.42 19.18 80.43 18.9C80.43 18.22 80.44 17.45 80.45 16.59C80.46 15.73 80.47 14.87 80.48 14.01C80.5 13.15 80.5 12.35 80.5 11.6L80.5 9.87C80.5 9.72 80.49 9.57 80.47 9.42C80.45 9.28 80.42 9.13 80.39 8.98C80.36 8.83 80.32 8.69 80.27 8.55C80.22 8.4 80.17 8.26 80.11 8.13C80.06 8 79.99 7.88 79.91 7.77C79.83 7.66 79.74 7.56 79.64 7.46C79.54 7.37 79.43 7.29 79.31 7.22C79.2 7.15 79.07 7.1 78.94 7.06C79.17 7.04 79.61 6.97 80.26 6.87C80.92 6.77 81.62 6.67 82.35 6.57C83.08 6.46 83.75 6.37 84.35 6.28C84.44 6.27 84.53 6.26 84.62 6.24C84.71 6.23 84.8 6.22 84.89 6.2C84.98 6.18 85.07 6.16 85.15 6.14C85.24 6.12 85.33 6.1 85.42 6.08C85.4 6.28 85.38 6.69 85.38 7.3C85.38 7.91 85.38 8.62 85.37 9.44C85.36 10.25 85.35 11.12 85.35 12.05L85.35 17.65C85.35 17.84 85.35 18.03 85.35 18.22C85.36 18.41 85.37 18.59 85.39 18.78C85.41 18.97 85.43 19.16 85.46 19.35C85.49 19.53 85.53 19.72 85.57 19.9C85.6 20.03 85.63 20.15 85.67 20.27C85.71 20.39 85.75 20.5 85.8 20.62C85.85 20.73 85.91 20.85 85.97 20.96C86.03 21.07 86.09 21.17 86.16 21.28C86.22 21.35 86.27 21.43 86.33 21.49C86.4 21.56 86.46 21.63 86.53 21.69C86.6 21.75 86.68 21.8 86.75 21.85C86.83 21.9 86.91 21.95 87 21.99C87.07 22.02 87.14 22.05 87.22 22.08C87.3 22.11 87.37 22.13 87.45 22.16C87.53 22.18 87.61 22.2 87.69 22.22C87.77 22.23 87.85 22.25 87.93 22.26C87.81 22.34 87.69 22.42 87.57 22.49C87.45 22.56 87.33 22.63 87.2 22.7C87.08 22.76 86.95 22.82 86.82 22.87C86.68 22.92 86.55 22.97 86.42 23.01L86.42 23.01ZM93.76 23.06C93.1 23.11 92.45 23.15 91.81 23.18C91.17 23.22 90.37 23.27 89.42 23.33C89.42 23.04 89.42 22.61 89.44 22.03C89.45 21.45 89.46 20.8 89.47 20.06L89.5 17.69L89.54 15.16C89.55 14.32 89.56 13.52 89.56 12.75L89.56 10.68C89.56 10.47 89.56 10.25 89.55 10.03C89.54 9.81 89.53 9.6 89.51 9.38C89.49 9.16 89.46 8.95 89.43 8.73C89.4 8.52 89.36 8.3 89.32 8.09C89.29 7.95 89.25 7.81 89.2 7.67C89.15 7.54 89.08 7.41 89.01 7.28C88.94 7.16 88.86 7.04 88.77 6.93C88.68 6.81 88.58 6.71 88.47 6.61L89.76 6.51C90.32 6.47 90.91 6.42 91.52 6.38C92.13 6.33 92.73 6.29 93.3 6.24C93.88 6.2 94.33 6.15 94.64 6.11C94.64 6.15 94.64 6.32 94.62 6.61C94.61 6.91 94.59 7.33 94.56 7.87C94.52 8.41 94.49 8.95 94.47 9.5C94.45 9.97 94.43 10.68 94.42 11.62C94.41 12.56 94.41 13.55 94.4 14.59C94.4 15.63 94.42 16.63 94.44 17.6C94.46 18.58 94.49 19.33 94.54 19.88C94.55 20.03 94.57 20.19 94.59 20.35C94.6 20.51 94.63 20.66 94.65 20.82C94.67 20.98 94.7 21.13 94.72 21.29C94.75 21.45 94.78 21.6 94.81 21.76C94.83 21.87 94.85 21.97 94.88 22.08C94.91 22.19 94.94 22.29 94.98 22.39C95.02 22.5 95.06 22.6 95.1 22.7C95.15 22.8 95.2 22.9 95.25 23C94.91 23 94.42 23.02 93.76 23.06L93.76 23.06ZM60.97 23.3C61.01 23.1 61.05 22.81 61.1 22.45C61.15 22.09 61.19 21.75 61.24 21.43C61.28 20.96 61.31 20.48 61.34 20.01C61.36 19.54 61.37 18.92 61.37 18.18C61.37 17.45 61.36 16.66 61.35 15.8C61.34 14.94 61.32 14.12 61.29 13.33C61.25 12.54 61.22 11.83 61.19 11.21C61.15 10.59 61.12 10.14 61.1 9.87C61.05 9.57 60.99 9.27 60.91 8.97C60.9 8.89 60.88 8.82 60.85 8.75C60.83 8.68 60.81 8.6 60.79 8.53C60.77 8.46 60.74 8.39 60.72 8.32C60.69 8.25 60.67 8.17 60.64 8.1C60.62 8.04 60.6 7.98 60.57 7.92C60.54 7.85 60.52 7.79 60.49 7.73C60.46 7.67 60.43 7.61 60.4 7.55C60.37 7.49 60.34 7.43 60.3 7.37C60.28 7.33 60.25 7.29 60.23 7.24C60.2 7.2 60.17 7.16 60.13 7.12C60.1 7.08 60.07 7.05 60.03 7.01C59.99 6.98 59.95 6.95 59.91 6.92C60.32 6.85 60.85 6.76 61.49 6.66L63.42 6.36C64.07 6.25 64.65 6.17 65.17 6.1C65.69 6.04 66.03 6 66.19 6L66.19 7.43C66.19 8.15 66.19 9.02 66.21 10.02C66.22 11.03 66.22 12.1 66.22 13.22C66.22 14.36 66.23 15.41 66.24 16.39C66.25 17.37 66.26 18.22 66.26 18.92L66.26 20.21C66.26 20.35 66.26 20.49 66.26 20.64C66.27 20.78 66.28 20.92 66.29 21.06C66.31 21.21 66.32 21.35 66.34 21.49C66.36 21.63 66.38 21.77 66.41 21.91C66.43 22.03 66.45 22.15 66.48 22.27C66.51 22.39 66.55 22.51 66.59 22.62C66.62 22.74 66.67 22.85 66.71 22.97C66.76 23.08 66.81 23.19 66.87 23.3L60.97 23.3ZM70.36 23.3C70.43 22.33 70.48 21.46 70.53 20.71C70.57 19.95 70.61 19.09 70.65 18.14C70.68 17.19 70.7 16.25 70.7 15.3C70.7 14.23 70.67 13.34 70.6 12.62C70.53 11.89 70.48 11.28 70.43 10.78C70.41 10.59 70.38 10.4 70.34 10.21C70.3 10.02 70.25 9.83 70.2 9.64C70.14 9.45 70.07 9.27 70 9.09C69.93 8.91 69.84 8.74 69.75 8.56C69.65 8.4 69.53 8.26 69.4 8.13C69.26 7.99 69.11 7.88 68.95 7.78C68.79 7.68 68.62 7.6 68.44 7.54C68.26 7.48 68.07 7.44 67.89 7.43C68.03 7.33 68.18 7.23 68.34 7.14C68.49 7.05 68.64 6.96 68.8 6.88C68.96 6.8 69.12 6.72 69.29 6.65C69.45 6.58 69.62 6.52 69.79 6.46C69.95 6.4 70.11 6.35 70.27 6.31C70.44 6.26 70.6 6.23 70.77 6.2C70.94 6.17 71.11 6.14 71.28 6.13C71.45 6.11 71.62 6.11 71.79 6.1C71.9 6.1 72.02 6.11 72.14 6.12C72.25 6.13 72.37 6.14 72.48 6.16C72.6 6.18 72.71 6.21 72.83 6.24C72.94 6.27 73.05 6.3 73.16 6.34C73.27 6.38 73.38 6.43 73.48 6.48C73.58 6.53 73.69 6.59 73.78 6.65C73.88 6.72 73.97 6.79 74.06 6.86C74.15 6.94 74.23 7.02 74.31 7.1C74.4 7.2 74.49 7.31 74.57 7.42C74.64 7.53 74.72 7.64 74.78 7.76C74.85 7.87 74.91 8 74.97 8.12C75.02 8.24 75.07 8.37 75.11 8.5C75.17 8.66 75.21 8.83 75.25 9C75.3 9.18 75.33 9.35 75.35 9.53C75.38 9.7 75.4 9.88 75.41 10.05C75.42 10.23 75.42 10.4 75.42 10.58C75.42 11.15 75.42 11.84 75.44 12.65C75.45 13.46 75.45 14.38 75.45 15.4L75.45 18.25C75.45 19.08 75.46 19.73 75.49 20.18C75.51 20.72 75.53 21.17 75.55 21.52C75.56 21.59 75.56 21.66 75.57 21.74C75.57 21.81 75.58 21.88 75.59 21.95C75.6 22.03 75.61 22.1 75.62 22.17C75.63 22.24 75.64 22.31 75.65 22.38C75.66 22.43 75.67 22.48 75.68 22.52C75.69 22.57 75.71 22.62 75.72 22.66C75.73 22.71 75.75 22.75 75.77 22.79C75.78 22.84 75.8 22.88 75.82 22.93C75.89 23.06 75.96 23.19 76.02 23.3L70.36 23.3ZM55.62 22.13C55.51 22.2 55.39 22.27 55.27 22.33C55.15 22.4 55.03 22.46 54.91 22.52C54.79 22.58 54.67 22.63 54.54 22.68C54.42 22.74 54.29 22.78 54.16 22.83C54.04 22.87 53.92 22.92 53.79 22.95C53.67 22.99 53.54 23.03 53.42 23.06C53.29 23.1 53.17 23.13 53.04 23.16C52.91 23.19 52.78 23.21 52.66 23.24C52.55 23.26 52.44 23.28 52.33 23.29C52.22 23.31 52.11 23.32 52 23.33C51.89 23.35 51.78 23.35 51.67 23.36C51.55 23.37 51.44 23.37 51.33 23.37C51.02 23.38 50.71 23.37 50.4 23.34C50.09 23.32 49.78 23.27 49.47 23.21C49.16 23.15 48.86 23.07 48.56 22.98C48.26 22.88 47.97 22.77 47.69 22.64C47.44 22.53 47.21 22.41 46.98 22.27C46.75 22.13 46.52 21.99 46.31 21.82C46.1 21.66 45.89 21.49 45.7 21.31C45.5 21.12 45.32 20.93 45.14 20.73C44.98 20.53 44.82 20.32 44.67 20.11C44.53 19.89 44.39 19.67 44.27 19.44C44.14 19.21 44.03 18.97 43.93 18.73C43.83 18.49 43.74 18.25 43.67 18C43.59 17.74 43.52 17.49 43.46 17.23C43.4 16.97 43.35 16.71 43.31 16.45C43.27 16.18 43.24 15.92 43.22 15.66C43.2 15.39 43.19 15.13 43.19 14.86C43.19 14.61 43.2 14.35 43.22 14.09C43.24 13.84 43.27 13.59 43.31 13.33C43.35 13.08 43.4 12.83 43.46 12.58C43.52 12.33 43.59 12.09 43.67 11.84C43.74 11.6 43.83 11.36 43.93 11.13C44.02 10.89 44.13 10.66 44.24 10.43C44.36 10.21 44.48 9.99 44.61 9.77C44.75 9.56 44.89 9.35 45.04 9.14C45.19 8.94 45.35 8.75 45.52 8.56C45.68 8.38 45.86 8.2 46.05 8.04C46.23 7.87 46.42 7.71 46.62 7.56C46.82 7.41 47.03 7.27 47.24 7.14C47.47 7.01 47.7 6.88 47.95 6.77C48.19 6.67 48.43 6.57 48.69 6.49C48.94 6.41 49.2 6.34 49.46 6.29C49.72 6.24 49.98 6.2 50.24 6.18C50.05 6.36 49.87 6.56 49.7 6.77C49.53 6.98 49.38 7.2 49.23 7.43C49.09 7.66 48.96 7.9 48.85 8.14C48.73 8.38 48.63 8.63 48.54 8.89C48.43 9.22 48.33 9.56 48.24 9.9C48.16 10.24 48.09 10.58 48.04 10.93C47.98 11.28 47.94 11.62 47.92 11.97C47.9 12.32 47.89 12.68 47.9 13.03C47.9 13.31 47.9 13.58 47.92 13.86C47.93 14.14 47.95 14.42 47.99 14.7C48.02 14.98 48.06 15.25 48.1 15.53C48.15 15.8 48.21 16.08 48.27 16.35C48.33 16.59 48.39 16.82 48.47 17.05C48.55 17.28 48.64 17.51 48.74 17.73C48.83 17.95 48.95 18.17 49.07 18.38C49.19 18.59 49.32 18.8 49.46 19C49.6 19.18 49.74 19.36 49.9 19.53C50.06 19.7 50.23 19.85 50.41 20C50.59 20.15 50.78 20.29 50.97 20.41C51.17 20.53 51.37 20.64 51.58 20.74C51.83 20.85 52.09 20.95 52.35 21.03C52.61 21.12 52.88 21.18 53.15 21.24C53.42 21.29 53.69 21.33 53.96 21.35C54.23 21.37 54.51 21.38 54.78 21.37C54.95 21.37 55.12 21.36 55.29 21.35C55.46 21.34 55.62 21.33 55.79 21.31C55.96 21.29 56.12 21.26 56.29 21.23C56.46 21.2 56.62 21.17 56.78 21.13C56.7 21.23 56.62 21.33 56.53 21.42C56.44 21.51 56.34 21.6 56.25 21.68C56.15 21.76 56.05 21.84 55.94 21.92C55.84 21.99 55.73 22.06 55.62 22.13L55.62 22.13ZM57.27 12.28C57.16 12.35 57.04 12.41 56.92 12.46C56.8 12.51 56.68 12.56 56.55 12.59C56.43 12.62 56.3 12.64 56.17 12.65C56.04 12.66 55.91 12.66 55.78 12.65L55.03 12.65C54.64 12.65 54.19 12.65 53.67 12.67C53.15 12.68 52.61 12.68 52.04 12.68L50.62 12.68C50.81 12.65 51 12.61 51.18 12.55C51.37 12.5 51.55 12.43 51.72 12.36C51.9 12.28 52.07 12.2 52.24 12.1C52.4 12 52.57 11.9 52.72 11.78C52.86 11.67 52.99 11.53 53.1 11.39C53.21 11.24 53.31 11.08 53.38 10.91C53.45 10.74 53.51 10.56 53.54 10.38C53.57 10.2 53.58 10.02 53.57 9.83C53.57 9.52 53.55 9.19 53.52 8.85C53.51 8.76 53.5 8.68 53.49 8.6C53.47 8.51 53.46 8.43 53.44 8.34C53.43 8.26 53.41 8.18 53.39 8.09C53.37 8.01 53.35 7.93 53.33 7.85C53.31 7.77 53.28 7.68 53.25 7.6C53.23 7.52 53.2 7.44 53.16 7.36C53.13 7.28 53.09 7.2 53.06 7.13C53.02 7.05 52.98 6.97 52.94 6.9C52.9 6.82 52.85 6.75 52.8 6.68C52.75 6.6 52.7 6.53 52.65 6.47C52.59 6.4 52.53 6.34 52.47 6.27C52.41 6.21 52.34 6.15 52.28 6.1C52.47 6.11 52.66 6.14 52.85 6.17C53.04 6.2 53.23 6.24 53.42 6.29C53.6 6.34 53.79 6.4 53.97 6.46C54.15 6.53 54.33 6.61 54.5 6.69C54.66 6.77 54.81 6.85 54.96 6.94C55.11 7.03 55.26 7.12 55.41 7.22C55.55 7.32 55.69 7.43 55.82 7.54C55.96 7.65 56.09 7.77 56.21 7.89C56.33 8 56.44 8.12 56.54 8.25C56.64 8.37 56.74 8.5 56.83 8.63C56.93 8.76 57.01 8.9 57.09 9.04C57.17 9.18 57.25 9.32 57.31 9.47C57.38 9.6 57.43 9.74 57.48 9.89C57.53 10.03 57.57 10.17 57.6 10.32C57.63 10.47 57.66 10.62 57.68 10.77C57.69 10.91 57.7 11.06 57.7 11.21C57.71 11.31 57.7 11.41 57.69 11.51C57.67 11.61 57.65 11.7 57.61 11.8C57.57 11.89 57.52 11.97 57.47 12.05C57.41 12.14 57.34 12.21 57.27 12.28L57.27 12.28ZM23.22 2.87C23.19 1.72 23.18 0.77 23.18 0L28.57 0C28.43 0.06 28.29 0.12 28.14 0.18C28 0.25 27.86 0.32 27.73 0.39C27.59 0.46 27.45 0.54 27.32 0.62C27.19 0.71 27.06 0.79 26.93 0.88C26.79 0.98 26.65 1.09 26.51 1.2C26.37 1.31 26.24 1.42 26.11 1.54C25.98 1.66 25.85 1.78 25.73 1.9C25.6 2.03 25.49 2.16 25.37 2.29C25.24 2.44 25.12 2.58 25 2.74C24.89 2.89 24.77 3.04 24.66 3.2C24.55 3.36 24.45 3.52 24.35 3.69C24.25 3.85 24.15 4.02 24.06 4.19C23.97 4.37 23.87 4.56 23.79 4.75C23.7 4.94 23.62 5.13 23.55 5.32C23.47 5.52 23.41 5.71 23.35 5.91C23.28 6.11 23.23 6.31 23.18 6.51C23.23 5.22 23.24 4.01 23.22 2.87L23.22 2.87ZM30.03 23.3C30.09 23.2 30.15 23.1 30.2 23C30.25 22.9 30.3 22.8 30.35 22.69C30.39 22.59 30.43 22.48 30.47 22.37C30.51 22.27 30.54 22.16 30.57 22.05C30.62 21.87 30.66 21.7 30.69 21.52C30.73 21.35 30.76 21.17 30.79 20.99C30.82 20.82 30.84 20.64 30.86 20.46C30.88 20.28 30.9 20.1 30.91 19.93C31 18.99 31.07 17.74 31.1 16.19C31.13 14.65 31.16 12.6 31.19 10.07C31.21 8.51 31.21 7.11 31.19 5.85C31.16 4.6 31.13 3.71 31.09 3.19C31.07 3.02 31.05 2.86 31.03 2.69C31.01 2.53 30.98 2.37 30.95 2.2C30.92 2.04 30.89 1.88 30.85 1.72C30.82 1.56 30.77 1.4 30.73 1.24C30.7 1.12 30.67 1 30.62 0.89C30.58 0.78 30.52 0.67 30.46 0.56C30.4 0.46 30.33 0.36 30.25 0.26C30.17 0.17 30.09 0.08 30 0L36.95 0C36.91 0.04 36.88 0.08 36.85 0.13C36.81 0.17 36.78 0.22 36.75 0.27C36.72 0.32 36.7 0.37 36.67 0.42C36.65 0.47 36.63 0.52 36.61 0.58C36.59 0.64 36.57 0.71 36.55 0.78C36.53 0.85 36.51 0.92 36.49 0.99C36.48 1.06 36.46 1.13 36.45 1.2C36.44 1.27 36.42 1.34 36.41 1.41C36.37 1.71 36.33 2.02 36.3 2.34C36.29 2.41 36.28 2.48 36.27 2.55C36.27 2.62 36.26 2.69 36.26 2.76C36.25 2.84 36.25 2.91 36.25 2.98C36.25 3.05 36.24 3.12 36.24 3.19C36.24 3.46 36.24 3.84 36.23 4.33C36.22 4.81 36.2 5.37 36.19 6C36.18 6.64 36.18 7.34 36.18 8.1L36.18 10.44C36.18 12.82 36.19 14.76 36.23 16.28C36.26 17.79 36.32 19.01 36.4 19.94C36.41 20.12 36.42 20.3 36.44 20.47C36.46 20.65 36.48 20.83 36.51 21.01C36.53 21.18 36.56 21.36 36.59 21.53C36.62 21.71 36.65 21.89 36.69 22.06C36.71 22.17 36.73 22.27 36.76 22.38C36.79 22.48 36.82 22.59 36.86 22.69C36.89 22.79 36.93 22.9 36.97 23C37.01 23.1 37.05 23.2 37.09 23.3L30.03 23.3ZM42.34 4.16C42.25 3.99 42.16 3.82 42.06 3.66C41.96 3.49 41.86 3.33 41.75 3.18C41.64 3.02 41.52 2.86 41.41 2.71C41.29 2.56 41.17 2.42 41.04 2.27C40.92 2.14 40.8 2.02 40.68 1.89C40.56 1.77 40.43 1.65 40.3 1.53C40.17 1.42 40.04 1.3 39.9 1.2C39.76 1.09 39.62 0.98 39.48 0.88C39.35 0.79 39.22 0.71 39.09 0.62C38.96 0.54 38.82 0.46 38.68 0.39C38.55 0.32 38.41 0.25 38.26 0.18C38.12 0.12 37.98 0.06 37.83 0L43.23 0C43.23 0.77 43.22 1.72 43.19 2.87C43.17 4.01 43.18 5.22 43.23 6.51C43.18 6.31 43.13 6.1 43.06 5.9C43 5.7 42.94 5.5 42.86 5.3C42.79 5.11 42.71 4.91 42.62 4.72C42.54 4.53 42.44 4.34 42.34 4.15L42.34 4.16Z'/%3e%3cpath fill='%23ab9159' d='M71.24 41.17C73.14 46 86.98 43.85 90.1 39.1C91.83 40.46 92.38 44.22 84.69 45.68C76.55 47.23 70.75 43.33 71.24 41.17L71.24 41.17Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; }
  .region.theme-transparent a {
    color: #fff; }
    .region.theme-transparent a:hover, .region.theme-transparent a:focus, .region.theme-transparent a:active {
      color: #ebe7eb; }
  .region.theme-transparent .muted {
    color: #bfbfbf; }

.region.region-footer .footer-menu .nav-item .link-label {
  padding-right: 1rem; }

.region.region-footer_sub .wrapper {
  padding-top: 0;
  padding-bottom: 3.5rem; }

@media (min-width: 768px) {
  .region.region-footer_sub .row:last-child::before {
    content: none !important; } }

.region.region-footer_sub .row:nth-child(2)::after {
  content: none !important; }

.term {
  /* theming */ }
  .term-cta .term-link.goto-term {
    font-weight: 400; }
    .term-cta .term-link.goto-term .text-label::after {
      content: none; }
  .term-view_mode--teaser .term-headings .term-link:hover, .term-view_mode--teaser .term-headings .term-link:focus, .term-view_mode--teaser .term-headings .term-link:active, .term-view_mode--card .term-headings .term-link:hover, .term-view_mode--card .term-headings .term-link:focus, .term-view_mode--card .term-headings .term-link:active {
    text-decoration: underline;
    color: #725f74 !important; }

.term.term--type-prod_features {
  display: block;
  width: 100%;
  min-height: 96px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 96px; }
  .term.term--type-prod_features.term--class-age_of_the_vineyard {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M85.116 58.708l-2.042-.686a32.6 32.6 0 00-38.727-41.983l-.517-2.091a34.751 34.751 0 0141.287 44.76zM49.493 84a34.763 34.763 0 01-34.724-34.724h2.153a32.6 32.6 0 0042.6 31l.662 2.049A34.686 34.686 0 0149.493 84zM37.99 31.823l5.679-2.989-5.679-2.989 3.424-5.428-6.413.251.251-6.413-5.428 3.424L26.836 12l-2.989 5.679-5.428-3.424.251 6.413-6.413-.251 3.424 5.428-5.679 2.989 5.679 2.989-3.424 5.428L18.67 37l-.251 6.412 5.428-3.424 2.989 5.679 2.988-5.679 5.428 3.424-.251-6.413 6.413.251zm-11.155 5.428a8.417 8.417 0 118.417-8.417 8.417 8.417 0 01-8.417 8.417zM69.218 58.049a11.556 11.556 0 0015.453 16.474 11.557 11.557 0 11-15.453-16.474z'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2813.78 46.261%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2857.697 79.145%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2881.696 56.902%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2841.893 13.149%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-eta_del_vigneto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M85.116 58.708l-2.042-.686a32.6 32.6 0 00-38.727-41.983l-.517-2.091a34.751 34.751 0 0141.287 44.76zM49.493 84a34.763 34.763 0 01-34.724-34.724h2.153a32.6 32.6 0 0042.6 31l.662 2.049A34.686 34.686 0 0149.493 84zM37.99 31.823l5.679-2.989-5.679-2.989 3.424-5.428-6.413.251.251-6.413-5.428 3.424L26.836 12l-2.989 5.679-5.428-3.424.251 6.413-6.413-.251 3.424 5.428-5.679 2.989 5.679 2.989-3.424 5.428L18.67 37l-.251 6.412 5.428-3.424 2.989 5.679 2.988-5.679 5.428 3.424-.251-6.413 6.413.251zm-11.155 5.428a8.417 8.417 0 118.417-8.417 8.417 8.417 0 01-8.417 8.417zM69.218 58.049a11.556 11.556 0 0015.453 16.474 11.557 11.557 0 11-15.453-16.474z'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2813.78 46.261%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2857.697 79.145%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2881.696 56.902%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2841.893 13.149%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-pairings {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M57.067 82.705l-9.5-1.825a4.532 4.532 0 01-3.709-4.462V64.645a5.3 5.3 0 013.591-5.015 15.305 15.305 0 009.8-10.23c-1.942-2.672-5.074-5.886-10.219-5.886a7.771 7.771 0 01-5.38-1.919c-.118-.094-.365-.353-.365-.353l-10.6-13.314 1.271-1.271 12.95 13.679 1.519-1.53-13.326-13.3 1.177-1.177 13.326 13.444 1.26-1.259-13.386-13.389 1.177-1.177 13.444 13.326 1.5-1.5-13.809-12.961 1.177-1.177 12.761 9.936s.459.388.612.553a7.746 7.746 0 012.248 6.393 11.868 11.868 0 003.308 7.829 113.322 113.322 0 00-4.992-32.35H32.189a113.507 113.507 0 00-4.921 33.187 15.3 15.3 0 0010.421 14.494 5.263 5.263 0 013.6 5v11.773a4.555 4.555 0 01-3.7 4.426l-9.512 1.836a1.331 1.331 0 00-1.083 1.283h31.15a1.318 1.318 0 00-1.077-1.291z'/%3e%3cpath d='M84.508 69.08s-19.5-19.483-20.755-20.755c-.659-.671-3.532-1.637-5.98-4.108v.718a15.308 15.308 0 01-.636 4.344c1.118 1.542 1.848 2.92 2.355 3.4l20.66 20.673a3.061 3.061 0 004.321-4.321z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-abbinamenti {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M57.067 82.705l-9.5-1.825a4.532 4.532 0 01-3.709-4.462V64.645a5.3 5.3 0 013.591-5.015 15.305 15.305 0 009.8-10.23c-1.942-2.672-5.074-5.886-10.219-5.886a7.771 7.771 0 01-5.38-1.919c-.118-.094-.365-.353-.365-.353l-10.6-13.314 1.271-1.271 12.95 13.679 1.519-1.53-13.326-13.3 1.177-1.177 13.326 13.444 1.26-1.259-13.386-13.389 1.177-1.177 13.444 13.326 1.5-1.5-13.809-12.961 1.177-1.177 12.761 9.936s.459.388.612.553a7.746 7.746 0 012.248 6.393 11.868 11.868 0 003.308 7.829 113.322 113.322 0 00-4.992-32.35H32.189a113.507 113.507 0 00-4.921 33.187 15.3 15.3 0 0010.421 14.494 5.263 5.263 0 013.6 5v11.773a4.555 4.555 0 01-3.7 4.426l-9.512 1.836a1.331 1.331 0 00-1.083 1.283h31.15a1.318 1.318 0 00-1.077-1.291z'/%3e%3cpath d='M84.508 69.08s-19.5-19.483-20.755-20.755c-.659-.671-3.532-1.637-5.98-4.108v.718a15.308 15.308 0 01-.636 4.344c1.118 1.542 1.848 2.92 2.355 3.4l20.66 20.673a3.061 3.061 0 004.321-4.321z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-fining {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M515.01 716.443l23.405 23.405c.489.019.979.038 1.473.038a36.552 36.552 0 0 0 9.457-1.244l-28.267-28.267z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-.36 -30.669%29'/%3e%3cpath d='M514.14 685.628l38.972 38.972a36.417 36.417 0 0 0 7.685-4.24L520.1 679.666z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%280 -17.969%29'/%3e%3cpath d='M519.371 661.748L566 708.373a36.676 36.676 0 0 0 4.939-5.435l-46.38-46.378z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-2.163 -8.413%29'/%3e%3cpath d='M530.923 640.627l-3.215 3.215 48.83 48.83a36.321 36.321 0 0 0 3.014-6.635l-46.286-46.286c-.793.268-1.576.556-2.343.876z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-5.611 -1.462%29'/%3e%3cpath d='M550.745 636.616a36.635 36.635 0 0 0-6.169.7l43.088 43.087a36.627 36.627 0 0 0 .7-6.169z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-12.587 -.165%29'/%3e%3cpath d='M595.752 663.733l-26.625-26.625a36.424 36.424 0 0 0-5.106-.891l32.621 32.621a36.333 36.333 0 0 0-.89-5.105z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-20.629%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-affinamento {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M515.01 716.443l23.405 23.405c.489.019.979.038 1.473.038a36.552 36.552 0 0 0 9.457-1.244l-28.267-28.267z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-.36 -30.669%29'/%3e%3cpath d='M514.14 685.628l38.972 38.972a36.417 36.417 0 0 0 7.685-4.24L520.1 679.666z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%280 -17.969%29'/%3e%3cpath d='M519.371 661.748L566 708.373a36.676 36.676 0 0 0 4.939-5.435l-46.38-46.378z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-2.163 -8.413%29'/%3e%3cpath d='M530.923 640.627l-3.215 3.215 48.83 48.83a36.321 36.321 0 0 0 3.014-6.635l-46.286-46.286c-.793.268-1.576.556-2.343.876z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-5.611 -1.462%29'/%3e%3cpath d='M550.745 636.616a36.635 36.635 0 0 0-6.169.7l43.088 43.087a36.627 36.627 0 0 0 .7-6.169z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-12.587 -.165%29'/%3e%3cpath d='M595.752 663.733l-26.625-26.625a36.424 36.424 0 0 0-5.106-.891l32.621 32.621a36.333 36.333 0 0 0-.89-5.105z' transform='translate%28-1168 -132%29 translate%28671.859 -492.217%29 translate%28-20.629%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-training {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M73.164 12v16.62H21.921V12H13v72h8.921V67.523h51.243V84h8.921V12zm0 28.7a28.311 28.311 0 00-3.649 5.592l-.139.256H59.011l-.14-.256c-2.121-3.91-4.762-8.776-10.427-8.776s-8.3 4.866-10.426 8.776l-.139.256H27.512l-.139-.256c-1.373-2.529-2.967-5.451-5.452-7.2v-7.566h51.243zm-5.491 8.75c-1.1 1.646-2.132 2.581-3.482 2.581s-2.385-.935-3.483-2.581zm-15.338-2.9h-7.791c1.258-2.047 2.377-3.226 3.9-3.226s2.637 1.178 3.896 3.225zm-16.163 2.9c-1.1 1.646-2.132 2.581-3.482 2.581s-2.385-.935-3.482-2.581zm-14.256 0h.561c2.087 3.837 4.735 8.386 10.214 8.386s8.126-4.55 10.214-8.386h11.071c2.088 3.837 4.736 8.386 10.215 8.386 4.458 0 7.04-3.015 8.973-6.2v12.988H21.921z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-allevamento {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M73.164 12v16.62H21.921V12H13v72h8.921V67.523h51.243V84h8.921V12zm0 28.7a28.311 28.311 0 00-3.649 5.592l-.139.256H59.011l-.14-.256c-2.121-3.91-4.762-8.776-10.427-8.776s-8.3 4.866-10.426 8.776l-.139.256H27.512l-.139-.256c-1.373-2.529-2.967-5.451-5.452-7.2v-7.566h51.243zm-5.491 8.75c-1.1 1.646-2.132 2.581-3.482 2.581s-2.385-.935-3.483-2.581zm-15.338-2.9h-7.791c1.258-2.047 2.377-3.226 3.9-3.226s2.637 1.178 3.896 3.225zm-16.163 2.9c-1.1 1.646-2.132 2.581-3.482 2.581s-2.385-.935-3.482-2.581zm-14.256 0h.561c2.087 3.837 4.735 8.386 10.214 8.386s8.126-4.55 10.214-8.386h11.071c2.088 3.837 4.736 8.386 10.215 8.386 4.458 0 7.04-3.015 8.973-6.2v12.988H21.921z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-altitude {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M68.908 54.688H26.161l-3.108 5.384h48.964zM37.293 33.834l-3.108 5.384h26.7l-3.108-5.384zM65.883 49.645l-3.108-5.384H32.294l-3.108 5.384zM78.908 70.499L75.8 65.115H19.271l-3.108 5.384zM12.003 75.542l-4 6.932H87.07l-4-6.932zM56.074 28.792L47.534 14l-8.54 14.792z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-altitudine {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M68.908 54.688H26.161l-3.108 5.384h48.964zM37.293 33.834l-3.108 5.384h26.7l-3.108-5.384zM65.883 49.645l-3.108-5.384H32.294l-3.108 5.384zM78.908 70.499L75.8 65.115H19.271l-3.108 5.384zM12.003 75.542l-4 6.932H87.07l-4-6.932zM56.074 28.792L47.534 14l-8.54 14.792z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-bouquet {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M50.417 15.13A10.1 10.1 0 0047.678 12a10.1 10.1 0 00-2.739 3.13c4.383 1.926 1.174 1.926 5.478 0zM46.114 41.63v11.6l1.346.407 1.784-.939V41.739a11.656 11.656 0 01-3.13-.109zM68.466 26.084a17.383 17.383 0 00-6.074-7.824 17.36 17.36 0 01-3.13 7.373c.345 2.584 2.191 7.829-3.13 12.9a9.2 9.2 0 0012.522 3.334c5.134-2.911 3.256-9.251 9.752-14.384a17.309 17.309 0 00-9.94-1.399z'/%3e%3cpath d='M73.505 22.847a10.31 10.31 0 00-.782-4.132 10.04 10.04 0 00-3.976 1.393c2.77 3.741.125 2.191 4.758 2.739zM57.43 48.329l1.832-3.13a12.03 12.03 0 01-2.708-1.565l-4.336 7.5zM38.895 27.73c-2.457 8.829 9.939 15.183 16.013 7.373 4.511-5.885-1.343-10.05 1.99-18.407a17.592 17.592 0 00-9.219 3.8 17.405 17.405 0 00-9.219-3.8 18.87 18.87 0 01.435 11.034z'/%3e%3cpath d='M39.274 38.403a11.209 11.209 0 01-3.645-10.313c.188-1.221.313-1.221.534-2.489a17.5 17.5 0 01-3.134-7.433 17.44 17.44 0 00-6.135 7.921A17.373 17.373 0 0017 27.404a19.9 19.9 0 015.9 9.391c2.457 7.908 12.789 8.075 16.374 1.608zM24.952 22.725a17.827 17.827 0 011.659-2.6 9.95 9.95 0 00-3.976-1.411 10.309 10.309 0 00-.783 4.132 19.137 19.137 0 013.1-.121zM36.097 45.168l3.521 6.089 4.4 1.333-5.2-8.988a12.539 12.539 0 01-2.721 1.566z'/%3e%3cpath d='M46.305 56.546c-.235-.391-.187-.407-.187 0l-12.526-3.85 10.224 21.913h7.638l10.312-25.043-13.977 7.435zM43.922 77.739l-2.5 6.26h12.516l-2.5-6.26z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-color {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M65.08 53.9h-2.19l-.78-.75a17.95 17.95 0 00-16.8-29.42A107.67 107.67 0 0042.52 12H22.94a107.42 107.42 0 00-4.66 31.43 14.48 14.48 0 009.83 13.73 5.02 5.02 0 013.4 4.74v14.92a4.3 4.3 0 01-3.5 4.22l-8.98 1.74A1.25 1.25 0 0018 84h29.46a1.25 1.25 0 00-1.03-1.22l-8.98-1.74a4.3 4.3 0 01-3.51-4.23v-14.9a5.02 5.02 0 013.4-4.75 14.76 14.76 0 001.38-.59 17.94 17.94 0 0021.45-1.47l.74.77v2.19l13.85 13.82 4.12-4.13zm-16.62 0a12.62 12.62 0 01-2.52-.25 12.48 12.48 0 112.51.25z'/%3e%3cpath d='M38.78 41.44a9.66 9.66 0 009.65 9.68h.03a9.54 9.54 0 002.03-.22 20.02 20.02 0 002.26-9.23c0-3.03-.12-6.04-.3-9.02a9.65 9.65 0 00-13.67 8.8z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-colore {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M65.08 53.9h-2.19l-.78-.75a17.95 17.95 0 00-16.8-29.42A107.67 107.67 0 0042.52 12H22.94a107.42 107.42 0 00-4.66 31.43 14.48 14.48 0 009.83 13.73 5.02 5.02 0 013.4 4.74v14.92a4.3 4.3 0 01-3.5 4.22l-8.98 1.74A1.25 1.25 0 0018 84h29.46a1.25 1.25 0 00-1.03-1.22l-8.98-1.74a4.3 4.3 0 01-3.51-4.23v-14.9a5.02 5.02 0 013.4-4.75 14.76 14.76 0 001.38-.59 17.94 17.94 0 0021.45-1.47l.74.77v2.19l13.85 13.82 4.12-4.13zm-16.62 0a12.62 12.62 0 01-2.52-.25 12.48 12.48 0 112.51.25z'/%3e%3cpath d='M38.78 41.44a9.66 9.66 0 009.65 9.68h.03a9.54 9.54 0 002.03-.22 20.02 20.02 0 002.26-9.23c0-3.03-.12-6.04-.3-9.02a9.65 9.65 0 00-13.67 8.8z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-density {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-262.9 -848.78%29'%3e%3cpath d='M280.9 918.84h8.8v8.8h-8.8zM298.25 918.84h8.8v8.8h-8.8zM315.6 918.84h8.8v8.8h-8.8zM332.95 918.84h8.8v8.8h-8.8z'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28280.9 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28298.25 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28315.6 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28332.95 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28280.9 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28298.25 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28315.6 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28332.95 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28280.9 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28298.25 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28315.6 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28332.95 866.78%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-densita {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-262.9 -848.78%29'%3e%3cpath d='M280.9 918.84h8.8v8.8h-8.8zM298.25 918.84h8.8v8.8h-8.8zM315.6 918.84h8.8v8.8h-8.8zM332.95 918.84h8.8v8.8h-8.8z'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28280.9 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28298.25 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28315.6 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='3.39' transform='translate%28332.95 901.49%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28280.9 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28298.25 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28315.6 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28332.95 884.13%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28280.9 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28298.25 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28315.6 866.78%29'/%3e%3crect width='8.8' height='8.8' rx='4.4' transform='translate%28332.95 866.78%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-hectares {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M53.37 73.883c1.144-1.731 2.233-3.365 3.308-5.008 2.768-4.229 5.5-8.483 8.305-12.686a79.943 79.943 0 019.2-11.49 45.17 45.17 0 017.419-6.278 92.7 92.7 0 01-11.63 19.684A73.629 73.629 0 0153.37 73.883zM73.534 36.498c-.661 1.041-1.3 2.1-1.988 3.122A169.4 169.4 0 0158.1 57.278a81.249 81.249 0 01-13.136 12.074c-.1.071-.2.132-.385.25a1.838 1.838 0 01.094-.265 167.4 167.4 0 019.575-14.552 83.634 83.634 0 0110.335-11.522 62.676 62.676 0 018.679-6.723c.059-.038.124-.066.186-.1zM66.408 34.589c-1.315 1.571-2.607 3.162-3.949 4.71-4.625 5.339-9.294 10.638-14.257 15.665a95.321 95.321 0 01-12.208 10.645l-.356.255c.331-1.867 8.869-13.215 13.316-17.721 5.244-5.313 13.861-12.055 17.454-13.554zM26.859 62.424c.828-1.224 1.623-2.471 2.491-3.667a80.129 80.129 0 0110.992-12.132 100.346 100.346 0 0116.23-12.02c1.07-.639 2.166-1.232 3.251-1.845a1.493 1.493 0 01.251-.065c-.153.168-.239.272-.335.365-3.416 3.323-6.8 6.683-10.258 9.959q-5.98 5.664-12.076 11.2a94.693 94.693 0 01-10.069 8.016l-.382.26zM18.725 59.346c.858-1.112 1.682-2.252 2.58-3.331A84.683 84.683 0 0134.74 43.326 124.186 124.186 0 0154.015 31.07a.9.9 0 01.414-.117c-.66.59-1.3 1.2-1.984 1.765-3.916 3.269-7.828 6.544-11.766 9.787q-5.725 4.716-11.5 9.371a124.312 124.312 0 01-10.072 7.37c-.093.061-.19.116-.286.173zM49.294 29.313c-.763.608-1.508 1.241-2.291 1.821q-6.755 5.012-13.528 10c-4.216 3.088-8.428 6.184-12.7 9.192-2.982 2.1-6.062 4.058-9.1 6.078a.615.615 0 01-.38.113c.648-.744 1.279-1.5 1.945-2.233a79.6 79.6 0 0110.833-9.68 151.24 151.24 0 0124.933-15.265c.074-.036.151-.065.227-.1zM4.6 53.839c1.009-.977 1.993-1.983 3.032-2.927a111.122 111.122 0 0115.509-11.507 187.122 187.122 0 0121.317-11.726l.394-.177C43.386 29.162 8.554 52.044 4.6 53.839zM33.588 23.122a19.538 19.538 0 013.69-.713c1.245-.147 2.5-.217 3.745-.255 2.5-.094 5 0 7.493.112 2.492.159 4.982.369 7.467.667s4.975.712 7.427 1.169a96.677 96.677 0 0114.559 3.882 61.529 61.529 0 017 3.006 30.844 30.844 0 016.43 4.235 84.66 84.66 0 00-14.071-4.858c-4.766-1.3-9.58-2.412-14.405-3.51-2.419-.556-4.817-1.044-7.253-1.469s-4.871-.837-7.319-1.17c-2.445-.371-4.9-.653-7.359-.9a41.415 41.415 0 00-7.404-.196z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-ettari {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M53.37 73.883c1.144-1.731 2.233-3.365 3.308-5.008 2.768-4.229 5.5-8.483 8.305-12.686a79.943 79.943 0 019.2-11.49 45.17 45.17 0 017.419-6.278 92.7 92.7 0 01-11.63 19.684A73.629 73.629 0 0153.37 73.883zM73.534 36.498c-.661 1.041-1.3 2.1-1.988 3.122A169.4 169.4 0 0158.1 57.278a81.249 81.249 0 01-13.136 12.074c-.1.071-.2.132-.385.25a1.838 1.838 0 01.094-.265 167.4 167.4 0 019.575-14.552 83.634 83.634 0 0110.335-11.522 62.676 62.676 0 018.679-6.723c.059-.038.124-.066.186-.1zM66.408 34.589c-1.315 1.571-2.607 3.162-3.949 4.71-4.625 5.339-9.294 10.638-14.257 15.665a95.321 95.321 0 01-12.208 10.645l-.356.255c.331-1.867 8.869-13.215 13.316-17.721 5.244-5.313 13.861-12.055 17.454-13.554zM26.859 62.424c.828-1.224 1.623-2.471 2.491-3.667a80.129 80.129 0 0110.992-12.132 100.346 100.346 0 0116.23-12.02c1.07-.639 2.166-1.232 3.251-1.845a1.493 1.493 0 01.251-.065c-.153.168-.239.272-.335.365-3.416 3.323-6.8 6.683-10.258 9.959q-5.98 5.664-12.076 11.2a94.693 94.693 0 01-10.069 8.016l-.382.26zM18.725 59.346c.858-1.112 1.682-2.252 2.58-3.331A84.683 84.683 0 0134.74 43.326 124.186 124.186 0 0154.015 31.07a.9.9 0 01.414-.117c-.66.59-1.3 1.2-1.984 1.765-3.916 3.269-7.828 6.544-11.766 9.787q-5.725 4.716-11.5 9.371a124.312 124.312 0 01-10.072 7.37c-.093.061-.19.116-.286.173zM49.294 29.313c-.763.608-1.508 1.241-2.291 1.821q-6.755 5.012-13.528 10c-4.216 3.088-8.428 6.184-12.7 9.192-2.982 2.1-6.062 4.058-9.1 6.078a.615.615 0 01-.38.113c.648-.744 1.279-1.5 1.945-2.233a79.6 79.6 0 0110.833-9.68 151.24 151.24 0 0124.933-15.265c.074-.036.151-.065.227-.1zM4.6 53.839c1.009-.977 1.993-1.983 3.032-2.927a111.122 111.122 0 0115.509-11.507 187.122 187.122 0 0121.317-11.726l.394-.177C43.386 29.162 8.554 52.044 4.6 53.839zM33.588 23.122a19.538 19.538 0 013.69-.713c1.245-.147 2.5-.217 3.745-.255 2.5-.094 5 0 7.493.112 2.492.159 4.982.369 7.467.667s4.975.712 7.427 1.169a96.677 96.677 0 0114.559 3.882 61.529 61.529 0 017 3.006 30.844 30.844 0 016.43 4.235 84.66 84.66 0 00-14.071-4.858c-4.766-1.3-9.58-2.412-14.405-3.51-2.419-.556-4.817-1.044-7.253-1.469s-4.871-.837-7.319-1.17c-2.445-.371-4.9-.653-7.359-.9a41.415 41.415 0 00-7.404-.196z'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-longevity {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M85.116 58.708l-2.042-.686a32.6 32.6 0 00-38.727-41.983l-.517-2.091a34.751 34.751 0 0141.287 44.76zM49.493 84a34.763 34.763 0 01-34.724-34.724h2.153a32.6 32.6 0 0042.6 31l.662 2.049A34.686 34.686 0 0149.493 84zM37.99 31.823l5.679-2.989-5.679-2.989 3.424-5.428-6.413.251.251-6.413-5.428 3.424L26.836 12l-2.989 5.679-5.428-3.424.251 6.413-6.413-.251 3.424 5.428-5.679 2.989 5.679 2.989-3.424 5.428L18.67 37l-.251 6.412 5.428-3.424 2.989 5.679 2.988-5.679 5.428 3.424-.251-6.413 6.413.251zm-11.155 5.428a8.417 8.417 0 118.417-8.417 8.417 8.417 0 01-8.417 8.417zM69.218 58.049a11.556 11.556 0 0015.453 16.474 11.557 11.557 0 11-15.453-16.474z'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2813.78 46.261%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2857.697 79.145%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2881.696 56.902%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2841.893 13.149%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-longevita {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M85.116 58.708l-2.042-.686a32.6 32.6 0 00-38.727-41.983l-.517-2.091a34.751 34.751 0 0141.287 44.76zM49.493 84a34.763 34.763 0 01-34.724-34.724h2.153a32.6 32.6 0 0042.6 31l.662 2.049A34.686 34.686 0 0149.493 84zM37.99 31.823l5.679-2.989-5.679-2.989 3.424-5.428-6.413.251.251-6.413-5.428 3.424L26.836 12l-2.989 5.679-5.428-3.424.251 6.413-6.413-.251 3.424 5.428-5.679 2.989 5.679 2.989-3.424 5.428L18.67 37l-.251 6.412 5.428-3.424 2.989 5.679 2.988-5.679 5.428 3.424-.251-6.413 6.413.251zm-11.155 5.428a8.417 8.417 0 118.417-8.417 8.417 8.417 0 01-8.417 8.417zM69.218 58.049a11.556 11.556 0 0015.453 16.474 11.557 11.557 0 11-15.453-16.474z'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2813.78 46.261%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2857.697 79.145%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2881.696 56.902%29'/%3e%3ccircle cx='2.154' cy='2.154' r='2.154' transform='translate%2841.893 13.149%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-vineyards {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-949.265 -614.308%29'%3e%3ccircle cx='7.771' cy='7.771' r='7.771' transform='rotate%28-13.34 3430.002 -3896.982%29'/%3e%3cpath d='M977.363 631.808l9.949 20.769 8.247-6.6zM1019.167 631.808l-30.222 24.178 9.418 19.661z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-provenienza {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-949.265 -614.308%29'%3e%3ccircle cx='7.771' cy='7.771' r='7.771' transform='rotate%28-13.34 3430.002 -3896.982%29'/%3e%3cpath d='M977.363 631.808l9.949 20.769 8.247-6.6zM1019.167 631.808l-30.222 24.178 9.418 19.661z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-yeld {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M587.461 870.616v-13.8h1.051v-2.447h-8.321v2.447h1.232v13.8a36.043 36.043 0 0 1-2.337 3.275c4.328 6.465 6.626 5.661 6.626 13.9l-.6 38.889c6.982-.127 8.764-1.728 8.764-1.728l.62-39.819c-.004-8.493-2.445-7.377-7.035-14.517z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%28-23.446%29'/%3e%3cpath d='M565.586 876.682v-13.664h1.1v-2.447h-8.321v2.447h1.182v13.664a35.8 35.8 0 0 1-2.457 3.424c4.406 6.66 6.747 5.77 6.747 14.08l-.6 38.556c6.978-.128 8.759-1.728 8.759-1.728l.62-39.819c.001-8.489-2.44-7.373-7.03-14.513z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%28-13.577 -2.784%29'/%3e%3cpath d='M539.883 882.983V869.4H541v-2.447h-8.321v2.447h1.161v13.582c-4.534 7.146-6.964 6-7.014 14.462l.512 39.87s1.837 1.737 9.3 1.737c7.725 0 9.654-1.737 9.654-1.737l.619-39.82c.002-8.487-2.438-7.371-7.028-14.511z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%280 -5.648%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-resa {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M587.461 870.616v-13.8h1.051v-2.447h-8.321v2.447h1.232v13.8a36.043 36.043 0 0 1-2.337 3.275c4.328 6.465 6.626 5.661 6.626 13.9l-.6 38.889c6.982-.127 8.764-1.728 8.764-1.728l.62-39.819c-.004-8.493-2.445-7.377-7.035-14.517z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%28-23.446%29'/%3e%3cpath d='M565.586 876.682v-13.664h1.1v-2.447h-8.321v2.447h1.182v13.664a35.8 35.8 0 0 1-2.457 3.424c4.406 6.66 6.747 5.77 6.747 14.08l-.6 38.556c6.978-.128 8.759-1.728 8.759-1.728l.62-39.819c.001-8.489-2.44-7.373-7.03-14.513z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%28-13.577 -2.784%29'/%3e%3cpath d='M539.883 882.983V869.4H541v-2.447h-8.321v2.447h1.161v13.582c-4.534 7.146-6.964 6-7.014 14.462l.512 39.87s1.837 1.737 9.3 1.737c7.725 0 9.654-1.737 9.654-1.737l.619-39.82c.002-8.487-2.438-7.371-7.028-14.511z' transform='translate%28-345 -338%29 translate%28-155.831 -508.366%29 translate%280 -5.648%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-production {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-1169 -544%29 translate%281131.255 -571.413%29'%3e%3cellipse cx='30.442' cy='15.221' rx='30.442' ry='15.221' transform='translate%2854.745 1132.413%29'/%3e%3cpath d='M85.393 1190.086c-14.185 0-26.218-4.594-30.488-10.967v8.032c4.268 6.376 16.3 10.973 30.488 10.973 14.492 0 26.741-4.794 30.757-11.383v-8.033c-4.019 6.586-16.267 11.378-30.757 11.378z' transform='translate%28-.069 -20.039%29'/%3e%3cpath d='M85.393 1217.668c-14.185 0-26.218-4.594-30.488-10.968v8.032c4.268 6.376 16.3 10.974 30.488 10.974 14.262 0 26.348-4.645 30.556-11.073v-8.033c-4.208 6.424-16.294 11.068-30.556 11.068z' transform='translate%28-.069 -32.112%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-data {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-1169 -544%29 translate%281131.255 -571.413%29'%3e%3cellipse cx='30.442' cy='15.221' rx='30.442' ry='15.221' transform='translate%2854.745 1132.413%29'/%3e%3cpath d='M85.393 1190.086c-14.185 0-26.218-4.594-30.488-10.967v8.032c4.268 6.376 16.3 10.973 30.488 10.973 14.492 0 26.741-4.794 30.757-11.383v-8.033c-4.019 6.586-16.267 11.378-30.757 11.378z' transform='translate%28-.069 -20.039%29'/%3e%3cpath d='M85.393 1217.668c-14.185 0-26.218-4.594-30.488-10.968v8.032c4.268 6.376 16.3 10.974 30.488 10.974 14.262 0 26.348-4.645 30.556-11.073v-8.033c-4.208 6.424-16.294 11.068-30.556 11.068z' transform='translate%28-.069 -32.112%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-ricavi {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000' transform='translate%28-1169 -544%29 translate%281131.255 -571.413%29'%3e%3cellipse cx='30.442' cy='15.221' rx='30.442' ry='15.221' transform='translate%2854.745 1132.413%29'/%3e%3cpath d='M85.393 1190.086c-14.185 0-26.218-4.594-30.488-10.967v8.032c4.268 6.376 16.3 10.973 30.488 10.973 14.492 0 26.741-4.794 30.757-11.383v-8.033c-4.019 6.586-16.267 11.378-30.757 11.378z' transform='translate%28-.069 -20.039%29'/%3e%3cpath d='M85.393 1217.668c-14.185 0-26.218-4.594-30.488-10.968v8.032c4.268 6.376 16.3 10.974 30.488 10.974 14.262 0 26.348-4.645 30.556-11.073v-8.033c-4.208 6.424-16.294 11.068-30.556 11.068z' transform='translate%28-.069 -32.112%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-taste {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M100.835 229.006h.3c8.994 0 24.212-1.28 24.212-6.063 0-3.835-9.76-4.268-18.266-4.743 10.069.57 15.972 2.895 15.972 4.736 0 1.434-8.119 3.78-21.918 3.78-.582 0-1.14-.009-1.7-.018-.27-.007-.538-.011-.814-.019v.009c-12.225-.278-19.4-2.263-19.4-3.733 0-1.424 5.905-4.187 15.97-4.757-8.5.475-18.264.912-18.264 4.742 0 4.3 12.273 5.769 21.288 6.024l-.354 2.011a4.565 4.565 0 0 1-4.458 3.773l-9.744.157a1.345 1.345 0 0 0-1.3 1.1v.006l30.9 5.443a1.346 1.346 0 0 0-.847-1.47l-9.1-3.478a4.567 4.567 0 0 1-2.9-5.072z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%280 -41.05%29'/%3e%3cpath d='M130.024 128.029l-20.556-3.621a114.2 114.2 0 0 0-10.686 32.032 15.405 15.405 0 0 0 7.788 16.193 5.324 5.324 0 0 1 2.693 5.6l-1.59 9.015c.688.015 1.388.022 2.113.022.177 0 .337 0 .508-.006l1.52-8.584a5.33 5.33 0 0 1 4.445-4.338 15.406 15.406 0 0 0 12.862-12.55h-.007a114.205 114.205 0 0 0 .91-33.763zM111.5 172.24c-11.217-.645-11.182-11.98-9.584-15.84 0 0 2.66 10.483 14.244 1.464 13.186-10.269 17.006 15.623-4.66 14.376z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%28-9.461%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-sapore {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M100.835 229.006h.3c8.994 0 24.212-1.28 24.212-6.063 0-3.835-9.76-4.268-18.266-4.743 10.069.57 15.972 2.895 15.972 4.736 0 1.434-8.119 3.78-21.918 3.78-.582 0-1.14-.009-1.7-.018-.27-.007-.538-.011-.814-.019v.009c-12.225-.278-19.4-2.263-19.4-3.733 0-1.424 5.905-4.187 15.97-4.757-8.5.475-18.264.912-18.264 4.742 0 4.3 12.273 5.769 21.288 6.024l-.354 2.011a4.565 4.565 0 0 1-4.458 3.773l-9.744.157a1.345 1.345 0 0 0-1.3 1.1v.006l30.9 5.443a1.346 1.346 0 0 0-.847-1.47l-9.1-3.478a4.567 4.567 0 0 1-2.9-5.072z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%280 -41.05%29'/%3e%3cpath d='M130.024 128.029l-20.556-3.621a114.2 114.2 0 0 0-10.686 32.032 15.405 15.405 0 0 0 7.788 16.193 5.324 5.324 0 0 1 2.693 5.6l-1.59 9.015c.688.015 1.388.022 2.113.022.177 0 .337 0 .508-.006l1.52-8.584a5.33 5.33 0 0 1 4.445-4.338 15.406 15.406 0 0 0 12.862-12.55h-.007a114.205 114.205 0 0 0 .91-33.763zM111.5 172.24c-11.217-.645-11.182-11.98-9.584-15.84 0 0 2.66 10.483 14.244 1.464 13.186-10.269 17.006 15.623-4.66 14.376z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%28-9.461%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-flavor {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M100.835 229.006h.3c8.994 0 24.212-1.28 24.212-6.063 0-3.835-9.76-4.268-18.266-4.743 10.069.57 15.972 2.895 15.972 4.736 0 1.434-8.119 3.78-21.918 3.78-.582 0-1.14-.009-1.7-.018-.27-.007-.538-.011-.814-.019v.009c-12.225-.278-19.4-2.263-19.4-3.733 0-1.424 5.905-4.187 15.97-4.757-8.5.475-18.264.912-18.264 4.742 0 4.3 12.273 5.769 21.288 6.024l-.354 2.011a4.565 4.565 0 0 1-4.458 3.773l-9.744.157a1.345 1.345 0 0 0-1.3 1.1v.006l30.9 5.443a1.346 1.346 0 0 0-.847-1.47l-9.1-3.478a4.567 4.567 0 0 1-2.9-5.072z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%280 -41.05%29'/%3e%3cpath d='M130.024 128.029l-20.556-3.621a114.2 114.2 0 0 0-10.686 32.032 15.405 15.405 0 0 0 7.788 16.193 5.324 5.324 0 0 1 2.693 5.6l-1.59 9.015c.688.015 1.388.022 2.113.022.177 0 .337 0 .508-.006l1.52-8.584a5.33 5.33 0 0 1 4.445-4.338 15.406 15.406 0 0 0 12.862-12.55h-.007a114.205 114.205 0 0 0 .91-33.763zM111.5 172.24c-11.217-.645-11.182-11.98-9.584-15.84 0 0 2.66 10.483 14.244 1.464 13.186-10.269 17.006 15.623-4.66 14.376z' transform='translate%28-139 -338%29 translate%2886.07 223.592%29 translate%28-9.461%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-ground {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h96v96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill='%23000' clip-path='url%28%23a%29'%3e%3cpath fill-rule='evenodd' d='M71.779 76.592C63.528 64.539 51.791 53.796 36.93 44.82c-2-1.2-4.03-2.35-6.09-3.46-2.06-1.11-4.14-2.17-6.24-3.19-2.1-1.01-4.23-1.98-6.38-2.9-1.053-.453-2.114-.896-3.174-1.339 1.117-2.634 2.558-5.095 4.247-7.359.022.009.045.019.067.028 2.52 1.04 5.02 2.14 7.49 3.31 2.47 1.16 4.91 2.38 7.32 3.67.41.22.82.44 1.22.66l2.59-1.36-3.17-5.03 5.94.24-.23-5.93 5.02 3.16 2.76-5.25 2.77 5.25 5.02-3.17-.23 5.94 5.93-.24-3.17 5.03 3.09 1.62c2.9-1.37 5.84-2.67 8.82-3.88 2.608-1.065 5.239-2.066 7.894-3.002 1.643 2.311 3.003 4.834 4.04 7.52-2.651.916-5.272 1.9-7.874 2.942-3.22 1.29-6.4 2.68-9.54 4.16-3.13 1.48-6.22 3.06-9.26 4.73l-.48.26.43.35c2.01 1.58 3.93 3.19 5.71 4.77l.18.17.23-.12c2.59-1.33 5.21-2.59 7.86-3.78 2.65-1.2 5.33-2.32 8.04-3.37 2.249-.88 4.518-1.704 6.802-2.479.286 1.868.438 3.78.438 5.729 0 1.039-.043 2.067-.132 3.082-1.229.444-2.455.898-3.678 1.368-2.16.83-4.29 1.71-6.41 2.63-2.12.92-4.22 1.89-6.29 2.9l-.45.22.34.36c1.84 1.93 3.64 3.97 5.34 6.05l.18.23.26-.13c1.63-.81 3.27-1.58 4.93-2.32 1.189-.533 2.389-1.051 3.596-1.552-2.254 6.005-6.042 11.256-10.907 15.254zm-25.716 8.325C40.475 77.76 33.127 71.422 24.08 65.96c-1-.6-2.01-1.19-3.02-1.77-1.02-.57-2.04-1.14-3.07-1.68-1.03-.55-2.07-1.09-3.11-1.61-.288-.143-.576-.285-.864-.425C18.702 74.031 31.15 83.94 46.063 84.917zM12.091 51.08c1.187.495 2.363 1.005 3.539 1.53 1.67.75 3.33 1.53 4.98 2.35 1.64.81 3.27 1.66 4.88 2.54 1.61.88 3.2 1.79 4.77 2.73 11.167 6.746 19.973 14.726 26.328 23.85 2.919-.636 5.698-1.641 8.292-2.956-7.094-10.828-17.216-20.233-30.26-28.114-1.91-1.14-3.85-2.24-5.81-3.3-1.97-1.06-3.95-2.07-5.96-3.04-2.01-.97-4.04-1.89-6.08-2.77-1.394-.598-2.797-1.178-4.209-1.732-.374 2.053-.561 4.17-.561 6.332 0 .868.03 1.728.091 2.58zM41.3 37.6c2.14 1.3 4.29 2.67 6.36 4.07l.2.14.2-.12c2.57-1.5 5.18-2.94 7.83-4.31.48-2.09.08-4.32-1.15-6.13-1.45-2.13-3.86-3.41-6.44-3.41-2.58 0-4.99 1.28-6.44 3.41-1.2 1.77-1.61 3.94-1.17 5.99.2.12.4.24.61.36z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-terreno {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h96v96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill='%23000' clip-path='url%28%23a%29'%3e%3cpath fill-rule='evenodd' d='M71.779 76.592C63.528 64.539 51.791 53.796 36.93 44.82c-2-1.2-4.03-2.35-6.09-3.46-2.06-1.11-4.14-2.17-6.24-3.19-2.1-1.01-4.23-1.98-6.38-2.9-1.053-.453-2.114-.896-3.174-1.339 1.117-2.634 2.558-5.095 4.247-7.359.022.009.045.019.067.028 2.52 1.04 5.02 2.14 7.49 3.31 2.47 1.16 4.91 2.38 7.32 3.67.41.22.82.44 1.22.66l2.59-1.36-3.17-5.03 5.94.24-.23-5.93 5.02 3.16 2.76-5.25 2.77 5.25 5.02-3.17-.23 5.94 5.93-.24-3.17 5.03 3.09 1.62c2.9-1.37 5.84-2.67 8.82-3.88 2.608-1.065 5.239-2.066 7.894-3.002 1.643 2.311 3.003 4.834 4.04 7.52-2.651.916-5.272 1.9-7.874 2.942-3.22 1.29-6.4 2.68-9.54 4.16-3.13 1.48-6.22 3.06-9.26 4.73l-.48.26.43.35c2.01 1.58 3.93 3.19 5.71 4.77l.18.17.23-.12c2.59-1.33 5.21-2.59 7.86-3.78 2.65-1.2 5.33-2.32 8.04-3.37 2.249-.88 4.518-1.704 6.802-2.479.286 1.868.438 3.78.438 5.729 0 1.039-.043 2.067-.132 3.082-1.229.444-2.455.898-3.678 1.368-2.16.83-4.29 1.71-6.41 2.63-2.12.92-4.22 1.89-6.29 2.9l-.45.22.34.36c1.84 1.93 3.64 3.97 5.34 6.05l.18.23.26-.13c1.63-.81 3.27-1.58 4.93-2.32 1.189-.533 2.389-1.051 3.596-1.552-2.254 6.005-6.042 11.256-10.907 15.254zm-25.716 8.325C40.475 77.76 33.127 71.422 24.08 65.96c-1-.6-2.01-1.19-3.02-1.77-1.02-.57-2.04-1.14-3.07-1.68-1.03-.55-2.07-1.09-3.11-1.61-.288-.143-.576-.285-.864-.425C18.702 74.031 31.15 83.94 46.063 84.917zM12.091 51.08c1.187.495 2.363 1.005 3.539 1.53 1.67.75 3.33 1.53 4.98 2.35 1.64.81 3.27 1.66 4.88 2.54 1.61.88 3.2 1.79 4.77 2.73 11.167 6.746 19.973 14.726 26.328 23.85 2.919-.636 5.698-1.641 8.292-2.956-7.094-10.828-17.216-20.233-30.26-28.114-1.91-1.14-3.85-2.24-5.81-3.3-1.97-1.06-3.95-2.07-5.96-3.04-2.01-.97-4.04-1.89-6.08-2.77-1.394-.598-2.797-1.178-4.209-1.732-.374 2.053-.561 4.17-.561 6.332 0 .868.03 1.728.091 2.58zM41.3 37.6c2.14 1.3 4.29 2.67 6.36 4.07l.2.14.2-.12c2.57-1.5 5.18-2.94 7.83-4.31.48-2.09.08-4.32-1.15-6.13-1.45-2.13-3.86-3.41-6.44-3.41-2.58 0-4.99 1.28-6.44 3.41-1.2 1.77-1.61 3.94-1.17 5.99.2.12.4.24.61.36z'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-terroir {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h96v96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill='%23000' clip-path='url%28%23a%29'%3e%3cpath fill-rule='evenodd' d='M3.5 44.459c4.399 2.104 8.699 4.415 12.887 6.924 17.83 10.77 29.75 24.753 35.318 41.117H40.95c-5.2-12.728-15.141-23.601-29.794-32.454-2.509-1.508-5.062-2.938-7.656-4.29V44.459zm0-19.296c8.921 3.477 17.549 7.683 25.795 12.578C52.488 51.747 67.465 70.413 73.496 92.5H62.864c-5.858-18.42-18.957-34.114-38.799-46.098-6.608-3.93-13.48-7.384-20.565-10.34V25.163zm89 8.093c-9.304 2.807-18.38 6.345-27.14 10.585q3.113 3.28 5.903 6.698c6.882-3.373 13.977-6.28 21.237-8.704V52.53c-5.132 1.835-10.17 3.929-15.096 6.275 6.93 10.208 11.848 21.644 14.491 33.695H81.499C75.381 67.55 57.685 45.384 30.15 28.754 21.631 23.692 12.717 19.341 3.5 15.74V4.924c11.059 4.071 21.731 9.146 31.882 15.169q3.63 2.195 7.048 4.506C57.208 15.809 74.157 8.88 92.5 3.986v10.485c-14.9 4.171-28.769 9.756-41.134 16.658q3.276 2.58 6.314 5.281c11.148-5.682 22.809-10.267 34.82-13.697v10.543z'/%3e%3c/g%3e%3c/svg%3e"); }
  .term.term--type-prod_features.term--class-territorio {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h96v96H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3cg fill='%23000' clip-path='url%28%23a%29'%3e%3cpath fill-rule='evenodd' d='M3.5 44.459c4.399 2.104 8.699 4.415 12.887 6.924 17.83 10.77 29.75 24.753 35.318 41.117H40.95c-5.2-12.728-15.141-23.601-29.794-32.454-2.509-1.508-5.062-2.938-7.656-4.29V44.459zm0-19.296c8.921 3.477 17.549 7.683 25.795 12.578C52.488 51.747 67.465 70.413 73.496 92.5H62.864c-5.858-18.42-18.957-34.114-38.799-46.098-6.608-3.93-13.48-7.384-20.565-10.34V25.163zm89 8.093c-9.304 2.807-18.38 6.345-27.14 10.585q3.113 3.28 5.903 6.698c6.882-3.373 13.977-6.28 21.237-8.704V52.53c-5.132 1.835-10.17 3.929-15.096 6.275 6.93 10.208 11.848 21.644 14.491 33.695H81.499C75.381 67.55 57.685 45.384 30.15 28.754 21.631 23.692 12.717 19.341 3.5 15.74V4.924c11.059 4.071 21.731 9.146 31.882 15.169q3.63 2.195 7.048 4.506C57.208 15.809 74.157 8.88 92.5 3.986v10.485c-14.9 4.171-28.769 9.756-41.134 16.658q3.276 2.58 6.314 5.281c11.148-5.682 22.809-10.267 34.82-13.697v10.543z'/%3e%3c/g%3e%3c/svg%3e"); }
  .term.term--type-prod_features.term--class-grapes {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M46.047 24.72l6.618-13.22h13.236L52.665 24.72z'/%3e%3cg transform='translate%2821.529 31.558%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2839.707%29'/%3e%3cg transform='translate%289.927 19.853%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3c/g%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853 39.707%29'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-first_vintage {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M46.047 24.72l6.618-13.22h13.236L52.665 24.72z'/%3e%3cg transform='translate%2821.529 31.558%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2839.707%29'/%3e%3cg transform='translate%289.927 19.853%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3c/g%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853 39.707%29'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-uve {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M46.047 24.72l6.618-13.22h13.236L52.665 24.72z'/%3e%3cg transform='translate%2821.529 31.558%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2839.707%29'/%3e%3cg transform='translate%289.927 19.853%29'%3e%3ccircle cx='6.618' cy='6.618' r='6.618'/%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853%29'/%3e%3c/g%3e%3ccircle cx='6.618' cy='6.618' r='6.618' transform='translate%2819.853 39.707%29'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-wines {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M-136.213 420.422c.055-9.372 2.747-8.1 7.768-16.016v-15.04h-1.286v-2.71h5.609v-1.518h-9.214v2.71h1.286v15.04c-5.021 7.914-7.712 6.644-7.767 16.016l.568 44.153s.837.788 3.6 1.355z' transform='translate%28-963 -544%29 translate%281135.818 164.862%29 translate%281 1%29'/%3e%3cpath d='M-114.494 446.583v-14.524h11.025l.095-6.1c0-9.4-2.7-8.164-7.785-16.071v-15.04h1.242v-2.71h-9.214v2.71h1.286v15.04c-5.021 7.914-7.712 6.644-7.767 16.016l.568 44.153s2.034 1.924 10.294 1.924c8.555 0 10.692-1.924 10.692-1.924l.365-23.474z' transform='translate%28-963 -544%29 translate%281135.818 164.862%29 translate%28-6.875 -3.317%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-vini {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M-136.213 420.422c.055-9.372 2.747-8.1 7.768-16.016v-15.04h-1.286v-2.71h5.609v-1.518h-9.214v2.71h1.286v15.04c-5.021 7.914-7.712 6.644-7.767 16.016l.568 44.153s.837.788 3.6 1.355z' transform='translate%28-963 -544%29 translate%281135.818 164.862%29 translate%281 1%29'/%3e%3cpath d='M-114.494 446.583v-14.524h11.025l.095-6.1c0-9.4-2.7-8.164-7.785-16.071v-15.04h1.242v-2.71h-9.214v2.71h1.286v15.04c-5.021 7.914-7.712 6.644-7.767 16.016l.568 44.153s2.034 1.924 10.294 1.924c8.555 0 10.692-1.924 10.692-1.924l.365-23.474z' transform='translate%28-963 -544%29 translate%281135.818 164.862%29 translate%28-6.875 -3.317%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-wine {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M329.713 450.064v-15.059h11.431l.1-6.325c0-9.746-2.8-8.466-8.073-16.664v-15.595h1.287v-2.81H324.9v2.81h1.334v15.595c-5.206 8.206-8 6.889-8.054 16.607l.589 45.781s2.109 1.995 10.674 1.995c8.871 0 11.086-1.995 11.086-1.995l.379-24.34z' transform='translate%28-757 -544%29 translate%28474.817 157.389%29'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-vino {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cpath fill='%23000' d='M329.713 450.064v-15.059h11.431l.1-6.325c0-9.746-2.8-8.466-8.073-16.664v-15.595h1.287v-2.81H324.9v2.81h1.334v15.595c-5.206 8.206-8 6.889-8.054 16.607l.589 45.781s2.109 1.995 10.674 1.995c8.871 0 11.086-1.995 11.086-1.995l.379-24.34z' transform='translate%28-757 -544%29 translate%28474.817 157.389%29'/%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-variety {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M815.393 455.533a5.372 5.372 0 1 1 4.694-7.981 31.537 31.537 0 0 0 4.242-25.262 31.6 31.6 0 0 0-11.421-.774 5.37 5.37 0 1 1-6.485-3.205 31.617 31.617 0 0 0-11.279-12.683v36.409l16.914-8.849 1.2 2.3-18.116 9.477v8.374l17.981 9.406-1.2 2.3-16.7-8.8 1.854 10.379a27.823 27.823 0 0 0 23.389 4.511 27.918 27.918 0 0 0-1.132-17.325 5.353 5.353 0 0 1-3.941 1.723z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%28-23.545%29'/%3e%3cpath d='M769 456.449l-17.689 9.251-1.2-2.3 18.9-9.886v-8.395l-18.762-9.816 1.2-2.3 17.561 9.187v-35.975a31.626 31.626 0 0 0-10.671 12.191 5.381 5.381 0 1 1-5.792 3.44 31.624 31.624 0 0 0-12.192.692 31.54 31.54 0 0 0 3.262 23.655 5.371 5.371 0 1 1 .7 8.9 27.92 27.92 0 0 0-.739 16.279 27.817 27.817 0 0 0 23.634-4.7z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%280 -.248%29'/%3e%3cpath d='M794.044 526.8h-7.583l2.591-18.208h2.4z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%28-19.88 -43.461%29'/%3e%3c/g%3e%3c/svg%3e "); }
  .term.term--type-prod_features.term--class-vitigno {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3e%3cg fill='%23000'%3e%3cpath d='M815.393 455.533a5.372 5.372 0 1 1 4.694-7.981 31.537 31.537 0 0 0 4.242-25.262 31.6 31.6 0 0 0-11.421-.774 5.37 5.37 0 1 1-6.485-3.205 31.617 31.617 0 0 0-11.279-12.683v36.409l16.914-8.849 1.2 2.3-18.116 9.477v8.374l17.981 9.406-1.2 2.3-16.7-8.8 1.854 10.379a27.823 27.823 0 0 0 23.389 4.511 27.918 27.918 0 0 0-1.132-17.325 5.353 5.353 0 0 1-3.941 1.723z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%28-23.545%29'/%3e%3cpath d='M769 456.449l-17.689 9.251-1.2-2.3 18.9-9.886v-8.395l-18.762-9.816 1.2-2.3 17.561 9.187v-35.975a31.626 31.626 0 0 0-10.671 12.191 5.381 5.381 0 1 1-5.792 3.44 31.624 31.624 0 0 0-12.192.692 31.54 31.54 0 0 0 3.262 23.655 5.371 5.371 0 1 1 .7 8.9 27.92 27.92 0 0 0-.739 16.279 27.817 27.817 0 0 0 23.634-4.7z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%280 -.248%29'/%3e%3cpath d='M794.044 526.8h-7.583l2.591-18.208h2.4z' transform='translate%28-345 -544%29 translate%28-377.362 147.372%29 translate%28-19.88 -43.461%29'/%3e%3c/g%3e%3c/svg%3e "); }

.term.term.view-mode-gallery .taxonomy-term-listing .views-element-container .view.view-taxonomy-term.view-id-taxonomy_term.view-display-id-block_term_gallery {
  max-width: unset;
  position: relative; }
  .term.term.view-mode-gallery .taxonomy-term-listing .views-element-container .view.view-taxonomy-term.view-id-taxonomy_term.view-display-id-block_term_gallery article.node {
    background-color: unset;
    margin-bottom: unset; }

.term.term-view_mode--full .views-element-container {
  background-color: unset; }

.node {
  /* theming */ }
  .node-cta .node-link.goto-node {
    font-weight: 400; }
    .node-cta .node-link.goto-node .text-label::after {
      content: none; }
  .node-view_mode--teaser .node-headings .node-link:hover, .node-view_mode--teaser .node-headings .node-link:focus, .node-view_mode--teaser .node-headings .node-link:active, .node-view_mode--card .node-headings .node-link:hover, .node-view_mode--card .node-headings .node-link:focus, .node-view_mode--card .node-headings .node-link:active {
    text-decoration: underline;
    color: #725f74 !important; }

.node.node--type-product.node-view_mode--full {
  overflow: hidden; }

.node--type-experience {
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem; }
  .node--type-experience.node-view_mode--reference .reference-body::before {
    content: "";
    display: block;
    height: 48px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    margin-bottom: 2rem; }
  .node--type-experience.node-view_mode--reference .reference-arrow::before {
    content: "";
    display: block;
    height: 20px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.view-experiences .view-filters .views-exposed-form legend {
  display: none; }

.view-experiences .view-filters .views-exposed-form .form--inline {
  display: flex; }
  .view-experiences .view-filters .views-exposed-form .form--inline > .form-item {
    float: none;
    flex: 1 0 100%; }

.view-experiences .view-filters .fieldset-wrapper .form-radios > .form-radios {
  padding-left: 1rem;
  padding-right: 1rem; }
  .view-experiences .view-filters .fieldset-wrapper .form-radios > .form-radios .form-item {
    display: inline-block;
    flex-grow: 0;
    margin-left: 1rem;
    margin-right: 1rem; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios > .form-radios .form-item.form-type-radio input {
      display: none; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios > .form-radios .form-item.form-type-radio label {
      cursor: pointer; }

.view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded {
  position: relative; }
  .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-stage-outer {
    overflow: hidden; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-stage-outer::after {
      content: none; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-stage-outer .owl-stage .owl-item {
      flex: 0 1 auto;
      opacity: 1; }
  .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav {
    margin-top: 0; }
    .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button {
      background-color: #e8e8e8;
      position: absolute;
      top: 0;
      bottom: 0;
      padding: 1rem; }
      .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button.owl-prev {
        left: 0; }
      .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button.owl-next {
        right: 0; }
      .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button > span {
        transition: all 0.2s ease-in-out; }
      .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button.disabled {
        background-color: transparent;
        cursor: auto; }
        .view-experiences .view-filters .fieldset-wrapper .form-radios.owl-loaded .owl-nav button.disabled > span {
          color: transparent;
          background-image: unset !important; }

.view-experiences .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-left: 0;
  margin-right: 0; }
  .view-experiences .view-content .views-row {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 992px) {
      .view-experiences .view-content .views-row {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1440px) {
      .view-experiences .view-content .views-row {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    @media (min-width: 2440px) {
      .view-experiences .view-content .views-row {
        flex: 0 0 25%;
        max-width: 25%; } }
    .view-experiences .view-content .views-row > article {
      position: relative;
      display: flex;
      height: 500px;
      min-width: 400px;
      background-position: top right;
      background-size: auto 100%; }
      .view-experiences .view-content .views-row > article::before {
        z-index: 0;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto; }
      .view-experiences .view-content .views-row > article .reference-wrapper {
        display: flex;
        position: relative;
        z-index: 1;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; }
      .view-experiences .view-content .views-row > article .reference-container {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-left: 2.5rem;
        padding-right: 11rem; }
      .view-experiences .view-content .views-row > article .reference-body {
        flex: 1 0 auto;
        font-size: 1rem; }
      .view-experiences .view-content .views-row > article .reference-footer {
        flex: 0 1 auto; }
      .view-experiences .view-content .views-row > article.exp-theme.primary {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.primary h1, .view-experiences .view-content .views-row > article.exp-theme.primary h2, .view-experiences .view-content .views-row > article.exp-theme.primary h3, .view-experiences .view-content .views-row > article.exp-theme.primary h4, .view-experiences .view-content .views-row > article.exp-theme.primary h5, .view-experiences .view-content .views-row > article.exp-theme.primary h6, .view-experiences .view-content .views-row > article.exp-theme.primary p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.primary a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.primary a:hover, .view-experiences .view-content .views-row > article.exp-theme.primary a:focus, .view-experiences .view-content .views-row > article.exp-theme.primary a:active {
            color: #ebe7eb; }
        .view-experiences .view-content .views-row > article.exp-theme.primary .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.primary .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.black {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.black h1, .view-experiences .view-content .views-row > article.exp-theme.black h2, .view-experiences .view-content .views-row > article.exp-theme.black h3, .view-experiences .view-content .views-row > article.exp-theme.black h4, .view-experiences .view-content .views-row > article.exp-theme.black h5, .view-experiences .view-content .views-row > article.exp-theme.black h6, .view-experiences .view-content .views-row > article.exp-theme.black p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.black a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.black a:hover, .view-experiences .view-content .views-row > article.exp-theme.black a:focus, .view-experiences .view-content .views-row > article.exp-theme.black a:active {
            color: #ebe7eb; }
        .view-experiences .view-content .views-row > article.exp-theme.black .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.black .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.dark {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark h1, .view-experiences .view-content .views-row > article.exp-theme.dark h2, .view-experiences .view-content .views-row > article.exp-theme.dark h3, .view-experiences .view-content .views-row > article.exp-theme.dark h4, .view-experiences .view-content .views-row > article.exp-theme.dark h5, .view-experiences .view-content .views-row > article.exp-theme.dark h6, .view-experiences .view-content .views-row > article.exp-theme.dark p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.dark a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.dark a:hover, .view-experiences .view-content .views-row > article.exp-theme.dark a:focus, .view-experiences .view-content .views-row > article.exp-theme.dark a:active {
            color: #ebe7eb; }
        .view-experiences .view-content .views-row > article.exp-theme.dark .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.dark .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.mid {
        color: #000; }
        .view-experiences .view-content .views-row > article.exp-theme.mid h1, .view-experiences .view-content .views-row > article.exp-theme.mid h2, .view-experiences .view-content .views-row > article.exp-theme.mid h3, .view-experiences .view-content .views-row > article.exp-theme.mid h4, .view-experiences .view-content .views-row > article.exp-theme.mid h5, .view-experiences .view-content .views-row > article.exp-theme.mid h6, .view-experiences .view-content .views-row > article.exp-theme.mid p {
          color: #000; }
        .view-experiences .view-content .views-row > article.exp-theme.mid a {
          color: #000; }
          .view-experiences .view-content .views-row > article.exp-theme.mid a:hover, .view-experiences .view-content .views-row > article.exp-theme.mid a:focus, .view-experiences .view-content .views-row > article.exp-theme.mid a:active {
            color: #ebe7eb; }
        .view-experiences .view-content .views-row > article.exp-theme.mid .reference-body::before {
          background-image: decorate_experience(#000, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.mid .reference-arrow::before {
          background-image: decorate_experience(#000, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.light {
        color: #000; }
        .view-experiences .view-content .views-row > article.exp-theme.light h1, .view-experiences .view-content .views-row > article.exp-theme.light h2, .view-experiences .view-content .views-row > article.exp-theme.light h3, .view-experiences .view-content .views-row > article.exp-theme.light h4, .view-experiences .view-content .views-row > article.exp-theme.light h5, .view-experiences .view-content .views-row > article.exp-theme.light h6, .view-experiences .view-content .views-row > article.exp-theme.light p {
          color: #000; }
        .view-experiences .view-content .views-row > article.exp-theme.light a {
          color: #000; }
          .view-experiences .view-content .views-row > article.exp-theme.light a:hover, .view-experiences .view-content .views-row > article.exp-theme.light a:focus, .view-experiences .view-content .views-row > article.exp-theme.light a:active {
            color: #ebe7eb; }
        .view-experiences .view-content .views-row > article.exp-theme.light .reference-body::before {
          background-image: decorate_experience(#000, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.light .reference-arrow::before {
          background-image: decorate_experience(#000, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.secondary {
        color: #000; }
        .view-experiences .view-content .views-row > article.exp-theme.secondary h1, .view-experiences .view-content .views-row > article.exp-theme.secondary h2, .view-experiences .view-content .views-row > article.exp-theme.secondary h3, .view-experiences .view-content .views-row > article.exp-theme.secondary h4, .view-experiences .view-content .views-row > article.exp-theme.secondary h5, .view-experiences .view-content .views-row > article.exp-theme.secondary h6, .view-experiences .view-content .views-row > article.exp-theme.secondary p {
          color: #000; }
        .view-experiences .view-content .views-row > article.exp-theme.secondary a {
          color: #000; }
          .view-experiences .view-content .views-row > article.exp-theme.secondary a:hover, .view-experiences .view-content .views-row > article.exp-theme.secondary a:focus, .view-experiences .view-content .views-row > article.exp-theme.secondary a:active {
            color: #ebe7eb; }
        .view-experiences .view-content .views-row > article.exp-theme.secondary .reference-body::before {
          background-image: decorate_experience(#000, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.secondary .reference-arrow::before {
          background-image: decorate_experience(#000, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.featured {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.featured h1, .view-experiences .view-content .views-row > article.exp-theme.featured h2, .view-experiences .view-content .views-row > article.exp-theme.featured h3, .view-experiences .view-content .views-row > article.exp-theme.featured h4, .view-experiences .view-content .views-row > article.exp-theme.featured h5, .view-experiences .view-content .views-row > article.exp-theme.featured h6, .view-experiences .view-content .views-row > article.exp-theme.featured p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.featured a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.featured a:hover, .view-experiences .view-content .views-row > article.exp-theme.featured a:focus, .view-experiences .view-content .views-row > article.exp-theme.featured a:active {
            color: #000; }
        .view-experiences .view-content .views-row > article.exp-theme.featured .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.featured .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.corporate {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.corporate h1, .view-experiences .view-content .views-row > article.exp-theme.corporate h2, .view-experiences .view-content .views-row > article.exp-theme.corporate h3, .view-experiences .view-content .views-row > article.exp-theme.corporate h4, .view-experiences .view-content .views-row > article.exp-theme.corporate h5, .view-experiences .view-content .views-row > article.exp-theme.corporate h6, .view-experiences .view-content .views-row > article.exp-theme.corporate p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.corporate a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.corporate a:hover, .view-experiences .view-content .views-row > article.exp-theme.corporate a:focus, .view-experiences .view-content .views-row > article.exp-theme.corporate a:active {
            color: #ab9159; }
        .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
      .view-experiences .view-content .views-row > article.exp-theme.transparent {
        color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.transparent h1, .view-experiences .view-content .views-row > article.exp-theme.transparent h2, .view-experiences .view-content .views-row > article.exp-theme.transparent h3, .view-experiences .view-content .views-row > article.exp-theme.transparent h4, .view-experiences .view-content .views-row > article.exp-theme.transparent h5, .view-experiences .view-content .views-row > article.exp-theme.transparent h6, .view-experiences .view-content .views-row > article.exp-theme.transparent p {
          color: #fff; }
        .view-experiences .view-content .views-row > article.exp-theme.transparent a {
          color: #fff; }
          .view-experiences .view-content .views-row > article.exp-theme.transparent a:hover, .view-experiences .view-content .views-row > article.exp-theme.transparent a:focus, .view-experiences .view-content .views-row > article.exp-theme.transparent a:active {
            color: #ebe7eb; }
        .view-experiences .view-content .views-row > article.exp-theme.transparent .reference-body::before {
          background-image: decorate_experience(#fff, "quote"); }
        .view-experiences .view-content .views-row > article.exp-theme.transparent .reference-arrow::before {
          background-image: decorate_experience(#fff, "arrow"); }
    .view-experiences .view-content .views-row:nth-of-type(odd) > article::before {
      background-position: bottom right; }
    .view-experiences .view-content .views-row:nth-of-type(odd) > article .reference-body {
      flex: 1 0 auto; }
    .view-experiences .view-content .views-row:nth-of-type(odd) > article .reference-footer {
      flex: 0 1 auto; }
    .view-experiences .view-content .views-row:nth-of-type(even) > article::before {
      background-position: top right; }
    .view-experiences .view-content .views-row:nth-of-type(even) > article .reference-body {
      order: 1;
      flex: 0 1 auto; }
    .view-experiences .view-content .views-row:nth-of-type(even) > article .reference-footer {
      order: 0;
      flex: 1 0 auto; }

.path-user #auth_box #middle_part {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 1rem 0;
  overflow: auto; }
  .path-user #auth_box #middle_part form .form-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.5rem; }
    .path-user #auth_box #middle_part form .form-item label {
      color: #333333;
      font-weight: 400;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      line-height: 1; }
    .path-user #auth_box #middle_part form .form-item input:hover, .path-user #auth_box #middle_part form .form-item input:focus, .path-user #auth_box #middle_part form .form-item input:active {
      color: #333333; }
  .path-user #auth_box #middle_part #edit-submit:hover, .path-user #auth_box #middle_part #edit-submit:focus, .path-user #auth_box #middle_part #edit-submit:active {
    color: #fff; }

.path-user #auth_box #bottom_part {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0; }
  .path-user #auth_box #bottom_part .back_link {
    padding: 0; }
  .path-user #auth_box #bottom_part a {
    color: #bfbfbf;
    text-decoration: none; }
    .path-user #auth_box #bottom_part a:hover, .path-user #auth_box #bottom_part a:focus, .path-user #auth_box #bottom_part a:active {
      color: #333333;
      text-decoration: underline; }

.path-user #auth_box .region.region-content {
  background-color: transparent !important; }

.view-article-types .view-display-id-article_sticky_page {
  background-color: #725f74;
  margin-top: -1rem !important;
  margin-bottom: 3.5rem;
  padding: 0; }

.view-article-types .pager {
  margin-bottom: 2rem; }
  .view-article-types .pager__items {
    margin: 0 auto;
    width: 100%;
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .view-article-types .pager__items .pager__item {
      display: flex;
      font-size: 0.7rem;
      text-transform: uppercase;
      color: #7b7b84 !important;
      margin-left: 1rem; }
      .view-article-types .pager__items .pager__item:first-of-type {
        margin-left: 0; }
      .view-article-types .pager__items .pager__item a {
        text-decoration: none;
        font-size: .725rem;
        color: #7b7b84 !important;
        border: 1px solid;
        border-radius: 0;
        padding: 0.45rem 0.7rem; }
        .view-article-types .pager__items .pager__item a:hover {
          text-decoration: none;
          color: #725f74 !important; }
      .view-article-types .pager__items .pager__item.is-active > a {
        color: #725f74 !important; }
      .view-article-types .pager__items .pager__item.pager__item--next a, .view-article-types .pager__items .pager__item.pager__item--previous a {
        font-weight: 900; }
      .view-article-types .pager__items .pager__item::before {
        content: none !important; }

.view-article-types .view-content.owl-loaded {
  margin-bottom: 3.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .view-article-types .view-content.owl-loaded .owl-stage-outer {
    display: flex;
    justify-content: center; }
  .view-article-types .view-content.owl-loaded .owl-nav .owl-prev span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e") !important; }
  .view-article-types .view-content.owl-loaded .owl-nav .owl-next span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e") !important; }
  .view-article-types .view-content.owl-loaded .owl-dots .owl-dot span {
    border-radius: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    width: 0 !important; }
    .view-article-types .view-content.owl-loaded .owl-dots .owl-dot span::after {
      content: "lens" !important;
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      font-size: inherit;
      color: #fff; }

.components.paragraph .wrapper .title, .components.paragraph .wrapper .subtitle {
  font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-weight: 400;
  line-height: 1.1; }

.components.paragraph .wrapper .title {
  font-size: 2.25rem;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .components.paragraph .wrapper .title {
      font-size: 7vw; } }

.components.paragraph .wrapper .subtitle {
  font-size: 1.5rem; }
  @media (max-width: 767.98px) {
    .components.paragraph .wrapper .subtitle {
      font-size: 4vw; } }

.components.component-hero > .wrapper .container-fluid .hero-heading, .components.component-hero > .wrapper .container-sm .hero-heading, .components.component-hero > .wrapper .container-md .hero-heading, .components.component-hero > .wrapper .container-lg .hero-heading, .components.component-hero > .wrapper .container-xl .hero-heading, .components.component-hero > .wrapper .container-xxl .hero-heading, .components.component-hero > .wrapper .container-xxxl .hero-heading {
  order: 2;
  margin-top: 1.5rem; }
  .components.component-hero > .wrapper .container-fluid .hero-heading .page-heading, .components.component-hero > .wrapper .container-sm .hero-heading .page-heading, .components.component-hero > .wrapper .container-md .hero-heading .page-heading, .components.component-hero > .wrapper .container-lg .hero-heading .page-heading, .components.component-hero > .wrapper .container-xl .hero-heading .page-heading, .components.component-hero > .wrapper .container-xxl .hero-heading .page-heading, .components.component-hero > .wrapper .container-xxxl .hero-heading .page-heading {
    text-align: center; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper .container-fluid .hero-heading, .components.component-hero > .wrapper .container-sm .hero-heading, .components.component-hero > .wrapper .container-md .hero-heading, .components.component-hero > .wrapper .container-lg .hero-heading, .components.component-hero > .wrapper .container-xl .hero-heading, .components.component-hero > .wrapper .container-xxl .hero-heading, .components.component-hero > .wrapper .container-xxxl .hero-heading {
      order: 1;
      margin-top: 0; } }

.components.component-hero > .wrapper .container-fluid .hero-subtitle, .components.component-hero > .wrapper .container-sm .hero-subtitle, .components.component-hero > .wrapper .container-md .hero-subtitle, .components.component-hero > .wrapper .container-lg .hero-subtitle, .components.component-hero > .wrapper .container-xl .hero-subtitle, .components.component-hero > .wrapper .container-xxl .hero-subtitle, .components.component-hero > .wrapper .container-xxxl .hero-subtitle {
  order: 3;
  margin-top: 1rem; }
  .components.component-hero > .wrapper .container-fluid .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-sm .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-md .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-lg .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-xl .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-xxl .hero-subtitle .page-subtitle, .components.component-hero > .wrapper .container-xxxl .hero-subtitle .page-subtitle {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper .container-fluid .hero-subtitle, .components.component-hero > .wrapper .container-sm .hero-subtitle, .components.component-hero > .wrapper .container-md .hero-subtitle, .components.component-hero > .wrapper .container-lg .hero-subtitle, .components.component-hero > .wrapper .container-xl .hero-subtitle, .components.component-hero > .wrapper .container-xxl .hero-subtitle, .components.component-hero > .wrapper .container-xxxl .hero-subtitle {
      margin-top: 0; } }

.components.component-hero > .wrapper .container-fluid .hero-image, .components.component-hero > .wrapper .container-sm .hero-image, .components.component-hero > .wrapper .container-md .hero-image, .components.component-hero > .wrapper .container-lg .hero-image, .components.component-hero > .wrapper .container-xl .hero-image, .components.component-hero > .wrapper .container-xxl .hero-image, .components.component-hero > .wrapper .container-xxxl .hero-image {
  order: 1; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper .container-fluid .hero-image, .components.component-hero > .wrapper .container-sm .hero-image, .components.component-hero > .wrapper .container-md .hero-image, .components.component-hero > .wrapper .container-lg .hero-image, .components.component-hero > .wrapper .container-xl .hero-image, .components.component-hero > .wrapper .container-xxl .hero-image, .components.component-hero > .wrapper .container-xxxl .hero-image {
      order: 2;
      padding-left: 0;
      padding-right: 0; } }

.components.component-hero > .wrapper .container-fluid .hero-cta, .components.component-hero > .wrapper .container-sm .hero-cta, .components.component-hero > .wrapper .container-md .hero-cta, .components.component-hero > .wrapper .container-lg .hero-cta, .components.component-hero > .wrapper .container-xl .hero-cta, .components.component-hero > .wrapper .container-xxl .hero-cta, .components.component-hero > .wrapper .container-xxxl .hero-cta {
  order: 4;
  margin-top: 4.125rem;
  display: flex;
  justify-content: center; }
  @media (min-width: 992px) {
    .components.component-hero > .wrapper .container-fluid .hero-cta, .components.component-hero > .wrapper .container-sm .hero-cta, .components.component-hero > .wrapper .container-md .hero-cta, .components.component-hero > .wrapper .container-lg .hero-cta, .components.component-hero > .wrapper .container-xl .hero-cta, .components.component-hero > .wrapper .container-xxl .hero-cta, .components.component-hero > .wrapper .container-xxxl .hero-cta {
      margin-top: 0; } }

.components.component-hero > .wrapper .hero-heading h1.page-heading em {
  font-style: normal;
  text-transform: uppercase; }
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.big {
    font-size: 4.5rem; }
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.normal {
    font-size: 3.25rem; }
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.small {
    font-size: 2.625rem; }

@media (max-width: 767.98px) {
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.big {
    font-size: 10vw; }
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.normal {
    font-size: 8vw; }
  .components.component-hero > .wrapper .hero-heading h1.page-heading em.small {
    font-size: 7vw; } }

.components.component-hero.theme-vertical > .wrapper > .container .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-image {
  text-align: center; }

.components.component-hero.theme-vertical > .wrapper > .container .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading {
  order: 1; }
  .components.component-hero.theme-vertical > .wrapper > .container .hero-heading h1.page-heading, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-heading h1.page-heading, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-heading h1.page-heading, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-heading h1.page-heading, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-heading h1.page-heading, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-heading h1.page-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-heading h1.page-heading, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-heading h1.page-heading {
    margin-bottom: 1rem; }

.components.component-hero.theme-vertical > .wrapper > .container .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-subtitle, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-subtitle {
  order: 2;
  max-width: 600px;
  margin: 1rem auto; }

.components.component-hero.theme-vertical > .wrapper > .container .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-fluid .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-sm .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-md .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-lg .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxl .hero-image, .components.component-hero.theme-vertical > .wrapper > .container-xxxl .hero-image {
  order: 0;
  margin: 3rem 0; }

.components.component-rich_content .component-col-content .header .title {
  font-size: 7vw;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: none !important; }
  @media (min-width: 992px) {
    .components.component-rich_content .component-col-content .header .title {
      font-size: 2.625rem;
      line-height: 1.1;
      text-align: left; } }

.components.component-rich_content .component-col-content .header .subtitle {
  font-size: 1.25rem;
  line-height: 1.5; }

.components.component-rich_content .component-col-content .body {
  margin-bottom: 3.5rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.32px;
  text-align: center; }
  @media (min-width: 992px) {
    .components.component-rich_content .component-col-content .body {
      font-size: 1.25rem;
      line-height: 1.5;
      text-align: left; } }

.components.component-filelist .component-row .files .files-wrapper .files-container .field__items {
  border-top-color: #ab9159;
  border-bottom-color: #ab9159; }
  .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item {
    border-bottom-color: #ab9159; }
    .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
      color: #fff;
      align-items: flex-start; }
      @media (min-width: 1200px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download {
          align-items: flex-end; } }
      @media (min-width: 992px) {
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-size {
          line-height: 1; } }
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 400; }
        @media (min-width: 1200px) {
          .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label {
            align-self: center;
            align-items: flex-end;
            margin-bottom: 0.2rem; } }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label::before {
          content: none; }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download .file-label::after {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='57' height='20'%3e%3cpath fill='%23ab9159' d='M0.08 5.9C5.49 19.66 44.92 13.54 53.8 0C58.73 3.88 60.28 14.6 38.4 18.77C15.22 23.19 -1.29 12.08 0.08 5.9Z' /%3e%3c/svg%3e");
          background-size: 100%;
          background-position: bottom;
          height: 1.25rem;
          width: 3.5rem;
          margin: 0 0 0 1.5rem; }
      .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active {
        color: #ab9159; }
        .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label {
          color: #fff; }
          .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label::before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label::before, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label::before {
            background-image: none; }
          .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:hover .file-label::after, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:focus .file-label::after, .components.component-filelist .component-row .files .files-wrapper .files-container .field__items .field__item .field__item .file-download:active .file-label::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='57' height='20'%3e%3cpath fill='%23fff' d='M0.08 5.9C5.49 19.66 44.92 13.54 53.8 0C58.73 3.88 60.28 14.6 38.4 18.77C15.22 23.19 -1.29 12.08 0.08 5.9Z' /%3e%3c/svg%3e"); }

.components.component-contentbrowser .cta {
  justify-content: flex-end; }

.components.component-contentbrowser_experience > .wrapper {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 40vh;
  background-size: 100%;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .components.component-contentbrowser_experience > .wrapper {
      background-position: 100% 60vh;
      background-size: 80%; } }
  @media (min-width: 992px) {
    .components.component-contentbrowser_experience > .wrapper {
      background-size: 50%;
      background-position: 100% 40vh; } }
  @media (min-width: 1200px) {
    .components.component-contentbrowser_experience > .wrapper {
      background-position: top right;
      background-size: 50vw; } }
  @media (max-width: 991.98px) {
    .components.component-contentbrowser_experience > .wrapper {
      background-position: right 0 bottom 30%; } }
  .components.component-contentbrowser_experience > .wrapper .container, .components.component-contentbrowser_experience > .wrapper .container-fluid, .components.component-contentbrowser_experience > .wrapper .container-sm, .components.component-contentbrowser_experience > .wrapper .container-md, .components.component-contentbrowser_experience > .wrapper .container-lg, .components.component-contentbrowser_experience > .wrapper .container-xl, .components.component-contentbrowser_experience > .wrapper .container-xxl, .components.component-contentbrowser_experience > .wrapper .container-xxxl {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .components.component-contentbrowser_experience > .wrapper .carousel-bgimage {
    background-repeat: no-repeat;
    background-position: initial;
    background-size: initial;
    background-image: none; }
  .components.component-contentbrowser_experience > .wrapper .carousel-wrapper {
    padding-top: 7rem;
    margin: 0 auto;
    padding-left: 0;
    max-width: calc(100% - 3rem); }
    @media (min-width: 1200px) {
      .components.component-contentbrowser_experience > .wrapper .carousel-wrapper {
        padding-top: 0;
        max-width: calc(100%); } }
    @media (min-width: 1440px) {
      .components.component-contentbrowser_experience > .wrapper .carousel-wrapper {
        padding-top: 27rem;
        max-width: calc(100%); } }
    .components.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-stage-outer {
      overflow: hidden; }
    .components.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-dots {
      position: absolute;
      top: auto;
      left: auto;
      bottom: auto;
      right: 0;
      justify-content: left;
      width: auto; }
      .components.component-contentbrowser_experience > .wrapper .carousel-wrapper .owl-loaded .owl-dots .owl-dot span::after {
        color: #000; }

.components.component-contentbrowser_experience .component-row {
  padding-top: 0;
  padding-bottom: 0; }

.components.component-contentbrowser_experience .component-col-content:first-of-type::before {
  content: "";
  background-image: "none";
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 2.5rem; }

@media (max-width: 1439.98px) {
  .components.component-contentbrowser_experience .component-col-content {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center; } }

@media (max-width: 991.98px) {
  .components.component-contentbrowser_experience .component-col-content {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; } }

@media (max-width: 1439.98px) {
  .components.component-contentbrowser_experience .component-col-content.carousel-bgimage {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center; } }

.components.component-contentbrowser_experience .component-col-content .footer {
  display: flex; }
  @media (min-width: 1200px) {
    .components.component-contentbrowser_experience .component-col-content .footer {
      justify-content: flex-start; } }
  .components.component-contentbrowser_experience .component-col-content .footer .cta .goto .text-label {
    color: #000; }
  .components.component-contentbrowser_experience .component-col-content .footer .cta .goto:hover .text-label, .components.component-contentbrowser_experience .component-col-content .footer .cta .goto:focus .text-label, .components.component-contentbrowser_experience .component-col-content .footer .cta .goto:active .text-label {
    color: #ab9159; }
  .components.component-contentbrowser_experience .component-col-content .footer .cta .goto:hover::after, .components.component-contentbrowser_experience .component-col-content .footer .cta .goto:focus::after, .components.component-contentbrowser_experience .component-col-content .footer .cta .goto:active::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='57' height='20'%3e%3cpath fill='%23ab9159' d='M0.08 5.9C5.49 19.66 44.92 13.54 53.8 0C58.73 3.88 60.28 14.6 38.4 18.77C15.22 23.19 -1.29 12.08 0.08 5.9Z' /%3e%3c/svg%3e"); }

@media (max-width: 767.98px) {
  .components.component-infographic .wrapper .component-row .col-full .header .title {
    font-size: 7vw; } }

.components.component-infographic .wrapper .container .infographic-items-carousel .components.component-infocard .infocard-header {
  text-align: center; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-infocard .infocard-header article.media--type-image {
    margin-bottom: 2.5rem; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-infocard .infocard-header .title {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center; }

.components.component-infographic .wrapper .container .infographic-items-carousel .components.component-infocard .infocard-body {
  text-align: center;
  font-size: 1rem; }

.components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight {
  text-align: center; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-header article.media--type-image {
    margin-bottom: 2.5rem; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-header .title {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #fff; }
    .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-header .title .data {
      font-size: 1.5rem;
      color: #fff;
      display: inline; }
      .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-header .title .data > * {
        display: inline; }
  .components.component-infographic .wrapper .container .infographic-items-carousel .components.component-highlight .highlight-body {
    font-size: 1rem;
    text-align: center;
    justify-content: center; }

.components.component-reference .reference-wrapper {
  padding-bottom: 6rem; }

.components.component-reference .reference-container-fluid article.media::before {
  content: none; }

.components.component-reference .reference-container .component-row .component-col-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    .components.component-reference .reference-container .component-row .component-col-content {
      padding-left: 3rem;
      padding-right: 3rem;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly; } }
  .components.component-reference .reference-container .component-row .component-col-content .header, .components.component-reference .reference-container .component-row .component-col-content .body, .components.component-reference .reference-container .component-row .component-col-content .footer {
    flex: 0; }
    @media (min-width: 992px) {
      .components.component-reference .reference-container .component-row .component-col-content .header, .components.component-reference .reference-container .component-row .component-col-content .body, .components.component-reference .reference-container .component-row .component-col-content .footer {
        margin-top: 0;
        margin-bottom: 2rem; } }
  .components.component-reference .reference-container .component-row .component-col-content .header {
    padding-right: 0; }
    .components.component-reference .reference-container .component-row .component-col-content .header .title, .components.component-reference .reference-container .component-row .component-col-content .header .subtitle {
      line-height: 1.2;
      letter-spacing: 1.2px;
      text-transform: none;
      text-align: left;
      color: #000; }
      @media (min-width: 992px) {
        .components.component-reference .reference-container .component-row .component-col-content .header .title, .components.component-reference .reference-container .component-row .component-col-content .header .subtitle {
          margin-top: 0;
          margin-bottom: 0; } }
    .components.component-reference .reference-container .component-row .component-col-content .header .title {
      font-size: 3.375rem; }
      .components.component-reference .reference-container .component-row .component-col-content .header .title .field p:last-of-type {
        margin-bottom: 0; }
  .components.component-reference .reference-container .component-row .component-col-content .body {
    font-size: 1.375rem;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left; }
    .components.component-reference .reference-container .component-row .component-col-content .body > * {
      text-align: left; }
  .components.component-reference .reference-container .component-row .component-col-content .footer .cta {
    display: flex;
    justify-content: flex-start; }
  .components.component-reference .reference-container .component-row .component-col-content p {
    line-height: 1;
    text-align: left; }
    .components.component-reference .reference-container .component-row .component-col-content p:last-of-type {
      margin-bottom: 0; }

.components.component-reference .reference-container .component-row .footer.d-xl-none {
  margin-top: 2.5rem; }

.components.component-reference.-product .wrapper {
  background-image: none; }

.components.component-reference.-product .reference-container {
  background-image: url("../images/tsa-prod_bg.png");
  background-size: 300px;
  background-position: center right;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .components.component-reference.-product .reference-container {
      background-position: top right; } }
  .components.component-reference.-product .reference-container .component-col-image {
    background-image: none; }
    .components.component-reference.-product .reference-container .component-col-image .image {
      height: 98vh;
      max-height: 45rem; }
  .components.component-reference.-product .reference-container .component-col-content {
    order: 1; }
    .components.component-reference.-product .reference-container .component-col-content::before {
      content: none; }
    @media (min-width: 992px) {
      .components.component-reference.-product .reference-container .component-col-content .header, .components.component-reference.-product .reference-container .component-col-content .body, .components.component-reference.-product .reference-container .component-col-content .footer {
        margin-bottom: 2rem; } }
    .components.component-reference.-product .reference-container .component-col-content .header .title, .components.component-reference.-product .reference-container .component-col-content .header .subtitle {
      color: #fff;
      font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times; }
    .components.component-reference.-product .reference-container .component-col-content .body, .components.component-reference.-product .reference-container .component-col-content p {
      color: #fff;
      text-align: left; }
    .components.component-reference.-product .reference-container .component-col-content .footer .cta .goto .text-label {
      color: #fff; }
    @media (min-width: 992px) {
      .components.component-reference.-product .reference-container .component-col-content {
        order: 2;
        margin-top: 0; } }

.components.component-view-ref .wrapper {
  padding: 0; }
  .components.component-view-ref .wrapper .container-fluid, .components.component-view-ref .wrapper .container-sm, .components.component-view-ref .wrapper .container-md, .components.component-view-ref .wrapper .container-lg, .components.component-view-ref .wrapper .container-xl, .components.component-view-ref .wrapper .container-xxl, .components.component-view-ref .wrapper .container-xxxl {
    padding-left: 0;
    padding-right: 0; }
    .components.component-view-ref .wrapper .container-fluid .component-spacer, .components.component-view-ref .wrapper .container-sm .component-spacer, .components.component-view-ref .wrapper .container-md .component-spacer, .components.component-view-ref .wrapper .container-lg .component-spacer, .components.component-view-ref .wrapper .container-xl .component-spacer, .components.component-view-ref .wrapper .container-xxl .component-spacer, .components.component-view-ref .wrapper .container-xxxl .component-spacer {
      padding-top: 0;
      padding-bottom: 0; }
      .components.component-view-ref .wrapper .container-fluid .component-spacer .body, .components.component-view-ref .wrapper .container-sm .component-spacer .body, .components.component-view-ref .wrapper .container-md .component-spacer .body, .components.component-view-ref .wrapper .container-lg .component-spacer .body, .components.component-view-ref .wrapper .container-xl .component-spacer .body, .components.component-view-ref .wrapper .container-xxl .component-spacer .body, .components.component-view-ref .wrapper .container-xxxl .component-spacer .body {
        margin-top: -1rem; }
      .components.component-view-ref .wrapper .container-fluid .component-spacer .view-article-types .view-content .views-row, .components.component-view-ref .wrapper .container-sm .component-spacer .view-article-types .view-content .views-row, .components.component-view-ref .wrapper .container-md .component-spacer .view-article-types .view-content .views-row, .components.component-view-ref .wrapper .container-lg .component-spacer .view-article-types .view-content .views-row, .components.component-view-ref .wrapper .container-xl .component-spacer .view-article-types .view-content .views-row, .components.component-view-ref .wrapper .container-xxl .component-spacer .view-article-types .view-content .views-row, .components.component-view-ref .wrapper .container-xxxl .component-spacer .view-article-types .view-content .views-row {
        margin-top: 1rem;
        margin-bottom: 1rem; }

.components.component-relatedcontent_exp > .wrapper {
  padding: 6rem 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
  @media (min-width: 992px) {
    .components.component-relatedcontent_exp > .wrapper {
      background-position: top left;
      background-size: contain; } }
  .components.component-relatedcontent_exp > .wrapper > .container {
    background-repeat: no-repeat;
    background-position: initial;
    background-size: initial;
    padding: 0; }
    .components.component-relatedcontent_exp > .wrapper > .container .component-row .body {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
      margin-left: 41.6666666667%; }
    @media (max-width: 1199.98px) {
      .components.component-relatedcontent_exp > .wrapper > .container .component-row {
        justify-content: center; }
        .components.component-relatedcontent_exp > .wrapper > .container .component-row .body {
          flex: 0 0 66.6666666667%;
          max-width: 66.6666666667%;
          margin-left: 0; } }
    @media (max-width: 767.98px) {
      .components.component-relatedcontent_exp > .wrapper > .container .component-row .body {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; } }
    .components.component-relatedcontent_exp > .wrapper > .container .component-row .owl-loaded.--one_item .owl-stage {
      width: auto !important; }
    .components.component-relatedcontent_exp > .wrapper > .container .component-row .owl-loaded .owl-stage-outer {
      overflow: hidden; }
    .components.component-relatedcontent_exp > .wrapper > .container .component-row .owl-loaded .owl-dots {
      position: absolute;
      top: auto;
      left: auto;
      bottom: auto;
      right: 0;
      justify-content: left;
      width: auto; }

.components.component-productgallery .wrapper {
  background-image: none;
  background-color: #725f74;
  background-repeat: repeat;
  background-position: top left;
  position: relative; }
  .components.component-productgallery .wrapper::before {
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 75vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.components.component-productgallery .header {
  color: #fff; }
  .components.component-productgallery .header .title, .components.component-productgallery .header .subtitle {
    color: inherit; }

.components.component-productgallery .body {
  color: #fff; }
  .components.component-productgallery .body .field.field--name-field-body > *,
  .components.component-productgallery .body > * {
    color: inherit; }

.components.component-productgallery .product-gallery-carousel .owl-item > article.node .content .title, .components.component-productgallery .product-gallery-carousel .owl-item > article.node .content .categories, .components.component-productgallery .product-gallery-carousel .owl-item > article.node .content .year {
  color: #fff; }

.components.component-productgallery .product-gallery-carousel .owl-item:hover > article.node .content .title, .components.component-productgallery .product-gallery-carousel .owl-item:hover > article.node .content .categories, .components.component-productgallery .product-gallery-carousel .owl-item:hover > article.node .content .year, .components.component-productgallery .product-gallery-carousel .owl-item:focus > article.node .content .title, .components.component-productgallery .product-gallery-carousel .owl-item:focus > article.node .content .categories, .components.component-productgallery .product-gallery-carousel .owl-item:focus > article.node .content .year, .components.component-productgallery .product-gallery-carousel .owl-item:active > article.node .content .title, .components.component-productgallery .product-gallery-carousel .owl-item:active > article.node .content .categories, .components.component-productgallery .product-gallery-carousel .owl-item:active > article.node .content .year {
  color: #fff; }

.components.component-productgallery .product-gallery-nav.-next, .components.component-productgallery .product-gallery-nav.-prev {
  bottom: 0; }
  .components.component-productgallery .product-gallery-nav.-next span, .components.component-productgallery .product-gallery-nav.-prev span {
    visibility: unset;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .components.component-productgallery .product-gallery-nav.-next, .components.component-productgallery .product-gallery-nav.-prev {
      bottom: 1rem; } }

.components.component-productgallery .product-gallery-nav.-next {
  right: 5%; }
  .components.component-productgallery .product-gallery-nav.-next span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .components.component-productgallery .product-gallery-nav.-next:hover span, .components.component-productgallery .product-gallery-nav.-next:focus span, .components.component-productgallery .product-gallery-nav.-next:active span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.component-productgallery .product-gallery-nav.-prev {
  left: 5%; }
  .components.component-productgallery .product-gallery-nav.-prev span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }
  .components.component-productgallery .product-gallery-nav.-prev:hover span, .components.component-productgallery .product-gallery-nav.-prev:focus span, .components.component-productgallery .product-gallery-nav.-prev:active span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.component-termgallery .wrapper {
  background-image: none;
  background-color: #725f74;
  background-repeat: repeat;
  background-position: top left;
  position: relative; }

.components.component-termgallery .term-gallery-nav.-next, .components.component-termgallery .term-gallery-nav.-prev {
  bottom: 0; }
  .components.component-termgallery .term-gallery-nav.-next span, .components.component-termgallery .term-gallery-nav.-prev span {
    visibility: unset;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .components.component-termgallery .term-gallery-nav.-next, .components.component-termgallery .term-gallery-nav.-prev {
      bottom: 1rem; } }

.components.component-termgallery .term-gallery-nav.-next {
  right: 5%; }
  .components.component-termgallery .term-gallery-nav.-next span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.component-termgallery .term-gallery-nav.-prev {
  left: 5%; }
  .components.component-termgallery .term-gallery-nav.-prev span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.component-taglist .taxonomies .field__item .btn .text-label::before, .components.component-taglist .taxonomies .field__item .path-user #auth_box #middle_part #edit-submit .text-label::before, .path-user #auth_box #middle_part .components.component-taglist .taxonomies .field__item #edit-submit .text-label::before {
  content: '#'; }

@media (min-width: 1200px) {
  .components.component-productintro {
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding-top: calc(8.5rem - 1px); } }

@media (min-width: 1200px) {
  .components.component-productintro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(50% - 1.5rem);
    height: 100%;
    background-image: url("../images/tsa-prod_bg.png");
    background-color: #725f74;
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-position-y: 360px;
    background-size: 100%; } }

.components.component-productintro > .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background-image: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 50vw; }
  @media (min-width: 1200px) {
    .components.component-productintro > .wrapper {
      background-position: center right;
      padding-top: 3rem;
      padding-bottom: 3rem; } }

@media (min-width: 1200px) {
  .components.component-productintro .component-row {
    flex-direction: row; } }

.components.component-productintro .component-col-image {
  background-image: url("../images/tsa-prod_bg-720-crop.png");
  background-color: #725f74;
  background-position: left bottom;
  background-size: 120%;
  background-repeat: no-repeat;
  padding-top: 3rem;
  margin-bottom: 3rem; }
  @media (min-width: 576px) {
    .components.component-productintro .component-col-image {
      background-size: contain; } }
  @media (min-width: 768px) {
    .components.component-productintro .component-col-image {
      background-size: 80vw; } }
  @media (min-width: 992px) {
    .components.component-productintro .component-col-image {
      background-image: url("../images/tsa-prod_bg.png");
      background-position-x: -100px;
      background-position-y: 160px;
      background-size: 80vw;
      background-color: green;
      margin-top: 2rem; } }
  @media (min-width: 1200px) {
    .components.component-productintro .component-col-image {
      background-color: transparent;
      background-image: none;
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 0; } }

.components.component-productintro .component-col-content {
  justify-content: center; }
  .components.component-productintro .component-col-content .header {
    margin-top: 0; }

.components.component-productintro .header .title {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05rem; }

.components.component-productintro .header .subtitle.-categories {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  color: #ab9159; }

.components.component-productintro .body {
  font-size: 1.125rem; }

.components.component-productintro .properties .field .field__label {
  font-size: 1.125rem;
  font-weight: 600; }

.components.component-productintro .properties .field .field__item {
  font-size: 1.125rem; }

.components.component-productintro .image .image-thumbnail {
  margin-bottom: 2rem; }

.components .owl-loaded .owl-nav > button > span {
  background-size: contain;
  background-repeat: no-repeat;
  visibility: unset;
  height: 1.25rem;
  width: 2rem;
  padding: 0; }
  .components .owl-loaded .owl-nav > button > span::after {
    content: none; }

.components.theme-primary .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-primary .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-primary .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-primary .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-primary .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-primary .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-primary .owl-loaded .owl-dots .owl-dot {
  color: #fff; }
  .components.theme-primary .owl-loaded .owl-dots .owl-dot.active > span {
    color: #fff; }
  .components.theme-primary .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-primary .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-primary .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-primary .owl-loaded .owl-dots .owl-dot:active > span {
    color: #fff; }

.components.theme-black .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-black .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-black .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-black .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-black .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-black .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-black .owl-loaded .owl-dots .owl-dot {
  color: #fff; }
  .components.theme-black .owl-loaded .owl-dots .owl-dot.active > span {
    color: #fff; }
  .components.theme-black .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-black .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-black .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-black .owl-loaded .owl-dots .owl-dot:active > span {
    color: #fff; }

.components.theme-dark .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-dark .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-dark .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-dark .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-dark .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-dark .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-dark .owl-loaded .owl-dots .owl-dot {
  color: #fff; }
  .components.theme-dark .owl-loaded .owl-dots .owl-dot.active > span {
    color: #fff; }
  .components.theme-dark .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-dark .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-dark .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-dark .owl-loaded .owl-dots .owl-dot:active > span {
    color: #fff; }

.components.theme-mid .owl-loaded .owl-nav > button.owl-prev > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-mid .owl-loaded .owl-nav > button.owl-prev:hover > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-mid .owl-loaded .owl-nav > button.owl-prev:focus > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-mid .owl-loaded .owl-nav > button.owl-next > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-mid .owl-loaded .owl-nav > button.owl-next:hover > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-mid .owl-loaded .owl-nav > button.owl-next:focus > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-mid .owl-loaded .owl-dots .owl-dot, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot {
  color: #000; }
  .components.theme-mid .owl-loaded .owl-dots .owl-dot.active > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot.active > span {
    color: #000; }
  .components.theme-mid .owl-loaded .owl-dots .owl-dot.active > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-mid .owl-loaded .owl-dots .owl-dot:hover > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-mid .owl-loaded .owl-dots .owl-dot:focus > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-mid .owl-loaded .owl-dots .owl-dot:active > span, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light .owl-loaded .owl-dots .owl-dot:active > span {
    color: #000; }

.components.theme-light .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-light .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-light .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-light .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-light .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-light .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-light .owl-loaded .owl-dots .owl-dot {
  color: #000; }
  .components.theme-light .owl-loaded .owl-dots .owl-dot.active > span {
    color: #000; }
  .components.theme-light .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-light .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-light .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-light .owl-loaded .owl-dots .owl-dot:active > span {
    color: #000; }

.components.theme-secondary .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-secondary .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-secondary .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-secondary .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-secondary .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-secondary .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-secondary .owl-loaded .owl-dots .owl-dot {
  color: #000; }
  .components.theme-secondary .owl-loaded .owl-dots .owl-dot.active > span {
    color: #000; }
  .components.theme-secondary .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-secondary .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-secondary .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-secondary .owl-loaded .owl-dots .owl-dot:active > span {
    color: #000; }

.components.theme-featured .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-featured .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-featured .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-featured .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-featured .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-featured .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-featured .owl-loaded .owl-dots .owl-dot {
  color: #fff; }
  .components.theme-featured .owl-loaded .owl-dots .owl-dot.active > span {
    color: #fff; }
  .components.theme-featured .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-featured .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-featured .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-featured .owl-loaded .owl-dots .owl-dot:active > span {
    color: #fff; }

.components.theme-corporate .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-corporate .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-corporate .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-corporate .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-corporate .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-corporate .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-corporate .owl-loaded .owl-dots .owl-dot {
  color: #fff; }
  .components.theme-corporate .owl-loaded .owl-dots .owl-dot.active > span {
    color: #fff; }
  .components.theme-corporate .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-corporate .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-corporate .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-corporate .owl-loaded .owl-dots .owl-dot:active > span {
    color: #fff; }

.components.theme-transparent .owl-loaded .owl-nav > button.owl-prev > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-transparent .owl-loaded .owl-nav > button.owl-prev:hover > span, .components.theme-transparent .owl-loaded .owl-nav > button.owl-prev:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }

.components.theme-transparent .owl-loaded .owl-nav > button.owl-next > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-transparent .owl-loaded .owl-nav > button.owl-next:hover > span, .components.theme-transparent .owl-loaded .owl-nav > button.owl-next:focus > span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23bfbfbf' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.components.theme-transparent .owl-loaded .owl-dots .owl-dot {
  color: #fff; }
  .components.theme-transparent .owl-loaded .owl-dots .owl-dot.active > span {
    color: #fff; }
  .components.theme-transparent .owl-loaded .owl-dots .owl-dot.active > span, .components.theme-transparent .owl-loaded .owl-dots .owl-dot:hover > span, .components.theme-transparent .owl-loaded .owl-dots .owl-dot:focus > span, .components.theme-transparent .owl-loaded .owl-dots .owl-dot:active > span {
    color: #fff; }

.block-system-branding-block .site-logo img.logo {
  max-width: 300px;
  display: none; }

.block-system-branding-block .site-logo::before {
  content: "";
  width: 149px;
  max-width: 300px;
  height: 54px;
  display: inline-block;
  background-size: contain !important; }

.block-local-tasks-block {
  position: unset;
  left: unset;
  z-index: unset; }

#CollapseNavBars #ContentNavBar.navbar-container {
  padding-top: 1rem; }
  #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link, #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .language-link {
      padding: 1rem 0;
      flex: 1 1 auto;
      transition: all 0.2s ease-in-out; }
      @media (min-width: 992px) {
        #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link, #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .language-link {
          flex: 0 1 30%; } }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .menu-toggler {
      border: 0 none;
      background: transparent; }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .sub-nav {
      padding: 0;
      flex: 1 0 100%; }
      @media (min-width: 992px) {
        #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .sub-nav {
          width: auto;
          flex: 1 1 auto;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .sub-nav .nav-item {
            flex: 0 1 25%;
            display: block; }
            #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item.has-items .sub-nav .nav-item .nav-link {
              margin: 0 1rem; } }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .menu-toggler {
      padding: 1rem; }
      #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .menu-toggler > span {
        display: inline;
        vertical-align: middle; }
      @media (min-width: 992px) {
        #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .menu-toggler {
          display: none; } }
  #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
    border-bottom: 1px solid; }
    #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item > .nav-link {
      text-transform: uppercase; }

#CollapseNavBars #ContentNavBar .mobile-language-switcher .block-language .nav-item .language-link {
  font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-size: 1.25rem;
  text-transform: uppercase; }
  #CollapseNavBars #ContentNavBar .mobile-language-switcher .block-language .nav-item .language-link:hover {
    text-decoration: none; }

.theme-primary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-primary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff; }
  .theme-primary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-primary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-primary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #ab9159; }

.theme-black #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-black #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff; }
  .theme-black #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-black #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-black #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #ab9159; }

.theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff; }
  .theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-dark #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #ab9159; }

.theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #000; }
  .theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-mid #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .components.component-text_group.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #ab9159; }

.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #000; }
  .theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-light #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #ab9159; }

.theme-secondary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-secondary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #000; }
  .theme-secondary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-secondary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-secondary #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #ab9159; }

.theme-featured #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-featured #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff; }
  .theme-featured #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-featured #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-featured #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #725f74; }

.theme-corporate #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-corporate #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff; }
  .theme-corporate #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-corporate #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-corporate #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #000; }

.theme-transparent #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav > .nav-item {
  border-color: #bfbfbf; }

.theme-transparent #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link {
  color: #fff; }
  .theme-transparent #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:hover, .theme-transparent #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:focus, .theme-transparent #CollapseNavBars #ContentNavBar.navbar-container .navbar-nav .nav-item .nav-link:active {
    color: #ab9159; }

body {
  background-color: #fff;
  color: #000; }

.region.theme-primary {
  background-color: #000;
  color: #fff; }
  .region.theme-primary a {
    color: #fff; }
    .region.theme-primary a:hover, .region.theme-primary a:focus, .region.theme-primary a:active {
      color: #ebe7eb; }
  .region.theme-primary .muted {
    color: #bfbfbf; }

.region.theme-black {
  background-color: #000;
  color: #fff; }
  .region.theme-black a {
    color: #fff; }
    .region.theme-black a:hover, .region.theme-black a:focus, .region.theme-black a:active {
      color: #ebe7eb; }
  .region.theme-black .muted {
    color: #bfbfbf; }

.region.theme-dark {
  background-color: #333333;
  color: #fff; }
  .region.theme-dark a {
    color: #fff; }
    .region.theme-dark a:hover, .region.theme-dark a:focus, .region.theme-dark a:active {
      color: #ebe7eb; }
  .region.theme-dark .muted {
    color: #bfbfbf; }

.region.theme-mid, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light {
  background-color: #e5e3e3;
  color: #000; }
  .region.theme-mid a, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a {
    color: #000; }
    .region.theme-mid a:hover, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:hover, .region.theme-mid a:focus, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:focus, .region.theme-mid a:active, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light a:active {
      color: #ebe7eb; }
  .region.theme-mid .muted, .node.node--type-product.node-view_mode--full .field.field--name-field-ref-par-description .region.components.component-text_group.theme-light .muted {
    color: #bfbfbf; }

.region.theme-light {
  background-color: #e8e8e8;
  color: #000; }
  .region.theme-light a {
    color: #000; }
    .region.theme-light a:hover, .region.theme-light a:focus, .region.theme-light a:active {
      color: #ebe7eb; }
  .region.theme-light .muted {
    color: #bfbfbf; }

.region.theme-secondary {
  background-color: #fff;
  color: #000; }
  .region.theme-secondary a {
    color: #000; }
    .region.theme-secondary a:hover, .region.theme-secondary a:focus, .region.theme-secondary a:active {
      color: #ebe7eb; }
  .region.theme-secondary .muted {
    color: #bfbfbf; }

.region.theme-featured {
  background-color: #ab9159;
  color: #fff; }
  .region.theme-featured a {
    color: #fff; }
    .region.theme-featured a:hover, .region.theme-featured a:focus, .region.theme-featured a:active {
      color: #000; }
  .region.theme-featured .muted {
    color: #bfbfbf; }

.region.theme-corporate {
  background-color: #725f74;
  color: #fff; }
  .region.theme-corporate a {
    color: #fff; }
    .region.theme-corporate a:hover, .region.theme-corporate a:focus, .region.theme-corporate a:active {
      color: #ab9159; }
  .region.theme-corporate .muted {
    color: #bfbfbf; }

.region.theme-transparent {
  background-color: transparent;
  color: #fff; }
  .region.theme-transparent a {
    color: #fff; }
    .region.theme-transparent a:hover, .region.theme-transparent a:focus, .region.theme-transparent a:active {
      color: #ebe7eb; }
  .region.theme-transparent .muted {
    color: #bfbfbf; }

.region.region-header {
  position: relative;
  z-index: 2000; }
  .region.region-header.show-bg, .region.region-header.show-backlayer {
    box-shadow: none; }
  .region.region-header.show-backlayer {
    box-shadow: none;
    z-index: 2001; }
    .region.region-header.show-backlayer:before {
      height: 100vh;
      top: 0; }
  @media (max-width: 1199.98px) {
    .region.region-header:before {
      top: 4.5rem; } }
  .region.region-header #HeaderNavbar.navbar {
    justify-content: flex-end; }
    .region.region-header #HeaderNavbar.navbar .block-system-branding-block {
      flex: 1 0 0;
      text-align: left; }
      .region.region-header #HeaderNavbar.navbar .block-system-branding-block .site-logo {
        display: block; }
        @media (min-width: 1200px) {
          .region.region-header #HeaderNavbar.navbar .block-system-branding-block .site-logo {
            max-width: 25%; } }
        .region.region-header #HeaderNavbar.navbar .block-system-branding-block .site-logo img.logo {
          height: 44px;
          width: auto;
          min-width: auto; }
          @media (min-width: 1200px) {
            .region.region-header #HeaderNavbar.navbar .block-system-branding-block .site-logo img.logo {
              height: 87px; } }
    .region.region-header #HeaderNavbar.navbar #ToolsNavBar {
      width: 68px;
      justify-content: start; }
      @media (max-width: 1199.98px) {
        .region.region-header #HeaderNavbar.navbar #ToolsNavBar {
          display: none; } }
      .region.region-header #HeaderNavbar.navbar #ToolsNavBar .nav-item .language-link {
        padding: 0 1rem 2rem 1rem;
        font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        font-size: 1.25rem; }
        .region.region-header #HeaderNavbar.navbar #ToolsNavBar .nav-item .language-link:hover {
          text-decoration: none; }
    .region.region-header #HeaderNavbar.navbar .navbar-toggler {
      width: 68px;
      font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-weight: 400;
      font-size: 0.8rem;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #fff; }
      .region.region-header #HeaderNavbar.navbar .navbar-toggler > span {
        display: block; }
      .region.region-header #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
        background-image: url("../images/menu-negative.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: auto;
        height: 40px;
        margin-bottom: 0.5rem; }
      .region.region-header #HeaderNavbar.navbar .navbar-toggler .material-icons {
        font-size: 40px;
        margin-bottom: 0.5rem; }
    .region.region-header #HeaderNavbar.navbar .nav-item .language-link {
      color: #fff;
      text-decoration: none; }
      .region.region-header #HeaderNavbar.navbar .nav-item .language-link:hover, .region.region-header #HeaderNavbar.navbar .nav-item .language-link:focus, .region.region-header #HeaderNavbar.navbar .nav-item .language-link:active {
        text-decoration: underline; }
  .region.region-header #CollapseNavBars {
    z-index: 2;
    position: absolute;
    width: 100%;
    top: calc(4.5rem - 1px); }
    @media (min-width: 1200px) {
      .region.region-header #CollapseNavBars {
        top: calc(8.5rem - 1px); } }
    @media (min-width: 1200px) {
      .region.region-header #CollapseNavBars .mobile-language-switcher {
        display: none; } }
  .region.region-header.theme-transparent.show-bg, .region.region-header.theme-transparent.show-backlayer {
    background-color: #e8e8e8; }
  .region.region-header.theme-transparent.show-backlayer:before {
    background-color: #e8e8e8; }

.region.region-footer .footer {
  font-weight: 300; }
  .region.region-footer .footer-branding {
    margin-bottom: 1.5rem; }
    .region.region-footer .footer-branding .logo {
      max-width: 200px; }
  .region.region-footer .footer-content {
    font-size: 0.875rem;
    letter-spacing: 0.3333333333px;
    line-height: 1.5; }
  .region.region-footer .footer-menu .navbar-nav, .region.region-footer .footer-privacy .navbar-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .region.region-footer .footer-menu .navbar-nav, .region.region-footer .footer-privacy .navbar-nav {
        max-height: 6rem; } }
    @media (min-width: 992px) {
      .region.region-footer .footer-menu .navbar-nav, .region.region-footer .footer-privacy .navbar-nav {
        max-height: 8rem; } }
    @media (min-width: 1530px) {
      .region.region-footer .footer-menu .navbar-nav, .region.region-footer .footer-privacy .navbar-nav {
        max-height: 6rem; } }
  .region.region-footer .footer-menu .nav-item, .region.region-footer .footer-privacy .nav-item {
    min-height: 1.5rem; }
  .region.region-footer .footer-menu .nav-link, .region.region-footer .footer-privacy .nav-link {
    font-weight: 300; }
  @media (min-width: 768px) {
    .region.region-footer .footer-menu {
      flex: 0 0 40% !important;
      max-width: 40% !important; } }
  @media (min-width: 768px) {
    .region.region-footer .footer-privacy .nav {
      flex-direction: row;
      justify-content: flex-start; }
      .region.region-footer .footer-privacy .nav .nav-item {
        margin-right: 1.5rem; } }

@media (min-width: 768px) {
  .region.region-footer .row:last-child::before {
    content: '';
    margin: 1.5rem;
    width: 100%;
    height: 1px;
    background: #ab9159; } }

.region.region-footer .row:nth-child(2)::after {
  content: '';
  margin: 1.5rem;
  width: 100%;
  height: 1px;
  background: #ab9159; }
  @media (min-width: 768px) {
    .region.region-footer .row:nth-child(2)::after {
      margin: 0;
      height: 0; } }

@media (min-width: 768px) {
  .region.region-footer .row:nth-child(2) {
    justify-content: space-between; } }

.region.region-content.underlapping {
  margin-top: -4.5rem; }
  @media (min-width: 992px) {
    .region.region-content.underlapping {
      margin-top: -8.5rem; } }

.term.term-view_mode--full .views-element-container {
  padding-top: 4.5rem; }
  @media (min-width: 1200px) {
    .term.term-view_mode--full .views-element-container {
      padding-top: 8.5rem; } }
  .term.term-view_mode--full .views-element-container .node-container {
    padding-left: 0;
    padding-right: 0; }
  .term.term-view_mode--full .views-element-container .node-image {
    margin-bottom: 1.5rem; }
  .term.term-view_mode--full .views-element-container .node-headings {
    margin-bottom: 1rem; }
    .term.term-view_mode--full .views-element-container .node-headings .title {
      font-size: 2.25rem; }
  .term.term-view_mode--full .views-element-container .node-body {
    margin-bottom: 2rem;
    line-height: 1.5;
    font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .term.term-view_mode--full .views-element-container .node-footer-cta-link .text-label {
    display: flex;
    justify-content: space-between; }

.node--type-article {
  font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem; }

.node-headings .title {
  font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
  font-weight: 400; }
  .node-headings .title::first-letter {
    text-transform: uppercase; }

.node-headings .node-label {
  margin-bottom: 1rem; }

.node-headings .tag-container .field__items {
  display: flex;
  justify-content: center; }
  .node-headings .tag-container .field__items .field__item {
    margin: 1rem; }

.node-image {
  display: flex;
  justify-content: center;
  padding: 0 3.5rem; }

.node-body {
  line-height: 1.5; }

.node-view_mode--teaser .node-link {
  color: #333333; }

.node-view_mode--article_magazine_hero_promoted .wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .node-view_mode--article_magazine_hero_promoted .wrapper .component-col-content {
    background-color: #161716e6;
    padding: 1.5rem; }
    .node-view_mode--article_magazine_hero_promoted .wrapper .component-col-content .hero-heading, .node-view_mode--article_magazine_hero_promoted .wrapper .component-col-content .hero-subtitle {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      text-align: center !important;
      margin-bottom: 1.5rem; }
    .node-view_mode--article_magazine_hero_promoted .wrapper .component-col-content .page-data {
      width: 100%;
      margin-bottom: 1.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .node-view_mode--article_magazine_hero_promoted .wrapper .component-col-content .page-data .page-metadata,
      .node-view_mode--article_magazine_hero_promoted .wrapper .component-col-content .page-data .page-category {
        font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        margin-right: 1rem; }
      @media (min-width: 992px) {
        .node-view_mode--article_magazine_hero_promoted .wrapper .component-col-content .page-data {
          flex-direction: row; } }

.node-view_mode--article_magazine_hero_promoted.theme-dark .hero-heading .title {
  color: #fff !important; }

.node-view_mode--article_magazine_hero_promoted.theme-dark .hero-subtitle .subtitle {
  color: #fff !important; }

.node-view_mode--article_magazine_hero_promoted.theme-dark .footer .page-cta .goto {
  color: #fff !important; }
  .node-view_mode--article_magazine_hero_promoted.theme-dark .footer .page-cta .goto .text-label {
    font-weight: normal;
    color: #fff !important; }
  .node-view_mode--article_magazine_hero_promoted.theme-dark .footer .page-cta .goto:hover, .node-view_mode--article_magazine_hero_promoted.theme-dark .footer .page-cta .goto:focus, .node-view_mode--article_magazine_hero_promoted.theme-dark .footer .page-cta .goto:active {
    color: #ab9159 !important; }
    .node-view_mode--article_magazine_hero_promoted.theme-dark .footer .page-cta .goto:hover .text-label, .node-view_mode--article_magazine_hero_promoted.theme-dark .footer .page-cta .goto:focus .text-label, .node-view_mode--article_magazine_hero_promoted.theme-dark .footer .page-cta .goto:active .text-label {
      color: #ab9159 !important; }

.node-view_mode--article_magazine_card_sticky {
  height: 100%; }
  .node-view_mode--article_magazine_card_sticky .card-wrapper {
    padding: 1.5rem; }
    .node-view_mode--article_magazine_card_sticky .card-wrapper .card-container .card-image {
      padding: 0; }
      .node-view_mode--article_magazine_card_sticky .card-wrapper .card-container .card-image .field--name-field-media-image,
      .node-view_mode--article_magazine_card_sticky .card-wrapper .card-container .card-image .image-thumbnail {
        width: 100%;
        height: 100%;
        display: block; }
    .node-view_mode--article_magazine_card_sticky .card-wrapper .card-container .card-headings {
      padding: 1.5rem 0;
      margin-bottom: 0; }
    .node-view_mode--article_magazine_card_sticky .card-wrapper .card-container .card-cta .text-label {
      font-weight: normal;
      font-size: 1.125rem !important;
      padding-left: 0; }
    .node-view_mode--article_magazine_card_sticky .card-wrapper .card-container .card-body {
      padding: 1rem 0;
      margin-bottom: 2rem; }
  .node-view_mode--article_magazine_card_sticky.theme-corporate .card-cta .goto {
    transition: .3s; }
    .node-view_mode--article_magazine_card_sticky.theme-corporate .card-cta .goto .text-label {
      color: #fff !important; }
    .node-view_mode--article_magazine_card_sticky.theme-corporate .card-cta .goto:hover .text-label, .node-view_mode--article_magazine_card_sticky.theme-corporate .card-cta .goto:focus .text-label, .node-view_mode--article_magazine_card_sticky.theme-corporate .card-cta .goto:active .text-label {
      color: #ab9159 !important; }

.node-view_mode--article_magazine_item_reference {
  margin-bottom: 3.5rem; }
  .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 992px) {
      .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content {
        padding-left: 3rem;
        padding-right: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .header, .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .body, .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .footer {
      flex: 0; }
      @media (min-width: 992px) {
        .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .header, .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .body, .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .footer {
          margin-top: 0;
          margin-bottom: 2rem; } }
    .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .header {
      padding-right: 0;
      padding-bottom: 0 !important; }
      .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .header .title, .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .header .subtitle {
        line-height: 1.2 !important;
        letter-spacing: 1.2px !important;
        text-transform: none !important;
        text-align: left;
        color: #000; }
        @media (min-width: 992px) {
          .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .header .title, .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .header .subtitle {
            margin-top: 0;
            margin-bottom: 0; } }
      .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .header .title {
        font-size: 3.375rem !important; }
    .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .page-data {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .page-data .page-metadata,
      .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .page-data .page-category {
        font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        margin-right: 1rem; }
      @media (min-width: 992px) {
        .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .page-data {
          flex-direction: row; } }
    .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .body {
      font-family: "Barlow", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 1.375rem;
      line-height: 1.5;
      letter-spacing: 0.32px;
      text-align: left; }
      .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .body > * {
        text-align: left; }
    .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .footer {
      position: relative;
      width: 100%;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .footer {
          padding-left: 0;
          padding-right: 0;
          flex: 0; } }
      .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .footer .cta {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem; }
        @media (min-width: 992px) {
          .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .footer .cta {
            justify-content: flex-start; } }
        .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content .footer .cta .text-label {
          font-weight: normal; }
    .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content p {
      line-height: 1;
      text-align: left; }
      .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-content p:last-of-type {
        margin-bottom: 0; }
  .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-image .media {
    justify-content: center; }
    .node-view_mode--article_magazine_item_reference .reference-container .component-row .component-col-image .media .image-thumbnail {
      width: 100%;
      object-fit: cover; }
  .node-view_mode--article_magazine_item_reference .reference-container .component-row .footer.d-xl-none {
    margin-top: 2.5rem; }

.node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero {
  background-color: #000; }
  .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical.has-overlay::before {
    background-color: transparent;
    opacity: 0; }
  .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical.has-overlay::after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='1080'%3e%3cpath fill-rule='evenodd' fill-opacity='0.6' fill='%23000' d='M-14 -16L1952 -16L1952 1096L-14 1096L-14 -16ZM1042.71 614.2C1225.51 579.38 1212.52 490.02 1171.38 457.61C1097.21 570.54 767.81 621.64 722.65 506.83C711.18 558.35 849.11 651.08 1042.71 614.2Z'/%3e%3c/svg%3e");
    background-color: transparent;
    background-position: center center;
    background-size: 320vw;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1500; }
    @media (min-width: 1200px) {
      .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical.has-overlay::after {
        background-size: unset; } }
  .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl {
      display: flex;
      margin-left: 0;
      margin-right: 0;
      padding: 134px 0 4rem; }
      .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        margin: 0 auto;
        position: relative;
        align-items: center; }
        .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content {
          max-width: 600px;
          margin: 0 auto;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          align-content: center;
          flex-wrap: nowrap; }
          .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-image {
            display: none; }
          .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-heading {
            display: block;
            padding-left: 0;
            padding-right: 0;
            z-index: 1550;
            order: unset;
            margin-top: 0;
            flex: 1; }
          .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-subtitle {
            display: block;
            padding-left: 0;
            padding-right: 0;
            margin: 0 auto;
            max-width: 100%;
            text-align: left;
            order: unset;
            z-index: 1560; }
          .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-cta {
            display: block;
            padding-top: 0;
            padding-bottom: 0;
            z-index: 1570;
            order: unset;
            margin-top: 0;
            flex: 0 0 auto; }

.node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.has-overlay::before {
  background-color: #000;
  opacity: 0; }

.node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.has-overlay::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='1080'%3e%3cpath fill-opacity='1' fill='%23000000' d='M1042.71 614.2C1225.51 579.38 1212.52 490.02 1171.38 457.61C1097.21 570.54 767.81 621.64 722.65 506.83C711.18 558.35 849.11 651.08 1042.71 614.2Z'/%3e%3c/svg%3e"); }

.node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl {
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding: 134px 0 4rem; }
  .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto; }
    .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content {
      max-width: none; }
      .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-image, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-image {
        display: flex;
        margin-bottom: 1.5rem;
        z-index: 1450; }
        .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-image article, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-image article, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-image article, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-image article, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-image article, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-image article, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-image article {
          opacity: 1 !important; }
      .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-heading {
        display: block;
        z-index: 1550;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        order: unset; }
        @media (min-width: 1200px) {
          .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-heading {
            flex: 0 0 50%;
            max-width: 50%; } }
        .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-heading .page-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-heading .page-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-heading .page-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-heading .page-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-heading .page-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-heading .page-heading, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-heading .page-heading {
          color: #fff; }
      .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-subtitle {
        display: block;
        text-align: left;
        z-index: 1560;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        order: unset; }
        @media (min-width: 1200px) {
          .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-subtitle {
            flex: 0 0 50%;
            max-width: 50%; } }
        .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-subtitle .page-subtitle, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-subtitle .page-subtitle {
          color: #fff; }
      .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-fluid .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-sm .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-md .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-lg .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xl .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxl .component-row .component-col-content .hero-cta, .node--type-page.node-view_mode--full.is_listing_exp > .node-wrapper > section > .node-container-fluid .components.component-hero.theme-vertical > .wrapper > .container-xxxl .component-row .component-col-content .hero-cta {
        display: block;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 1570;
        order: unset; }

.node--type-experience.exp-theme.primary {
  color: #fff; }
  .node--type-experience.exp-theme.primary h1, .node--type-experience.exp-theme.primary h2, .node--type-experience.exp-theme.primary h3, .node--type-experience.exp-theme.primary h4, .node--type-experience.exp-theme.primary h5, .node--type-experience.exp-theme.primary h6, .node--type-experience.exp-theme.primary p {
    color: #fff; }
  .node--type-experience.exp-theme.primary a {
    color: #fff; }
    .node--type-experience.exp-theme.primary a:hover, .node--type-experience.exp-theme.primary a:focus, .node--type-experience.exp-theme.primary a:active {
      color: #ebe7eb; }
  .node--type-experience.exp-theme.primary .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.primary .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.primary.node-view_mode--teaser {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.primary.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23ab9159' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.primary.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.exp-theme.black {
  color: #fff; }
  .node--type-experience.exp-theme.black h1, .node--type-experience.exp-theme.black h2, .node--type-experience.exp-theme.black h3, .node--type-experience.exp-theme.black h4, .node--type-experience.exp-theme.black h5, .node--type-experience.exp-theme.black h6, .node--type-experience.exp-theme.black p {
    color: #fff; }
  .node--type-experience.exp-theme.black a {
    color: #fff; }
    .node--type-experience.exp-theme.black a:hover, .node--type-experience.exp-theme.black a:focus, .node--type-experience.exp-theme.black a:active {
      color: #ebe7eb; }
  .node--type-experience.exp-theme.black .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.black .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.black.node-view_mode--teaser {
    background-color: #000;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.black.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23ab9159' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.black.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.exp-theme.dark {
  color: #fff; }
  .node--type-experience.exp-theme.dark h1, .node--type-experience.exp-theme.dark h2, .node--type-experience.exp-theme.dark h3, .node--type-experience.exp-theme.dark h4, .node--type-experience.exp-theme.dark h5, .node--type-experience.exp-theme.dark h6, .node--type-experience.exp-theme.dark p {
    color: #fff; }
  .node--type-experience.exp-theme.dark a {
    color: #fff; }
    .node--type-experience.exp-theme.dark a:hover, .node--type-experience.exp-theme.dark a:focus, .node--type-experience.exp-theme.dark a:active {
      color: #ebe7eb; }
  .node--type-experience.exp-theme.dark .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.dark .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.dark.node-view_mode--teaser {
    background-color: #333333;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.dark.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23ab9159' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.dark.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.exp-theme.mid {
  color: #000; }
  .node--type-experience.exp-theme.mid h1, .node--type-experience.exp-theme.mid h2, .node--type-experience.exp-theme.mid h3, .node--type-experience.exp-theme.mid h4, .node--type-experience.exp-theme.mid h5, .node--type-experience.exp-theme.mid h6, .node--type-experience.exp-theme.mid p {
    color: #000; }
  .node--type-experience.exp-theme.mid a {
    color: #000; }
    .node--type-experience.exp-theme.mid a:hover, .node--type-experience.exp-theme.mid a:focus, .node--type-experience.exp-theme.mid a:active {
      color: #ebe7eb; }
  .node--type-experience.exp-theme.mid .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23000' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.mid .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.mid.node-view_mode--teaser {
    background-color: #e5e3e3;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.mid.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23ab9159' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.mid.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.exp-theme.light {
  color: #000; }
  .node--type-experience.exp-theme.light h1, .node--type-experience.exp-theme.light h2, .node--type-experience.exp-theme.light h3, .node--type-experience.exp-theme.light h4, .node--type-experience.exp-theme.light h5, .node--type-experience.exp-theme.light h6, .node--type-experience.exp-theme.light p {
    color: #000; }
  .node--type-experience.exp-theme.light a {
    color: #000; }
    .node--type-experience.exp-theme.light a:hover, .node--type-experience.exp-theme.light a:focus, .node--type-experience.exp-theme.light a:active {
      color: #ebe7eb; }
  .node--type-experience.exp-theme.light .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23000' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.light .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.light.node-view_mode--teaser {
    background-color: #e8e8e8;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.light.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23ab9159' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.light.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.exp-theme.secondary {
  color: #000; }
  .node--type-experience.exp-theme.secondary h1, .node--type-experience.exp-theme.secondary h2, .node--type-experience.exp-theme.secondary h3, .node--type-experience.exp-theme.secondary h4, .node--type-experience.exp-theme.secondary h5, .node--type-experience.exp-theme.secondary h6, .node--type-experience.exp-theme.secondary p {
    color: #000; }
  .node--type-experience.exp-theme.secondary a {
    color: #000; }
    .node--type-experience.exp-theme.secondary a:hover, .node--type-experience.exp-theme.secondary a:focus, .node--type-experience.exp-theme.secondary a:active {
      color: #ebe7eb; }
  .node--type-experience.exp-theme.secondary .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23000' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.secondary .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.secondary.node-view_mode--teaser {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.secondary.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23ab9159' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.secondary.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.exp-theme.featured {
  color: #fff; }
  .node--type-experience.exp-theme.featured h1, .node--type-experience.exp-theme.featured h2, .node--type-experience.exp-theme.featured h3, .node--type-experience.exp-theme.featured h4, .node--type-experience.exp-theme.featured h5, .node--type-experience.exp-theme.featured h6, .node--type-experience.exp-theme.featured p {
    color: #fff; }
  .node--type-experience.exp-theme.featured a {
    color: #fff; }
    .node--type-experience.exp-theme.featured a:hover, .node--type-experience.exp-theme.featured a:focus, .node--type-experience.exp-theme.featured a:active {
      color: #000; }
  .node--type-experience.exp-theme.featured .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.featured .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.featured.node-view_mode--teaser {
    background-color: #ab9159;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.featured.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23725f74' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.featured.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.exp-theme.corporate {
  color: #fff; }
  .node--type-experience.exp-theme.corporate h1, .node--type-experience.exp-theme.corporate h2, .node--type-experience.exp-theme.corporate h3, .node--type-experience.exp-theme.corporate h4, .node--type-experience.exp-theme.corporate h5, .node--type-experience.exp-theme.corporate h6, .node--type-experience.exp-theme.corporate p {
    color: #fff; }
  .node--type-experience.exp-theme.corporate a {
    color: #fff; }
    .node--type-experience.exp-theme.corporate a:hover, .node--type-experience.exp-theme.corporate a:focus, .node--type-experience.exp-theme.corporate a:active {
      color: #ab9159; }
  .node--type-experience.exp-theme.corporate .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.corporate .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.corporate.node-view_mode--teaser {
    background-color: #725f74;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.corporate.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23000' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.corporate.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.exp-theme.transparent {
  color: #fff; }
  .node--type-experience.exp-theme.transparent h1, .node--type-experience.exp-theme.transparent h2, .node--type-experience.exp-theme.transparent h3, .node--type-experience.exp-theme.transparent h4, .node--type-experience.exp-theme.transparent h5, .node--type-experience.exp-theme.transparent h6, .node--type-experience.exp-theme.transparent p {
    color: #fff; }
  .node--type-experience.exp-theme.transparent a {
    color: #fff; }
    .node--type-experience.exp-theme.transparent a:hover, .node--type-experience.exp-theme.transparent a:focus, .node--type-experience.exp-theme.transparent a:active {
      color: #ebe7eb; }
  .node--type-experience.exp-theme.transparent .reference-body::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.transparent .reference-arrow::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
  .node--type-experience.exp-theme.transparent.node-view_mode--teaser {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0; }
    .node--type-experience.exp-theme.transparent.node-view_mode--teaser .teaser-container {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48' transform='scale%28-1, 1%29'%3e%3cpath fill='%23ab9159' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e");
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: top right;
      background-attachment: scroll;
      background-size: 4.5rem;
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 1200px) {
        .node--type-experience.exp-theme.transparent.node-view_mode--teaser .teaser-container {
          padding-top: 4.5rem; } }

.node--type-experience.node-view_mode--teaser {
  display: flex; }
  .node--type-experience.node-view_mode--teaser .teaser-wrapper {
    display: flex;
    padding: 1.5rem; }
  .node--type-experience.node-view_mode--teaser .teaser-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .node--type-experience.node-view_mode--teaser .teaser-container > a {
      font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
      font-size: 1.125rem;
      font-weight: 400;
      text-align: right; }

.view-experiences .view-filters .views-exposed-form {
  background-color: #fff;
  border-top: none; }
  .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios {
    padding: 0; }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item {
      margin-left: 2rem;
      margin-right: 0; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio input[type="radio"]:checked + label {
        color: #000; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio label {
        font-family: "WeissAntiquaEF", serif, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times;
        font-size: 2.25rem;
        text-transform: uppercase;
        padding: 1.5rem 0;
        color: #6c757d;
        white-space: nowrap; }
        @media (max-width: 767.98px) {
          .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio label {
            font-size: 6vw; } }
        .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio label::after {
          content: none; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio:nth-of-type(odd) > label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3ccircle cx='8' cy='8' r='8' fill='%23725f74'/%3e%3c/svg%3e"); }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios > .form-radios .form-item.form-type-radio:nth-of-type(even) > label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='12'%3e%3cpath fill='%23725f74' d='M0 0h31v12H0z'/%3e%3c/svg%3e"); }
  .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-loaded .owl-stage-outer .owl-stage {
    margin-left: 3.5rem; }
    @media (max-width: 767.98px) {
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-loaded .owl-stage-outer .owl-stage {
        margin-left: 0; } }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-loaded .owl-stage-outer .owl-stage .owl-item:nth-of-type(odd) label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3ccircle cx='8' cy='8' r='8' fill='%23725f74'/%3e%3c/svg%3e"); }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-loaded .owl-stage-outer .owl-stage .owl-item:nth-of-type(even) label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='12'%3e%3cpath fill='%23725f74' d='M0 0h31v12H0z'/%3e%3c/svg%3e"); }
  @media (max-width: 767.98px) {
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav {
      display: none; } }
  .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button {
    background-color: #fff; }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button > span {
      background-size: contain;
      background-repeat: no-repeat;
      visibility: unset;
      height: 1.25rem;
      width: 2rem;
      padding: 0; }
      @media (max-width: 767.98px) {
        .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button > span {
          height: 0.625rem;
          width: 1rem; } }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button > span::after {
        content: none; }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.owl-prev {
      box-shadow: 1.25rem 0 0.75rem #fff; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.owl-prev > span {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23725f74' d='M.004 9.1h.985A-9.061 9.061 0 009.123 0h1.933A-11.1 11.1 0 016.38 9.03L32.55 9v1.932l-26.17.058a-10.859 10.859 0 014.676 9.042H9.124A-9.081 9.081 0 00.7 10.99H0z'/%3e%3c/svg%3e"); }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.owl-next {
      box-shadow: -1.25rem 0 0.75rem #fff; }
      .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.owl-next > span {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23725f74' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-filters .views-exposed-form .form--inline > .form-item .fieldset-wrapper > .form-radios .owl-nav button.disabled {
      box-shadow: none;
      display: none; }

@media (min-width: 992px) {
  .view-experiences .view-content .views-row {
    display: flex; } }

.view-experiences .view-content .views-row > article {
  min-height: 500px;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto 500px; }
  .view-experiences .view-content .views-row > article .reference-wrapper {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0; }
  .view-experiences .view-content .views-row > article .reference-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    padding: 3.5rem 3.5rem 2.5rem 2rem; }
  .view-experiences .view-content .views-row > article .reference-body {
    flex: 0 0 100%;
    order: initial; }
    .view-experiences .view-content .views-row > article .reference-body::before {
      height: 3.75rem;
      width: 5rem;
      background-position: bottom left;
      background-size: contain;
      margin-bottom: 2rem; }
  .view-experiences .view-content .views-row > article .reference-footer {
    margin-top: 1rem;
    flex: 0 0 auto !important;
    order: initial;
    justify-content: flex-start; }
  .view-experiences .view-content .views-row > article .reference-cta {
    display: flex;
    flex-direction: row; }
    .view-experiences .view-content .views-row > article .reference-cta .goto {
      background-color: transparent;
      background-position: center left;
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      width: 30rem;
      max-width: 100%;
      height: 1.25rem;
      border-radius: 0; }
      .view-experiences .view-content .views-row > article .reference-cta .goto .text-label {
        display: none; }
      .view-experiences .view-content .views-row > article .reference-cta .goto:not(.goto-video-modal)::after {
        content: none !important; }

.view-experiences .view-content .views-row > article.exp-theme.primary {
  background-position: bottom right;
  background-color: #000; }
  .view-experiences .view-content .views-row > article.exp-theme.primary::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23000' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.primary .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.primary .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.primary .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.primary .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.primary .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.primary .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23ab9159' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.primary {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.primary .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.primary::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23000' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

.view-experiences .view-content .views-row > article.exp-theme.black {
  background-position: bottom right;
  background-color: #000; }
  .view-experiences .view-content .views-row > article.exp-theme.black::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23000' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.black .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.black .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.black .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23ab9159' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.black {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.black .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.black::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23000' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

.view-experiences .view-content .views-row > article.exp-theme.dark {
  background-position: bottom right;
  background-color: #333333; }
  .view-experiences .view-content .views-row > article.exp-theme.dark::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23333333' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.dark .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.dark .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23ab9159' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.dark {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.dark .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.dark::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23333333' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

.view-experiences .view-content .views-row > article.exp-theme.mid {
  background-position: bottom right;
  background-color: #e5e3e3; }
  .view-experiences .view-content .views-row > article.exp-theme.mid::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23e5e3e3' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.mid .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23000' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.mid .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23ab9159' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.mid {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.mid .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.mid::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23e5e3e3' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

.view-experiences .view-content .views-row > article.exp-theme.light {
  background-position: bottom right;
  background-color: #e8e8e8; }
  .view-experiences .view-content .views-row > article.exp-theme.light::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23e8e8e8' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.light .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23000' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.light .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23ab9159' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.light {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.light .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.light::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23e8e8e8' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

.view-experiences .view-content .views-row > article.exp-theme.secondary {
  background-position: bottom right;
  background-color: #fff; }
  .view-experiences .view-content .views-row > article.exp-theme.secondary::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.secondary .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.secondary .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23000' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.secondary .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.secondary .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.secondary .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.secondary .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23ab9159' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.secondary {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.secondary .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.secondary::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23fff' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

.view-experiences .view-content .views-row > article.exp-theme.featured {
  background-position: bottom right;
  background-color: #ab9159; }
  .view-experiences .view-content .views-row > article.exp-theme.featured::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23ab9159' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.featured .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.featured .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.featured .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23725f74' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.featured {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.featured .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.featured::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23ab9159' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

.view-experiences .view-content .views-row > article.exp-theme.corporate {
  background-position: bottom right;
  background-color: #725f74; }
  .view-experiences .view-content .views-row > article.exp-theme.corporate::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23725f74' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.corporate .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23000' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.corporate {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.corporate .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.corporate::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='%23725f74' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

.view-experiences .view-content .views-row > article.exp-theme.transparent {
  background-position: bottom right;
  background-color: transparent; }
  .view-experiences .view-content .views-row > article.exp-theme.transparent::before {
    background-position: bottom right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='transparent' d='M990 530L-30 530L-30 -30L990 -30L990 530ZM714.55 269.85C713.12 269.84 711.68 269.85 710.25 269.88C708.82 269.92 707.38 269.97 705.95 270.05C704.52 270.13 703.09 270.23 701.66 270.36C700.23 270.49 698.81 270.63 697.38 270.8C696.31 270.92 695.24 271.07 694.17 271.26C693.11 271.45 692.05 271.68 691 271.94C689.95 272.2 688.91 272.5 687.88 272.84C686.85 273.17 685.83 273.54 684.83 273.95C663.02 283.65 661.32 306.92 663.73 324.73C663.94 326.27 664.19 327.81 664.49 329.34C664.78 330.86 665.12 332.38 665.49 333.89C665.87 335.4 666.29 336.9 666.74 338.39C667.2 339.88 667.69 341.35 668.23 342.81C668.77 344.28 669.34 345.72 669.95 347.16C670.56 348.59 671.21 350.01 671.89 351.41C672.57 352.81 673.29 354.19 674.04 355.55C674.79 356.92 675.57 358.26 676.39 359.59C680.67 366.55 687.57 377.35 696.06 389.28C698.26 392.4 700.51 395.5 702.8 398.56C705.09 401.62 707.43 404.64 709.81 407.64C712.19 410.63 714.61 413.59 717.08 416.51C719.54 419.44 722.05 422.33 724.6 425.18C736.3 438.12 747.57 448.29 758.11 455.42C759.47 456.36 760.85 457.26 762.26 458.12C763.67 458.97 765.1 459.79 766.55 460.57C768.01 461.34 769.48 462.08 770.98 462.77C772.48 463.46 773.99 464.11 775.52 464.72C776.89 465.26 778.28 465.74 779.69 466.15C781.1 466.57 782.53 466.92 783.97 467.21C785.41 467.5 786.86 467.72 788.33 467.88C789.79 468.03 791.26 468.12 792.73 468.14L792.73 468.14C793.55 468.14 794.39 468.12 795.25 468.06C825.46 466.06 880.15 461.25 897.08 458.26C904.83 456.9 912.06 451.22 918.56 441.4C919.75 439.59 920.86 437.72 921.88 435.8C922.9 433.88 923.82 431.92 924.66 429.91C925.49 427.91 926.22 425.86 926.86 423.79C927.5 421.71 928.04 419.61 928.48 417.48C928.92 415.35 929.27 413.2 929.52 411.04C929.77 408.88 929.93 406.71 929.98 404.53C930.04 402.36 930 400.18 929.87 398.01C929.74 395.84 929.5 393.67 929.18 391.52C929.07 390.83 928.96 390.09 928.85 389.32L928.84 389.25C927.87 382.68 926.55 373.7 924.23 363.59C922.96 358.06 921.51 352.78 919.94 347.89C919.5 346.52 919.05 345.17 918.57 343.81C918.1 342.46 917.6 341.12 917.08 339.78C916.57 338.44 916.03 337.12 915.47 335.8C914.91 334.47 914.34 333.16 913.74 331.86C913.13 330.54 912.5 329.23 911.84 327.93C911.18 326.64 910.49 325.35 909.78 324.09C909.06 322.82 908.32 321.57 907.55 320.33C906.78 319.1 905.99 317.88 905.17 316.68C904.35 315.48 903.5 314.3 902.61 313.15C901.73 312 900.81 310.87 899.86 309.77C898.9 308.68 897.92 307.61 896.91 306.56C895.9 305.52 894.85 304.51 893.78 303.53C892.69 302.53 891.56 301.57 890.4 300.65C889.24 299.74 888.04 298.86 886.82 298.03C885.59 297.2 884.34 296.41 883.06 295.67C881.77 294.93 880.47 294.23 879.14 293.59C877.69 292.89 876.21 292.26 874.72 291.68C873.22 291.1 871.7 290.57 870.17 290.11C868.63 289.65 867.08 289.24 865.51 288.9C863.94 288.55 862.36 288.27 860.78 288.04C852.19 286.8 841.94 285.15 831.09 283.4C812.55 280.41 791.53 277.03 771.06 274.39C747.4 271.33 728.92 269.84 714.57 269.84L714.56 269.84L714.55 269.85Z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.transparent .reference-body {
    flex-grow: inherit;
    flex-shrink: inherit;
    flex-basis: inherit;
    order: inherit; }
    .view-experiences .view-content .views-row > article.exp-theme.transparent .reference-body::before {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='64.023' height='48'%3e%3cpath fill='%23fff' d='M24.858 0C9.658 4.3 0 14.507 0 28.3 0 39.584 6.438 48 16.632 48c5.904 0 10.904-2.687 10.904-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552zm36.483 0c-15.2 4.3-24.858 14.507-24.858 28.3 0 11.284 6.438 19.7 16.632 19.7 5.9 0 10.909-2.687 10.909-9.313 0-7.7-4.113-9.493-9.121-9.313-5.365.179-8.942-1.075-8.942-7.522 0-7.522 5.007-13.433 17.168-17.552z'/%3e%3c/svg%3e"); }
  .view-experiences .view-content .views-row > article.exp-theme.transparent .reference-cta .goto {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23fff' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }
    .view-experiences .view-content .views-row > article.exp-theme.transparent .reference-cta .goto:hover, .view-experiences .view-content .views-row > article.exp-theme.transparent .reference-cta .goto:focus, .view-experiences .view-content .views-row > article.exp-theme.transparent .reference-cta .goto:active {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32.546' height='20.035'%3e%3cpath fill='%23ab9159' d='M32.546 9.1h-.985A9.061 9.061 0 0123.427 0h-1.933a11.1 11.1 0 004.676 9.03L0 9v1.932l26.17.058a10.859 10.859 0 00-4.676 9.042h1.932a9.081 9.081 0 018.424-9.042h.7z'/%3e%3c/svg%3e"); }

.view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.transparent {
  background-position: top right; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.transparent .reference-container {
    flex-direction: column-reverse; }
  .view-experiences .view-content .views-row:nth-of-type(even) > article.exp-theme.transparent::before {
    background-position: top right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='960' height='500'%3e%3cpath fill-rule='evenodd' fill='transparent' d='M990 530L-30 530L-30 -30L990 -31L990 530ZM687.94 39.5C686.33 39.49 684.72 39.5 683.11 39.54C681.5 39.57 679.9 39.64 678.29 39.73C676.68 39.81 675.08 39.93 673.47 40.07C671.87 40.21 670.27 40.37 668.67 40.56C667.47 40.69 666.26 40.85 665.07 41.06C663.87 41.27 662.69 41.52 661.51 41.81C660.33 42.11 659.16 42.44 658.01 42.81C656.85 43.18 655.71 43.59 654.58 44.04C630.1 54.78 628.19 80.54 630.9 100.27C631.14 101.98 631.42 103.68 631.75 105.37C632.08 107.06 632.46 108.75 632.88 110.42C633.3 112.09 633.77 113.75 634.28 115.4C634.8 117.05 635.35 118.68 635.96 120.3C636.56 121.92 637.2 123.52 637.89 125.11C638.57 126.7 639.3 128.27 640.06 129.82C640.83 131.37 641.63 132.9 642.47 134.41C643.32 135.92 644.2 137.41 645.11 138.87C649.93 146.59 657.67 158.56 667.19 171.74C669.66 175.21 672.19 178.64 674.76 182.03C677.34 185.42 679.96 188.77 682.63 192.08C685.3 195.4 688.02 198.68 690.79 201.91C693.55 205.15 696.36 208.34 699.22 211.5C712.35 225.83 725.01 237.1 736.84 244.99C738.37 246.03 739.92 247.03 741.5 247.98C743.08 248.93 744.69 249.83 746.32 250.69C747.95 251.55 749.61 252.36 751.29 253.13C752.96 253.9 754.66 254.61 756.38 255.28C757.92 255.88 759.48 256.41 761.06 256.87C762.64 257.34 764.24 257.73 765.86 258.04C767.48 258.36 769.11 258.61 770.74 258.78C772.38 258.95 774.03 259.05 775.67 259.08L775.68 259.08C776.64 259.08 777.59 259.05 778.5 258.99C812.4 256.77 873.77 251.44 892.78 248.13C901.48 246.62 909.59 240.34 916.88 229.46C918.22 227.46 919.46 225.39 920.6 223.27C921.75 221.15 922.79 218.98 923.72 216.76C924.65 214.54 925.48 212.27 926.2 209.97C926.91 207.67 927.52 205.34 928.01 202.98C928.26 201.81 928.48 200.63 928.68 199.44C928.87 198.26 929.04 197.07 929.18 195.88C929.32 194.68 929.43 193.49 929.52 192.29C929.61 191.09 929.67 189.9 929.7 188.7C929.73 187.49 929.74 186.28 929.71 185.07C929.69 183.86 929.64 182.65 929.57 181.45C929.49 180.24 929.39 179.03 929.26 177.83C929.14 176.63 928.98 175.43 928.8 174.23L928.46 171.95L928.42 171.72C927.34 164.45 925.85 154.48 923.24 143.31C921.82 137.2 920.2 131.35 918.43 125.93C917.95 124.42 917.43 122.91 916.9 121.41C916.36 119.92 915.81 118.43 915.23 116.95C914.65 115.47 914.04 114 913.42 112.53C912.79 111.07 912.14 109.62 911.47 108.18C910.79 106.71 910.08 105.26 909.34 103.83C908.6 102.39 907.82 100.97 907.02 99.57C906.22 98.17 905.39 96.78 904.53 95.41C903.66 94.05 902.77 92.7 901.85 91.37C900.93 90.04 899.97 88.73 898.98 87.46C897.98 86.18 896.95 84.93 895.88 83.72C894.82 82.5 893.72 81.31 892.58 80.16C891.44 79.01 890.28 77.89 889.08 76.8C887.85 75.7 886.58 74.63 885.27 73.62C883.97 72.6 882.62 71.63 881.25 70.71C879.87 69.79 878.47 68.92 877.03 68.1C875.59 67.28 874.13 66.51 872.64 65.8C871.01 65.03 869.35 64.32 867.67 63.68C865.99 63.03 864.29 62.46 862.56 61.94C860.84 61.43 859.1 60.98 857.34 60.6C855.58 60.22 853.81 59.9 852.03 59.65C842.43 58.28 830.92 56.45 818.73 54.52C797.93 51.22 774.35 47.47 751.35 44.53C724.79 41.15 704.05 39.5 687.94 39.5L687.94 39.5Z' /%3e%3c/svg%3e "); }

body.page-node-type-product .region.region-header #HeaderNavbar.navbar .nav-item .language-link {
  color: #000; }

body.page-node-type-product .region.region-header #HeaderNavbar.navbar .navbar-toggler {
  color: #000; }
  body.page-node-type-product .region.region-header #HeaderNavbar.navbar .navbar-toggler .custom-menu-icon {
    background-image: url("../images/menu.svg"); }

body.page-node-type-product .region.region-header.show-backlayer #HeaderNavbar.navbar .nav-item .language-link, body.page-node-type-product .region.region-header.show-backlayer #HeaderNavbar.navbar .navbar-toggler {
  color: #fff; }

body.page-node-type-product main .region-content {
  z-index: 100; }
  @media (min-width: 1200px) {
    body.page-node-type-product main .region-content article.node.node--type-product.node-view_mode--full {
      overflow: visible; }
      body.page-node-type-product main .region-content article.node.node--type-product.node-view_mode--full .field--name-field-ref-parlib-cb .component-infographic .media--view-mode-full {
        height: 100px;
        max-height: 100px;
        overflow: hidden; } }

/*# sourceMappingURL=style.css.map */