@charset "UTF-8";
/*
 * Text Domain: Venues2023
 * Theme Name: LCC Venues 2023
 * Version: 1.0.0
 * Description: Theme for golearnleicestershire.ac.uk
 * Author: Cyber Media
 * Author URI: https://www.cyber-media.co.uk
*/
@import url("https://use.typekit.net/cdy0wga.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr, .hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Arial, Roboto, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #322e30;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row, .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-collapse .row, .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
a.external_link > span,
.h4,
h5,
.h5,
h6,
pre,
form,
p,
a.external_link > span > span,
.p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p, a.external_link > span > span, .p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
h3,
h4,
a.external_link > span,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "canada-type-gibson", Arial, Roboto, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #141413;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
h1 small,
h2 small,
h3 small,
h4 small,
a.external_link > span small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #F4EFEC;
  line-height: 0;
}

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

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

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

h4, a.external_link > span, .h4 {
  font-size: 1.125rem;
}

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

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

@media screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, a.external_link > span, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  color: #9C6107;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #6b4305;
}
a img {
  border: 0;
}

hr, .hr {
  max-width: 100rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0.0625rem solid #F4EFEC;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.4375rem;
}

ol {
  margin-left: 1.4375rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.25rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.625rem 0 0.625rem 1.25rem;
  border-left: 0.3125rem solid #50748A;
}
blockquote, blockquote p, blockquote a.external_link > span > span, blockquote .p {
  line-height: 1.6;
  color: #322e30;
}

cite {
  display: block;
  font-size: 1rem;
  color: #322e30;
}
cite:before {
  content: "— ";
}

abbr {
  color: #322e30;
  cursor: help;
  border-bottom: 1px dotted #141413;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #322e30;
  background-color: #FDFCF8;
  border: 1px solid #F4EFEC;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #FDFCF8;
  color: #322e30;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #322e30;
}

.lead {
  font-size: 125%;
  line-height: 1.4;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat, a.external_link > span > span + .stat, .p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #322e30;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, a.external_link > span > span, .p,
  h2,
  .h2,
  h3,
  .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2,
  h3,
  .h3 {
    page-break-after: avoid;
  }
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 1.875rem;
  padding: 0.625rem 1.5625rem;
  margin: 0 0 1.25rem 0;
  font-size: 1.125rem;
  background-color: #9C6107;
  color: #ffffff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #6b4305;
  color: #ffffff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary {
  background-color: #9C6107;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #7d4e06;
  color: #ffffff;
}
.button.secondary {
  background-color: #50748A;
  color: #ffffff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #405d6e;
  color: #ffffff;
}
.button.success, .button.em-booking-message-success {
  background-color: #3adb76;
  color: #ffffff;
}
.button.success:hover, .button.em-booking-message-success:hover, .button.success:focus, .button.em-booking-message-success:focus {
  background-color: #22bb5b;
  color: #ffffff;
}
.button.warning {
  background-color: #ffae00;
  color: #ffffff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #ffffff;
}
.button.alert, .button.em-booking-message, form .button.wpcf7-not-valid-tip {
  background-color: #ec5840;
  color: #ffffff;
}
.button.alert:hover, .button.em-booking-message:hover, form .button.wpcf7-not-valid-tip:hover, .button.alert:focus, .button.em-booking-message:focus, form .button.wpcf7-not-valid-tip:focus {
  background-color: #da3116;
  color: #ffffff;
}
.button.hollow {
  border: 1px solid #9C6107;
  color: #9C6107;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #4e3104;
  color: #4e3104;
}
.button.hollow.primary {
  border: 1px solid #9C6107;
  color: #9C6107;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #4e3104;
  color: #4e3104;
}
.button.hollow.secondary {
  border: 1px solid #50748A;
  color: #50748A;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #283a45;
  color: #283a45;
}
.button.hollow.success, .button.hollow.em-booking-message-success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.em-booking-message-success:hover, .button.hollow.success:focus, .button.hollow.em-booking-message-success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.em-booking-message, form .button.hollow.wpcf7-not-valid-tip {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.em-booking-message:hover, form .button.hollow.wpcf7-not-valid-tip:hover, .button.hollow.alert:focus, .button.hollow.em-booking-message:focus, form .button.hollow.wpcf7-not-valid-tip:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #9C6107;
  color: #ffffff;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1.5625rem;
  display: inline-block;
}
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0.9375rem;
  border: 2px solid rgba(156, 97, 7, 0.7);
  margin: 0 0 1.875rem;
  font-family: inherit;
  font-size: 1rem;
  color: #322e30;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(20, 20, 19, 0.1);
          box-shadow: inset 0 1px 2px rgba(20, 20, 19, 0.1);
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 2px solid #9C6107;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0 0 5px #F4EFEC;
          box-shadow: 0 0 5px #F4EFEC;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(20, 20, 19, 0.6);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(20, 20, 19, 0.6);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(20, 20, 19, 0.6);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(20, 20, 19, 0.6);
}

input::placeholder,
textarea::placeholder {
  color: rgba(20, 20, 19, 0.6);
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #FDFCF8;
  cursor: default;
}

[type=submit],
[type=button] {
  border-radius: 1.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.875rem;
}

[type=checkbox] + label, form [type=checkbox] + .lbl,
[type=radio] + label,
form [type=radio] + .lbl {
  display: inline-block;
  margin-left: 0.9375rem;
  margin-right: 1.875rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
[type=checkbox] + label[for], form [type=checkbox] + [for].lbl,
[type=radio] + label[for],
form [type=radio] + [for].lbl {
  cursor: pointer;
}

label > [type=checkbox], form .lbl > [type=checkbox],
label > [type=radio],
form .lbl > [type=radio] {
  margin-right: 0.9375rem;
}

[type=file] {
  width: 100%;
}

label, form .lbl {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #322e30;
}
label.middle, form .middle.lbl {
  margin: 0 0 1.875rem;
  padding: 1.0625rem 0;
}

.help-text {
  margin-top: -0.9375rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #322e30;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.875rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #FDFCF8;
  color: #322e30;
  border: 0 solid rgba(156, 97, 7, 0.7);
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 3.8125rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.9375rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #F4EFEC;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #ffffff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 3.75rem;
  padding: 0.9375rem;
  border: 2px solid rgba(156, 97, 7, 0.7);
  margin: 0 0 1.875rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #322e30;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2850, 46, 48%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1.875rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 2.8125rem;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled {
  background-color: #FDFCF8;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.9375rem;
  margin-bottom: 1.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

.accordion {
  list-style-type: none;
  background: #FDFCF8;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 0.625rem 0;
  line-height: 1;
  font-size: 0.75rem;
  color: #9C6107;
  position: relative;
  border: none;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: none;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}

.accordion-content {
  padding: 0.625rem 0.9375rem;
  display: none;
  border: none;
  border-bottom: 0;
  background-color: #FDFCF8;
  color: #322e30;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #322e30;
  font-size: 0.875rem;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  color: #F4EFEC;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #9C6107;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #322e30;
  cursor: not-allowed;
}

.callout, .em-booking-message, form .wpcf7-not-valid-tip {
  margin: 0 0 1.25rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0;
  position: relative;
  color: #ffffff;
  background-color: #9c6107;
}
.callout > :first-child, .em-booking-message > :first-child, form .wpcf7-not-valid-tip > :first-child {
  margin-top: 0;
}
.callout > :last-child, .em-booking-message > :last-child, form .wpcf7-not-valid-tip > :last-child {
  margin-bottom: 0;
}
.callout.primary, .primary.em-booking-message, form .primary.wpcf7-not-valid-tip {
  background-color: #9c6107;
}
.callout.secondary, .secondary.em-booking-message, form .secondary.wpcf7-not-valid-tip {
  background-color: #50748a;
}
.callout.success, .callout.em-booking-message-success, .success.em-booking-message, .em-booking-message.em-booking-message-success, form .success.wpcf7-not-valid-tip, form .wpcf7-not-valid-tip.em-booking-message-success {
  background-color: #3adb76;
}
.callout.warning, .warning.em-booking-message, form .warning.wpcf7-not-valid-tip {
  background-color: #ffae00;
}
.callout.alert, .em-booking-message, form .wpcf7-not-valid-tip {
  background-color: #ec5840;
}
.callout.small, .small.em-booking-message, form .small.wpcf7-not-valid-tip {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large, .large.em-booking-message, form .large.wpcf7-not-valid-tip {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #322e30;
  right: 1rem;
  top: 1rem !important;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #141413;
}

.flex-video, .responsive-embed, .sketchfab-embed-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe, .responsive-embed iframe, .sketchfab-embed-wrapper iframe,
.flex-video object,
.responsive-embed object,
.sketchfab-embed-wrapper object,
.flex-video embed,
.responsive-embed embed,
.sketchfab-embed-wrapper embed,
.flex-video video,
.responsive-embed video,
.sketchfab-embed-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen, .widescreen.responsive-embed, .widescreen.sketchfab-embed-wrapper {
  padding-bottom: 56.25%;
}
.flex-video.vimeo, .vimeo.responsive-embed, .vimeo.sketchfab-embed-wrapper {
  padding-top: 0;
}

.media-object {
  margin-bottom: 1.25rem;
  display: block;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  border-radius: 0;
  display: inline-block;
}
.pagination a,
.pagination button {
  color: #322e30;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
.pagination a:hover,
.pagination button:hover {
  background: #FDFCF8;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #9C6107;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #F4EFEC;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  content: "…";
  padding: 0.1875rem 0.625rem;
  color: #322e30;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: "«";
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5rem;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #F4EFEC;
  background-color: #ffffff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 800px;
    max-width: 100rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  width: 100%;
  margin-bottom: 1.25rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #F4EFEC;
  background-color: #ffffff;
}

caption {
  font-weight: 600;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: #f9f9f9;
  color: #322e30;
}

tfoot {
  background: #f2f2f2;
  color: #322e30;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 600;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover tr:hover {
  background-color: #fafafa;
}
table.hover tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: transparent;
  border: 1px solid transparent;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #9C6107;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #ad6b08;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 1.125rem;
}
.tabs-title > a:hover {
  background: transparent;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #9C6107;
}

.tabs-content {
  background: #FDFCF8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1.25rem;
}
.tabs-panel.is-active {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
/* MIXINS
===================================== */
/* MIXINS
===================================== */
/*@function luminance($color) {
  $colors: (
    'red': red($color),
    'green': green($color),
    'blue': blue($color)
  );

  @each $name, $value in $colors {
    $adjusted: 0;
    $value: $value / 255;

    @if $value < 0.03928 {
      $value: $value / 12.92;
    } @else {
      $value: ($value + .055) / 1.055;
      $value: pow($value, 2.4);
    }

    $colors: map-merge($colors, ($name: $value));
  }

  @return (map-get($colors, 'red') * .2126) + (map-get($colors, 'green') * .7152) + (map-get($colors, 'blue') * .0722);
}*/
/*@function check-color-access($foreground, $background) {
  $back-color-lumo: luminance($background);
  $fore-color-lumo: luminance($foreground);

  @return ($fore-color-lumo + 0.05) / ($back-color-lumo + 0.05);
}*/
/* PARTIALS
===================================== */
/* SVGS
=================================== */
/* ICONS
=================================== */
.icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2.5rem 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.icon.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_arrow.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_arrow.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_arrow.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_arrow.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_arrow.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_heart.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_heart.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_heart.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_heart.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_heart.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M40,19.36c-18.34-15-43.35,18.34,0,45C83.35,37.7,58.34,4.35,40,19.36Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_coins {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.71,69.15c-3.84,0-7.88-.32-11.8-.93-8.05-1.25-15.47-3.6-20.87-6.61-5.84-3.26-8.75-7.03-8.2-10.61.8-5.17,8.34-8.36,20.17-8.54h.02c.82,0,1.49.66,1.5,1.48.01.83-.65,1.51-1.48,1.52-9.63.15-16.72,2.61-17.25,6-.34,2.19,2.16,5,6.69,7.53,5.1,2.84,12.16,5.07,19.87,6.27,16.52,2.56,28.8-.63,29.49-5.1.1-.62-.02-1.26-.36-1.97-.36-.75-.05-1.64.7-2,.74-.36,1.64-.05,2,.7.6,1.25.82,2.51.62,3.74-.92,5.96-10.25,8.53-21.12,8.53Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m49.98,80.09c-3.73,0-7.71-.31-11.77-.94-15.02-2.33-30.32-9.16-29.06-17.22.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.69,4.47,10.04,11.23,26.56,13.8,7.71,1.2,15.11,1.21,20.83.05,5.08-1.03,8.32-2.96,8.66-5.15.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.56,3.58-4.47,6.29-11.03,7.63-3.01.61-6.45.92-10.13.92Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m69.65,72.81c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.9-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m10.64,63.65c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m22.56,74.46c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.36-8.74c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.36,8.74c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m55.19,78.4c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.19-7.65c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.19,7.65c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m38.45,79.16c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m55.64,48.8c-13.15,0-25.54-3.3-26.08-10.34-.63-8.13,15.14-13.77,30.3-14.95,8.12-.63,15.88-.04,21.83,1.65,6.43,1.83,10.13,4.83,10.41,8.45h0c.28,3.62-2.91,7.15-8.98,9.95-5.62,2.59-13.19,4.37-21.31,5-2.04.16-4.11.24-6.16.24Zm10.52-22.53c-1.98,0-4.01.08-6.07.24-16.66,1.29-27.89,7.22-27.54,11.72.35,4.51,12.35,8.63,29.02,7.34,7.78-.6,14.99-2.28,20.29-4.73,4.71-2.17,7.42-4.79,7.25-7h0c-.17-2.21-3.25-4.37-8.24-5.79-4.13-1.17-9.21-1.78-14.7-1.78Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m56.36,59.84c-5.78,0-11.15-.65-15.54-1.9-6.43-1.83-10.13-4.83-10.41-8.45-.06-.83.55-1.55,1.38-1.61.84-.07,1.55.55,1.61,1.38.17,2.21,3.25,4.37,8.24,5.79,5.62,1.6,12.99,2.15,20.78,1.54,16.66-1.29,27.89-7.22,27.54-11.72-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38.63,8.13-15.14,13.77-30.3,14.95-2.13.17-4.23.25-6.28.25Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m91.45,46.26c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m31.9,50.87c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m45.98,58.66c-.78,0-1.43-.6-1.49-1.38l-.68-8.82c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.68,8.82c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m78.65,55.01c-.78,0-1.43-.6-1.49-1.38l-.6-7.72c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.6,7.72c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m62.53,59.59c-.78,0-1.43-.6-1.49-1.38l-.85-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.85,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_coins.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.71,69.15c-3.84,0-7.88-.32-11.8-.93-8.05-1.25-15.47-3.6-20.87-6.61-5.84-3.26-8.75-7.03-8.2-10.61.8-5.17,8.34-8.36,20.17-8.54h.02c.82,0,1.49.66,1.5,1.48.01.83-.65,1.51-1.48,1.52-9.63.15-16.72,2.61-17.25,6-.34,2.19,2.16,5,6.69,7.53,5.1,2.84,12.16,5.07,19.87,6.27,16.52,2.56,28.8-.63,29.49-5.1.1-.62-.02-1.26-.36-1.97-.36-.75-.05-1.64.7-2,.74-.36,1.64-.05,2,.7.6,1.25.82,2.51.62,3.74-.92,5.96-10.25,8.53-21.12,8.53Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m49.98,80.09c-3.73,0-7.71-.31-11.77-.94-15.02-2.33-30.32-9.16-29.06-17.22.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.69,4.47,10.04,11.23,26.56,13.8,7.71,1.2,15.11,1.21,20.83.05,5.08-1.03,8.32-2.96,8.66-5.15.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.56,3.58-4.47,6.29-11.03,7.63-3.01.61-6.45.92-10.13.92Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m69.65,72.81c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.9-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m10.64,63.65c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m22.56,74.46c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.36-8.74c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.36,8.74c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m55.19,78.4c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.19-7.65c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.19,7.65c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m38.45,79.16c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m55.64,48.8c-13.15,0-25.54-3.3-26.08-10.34-.63-8.13,15.14-13.77,30.3-14.95,8.12-.63,15.88-.04,21.83,1.65,6.43,1.83,10.13,4.83,10.41,8.45h0c.28,3.62-2.91,7.15-8.98,9.95-5.62,2.59-13.19,4.37-21.31,5-2.04.16-4.11.24-6.16.24Zm10.52-22.53c-1.98,0-4.01.08-6.07.24-16.66,1.29-27.89,7.22-27.54,11.72.35,4.51,12.35,8.63,29.02,7.34,7.78-.6,14.99-2.28,20.29-4.73,4.71-2.17,7.42-4.79,7.25-7h0c-.17-2.21-3.25-4.37-8.24-5.79-4.13-1.17-9.21-1.78-14.7-1.78Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m56.36,59.84c-5.78,0-11.15-.65-15.54-1.9-6.43-1.83-10.13-4.83-10.41-8.45-.06-.83.55-1.55,1.38-1.61.84-.07,1.55.55,1.61,1.38.17,2.21,3.25,4.37,8.24,5.79,5.62,1.6,12.99,2.15,20.78,1.54,16.66-1.29,27.89-7.22,27.54-11.72-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38.63,8.13-15.14,13.77-30.3,14.95-2.13.17-4.23.25-6.28.25Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m91.45,46.26c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m31.9,50.87c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m45.98,58.66c-.78,0-1.43-.6-1.49-1.38l-.68-8.82c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.68,8.82c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m78.65,55.01c-.78,0-1.43-.6-1.49-1.38l-.6-7.72c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.6,7.72c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m62.53,59.59c-.78,0-1.43-.6-1.49-1.38l-.85-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.85,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_coins.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.71,69.15c-3.84,0-7.88-.32-11.8-.93-8.05-1.25-15.47-3.6-20.87-6.61-5.84-3.26-8.75-7.03-8.2-10.61.8-5.17,8.34-8.36,20.17-8.54h.02c.82,0,1.49.66,1.5,1.48.01.83-.65,1.51-1.48,1.52-9.63.15-16.72,2.61-17.25,6-.34,2.19,2.16,5,6.69,7.53,5.1,2.84,12.16,5.07,19.87,6.27,16.52,2.56,28.8-.63,29.49-5.1.1-.62-.02-1.26-.36-1.97-.36-.75-.05-1.64.7-2,.74-.36,1.64-.05,2,.7.6,1.25.82,2.51.62,3.74-.92,5.96-10.25,8.53-21.12,8.53Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m49.98,80.09c-3.73,0-7.71-.31-11.77-.94-15.02-2.33-30.32-9.16-29.06-17.22.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.69,4.47,10.04,11.23,26.56,13.8,7.71,1.2,15.11,1.21,20.83.05,5.08-1.03,8.32-2.96,8.66-5.15.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.56,3.58-4.47,6.29-11.03,7.63-3.01.61-6.45.92-10.13.92Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m69.65,72.81c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.9-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m10.64,63.65c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m22.56,74.46c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.36-8.74c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.36,8.74c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m55.19,78.4c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.19-7.65c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.19,7.65c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m38.45,79.16c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m55.64,48.8c-13.15,0-25.54-3.3-26.08-10.34-.63-8.13,15.14-13.77,30.3-14.95,8.12-.63,15.88-.04,21.83,1.65,6.43,1.83,10.13,4.83,10.41,8.45h0c.28,3.62-2.91,7.15-8.98,9.95-5.62,2.59-13.19,4.37-21.31,5-2.04.16-4.11.24-6.16.24Zm10.52-22.53c-1.98,0-4.01.08-6.07.24-16.66,1.29-27.89,7.22-27.54,11.72.35,4.51,12.35,8.63,29.02,7.34,7.78-.6,14.99-2.28,20.29-4.73,4.71-2.17,7.42-4.79,7.25-7h0c-.17-2.21-3.25-4.37-8.24-5.79-4.13-1.17-9.21-1.78-14.7-1.78Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m56.36,59.84c-5.78,0-11.15-.65-15.54-1.9-6.43-1.83-10.13-4.83-10.41-8.45-.06-.83.55-1.55,1.38-1.61.84-.07,1.55.55,1.61,1.38.17,2.21,3.25,4.37,8.24,5.79,5.62,1.6,12.99,2.15,20.78,1.54,16.66-1.29,27.89-7.22,27.54-11.72-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38.63,8.13-15.14,13.77-30.3,14.95-2.13.17-4.23.25-6.28.25Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m91.45,46.26c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m31.9,50.87c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m45.98,58.66c-.78,0-1.43-.6-1.49-1.38l-.68-8.82c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.68,8.82c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m78.65,55.01c-.78,0-1.43-.6-1.49-1.38l-.6-7.72c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.6,7.72c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m62.53,59.59c-.78,0-1.43-.6-1.49-1.38l-.85-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.85,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_coins.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.71,69.15c-3.84,0-7.88-.32-11.8-.93-8.05-1.25-15.47-3.6-20.87-6.61-5.84-3.26-8.75-7.03-8.2-10.61.8-5.17,8.34-8.36,20.17-8.54h.02c.82,0,1.49.66,1.5,1.48.01.83-.65,1.51-1.48,1.52-9.63.15-16.72,2.61-17.25,6-.34,2.19,2.16,5,6.69,7.53,5.1,2.84,12.16,5.07,19.87,6.27,16.52,2.56,28.8-.63,29.49-5.1.1-.62-.02-1.26-.36-1.97-.36-.75-.05-1.64.7-2,.74-.36,1.64-.05,2,.7.6,1.25.82,2.51.62,3.74-.92,5.96-10.25,8.53-21.12,8.53Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m49.98,80.09c-3.73,0-7.71-.31-11.77-.94-15.02-2.33-30.32-9.16-29.06-17.22.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.69,4.47,10.04,11.23,26.56,13.8,7.71,1.2,15.11,1.21,20.83.05,5.08-1.03,8.32-2.96,8.66-5.15.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.56,3.58-4.47,6.29-11.03,7.63-3.01.61-6.45.92-10.13.92Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m69.65,72.81c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.9-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m10.64,63.65c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m22.56,74.46c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.36-8.74c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.36,8.74c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m55.19,78.4c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.19-7.65c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.19,7.65c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m38.45,79.16c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m55.64,48.8c-13.15,0-25.54-3.3-26.08-10.34-.63-8.13,15.14-13.77,30.3-14.95,8.12-.63,15.88-.04,21.83,1.65,6.43,1.83,10.13,4.83,10.41,8.45h0c.28,3.62-2.91,7.15-8.98,9.95-5.62,2.59-13.19,4.37-21.31,5-2.04.16-4.11.24-6.16.24Zm10.52-22.53c-1.98,0-4.01.08-6.07.24-16.66,1.29-27.89,7.22-27.54,11.72.35,4.51,12.35,8.63,29.02,7.34,7.78-.6,14.99-2.28,20.29-4.73,4.71-2.17,7.42-4.79,7.25-7h0c-.17-2.21-3.25-4.37-8.24-5.79-4.13-1.17-9.21-1.78-14.7-1.78Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m56.36,59.84c-5.78,0-11.15-.65-15.54-1.9-6.43-1.83-10.13-4.83-10.41-8.45-.06-.83.55-1.55,1.38-1.61.84-.07,1.55.55,1.61,1.38.17,2.21,3.25,4.37,8.24,5.79,5.62,1.6,12.99,2.15,20.78,1.54,16.66-1.29,27.89-7.22,27.54-11.72-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38.63,8.13-15.14,13.77-30.3,14.95-2.13.17-4.23.25-6.28.25Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m91.45,46.26c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m31.9,50.87c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m45.98,58.66c-.78,0-1.43-.6-1.49-1.38l-.68-8.82c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.68,8.82c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m78.65,55.01c-.78,0-1.43-.6-1.49-1.38l-.6-7.72c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.6,7.72c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m62.53,59.59c-.78,0-1.43-.6-1.49-1.38l-.85-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.85,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_coins.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.71,69.15c-3.84,0-7.88-.32-11.8-.93-8.05-1.25-15.47-3.6-20.87-6.61-5.84-3.26-8.75-7.03-8.2-10.61.8-5.17,8.34-8.36,20.17-8.54h.02c.82,0,1.49.66,1.5,1.48.01.83-.65,1.51-1.48,1.52-9.63.15-16.72,2.61-17.25,6-.34,2.19,2.16,5,6.69,7.53,5.1,2.84,12.16,5.07,19.87,6.27,16.52,2.56,28.8-.63,29.49-5.1.1-.62-.02-1.26-.36-1.97-.36-.75-.05-1.64.7-2,.74-.36,1.64-.05,2,.7.6,1.25.82,2.51.62,3.74-.92,5.96-10.25,8.53-21.12,8.53Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m49.98,80.09c-3.73,0-7.71-.31-11.77-.94-15.02-2.33-30.32-9.16-29.06-17.22.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.69,4.47,10.04,11.23,26.56,13.8,7.71,1.2,15.11,1.21,20.83.05,5.08-1.03,8.32-2.96,8.66-5.15.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.56,3.58-4.47,6.29-11.03,7.63-3.01.61-6.45.92-10.13.92Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m69.65,72.81c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.9-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m10.64,63.65c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m22.56,74.46c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.36-8.74c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.36,8.74c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m55.19,78.4c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.19-7.65c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.19,7.65c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m38.45,79.16c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m55.64,48.8c-13.15,0-25.54-3.3-26.08-10.34-.63-8.13,15.14-13.77,30.3-14.95,8.12-.63,15.88-.04,21.83,1.65,6.43,1.83,10.13,4.83,10.41,8.45h0c.28,3.62-2.91,7.15-8.98,9.95-5.62,2.59-13.19,4.37-21.31,5-2.04.16-4.11.24-6.16.24Zm10.52-22.53c-1.98,0-4.01.08-6.07.24-16.66,1.29-27.89,7.22-27.54,11.72.35,4.51,12.35,8.63,29.02,7.34,7.78-.6,14.99-2.28,20.29-4.73,4.71-2.17,7.42-4.79,7.25-7h0c-.17-2.21-3.25-4.37-8.24-5.79-4.13-1.17-9.21-1.78-14.7-1.78Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m56.36,59.84c-5.78,0-11.15-.65-15.54-1.9-6.43-1.83-10.13-4.83-10.41-8.45-.06-.83.55-1.55,1.38-1.61.84-.07,1.55.55,1.61,1.38.17,2.21,3.25,4.37,8.24,5.79,5.62,1.6,12.99,2.15,20.78,1.54,16.66-1.29,27.89-7.22,27.54-11.72-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38.63,8.13-15.14,13.77-30.3,14.95-2.13.17-4.23.25-6.28.25Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m91.45,46.26c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m31.9,50.87c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m45.98,58.66c-.78,0-1.43-.6-1.49-1.38l-.68-8.82c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.68,8.82c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m78.65,55.01c-.78,0-1.43-.6-1.49-1.38l-.6-7.72c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.6,7.72c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m62.53,59.59c-.78,0-1.43-.6-1.49-1.38l-.85-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.85,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_coins.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.71,69.15c-3.84,0-7.88-.32-11.8-.93-8.05-1.25-15.47-3.6-20.87-6.61-5.84-3.26-8.75-7.03-8.2-10.61.8-5.17,8.34-8.36,20.17-8.54h.02c.82,0,1.49.66,1.5,1.48.01.83-.65,1.51-1.48,1.52-9.63.15-16.72,2.61-17.25,6-.34,2.19,2.16,5,6.69,7.53,5.1,2.84,12.16,5.07,19.87,6.27,16.52,2.56,28.8-.63,29.49-5.1.1-.62-.02-1.26-.36-1.97-.36-.75-.05-1.64.7-2,.74-.36,1.64-.05,2,.7.6,1.25.82,2.51.62,3.74-.92,5.96-10.25,8.53-21.12,8.53Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m49.98,80.09c-3.73,0-7.71-.31-11.77-.94-15.02-2.33-30.32-9.16-29.06-17.22.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.69,4.47,10.04,11.23,26.56,13.8,7.71,1.2,15.11,1.21,20.83.05,5.08-1.03,8.32-2.96,8.66-5.15.13-.82.89-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71-.56,3.58-4.47,6.29-11.03,7.63-3.01.61-6.45.92-10.13.92Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m69.65,72.81c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.9-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m10.64,63.65c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m22.56,74.46c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.36-8.74c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.36,8.74c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m55.19,78.4c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.19-7.65c.13-.82.9-1.38,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.19,7.65c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m38.45,79.16c-.08,0-.15,0-.23-.02-.82-.13-1.38-.89-1.25-1.71l1.7-10.93c.13-.82.89-1.37,1.71-1.25.82.13,1.38.89,1.25,1.71l-1.7,10.93c-.12.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m55.64,48.8c-13.15,0-25.54-3.3-26.08-10.34-.63-8.13,15.14-13.77,30.3-14.95,8.12-.63,15.88-.04,21.83,1.65,6.43,1.83,10.13,4.83,10.41,8.45h0c.28,3.62-2.91,7.15-8.98,9.95-5.62,2.59-13.19,4.37-21.31,5-2.04.16-4.11.24-6.16.24Zm10.52-22.53c-1.98,0-4.01.08-6.07.24-16.66,1.29-27.89,7.22-27.54,11.72.35,4.51,12.35,8.63,29.02,7.34,7.78-.6,14.99-2.28,20.29-4.73,4.71-2.17,7.42-4.79,7.25-7h0c-.17-2.21-3.25-4.37-8.24-5.79-4.13-1.17-9.21-1.78-14.7-1.78Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m56.36,59.84c-5.78,0-11.15-.65-15.54-1.9-6.43-1.83-10.13-4.83-10.41-8.45-.06-.83.55-1.55,1.38-1.61.84-.07,1.55.55,1.61,1.38.17,2.21,3.25,4.37,8.24,5.79,5.62,1.6,12.99,2.15,20.78,1.54,16.66-1.29,27.89-7.22,27.54-11.72-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38.63,8.13-15.14,13.77-30.3,14.95-2.13.17-4.23.25-6.28.25Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m91.45,46.26c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m31.9,50.87c-.78,0-1.43-.6-1.49-1.38l-.86-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.86,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m45.98,58.66c-.78,0-1.43-.6-1.49-1.38l-.68-8.82c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.68,8.82c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m78.65,55.01c-.78,0-1.43-.6-1.49-1.38l-.6-7.72c-.06-.83.55-1.55,1.38-1.61.83-.08,1.55.55,1.61,1.38l.6,7.72c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m62.53,59.59c-.78,0-1.43-.6-1.49-1.38l-.85-11.03c-.06-.83.55-1.55,1.38-1.61.84-.08,1.55.55,1.61,1.38l.85,11.03c.06.83-.55,1.55-1.38,1.61-.04,0-.08,0-.12,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,92.39c-22.81,0-41.37-18.56-41.37-41.37S28.21,9.66,51.02,9.66s41.37,18.56,41.37,41.37-18.56,41.37-41.37,41.37Zm0-79.73c-21.16,0-38.37,17.21-38.37,38.37s17.21,38.37,38.37,38.37,38.37-17.21,38.37-38.37S72.18,12.66,51.02,12.66Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-23.92c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v23.92c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m67.31,60.26c-.22,0-.43-.05-.64-.15l-16.29-7.74c-.75-.36-1.07-1.25-.71-2s1.25-1.07,2-.71l16.29,7.74c.75.36,1.07,1.25.71,2-.26.54-.79.86-1.36.86Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_time.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,92.39c-22.81,0-41.37-18.56-41.37-41.37S28.21,9.66,51.02,9.66s41.37,18.56,41.37,41.37-18.56,41.37-41.37,41.37Zm0-79.73c-21.16,0-38.37,17.21-38.37,38.37s17.21,38.37,38.37,38.37,38.37-17.21,38.37-38.37S72.18,12.66,51.02,12.66Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-23.92c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v23.92c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m67.31,60.26c-.22,0-.43-.05-.64-.15l-16.29-7.74c-.75-.36-1.07-1.25-.71-2s1.25-1.07,2-.71l16.29,7.74c.75.36,1.07,1.25.71,2-.26.54-.79.86-1.36.86Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_time.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,92.39c-22.81,0-41.37-18.56-41.37-41.37S28.21,9.66,51.02,9.66s41.37,18.56,41.37,41.37-18.56,41.37-41.37,41.37Zm0-79.73c-21.16,0-38.37,17.21-38.37,38.37s17.21,38.37,38.37,38.37,38.37-17.21,38.37-38.37S72.18,12.66,51.02,12.66Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-23.92c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v23.92c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m67.31,60.26c-.22,0-.43-.05-.64-.15l-16.29-7.74c-.75-.36-1.07-1.25-.71-2s1.25-1.07,2-.71l16.29,7.74c.75.36,1.07,1.25.71,2-.26.54-.79.86-1.36.86Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_time.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,92.39c-22.81,0-41.37-18.56-41.37-41.37S28.21,9.66,51.02,9.66s41.37,18.56,41.37,41.37-18.56,41.37-41.37,41.37Zm0-79.73c-21.16,0-38.37,17.21-38.37,38.37s17.21,38.37,38.37,38.37,38.37-17.21,38.37-38.37S72.18,12.66,51.02,12.66Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-23.92c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v23.92c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m67.31,60.26c-.22,0-.43-.05-.64-.15l-16.29-7.74c-.75-.36-1.07-1.25-.71-2s1.25-1.07,2-.71l16.29,7.74c.75.36,1.07,1.25.71,2-.26.54-.79.86-1.36.86Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_time.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,92.39c-22.81,0-41.37-18.56-41.37-41.37S28.21,9.66,51.02,9.66s41.37,18.56,41.37,41.37-18.56,41.37-41.37,41.37Zm0-79.73c-21.16,0-38.37,17.21-38.37,38.37s17.21,38.37,38.37,38.37,38.37-17.21,38.37-38.37S72.18,12.66,51.02,12.66Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-23.92c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v23.92c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m67.31,60.26c-.22,0-.43-.05-.64-.15l-16.29-7.74c-.75-.36-1.07-1.25-.71-2s1.25-1.07,2-.71l16.29,7.74c.75.36,1.07,1.25.71,2-.26.54-.79.86-1.36.86Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_time.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,92.39c-22.81,0-41.37-18.56-41.37-41.37S28.21,9.66,51.02,9.66s41.37,18.56,41.37,41.37-18.56,41.37-41.37,41.37Zm0-79.73c-21.16,0-38.37,17.21-38.37,38.37s17.21,38.37,38.37,38.37,38.37-17.21,38.37-38.37S72.18,12.66,51.02,12.66Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-23.92c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v23.92c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m67.31,60.26c-.22,0-.43-.05-.64-.15l-16.29-7.74c-.75-.36-1.07-1.25-.71-2s1.25-1.07,2-.71l16.29,7.74c.75.36,1.07,1.25.71,2-.26.54-.79.86-1.36.86Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_pin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,90.19l-.67-.33c-16.42-8.21-30.82-29.86-30.82-46.33,0-17.36,14.13-31.49,31.49-31.49s31.49,14.13,31.49,31.49c0,16.47-14.4,38.12-30.82,46.33l-.67.33Zm0-75.15c-15.71,0-28.49,12.78-28.49,28.49s13.49,35.4,28.49,43.3c15-7.9,28.49-28.31,28.49-43.3s-12.78-28.49-28.49-28.49Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,60.02c-9.1,0-16.5-7.4-16.5-16.5s7.4-16.5,16.5-16.5,16.5,7.4,16.5,16.5-7.4,16.5-16.5,16.5Zm0-29.99c-7.44,0-13.5,6.05-13.5,13.5s6.05,13.5,13.5,13.5,13.5-6.05,13.5-13.5-6.05-13.5-13.5-13.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_pin.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,90.19l-.67-.33c-16.42-8.21-30.82-29.86-30.82-46.33,0-17.36,14.13-31.49,31.49-31.49s31.49,14.13,31.49,31.49c0,16.47-14.4,38.12-30.82,46.33l-.67.33Zm0-75.15c-15.71,0-28.49,12.78-28.49,28.49s13.49,35.4,28.49,43.3c15-7.9,28.49-28.31,28.49-43.3s-12.78-28.49-28.49-28.49Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,60.02c-9.1,0-16.5-7.4-16.5-16.5s7.4-16.5,16.5-16.5,16.5,7.4,16.5,16.5-7.4,16.5-16.5,16.5Zm0-29.99c-7.44,0-13.5,6.05-13.5,13.5s6.05,13.5,13.5,13.5,13.5-6.05,13.5-13.5-6.05-13.5-13.5-13.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_pin.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,90.19l-.67-.33c-16.42-8.21-30.82-29.86-30.82-46.33,0-17.36,14.13-31.49,31.49-31.49s31.49,14.13,31.49,31.49c0,16.47-14.4,38.12-30.82,46.33l-.67.33Zm0-75.15c-15.71,0-28.49,12.78-28.49,28.49s13.49,35.4,28.49,43.3c15-7.9,28.49-28.31,28.49-43.3s-12.78-28.49-28.49-28.49Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,60.02c-9.1,0-16.5-7.4-16.5-16.5s7.4-16.5,16.5-16.5,16.5,7.4,16.5,16.5-7.4,16.5-16.5,16.5Zm0-29.99c-7.44,0-13.5,6.05-13.5,13.5s6.05,13.5,13.5,13.5,13.5-6.05,13.5-13.5-6.05-13.5-13.5-13.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_pin.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,90.19l-.67-.33c-16.42-8.21-30.82-29.86-30.82-46.33,0-17.36,14.13-31.49,31.49-31.49s31.49,14.13,31.49,31.49c0,16.47-14.4,38.12-30.82,46.33l-.67.33Zm0-75.15c-15.71,0-28.49,12.78-28.49,28.49s13.49,35.4,28.49,43.3c15-7.9,28.49-28.31,28.49-43.3s-12.78-28.49-28.49-28.49Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,60.02c-9.1,0-16.5-7.4-16.5-16.5s7.4-16.5,16.5-16.5,16.5,7.4,16.5,16.5-7.4,16.5-16.5,16.5Zm0-29.99c-7.44,0-13.5,6.05-13.5,13.5s6.05,13.5,13.5,13.5,13.5-6.05,13.5-13.5-6.05-13.5-13.5-13.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_pin.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,90.19l-.67-.33c-16.42-8.21-30.82-29.86-30.82-46.33,0-17.36,14.13-31.49,31.49-31.49s31.49,14.13,31.49,31.49c0,16.47-14.4,38.12-30.82,46.33l-.67.33Zm0-75.15c-15.71,0-28.49,12.78-28.49,28.49s13.49,35.4,28.49,43.3c15-7.9,28.49-28.31,28.49-43.3s-12.78-28.49-28.49-28.49Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,60.02c-9.1,0-16.5-7.4-16.5-16.5s7.4-16.5,16.5-16.5,16.5,7.4,16.5,16.5-7.4,16.5-16.5,16.5Zm0-29.99c-7.44,0-13.5,6.05-13.5,13.5s6.05,13.5,13.5,13.5,13.5-6.05,13.5-13.5-6.05-13.5-13.5-13.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_pin.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,90.19l-.67-.33c-16.42-8.21-30.82-29.86-30.82-46.33,0-17.36,14.13-31.49,31.49-31.49s31.49,14.13,31.49,31.49c0,16.47-14.4,38.12-30.82,46.33l-.67.33Zm0-75.15c-15.71,0-28.49,12.78-28.49,28.49s13.49,35.4,28.49,43.3c15-7.9,28.49-28.31,28.49-43.3s-12.78-28.49-28.49-28.49Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,60.02c-9.1,0-16.5-7.4-16.5-16.5s7.4-16.5,16.5-16.5,16.5,7.4,16.5,16.5-7.4,16.5-16.5,16.5Zm0-29.99c-7.44,0-13.5,6.05-13.5,13.5s6.05,13.5,13.5,13.5,13.5-6.05,13.5-13.5-6.05-13.5-13.5-13.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_map {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_map.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_map.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_map.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_map.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_map.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M46.58.19a1,1,0,0,0-.9-.14L31,5,16.32.05h-.09L16,0l-.23,0h-.09l-15,5A1,1,0,0,0,0,6V46a1,1,0,0,0,.42.81A.94.94,0,0,0,1,47a1.19,1.19,0,0,0,.32,0L16,42.05,30.68,47h0a1,1,0,0,0,.62,0h0l15-5A1,1,0,0,0,47,41V1A1,1,0,0,0,46.58.19ZM2,6.72,15,2.39V40.28L2,44.61ZM17,2.39,30,6.72V44.61L17,40.28ZM45,40.28,32,44.61V6.72L45,2.39Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M38.5,9.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M13.5,9.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M13.5,19.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M38.5,19.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M13.5,29.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M38.5,29.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M13.5,39.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M38.5,39.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_list.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M38.5,9.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M13.5,9.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M13.5,19.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M38.5,19.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M13.5,29.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M38.5,29.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M13.5,39.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M38.5,39.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_list.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M38.5,9.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M13.5,9.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M13.5,19.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M38.5,19.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M13.5,29.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M38.5,29.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M13.5,39.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M38.5,39.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_list.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M38.5,9.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M13.5,9.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M13.5,19.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M38.5,19.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M13.5,29.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M38.5,29.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M13.5,39.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M38.5,39.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_list.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M38.5,9.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M13.5,9.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M13.5,19.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M38.5,19.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M13.5,29.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M38.5,29.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M13.5,39.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M38.5,39.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_list.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 47' preserveAspectRatio='xMidYMid' height='47' width='47'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M38.5,9.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M13.5,9.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M13.5,19.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M38.5,19.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M13.5,29.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M38.5,29.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M13.5,39.5h-5a1,1,0,0,1,0-2h5a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M38.5,39.5h-20a1,1,0,0,1,0-2h20a1,1,0,0,1,0,2Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_filter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_filter.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_filter.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_filter.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_filter.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_filter.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47 52' preserveAspectRatio='xMidYMid' height='52' width='47'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M46,45H31.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2H20.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM26,50a4,4,0,1,1,4-4A4,4,0,0,1,26,50Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M46,5H36.91A6,6,0,0,0,25.09,5H1A1,1,0,0,0,1,7H25.09A6,6,0,0,0,36.91,7H46a1,1,0,0,0,0-2ZM31,10a4,4,0,1,1,4-4A4,4,0,0,1,31,10Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M46,25H21.91a6,6,0,0,0-11.82,0H1a1,1,0,0,0,0,2h9.09a6,6,0,0,0,11.82,0H46a1,1,0,0,0,0-2ZM16,30a4,4,0,1,1,4-4A4,4,0,0,1,16,30Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_search.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_search.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_search.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_search.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_search.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M61.77,58.23l-8.49-8.49a20.07,20.07,0,1,0-3.54,3.54l8.49,8.49a2.51,2.51,0,0,0,3.54,0A2.52,2.52,0,0,0,61.77,58.23ZM22.5,37.5a15,15,0,1,1,15,15A15,15,0,0,1,22.5,37.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_cross.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_cross.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_cross.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_cross.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_cross.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_check.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_check.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_check.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_check.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_check.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_share {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%239C6107; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%239C6107; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%239C6107; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%239C6107; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%239C6107; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.icon_share.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23ffffff; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23ffffff; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23ffffff; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23ffffff; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23ffffff; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.icon_share.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23322e30; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23322e30; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23322e30; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23322e30; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23322e30; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.icon_share.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23294d74; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23294d74; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23294d74; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23294d74; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23294d74; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.icon_share.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%23116409; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%23116409; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%23116409; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%23116409; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%23116409; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.icon_share.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 45' preserveAspectRatio='xMidYMid' height='60' width='60'%3E%3Ccircle style='fill:%235b0136; transition: fill 200ms ease-out;' cx='15' cy='25' r='10'/%3E%3Ccircle style='fill:%235b0136; transition: fill 200ms ease-out;' cx='40' cy='45' r='10'/%3E%3Ccircle style='fill:%235b0136; transition: fill 200ms ease-out;' cx='45' cy='15' r='10'/%3E%3Cline style='fill:%235b0136; transition: fill 200ms ease-out;' x1='25' y1='33' x2='30' y2='37'/%3E%3Cline style='fill:%235b0136; transition: fill 200ms ease-out;' x1='25' y1='21.67' x2='35' y2='18.33'/%3E%3C/svg%3E") !important;
}
.icon.icon_external {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.icon_external.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.icon_external.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.icon_external.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.icon_external.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.icon_external.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.icon.icon_date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m79.08,85.39H22.97c-2.42,0-4.38-1.96-4.38-4.38V30.9c0-2.41,1.96-4.38,4.38-4.38h5.35c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-5.35c-.76,0-1.38.62-1.38,1.38v50.12c0,.76.62,1.38,1.38,1.38h56.12c.76,0,1.38-.62,1.38-1.38V30.9c0-.76-.62-1.38-1.38-1.38h-5.36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h5.36c2.41,0,4.38,1.96,4.38,4.38v50.12c0,2.42-1.96,4.38-4.38,4.38Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m81.96,45.75H20.09c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h61.88c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m61.49,29.52h-20.94c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h20.94c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m34.44,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m67.61,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_date.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m79.08,85.39H22.97c-2.42,0-4.38-1.96-4.38-4.38V30.9c0-2.41,1.96-4.38,4.38-4.38h5.35c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-5.35c-.76,0-1.38.62-1.38,1.38v50.12c0,.76.62,1.38,1.38,1.38h56.12c.76,0,1.38-.62,1.38-1.38V30.9c0-.76-.62-1.38-1.38-1.38h-5.36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h5.36c2.41,0,4.38,1.96,4.38,4.38v50.12c0,2.42-1.96,4.38-4.38,4.38Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m81.96,45.75H20.09c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h61.88c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m61.49,29.52h-20.94c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h20.94c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m34.44,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m67.61,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_date.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m79.08,85.39H22.97c-2.42,0-4.38-1.96-4.38-4.38V30.9c0-2.41,1.96-4.38,4.38-4.38h5.35c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-5.35c-.76,0-1.38.62-1.38,1.38v50.12c0,.76.62,1.38,1.38,1.38h56.12c.76,0,1.38-.62,1.38-1.38V30.9c0-.76-.62-1.38-1.38-1.38h-5.36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h5.36c2.41,0,4.38,1.96,4.38,4.38v50.12c0,2.42-1.96,4.38-4.38,4.38Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m81.96,45.75H20.09c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h61.88c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m61.49,29.52h-20.94c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h20.94c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m34.44,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m67.61,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_date.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m79.08,85.39H22.97c-2.42,0-4.38-1.96-4.38-4.38V30.9c0-2.41,1.96-4.38,4.38-4.38h5.35c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-5.35c-.76,0-1.38.62-1.38,1.38v50.12c0,.76.62,1.38,1.38,1.38h56.12c.76,0,1.38-.62,1.38-1.38V30.9c0-.76-.62-1.38-1.38-1.38h-5.36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h5.36c2.41,0,4.38,1.96,4.38,4.38v50.12c0,2.42-1.96,4.38-4.38,4.38Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m81.96,45.75H20.09c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h61.88c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m61.49,29.52h-20.94c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h20.94c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m34.44,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m67.61,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_date.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m79.08,85.39H22.97c-2.42,0-4.38-1.96-4.38-4.38V30.9c0-2.41,1.96-4.38,4.38-4.38h5.35c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-5.35c-.76,0-1.38.62-1.38,1.38v50.12c0,.76.62,1.38,1.38,1.38h56.12c.76,0,1.38-.62,1.38-1.38V30.9c0-.76-.62-1.38-1.38-1.38h-5.36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h5.36c2.41,0,4.38,1.96,4.38,4.38v50.12c0,2.42-1.96,4.38-4.38,4.38Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m81.96,45.75H20.09c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h61.88c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m61.49,29.52h-20.94c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h20.94c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m34.44,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m67.61,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_date.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m79.08,85.39H22.97c-2.42,0-4.38-1.96-4.38-4.38V30.9c0-2.41,1.96-4.38,4.38-4.38h5.35c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-5.35c-.76,0-1.38.62-1.38,1.38v50.12c0,.76.62,1.38,1.38,1.38h56.12c.76,0,1.38-.62,1.38-1.38V30.9c0-.76-.62-1.38-1.38-1.38h-5.36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h5.36c2.41,0,4.38,1.96,4.38,4.38v50.12c0,2.42-1.96,4.38-4.38,4.38Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m81.96,45.75H20.09c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h61.88c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m61.49,29.52h-20.94c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h20.94c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m34.44,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m67.61,39.01c-4.2,0-7.62-3.42-7.62-7.62v-7.12c0-4.2,3.42-7.62,7.62-7.62s7.62,3.42,7.62,7.62v7.12c0,4.2-3.42,7.62-7.62,7.62Zm0-19.35c-2.55,0-4.62,2.07-4.62,4.62v7.12c0,2.55,2.07,4.62,4.62,4.62s4.62-2.07,4.62-4.62v-7.12c0-2.55-2.07-4.62-4.62-4.62Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.03,55.06c-1.39,0-2.77-.46-3.93-1.39l-28.27-22.17c-.43-.34-.51-.97-.17-1.4s.97-.51,1.4-.17l28.28,22.17c1.58,1.27,3.78,1.27,5.36,0l28.28-22.18c.44-.34,1.06-.26,1.4.17.34.43.26,1.06-.17,1.4l-28.28,22.17c-1.15.92-2.53,1.38-3.92,1.38Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m82.98,74.58H19.07c-1.59,0-2.88-1.29-2.88-2.88V30.34c0-1.58,1.29-2.88,2.88-2.88h63.92c1.59,0,2.88,1.29,2.88,2.88v41.36c0,1.58-1.29,2.88-2.88,2.88ZM19.07,29.47c-.48,0-.88.39-.88.88v41.36c0,.48.39.88.88.88h63.92c.48,0,.88-.39.88-.88V30.34c0-.48-.39-.88-.88-.88H19.07Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m82.6,72.32c-.23,0-.46-.08-.65-.24l-24.81-21.2c-.42-.36-.47-.99-.11-1.41s.99-.47,1.41-.11l24.81,21.2c.42.36.47.99.11,1.41-.2.23-.48.35-.76.35Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m19.45,72.32c-.28,0-.56-.12-.76-.35-.36-.42-.31-1.05.11-1.41l24.81-21.2c.42-.36,1.05-.31,1.41.11s.31,1.05-.11,1.41l-24.81,21.2c-.19.16-.42.24-.65.24Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_email.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.03,55.06c-1.39,0-2.77-.46-3.93-1.39l-28.27-22.17c-.43-.34-.51-.97-.17-1.4s.97-.51,1.4-.17l28.28,22.17c1.58,1.27,3.78,1.27,5.36,0l28.28-22.18c.44-.34,1.06-.26,1.4.17.34.43.26,1.06-.17,1.4l-28.28,22.17c-1.15.92-2.53,1.38-3.92,1.38Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m82.98,74.58H19.07c-1.59,0-2.88-1.29-2.88-2.88V30.34c0-1.58,1.29-2.88,2.88-2.88h63.92c1.59,0,2.88,1.29,2.88,2.88v41.36c0,1.58-1.29,2.88-2.88,2.88ZM19.07,29.47c-.48,0-.88.39-.88.88v41.36c0,.48.39.88.88.88h63.92c.48,0,.88-.39.88-.88V30.34c0-.48-.39-.88-.88-.88H19.07Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m82.6,72.32c-.23,0-.46-.08-.65-.24l-24.81-21.2c-.42-.36-.47-.99-.11-1.41s.99-.47,1.41-.11l24.81,21.2c.42.36.47.99.11,1.41-.2.23-.48.35-.76.35Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m19.45,72.32c-.28,0-.56-.12-.76-.35-.36-.42-.31-1.05.11-1.41l24.81-21.2c.42-.36,1.05-.31,1.41.11s.31,1.05-.11,1.41l-24.81,21.2c-.19.16-.42.24-.65.24Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_email.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.03,55.06c-1.39,0-2.77-.46-3.93-1.39l-28.27-22.17c-.43-.34-.51-.97-.17-1.4s.97-.51,1.4-.17l28.28,22.17c1.58,1.27,3.78,1.27,5.36,0l28.28-22.18c.44-.34,1.06-.26,1.4.17.34.43.26,1.06-.17,1.4l-28.28,22.17c-1.15.92-2.53,1.38-3.92,1.38Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m82.98,74.58H19.07c-1.59,0-2.88-1.29-2.88-2.88V30.34c0-1.58,1.29-2.88,2.88-2.88h63.92c1.59,0,2.88,1.29,2.88,2.88v41.36c0,1.58-1.29,2.88-2.88,2.88ZM19.07,29.47c-.48,0-.88.39-.88.88v41.36c0,.48.39.88.88.88h63.92c.48,0,.88-.39.88-.88V30.34c0-.48-.39-.88-.88-.88H19.07Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m82.6,72.32c-.23,0-.46-.08-.65-.24l-24.81-21.2c-.42-.36-.47-.99-.11-1.41s.99-.47,1.41-.11l24.81,21.2c.42.36.47.99.11,1.41-.2.23-.48.35-.76.35Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m19.45,72.32c-.28,0-.56-.12-.76-.35-.36-.42-.31-1.05.11-1.41l24.81-21.2c.42-.36,1.05-.31,1.41.11s.31,1.05-.11,1.41l-24.81,21.2c-.19.16-.42.24-.65.24Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_email.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.03,55.06c-1.39,0-2.77-.46-3.93-1.39l-28.27-22.17c-.43-.34-.51-.97-.17-1.4s.97-.51,1.4-.17l28.28,22.17c1.58,1.27,3.78,1.27,5.36,0l28.28-22.18c.44-.34,1.06-.26,1.4.17.34.43.26,1.06-.17,1.4l-28.28,22.17c-1.15.92-2.53,1.38-3.92,1.38Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m82.98,74.58H19.07c-1.59,0-2.88-1.29-2.88-2.88V30.34c0-1.58,1.29-2.88,2.88-2.88h63.92c1.59,0,2.88,1.29,2.88,2.88v41.36c0,1.58-1.29,2.88-2.88,2.88ZM19.07,29.47c-.48,0-.88.39-.88.88v41.36c0,.48.39.88.88.88h63.92c.48,0,.88-.39.88-.88V30.34c0-.48-.39-.88-.88-.88H19.07Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m82.6,72.32c-.23,0-.46-.08-.65-.24l-24.81-21.2c-.42-.36-.47-.99-.11-1.41s.99-.47,1.41-.11l24.81,21.2c.42.36.47.99.11,1.41-.2.23-.48.35-.76.35Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m19.45,72.32c-.28,0-.56-.12-.76-.35-.36-.42-.31-1.05.11-1.41l24.81-21.2c.42-.36,1.05-.31,1.41.11s.31,1.05-.11,1.41l-24.81,21.2c-.19.16-.42.24-.65.24Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_email.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.03,55.06c-1.39,0-2.77-.46-3.93-1.39l-28.27-22.17c-.43-.34-.51-.97-.17-1.4s.97-.51,1.4-.17l28.28,22.17c1.58,1.27,3.78,1.27,5.36,0l28.28-22.18c.44-.34,1.06-.26,1.4.17.34.43.26,1.06-.17,1.4l-28.28,22.17c-1.15.92-2.53,1.38-3.92,1.38Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m82.98,74.58H19.07c-1.59,0-2.88-1.29-2.88-2.88V30.34c0-1.58,1.29-2.88,2.88-2.88h63.92c1.59,0,2.88,1.29,2.88,2.88v41.36c0,1.58-1.29,2.88-2.88,2.88ZM19.07,29.47c-.48,0-.88.39-.88.88v41.36c0,.48.39.88.88.88h63.92c.48,0,.88-.39.88-.88V30.34c0-.48-.39-.88-.88-.88H19.07Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m82.6,72.32c-.23,0-.46-.08-.65-.24l-24.81-21.2c-.42-.36-.47-.99-.11-1.41s.99-.47,1.41-.11l24.81,21.2c.42.36.47.99.11,1.41-.2.23-.48.35-.76.35Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m19.45,72.32c-.28,0-.56-.12-.76-.35-.36-.42-.31-1.05.11-1.41l24.81-21.2c.42-.36,1.05-.31,1.41.11s.31,1.05-.11,1.41l-24.81,21.2c-.19.16-.42.24-.65.24Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_email.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.03,55.06c-1.39,0-2.77-.46-3.93-1.39l-28.27-22.17c-.43-.34-.51-.97-.17-1.4s.97-.51,1.4-.17l28.28,22.17c1.58,1.27,3.78,1.27,5.36,0l28.28-22.18c.44-.34,1.06-.26,1.4.17.34.43.26,1.06-.17,1.4l-28.28,22.17c-1.15.92-2.53,1.38-3.92,1.38Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m82.98,74.58H19.07c-1.59,0-2.88-1.29-2.88-2.88V30.34c0-1.58,1.29-2.88,2.88-2.88h63.92c1.59,0,2.88,1.29,2.88,2.88v41.36c0,1.58-1.29,2.88-2.88,2.88ZM19.07,29.47c-.48,0-.88.39-.88.88v41.36c0,.48.39.88.88.88h63.92c.48,0,.88-.39.88-.88V30.34c0-.48-.39-.88-.88-.88H19.07Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m82.6,72.32c-.23,0-.46-.08-.65-.24l-24.81-21.2c-.42-.36-.47-.99-.11-1.41s.99-.47,1.41-.11l24.81,21.2c.42.36.47.99.11,1.41-.2.23-.48.35-.76.35Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m19.45,72.32c-.28,0-.56-.12-.76-.35-.36-.42-.31-1.05.11-1.41l24.81-21.2c.42-.36,1.05-.31,1.41.11s.31,1.05-.11,1.41l-24.81,21.2c-.19.16-.42.24-.65.24Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m65.5,84.19c-1.56,0-3.17-.16-4.83-.5-8.11-1.62-16.76-6.99-25.72-15.95C14.7,47.5,16.21,31.63,23.65,24.19h0s0,0,0,0c2-2,4.49-3.62,6.84-4.44,2.82-.99,5.16-.75,6.58.67,1.34,1.34,3.75,5.21,5.35,8.17,3.62,6.73,3.03,8.18,2.19,9.02-.56.56-1.12,1.15-1.74,1.79-1.26,1.31-2.8,2.92-5.01,5.01,4.5,8.73,11.39,15.6,20.5,20.45,1.41-1.37,3.03-3.01,4.48-4.49.81-.82,1.58-1.6,2.25-2.28.82-.82,2.25-1.39,9.02,2.23,2.99,1.6,6.87,4,8.17,5.3,2.98,2.98.37,9.29-3.77,13.42-3.38,3.38-7.89,5.14-13,5.14Zm-31.85-62.04c-.61,0-1.35.14-2.17.43-1.94.68-4.02,2.04-5.71,3.73h0c-6.46,6.46-7.38,20.63,11.3,39.31,8.42,8.41,16.78,13.65,24.19,15.13,6.07,1.21,11.44-.15,15.12-3.83,3.42-3.43,4.96-7.99,3.77-9.18-1.88-1.88-10.98-6.99-13.23-7.25-.6.6-1.26,1.28-1.95,1.98-1.74,1.77-3.72,3.78-5.33,5.3-.46.44-1.15.53-1.71.25-10.52-5.35-18.34-13.18-23.27-23.28-.29-.59-.16-1.3.33-1.75,2.6-2.43,4.25-4.15,5.71-5.67.53-.56,1.03-1.07,1.52-1.57-.2-2.21-5.3-11.24-7.27-13.21-.26-.26-.72-.4-1.3-.4Zm-8.94,3.1h0,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_phone.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m65.5,84.19c-1.56,0-3.17-.16-4.83-.5-8.11-1.62-16.76-6.99-25.72-15.95C14.7,47.5,16.21,31.63,23.65,24.19h0s0,0,0,0c2-2,4.49-3.62,6.84-4.44,2.82-.99,5.16-.75,6.58.67,1.34,1.34,3.75,5.21,5.35,8.17,3.62,6.73,3.03,8.18,2.19,9.02-.56.56-1.12,1.15-1.74,1.79-1.26,1.31-2.8,2.92-5.01,5.01,4.5,8.73,11.39,15.6,20.5,20.45,1.41-1.37,3.03-3.01,4.48-4.49.81-.82,1.58-1.6,2.25-2.28.82-.82,2.25-1.39,9.02,2.23,2.99,1.6,6.87,4,8.17,5.3,2.98,2.98.37,9.29-3.77,13.42-3.38,3.38-7.89,5.14-13,5.14Zm-31.85-62.04c-.61,0-1.35.14-2.17.43-1.94.68-4.02,2.04-5.71,3.73h0c-6.46,6.46-7.38,20.63,11.3,39.31,8.42,8.41,16.78,13.65,24.19,15.13,6.07,1.21,11.44-.15,15.12-3.83,3.42-3.43,4.96-7.99,3.77-9.18-1.88-1.88-10.98-6.99-13.23-7.25-.6.6-1.26,1.28-1.95,1.98-1.74,1.77-3.72,3.78-5.33,5.3-.46.44-1.15.53-1.71.25-10.52-5.35-18.34-13.18-23.27-23.28-.29-.59-.16-1.3.33-1.75,2.6-2.43,4.25-4.15,5.71-5.67.53-.56,1.03-1.07,1.52-1.57-.2-2.21-5.3-11.24-7.27-13.21-.26-.26-.72-.4-1.3-.4Zm-8.94,3.1h0,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_phone.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m65.5,84.19c-1.56,0-3.17-.16-4.83-.5-8.11-1.62-16.76-6.99-25.72-15.95C14.7,47.5,16.21,31.63,23.65,24.19h0s0,0,0,0c2-2,4.49-3.62,6.84-4.44,2.82-.99,5.16-.75,6.58.67,1.34,1.34,3.75,5.21,5.35,8.17,3.62,6.73,3.03,8.18,2.19,9.02-.56.56-1.12,1.15-1.74,1.79-1.26,1.31-2.8,2.92-5.01,5.01,4.5,8.73,11.39,15.6,20.5,20.45,1.41-1.37,3.03-3.01,4.48-4.49.81-.82,1.58-1.6,2.25-2.28.82-.82,2.25-1.39,9.02,2.23,2.99,1.6,6.87,4,8.17,5.3,2.98,2.98.37,9.29-3.77,13.42-3.38,3.38-7.89,5.14-13,5.14Zm-31.85-62.04c-.61,0-1.35.14-2.17.43-1.94.68-4.02,2.04-5.71,3.73h0c-6.46,6.46-7.38,20.63,11.3,39.31,8.42,8.41,16.78,13.65,24.19,15.13,6.07,1.21,11.44-.15,15.12-3.83,3.42-3.43,4.96-7.99,3.77-9.18-1.88-1.88-10.98-6.99-13.23-7.25-.6.6-1.26,1.28-1.95,1.98-1.74,1.77-3.72,3.78-5.33,5.3-.46.44-1.15.53-1.71.25-10.52-5.35-18.34-13.18-23.27-23.28-.29-.59-.16-1.3.33-1.75,2.6-2.43,4.25-4.15,5.71-5.67.53-.56,1.03-1.07,1.52-1.57-.2-2.21-5.3-11.24-7.27-13.21-.26-.26-.72-.4-1.3-.4Zm-8.94,3.1h0,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_phone.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m65.5,84.19c-1.56,0-3.17-.16-4.83-.5-8.11-1.62-16.76-6.99-25.72-15.95C14.7,47.5,16.21,31.63,23.65,24.19h0s0,0,0,0c2-2,4.49-3.62,6.84-4.44,2.82-.99,5.16-.75,6.58.67,1.34,1.34,3.75,5.21,5.35,8.17,3.62,6.73,3.03,8.18,2.19,9.02-.56.56-1.12,1.15-1.74,1.79-1.26,1.31-2.8,2.92-5.01,5.01,4.5,8.73,11.39,15.6,20.5,20.45,1.41-1.37,3.03-3.01,4.48-4.49.81-.82,1.58-1.6,2.25-2.28.82-.82,2.25-1.39,9.02,2.23,2.99,1.6,6.87,4,8.17,5.3,2.98,2.98.37,9.29-3.77,13.42-3.38,3.38-7.89,5.14-13,5.14Zm-31.85-62.04c-.61,0-1.35.14-2.17.43-1.94.68-4.02,2.04-5.71,3.73h0c-6.46,6.46-7.38,20.63,11.3,39.31,8.42,8.41,16.78,13.65,24.19,15.13,6.07,1.21,11.44-.15,15.12-3.83,3.42-3.43,4.96-7.99,3.77-9.18-1.88-1.88-10.98-6.99-13.23-7.25-.6.6-1.26,1.28-1.95,1.98-1.74,1.77-3.72,3.78-5.33,5.3-.46.44-1.15.53-1.71.25-10.52-5.35-18.34-13.18-23.27-23.28-.29-.59-.16-1.3.33-1.75,2.6-2.43,4.25-4.15,5.71-5.67.53-.56,1.03-1.07,1.52-1.57-.2-2.21-5.3-11.24-7.27-13.21-.26-.26-.72-.4-1.3-.4Zm-8.94,3.1h0,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_phone.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m65.5,84.19c-1.56,0-3.17-.16-4.83-.5-8.11-1.62-16.76-6.99-25.72-15.95C14.7,47.5,16.21,31.63,23.65,24.19h0s0,0,0,0c2-2,4.49-3.62,6.84-4.44,2.82-.99,5.16-.75,6.58.67,1.34,1.34,3.75,5.21,5.35,8.17,3.62,6.73,3.03,8.18,2.19,9.02-.56.56-1.12,1.15-1.74,1.79-1.26,1.31-2.8,2.92-5.01,5.01,4.5,8.73,11.39,15.6,20.5,20.45,1.41-1.37,3.03-3.01,4.48-4.49.81-.82,1.58-1.6,2.25-2.28.82-.82,2.25-1.39,9.02,2.23,2.99,1.6,6.87,4,8.17,5.3,2.98,2.98.37,9.29-3.77,13.42-3.38,3.38-7.89,5.14-13,5.14Zm-31.85-62.04c-.61,0-1.35.14-2.17.43-1.94.68-4.02,2.04-5.71,3.73h0c-6.46,6.46-7.38,20.63,11.3,39.31,8.42,8.41,16.78,13.65,24.19,15.13,6.07,1.21,11.44-.15,15.12-3.83,3.42-3.43,4.96-7.99,3.77-9.18-1.88-1.88-10.98-6.99-13.23-7.25-.6.6-1.26,1.28-1.95,1.98-1.74,1.77-3.72,3.78-5.33,5.3-.46.44-1.15.53-1.71.25-10.52-5.35-18.34-13.18-23.27-23.28-.29-.59-.16-1.3.33-1.75,2.6-2.43,4.25-4.15,5.71-5.67.53-.56,1.03-1.07,1.52-1.57-.2-2.21-5.3-11.24-7.27-13.21-.26-.26-.72-.4-1.3-.4Zm-8.94,3.1h0,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_phone.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m65.5,84.19c-1.56,0-3.17-.16-4.83-.5-8.11-1.62-16.76-6.99-25.72-15.95C14.7,47.5,16.21,31.63,23.65,24.19h0s0,0,0,0c2-2,4.49-3.62,6.84-4.44,2.82-.99,5.16-.75,6.58.67,1.34,1.34,3.75,5.21,5.35,8.17,3.62,6.73,3.03,8.18,2.19,9.02-.56.56-1.12,1.15-1.74,1.79-1.26,1.31-2.8,2.92-5.01,5.01,4.5,8.73,11.39,15.6,20.5,20.45,1.41-1.37,3.03-3.01,4.48-4.49.81-.82,1.58-1.6,2.25-2.28.82-.82,2.25-1.39,9.02,2.23,2.99,1.6,6.87,4,8.17,5.3,2.98,2.98.37,9.29-3.77,13.42-3.38,3.38-7.89,5.14-13,5.14Zm-31.85-62.04c-.61,0-1.35.14-2.17.43-1.94.68-4.02,2.04-5.71,3.73h0c-6.46,6.46-7.38,20.63,11.3,39.31,8.42,8.41,16.78,13.65,24.19,15.13,6.07,1.21,11.44-.15,15.12-3.83,3.42-3.43,4.96-7.99,3.77-9.18-1.88-1.88-10.98-6.99-13.23-7.25-.6.6-1.26,1.28-1.95,1.98-1.74,1.77-3.72,3.78-5.33,5.3-.46.44-1.15.53-1.71.25-10.52-5.35-18.34-13.18-23.27-23.28-.29-.59-.16-1.3.33-1.75,2.6-2.43,4.25-4.15,5.71-5.67.53-.56,1.03-1.07,1.52-1.57-.2-2.21-5.3-11.24-7.27-13.21-.26-.26-.72-.4-1.3-.4Zm-8.94,3.1h0,0Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_website.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_website.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_website.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_website.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_website.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' preserveAspectRatio='xMidYMid' height='40' width='40'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M20,34.81A14.81,14.81,0,1,1,34.81,20,14.82,14.82,0,0,1,20,34.81ZM20,7.19A12.81,12.81,0,1,0,32.81,20,12.82,12.82,0,0,0,20,7.19Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M20,34.81c-3.68,0-5.6-7.45-5.6-14.81S16.32,5.19,20,5.19,25.6,12.64,25.6,20,23.68,34.81,20,34.81ZM20,7.19c-1.47,0-3.6,5-3.6,12.81S18.53,32.81,20,32.81s3.6-5,3.6-12.81S21.47,7.19,20,7.19Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M33.81,21H6.19a1,1,0,0,1,0-2H33.81a1,1,0,0,1,0,2Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M20,14.55a101.07,101.07,0,0,1-12-.67,1,1,0,1,1,.23-2A101.67,101.67,0,0,0,20,12.55a100.28,100.28,0,0,0,11.51-.63,1,1,0,0,1,1.11.88,1,1,0,0,1-.88,1.11A102,102,0,0,1,20,14.55Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M8.33,28.09a1,1,0,0,1-.11-2A102.69,102.69,0,0,1,20,25.45a102,102,0,0,1,11.74.64,1,1,0,0,1,.88,1.11,1,1,0,0,1-1.11.88A100.28,100.28,0,0,0,20,27.45a101,101,0,0,0-11.55.63Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m76.9,86.62H25.15c-3.4,0-6.49-1.72-8.28-4.61-1.79-2.89-1.94-6.43-.43-9.46l25.87-51.75c1.66-3.32,4.99-5.38,8.7-5.38s7.04,2.06,8.7,5.38l25.87,51.75c1.52,3.04,1.36,6.58-.43,9.46s-4.88,4.61-8.28,4.61ZM51.02,18.42c-2.6,0-4.85,1.39-6.02,3.72l-25.87,51.75c-1.05,2.1-.94,4.55.29,6.54,1.24,2,3.38,3.19,5.72,3.19h51.75c2.35,0,4.49-1.19,5.72-3.19,1.23-2,1.34-4.45.29-6.55l-25.87-51.75c-1.16-2.33-3.41-3.72-6.02-3.72Zm-7.36,3.05h0,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,60.5c-.83,0-1.5-.67-1.5-1.5v-26.12c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v26.12c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,72.11c-.83,0-1.5-.67-1.5-1.5v-2.9c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v2.9c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_warning.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m76.9,86.62H25.15c-3.4,0-6.49-1.72-8.28-4.61-1.79-2.89-1.94-6.43-.43-9.46l25.87-51.75c1.66-3.32,4.99-5.38,8.7-5.38s7.04,2.06,8.7,5.38l25.87,51.75c1.52,3.04,1.36,6.58-.43,9.46s-4.88,4.61-8.28,4.61ZM51.02,18.42c-2.6,0-4.85,1.39-6.02,3.72l-25.87,51.75c-1.05,2.1-.94,4.55.29,6.54,1.24,2,3.38,3.19,5.72,3.19h51.75c2.35,0,4.49-1.19,5.72-3.19,1.23-2,1.34-4.45.29-6.55l-25.87-51.75c-1.16-2.33-3.41-3.72-6.02-3.72Zm-7.36,3.05h0,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,60.5c-.83,0-1.5-.67-1.5-1.5v-26.12c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v26.12c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,72.11c-.83,0-1.5-.67-1.5-1.5v-2.9c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v2.9c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_warning.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m76.9,86.62H25.15c-3.4,0-6.49-1.72-8.28-4.61-1.79-2.89-1.94-6.43-.43-9.46l25.87-51.75c1.66-3.32,4.99-5.38,8.7-5.38s7.04,2.06,8.7,5.38l25.87,51.75c1.52,3.04,1.36,6.58-.43,9.46s-4.88,4.61-8.28,4.61ZM51.02,18.42c-2.6,0-4.85,1.39-6.02,3.72l-25.87,51.75c-1.05,2.1-.94,4.55.29,6.54,1.24,2,3.38,3.19,5.72,3.19h51.75c2.35,0,4.49-1.19,5.72-3.19,1.23-2,1.34-4.45.29-6.55l-25.87-51.75c-1.16-2.33-3.41-3.72-6.02-3.72Zm-7.36,3.05h0,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,60.5c-.83,0-1.5-.67-1.5-1.5v-26.12c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v26.12c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,72.11c-.83,0-1.5-.67-1.5-1.5v-2.9c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v2.9c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_warning.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m76.9,86.62H25.15c-3.4,0-6.49-1.72-8.28-4.61-1.79-2.89-1.94-6.43-.43-9.46l25.87-51.75c1.66-3.32,4.99-5.38,8.7-5.38s7.04,2.06,8.7,5.38l25.87,51.75c1.52,3.04,1.36,6.58-.43,9.46s-4.88,4.61-8.28,4.61ZM51.02,18.42c-2.6,0-4.85,1.39-6.02,3.72l-25.87,51.75c-1.05,2.1-.94,4.55.29,6.54,1.24,2,3.38,3.19,5.72,3.19h51.75c2.35,0,4.49-1.19,5.72-3.19,1.23-2,1.34-4.45.29-6.55l-25.87-51.75c-1.16-2.33-3.41-3.72-6.02-3.72Zm-7.36,3.05h0,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,60.5c-.83,0-1.5-.67-1.5-1.5v-26.12c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v26.12c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,72.11c-.83,0-1.5-.67-1.5-1.5v-2.9c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v2.9c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_warning.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m76.9,86.62H25.15c-3.4,0-6.49-1.72-8.28-4.61-1.79-2.89-1.94-6.43-.43-9.46l25.87-51.75c1.66-3.32,4.99-5.38,8.7-5.38s7.04,2.06,8.7,5.38l25.87,51.75c1.52,3.04,1.36,6.58-.43,9.46s-4.88,4.61-8.28,4.61ZM51.02,18.42c-2.6,0-4.85,1.39-6.02,3.72l-25.87,51.75c-1.05,2.1-.94,4.55.29,6.54,1.24,2,3.38,3.19,5.72,3.19h51.75c2.35,0,4.49-1.19,5.72-3.19,1.23-2,1.34-4.45.29-6.55l-25.87-51.75c-1.16-2.33-3.41-3.72-6.02-3.72Zm-7.36,3.05h0,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,60.5c-.83,0-1.5-.67-1.5-1.5v-26.12c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v26.12c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,72.11c-.83,0-1.5-.67-1.5-1.5v-2.9c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v2.9c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_warning.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m76.9,86.62H25.15c-3.4,0-6.49-1.72-8.28-4.61-1.79-2.89-1.94-6.43-.43-9.46l25.87-51.75c1.66-3.32,4.99-5.38,8.7-5.38s7.04,2.06,8.7,5.38l25.87,51.75c1.52,3.04,1.36,6.58-.43,9.46s-4.88,4.61-8.28,4.61ZM51.02,18.42c-2.6,0-4.85,1.39-6.02,3.72l-25.87,51.75c-1.05,2.1-.94,4.55.29,6.54,1.24,2,3.38,3.19,5.72,3.19h51.75c2.35,0,4.49-1.19,5.72-3.19,1.23-2,1.34-4.45.29-6.55l-25.87-51.75c-1.16-2.33-3.41-3.72-6.02-3.72Zm-7.36,3.05h0,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,60.5c-.83,0-1.5-.67-1.5-1.5v-26.12c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v26.12c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,72.11c-.83,0-1.5-.67-1.5-1.5v-2.9c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v2.9c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tickets {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m46.72,87.04c-.81,0-1.62-.29-2.27-.87l-4.16-3.73c-.3-.26-.48-.64-.5-1.03s.11-.79.38-1.08c1.07-1.19,1.61-2.73,1.52-4.33s-.79-3.07-1.99-4.13c-1.19-1.07-2.72-1.6-4.33-1.52-1.6.09-3.07.79-4.13,1.99-.55.62-1.5.67-2.12.12l-4.16-3.72c-.68-.61-1.08-1.44-1.13-2.35s.26-1.78.86-2.46L62.13,22.09c1.25-1.4,3.41-1.52,4.81-.27l4.16,3.73c.62.55.67,1.5.12,2.12-1.07,1.19-1.61,2.73-1.52,4.33.09,1.6.79,3.07,1.99,4.14,1.19,1.07,2.73,1.6,4.33,1.52,1.6-.09,3.07-.79,4.13-1.99.55-.62,1.5-.67,2.12-.12l4.16,3.72c1.4,1.25,1.52,3.41.27,4.81l-37.44,41.82c-.67.75-1.6,1.13-2.54,1.13Zm-3.41-5.91l3.14,2.81c.17.15.43.14.58-.03l37.44-41.82c.15-.17.14-.43-.03-.58h0s-3.14-2.81-3.14-2.81c-1.45,1.16-3.22,1.84-5.11,1.95-2.4.14-4.71-.68-6.5-2.28-1.79-1.6-2.85-3.81-2.98-6.2-.1-1.89.38-3.73,1.37-5.29l-3.14-2.81c-.17-.15-.43-.14-.58.03l-37.44,41.82c-.09.11-.11.22-.1.3s.03.19.14.28l3.14,2.81c1.45-1.16,3.22-1.84,5.11-1.95,2.4-.14,4.71.68,6.5,2.28,1.79,1.6,2.85,3.8,2.98,6.2.1,1.89-.38,3.73-1.37,5.29Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m41.63,89.81c-.49,0-.97-.11-1.43-.32l-5.07-2.34c-.36-.17-.64-.47-.78-.84-.14-.37-.12-.79.05-1.15.67-1.45.74-3.08.18-4.58-.55-1.5-1.66-2.7-3.11-3.37-1.45-.67-3.08-.74-4.58-.18-1.5.55-2.7,1.66-3.37,3.11-.35.75-1.24,1.08-1.99.73l-5.07-2.34c-1.71-.79-2.45-2.82-1.67-4.52l23.53-50.96c.79-1.71,2.82-2.46,4.52-1.67l5.07,2.34c.36.17.64.47.78.84.14.37.12.79-.05,1.15-.95,2.06-.67,4.46.75,6.24.51.65.4,1.59-.24,2.11-.65.52-1.59.41-2.11-.24-1.8-2.28-2.38-5.21-1.63-7.95l-3.82-1.77c-.2-.09-.45,0-.54.2l-23.53,50.96c-.09.2,0,.45.2.54l3.82,1.76c1.05-1.54,2.54-2.71,4.32-3.36,2.25-.83,4.7-.73,6.88.28,2.18,1.01,3.84,2.8,4.67,5.06.65,1.78.73,3.67.24,5.46l3.82,1.76c.13.06.24.04.31.01.78-.29,1.64.11,1.93.89.29.78-.11,1.64-.89,1.93-.38.14-.78.21-1.18.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tickets.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m46.72,87.04c-.81,0-1.62-.29-2.27-.87l-4.16-3.73c-.3-.26-.48-.64-.5-1.03s.11-.79.38-1.08c1.07-1.19,1.61-2.73,1.52-4.33s-.79-3.07-1.99-4.13c-1.19-1.07-2.72-1.6-4.33-1.52-1.6.09-3.07.79-4.13,1.99-.55.62-1.5.67-2.12.12l-4.16-3.72c-.68-.61-1.08-1.44-1.13-2.35s.26-1.78.86-2.46L62.13,22.09c1.25-1.4,3.41-1.52,4.81-.27l4.16,3.73c.62.55.67,1.5.12,2.12-1.07,1.19-1.61,2.73-1.52,4.33.09,1.6.79,3.07,1.99,4.14,1.19,1.07,2.73,1.6,4.33,1.52,1.6-.09,3.07-.79,4.13-1.99.55-.62,1.5-.67,2.12-.12l4.16,3.72c1.4,1.25,1.52,3.41.27,4.81l-37.44,41.82c-.67.75-1.6,1.13-2.54,1.13Zm-3.41-5.91l3.14,2.81c.17.15.43.14.58-.03l37.44-41.82c.15-.17.14-.43-.03-.58h0s-3.14-2.81-3.14-2.81c-1.45,1.16-3.22,1.84-5.11,1.95-2.4.14-4.71-.68-6.5-2.28-1.79-1.6-2.85-3.81-2.98-6.2-.1-1.89.38-3.73,1.37-5.29l-3.14-2.81c-.17-.15-.43-.14-.58.03l-37.44,41.82c-.09.11-.11.22-.1.3s.03.19.14.28l3.14,2.81c1.45-1.16,3.22-1.84,5.11-1.95,2.4-.14,4.71.68,6.5,2.28,1.79,1.6,2.85,3.8,2.98,6.2.1,1.89-.38,3.73-1.37,5.29Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m41.63,89.81c-.49,0-.97-.11-1.43-.32l-5.07-2.34c-.36-.17-.64-.47-.78-.84-.14-.37-.12-.79.05-1.15.67-1.45.74-3.08.18-4.58-.55-1.5-1.66-2.7-3.11-3.37-1.45-.67-3.08-.74-4.58-.18-1.5.55-2.7,1.66-3.37,3.11-.35.75-1.24,1.08-1.99.73l-5.07-2.34c-1.71-.79-2.45-2.82-1.67-4.52l23.53-50.96c.79-1.71,2.82-2.46,4.52-1.67l5.07,2.34c.36.17.64.47.78.84.14.37.12.79-.05,1.15-.95,2.06-.67,4.46.75,6.24.51.65.4,1.59-.24,2.11-.65.52-1.59.41-2.11-.24-1.8-2.28-2.38-5.21-1.63-7.95l-3.82-1.77c-.2-.09-.45,0-.54.2l-23.53,50.96c-.09.2,0,.45.2.54l3.82,1.76c1.05-1.54,2.54-2.71,4.32-3.36,2.25-.83,4.7-.73,6.88.28,2.18,1.01,3.84,2.8,4.67,5.06.65,1.78.73,3.67.24,5.46l3.82,1.76c.13.06.24.04.31.01.78-.29,1.64.11,1.93.89.29.78-.11,1.64-.89,1.93-.38.14-.78.21-1.18.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tickets.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m46.72,87.04c-.81,0-1.62-.29-2.27-.87l-4.16-3.73c-.3-.26-.48-.64-.5-1.03s.11-.79.38-1.08c1.07-1.19,1.61-2.73,1.52-4.33s-.79-3.07-1.99-4.13c-1.19-1.07-2.72-1.6-4.33-1.52-1.6.09-3.07.79-4.13,1.99-.55.62-1.5.67-2.12.12l-4.16-3.72c-.68-.61-1.08-1.44-1.13-2.35s.26-1.78.86-2.46L62.13,22.09c1.25-1.4,3.41-1.52,4.81-.27l4.16,3.73c.62.55.67,1.5.12,2.12-1.07,1.19-1.61,2.73-1.52,4.33.09,1.6.79,3.07,1.99,4.14,1.19,1.07,2.73,1.6,4.33,1.52,1.6-.09,3.07-.79,4.13-1.99.55-.62,1.5-.67,2.12-.12l4.16,3.72c1.4,1.25,1.52,3.41.27,4.81l-37.44,41.82c-.67.75-1.6,1.13-2.54,1.13Zm-3.41-5.91l3.14,2.81c.17.15.43.14.58-.03l37.44-41.82c.15-.17.14-.43-.03-.58h0s-3.14-2.81-3.14-2.81c-1.45,1.16-3.22,1.84-5.11,1.95-2.4.14-4.71-.68-6.5-2.28-1.79-1.6-2.85-3.81-2.98-6.2-.1-1.89.38-3.73,1.37-5.29l-3.14-2.81c-.17-.15-.43-.14-.58.03l-37.44,41.82c-.09.11-.11.22-.1.3s.03.19.14.28l3.14,2.81c1.45-1.16,3.22-1.84,5.11-1.95,2.4-.14,4.71.68,6.5,2.28,1.79,1.6,2.85,3.8,2.98,6.2.1,1.89-.38,3.73-1.37,5.29Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m41.63,89.81c-.49,0-.97-.11-1.43-.32l-5.07-2.34c-.36-.17-.64-.47-.78-.84-.14-.37-.12-.79.05-1.15.67-1.45.74-3.08.18-4.58-.55-1.5-1.66-2.7-3.11-3.37-1.45-.67-3.08-.74-4.58-.18-1.5.55-2.7,1.66-3.37,3.11-.35.75-1.24,1.08-1.99.73l-5.07-2.34c-1.71-.79-2.45-2.82-1.67-4.52l23.53-50.96c.79-1.71,2.82-2.46,4.52-1.67l5.07,2.34c.36.17.64.47.78.84.14.37.12.79-.05,1.15-.95,2.06-.67,4.46.75,6.24.51.65.4,1.59-.24,2.11-.65.52-1.59.41-2.11-.24-1.8-2.28-2.38-5.21-1.63-7.95l-3.82-1.77c-.2-.09-.45,0-.54.2l-23.53,50.96c-.09.2,0,.45.2.54l3.82,1.76c1.05-1.54,2.54-2.71,4.32-3.36,2.25-.83,4.7-.73,6.88.28,2.18,1.01,3.84,2.8,4.67,5.06.65,1.78.73,3.67.24,5.46l3.82,1.76c.13.06.24.04.31.01.78-.29,1.64.11,1.93.89.29.78-.11,1.64-.89,1.93-.38.14-.78.21-1.18.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tickets.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m46.72,87.04c-.81,0-1.62-.29-2.27-.87l-4.16-3.73c-.3-.26-.48-.64-.5-1.03s.11-.79.38-1.08c1.07-1.19,1.61-2.73,1.52-4.33s-.79-3.07-1.99-4.13c-1.19-1.07-2.72-1.6-4.33-1.52-1.6.09-3.07.79-4.13,1.99-.55.62-1.5.67-2.12.12l-4.16-3.72c-.68-.61-1.08-1.44-1.13-2.35s.26-1.78.86-2.46L62.13,22.09c1.25-1.4,3.41-1.52,4.81-.27l4.16,3.73c.62.55.67,1.5.12,2.12-1.07,1.19-1.61,2.73-1.52,4.33.09,1.6.79,3.07,1.99,4.14,1.19,1.07,2.73,1.6,4.33,1.52,1.6-.09,3.07-.79,4.13-1.99.55-.62,1.5-.67,2.12-.12l4.16,3.72c1.4,1.25,1.52,3.41.27,4.81l-37.44,41.82c-.67.75-1.6,1.13-2.54,1.13Zm-3.41-5.91l3.14,2.81c.17.15.43.14.58-.03l37.44-41.82c.15-.17.14-.43-.03-.58h0s-3.14-2.81-3.14-2.81c-1.45,1.16-3.22,1.84-5.11,1.95-2.4.14-4.71-.68-6.5-2.28-1.79-1.6-2.85-3.81-2.98-6.2-.1-1.89.38-3.73,1.37-5.29l-3.14-2.81c-.17-.15-.43-.14-.58.03l-37.44,41.82c-.09.11-.11.22-.1.3s.03.19.14.28l3.14,2.81c1.45-1.16,3.22-1.84,5.11-1.95,2.4-.14,4.71.68,6.5,2.28,1.79,1.6,2.85,3.8,2.98,6.2.1,1.89-.38,3.73-1.37,5.29Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m41.63,89.81c-.49,0-.97-.11-1.43-.32l-5.07-2.34c-.36-.17-.64-.47-.78-.84-.14-.37-.12-.79.05-1.15.67-1.45.74-3.08.18-4.58-.55-1.5-1.66-2.7-3.11-3.37-1.45-.67-3.08-.74-4.58-.18-1.5.55-2.7,1.66-3.37,3.11-.35.75-1.24,1.08-1.99.73l-5.07-2.34c-1.71-.79-2.45-2.82-1.67-4.52l23.53-50.96c.79-1.71,2.82-2.46,4.52-1.67l5.07,2.34c.36.17.64.47.78.84.14.37.12.79-.05,1.15-.95,2.06-.67,4.46.75,6.24.51.65.4,1.59-.24,2.11-.65.52-1.59.41-2.11-.24-1.8-2.28-2.38-5.21-1.63-7.95l-3.82-1.77c-.2-.09-.45,0-.54.2l-23.53,50.96c-.09.2,0,.45.2.54l3.82,1.76c1.05-1.54,2.54-2.71,4.32-3.36,2.25-.83,4.7-.73,6.88.28,2.18,1.01,3.84,2.8,4.67,5.06.65,1.78.73,3.67.24,5.46l3.82,1.76c.13.06.24.04.31.01.78-.29,1.64.11,1.93.89.29.78-.11,1.64-.89,1.93-.38.14-.78.21-1.18.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tickets.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m46.72,87.04c-.81,0-1.62-.29-2.27-.87l-4.16-3.73c-.3-.26-.48-.64-.5-1.03s.11-.79.38-1.08c1.07-1.19,1.61-2.73,1.52-4.33s-.79-3.07-1.99-4.13c-1.19-1.07-2.72-1.6-4.33-1.52-1.6.09-3.07.79-4.13,1.99-.55.62-1.5.67-2.12.12l-4.16-3.72c-.68-.61-1.08-1.44-1.13-2.35s.26-1.78.86-2.46L62.13,22.09c1.25-1.4,3.41-1.52,4.81-.27l4.16,3.73c.62.55.67,1.5.12,2.12-1.07,1.19-1.61,2.73-1.52,4.33.09,1.6.79,3.07,1.99,4.14,1.19,1.07,2.73,1.6,4.33,1.52,1.6-.09,3.07-.79,4.13-1.99.55-.62,1.5-.67,2.12-.12l4.16,3.72c1.4,1.25,1.52,3.41.27,4.81l-37.44,41.82c-.67.75-1.6,1.13-2.54,1.13Zm-3.41-5.91l3.14,2.81c.17.15.43.14.58-.03l37.44-41.82c.15-.17.14-.43-.03-.58h0s-3.14-2.81-3.14-2.81c-1.45,1.16-3.22,1.84-5.11,1.95-2.4.14-4.71-.68-6.5-2.28-1.79-1.6-2.85-3.81-2.98-6.2-.1-1.89.38-3.73,1.37-5.29l-3.14-2.81c-.17-.15-.43-.14-.58.03l-37.44,41.82c-.09.11-.11.22-.1.3s.03.19.14.28l3.14,2.81c1.45-1.16,3.22-1.84,5.11-1.95,2.4-.14,4.71.68,6.5,2.28,1.79,1.6,2.85,3.8,2.98,6.2.1,1.89-.38,3.73-1.37,5.29Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m41.63,89.81c-.49,0-.97-.11-1.43-.32l-5.07-2.34c-.36-.17-.64-.47-.78-.84-.14-.37-.12-.79.05-1.15.67-1.45.74-3.08.18-4.58-.55-1.5-1.66-2.7-3.11-3.37-1.45-.67-3.08-.74-4.58-.18-1.5.55-2.7,1.66-3.37,3.11-.35.75-1.24,1.08-1.99.73l-5.07-2.34c-1.71-.79-2.45-2.82-1.67-4.52l23.53-50.96c.79-1.71,2.82-2.46,4.52-1.67l5.07,2.34c.36.17.64.47.78.84.14.37.12.79-.05,1.15-.95,2.06-.67,4.46.75,6.24.51.65.4,1.59-.24,2.11-.65.52-1.59.41-2.11-.24-1.8-2.28-2.38-5.21-1.63-7.95l-3.82-1.77c-.2-.09-.45,0-.54.2l-23.53,50.96c-.09.2,0,.45.2.54l3.82,1.76c1.05-1.54,2.54-2.71,4.32-3.36,2.25-.83,4.7-.73,6.88.28,2.18,1.01,3.84,2.8,4.67,5.06.65,1.78.73,3.67.24,5.46l3.82,1.76c.13.06.24.04.31.01.78-.29,1.64.11,1.93.89.29.78-.11,1.64-.89,1.93-.38.14-.78.21-1.18.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tickets.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m46.72,87.04c-.81,0-1.62-.29-2.27-.87l-4.16-3.73c-.3-.26-.48-.64-.5-1.03s.11-.79.38-1.08c1.07-1.19,1.61-2.73,1.52-4.33s-.79-3.07-1.99-4.13c-1.19-1.07-2.72-1.6-4.33-1.52-1.6.09-3.07.79-4.13,1.99-.55.62-1.5.67-2.12.12l-4.16-3.72c-.68-.61-1.08-1.44-1.13-2.35s.26-1.78.86-2.46L62.13,22.09c1.25-1.4,3.41-1.52,4.81-.27l4.16,3.73c.62.55.67,1.5.12,2.12-1.07,1.19-1.61,2.73-1.52,4.33.09,1.6.79,3.07,1.99,4.14,1.19,1.07,2.73,1.6,4.33,1.52,1.6-.09,3.07-.79,4.13-1.99.55-.62,1.5-.67,2.12-.12l4.16,3.72c1.4,1.25,1.52,3.41.27,4.81l-37.44,41.82c-.67.75-1.6,1.13-2.54,1.13Zm-3.41-5.91l3.14,2.81c.17.15.43.14.58-.03l37.44-41.82c.15-.17.14-.43-.03-.58h0s-3.14-2.81-3.14-2.81c-1.45,1.16-3.22,1.84-5.11,1.95-2.4.14-4.71-.68-6.5-2.28-1.79-1.6-2.85-3.81-2.98-6.2-.1-1.89.38-3.73,1.37-5.29l-3.14-2.81c-.17-.15-.43-.14-.58.03l-37.44,41.82c-.09.11-.11.22-.1.3s.03.19.14.28l3.14,2.81c1.45-1.16,3.22-1.84,5.11-1.95,2.4-.14,4.71.68,6.5,2.28,1.79,1.6,2.85,3.8,2.98,6.2.1,1.89-.38,3.73-1.37,5.29Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m41.63,89.81c-.49,0-.97-.11-1.43-.32l-5.07-2.34c-.36-.17-.64-.47-.78-.84-.14-.37-.12-.79.05-1.15.67-1.45.74-3.08.18-4.58-.55-1.5-1.66-2.7-3.11-3.37-1.45-.67-3.08-.74-4.58-.18-1.5.55-2.7,1.66-3.37,3.11-.35.75-1.24,1.08-1.99.73l-5.07-2.34c-1.71-.79-2.45-2.82-1.67-4.52l23.53-50.96c.79-1.71,2.82-2.46,4.52-1.67l5.07,2.34c.36.17.64.47.78.84.14.37.12.79-.05,1.15-.95,2.06-.67,4.46.75,6.24.51.65.4,1.59-.24,2.11-.65.52-1.59.41-2.11-.24-1.8-2.28-2.38-5.21-1.63-7.95l-3.82-1.77c-.2-.09-.45,0-.54.2l-23.53,50.96c-.09.2,0,.45.2.54l3.82,1.76c1.05-1.54,2.54-2.71,4.32-3.36,2.25-.83,4.7-.73,6.88.28,2.18,1.01,3.84,2.8,4.67,5.06.65,1.78.73,3.67.24,5.46l3.82,1.76c.13.06.24.04.31.01.78-.29,1.64.11,1.93.89.29.78-.11,1.64-.89,1.93-.38.14-.78.21-1.18.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tag {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m38.36,56.98c-.28,0-.57-.08-.83-.25-.49-.33-.96-.7-1.38-1.12-.9-.9-1.58-1.95-2.02-3.14-.29-.78.11-1.64.88-1.93.78-.29,1.64.11,1.93.88.29.78.74,1.47,1.33,2.06.28.28.58.53.91.74.69.46.88,1.39.42,2.08-.29.44-.77.67-1.25.67Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m42.35,58.18c-1.67,0-3.35-.47-4.82-1.44-.69-.46-.88-1.39-.43-2.08.46-.69,1.39-.88,2.08-.43,2.28,1.5,5.33,1.19,7.26-.74,2.25-2.25,2.25-5.92,0-8.17-2-2-5.13-2.27-7.43-.63-.67.48-1.61.32-2.09-.35-.48-.67-.32-1.61.35-2.09,3.5-2.49,8.25-2.09,11.29.95,3.42,3.42,3.42,8.99,0,12.41-1.69,1.69-3.95,2.57-6.22,2.57Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m35.95,47.47c-.24,0-.48-.06-.71-.18-.73-.39-1.01-1.3-.61-2.03.41-.76.92-1.46,1.54-2.07.35-.35.72-.67,1.12-.95.67-.48,1.61-.33,2.09.35.48.67.33,1.61-.35,2.09-.26.19-.52.4-.74.63-.4.4-.75.86-1.01,1.36-.27.5-.79.79-1.32.79Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m35.55,53.45c-.61,0-1.18-.37-1.41-.98-.88-2.36-.7-4.99.48-7.2.39-.73,1.3-1,2.03-.62.73.39,1.01,1.3.62,2.03-.78,1.46-.9,3.19-.32,4.75.29.78-.11,1.64-.88,1.93-.17.06-.35.09-.52.09Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m27.46,40.87c-.83,0-1.5-.67-1.5-1.5v-1.47c0-1.63.81-3.15,2.16-4.07.68-.46,1.62-.29,2.08.4.46.69.29,1.62-.4,2.08-.53.36-.84.95-.84,1.58v1.47c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m60.26,91.8c-1.95,0-3.9-.74-5.39-2.23l-27.1-27.1c-1.16-1.16-1.8-2.71-1.8-4.35v-6.03c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v6.03c0,.84.33,1.63.92,2.23l27.1,27.1c1.8,1.8,4.74,1.8,6.54,0l16.89-16.89c.87-.87,1.35-2.03,1.35-3.27s-.48-2.4-1.35-3.27l-27.1-27.1c-.59-.59-1.4-.92-2.23-.92h-20.22c-.38,0-.75.11-1.07.33-.68.46-1.62.29-2.08-.4-.46-.69-.28-1.62.4-2.08.81-.55,1.76-.84,2.75-.84h20.22c1.62,0,3.21.66,4.35,1.8l27.1,27.1c1.44,1.44,2.23,3.35,2.23,5.39s-.79,3.95-2.23,5.39l-16.89,16.89c-1.49,1.49-3.44,2.23-5.39,2.23Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m27.46,53.59c-.83,0-1.5-.67-1.5-1.5v-4.96c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v4.96c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m27.46,48.63c-.83,0-1.5-.67-1.5-1.5v-7.76c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v7.76c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m32.99,33.16c-.35,0-.7-.12-.98-.37-.88-.77-1.79-1.48-2.69-2.13-.67-.48-.83-1.42-.35-2.09.48-.67,1.42-.83,2.09-.35.98.7,1.96,1.48,2.92,2.3.62.54.69,1.49.15,2.12-.3.34-.71.52-1.13.52Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m30.19,30.95c-.3,0-.61-.09-.87-.28-.63-.45-1.25-.86-1.84-1.22-.71-.43-.93-1.35-.51-2.06.43-.71,1.35-.94,2.06-.51.66.4,1.34.85,2.03,1.34.67.48.83,1.42.35,2.09-.29.41-.75.63-1.22.63Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m40.17,51.69c-1.22,0-2.79-.34-4.77-1.25-3.12-1.42-6.58-3.95-9.75-7.12-6.2-6.2-10.64-14.3-7.15-17.79,1.99-1.99,5.83-1.49,10.54,1.36.71.43.93,1.35.51,2.06-.43.71-1.35.93-2.06.51-3.55-2.15-6.14-2.54-6.87-1.81-.47.47-.59,1.98.63,4.67,1.28,2.8,3.59,5.95,6.52,8.88s6.08,5.24,8.88,6.52c2.69,1.23,4.2,1.11,4.67.63.13-.13.23-.33.28-.58.17-.81.97-1.33,1.77-1.16.81.17,1.33.96,1.16,1.77-.17.84-.54,1.54-1.1,2.09-.64.65-1.67,1.22-3.26,1.22Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m43.06,49.57c-.1,0-.21,0-.31-.03-.81-.17-1.33-.96-1.16-1.77.13-.64,0-1.61-.37-2.71-.26-.79.16-1.64.94-1.9.79-.27,1.64.16,1.9.94.55,1.65.71,3.09.46,4.28-.15.71-.77,1.19-1.47,1.19Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tag.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m38.36,56.98c-.28,0-.57-.08-.83-.25-.49-.33-.96-.7-1.38-1.12-.9-.9-1.58-1.95-2.02-3.14-.29-.78.11-1.64.88-1.93.78-.29,1.64.11,1.93.88.29.78.74,1.47,1.33,2.06.28.28.58.53.91.74.69.46.88,1.39.42,2.08-.29.44-.77.67-1.25.67Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m42.35,58.18c-1.67,0-3.35-.47-4.82-1.44-.69-.46-.88-1.39-.43-2.08.46-.69,1.39-.88,2.08-.43,2.28,1.5,5.33,1.19,7.26-.74,2.25-2.25,2.25-5.92,0-8.17-2-2-5.13-2.27-7.43-.63-.67.48-1.61.32-2.09-.35-.48-.67-.32-1.61.35-2.09,3.5-2.49,8.25-2.09,11.29.95,3.42,3.42,3.42,8.99,0,12.41-1.69,1.69-3.95,2.57-6.22,2.57Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m35.95,47.47c-.24,0-.48-.06-.71-.18-.73-.39-1.01-1.3-.61-2.03.41-.76.92-1.46,1.54-2.07.35-.35.72-.67,1.12-.95.67-.48,1.61-.33,2.09.35.48.67.33,1.61-.35,2.09-.26.19-.52.4-.74.63-.4.4-.75.86-1.01,1.36-.27.5-.79.79-1.32.79Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m35.55,53.45c-.61,0-1.18-.37-1.41-.98-.88-2.36-.7-4.99.48-7.2.39-.73,1.3-1,2.03-.62.73.39,1.01,1.3.62,2.03-.78,1.46-.9,3.19-.32,4.75.29.78-.11,1.64-.88,1.93-.17.06-.35.09-.52.09Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m27.46,40.87c-.83,0-1.5-.67-1.5-1.5v-1.47c0-1.63.81-3.15,2.16-4.07.68-.46,1.62-.29,2.08.4.46.69.29,1.62-.4,2.08-.53.36-.84.95-.84,1.58v1.47c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m60.26,91.8c-1.95,0-3.9-.74-5.39-2.23l-27.1-27.1c-1.16-1.16-1.8-2.71-1.8-4.35v-6.03c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v6.03c0,.84.33,1.63.92,2.23l27.1,27.1c1.8,1.8,4.74,1.8,6.54,0l16.89-16.89c.87-.87,1.35-2.03,1.35-3.27s-.48-2.4-1.35-3.27l-27.1-27.1c-.59-.59-1.4-.92-2.23-.92h-20.22c-.38,0-.75.11-1.07.33-.68.46-1.62.29-2.08-.4-.46-.69-.28-1.62.4-2.08.81-.55,1.76-.84,2.75-.84h20.22c1.62,0,3.21.66,4.35,1.8l27.1,27.1c1.44,1.44,2.23,3.35,2.23,5.39s-.79,3.95-2.23,5.39l-16.89,16.89c-1.49,1.49-3.44,2.23-5.39,2.23Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m27.46,53.59c-.83,0-1.5-.67-1.5-1.5v-4.96c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v4.96c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m27.46,48.63c-.83,0-1.5-.67-1.5-1.5v-7.76c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v7.76c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m32.99,33.16c-.35,0-.7-.12-.98-.37-.88-.77-1.79-1.48-2.69-2.13-.67-.48-.83-1.42-.35-2.09.48-.67,1.42-.83,2.09-.35.98.7,1.96,1.48,2.92,2.3.62.54.69,1.49.15,2.12-.3.34-.71.52-1.13.52Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m30.19,30.95c-.3,0-.61-.09-.87-.28-.63-.45-1.25-.86-1.84-1.22-.71-.43-.93-1.35-.51-2.06.43-.71,1.35-.94,2.06-.51.66.4,1.34.85,2.03,1.34.67.48.83,1.42.35,2.09-.29.41-.75.63-1.22.63Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m40.17,51.69c-1.22,0-2.79-.34-4.77-1.25-3.12-1.42-6.58-3.95-9.75-7.12-6.2-6.2-10.64-14.3-7.15-17.79,1.99-1.99,5.83-1.49,10.54,1.36.71.43.93,1.35.51,2.06-.43.71-1.35.93-2.06.51-3.55-2.15-6.14-2.54-6.87-1.81-.47.47-.59,1.98.63,4.67,1.28,2.8,3.59,5.95,6.52,8.88s6.08,5.24,8.88,6.52c2.69,1.23,4.2,1.11,4.67.63.13-.13.23-.33.28-.58.17-.81.97-1.33,1.77-1.16.81.17,1.33.96,1.16,1.77-.17.84-.54,1.54-1.1,2.09-.64.65-1.67,1.22-3.26,1.22Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m43.06,49.57c-.1,0-.21,0-.31-.03-.81-.17-1.33-.96-1.16-1.77.13-.64,0-1.61-.37-2.71-.26-.79.16-1.64.94-1.9.79-.27,1.64.16,1.9.94.55,1.65.71,3.09.46,4.28-.15.71-.77,1.19-1.47,1.19Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tag.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m38.36,56.98c-.28,0-.57-.08-.83-.25-.49-.33-.96-.7-1.38-1.12-.9-.9-1.58-1.95-2.02-3.14-.29-.78.11-1.64.88-1.93.78-.29,1.64.11,1.93.88.29.78.74,1.47,1.33,2.06.28.28.58.53.91.74.69.46.88,1.39.42,2.08-.29.44-.77.67-1.25.67Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m42.35,58.18c-1.67,0-3.35-.47-4.82-1.44-.69-.46-.88-1.39-.43-2.08.46-.69,1.39-.88,2.08-.43,2.28,1.5,5.33,1.19,7.26-.74,2.25-2.25,2.25-5.92,0-8.17-2-2-5.13-2.27-7.43-.63-.67.48-1.61.32-2.09-.35-.48-.67-.32-1.61.35-2.09,3.5-2.49,8.25-2.09,11.29.95,3.42,3.42,3.42,8.99,0,12.41-1.69,1.69-3.95,2.57-6.22,2.57Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m35.95,47.47c-.24,0-.48-.06-.71-.18-.73-.39-1.01-1.3-.61-2.03.41-.76.92-1.46,1.54-2.07.35-.35.72-.67,1.12-.95.67-.48,1.61-.33,2.09.35.48.67.33,1.61-.35,2.09-.26.19-.52.4-.74.63-.4.4-.75.86-1.01,1.36-.27.5-.79.79-1.32.79Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m35.55,53.45c-.61,0-1.18-.37-1.41-.98-.88-2.36-.7-4.99.48-7.2.39-.73,1.3-1,2.03-.62.73.39,1.01,1.3.62,2.03-.78,1.46-.9,3.19-.32,4.75.29.78-.11,1.64-.88,1.93-.17.06-.35.09-.52.09Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m27.46,40.87c-.83,0-1.5-.67-1.5-1.5v-1.47c0-1.63.81-3.15,2.16-4.07.68-.46,1.62-.29,2.08.4.46.69.29,1.62-.4,2.08-.53.36-.84.95-.84,1.58v1.47c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m60.26,91.8c-1.95,0-3.9-.74-5.39-2.23l-27.1-27.1c-1.16-1.16-1.8-2.71-1.8-4.35v-6.03c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v6.03c0,.84.33,1.63.92,2.23l27.1,27.1c1.8,1.8,4.74,1.8,6.54,0l16.89-16.89c.87-.87,1.35-2.03,1.35-3.27s-.48-2.4-1.35-3.27l-27.1-27.1c-.59-.59-1.4-.92-2.23-.92h-20.22c-.38,0-.75.11-1.07.33-.68.46-1.62.29-2.08-.4-.46-.69-.28-1.62.4-2.08.81-.55,1.76-.84,2.75-.84h20.22c1.62,0,3.21.66,4.35,1.8l27.1,27.1c1.44,1.44,2.23,3.35,2.23,5.39s-.79,3.95-2.23,5.39l-16.89,16.89c-1.49,1.49-3.44,2.23-5.39,2.23Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m27.46,53.59c-.83,0-1.5-.67-1.5-1.5v-4.96c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v4.96c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m27.46,48.63c-.83,0-1.5-.67-1.5-1.5v-7.76c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v7.76c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m32.99,33.16c-.35,0-.7-.12-.98-.37-.88-.77-1.79-1.48-2.69-2.13-.67-.48-.83-1.42-.35-2.09.48-.67,1.42-.83,2.09-.35.98.7,1.96,1.48,2.92,2.3.62.54.69,1.49.15,2.12-.3.34-.71.52-1.13.52Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m30.19,30.95c-.3,0-.61-.09-.87-.28-.63-.45-1.25-.86-1.84-1.22-.71-.43-.93-1.35-.51-2.06.43-.71,1.35-.94,2.06-.51.66.4,1.34.85,2.03,1.34.67.48.83,1.42.35,2.09-.29.41-.75.63-1.22.63Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m40.17,51.69c-1.22,0-2.79-.34-4.77-1.25-3.12-1.42-6.58-3.95-9.75-7.12-6.2-6.2-10.64-14.3-7.15-17.79,1.99-1.99,5.83-1.49,10.54,1.36.71.43.93,1.35.51,2.06-.43.71-1.35.93-2.06.51-3.55-2.15-6.14-2.54-6.87-1.81-.47.47-.59,1.98.63,4.67,1.28,2.8,3.59,5.95,6.52,8.88s6.08,5.24,8.88,6.52c2.69,1.23,4.2,1.11,4.67.63.13-.13.23-.33.28-.58.17-.81.97-1.33,1.77-1.16.81.17,1.33.96,1.16,1.77-.17.84-.54,1.54-1.1,2.09-.64.65-1.67,1.22-3.26,1.22Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m43.06,49.57c-.1,0-.21,0-.31-.03-.81-.17-1.33-.96-1.16-1.77.13-.64,0-1.61-.37-2.71-.26-.79.16-1.64.94-1.9.79-.27,1.64.16,1.9.94.55,1.65.71,3.09.46,4.28-.15.71-.77,1.19-1.47,1.19Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tag.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m38.36,56.98c-.28,0-.57-.08-.83-.25-.49-.33-.96-.7-1.38-1.12-.9-.9-1.58-1.95-2.02-3.14-.29-.78.11-1.64.88-1.93.78-.29,1.64.11,1.93.88.29.78.74,1.47,1.33,2.06.28.28.58.53.91.74.69.46.88,1.39.42,2.08-.29.44-.77.67-1.25.67Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m42.35,58.18c-1.67,0-3.35-.47-4.82-1.44-.69-.46-.88-1.39-.43-2.08.46-.69,1.39-.88,2.08-.43,2.28,1.5,5.33,1.19,7.26-.74,2.25-2.25,2.25-5.92,0-8.17-2-2-5.13-2.27-7.43-.63-.67.48-1.61.32-2.09-.35-.48-.67-.32-1.61.35-2.09,3.5-2.49,8.25-2.09,11.29.95,3.42,3.42,3.42,8.99,0,12.41-1.69,1.69-3.95,2.57-6.22,2.57Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m35.95,47.47c-.24,0-.48-.06-.71-.18-.73-.39-1.01-1.3-.61-2.03.41-.76.92-1.46,1.54-2.07.35-.35.72-.67,1.12-.95.67-.48,1.61-.33,2.09.35.48.67.33,1.61-.35,2.09-.26.19-.52.4-.74.63-.4.4-.75.86-1.01,1.36-.27.5-.79.79-1.32.79Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m35.55,53.45c-.61,0-1.18-.37-1.41-.98-.88-2.36-.7-4.99.48-7.2.39-.73,1.3-1,2.03-.62.73.39,1.01,1.3.62,2.03-.78,1.46-.9,3.19-.32,4.75.29.78-.11,1.64-.88,1.93-.17.06-.35.09-.52.09Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m27.46,40.87c-.83,0-1.5-.67-1.5-1.5v-1.47c0-1.63.81-3.15,2.16-4.07.68-.46,1.62-.29,2.08.4.46.69.29,1.62-.4,2.08-.53.36-.84.95-.84,1.58v1.47c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m60.26,91.8c-1.95,0-3.9-.74-5.39-2.23l-27.1-27.1c-1.16-1.16-1.8-2.71-1.8-4.35v-6.03c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v6.03c0,.84.33,1.63.92,2.23l27.1,27.1c1.8,1.8,4.74,1.8,6.54,0l16.89-16.89c.87-.87,1.35-2.03,1.35-3.27s-.48-2.4-1.35-3.27l-27.1-27.1c-.59-.59-1.4-.92-2.23-.92h-20.22c-.38,0-.75.11-1.07.33-.68.46-1.62.29-2.08-.4-.46-.69-.28-1.62.4-2.08.81-.55,1.76-.84,2.75-.84h20.22c1.62,0,3.21.66,4.35,1.8l27.1,27.1c1.44,1.44,2.23,3.35,2.23,5.39s-.79,3.95-2.23,5.39l-16.89,16.89c-1.49,1.49-3.44,2.23-5.39,2.23Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m27.46,53.59c-.83,0-1.5-.67-1.5-1.5v-4.96c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v4.96c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m27.46,48.63c-.83,0-1.5-.67-1.5-1.5v-7.76c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v7.76c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m32.99,33.16c-.35,0-.7-.12-.98-.37-.88-.77-1.79-1.48-2.69-2.13-.67-.48-.83-1.42-.35-2.09.48-.67,1.42-.83,2.09-.35.98.7,1.96,1.48,2.92,2.3.62.54.69,1.49.15,2.12-.3.34-.71.52-1.13.52Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m30.19,30.95c-.3,0-.61-.09-.87-.28-.63-.45-1.25-.86-1.84-1.22-.71-.43-.93-1.35-.51-2.06.43-.71,1.35-.94,2.06-.51.66.4,1.34.85,2.03,1.34.67.48.83,1.42.35,2.09-.29.41-.75.63-1.22.63Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m40.17,51.69c-1.22,0-2.79-.34-4.77-1.25-3.12-1.42-6.58-3.95-9.75-7.12-6.2-6.2-10.64-14.3-7.15-17.79,1.99-1.99,5.83-1.49,10.54,1.36.71.43.93,1.35.51,2.06-.43.71-1.35.93-2.06.51-3.55-2.15-6.14-2.54-6.87-1.81-.47.47-.59,1.98.63,4.67,1.28,2.8,3.59,5.95,6.52,8.88s6.08,5.24,8.88,6.52c2.69,1.23,4.2,1.11,4.67.63.13-.13.23-.33.28-.58.17-.81.97-1.33,1.77-1.16.81.17,1.33.96,1.16,1.77-.17.84-.54,1.54-1.1,2.09-.64.65-1.67,1.22-3.26,1.22Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m43.06,49.57c-.1,0-.21,0-.31-.03-.81-.17-1.33-.96-1.16-1.77.13-.64,0-1.61-.37-2.71-.26-.79.16-1.64.94-1.9.79-.27,1.64.16,1.9.94.55,1.65.71,3.09.46,4.28-.15.71-.77,1.19-1.47,1.19Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tag.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m38.36,56.98c-.28,0-.57-.08-.83-.25-.49-.33-.96-.7-1.38-1.12-.9-.9-1.58-1.95-2.02-3.14-.29-.78.11-1.64.88-1.93.78-.29,1.64.11,1.93.88.29.78.74,1.47,1.33,2.06.28.28.58.53.91.74.69.46.88,1.39.42,2.08-.29.44-.77.67-1.25.67Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m42.35,58.18c-1.67,0-3.35-.47-4.82-1.44-.69-.46-.88-1.39-.43-2.08.46-.69,1.39-.88,2.08-.43,2.28,1.5,5.33,1.19,7.26-.74,2.25-2.25,2.25-5.92,0-8.17-2-2-5.13-2.27-7.43-.63-.67.48-1.61.32-2.09-.35-.48-.67-.32-1.61.35-2.09,3.5-2.49,8.25-2.09,11.29.95,3.42,3.42,3.42,8.99,0,12.41-1.69,1.69-3.95,2.57-6.22,2.57Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m35.95,47.47c-.24,0-.48-.06-.71-.18-.73-.39-1.01-1.3-.61-2.03.41-.76.92-1.46,1.54-2.07.35-.35.72-.67,1.12-.95.67-.48,1.61-.33,2.09.35.48.67.33,1.61-.35,2.09-.26.19-.52.4-.74.63-.4.4-.75.86-1.01,1.36-.27.5-.79.79-1.32.79Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m35.55,53.45c-.61,0-1.18-.37-1.41-.98-.88-2.36-.7-4.99.48-7.2.39-.73,1.3-1,2.03-.62.73.39,1.01,1.3.62,2.03-.78,1.46-.9,3.19-.32,4.75.29.78-.11,1.64-.88,1.93-.17.06-.35.09-.52.09Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m27.46,40.87c-.83,0-1.5-.67-1.5-1.5v-1.47c0-1.63.81-3.15,2.16-4.07.68-.46,1.62-.29,2.08.4.46.69.29,1.62-.4,2.08-.53.36-.84.95-.84,1.58v1.47c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m60.26,91.8c-1.95,0-3.9-.74-5.39-2.23l-27.1-27.1c-1.16-1.16-1.8-2.71-1.8-4.35v-6.03c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v6.03c0,.84.33,1.63.92,2.23l27.1,27.1c1.8,1.8,4.74,1.8,6.54,0l16.89-16.89c.87-.87,1.35-2.03,1.35-3.27s-.48-2.4-1.35-3.27l-27.1-27.1c-.59-.59-1.4-.92-2.23-.92h-20.22c-.38,0-.75.11-1.07.33-.68.46-1.62.29-2.08-.4-.46-.69-.28-1.62.4-2.08.81-.55,1.76-.84,2.75-.84h20.22c1.62,0,3.21.66,4.35,1.8l27.1,27.1c1.44,1.44,2.23,3.35,2.23,5.39s-.79,3.95-2.23,5.39l-16.89,16.89c-1.49,1.49-3.44,2.23-5.39,2.23Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m27.46,53.59c-.83,0-1.5-.67-1.5-1.5v-4.96c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v4.96c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m27.46,48.63c-.83,0-1.5-.67-1.5-1.5v-7.76c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v7.76c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m32.99,33.16c-.35,0-.7-.12-.98-.37-.88-.77-1.79-1.48-2.69-2.13-.67-.48-.83-1.42-.35-2.09.48-.67,1.42-.83,2.09-.35.98.7,1.96,1.48,2.92,2.3.62.54.69,1.49.15,2.12-.3.34-.71.52-1.13.52Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m30.19,30.95c-.3,0-.61-.09-.87-.28-.63-.45-1.25-.86-1.84-1.22-.71-.43-.93-1.35-.51-2.06.43-.71,1.35-.94,2.06-.51.66.4,1.34.85,2.03,1.34.67.48.83,1.42.35,2.09-.29.41-.75.63-1.22.63Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m40.17,51.69c-1.22,0-2.79-.34-4.77-1.25-3.12-1.42-6.58-3.95-9.75-7.12-6.2-6.2-10.64-14.3-7.15-17.79,1.99-1.99,5.83-1.49,10.54,1.36.71.43.93,1.35.51,2.06-.43.71-1.35.93-2.06.51-3.55-2.15-6.14-2.54-6.87-1.81-.47.47-.59,1.98.63,4.67,1.28,2.8,3.59,5.95,6.52,8.88s6.08,5.24,8.88,6.52c2.69,1.23,4.2,1.11,4.67.63.13-.13.23-.33.28-.58.17-.81.97-1.33,1.77-1.16.81.17,1.33.96,1.16,1.77-.17.84-.54,1.54-1.1,2.09-.64.65-1.67,1.22-3.26,1.22Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m43.06,49.57c-.1,0-.21,0-.31-.03-.81-.17-1.33-.96-1.16-1.77.13-.64,0-1.61-.37-2.71-.26-.79.16-1.64.94-1.9.79-.27,1.64.16,1.9.94.55,1.65.71,3.09.46,4.28-.15.71-.77,1.19-1.47,1.19Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_tag.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m38.36,56.98c-.28,0-.57-.08-.83-.25-.49-.33-.96-.7-1.38-1.12-.9-.9-1.58-1.95-2.02-3.14-.29-.78.11-1.64.88-1.93.78-.29,1.64.11,1.93.88.29.78.74,1.47,1.33,2.06.28.28.58.53.91.74.69.46.88,1.39.42,2.08-.29.44-.77.67-1.25.67Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m42.35,58.18c-1.67,0-3.35-.47-4.82-1.44-.69-.46-.88-1.39-.43-2.08.46-.69,1.39-.88,2.08-.43,2.28,1.5,5.33,1.19,7.26-.74,2.25-2.25,2.25-5.92,0-8.17-2-2-5.13-2.27-7.43-.63-.67.48-1.61.32-2.09-.35-.48-.67-.32-1.61.35-2.09,3.5-2.49,8.25-2.09,11.29.95,3.42,3.42,3.42,8.99,0,12.41-1.69,1.69-3.95,2.57-6.22,2.57Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m35.95,47.47c-.24,0-.48-.06-.71-.18-.73-.39-1.01-1.3-.61-2.03.41-.76.92-1.46,1.54-2.07.35-.35.72-.67,1.12-.95.67-.48,1.61-.33,2.09.35.48.67.33,1.61-.35,2.09-.26.19-.52.4-.74.63-.4.4-.75.86-1.01,1.36-.27.5-.79.79-1.32.79Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m35.55,53.45c-.61,0-1.18-.37-1.41-.98-.88-2.36-.7-4.99.48-7.2.39-.73,1.3-1,2.03-.62.73.39,1.01,1.3.62,2.03-.78,1.46-.9,3.19-.32,4.75.29.78-.11,1.64-.88,1.93-.17.06-.35.09-.52.09Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m27.46,40.87c-.83,0-1.5-.67-1.5-1.5v-1.47c0-1.63.81-3.15,2.16-4.07.68-.46,1.62-.29,2.08.4.46.69.29,1.62-.4,2.08-.53.36-.84.95-.84,1.58v1.47c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m60.26,91.8c-1.95,0-3.9-.74-5.39-2.23l-27.1-27.1c-1.16-1.16-1.8-2.71-1.8-4.35v-6.03c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v6.03c0,.84.33,1.63.92,2.23l27.1,27.1c1.8,1.8,4.74,1.8,6.54,0l16.89-16.89c.87-.87,1.35-2.03,1.35-3.27s-.48-2.4-1.35-3.27l-27.1-27.1c-.59-.59-1.4-.92-2.23-.92h-20.22c-.38,0-.75.11-1.07.33-.68.46-1.62.29-2.08-.4-.46-.69-.28-1.62.4-2.08.81-.55,1.76-.84,2.75-.84h20.22c1.62,0,3.21.66,4.35,1.8l27.1,27.1c1.44,1.44,2.23,3.35,2.23,5.39s-.79,3.95-2.23,5.39l-16.89,16.89c-1.49,1.49-3.44,2.23-5.39,2.23Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m27.46,53.59c-.83,0-1.5-.67-1.5-1.5v-4.96c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v4.96c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m27.46,48.63c-.83,0-1.5-.67-1.5-1.5v-7.76c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v7.76c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m32.99,33.16c-.35,0-.7-.12-.98-.37-.88-.77-1.79-1.48-2.69-2.13-.67-.48-.83-1.42-.35-2.09.48-.67,1.42-.83,2.09-.35.98.7,1.96,1.48,2.92,2.3.62.54.69,1.49.15,2.12-.3.34-.71.52-1.13.52Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m30.19,30.95c-.3,0-.61-.09-.87-.28-.63-.45-1.25-.86-1.84-1.22-.71-.43-.93-1.35-.51-2.06.43-.71,1.35-.94,2.06-.51.66.4,1.34.85,2.03,1.34.67.48.83,1.42.35,2.09-.29.41-.75.63-1.22.63Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m40.17,51.69c-1.22,0-2.79-.34-4.77-1.25-3.12-1.42-6.58-3.95-9.75-7.12-6.2-6.2-10.64-14.3-7.15-17.79,1.99-1.99,5.83-1.49,10.54,1.36.71.43.93,1.35.51,2.06-.43.71-1.35.93-2.06.51-3.55-2.15-6.14-2.54-6.87-1.81-.47.47-.59,1.98.63,4.67,1.28,2.8,3.59,5.95,6.52,8.88s6.08,5.24,8.88,6.52c2.69,1.23,4.2,1.11,4.67.63.13-.13.23-.33.28-.58.17-.81.97-1.33,1.77-1.16.81.17,1.33.96,1.16,1.77-.17.84-.54,1.54-1.1,2.09-.64.65-1.67,1.22-3.26,1.22Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m43.06,49.57c-.1,0-.21,0-.31-.03-.81-.17-1.33-.96-1.16-1.77.13-.64,0-1.61-.37-2.71-.26-.79.16-1.64.94-1.9.79-.27,1.64.16,1.9.94.55,1.65.71,3.09.46,4.28-.15.71-.77,1.19-1.47,1.19Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_bus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m73.52,75.02H28.52c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h45c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m93.12,75.02h-4.59c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4.59c.78,0,1.41-.63,1.41-1.41V28.18c0-3.12-2.54-5.65-5.65-5.65H8.93c-.78,0-1.41.63-1.41,1.41v46.68c0,.78.63,1.41,1.41,1.41h4.59c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-4.59c-2.43,0-4.41-1.98-4.41-4.41V23.93c0-2.43,1.98-4.41,4.41-4.41h79.94c4.77,0,8.65,3.88,8.65,8.65v42.44c0,2.43-1.98,4.41-4.41,4.41Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m96.02,30.02H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h90c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m73.52,52.52H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h67.5c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m81.02,60.02c-.38,0-.77-.15-1.06-.44l-7.5-7.5c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l7.5,7.5c.59.59.59,1.54,0,2.12-.29.29-.68.44-1.06.44Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m96.02,60.02h-15c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h15c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m21.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m81.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m73.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m28.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_bus.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m73.52,75.02H28.52c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h45c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m93.12,75.02h-4.59c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4.59c.78,0,1.41-.63,1.41-1.41V28.18c0-3.12-2.54-5.65-5.65-5.65H8.93c-.78,0-1.41.63-1.41,1.41v46.68c0,.78.63,1.41,1.41,1.41h4.59c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-4.59c-2.43,0-4.41-1.98-4.41-4.41V23.93c0-2.43,1.98-4.41,4.41-4.41h79.94c4.77,0,8.65,3.88,8.65,8.65v42.44c0,2.43-1.98,4.41-4.41,4.41Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m96.02,30.02H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h90c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m73.52,52.52H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h67.5c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m81.02,60.02c-.38,0-.77-.15-1.06-.44l-7.5-7.5c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l7.5,7.5c.59.59.59,1.54,0,2.12-.29.29-.68.44-1.06.44Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m96.02,60.02h-15c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h15c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m21.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m81.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m73.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m28.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_bus.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m73.52,75.02H28.52c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h45c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m93.12,75.02h-4.59c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4.59c.78,0,1.41-.63,1.41-1.41V28.18c0-3.12-2.54-5.65-5.65-5.65H8.93c-.78,0-1.41.63-1.41,1.41v46.68c0,.78.63,1.41,1.41,1.41h4.59c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-4.59c-2.43,0-4.41-1.98-4.41-4.41V23.93c0-2.43,1.98-4.41,4.41-4.41h79.94c4.77,0,8.65,3.88,8.65,8.65v42.44c0,2.43-1.98,4.41-4.41,4.41Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m96.02,30.02H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h90c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m73.52,52.52H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h67.5c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m81.02,60.02c-.38,0-.77-.15-1.06-.44l-7.5-7.5c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l7.5,7.5c.59.59.59,1.54,0,2.12-.29.29-.68.44-1.06.44Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m96.02,60.02h-15c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h15c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m21.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m81.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m73.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m28.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_bus.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m73.52,75.02H28.52c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h45c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m93.12,75.02h-4.59c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4.59c.78,0,1.41-.63,1.41-1.41V28.18c0-3.12-2.54-5.65-5.65-5.65H8.93c-.78,0-1.41.63-1.41,1.41v46.68c0,.78.63,1.41,1.41,1.41h4.59c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-4.59c-2.43,0-4.41-1.98-4.41-4.41V23.93c0-2.43,1.98-4.41,4.41-4.41h79.94c4.77,0,8.65,3.88,8.65,8.65v42.44c0,2.43-1.98,4.41-4.41,4.41Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m96.02,30.02H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h90c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m73.52,52.52H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h67.5c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m81.02,60.02c-.38,0-.77-.15-1.06-.44l-7.5-7.5c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l7.5,7.5c.59.59.59,1.54,0,2.12-.29.29-.68.44-1.06.44Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m96.02,60.02h-15c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h15c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m21.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m81.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m73.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m28.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_bus.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m73.52,75.02H28.52c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h45c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m93.12,75.02h-4.59c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4.59c.78,0,1.41-.63,1.41-1.41V28.18c0-3.12-2.54-5.65-5.65-5.65H8.93c-.78,0-1.41.63-1.41,1.41v46.68c0,.78.63,1.41,1.41,1.41h4.59c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-4.59c-2.43,0-4.41-1.98-4.41-4.41V23.93c0-2.43,1.98-4.41,4.41-4.41h79.94c4.77,0,8.65,3.88,8.65,8.65v42.44c0,2.43-1.98,4.41-4.41,4.41Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m96.02,30.02H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h90c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m73.52,52.52H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h67.5c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m81.02,60.02c-.38,0-.77-.15-1.06-.44l-7.5-7.5c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l7.5,7.5c.59.59.59,1.54,0,2.12-.29.29-.68.44-1.06.44Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m96.02,60.02h-15c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h15c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m21.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m81.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m73.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m28.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_bus.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m73.52,75.02H28.52c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h45c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m93.12,75.02h-4.59c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4.59c.78,0,1.41-.63,1.41-1.41V28.18c0-3.12-2.54-5.65-5.65-5.65H8.93c-.78,0-1.41.63-1.41,1.41v46.68c0,.78.63,1.41,1.41,1.41h4.59c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-4.59c-2.43,0-4.41-1.98-4.41-4.41V23.93c0-2.43,1.98-4.41,4.41-4.41h79.94c4.77,0,8.65,3.88,8.65,8.65v42.44c0,2.43-1.98,4.41-4.41,4.41Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m96.02,30.02H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h90c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m73.52,52.52H6.02c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h67.5c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m81.02,60.02c-.38,0-.77-.15-1.06-.44l-7.5-7.5c-.59-.59-.59-1.54,0-2.12s1.54-.59,2.12,0l7.5,7.5c.59.59.59,1.54,0,2.12-.29.29-.68.44-1.06.44Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m96.02,60.02h-15c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h15c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m21.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m81.02,82.52c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Zm0-15c-3.31,0-6,2.69-6,6s2.69,6,6,6,6-2.69,6-6-2.69-6-6-6Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m73.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m28.52,52.52c-.83,0-1.5-.67-1.5-1.5v-22.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v22.5c0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_car {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m69.02,71.81h-36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h36c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m93.81,71.81h-6.79c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6.79c.39,0,.71-.32.71-.71v-13.57c0-.39-.32-.71-.71-.71H16.7c-5.06,0-9.18,4.12-9.18,9.18v5.11c0,.39.32.71.71.71h6.79c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-6.79c-2.05,0-3.71-1.67-3.71-3.71v-5.11c0-6.72,5.46-12.18,12.18-12.18h77.11c2.05,0,3.71,1.67,3.71,3.71v13.57c0,2.05-1.67,3.71-3.71,3.71Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m24.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m78.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m93.02,53.81c-.55,0-1.08-.3-1.34-.83l-7.74-15.48c-.52-1.04-1.57-1.69-2.73-1.69h-29.67c-5.74,0-11.13,2.23-15.19,6.29l-11.27,11.27c-.59.59-1.54.59-2.12,0s-.59-1.54,0-2.12l11.27-11.27c4.62-4.62,10.77-7.17,17.31-7.17h29.67c2.31,0,4.39,1.28,5.42,3.35l7.74,15.48c.37.74.07,1.64-.67,2.01-.22.11-.44.16-.67.16Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m73.94,53.08c-.65,0-1.25-.43-1.44-1.09l-4.92-17.28c-.23-.8.24-1.63,1.03-1.85.79-.23,1.63.23,1.85,1.03l4.92,17.28c.23.8-.24,1.63-1.03,1.85-.14.04-.28.06-.41.06Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,53.08c-.14,0-.27-.02-.41-.06-.8-.23-1.26-1.06-1.03-1.85l4.92-17.28c.23-.8,1.06-1.26,1.85-1.03.8.23,1.26,1.06,1.03,1.85l-4.92,17.28c-.19.66-.79,1.09-1.44,1.09Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_car.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m69.02,71.81h-36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h36c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m93.81,71.81h-6.79c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6.79c.39,0,.71-.32.71-.71v-13.57c0-.39-.32-.71-.71-.71H16.7c-5.06,0-9.18,4.12-9.18,9.18v5.11c0,.39.32.71.71.71h6.79c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-6.79c-2.05,0-3.71-1.67-3.71-3.71v-5.11c0-6.72,5.46-12.18,12.18-12.18h77.11c2.05,0,3.71,1.67,3.71,3.71v13.57c0,2.05-1.67,3.71-3.71,3.71Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m24.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m78.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m93.02,53.81c-.55,0-1.08-.3-1.34-.83l-7.74-15.48c-.52-1.04-1.57-1.69-2.73-1.69h-29.67c-5.74,0-11.13,2.23-15.19,6.29l-11.27,11.27c-.59.59-1.54.59-2.12,0s-.59-1.54,0-2.12l11.27-11.27c4.62-4.62,10.77-7.17,17.31-7.17h29.67c2.31,0,4.39,1.28,5.42,3.35l7.74,15.48c.37.74.07,1.64-.67,2.01-.22.11-.44.16-.67.16Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m73.94,53.08c-.65,0-1.25-.43-1.44-1.09l-4.92-17.28c-.23-.8.24-1.63,1.03-1.85.79-.23,1.63.23,1.85,1.03l4.92,17.28c.23.8-.24,1.63-1.03,1.85-.14.04-.28.06-.41.06Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,53.08c-.14,0-.27-.02-.41-.06-.8-.23-1.26-1.06-1.03-1.85l4.92-17.28c.23-.8,1.06-1.26,1.85-1.03.8.23,1.26,1.06,1.03,1.85l-4.92,17.28c-.19.66-.79,1.09-1.44,1.09Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_car.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m69.02,71.81h-36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h36c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m93.81,71.81h-6.79c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6.79c.39,0,.71-.32.71-.71v-13.57c0-.39-.32-.71-.71-.71H16.7c-5.06,0-9.18,4.12-9.18,9.18v5.11c0,.39.32.71.71.71h6.79c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-6.79c-2.05,0-3.71-1.67-3.71-3.71v-5.11c0-6.72,5.46-12.18,12.18-12.18h77.11c2.05,0,3.71,1.67,3.71,3.71v13.57c0,2.05-1.67,3.71-3.71,3.71Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m24.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m78.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m93.02,53.81c-.55,0-1.08-.3-1.34-.83l-7.74-15.48c-.52-1.04-1.57-1.69-2.73-1.69h-29.67c-5.74,0-11.13,2.23-15.19,6.29l-11.27,11.27c-.59.59-1.54.59-2.12,0s-.59-1.54,0-2.12l11.27-11.27c4.62-4.62,10.77-7.17,17.31-7.17h29.67c2.31,0,4.39,1.28,5.42,3.35l7.74,15.48c.37.74.07,1.64-.67,2.01-.22.11-.44.16-.67.16Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m73.94,53.08c-.65,0-1.25-.43-1.44-1.09l-4.92-17.28c-.23-.8.24-1.63,1.03-1.85.79-.23,1.63.23,1.85,1.03l4.92,17.28c.23.8-.24,1.63-1.03,1.85-.14.04-.28.06-.41.06Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,53.08c-.14,0-.27-.02-.41-.06-.8-.23-1.26-1.06-1.03-1.85l4.92-17.28c.23-.8,1.06-1.26,1.85-1.03.8.23,1.26,1.06,1.03,1.85l-4.92,17.28c-.19.66-.79,1.09-1.44,1.09Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_car.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m69.02,71.81h-36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h36c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m93.81,71.81h-6.79c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6.79c.39,0,.71-.32.71-.71v-13.57c0-.39-.32-.71-.71-.71H16.7c-5.06,0-9.18,4.12-9.18,9.18v5.11c0,.39.32.71.71.71h6.79c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-6.79c-2.05,0-3.71-1.67-3.71-3.71v-5.11c0-6.72,5.46-12.18,12.18-12.18h77.11c2.05,0,3.71,1.67,3.71,3.71v13.57c0,2.05-1.67,3.71-3.71,3.71Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m24.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m78.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m93.02,53.81c-.55,0-1.08-.3-1.34-.83l-7.74-15.48c-.52-1.04-1.57-1.69-2.73-1.69h-29.67c-5.74,0-11.13,2.23-15.19,6.29l-11.27,11.27c-.59.59-1.54.59-2.12,0s-.59-1.54,0-2.12l11.27-11.27c4.62-4.62,10.77-7.17,17.31-7.17h29.67c2.31,0,4.39,1.28,5.42,3.35l7.74,15.48c.37.74.07,1.64-.67,2.01-.22.11-.44.16-.67.16Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m73.94,53.08c-.65,0-1.25-.43-1.44-1.09l-4.92-17.28c-.23-.8.24-1.63,1.03-1.85.79-.23,1.63.23,1.85,1.03l4.92,17.28c.23.8-.24,1.63-1.03,1.85-.14.04-.28.06-.41.06Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,53.08c-.14,0-.27-.02-.41-.06-.8-.23-1.26-1.06-1.03-1.85l4.92-17.28c.23-.8,1.06-1.26,1.85-1.03.8.23,1.26,1.06,1.03,1.85l-4.92,17.28c-.19.66-.79,1.09-1.44,1.09Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_car.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m69.02,71.81h-36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h36c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m93.81,71.81h-6.79c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6.79c.39,0,.71-.32.71-.71v-13.57c0-.39-.32-.71-.71-.71H16.7c-5.06,0-9.18,4.12-9.18,9.18v5.11c0,.39.32.71.71.71h6.79c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-6.79c-2.05,0-3.71-1.67-3.71-3.71v-5.11c0-6.72,5.46-12.18,12.18-12.18h77.11c2.05,0,3.71,1.67,3.71,3.71v13.57c0,2.05-1.67,3.71-3.71,3.71Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m24.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m78.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m93.02,53.81c-.55,0-1.08-.3-1.34-.83l-7.74-15.48c-.52-1.04-1.57-1.69-2.73-1.69h-29.67c-5.74,0-11.13,2.23-15.19,6.29l-11.27,11.27c-.59.59-1.54.59-2.12,0s-.59-1.54,0-2.12l11.27-11.27c4.62-4.62,10.77-7.17,17.31-7.17h29.67c2.31,0,4.39,1.28,5.42,3.35l7.74,15.48c.37.74.07,1.64-.67,2.01-.22.11-.44.16-.67.16Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m73.94,53.08c-.65,0-1.25-.43-1.44-1.09l-4.92-17.28c-.23-.8.24-1.63,1.03-1.85.79-.23,1.63.23,1.85,1.03l4.92,17.28c.23.8-.24,1.63-1.03,1.85-.14.04-.28.06-.41.06Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,53.08c-.14,0-.27-.02-.41-.06-.8-.23-1.26-1.06-1.03-1.85l4.92-17.28c.23-.8,1.06-1.26,1.85-1.03.8.23,1.26,1.06,1.03,1.85l-4.92,17.28c-.19.66-.79,1.09-1.44,1.09Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_car.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m69.02,71.81h-36c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h36c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m93.81,71.81h-6.79c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h6.79c.39,0,.71-.32.71-.71v-13.57c0-.39-.32-.71-.71-.71H16.7c-5.06,0-9.18,4.12-9.18,9.18v5.11c0,.39.32.71.71.71h6.79c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5h-6.79c-2.05,0-3.71-1.67-3.71-3.71v-5.11c0-6.72,5.46-12.18,12.18-12.18h77.11c2.05,0,3.71,1.67,3.71,3.71v13.57c0,2.05-1.67,3.71-3.71,3.71Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m24.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m78.02,80.81c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5,10.5,4.71,10.5,10.5-4.71,10.5-10.5,10.5Zm0-18c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5,7.5-3.36,7.5-7.5-3.36-7.5-7.5-7.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m93.02,53.81c-.55,0-1.08-.3-1.34-.83l-7.74-15.48c-.52-1.04-1.57-1.69-2.73-1.69h-29.67c-5.74,0-11.13,2.23-15.19,6.29l-11.27,11.27c-.59.59-1.54.59-2.12,0s-.59-1.54,0-2.12l11.27-11.27c4.62-4.62,10.77-7.17,17.31-7.17h29.67c2.31,0,4.39,1.28,5.42,3.35l7.74,15.48c.37.74.07,1.64-.67,2.01-.22.11-.44.16-.67.16Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m73.94,53.08c-.65,0-1.25-.43-1.44-1.09l-4.92-17.28c-.23-.8.24-1.63,1.03-1.85.79-.23,1.63.23,1.85,1.03l4.92,17.28c.23.8-.24,1.63-1.03,1.85-.14.04-.28.06-.41.06Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,53.08c-.14,0-.27-.02-.41-.06-.8-.23-1.26-1.06-1.03-1.85l4.92-17.28c.23-.8,1.06-1.26,1.85-1.03.8.23,1.26,1.06,1.03,1.85l-4.92,17.28c-.19.66-.79,1.09-1.44,1.09Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_directions {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m23.96,82.84l-.67-.33c-6.45-3.22-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m23.96,69.85c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m78.09,47.23l-.67-.33c-6.45-3.23-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m78.09,34.25c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m59.96,90.01c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5c1.13,0,2.21-.24,3.22-.73.75-.36,1.64-.04,2,.71s.04,1.64-.71,2c-1.42.68-2.93,1.02-4.52,1.02Zm-8,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm40.75-6.88c-.12,0-.23-.01-.35-.04-.81-.19-1.3-1-1.11-1.81.14-.58.21-1.17.21-1.77,0-.52-.05-1.04-.16-1.54-.17-.81.35-1.61,1.16-1.78.81-.17,1.61.35,1.77,1.16.15.7.22,1.43.22,2.15,0,.84-.1,1.67-.29,2.47-.17.69-.78,1.15-1.46,1.15Zm-4.63-10.12c-.23,0-.47-.05-.69-.17-.99-.51-2.07-.79-3.2-.83-.83-.03-1.48-.72-1.45-1.55s.71-1.5,1.55-1.45c1.58.05,3.08.44,4.48,1.16.74.38,1.02,1.29.65,2.02-.27.52-.79.81-1.33.81Zm-10.92-4.11c-.42,0-.84-.17-1.13-.52-1.02-1.17-1.78-2.58-2.19-4.08-.22-.8.25-1.62,1.05-1.84.8-.22,1.62.25,1.84,1.05.29,1.06.83,2.07,1.56,2.91.54.62.48,1.57-.15,2.12-.28.25-.63.37-.98.37Zm-.61-11.14c-.29,0-.59-.09-.85-.27-.68-.47-.85-1.41-.38-2.09.88-1.28,2.06-2.36,3.4-3.13.72-.41,1.64-.17,2.05.55s.17,1.63-.55,2.05c-.96.55-1.8,1.33-2.43,2.24-.29.42-.76.65-1.23.65Zm10.71-3.94c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l4-.06c.84-.04,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-4,.06h-.02Zm12-.18c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l2.84-.04c.81,0,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-2.84.04h-.02Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_directions.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m23.96,82.84l-.67-.33c-6.45-3.22-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m23.96,69.85c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m78.09,47.23l-.67-.33c-6.45-3.23-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m78.09,34.25c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m59.96,90.01c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5c1.13,0,2.21-.24,3.22-.73.75-.36,1.64-.04,2,.71s.04,1.64-.71,2c-1.42.68-2.93,1.02-4.52,1.02Zm-8,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm40.75-6.88c-.12,0-.23-.01-.35-.04-.81-.19-1.3-1-1.11-1.81.14-.58.21-1.17.21-1.77,0-.52-.05-1.04-.16-1.54-.17-.81.35-1.61,1.16-1.78.81-.17,1.61.35,1.77,1.16.15.7.22,1.43.22,2.15,0,.84-.1,1.67-.29,2.47-.17.69-.78,1.15-1.46,1.15Zm-4.63-10.12c-.23,0-.47-.05-.69-.17-.99-.51-2.07-.79-3.2-.83-.83-.03-1.48-.72-1.45-1.55s.71-1.5,1.55-1.45c1.58.05,3.08.44,4.48,1.16.74.38,1.02,1.29.65,2.02-.27.52-.79.81-1.33.81Zm-10.92-4.11c-.42,0-.84-.17-1.13-.52-1.02-1.17-1.78-2.58-2.19-4.08-.22-.8.25-1.62,1.05-1.84.8-.22,1.62.25,1.84,1.05.29,1.06.83,2.07,1.56,2.91.54.62.48,1.57-.15,2.12-.28.25-.63.37-.98.37Zm-.61-11.14c-.29,0-.59-.09-.85-.27-.68-.47-.85-1.41-.38-2.09.88-1.28,2.06-2.36,3.4-3.13.72-.41,1.64-.17,2.05.55s.17,1.63-.55,2.05c-.96.55-1.8,1.33-2.43,2.24-.29.42-.76.65-1.23.65Zm10.71-3.94c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l4-.06c.84-.04,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-4,.06h-.02Zm12-.18c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l2.84-.04c.81,0,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-2.84.04h-.02Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_directions.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m23.96,82.84l-.67-.33c-6.45-3.22-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m23.96,69.85c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m78.09,47.23l-.67-.33c-6.45-3.23-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m78.09,34.25c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m59.96,90.01c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5c1.13,0,2.21-.24,3.22-.73.75-.36,1.64-.04,2,.71s.04,1.64-.71,2c-1.42.68-2.93,1.02-4.52,1.02Zm-8,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm40.75-6.88c-.12,0-.23-.01-.35-.04-.81-.19-1.3-1-1.11-1.81.14-.58.21-1.17.21-1.77,0-.52-.05-1.04-.16-1.54-.17-.81.35-1.61,1.16-1.78.81-.17,1.61.35,1.77,1.16.15.7.22,1.43.22,2.15,0,.84-.1,1.67-.29,2.47-.17.69-.78,1.15-1.46,1.15Zm-4.63-10.12c-.23,0-.47-.05-.69-.17-.99-.51-2.07-.79-3.2-.83-.83-.03-1.48-.72-1.45-1.55s.71-1.5,1.55-1.45c1.58.05,3.08.44,4.48,1.16.74.38,1.02,1.29.65,2.02-.27.52-.79.81-1.33.81Zm-10.92-4.11c-.42,0-.84-.17-1.13-.52-1.02-1.17-1.78-2.58-2.19-4.08-.22-.8.25-1.62,1.05-1.84.8-.22,1.62.25,1.84,1.05.29,1.06.83,2.07,1.56,2.91.54.62.48,1.57-.15,2.12-.28.25-.63.37-.98.37Zm-.61-11.14c-.29,0-.59-.09-.85-.27-.68-.47-.85-1.41-.38-2.09.88-1.28,2.06-2.36,3.4-3.13.72-.41,1.64-.17,2.05.55s.17,1.63-.55,2.05c-.96.55-1.8,1.33-2.43,2.24-.29.42-.76.65-1.23.65Zm10.71-3.94c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l4-.06c.84-.04,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-4,.06h-.02Zm12-.18c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l2.84-.04c.81,0,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-2.84.04h-.02Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_directions.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m23.96,82.84l-.67-.33c-6.45-3.22-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m23.96,69.85c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m78.09,47.23l-.67-.33c-6.45-3.23-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m78.09,34.25c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m59.96,90.01c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5c1.13,0,2.21-.24,3.22-.73.75-.36,1.64-.04,2,.71s.04,1.64-.71,2c-1.42.68-2.93,1.02-4.52,1.02Zm-8,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm40.75-6.88c-.12,0-.23-.01-.35-.04-.81-.19-1.3-1-1.11-1.81.14-.58.21-1.17.21-1.77,0-.52-.05-1.04-.16-1.54-.17-.81.35-1.61,1.16-1.78.81-.17,1.61.35,1.77,1.16.15.7.22,1.43.22,2.15,0,.84-.1,1.67-.29,2.47-.17.69-.78,1.15-1.46,1.15Zm-4.63-10.12c-.23,0-.47-.05-.69-.17-.99-.51-2.07-.79-3.2-.83-.83-.03-1.48-.72-1.45-1.55s.71-1.5,1.55-1.45c1.58.05,3.08.44,4.48,1.16.74.38,1.02,1.29.65,2.02-.27.52-.79.81-1.33.81Zm-10.92-4.11c-.42,0-.84-.17-1.13-.52-1.02-1.17-1.78-2.58-2.19-4.08-.22-.8.25-1.62,1.05-1.84.8-.22,1.62.25,1.84,1.05.29,1.06.83,2.07,1.56,2.91.54.62.48,1.57-.15,2.12-.28.25-.63.37-.98.37Zm-.61-11.14c-.29,0-.59-.09-.85-.27-.68-.47-.85-1.41-.38-2.09.88-1.28,2.06-2.36,3.4-3.13.72-.41,1.64-.17,2.05.55s.17,1.63-.55,2.05c-.96.55-1.8,1.33-2.43,2.24-.29.42-.76.65-1.23.65Zm10.71-3.94c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l4-.06c.84-.04,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-4,.06h-.02Zm12-.18c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l2.84-.04c.81,0,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-2.84.04h-.02Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_directions.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m23.96,82.84l-.67-.33c-6.45-3.22-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m23.96,69.85c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m78.09,47.23l-.67-.33c-6.45-3.23-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m78.09,34.25c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m59.96,90.01c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5c1.13,0,2.21-.24,3.22-.73.75-.36,1.64-.04,2,.71s.04,1.64-.71,2c-1.42.68-2.93,1.02-4.52,1.02Zm-8,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm40.75-6.88c-.12,0-.23-.01-.35-.04-.81-.19-1.3-1-1.11-1.81.14-.58.21-1.17.21-1.77,0-.52-.05-1.04-.16-1.54-.17-.81.35-1.61,1.16-1.78.81-.17,1.61.35,1.77,1.16.15.7.22,1.43.22,2.15,0,.84-.1,1.67-.29,2.47-.17.69-.78,1.15-1.46,1.15Zm-4.63-10.12c-.23,0-.47-.05-.69-.17-.99-.51-2.07-.79-3.2-.83-.83-.03-1.48-.72-1.45-1.55s.71-1.5,1.55-1.45c1.58.05,3.08.44,4.48,1.16.74.38,1.02,1.29.65,2.02-.27.52-.79.81-1.33.81Zm-10.92-4.11c-.42,0-.84-.17-1.13-.52-1.02-1.17-1.78-2.58-2.19-4.08-.22-.8.25-1.62,1.05-1.84.8-.22,1.62.25,1.84,1.05.29,1.06.83,2.07,1.56,2.91.54.62.48,1.57-.15,2.12-.28.25-.63.37-.98.37Zm-.61-11.14c-.29,0-.59-.09-.85-.27-.68-.47-.85-1.41-.38-2.09.88-1.28,2.06-2.36,3.4-3.13.72-.41,1.64-.17,2.05.55s.17,1.63-.55,2.05c-.96.55-1.8,1.33-2.43,2.24-.29.42-.76.65-1.23.65Zm10.71-3.94c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l4-.06c.84-.04,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-4,.06h-.02Zm12-.18c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l2.84-.04c.81,0,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-2.84.04h-.02Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_directions.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m23.96,82.84l-.67-.33c-6.45-3.22-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m23.96,69.85c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m78.09,47.23l-.67-.33c-6.45-3.23-13.64-12.46-13.64-20.55s6.42-14.31,14.31-14.31,14.31,6.42,14.31,14.31-7.19,17.33-13.64,20.55l-.67.33Zm0-32.2c-6.23,0-11.31,5.07-11.31,11.31s5.31,14.13,11.31,17.51c6-3.38,11.31-11.52,11.31-17.51s-5.07-11.31-11.31-11.31Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m78.09,34.25c-4.36,0-7.9-3.55-7.9-7.9s3.55-7.9,7.9-7.9,7.9,3.55,7.9,7.9-3.55,7.9-7.9,7.9Zm0-12.81c-2.7,0-4.9,2.2-4.9,4.9s2.2,4.9,4.9,4.9,4.9-2.2,4.9-4.9-2.2-4.9-4.9-4.9Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m59.96,90.01c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5c1.13,0,2.21-.24,3.22-.73.75-.36,1.64-.04,2,.71s.04,1.64-.71,2c-1.42.68-2.93,1.02-4.52,1.02Zm-8,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm-12,0h-4c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h4c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Zm40.75-6.88c-.12,0-.23-.01-.35-.04-.81-.19-1.3-1-1.11-1.81.14-.58.21-1.17.21-1.77,0-.52-.05-1.04-.16-1.54-.17-.81.35-1.61,1.16-1.78.81-.17,1.61.35,1.77,1.16.15.7.22,1.43.22,2.15,0,.84-.1,1.67-.29,2.47-.17.69-.78,1.15-1.46,1.15Zm-4.63-10.12c-.23,0-.47-.05-.69-.17-.99-.51-2.07-.79-3.2-.83-.83-.03-1.48-.72-1.45-1.55s.71-1.5,1.55-1.45c1.58.05,3.08.44,4.48,1.16.74.38,1.02,1.29.65,2.02-.27.52-.79.81-1.33.81Zm-10.92-4.11c-.42,0-.84-.17-1.13-.52-1.02-1.17-1.78-2.58-2.19-4.08-.22-.8.25-1.62,1.05-1.84.8-.22,1.62.25,1.84,1.05.29,1.06.83,2.07,1.56,2.91.54.62.48,1.57-.15,2.12-.28.25-.63.37-.98.37Zm-.61-11.14c-.29,0-.59-.09-.85-.27-.68-.47-.85-1.41-.38-2.09.88-1.28,2.06-2.36,3.4-3.13.72-.41,1.64-.17,2.05.55s.17,1.63-.55,2.05c-.96.55-1.8,1.33-2.43,2.24-.29.42-.76.65-1.23.65Zm10.71-3.94c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l4-.06c.84-.04,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-4,.06h-.02Zm12-.18c-.82,0-1.49-.66-1.5-1.48-.01-.83.65-1.51,1.48-1.52l2.84-.04c.81,0,1.51.65,1.52,1.48.01.83-.65,1.51-1.48,1.52l-2.84.04h-.02Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_microphone {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,73.81c-10.75,0-19.5-8.75-19.5-19.5v-27c0-10.75,8.75-19.5,19.5-19.5s19.5,8.75,19.5,19.5v27c0,10.75-8.75,19.5-19.5,19.5Zm0-63c-9.1,0-16.5,7.4-16.5,16.5v27c0,9.1,7.4,16.5,16.5,16.5s16.5-7.4,16.5-16.5v-27c0-9.1-7.4-16.5-16.5-16.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,82.81c-15.71,0-28.5-12.79-28.5-28.5,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,14.06,11.44,25.5,25.5,25.5s25.5-11.44,25.5-25.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,15.71-12.79,28.5-28.5,28.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,100.81c-.83,0-1.5-.67-1.5-1.5v-18c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v18c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m42.02,28.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m42.02,46.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m42.02,55.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m42.02,37.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_microphone.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,73.81c-10.75,0-19.5-8.75-19.5-19.5v-27c0-10.75,8.75-19.5,19.5-19.5s19.5,8.75,19.5,19.5v27c0,10.75-8.75,19.5-19.5,19.5Zm0-63c-9.1,0-16.5,7.4-16.5,16.5v27c0,9.1,7.4,16.5,16.5,16.5s16.5-7.4,16.5-16.5v-27c0-9.1-7.4-16.5-16.5-16.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,82.81c-15.71,0-28.5-12.79-28.5-28.5,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,14.06,11.44,25.5,25.5,25.5s25.5-11.44,25.5-25.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,15.71-12.79,28.5-28.5,28.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,100.81c-.83,0-1.5-.67-1.5-1.5v-18c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v18c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m42.02,28.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m42.02,46.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m42.02,55.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m42.02,37.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_microphone.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,73.81c-10.75,0-19.5-8.75-19.5-19.5v-27c0-10.75,8.75-19.5,19.5-19.5s19.5,8.75,19.5,19.5v27c0,10.75-8.75,19.5-19.5,19.5Zm0-63c-9.1,0-16.5,7.4-16.5,16.5v27c0,9.1,7.4,16.5,16.5,16.5s16.5-7.4,16.5-16.5v-27c0-9.1-7.4-16.5-16.5-16.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,82.81c-15.71,0-28.5-12.79-28.5-28.5,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,14.06,11.44,25.5,25.5,25.5s25.5-11.44,25.5-25.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,15.71-12.79,28.5-28.5,28.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,100.81c-.83,0-1.5-.67-1.5-1.5v-18c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v18c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m42.02,28.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m42.02,46.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m42.02,55.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m42.02,37.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_microphone.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,73.81c-10.75,0-19.5-8.75-19.5-19.5v-27c0-10.75,8.75-19.5,19.5-19.5s19.5,8.75,19.5,19.5v27c0,10.75-8.75,19.5-19.5,19.5Zm0-63c-9.1,0-16.5,7.4-16.5,16.5v27c0,9.1,7.4,16.5,16.5,16.5s16.5-7.4,16.5-16.5v-27c0-9.1-7.4-16.5-16.5-16.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,82.81c-15.71,0-28.5-12.79-28.5-28.5,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,14.06,11.44,25.5,25.5,25.5s25.5-11.44,25.5-25.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,15.71-12.79,28.5-28.5,28.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,100.81c-.83,0-1.5-.67-1.5-1.5v-18c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v18c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m42.02,28.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m42.02,46.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m42.02,55.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m42.02,37.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_microphone.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,73.81c-10.75,0-19.5-8.75-19.5-19.5v-27c0-10.75,8.75-19.5,19.5-19.5s19.5,8.75,19.5,19.5v27c0,10.75-8.75,19.5-19.5,19.5Zm0-63c-9.1,0-16.5,7.4-16.5,16.5v27c0,9.1,7.4,16.5,16.5,16.5s16.5-7.4,16.5-16.5v-27c0-9.1-7.4-16.5-16.5-16.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,82.81c-15.71,0-28.5-12.79-28.5-28.5,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,14.06,11.44,25.5,25.5,25.5s25.5-11.44,25.5-25.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,15.71-12.79,28.5-28.5,28.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,100.81c-.83,0-1.5-.67-1.5-1.5v-18c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v18c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m42.02,28.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m42.02,46.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m42.02,55.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m42.02,37.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_microphone.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,73.81c-10.75,0-19.5-8.75-19.5-19.5v-27c0-10.75,8.75-19.5,19.5-19.5s19.5,8.75,19.5,19.5v27c0,10.75-8.75,19.5-19.5,19.5Zm0-63c-9.1,0-16.5,7.4-16.5,16.5v27c0,9.1,7.4,16.5,16.5,16.5s16.5-7.4,16.5-16.5v-27c0-9.1-7.4-16.5-16.5-16.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,82.81c-15.71,0-28.5-12.79-28.5-28.5,0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,14.06,11.44,25.5,25.5,25.5s25.5-11.44,25.5-25.5c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5c0,15.71-12.79,28.5-28.5,28.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,100.81c-.83,0-1.5-.67-1.5-1.5v-18c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v18c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m42.02,28.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m42.02,46.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m42.02,55.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m42.02,37.81h-9c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5h9c.83,0,1.5.67,1.5,1.5s-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_castle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m77.21,37.64H24.84c-.71,0-1.33-.5-1.47-1.21l-3.57-17.86c-.09-.44.03-.9.31-1.25s.71-.55,1.16-.55h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.45,0,.88.2,1.16.55s.4.8.31,1.25l-3.57,17.86c-.14.7-.76,1.21-1.47,1.21Zm-51.15-3h49.92l2.97-14.86h-8.57v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.9v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.57l2.97,14.86Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m24.84,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m77.21,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m56.98,73.36h-11.9c-.83,0-1.5-.67-1.5-1.5v-18.81c0-3.58,2.92-6.5,6.5-6.5h1.9c3.58,0,6.5,2.92,6.5,6.5v18.81c0,.83-.67,1.5-1.5,1.5Zm-10.4-3h8.9v-17.31c0-1.93-1.57-3.5-3.5-3.5h-1.9c-1.93,0-3.5,1.57-3.5,3.5v17.31Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_castle.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m77.21,37.64H24.84c-.71,0-1.33-.5-1.47-1.21l-3.57-17.86c-.09-.44.03-.9.31-1.25s.71-.55,1.16-.55h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.45,0,.88.2,1.16.55s.4.8.31,1.25l-3.57,17.86c-.14.7-.76,1.21-1.47,1.21Zm-51.15-3h49.92l2.97-14.86h-8.57v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.9v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.57l2.97,14.86Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m24.84,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m77.21,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m56.98,73.36h-11.9c-.83,0-1.5-.67-1.5-1.5v-18.81c0-3.58,2.92-6.5,6.5-6.5h1.9c3.58,0,6.5,2.92,6.5,6.5v18.81c0,.83-.67,1.5-1.5,1.5Zm-10.4-3h8.9v-17.31c0-1.93-1.57-3.5-3.5-3.5h-1.9c-1.93,0-3.5,1.57-3.5,3.5v17.31Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_castle.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m77.21,37.64H24.84c-.71,0-1.33-.5-1.47-1.21l-3.57-17.86c-.09-.44.03-.9.31-1.25s.71-.55,1.16-.55h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.45,0,.88.2,1.16.55s.4.8.31,1.25l-3.57,17.86c-.14.7-.76,1.21-1.47,1.21Zm-51.15-3h49.92l2.97-14.86h-8.57v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.9v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.57l2.97,14.86Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m24.84,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m77.21,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m56.98,73.36h-11.9c-.83,0-1.5-.67-1.5-1.5v-18.81c0-3.58,2.92-6.5,6.5-6.5h1.9c3.58,0,6.5,2.92,6.5,6.5v18.81c0,.83-.67,1.5-1.5,1.5Zm-10.4-3h8.9v-17.31c0-1.93-1.57-3.5-3.5-3.5h-1.9c-1.93,0-3.5,1.57-3.5,3.5v17.31Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_castle.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m77.21,37.64H24.84c-.71,0-1.33-.5-1.47-1.21l-3.57-17.86c-.09-.44.03-.9.31-1.25s.71-.55,1.16-.55h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.45,0,.88.2,1.16.55s.4.8.31,1.25l-3.57,17.86c-.14.7-.76,1.21-1.47,1.21Zm-51.15-3h49.92l2.97-14.86h-8.57v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.9v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.57l2.97,14.86Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m24.84,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m77.21,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m56.98,73.36h-11.9c-.83,0-1.5-.67-1.5-1.5v-18.81c0-3.58,2.92-6.5,6.5-6.5h1.9c3.58,0,6.5,2.92,6.5,6.5v18.81c0,.83-.67,1.5-1.5,1.5Zm-10.4-3h8.9v-17.31c0-1.93-1.57-3.5-3.5-3.5h-1.9c-1.93,0-3.5,1.57-3.5,3.5v17.31Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_castle.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m77.21,37.64H24.84c-.71,0-1.33-.5-1.47-1.21l-3.57-17.86c-.09-.44.03-.9.31-1.25s.71-.55,1.16-.55h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.45,0,.88.2,1.16.55s.4.8.31,1.25l-3.57,17.86c-.14.7-.76,1.21-1.47,1.21Zm-51.15-3h49.92l2.97-14.86h-8.57v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.9v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.57l2.97,14.86Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m24.84,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m77.21,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m56.98,73.36h-11.9c-.83,0-1.5-.67-1.5-1.5v-18.81c0-3.58,2.92-6.5,6.5-6.5h1.9c3.58,0,6.5,2.92,6.5,6.5v18.81c0,.83-.67,1.5-1.5,1.5Zm-10.4-3h8.9v-17.31c0-1.93-1.57-3.5-3.5-3.5h-1.9c-1.93,0-3.5,1.57-3.5,3.5v17.31Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_castle.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m77.21,37.64H24.84c-.71,0-1.33-.5-1.47-1.21l-3.57-17.86c-.09-.44.03-.9.31-1.25s.71-.55,1.16-.55h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.83,0,1.5.67,1.5,1.5v4.45h8.9v-4.45c0-.83.67-1.5,1.5-1.5h11.9c.45,0,.88.2,1.16.55s.4.8.31,1.25l-3.57,17.86c-.14.7-.76,1.21-1.47,1.21Zm-51.15-3h49.92l2.97-14.86h-8.57v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.9v4.45c0,.83-.67,1.5-1.5,1.5h-11.9c-.83,0-1.5-.67-1.5-1.5v-4.45h-8.57l2.97,14.86Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m24.84,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m77.21,85.26c-.83,0-1.5-.67-1.5-1.5v-47.61c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.61c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m56.98,73.36h-11.9c-.83,0-1.5-.67-1.5-1.5v-18.81c0-3.58,2.92-6.5,6.5-6.5h1.9c3.58,0,6.5,2.92,6.5,6.5v18.81c0,.83-.67,1.5-1.5,1.5Zm-10.4-3h8.9v-17.31c0-1.93-1.57-3.5-3.5-3.5h-1.9c-1.93,0-3.5,1.57-3.5,3.5v17.31Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_flag {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m36.12,85.41c-.66,0-1.26-.44-1.44-1.1L16.47,18.54c-.22-.8.25-1.62,1.04-1.85.8-.22,1.62.25,1.85,1.04l18.21,65.77c.22.8-.25,1.62-1.04,1.85-.13.04-.27.05-.4.05Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m32.54,57.01c-.48,0-.95-.23-1.24-.65-.47-.68-.29-1.62.39-2.09,1.14-.79,11.33-7.65,16.27-6.83,1.49.25,2.39,1.46,3.27,2.64.88,1.18,1.78,2.4,3.3,2.93,3.08,1.06,10.06-.11,14.45-3.21,6.33-4.48,11.9-13.95,13.33-20.29-6.88,2.04-19.13,3.85-25.54,2.59-2.55-.5-3.95-2.54-5.31-4.51-2.22-3.23-4.51-6.57-12.37-5.27-2.62.43-10.43,3.55-13.21,4.72-.77.32-1.64-.04-1.96-.8-.32-.76.04-1.64.8-1.96.42-.18,10.38-4.33,13.88-4.91,9.74-1.61,12.97,3.1,15.33,6.53,1.28,1.86,2.13,3.01,3.41,3.26,6.53,1.28,20.56-1.04,26.26-3.24.47-.18,1.01-.11,1.42.19.41.3.64.79.62,1.3-.39,6.88-6.99,19.24-14.93,24.84-5.33,3.77-13.32,4.92-17.16,3.6-2.39-.82-3.75-2.65-4.73-3.98-.42-.57-1.05-1.42-1.35-1.47-2.83-.46-10.14,3.65-14.08,6.35-.26.18-.55.26-.85.26Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m30.4,50.42c-.18,0-.37-.03-.55-.1-.77-.3-1.15-1.17-.85-1.95,4.51-11.46-3.97-15.45-4.33-15.62-.75-.34-1.09-1.23-.75-1.98.34-.75,1.22-1.09,1.97-.76.12.05,11.49,5.26,5.91,19.46-.23.59-.8.95-1.4.95Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_flag.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m36.12,85.41c-.66,0-1.26-.44-1.44-1.1L16.47,18.54c-.22-.8.25-1.62,1.04-1.85.8-.22,1.62.25,1.85,1.04l18.21,65.77c.22.8-.25,1.62-1.04,1.85-.13.04-.27.05-.4.05Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m32.54,57.01c-.48,0-.95-.23-1.24-.65-.47-.68-.29-1.62.39-2.09,1.14-.79,11.33-7.65,16.27-6.83,1.49.25,2.39,1.46,3.27,2.64.88,1.18,1.78,2.4,3.3,2.93,3.08,1.06,10.06-.11,14.45-3.21,6.33-4.48,11.9-13.95,13.33-20.29-6.88,2.04-19.13,3.85-25.54,2.59-2.55-.5-3.95-2.54-5.31-4.51-2.22-3.23-4.51-6.57-12.37-5.27-2.62.43-10.43,3.55-13.21,4.72-.77.32-1.64-.04-1.96-.8-.32-.76.04-1.64.8-1.96.42-.18,10.38-4.33,13.88-4.91,9.74-1.61,12.97,3.1,15.33,6.53,1.28,1.86,2.13,3.01,3.41,3.26,6.53,1.28,20.56-1.04,26.26-3.24.47-.18,1.01-.11,1.42.19.41.3.64.79.62,1.3-.39,6.88-6.99,19.24-14.93,24.84-5.33,3.77-13.32,4.92-17.16,3.6-2.39-.82-3.75-2.65-4.73-3.98-.42-.57-1.05-1.42-1.35-1.47-2.83-.46-10.14,3.65-14.08,6.35-.26.18-.55.26-.85.26Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m30.4,50.42c-.18,0-.37-.03-.55-.1-.77-.3-1.15-1.17-.85-1.95,4.51-11.46-3.97-15.45-4.33-15.62-.75-.34-1.09-1.23-.75-1.98.34-.75,1.22-1.09,1.97-.76.12.05,11.49,5.26,5.91,19.46-.23.59-.8.95-1.4.95Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_flag.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m36.12,85.41c-.66,0-1.26-.44-1.44-1.1L16.47,18.54c-.22-.8.25-1.62,1.04-1.85.8-.22,1.62.25,1.85,1.04l18.21,65.77c.22.8-.25,1.62-1.04,1.85-.13.04-.27.05-.4.05Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m32.54,57.01c-.48,0-.95-.23-1.24-.65-.47-.68-.29-1.62.39-2.09,1.14-.79,11.33-7.65,16.27-6.83,1.49.25,2.39,1.46,3.27,2.64.88,1.18,1.78,2.4,3.3,2.93,3.08,1.06,10.06-.11,14.45-3.21,6.33-4.48,11.9-13.95,13.33-20.29-6.88,2.04-19.13,3.85-25.54,2.59-2.55-.5-3.95-2.54-5.31-4.51-2.22-3.23-4.51-6.57-12.37-5.27-2.62.43-10.43,3.55-13.21,4.72-.77.32-1.64-.04-1.96-.8-.32-.76.04-1.64.8-1.96.42-.18,10.38-4.33,13.88-4.91,9.74-1.61,12.97,3.1,15.33,6.53,1.28,1.86,2.13,3.01,3.41,3.26,6.53,1.28,20.56-1.04,26.26-3.24.47-.18,1.01-.11,1.42.19.41.3.64.79.62,1.3-.39,6.88-6.99,19.24-14.93,24.84-5.33,3.77-13.32,4.92-17.16,3.6-2.39-.82-3.75-2.65-4.73-3.98-.42-.57-1.05-1.42-1.35-1.47-2.83-.46-10.14,3.65-14.08,6.35-.26.18-.55.26-.85.26Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m30.4,50.42c-.18,0-.37-.03-.55-.1-.77-.3-1.15-1.17-.85-1.95,4.51-11.46-3.97-15.45-4.33-15.62-.75-.34-1.09-1.23-.75-1.98.34-.75,1.22-1.09,1.97-.76.12.05,11.49,5.26,5.91,19.46-.23.59-.8.95-1.4.95Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_flag.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m36.12,85.41c-.66,0-1.26-.44-1.44-1.1L16.47,18.54c-.22-.8.25-1.62,1.04-1.85.8-.22,1.62.25,1.85,1.04l18.21,65.77c.22.8-.25,1.62-1.04,1.85-.13.04-.27.05-.4.05Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m32.54,57.01c-.48,0-.95-.23-1.24-.65-.47-.68-.29-1.62.39-2.09,1.14-.79,11.33-7.65,16.27-6.83,1.49.25,2.39,1.46,3.27,2.64.88,1.18,1.78,2.4,3.3,2.93,3.08,1.06,10.06-.11,14.45-3.21,6.33-4.48,11.9-13.95,13.33-20.29-6.88,2.04-19.13,3.85-25.54,2.59-2.55-.5-3.95-2.54-5.31-4.51-2.22-3.23-4.51-6.57-12.37-5.27-2.62.43-10.43,3.55-13.21,4.72-.77.32-1.64-.04-1.96-.8-.32-.76.04-1.64.8-1.96.42-.18,10.38-4.33,13.88-4.91,9.74-1.61,12.97,3.1,15.33,6.53,1.28,1.86,2.13,3.01,3.41,3.26,6.53,1.28,20.56-1.04,26.26-3.24.47-.18,1.01-.11,1.42.19.41.3.64.79.62,1.3-.39,6.88-6.99,19.24-14.93,24.84-5.33,3.77-13.32,4.92-17.16,3.6-2.39-.82-3.75-2.65-4.73-3.98-.42-.57-1.05-1.42-1.35-1.47-2.83-.46-10.14,3.65-14.08,6.35-.26.18-.55.26-.85.26Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m30.4,50.42c-.18,0-.37-.03-.55-.1-.77-.3-1.15-1.17-.85-1.95,4.51-11.46-3.97-15.45-4.33-15.62-.75-.34-1.09-1.23-.75-1.98.34-.75,1.22-1.09,1.97-.76.12.05,11.49,5.26,5.91,19.46-.23.59-.8.95-1.4.95Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_flag.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m36.12,85.41c-.66,0-1.26-.44-1.44-1.1L16.47,18.54c-.22-.8.25-1.62,1.04-1.85.8-.22,1.62.25,1.85,1.04l18.21,65.77c.22.8-.25,1.62-1.04,1.85-.13.04-.27.05-.4.05Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m32.54,57.01c-.48,0-.95-.23-1.24-.65-.47-.68-.29-1.62.39-2.09,1.14-.79,11.33-7.65,16.27-6.83,1.49.25,2.39,1.46,3.27,2.64.88,1.18,1.78,2.4,3.3,2.93,3.08,1.06,10.06-.11,14.45-3.21,6.33-4.48,11.9-13.95,13.33-20.29-6.88,2.04-19.13,3.85-25.54,2.59-2.55-.5-3.95-2.54-5.31-4.51-2.22-3.23-4.51-6.57-12.37-5.27-2.62.43-10.43,3.55-13.21,4.72-.77.32-1.64-.04-1.96-.8-.32-.76.04-1.64.8-1.96.42-.18,10.38-4.33,13.88-4.91,9.74-1.61,12.97,3.1,15.33,6.53,1.28,1.86,2.13,3.01,3.41,3.26,6.53,1.28,20.56-1.04,26.26-3.24.47-.18,1.01-.11,1.42.19.41.3.64.79.62,1.3-.39,6.88-6.99,19.24-14.93,24.84-5.33,3.77-13.32,4.92-17.16,3.6-2.39-.82-3.75-2.65-4.73-3.98-.42-.57-1.05-1.42-1.35-1.47-2.83-.46-10.14,3.65-14.08,6.35-.26.18-.55.26-.85.26Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m30.4,50.42c-.18,0-.37-.03-.55-.1-.77-.3-1.15-1.17-.85-1.95,4.51-11.46-3.97-15.45-4.33-15.62-.75-.34-1.09-1.23-.75-1.98.34-.75,1.22-1.09,1.97-.76.12.05,11.49,5.26,5.91,19.46-.23.59-.8.95-1.4.95Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_flag.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m36.12,85.41c-.66,0-1.26-.44-1.44-1.1L16.47,18.54c-.22-.8.25-1.62,1.04-1.85.8-.22,1.62.25,1.85,1.04l18.21,65.77c.22.8-.25,1.62-1.04,1.85-.13.04-.27.05-.4.05Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m32.54,57.01c-.48,0-.95-.23-1.24-.65-.47-.68-.29-1.62.39-2.09,1.14-.79,11.33-7.65,16.27-6.83,1.49.25,2.39,1.46,3.27,2.64.88,1.18,1.78,2.4,3.3,2.93,3.08,1.06,10.06-.11,14.45-3.21,6.33-4.48,11.9-13.95,13.33-20.29-6.88,2.04-19.13,3.85-25.54,2.59-2.55-.5-3.95-2.54-5.31-4.51-2.22-3.23-4.51-6.57-12.37-5.27-2.62.43-10.43,3.55-13.21,4.72-.77.32-1.64-.04-1.96-.8-.32-.76.04-1.64.8-1.96.42-.18,10.38-4.33,13.88-4.91,9.74-1.61,12.97,3.1,15.33,6.53,1.28,1.86,2.13,3.01,3.41,3.26,6.53,1.28,20.56-1.04,26.26-3.24.47-.18,1.01-.11,1.42.19.41.3.64.79.62,1.3-.39,6.88-6.99,19.24-14.93,24.84-5.33,3.77-13.32,4.92-17.16,3.6-2.39-.82-3.75-2.65-4.73-3.98-.42-.57-1.05-1.42-1.35-1.47-2.83-.46-10.14,3.65-14.08,6.35-.26.18-.55.26-.85.26Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m30.4,50.42c-.18,0-.37-.03-.55-.1-.77-.3-1.15-1.17-.85-1.95,4.51-11.46-3.97-15.45-4.33-15.62-.75-.34-1.09-1.23-.75-1.98.34-.75,1.22-1.09,1.97-.76.12.05,11.49,5.26,5.91,19.46-.23.59-.8.95-1.4.95Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_ghost {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m58.92,91.99c-3,0-5.45-2.44-5.45-5.45v-11.84c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v7.89c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-47.36c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.36c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-7.89c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v11.84c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-43.41c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v43.41c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m78.65,40.68c-.83,0-1.5-.67-1.5-1.5,0-14.41-11.72-26.13-26.13-26.13s-26.13,11.72-26.13,26.13c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-16.06,13.07-29.13,29.13-29.13s29.13,13.07,29.13,29.13c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m41.38,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m60.67,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,58.22c-3.25,0-5.88-2.64-5.88-5.88v-8.77c0-3.25,2.64-5.89,5.88-5.89s5.88,2.64,5.88,5.89v8.77c0,3.25-2.64,5.88-5.88,5.88Zm0-17.54c-1.59,0-2.88,1.29-2.88,2.89v8.77c0,1.59,1.29,2.88,2.88,2.88s2.88-1.29,2.88-2.88v-8.77c0-1.59-1.29-2.89-2.88-2.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_ghost.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m58.92,91.99c-3,0-5.45-2.44-5.45-5.45v-11.84c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v7.89c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-47.36c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.36c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-7.89c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v11.84c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-43.41c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v43.41c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m78.65,40.68c-.83,0-1.5-.67-1.5-1.5,0-14.41-11.72-26.13-26.13-26.13s-26.13,11.72-26.13,26.13c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-16.06,13.07-29.13,29.13-29.13s29.13,13.07,29.13,29.13c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m41.38,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m60.67,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,58.22c-3.25,0-5.88-2.64-5.88-5.88v-8.77c0-3.25,2.64-5.89,5.88-5.89s5.88,2.64,5.88,5.89v8.77c0,3.25-2.64,5.88-5.88,5.88Zm0-17.54c-1.59,0-2.88,1.29-2.88,2.89v8.77c0,1.59,1.29,2.88,2.88,2.88s2.88-1.29,2.88-2.88v-8.77c0-1.59-1.29-2.89-2.88-2.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_ghost.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m58.92,91.99c-3,0-5.45-2.44-5.45-5.45v-11.84c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v7.89c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-47.36c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.36c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-7.89c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v11.84c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-43.41c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v43.41c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m78.65,40.68c-.83,0-1.5-.67-1.5-1.5,0-14.41-11.72-26.13-26.13-26.13s-26.13,11.72-26.13,26.13c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-16.06,13.07-29.13,29.13-29.13s29.13,13.07,29.13,29.13c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m41.38,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m60.67,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,58.22c-3.25,0-5.88-2.64-5.88-5.88v-8.77c0-3.25,2.64-5.89,5.88-5.89s5.88,2.64,5.88,5.89v8.77c0,3.25-2.64,5.88-5.88,5.88Zm0-17.54c-1.59,0-2.88,1.29-2.88,2.89v8.77c0,1.59,1.29,2.88,2.88,2.88s2.88-1.29,2.88-2.88v-8.77c0-1.59-1.29-2.89-2.88-2.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_ghost.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m58.92,91.99c-3,0-5.45-2.44-5.45-5.45v-11.84c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v7.89c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-47.36c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.36c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-7.89c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v11.84c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-43.41c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v43.41c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m78.65,40.68c-.83,0-1.5-.67-1.5-1.5,0-14.41-11.72-26.13-26.13-26.13s-26.13,11.72-26.13,26.13c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-16.06,13.07-29.13,29.13-29.13s29.13,13.07,29.13,29.13c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m41.38,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m60.67,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,58.22c-3.25,0-5.88-2.64-5.88-5.88v-8.77c0-3.25,2.64-5.89,5.88-5.89s5.88,2.64,5.88,5.89v8.77c0,3.25-2.64,5.88-5.88,5.88Zm0-17.54c-1.59,0-2.88,1.29-2.88,2.89v8.77c0,1.59,1.29,2.88,2.88,2.88s2.88-1.29,2.88-2.88v-8.77c0-1.59-1.29-2.89-2.88-2.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_ghost.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m58.92,91.99c-3,0-5.45-2.44-5.45-5.45v-11.84c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v7.89c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-47.36c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.36c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-7.89c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v11.84c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-43.41c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v43.41c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m78.65,40.68c-.83,0-1.5-.67-1.5-1.5,0-14.41-11.72-26.13-26.13-26.13s-26.13,11.72-26.13,26.13c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-16.06,13.07-29.13,29.13-29.13s29.13,13.07,29.13,29.13c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m41.38,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m60.67,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,58.22c-3.25,0-5.88-2.64-5.88-5.88v-8.77c0-3.25,2.64-5.89,5.88-5.89s5.88,2.64,5.88,5.89v8.77c0,3.25-2.64,5.88-5.88,5.88Zm0-17.54c-1.59,0-2.88,1.29-2.88,2.89v8.77c0,1.59,1.29,2.88,2.88,2.88s2.88-1.29,2.88-2.88v-8.77c0-1.59-1.29-2.89-2.88-2.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_ghost.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m58.92,91.99c-3,0-5.45-2.44-5.45-5.45v-11.84c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v7.89c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-47.36c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v47.36c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-7.89c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v11.84c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-11.84c0-3,2.44-5.45,5.45-5.45s5.45,2.44,5.45,5.45v7.89c0,1.35,1.1,2.45,2.45,2.45s2.45-1.1,2.45-2.45v-43.41c0-.83.67-1.5,1.5-1.5s1.5.67,1.5,1.5v43.41c0,3-2.44,5.45-5.45,5.45s-5.45-2.44-5.45-5.45v-7.89c0-1.35-1.1-2.45-2.45-2.45s-2.45,1.1-2.45,2.45v11.84c0,3-2.44,5.45-5.45,5.45Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m78.65,40.68c-.83,0-1.5-.67-1.5-1.5,0-14.41-11.72-26.13-26.13-26.13s-26.13,11.72-26.13,26.13c0,.83-.67,1.5-1.5,1.5s-1.5-.67-1.5-1.5c0-16.06,13.07-29.13,29.13-29.13s29.13,13.07,29.13,29.13c0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m41.38,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m60.67,37.18c-3,0-5.45-2.44-5.45-5.45s2.44-5.45,5.45-5.45,5.45,2.44,5.45,5.45-2.44,5.45-5.45,5.45Zm0-7.89c-1.35,0-2.45,1.1-2.45,2.45s1.1,2.45,2.45,2.45,2.45-1.1,2.45-2.45-1.1-2.45-2.45-2.45Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,58.22c-3.25,0-5.88-2.64-5.88-5.88v-8.77c0-3.25,2.64-5.89,5.88-5.89s5.88,2.64,5.88,5.89v8.77c0,3.25-2.64,5.88-5.88,5.88Zm0-17.54c-1.59,0-2.88,1.29-2.88,2.89v8.77c0,1.59,1.29,2.88,2.88,2.88s2.88-1.29,2.88-2.88v-8.77c0-1.59-1.29-2.89-2.88-2.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_family {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m50.25,65.02c-9.12,0-16.54-7.42-16.54-16.54s7.42-16.54,16.54-16.54,16.54,7.42,16.54,16.54-7.42,16.54-16.54,16.54Zm0-30.08c-7.46,0-13.54,6.07-13.54,13.54s6.07,13.54,13.54,13.54,13.54-6.07,13.54-13.54-6.07-13.54-13.54-13.54Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m27.69,80.05c-.83,0-1.5-.67-1.5-1.5,0-8.74,4.75-16.81,12.41-21.05.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.7,3.71-10.86,10.78-10.86,18.43,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m72.8,80.05c-.83,0-1.5-.67-1.5-1.5,0-7.65-4.16-14.71-10.86-18.43-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.65,4.24,12.41,12.31,12.41,21.05,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m25.02,60.86c-.08,0-.15,0-.23-.02-9.45-1.44-16.58-9.74-16.58-19.32,0-10.77,8.76-19.54,19.54-19.54,4.58,0,9.04,1.62,12.54,4.56.63.53.72,1.48.19,2.11-.53.63-1.48.72-2.11.19-2.97-2.49-6.74-3.86-10.61-3.86-9.12,0-16.54,7.42-16.54,16.54,0,8.11,6.03,15.13,14.03,16.35.82.12,1.38.89,1.26,1.71-.11.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m.69,79.11c-.83,0-1.5-.67-1.5-1.5,0-10.38,5.64-19.95,14.73-24.99.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-8.13,4.51-13.18,13.08-13.18,22.37,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m76.05,62.16c-.61,0-1.23-.03-1.84-.09-.82-.08-1.43-.82-1.34-1.64.08-.82.81-1.44,1.64-1.34.51.05,1.03.08,1.54.08,8.48,0,15.37-6.9,15.37-15.37s-6.9-15.37-15.37-15.37c-3.58,0-7.06,1.26-9.81,3.54-.64.53-1.58.44-2.11-.2-.53-.64-.44-1.58.2-2.11,3.29-2.73,7.45-4.23,11.73-4.23,10.13,0,18.37,8.24,18.37,18.37s-8.24,18.37-18.37,18.37Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m101.36,79.03c-.83,0-1.5-.67-1.5-1.5,0-8.65-4.71-16.64-12.28-20.84-.72-.4-.99-1.31-.58-2.04.4-.72,1.31-.99,2.04-.58,8.53,4.73,13.83,13.72,13.83,23.46,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_family.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m50.25,65.02c-9.12,0-16.54-7.42-16.54-16.54s7.42-16.54,16.54-16.54,16.54,7.42,16.54,16.54-7.42,16.54-16.54,16.54Zm0-30.08c-7.46,0-13.54,6.07-13.54,13.54s6.07,13.54,13.54,13.54,13.54-6.07,13.54-13.54-6.07-13.54-13.54-13.54Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m27.69,80.05c-.83,0-1.5-.67-1.5-1.5,0-8.74,4.75-16.81,12.41-21.05.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.7,3.71-10.86,10.78-10.86,18.43,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m72.8,80.05c-.83,0-1.5-.67-1.5-1.5,0-7.65-4.16-14.71-10.86-18.43-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.65,4.24,12.41,12.31,12.41,21.05,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m25.02,60.86c-.08,0-.15,0-.23-.02-9.45-1.44-16.58-9.74-16.58-19.32,0-10.77,8.76-19.54,19.54-19.54,4.58,0,9.04,1.62,12.54,4.56.63.53.72,1.48.19,2.11-.53.63-1.48.72-2.11.19-2.97-2.49-6.74-3.86-10.61-3.86-9.12,0-16.54,7.42-16.54,16.54,0,8.11,6.03,15.13,14.03,16.35.82.12,1.38.89,1.26,1.71-.11.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m.69,79.11c-.83,0-1.5-.67-1.5-1.5,0-10.38,5.64-19.95,14.73-24.99.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-8.13,4.51-13.18,13.08-13.18,22.37,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m76.05,62.16c-.61,0-1.23-.03-1.84-.09-.82-.08-1.43-.82-1.34-1.64.08-.82.81-1.44,1.64-1.34.51.05,1.03.08,1.54.08,8.48,0,15.37-6.9,15.37-15.37s-6.9-15.37-15.37-15.37c-3.58,0-7.06,1.26-9.81,3.54-.64.53-1.58.44-2.11-.2-.53-.64-.44-1.58.2-2.11,3.29-2.73,7.45-4.23,11.73-4.23,10.13,0,18.37,8.24,18.37,18.37s-8.24,18.37-18.37,18.37Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m101.36,79.03c-.83,0-1.5-.67-1.5-1.5,0-8.65-4.71-16.64-12.28-20.84-.72-.4-.99-1.31-.58-2.04.4-.72,1.31-.99,2.04-.58,8.53,4.73,13.83,13.72,13.83,23.46,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_family.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m50.25,65.02c-9.12,0-16.54-7.42-16.54-16.54s7.42-16.54,16.54-16.54,16.54,7.42,16.54,16.54-7.42,16.54-16.54,16.54Zm0-30.08c-7.46,0-13.54,6.07-13.54,13.54s6.07,13.54,13.54,13.54,13.54-6.07,13.54-13.54-6.07-13.54-13.54-13.54Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m27.69,80.05c-.83,0-1.5-.67-1.5-1.5,0-8.74,4.75-16.81,12.41-21.05.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.7,3.71-10.86,10.78-10.86,18.43,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m72.8,80.05c-.83,0-1.5-.67-1.5-1.5,0-7.65-4.16-14.71-10.86-18.43-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.65,4.24,12.41,12.31,12.41,21.05,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m25.02,60.86c-.08,0-.15,0-.23-.02-9.45-1.44-16.58-9.74-16.58-19.32,0-10.77,8.76-19.54,19.54-19.54,4.58,0,9.04,1.62,12.54,4.56.63.53.72,1.48.19,2.11-.53.63-1.48.72-2.11.19-2.97-2.49-6.74-3.86-10.61-3.86-9.12,0-16.54,7.42-16.54,16.54,0,8.11,6.03,15.13,14.03,16.35.82.12,1.38.89,1.26,1.71-.11.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m.69,79.11c-.83,0-1.5-.67-1.5-1.5,0-10.38,5.64-19.95,14.73-24.99.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-8.13,4.51-13.18,13.08-13.18,22.37,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m76.05,62.16c-.61,0-1.23-.03-1.84-.09-.82-.08-1.43-.82-1.34-1.64.08-.82.81-1.44,1.64-1.34.51.05,1.03.08,1.54.08,8.48,0,15.37-6.9,15.37-15.37s-6.9-15.37-15.37-15.37c-3.58,0-7.06,1.26-9.81,3.54-.64.53-1.58.44-2.11-.2-.53-.64-.44-1.58.2-2.11,3.29-2.73,7.45-4.23,11.73-4.23,10.13,0,18.37,8.24,18.37,18.37s-8.24,18.37-18.37,18.37Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m101.36,79.03c-.83,0-1.5-.67-1.5-1.5,0-8.65-4.71-16.64-12.28-20.84-.72-.4-.99-1.31-.58-2.04.4-.72,1.31-.99,2.04-.58,8.53,4.73,13.83,13.72,13.83,23.46,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_family.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m50.25,65.02c-9.12,0-16.54-7.42-16.54-16.54s7.42-16.54,16.54-16.54,16.54,7.42,16.54,16.54-7.42,16.54-16.54,16.54Zm0-30.08c-7.46,0-13.54,6.07-13.54,13.54s6.07,13.54,13.54,13.54,13.54-6.07,13.54-13.54-6.07-13.54-13.54-13.54Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m27.69,80.05c-.83,0-1.5-.67-1.5-1.5,0-8.74,4.75-16.81,12.41-21.05.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.7,3.71-10.86,10.78-10.86,18.43,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m72.8,80.05c-.83,0-1.5-.67-1.5-1.5,0-7.65-4.16-14.71-10.86-18.43-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.65,4.24,12.41,12.31,12.41,21.05,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m25.02,60.86c-.08,0-.15,0-.23-.02-9.45-1.44-16.58-9.74-16.58-19.32,0-10.77,8.76-19.54,19.54-19.54,4.58,0,9.04,1.62,12.54,4.56.63.53.72,1.48.19,2.11-.53.63-1.48.72-2.11.19-2.97-2.49-6.74-3.86-10.61-3.86-9.12,0-16.54,7.42-16.54,16.54,0,8.11,6.03,15.13,14.03,16.35.82.12,1.38.89,1.26,1.71-.11.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m.69,79.11c-.83,0-1.5-.67-1.5-1.5,0-10.38,5.64-19.95,14.73-24.99.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-8.13,4.51-13.18,13.08-13.18,22.37,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m76.05,62.16c-.61,0-1.23-.03-1.84-.09-.82-.08-1.43-.82-1.34-1.64.08-.82.81-1.44,1.64-1.34.51.05,1.03.08,1.54.08,8.48,0,15.37-6.9,15.37-15.37s-6.9-15.37-15.37-15.37c-3.58,0-7.06,1.26-9.81,3.54-.64.53-1.58.44-2.11-.2-.53-.64-.44-1.58.2-2.11,3.29-2.73,7.45-4.23,11.73-4.23,10.13,0,18.37,8.24,18.37,18.37s-8.24,18.37-18.37,18.37Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m101.36,79.03c-.83,0-1.5-.67-1.5-1.5,0-8.65-4.71-16.64-12.28-20.84-.72-.4-.99-1.31-.58-2.04.4-.72,1.31-.99,2.04-.58,8.53,4.73,13.83,13.72,13.83,23.46,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_family.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m50.25,65.02c-9.12,0-16.54-7.42-16.54-16.54s7.42-16.54,16.54-16.54,16.54,7.42,16.54,16.54-7.42,16.54-16.54,16.54Zm0-30.08c-7.46,0-13.54,6.07-13.54,13.54s6.07,13.54,13.54,13.54,13.54-6.07,13.54-13.54-6.07-13.54-13.54-13.54Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m27.69,80.05c-.83,0-1.5-.67-1.5-1.5,0-8.74,4.75-16.81,12.41-21.05.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.7,3.71-10.86,10.78-10.86,18.43,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m72.8,80.05c-.83,0-1.5-.67-1.5-1.5,0-7.65-4.16-14.71-10.86-18.43-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.65,4.24,12.41,12.31,12.41,21.05,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m25.02,60.86c-.08,0-.15,0-.23-.02-9.45-1.44-16.58-9.74-16.58-19.32,0-10.77,8.76-19.54,19.54-19.54,4.58,0,9.04,1.62,12.54,4.56.63.53.72,1.48.19,2.11-.53.63-1.48.72-2.11.19-2.97-2.49-6.74-3.86-10.61-3.86-9.12,0-16.54,7.42-16.54,16.54,0,8.11,6.03,15.13,14.03,16.35.82.12,1.38.89,1.26,1.71-.11.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m.69,79.11c-.83,0-1.5-.67-1.5-1.5,0-10.38,5.64-19.95,14.73-24.99.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-8.13,4.51-13.18,13.08-13.18,22.37,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m76.05,62.16c-.61,0-1.23-.03-1.84-.09-.82-.08-1.43-.82-1.34-1.64.08-.82.81-1.44,1.64-1.34.51.05,1.03.08,1.54.08,8.48,0,15.37-6.9,15.37-15.37s-6.9-15.37-15.37-15.37c-3.58,0-7.06,1.26-9.81,3.54-.64.53-1.58.44-2.11-.2-.53-.64-.44-1.58.2-2.11,3.29-2.73,7.45-4.23,11.73-4.23,10.13,0,18.37,8.24,18.37,18.37s-8.24,18.37-18.37,18.37Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m101.36,79.03c-.83,0-1.5-.67-1.5-1.5,0-8.65-4.71-16.64-12.28-20.84-.72-.4-.99-1.31-.58-2.04.4-.72,1.31-.99,2.04-.58,8.53,4.73,13.83,13.72,13.83,23.46,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_family.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m50.25,65.02c-9.12,0-16.54-7.42-16.54-16.54s7.42-16.54,16.54-16.54,16.54,7.42,16.54,16.54-7.42,16.54-16.54,16.54Zm0-30.08c-7.46,0-13.54,6.07-13.54,13.54s6.07,13.54,13.54,13.54,13.54-6.07,13.54-13.54-6.07-13.54-13.54-13.54Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m27.69,80.05c-.83,0-1.5-.67-1.5-1.5,0-8.74,4.75-16.81,12.41-21.05.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.7,3.71-10.86,10.78-10.86,18.43,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m72.8,80.05c-.83,0-1.5-.67-1.5-1.5,0-7.65-4.16-14.71-10.86-18.43-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.65,4.24,12.41,12.31,12.41,21.05,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m25.02,60.86c-.08,0-.15,0-.23-.02-9.45-1.44-16.58-9.74-16.58-19.32,0-10.77,8.76-19.54,19.54-19.54,4.58,0,9.04,1.62,12.54,4.56.63.53.72,1.48.19,2.11-.53.63-1.48.72-2.11.19-2.97-2.49-6.74-3.86-10.61-3.86-9.12,0-16.54,7.42-16.54,16.54,0,8.11,6.03,15.13,14.03,16.35.82.12,1.38.89,1.26,1.71-.11.74-.75,1.27-1.48,1.27Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m.69,79.11c-.83,0-1.5-.67-1.5-1.5,0-10.38,5.64-19.95,14.73-24.99.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-8.13,4.51-13.18,13.08-13.18,22.37,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m76.05,62.16c-.61,0-1.23-.03-1.84-.09-.82-.08-1.43-.82-1.34-1.64.08-.82.81-1.44,1.64-1.34.51.05,1.03.08,1.54.08,8.48,0,15.37-6.9,15.37-15.37s-6.9-15.37-15.37-15.37c-3.58,0-7.06,1.26-9.81,3.54-.64.53-1.58.44-2.11-.2-.53-.64-.44-1.58.2-2.11,3.29-2.73,7.45-4.23,11.73-4.23,10.13,0,18.37,8.24,18.37,18.37s-8.24,18.37-18.37,18.37Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m101.36,79.03c-.83,0-1.5-.67-1.5-1.5,0-8.65-4.71-16.64-12.28-20.84-.72-.4-.99-1.31-.58-2.04.4-.72,1.31-.99,2.04-.58,8.53,4.73,13.83,13.72,13.83,23.46,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_helmet {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m42.27,96.31c-.35,0-.7-.12-.98-.36l-14.15-12.13c-1.18-1.01-1.62-2.61-1.13-4.08.01-.03.02-.06.04-.1l2.33-5.68c.96-2.34,1.45-4.81,1.45-7.34v-6.84c0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5h0c0,.05.06,5.07,2.88,5.07.83,0,1.5.67,1.5,1.5v28.46c0,.59-.34,1.12-.87,1.36-.2.09-.41.14-.63.14Zm-13.42-15.59c-.08.3.01.62.25.82l11.68,10.01v-23.9c-2.8-.82-3.95-3.91-4.27-6.36h-3.67v5.34c0,2.92-.56,5.77-1.67,8.48l-2.31,5.62Zm10.54-20.94h0,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m59.78,96.31c-.21,0-.43-.04-.63-.14-.53-.24-.87-.78-.87-1.36v-28.46c0-.83.67-1.5,1.5-1.5,2.8,0,2.88-5.02,2.88-5.07,0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5v6.84c0,2.53.49,5,1.45,7.34l2.33,5.68s.02.06.04.1c.49,1.47.05,3.07-1.13,4.08l-14.15,12.13c-.28.24-.62.36-.98.36Zm1.5-28.66v23.9l11.67-10.01c.24-.2.33-.52.25-.82l-2.31-5.62c-1.11-2.7-1.67-5.55-1.67-8.48v-5.34h-3.67c-.33,2.45-1.47,5.54-4.27,6.36Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,80.98c-.5,0-.97-.25-1.25-.67l-3.91-5.86c-.67-1-.54-2.35.32-3.21l.56-.56c.38-.38.59-.89.59-1.42v-9.49c0-.83.67-1.5,1.5-1.5h4.38c.83,0,1.5.67,1.5,1.5v9.49c0,.54.21,1.04.59,1.42l.56.56c.85.85.99,2.2.32,3.21l-3.9,5.86c-.28.42-.75.67-1.25.67Zm-2.45-7.88l2.45,3.67,2.45-3.67-.29-.29c-.95-.95-1.47-2.21-1.47-3.54v-7.99h-1.38v7.99c0,1.34-.52,2.6-1.47,3.54l-.29.29Zm-.27.27h0s0,0,0,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m70.73,61.28H31.32c-.73,0-1.36-.53-1.48-1.25l-1.72-10.34c-.43-2.6-.19-5.21.7-7.57,2.04-5.41,7.64-14.48,22.21-14.48s20.17,9.07,22.21,14.48c.89,2.36,1.13,4.97.7,7.57l-1.72,10.34c-.12.72-.75,1.25-1.48,1.25Zm-38.13-3h36.86l1.51-9.09c.35-2.08.16-4.16-.54-6.02-1.77-4.68-6.64-12.54-19.4-12.54s-17.63,7.86-19.4,12.54c-.7,1.86-.89,3.94-.54,6.02l1.51,9.09Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m70.73,48.15c-.56,0-13.25-.1-16.43-8.76h-6.54c-3.18,8.65-15.87,8.76-16.43,8.76-.83,0-1.5-.67-1.5-1.5,0-.83.67-1.5,1.5-1.5.12,0,11.99-.11,13.87-7.62.17-.67.77-1.14,1.46-1.14h8.76c.69,0,1.29.47,1.46,1.14,1.88,7.51,13.75,7.62,13.87,7.62.83,0,1.5.67,1.5,1.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,52.52c-3.24,0-5.88-2.64-5.88-5.88s2.64-5.88,5.88-5.88,5.88,2.64,5.88,5.88-2.64,5.88-5.88,5.88Zm0-8.76c-1.59,0-2.88,1.29-2.88,2.88s1.29,2.88,2.88,2.88,2.88-1.29,2.88-2.88-1.29-2.88-2.88-2.88Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m53.21,30.63h-4.38c-.75,0-1.38-.55-1.49-1.29l-1.98-13.88c-.18-1.3.11-2.61.84-3.7l3.57-5.35c.56-.83,1.94-.83,2.5,0l3.57,5.35c.73,1.09,1.03,2.41.84,3.7l-1.98,13.88c-.11.74-.74,1.29-1.49,1.29Zm-3.08-3h1.78l1.8-12.59c.08-.57-.05-1.14-.37-1.62l-2.32-3.48-2.32,3.48c-.32.48-.45,1.05-.37,1.62l1.8,12.59Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_helmet.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m42.27,96.31c-.35,0-.7-.12-.98-.36l-14.15-12.13c-1.18-1.01-1.62-2.61-1.13-4.08.01-.03.02-.06.04-.1l2.33-5.68c.96-2.34,1.45-4.81,1.45-7.34v-6.84c0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5h0c0,.05.06,5.07,2.88,5.07.83,0,1.5.67,1.5,1.5v28.46c0,.59-.34,1.12-.87,1.36-.2.09-.41.14-.63.14Zm-13.42-15.59c-.08.3.01.62.25.82l11.68,10.01v-23.9c-2.8-.82-3.95-3.91-4.27-6.36h-3.67v5.34c0,2.92-.56,5.77-1.67,8.48l-2.31,5.62Zm10.54-20.94h0,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m59.78,96.31c-.21,0-.43-.04-.63-.14-.53-.24-.87-.78-.87-1.36v-28.46c0-.83.67-1.5,1.5-1.5,2.8,0,2.88-5.02,2.88-5.07,0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5v6.84c0,2.53.49,5,1.45,7.34l2.33,5.68s.02.06.04.1c.49,1.47.05,3.07-1.13,4.08l-14.15,12.13c-.28.24-.62.36-.98.36Zm1.5-28.66v23.9l11.67-10.01c.24-.2.33-.52.25-.82l-2.31-5.62c-1.11-2.7-1.67-5.55-1.67-8.48v-5.34h-3.67c-.33,2.45-1.47,5.54-4.27,6.36Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,80.98c-.5,0-.97-.25-1.25-.67l-3.91-5.86c-.67-1-.54-2.35.32-3.21l.56-.56c.38-.38.59-.89.59-1.42v-9.49c0-.83.67-1.5,1.5-1.5h4.38c.83,0,1.5.67,1.5,1.5v9.49c0,.54.21,1.04.59,1.42l.56.56c.85.85.99,2.2.32,3.21l-3.9,5.86c-.28.42-.75.67-1.25.67Zm-2.45-7.88l2.45,3.67,2.45-3.67-.29-.29c-.95-.95-1.47-2.21-1.47-3.54v-7.99h-1.38v7.99c0,1.34-.52,2.6-1.47,3.54l-.29.29Zm-.27.27h0s0,0,0,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m70.73,61.28H31.32c-.73,0-1.36-.53-1.48-1.25l-1.72-10.34c-.43-2.6-.19-5.21.7-7.57,2.04-5.41,7.64-14.48,22.21-14.48s20.17,9.07,22.21,14.48c.89,2.36,1.13,4.97.7,7.57l-1.72,10.34c-.12.72-.75,1.25-1.48,1.25Zm-38.13-3h36.86l1.51-9.09c.35-2.08.16-4.16-.54-6.02-1.77-4.68-6.64-12.54-19.4-12.54s-17.63,7.86-19.4,12.54c-.7,1.86-.89,3.94-.54,6.02l1.51,9.09Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m70.73,48.15c-.56,0-13.25-.1-16.43-8.76h-6.54c-3.18,8.65-15.87,8.76-16.43,8.76-.83,0-1.5-.67-1.5-1.5,0-.83.67-1.5,1.5-1.5.12,0,11.99-.11,13.87-7.62.17-.67.77-1.14,1.46-1.14h8.76c.69,0,1.29.47,1.46,1.14,1.88,7.51,13.75,7.62,13.87,7.62.83,0,1.5.67,1.5,1.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,52.52c-3.24,0-5.88-2.64-5.88-5.88s2.64-5.88,5.88-5.88,5.88,2.64,5.88,5.88-2.64,5.88-5.88,5.88Zm0-8.76c-1.59,0-2.88,1.29-2.88,2.88s1.29,2.88,2.88,2.88,2.88-1.29,2.88-2.88-1.29-2.88-2.88-2.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m53.21,30.63h-4.38c-.75,0-1.38-.55-1.49-1.29l-1.98-13.88c-.18-1.3.11-2.61.84-3.7l3.57-5.35c.56-.83,1.94-.83,2.5,0l3.57,5.35c.73,1.09,1.03,2.41.84,3.7l-1.98,13.88c-.11.74-.74,1.29-1.49,1.29Zm-3.08-3h1.78l1.8-12.59c.08-.57-.05-1.14-.37-1.62l-2.32-3.48-2.32,3.48c-.32.48-.45,1.05-.37,1.62l1.8,12.59Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_helmet.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m42.27,96.31c-.35,0-.7-.12-.98-.36l-14.15-12.13c-1.18-1.01-1.62-2.61-1.13-4.08.01-.03.02-.06.04-.1l2.33-5.68c.96-2.34,1.45-4.81,1.45-7.34v-6.84c0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5h0c0,.05.06,5.07,2.88,5.07.83,0,1.5.67,1.5,1.5v28.46c0,.59-.34,1.12-.87,1.36-.2.09-.41.14-.63.14Zm-13.42-15.59c-.08.3.01.62.25.82l11.68,10.01v-23.9c-2.8-.82-3.95-3.91-4.27-6.36h-3.67v5.34c0,2.92-.56,5.77-1.67,8.48l-2.31,5.62Zm10.54-20.94h0,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m59.78,96.31c-.21,0-.43-.04-.63-.14-.53-.24-.87-.78-.87-1.36v-28.46c0-.83.67-1.5,1.5-1.5,2.8,0,2.88-5.02,2.88-5.07,0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5v6.84c0,2.53.49,5,1.45,7.34l2.33,5.68s.02.06.04.1c.49,1.47.05,3.07-1.13,4.08l-14.15,12.13c-.28.24-.62.36-.98.36Zm1.5-28.66v23.9l11.67-10.01c.24-.2.33-.52.25-.82l-2.31-5.62c-1.11-2.7-1.67-5.55-1.67-8.48v-5.34h-3.67c-.33,2.45-1.47,5.54-4.27,6.36Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,80.98c-.5,0-.97-.25-1.25-.67l-3.91-5.86c-.67-1-.54-2.35.32-3.21l.56-.56c.38-.38.59-.89.59-1.42v-9.49c0-.83.67-1.5,1.5-1.5h4.38c.83,0,1.5.67,1.5,1.5v9.49c0,.54.21,1.04.59,1.42l.56.56c.85.85.99,2.2.32,3.21l-3.9,5.86c-.28.42-.75.67-1.25.67Zm-2.45-7.88l2.45,3.67,2.45-3.67-.29-.29c-.95-.95-1.47-2.21-1.47-3.54v-7.99h-1.38v7.99c0,1.34-.52,2.6-1.47,3.54l-.29.29Zm-.27.27h0s0,0,0,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m70.73,61.28H31.32c-.73,0-1.36-.53-1.48-1.25l-1.72-10.34c-.43-2.6-.19-5.21.7-7.57,2.04-5.41,7.64-14.48,22.21-14.48s20.17,9.07,22.21,14.48c.89,2.36,1.13,4.97.7,7.57l-1.72,10.34c-.12.72-.75,1.25-1.48,1.25Zm-38.13-3h36.86l1.51-9.09c.35-2.08.16-4.16-.54-6.02-1.77-4.68-6.64-12.54-19.4-12.54s-17.63,7.86-19.4,12.54c-.7,1.86-.89,3.94-.54,6.02l1.51,9.09Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m70.73,48.15c-.56,0-13.25-.1-16.43-8.76h-6.54c-3.18,8.65-15.87,8.76-16.43,8.76-.83,0-1.5-.67-1.5-1.5,0-.83.67-1.5,1.5-1.5.12,0,11.99-.11,13.87-7.62.17-.67.77-1.14,1.46-1.14h8.76c.69,0,1.29.47,1.46,1.14,1.88,7.51,13.75,7.62,13.87,7.62.83,0,1.5.67,1.5,1.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,52.52c-3.24,0-5.88-2.64-5.88-5.88s2.64-5.88,5.88-5.88,5.88,2.64,5.88,5.88-2.64,5.88-5.88,5.88Zm0-8.76c-1.59,0-2.88,1.29-2.88,2.88s1.29,2.88,2.88,2.88,2.88-1.29,2.88-2.88-1.29-2.88-2.88-2.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m53.21,30.63h-4.38c-.75,0-1.38-.55-1.49-1.29l-1.98-13.88c-.18-1.3.11-2.61.84-3.7l3.57-5.35c.56-.83,1.94-.83,2.5,0l3.57,5.35c.73,1.09,1.03,2.41.84,3.7l-1.98,13.88c-.11.74-.74,1.29-1.49,1.29Zm-3.08-3h1.78l1.8-12.59c.08-.57-.05-1.14-.37-1.62l-2.32-3.48-2.32,3.48c-.32.48-.45,1.05-.37,1.62l1.8,12.59Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_helmet.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m42.27,96.31c-.35,0-.7-.12-.98-.36l-14.15-12.13c-1.18-1.01-1.62-2.61-1.13-4.08.01-.03.02-.06.04-.1l2.33-5.68c.96-2.34,1.45-4.81,1.45-7.34v-6.84c0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5h0c0,.05.06,5.07,2.88,5.07.83,0,1.5.67,1.5,1.5v28.46c0,.59-.34,1.12-.87,1.36-.2.09-.41.14-.63.14Zm-13.42-15.59c-.08.3.01.62.25.82l11.68,10.01v-23.9c-2.8-.82-3.95-3.91-4.27-6.36h-3.67v5.34c0,2.92-.56,5.77-1.67,8.48l-2.31,5.62Zm10.54-20.94h0,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m59.78,96.31c-.21,0-.43-.04-.63-.14-.53-.24-.87-.78-.87-1.36v-28.46c0-.83.67-1.5,1.5-1.5,2.8,0,2.88-5.02,2.88-5.07,0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5v6.84c0,2.53.49,5,1.45,7.34l2.33,5.68s.02.06.04.1c.49,1.47.05,3.07-1.13,4.08l-14.15,12.13c-.28.24-.62.36-.98.36Zm1.5-28.66v23.9l11.67-10.01c.24-.2.33-.52.25-.82l-2.31-5.62c-1.11-2.7-1.67-5.55-1.67-8.48v-5.34h-3.67c-.33,2.45-1.47,5.54-4.27,6.36Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,80.98c-.5,0-.97-.25-1.25-.67l-3.91-5.86c-.67-1-.54-2.35.32-3.21l.56-.56c.38-.38.59-.89.59-1.42v-9.49c0-.83.67-1.5,1.5-1.5h4.38c.83,0,1.5.67,1.5,1.5v9.49c0,.54.21,1.04.59,1.42l.56.56c.85.85.99,2.2.32,3.21l-3.9,5.86c-.28.42-.75.67-1.25.67Zm-2.45-7.88l2.45,3.67,2.45-3.67-.29-.29c-.95-.95-1.47-2.21-1.47-3.54v-7.99h-1.38v7.99c0,1.34-.52,2.6-1.47,3.54l-.29.29Zm-.27.27h0s0,0,0,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m70.73,61.28H31.32c-.73,0-1.36-.53-1.48-1.25l-1.72-10.34c-.43-2.6-.19-5.21.7-7.57,2.04-5.41,7.64-14.48,22.21-14.48s20.17,9.07,22.21,14.48c.89,2.36,1.13,4.97.7,7.57l-1.72,10.34c-.12.72-.75,1.25-1.48,1.25Zm-38.13-3h36.86l1.51-9.09c.35-2.08.16-4.16-.54-6.02-1.77-4.68-6.64-12.54-19.4-12.54s-17.63,7.86-19.4,12.54c-.7,1.86-.89,3.94-.54,6.02l1.51,9.09Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m70.73,48.15c-.56,0-13.25-.1-16.43-8.76h-6.54c-3.18,8.65-15.87,8.76-16.43,8.76-.83,0-1.5-.67-1.5-1.5,0-.83.67-1.5,1.5-1.5.12,0,11.99-.11,13.87-7.62.17-.67.77-1.14,1.46-1.14h8.76c.69,0,1.29.47,1.46,1.14,1.88,7.51,13.75,7.62,13.87,7.62.83,0,1.5.67,1.5,1.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,52.52c-3.24,0-5.88-2.64-5.88-5.88s2.64-5.88,5.88-5.88,5.88,2.64,5.88,5.88-2.64,5.88-5.88,5.88Zm0-8.76c-1.59,0-2.88,1.29-2.88,2.88s1.29,2.88,2.88,2.88,2.88-1.29,2.88-2.88-1.29-2.88-2.88-2.88Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m53.21,30.63h-4.38c-.75,0-1.38-.55-1.49-1.29l-1.98-13.88c-.18-1.3.11-2.61.84-3.7l3.57-5.35c.56-.83,1.94-.83,2.5,0l3.57,5.35c.73,1.09,1.03,2.41.84,3.7l-1.98,13.88c-.11.74-.74,1.29-1.49,1.29Zm-3.08-3h1.78l1.8-12.59c.08-.57-.05-1.14-.37-1.62l-2.32-3.48-2.32,3.48c-.32.48-.45,1.05-.37,1.62l1.8,12.59Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_helmet.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m42.27,96.31c-.35,0-.7-.12-.98-.36l-14.15-12.13c-1.18-1.01-1.62-2.61-1.13-4.08.01-.03.02-.06.04-.1l2.33-5.68c.96-2.34,1.45-4.81,1.45-7.34v-6.84c0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5h0c0,.05.06,5.07,2.88,5.07.83,0,1.5.67,1.5,1.5v28.46c0,.59-.34,1.12-.87,1.36-.2.09-.41.14-.63.14Zm-13.42-15.59c-.08.3.01.62.25.82l11.68,10.01v-23.9c-2.8-.82-3.95-3.91-4.27-6.36h-3.67v5.34c0,2.92-.56,5.77-1.67,8.48l-2.31,5.62Zm10.54-20.94h0,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m59.78,96.31c-.21,0-.43-.04-.63-.14-.53-.24-.87-.78-.87-1.36v-28.46c0-.83.67-1.5,1.5-1.5,2.8,0,2.88-5.02,2.88-5.07,0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5v6.84c0,2.53.49,5,1.45,7.34l2.33,5.68s.02.06.04.1c.49,1.47.05,3.07-1.13,4.08l-14.15,12.13c-.28.24-.62.36-.98.36Zm1.5-28.66v23.9l11.67-10.01c.24-.2.33-.52.25-.82l-2.31-5.62c-1.11-2.7-1.67-5.55-1.67-8.48v-5.34h-3.67c-.33,2.45-1.47,5.54-4.27,6.36Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,80.98c-.5,0-.97-.25-1.25-.67l-3.91-5.86c-.67-1-.54-2.35.32-3.21l.56-.56c.38-.38.59-.89.59-1.42v-9.49c0-.83.67-1.5,1.5-1.5h4.38c.83,0,1.5.67,1.5,1.5v9.49c0,.54.21,1.04.59,1.42l.56.56c.85.85.99,2.2.32,3.21l-3.9,5.86c-.28.42-.75.67-1.25.67Zm-2.45-7.88l2.45,3.67,2.45-3.67-.29-.29c-.95-.95-1.47-2.21-1.47-3.54v-7.99h-1.38v7.99c0,1.34-.52,2.6-1.47,3.54l-.29.29Zm-.27.27h0s0,0,0,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m70.73,61.28H31.32c-.73,0-1.36-.53-1.48-1.25l-1.72-10.34c-.43-2.6-.19-5.21.7-7.57,2.04-5.41,7.64-14.48,22.21-14.48s20.17,9.07,22.21,14.48c.89,2.36,1.13,4.97.7,7.57l-1.72,10.34c-.12.72-.75,1.25-1.48,1.25Zm-38.13-3h36.86l1.51-9.09c.35-2.08.16-4.16-.54-6.02-1.77-4.68-6.64-12.54-19.4-12.54s-17.63,7.86-19.4,12.54c-.7,1.86-.89,3.94-.54,6.02l1.51,9.09Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m70.73,48.15c-.56,0-13.25-.1-16.43-8.76h-6.54c-3.18,8.65-15.87,8.76-16.43,8.76-.83,0-1.5-.67-1.5-1.5,0-.83.67-1.5,1.5-1.5.12,0,11.99-.11,13.87-7.62.17-.67.77-1.14,1.46-1.14h8.76c.69,0,1.29.47,1.46,1.14,1.88,7.51,13.75,7.62,13.87,7.62.83,0,1.5.67,1.5,1.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,52.52c-3.24,0-5.88-2.64-5.88-5.88s2.64-5.88,5.88-5.88,5.88,2.64,5.88,5.88-2.64,5.88-5.88,5.88Zm0-8.76c-1.59,0-2.88,1.29-2.88,2.88s1.29,2.88,2.88,2.88,2.88-1.29,2.88-2.88-1.29-2.88-2.88-2.88Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m53.21,30.63h-4.38c-.75,0-1.38-.55-1.49-1.29l-1.98-13.88c-.18-1.3.11-2.61.84-3.7l3.57-5.35c.56-.83,1.94-.83,2.5,0l3.57,5.35c.73,1.09,1.03,2.41.84,3.7l-1.98,13.88c-.11.74-.74,1.29-1.49,1.29Zm-3.08-3h1.78l1.8-12.59c.08-.57-.05-1.14-.37-1.62l-2.32-3.48-2.32,3.48c-.32.48-.45,1.05-.37,1.62l1.8,12.59Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_helmet.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m42.27,96.31c-.35,0-.7-.12-.98-.36l-14.15-12.13c-1.18-1.01-1.62-2.61-1.13-4.08.01-.03.02-.06.04-.1l2.33-5.68c.96-2.34,1.45-4.81,1.45-7.34v-6.84c0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5h0c0,.05.06,5.07,2.88,5.07.83,0,1.5.67,1.5,1.5v28.46c0,.59-.34,1.12-.87,1.36-.2.09-.41.14-.63.14Zm-13.42-15.59c-.08.3.01.62.25.82l11.68,10.01v-23.9c-2.8-.82-3.95-3.91-4.27-6.36h-3.67v5.34c0,2.92-.56,5.77-1.67,8.48l-2.31,5.62Zm10.54-20.94h0,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m59.78,96.31c-.21,0-.43-.04-.63-.14-.53-.24-.87-.78-.87-1.36v-28.46c0-.83.67-1.5,1.5-1.5,2.8,0,2.88-5.02,2.88-5.07,0-.83.67-1.5,1.5-1.5h6.57c.83,0,1.5.67,1.5,1.5v6.84c0,2.53.49,5,1.45,7.34l2.33,5.68s.02.06.04.1c.49,1.47.05,3.07-1.13,4.08l-14.15,12.13c-.28.24-.62.36-.98.36Zm1.5-28.66v23.9l11.67-10.01c.24-.2.33-.52.25-.82l-2.31-5.62c-1.11-2.7-1.67-5.55-1.67-8.48v-5.34h-3.67c-.33,2.45-1.47,5.54-4.27,6.36Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,80.98c-.5,0-.97-.25-1.25-.67l-3.91-5.86c-.67-1-.54-2.35.32-3.21l.56-.56c.38-.38.59-.89.59-1.42v-9.49c0-.83.67-1.5,1.5-1.5h4.38c.83,0,1.5.67,1.5,1.5v9.49c0,.54.21,1.04.59,1.42l.56.56c.85.85.99,2.2.32,3.21l-3.9,5.86c-.28.42-.75.67-1.25.67Zm-2.45-7.88l2.45,3.67,2.45-3.67-.29-.29c-.95-.95-1.47-2.21-1.47-3.54v-7.99h-1.38v7.99c0,1.34-.52,2.6-1.47,3.54l-.29.29Zm-.27.27h0s0,0,0,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m70.73,61.28H31.32c-.73,0-1.36-.53-1.48-1.25l-1.72-10.34c-.43-2.6-.19-5.21.7-7.57,2.04-5.41,7.64-14.48,22.21-14.48s20.17,9.07,22.21,14.48c.89,2.36,1.13,4.97.7,7.57l-1.72,10.34c-.12.72-.75,1.25-1.48,1.25Zm-38.13-3h36.86l1.51-9.09c.35-2.08.16-4.16-.54-6.02-1.77-4.68-6.64-12.54-19.4-12.54s-17.63,7.86-19.4,12.54c-.7,1.86-.89,3.94-.54,6.02l1.51,9.09Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m70.73,48.15c-.56,0-13.25-.1-16.43-8.76h-6.54c-3.18,8.65-15.87,8.76-16.43,8.76-.83,0-1.5-.67-1.5-1.5,0-.83.67-1.5,1.5-1.5.12,0,11.99-.11,13.87-7.62.17-.67.77-1.14,1.46-1.14h8.76c.69,0,1.29.47,1.46,1.14,1.88,7.51,13.75,7.62,13.87,7.62.83,0,1.5.67,1.5,1.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,52.52c-3.24,0-5.88-2.64-5.88-5.88s2.64-5.88,5.88-5.88,5.88,2.64,5.88,5.88-2.64,5.88-5.88,5.88Zm0-8.76c-1.59,0-2.88,1.29-2.88,2.88s1.29,2.88,2.88,2.88,2.88-1.29,2.88-2.88-1.29-2.88-2.88-2.88Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m53.21,30.63h-4.38c-.75,0-1.38-.55-1.49-1.29l-1.98-13.88c-.18-1.3.11-2.61.84-3.7l3.57-5.35c.56-.83,1.94-.83,2.5,0l3.57,5.35c.73,1.09,1.03,2.41.84,3.7l-1.98,13.88c-.11.74-.74,1.29-1.49,1.29Zm-3.08-3h1.78l1.8-12.59c.08-.57-.05-1.14-.37-1.62l-2.32-3.48-2.32,3.48c-.32.48-.45,1.05-.37,1.62l1.8,12.59Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_paint {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m45.92,63.74c-.39,0-.77-.15-1.06-.44l-6.71-6.71c-.42-.42-.55-1.04-.34-1.58,3.63-9.72,31.09-32.72,39.51-34.55,1.36-.29,2.39-.09,3.08.6s.9,1.73.6,3.08c-1.83,8.42-24.84,35.88-34.55,39.51-.17.06-.35.09-.52.09Zm-4.94-8.56l5.28,5.28c10.38-4.95,31.44-32.08,31.87-37.15-5.07.43-32.2,21.5-37.15,31.87Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m44.24,67.79c-.99,0-1.98-.38-2.74-1.13l-6.71-6.71c-1.51-1.51-1.51-3.97,0-5.48,1.51-1.51,3.97-1.51,5.48,0l6.71,6.71c1.51,1.51,1.51,3.97,0,5.48-.75.75-1.75,1.13-2.74,1.13Zm-6.71-11.46c-.22,0-.45.08-.62.25-.34.34-.34.89,0,1.24l6.71,6.71c.34.34.89.34,1.23,0s.34-.89,0-1.24l-6.71-6.71c-.17-.17-.39-.25-.62-.25Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m27.96,81.74c-2.09,0-4.2-.42-6.19-1.37-.74-.36-1.06-1.25-.71-1.99,1.48-3.14,1.38-5.88,1.27-8.53-.12-2.98-.24-6.06,2.38-8.67,2.08-2.08,4.84-3.22,7.77-3.22s5.7,1.14,7.77,3.22c4.29,4.29,4.29,11.26,0,15.54-2.85,2.85-7.53,5.02-12.31,5.02Zm-3.57-3.55c4.84,1.56,10.62-.46,13.75-3.59,3.12-3.12,3.12-8.19,0-11.3-1.51-1.51-3.52-2.34-5.65-2.34s-4.14.83-5.65,2.34c-1.68,1.68-1.61,3.68-1.5,6.44.09,2.37.2,5.25-.95,8.46Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_paint.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m45.92,63.74c-.39,0-.77-.15-1.06-.44l-6.71-6.71c-.42-.42-.55-1.04-.34-1.58,3.63-9.72,31.09-32.72,39.51-34.55,1.36-.29,2.39-.09,3.08.6s.9,1.73.6,3.08c-1.83,8.42-24.84,35.88-34.55,39.51-.17.06-.35.09-.52.09Zm-4.94-8.56l5.28,5.28c10.38-4.95,31.44-32.08,31.87-37.15-5.07.43-32.2,21.5-37.15,31.87Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m44.24,67.79c-.99,0-1.98-.38-2.74-1.13l-6.71-6.71c-1.51-1.51-1.51-3.97,0-5.48,1.51-1.51,3.97-1.51,5.48,0l6.71,6.71c1.51,1.51,1.51,3.97,0,5.48-.75.75-1.75,1.13-2.74,1.13Zm-6.71-11.46c-.22,0-.45.08-.62.25-.34.34-.34.89,0,1.24l6.71,6.71c.34.34.89.34,1.23,0s.34-.89,0-1.24l-6.71-6.71c-.17-.17-.39-.25-.62-.25Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m27.96,81.74c-2.09,0-4.2-.42-6.19-1.37-.74-.36-1.06-1.25-.71-1.99,1.48-3.14,1.38-5.88,1.27-8.53-.12-2.98-.24-6.06,2.38-8.67,2.08-2.08,4.84-3.22,7.77-3.22s5.7,1.14,7.77,3.22c4.29,4.29,4.29,11.26,0,15.54-2.85,2.85-7.53,5.02-12.31,5.02Zm-3.57-3.55c4.84,1.56,10.62-.46,13.75-3.59,3.12-3.12,3.12-8.19,0-11.3-1.51-1.51-3.52-2.34-5.65-2.34s-4.14.83-5.65,2.34c-1.68,1.68-1.61,3.68-1.5,6.44.09,2.37.2,5.25-.95,8.46Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_paint.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m45.92,63.74c-.39,0-.77-.15-1.06-.44l-6.71-6.71c-.42-.42-.55-1.04-.34-1.58,3.63-9.72,31.09-32.72,39.51-34.55,1.36-.29,2.39-.09,3.08.6s.9,1.73.6,3.08c-1.83,8.42-24.84,35.88-34.55,39.51-.17.06-.35.09-.52.09Zm-4.94-8.56l5.28,5.28c10.38-4.95,31.44-32.08,31.87-37.15-5.07.43-32.2,21.5-37.15,31.87Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m44.24,67.79c-.99,0-1.98-.38-2.74-1.13l-6.71-6.71c-1.51-1.51-1.51-3.97,0-5.48,1.51-1.51,3.97-1.51,5.48,0l6.71,6.71c1.51,1.51,1.51,3.97,0,5.48-.75.75-1.75,1.13-2.74,1.13Zm-6.71-11.46c-.22,0-.45.08-.62.25-.34.34-.34.89,0,1.24l6.71,6.71c.34.34.89.34,1.23,0s.34-.89,0-1.24l-6.71-6.71c-.17-.17-.39-.25-.62-.25Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m27.96,81.74c-2.09,0-4.2-.42-6.19-1.37-.74-.36-1.06-1.25-.71-1.99,1.48-3.14,1.38-5.88,1.27-8.53-.12-2.98-.24-6.06,2.38-8.67,2.08-2.08,4.84-3.22,7.77-3.22s5.7,1.14,7.77,3.22c4.29,4.29,4.29,11.26,0,15.54-2.85,2.85-7.53,5.02-12.31,5.02Zm-3.57-3.55c4.84,1.56,10.62-.46,13.75-3.59,3.12-3.12,3.12-8.19,0-11.3-1.51-1.51-3.52-2.34-5.65-2.34s-4.14.83-5.65,2.34c-1.68,1.68-1.61,3.68-1.5,6.44.09,2.37.2,5.25-.95,8.46Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_paint.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m45.92,63.74c-.39,0-.77-.15-1.06-.44l-6.71-6.71c-.42-.42-.55-1.04-.34-1.58,3.63-9.72,31.09-32.72,39.51-34.55,1.36-.29,2.39-.09,3.08.6s.9,1.73.6,3.08c-1.83,8.42-24.84,35.88-34.55,39.51-.17.06-.35.09-.52.09Zm-4.94-8.56l5.28,5.28c10.38-4.95,31.44-32.08,31.87-37.15-5.07.43-32.2,21.5-37.15,31.87Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m44.24,67.79c-.99,0-1.98-.38-2.74-1.13l-6.71-6.71c-1.51-1.51-1.51-3.97,0-5.48,1.51-1.51,3.97-1.51,5.48,0l6.71,6.71c1.51,1.51,1.51,3.97,0,5.48-.75.75-1.75,1.13-2.74,1.13Zm-6.71-11.46c-.22,0-.45.08-.62.25-.34.34-.34.89,0,1.24l6.71,6.71c.34.34.89.34,1.23,0s.34-.89,0-1.24l-6.71-6.71c-.17-.17-.39-.25-.62-.25Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m27.96,81.74c-2.09,0-4.2-.42-6.19-1.37-.74-.36-1.06-1.25-.71-1.99,1.48-3.14,1.38-5.88,1.27-8.53-.12-2.98-.24-6.06,2.38-8.67,2.08-2.08,4.84-3.22,7.77-3.22s5.7,1.14,7.77,3.22c4.29,4.29,4.29,11.26,0,15.54-2.85,2.85-7.53,5.02-12.31,5.02Zm-3.57-3.55c4.84,1.56,10.62-.46,13.75-3.59,3.12-3.12,3.12-8.19,0-11.3-1.51-1.51-3.52-2.34-5.65-2.34s-4.14.83-5.65,2.34c-1.68,1.68-1.61,3.68-1.5,6.44.09,2.37.2,5.25-.95,8.46Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_paint.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m45.92,63.74c-.39,0-.77-.15-1.06-.44l-6.71-6.71c-.42-.42-.55-1.04-.34-1.58,3.63-9.72,31.09-32.72,39.51-34.55,1.36-.29,2.39-.09,3.08.6s.9,1.73.6,3.08c-1.83,8.42-24.84,35.88-34.55,39.51-.17.06-.35.09-.52.09Zm-4.94-8.56l5.28,5.28c10.38-4.95,31.44-32.08,31.87-37.15-5.07.43-32.2,21.5-37.15,31.87Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m44.24,67.79c-.99,0-1.98-.38-2.74-1.13l-6.71-6.71c-1.51-1.51-1.51-3.97,0-5.48,1.51-1.51,3.97-1.51,5.48,0l6.71,6.71c1.51,1.51,1.51,3.97,0,5.48-.75.75-1.75,1.13-2.74,1.13Zm-6.71-11.46c-.22,0-.45.08-.62.25-.34.34-.34.89,0,1.24l6.71,6.71c.34.34.89.34,1.23,0s.34-.89,0-1.24l-6.71-6.71c-.17-.17-.39-.25-.62-.25Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m27.96,81.74c-2.09,0-4.2-.42-6.19-1.37-.74-.36-1.06-1.25-.71-1.99,1.48-3.14,1.38-5.88,1.27-8.53-.12-2.98-.24-6.06,2.38-8.67,2.08-2.08,4.84-3.22,7.77-3.22s5.7,1.14,7.77,3.22c4.29,4.29,4.29,11.26,0,15.54-2.85,2.85-7.53,5.02-12.31,5.02Zm-3.57-3.55c4.84,1.56,10.62-.46,13.75-3.59,3.12-3.12,3.12-8.19,0-11.3-1.51-1.51-3.52-2.34-5.65-2.34s-4.14.83-5.65,2.34c-1.68,1.68-1.61,3.68-1.5,6.44.09,2.37.2,5.25-.95,8.46Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_paint.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m45.92,63.74c-.39,0-.77-.15-1.06-.44l-6.71-6.71c-.42-.42-.55-1.04-.34-1.58,3.63-9.72,31.09-32.72,39.51-34.55,1.36-.29,2.39-.09,3.08.6s.9,1.73.6,3.08c-1.83,8.42-24.84,35.88-34.55,39.51-.17.06-.35.09-.52.09Zm-4.94-8.56l5.28,5.28c10.38-4.95,31.44-32.08,31.87-37.15-5.07.43-32.2,21.5-37.15,31.87Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m44.24,67.79c-.99,0-1.98-.38-2.74-1.13l-6.71-6.71c-1.51-1.51-1.51-3.97,0-5.48,1.51-1.51,3.97-1.51,5.48,0l6.71,6.71c1.51,1.51,1.51,3.97,0,5.48-.75.75-1.75,1.13-2.74,1.13Zm-6.71-11.46c-.22,0-.45.08-.62.25-.34.34-.34.89,0,1.24l6.71,6.71c.34.34.89.34,1.23,0s.34-.89,0-1.24l-6.71-6.71c-.17-.17-.39-.25-.62-.25Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m27.96,81.74c-2.09,0-4.2-.42-6.19-1.37-.74-.36-1.06-1.25-.71-1.99,1.48-3.14,1.38-5.88,1.27-8.53-.12-2.98-.24-6.06,2.38-8.67,2.08-2.08,4.84-3.22,7.77-3.22s5.7,1.14,7.77,3.22c4.29,4.29,4.29,11.26,0,15.54-2.85,2.85-7.53,5.02-12.31,5.02Zm-3.57-3.55c4.84,1.56,10.62-.46,13.75-3.59,3.12-3.12,3.12-8.19,0-11.3-1.51-1.51-3.52-2.34-5.65-2.34s-4.14.83-5.65,2.34c-1.68,1.68-1.61,3.68-1.5,6.44.09,2.37.2,5.25-.95,8.46Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_swords {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m34.49,69.92c-.39,0-.77-.15-1.06-.44-.4-.4-.54-1-.36-1.53l1.62-4.86c.33-.99.91-1.89,1.67-2.6l21.03-19.58c-.1-.04-.2-.07-.3-.1-.4-.12-.74-.41-.92-.79s-.19-.82-.03-1.21l.41-1c.82-1.99,2.51-3.41,4.65-3.9.65-.15,1.3.14,1.63.71l.46.79.66-.62c.06-.05.09-.12.09-.2,0-.77.37-1.49.99-1.94.62-.45,1.42-.57,2.15-.33l1.42.47c.71.24,1.27.8,1.51,1.51l.47,1.42c.24.73.12,1.53-.33,2.15-.45.62-1.17.99-1.94.99-.08,0-.15.03-.2.09l-.62.66.79.46c.57.33.86.99.71,1.63-.49,2.14-1.91,3.83-3.9,4.65l-1,.41c-.39.16-.83.15-1.21-.03-.38-.18-.67-.51-.79-.92-.03-.1-.06-.2-.1-.3l-19.58,21.03c-.71.76-1.61,1.34-2.6,1.67l-4.86,1.62c-.16.05-.32.08-.47.08Zm25.02-31.35c.44.22.87.48,1.29.78.37.26.61.67.64,1.12s-.14.9-.47,1.21l-22.56,21.01c-.4.37-.7.84-.87,1.36l-.67,2.01,2.01-.67c.52-.17.98-.47,1.36-.87l21.01-22.56c.31-.33.76-.5,1.21-.47.45.03.87.27,1.12.64.29.42.55.86.78,1.29.58-.32,1.04-.78,1.36-1.36l-.55-.32c-.28-.16-.55-.35-.82-.55-.35-.25-.6-.66-.64-1.09s.08-.87.37-1.19l.8-.86-.86.8c-.32.29-.75.43-1.17.39-.43-.04-.82-.27-1.07-.62-.23-.31-.42-.58-.58-.87l-.32-.54c-.58.32-1.04.78-1.36,1.36Zm7.43-3.15c-.09.37-.25.72-.47,1.03.31-.21.66-.37,1.03-.47l-.14-.42-.42-.14Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m68.11,69.42c-.16,0-.32-.03-.47-.08l-4.86-1.62c-.99-.33-1.89-.91-2.6-1.67l-8.38-9c-.56-.61-.53-1.56.08-2.12.61-.57,1.56-.53,2.12.08l8.38,9c.37.4.84.7,1.36.87l2.01.67-.67-2.01c-.17-.52-.47-.99-.87-1.36l-9-8.38c-.61-.56-.64-1.51-.08-2.12s1.51-.64,2.12-.08l9,8.38c.76.71,1.34,1.61,1.67,2.6l1.62,4.86c.18.54.04,1.13-.36,1.54-.29.29-.67.44-1.06.44Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m47.1,51.3c-.4,0-.8-.16-1.1-.48l-5.4-5.8c-.04.1-.07.2-.1.3-.12.4-.41.74-.79.92-.38.18-.82.19-1.21.03l-1-.41c-1.99-.82-3.41-2.51-3.9-4.65-.15-.64.14-1.3.71-1.63l.79-.46-.62-.66c-.05-.06-.12-.09-.2-.09-.76,0-1.49-.37-1.94-.99-.45-.62-.57-1.42-.33-2.15l.47-1.42c.23-.71.8-1.27,1.51-1.51l1.42-.47c.73-.24,1.53-.12,2.15.33.62.45.99,1.17.99,1.94,0,.08.03.15.09.2l.66.62.46-.8c.33-.57.99-.86,1.63-.71,2.13.49,3.83,1.91,4.64,3.9l.41,1c.16.39.15.83-.03,1.21-.18.38-.51.67-.92.79-.1.03-.2.06-.3.1l5.8,5.4c.61.56.64,1.51.08,2.12-.56.61-1.51.64-2.12.08l-7.34-6.83c-.33-.31-.51-.75-.47-1.2.03-.45.27-.87.64-1.13.42-.29.86-.55,1.29-.78-.32-.58-.78-1.04-1.36-1.36l-.32.55c-.17.29-.36.56-.56.84-.25.35-.65.59-1.08.63-.43.04-.87-.08-1.18-.38l-.86-.8.8.86c.29.32.44.74.39,1.17-.04.43-.27.82-.62,1.07-.32.23-.58.42-.87.58l-.54.32c.32.58.78,1.04,1.36,1.36.22-.44.48-.87.78-1.29.26-.37.67-.61,1.12-.64.46-.04.9.14,1.21.47l6.83,7.34c.56.61.53,1.56-.08,2.12-.29.27-.66.4-1.02.4Zm-12-15.83c.37.09.72.25,1.03.47-.21-.31-.37-.66-.47-1.03l-.42.14-.14.42Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.02,86.38c-9.06,0-18.12-3.45-25.01-10.34-13.79-13.79-13.79-36.23,0-50.02s36.23-13.79,50.02,0c13.79,13.79,13.79,36.23,0,50.02h0c-6.9,6.89-15.96,10.34-25.01,10.34Zm0-67.71c-8.29,0-16.58,3.15-22.89,9.47-12.62,12.62-12.62,33.16,0,45.78s33.16,12.62,45.78,0c12.62-12.62,12.62-33.16,0-45.78-6.31-6.31-14.6-9.47-22.89-9.47Zm23.95,56.31h0,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m51.03,82.27h-.01c-2.04,0-4.09-.2-6.08-.59-.81-.16-1.34-.95-1.18-1.76.16-.81.95-1.34,1.76-1.18,1.8.36,3.66.54,5.5.54.83,0,1.5.67,1.5,1.5s-.67,1.5-1.49,1.5Zm5.8-.57c-.7,0-1.33-.49-1.47-1.21-.16-.81.37-1.6,1.18-1.76,1.81-.36,3.6-.9,5.3-1.6.77-.32,1.64.05,1.96.81.32.77-.05,1.64-.81,1.96-1.88.78-3.85,1.38-5.86,1.77-.1.02-.2.03-.29.03Zm-17.18-1.68c-.19,0-.38-.04-.57-.11-1.89-.78-3.71-1.75-5.4-2.89-.69-.46-.87-1.39-.41-2.08.46-.69,1.39-.87,2.08-.41,1.53,1.03,3.17,1.9,4.88,2.61.77.32,1.13,1.19.81,1.96-.24.58-.8.93-1.39.93Zm27.9-2.76c-.48,0-.96-.23-1.25-.67-.46-.69-.28-1.62.41-2.08,1.53-1.02,2.97-2.21,4.28-3.52.59-.58,1.57-.62,2.15-.03s.62,1.5.03,2.09l-.06.06c-1.45,1.45-3.04,2.76-4.73,3.89-.26.17-.55.25-.83.25Zm-37.56-3.69c-.38,0-.76-.14-1.05-.44h-.01c-1.44-1.46-2.75-3.04-3.88-4.72-.46-.69-.28-1.62.41-2.08.69-.46,1.62-.28,2.08.41,1.02,1.52,2.2,2.95,3.51,4.26.59.59.59,1.54,0,2.13-.29.29-.68.44-1.06.44Zm45.81-4.58c-.29,0-.58-.08-.83-.25-.69-.46-.88-1.39-.42-2.08,1.02-1.54,1.9-3.18,2.6-4.88.32-.77,1.19-1.13,1.96-.82.77.31,1.13,1.19.82,1.96-.78,1.89-1.74,3.71-2.88,5.41-.29.43-.76.67-1.25.67Zm-52.26-5.05c-.59,0-1.15-.35-1.39-.93-.78-1.88-1.38-3.86-1.78-5.86-.16-.81.37-1.6,1.18-1.76.81-.16,1.6.37,1.76,1.18.36,1.81.9,3.59,1.61,5.3.32.76-.05,1.64-.81,1.96-.19.08-.38.11-.57.11Zm56.67-5.68c-.1,0-.19,0-.29-.03-.81-.16-1.34-.95-1.19-1.76.35-1.79.53-3.62.53-5.44,0-.83.67-1.54,1.5-1.54s1.5.64,1.5,1.46v.07c0,2.02-.2,4.04-.58,6.02-.14.72-.77,1.21-1.47,1.21Zm-58.94-5.71c-.83,0-1.5-.66-1.5-1.49v-.03c0-2.03.2-4.07.59-6.06.16-.81.95-1.35,1.76-1.18.81.16,1.34.95,1.18,1.76-.35,1.8-.53,3.65-.53,5.48,0,.83-.67,1.51-1.5,1.51Zm58.91-5.89c-.7,0-1.33-.49-1.47-1.21-.36-1.81-.91-3.59-1.62-5.29-.32-.76.04-1.64.81-1.96.76-.32,1.64.04,1.96.81.79,1.88,1.39,3.85,1.79,5.86.16.81-.36,1.6-1.18,1.76-.1.02-.2.03-.3.03Zm-56.66-5.48c-.19,0-.38-.04-.57-.11-.77-.32-1.13-1.19-.81-1.96.78-1.89,1.75-3.71,2.88-5.4.46-.69,1.39-.87,2.08-.42.69.46.88,1.39.42,2.08-1.02,1.53-1.9,3.18-2.6,4.88-.24.58-.8.93-1.39.93Zm52.2-5.23c-.48,0-.96-.23-1.25-.66-1.01-1.51-2.18-2.93-3.48-4.23-.59-.59-.61-1.56-.02-2.14.59-.59,1.51-.61,2.1-.02l.04.04c1.44,1.43,2.73,3.01,3.85,4.67.46.69.28,1.62-.41,2.08-.26.17-.55.25-.84.25Zm-45.76-4.44c-.38,0-.76-.14-1.05-.43-.59-.59-.6-1.52-.01-2.11l1.06,1.06-1.06-1.06c1.46-1.46,3.04-2.76,4.72-3.89.68-.46,1.62-.28,2.08.41.46.69.28,1.62-.41,2.08-1.51,1.02-2.94,2.19-4.24,3.49-.3.3-.69.45-1.08.45Zm37.53-3.74c-.29,0-.58-.08-.83-.25-1.53-1.02-3.18-1.9-4.88-2.6-.77-.32-1.13-1.19-.82-1.96.32-.77,1.19-1.13,1.96-.82,1.89.78,3.71,1.75,5.41,2.88.69.46.88,1.39.42,2.08-.29.43-.76.67-1.25.67Zm-27.9-2.7c-.59,0-1.15-.35-1.39-.92-.32-.76.04-1.64.81-1.96,1.88-.78,3.85-1.38,5.86-1.78.81-.16,1.6.36,1.76,1.18.16.81-.36,1.6-1.18,1.76-1.81.36-3.6.91-5.3,1.61-.19.08-.38.12-.57.12Zm17.18-1.72c-.1,0-.19,0-.29-.03-1.8-.35-3.63-.53-5.46-.53-.83,0-1.53-.67-1.53-1.5s.65-1.5,1.48-1.5h.05c2.02,0,4.05.2,6.04.59.81.16,1.34.95,1.18,1.76-.14.72-.77,1.21-1.47,1.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_swords.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m34.49,69.92c-.39,0-.77-.15-1.06-.44-.4-.4-.54-1-.36-1.53l1.62-4.86c.33-.99.91-1.89,1.67-2.6l21.03-19.58c-.1-.04-.2-.07-.3-.1-.4-.12-.74-.41-.92-.79s-.19-.82-.03-1.21l.41-1c.82-1.99,2.51-3.41,4.65-3.9.65-.15,1.3.14,1.63.71l.46.79.66-.62c.06-.05.09-.12.09-.2,0-.77.37-1.49.99-1.94.62-.45,1.42-.57,2.15-.33l1.42.47c.71.24,1.27.8,1.51,1.51l.47,1.42c.24.73.12,1.53-.33,2.15-.45.62-1.17.99-1.94.99-.08,0-.15.03-.2.09l-.62.66.79.46c.57.33.86.99.71,1.63-.49,2.14-1.91,3.83-3.9,4.65l-1,.41c-.39.16-.83.15-1.21-.03-.38-.18-.67-.51-.79-.92-.03-.1-.06-.2-.1-.3l-19.58,21.03c-.71.76-1.61,1.34-2.6,1.67l-4.86,1.62c-.16.05-.32.08-.47.08Zm25.02-31.35c.44.22.87.48,1.29.78.37.26.61.67.64,1.12s-.14.9-.47,1.21l-22.56,21.01c-.4.37-.7.84-.87,1.36l-.67,2.01,2.01-.67c.52-.17.98-.47,1.36-.87l21.01-22.56c.31-.33.76-.5,1.21-.47.45.03.87.27,1.12.64.29.42.55.86.78,1.29.58-.32,1.04-.78,1.36-1.36l-.55-.32c-.28-.16-.55-.35-.82-.55-.35-.25-.6-.66-.64-1.09s.08-.87.37-1.19l.8-.86-.86.8c-.32.29-.75.43-1.17.39-.43-.04-.82-.27-1.07-.62-.23-.31-.42-.58-.58-.87l-.32-.54c-.58.32-1.04.78-1.36,1.36Zm7.43-3.15c-.09.37-.25.72-.47,1.03.31-.21.66-.37,1.03-.47l-.14-.42-.42-.14Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m68.11,69.42c-.16,0-.32-.03-.47-.08l-4.86-1.62c-.99-.33-1.89-.91-2.6-1.67l-8.38-9c-.56-.61-.53-1.56.08-2.12.61-.57,1.56-.53,2.12.08l8.38,9c.37.4.84.7,1.36.87l2.01.67-.67-2.01c-.17-.52-.47-.99-.87-1.36l-9-8.38c-.61-.56-.64-1.51-.08-2.12s1.51-.64,2.12-.08l9,8.38c.76.71,1.34,1.61,1.67,2.6l1.62,4.86c.18.54.04,1.13-.36,1.54-.29.29-.67.44-1.06.44Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m47.1,51.3c-.4,0-.8-.16-1.1-.48l-5.4-5.8c-.04.1-.07.2-.1.3-.12.4-.41.74-.79.92-.38.18-.82.19-1.21.03l-1-.41c-1.99-.82-3.41-2.51-3.9-4.65-.15-.64.14-1.3.71-1.63l.79-.46-.62-.66c-.05-.06-.12-.09-.2-.09-.76,0-1.49-.37-1.94-.99-.45-.62-.57-1.42-.33-2.15l.47-1.42c.23-.71.8-1.27,1.51-1.51l1.42-.47c.73-.24,1.53-.12,2.15.33.62.45.99,1.17.99,1.94,0,.08.03.15.09.2l.66.62.46-.8c.33-.57.99-.86,1.63-.71,2.13.49,3.83,1.91,4.64,3.9l.41,1c.16.39.15.83-.03,1.21-.18.38-.51.67-.92.79-.1.03-.2.06-.3.1l5.8,5.4c.61.56.64,1.51.08,2.12-.56.61-1.51.64-2.12.08l-7.34-6.83c-.33-.31-.51-.75-.47-1.2.03-.45.27-.87.64-1.13.42-.29.86-.55,1.29-.78-.32-.58-.78-1.04-1.36-1.36l-.32.55c-.17.29-.36.56-.56.84-.25.35-.65.59-1.08.63-.43.04-.87-.08-1.18-.38l-.86-.8.8.86c.29.32.44.74.39,1.17-.04.43-.27.82-.62,1.07-.32.23-.58.42-.87.58l-.54.32c.32.58.78,1.04,1.36,1.36.22-.44.48-.87.78-1.29.26-.37.67-.61,1.12-.64.46-.04.9.14,1.21.47l6.83,7.34c.56.61.53,1.56-.08,2.12-.29.27-.66.4-1.02.4Zm-12-15.83c.37.09.72.25,1.03.47-.21-.31-.37-.66-.47-1.03l-.42.14-.14.42Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.02,86.38c-9.06,0-18.12-3.45-25.01-10.34-13.79-13.79-13.79-36.23,0-50.02s36.23-13.79,50.02,0c13.79,13.79,13.79,36.23,0,50.02h0c-6.9,6.89-15.96,10.34-25.01,10.34Zm0-67.71c-8.29,0-16.58,3.15-22.89,9.47-12.62,12.62-12.62,33.16,0,45.78s33.16,12.62,45.78,0c12.62-12.62,12.62-33.16,0-45.78-6.31-6.31-14.6-9.47-22.89-9.47Zm23.95,56.31h0,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m51.03,82.27h-.01c-2.04,0-4.09-.2-6.08-.59-.81-.16-1.34-.95-1.18-1.76.16-.81.95-1.34,1.76-1.18,1.8.36,3.66.54,5.5.54.83,0,1.5.67,1.5,1.5s-.67,1.5-1.49,1.5Zm5.8-.57c-.7,0-1.33-.49-1.47-1.21-.16-.81.37-1.6,1.18-1.76,1.81-.36,3.6-.9,5.3-1.6.77-.32,1.64.05,1.96.81.32.77-.05,1.64-.81,1.96-1.88.78-3.85,1.38-5.86,1.77-.1.02-.2.03-.29.03Zm-17.18-1.68c-.19,0-.38-.04-.57-.11-1.89-.78-3.71-1.75-5.4-2.89-.69-.46-.87-1.39-.41-2.08.46-.69,1.39-.87,2.08-.41,1.53,1.03,3.17,1.9,4.88,2.61.77.32,1.13,1.19.81,1.96-.24.58-.8.93-1.39.93Zm27.9-2.76c-.48,0-.96-.23-1.25-.67-.46-.69-.28-1.62.41-2.08,1.53-1.02,2.97-2.21,4.28-3.52.59-.58,1.57-.62,2.15-.03s.62,1.5.03,2.09l-.06.06c-1.45,1.45-3.04,2.76-4.73,3.89-.26.17-.55.25-.83.25Zm-37.56-3.69c-.38,0-.76-.14-1.05-.44h-.01c-1.44-1.46-2.75-3.04-3.88-4.72-.46-.69-.28-1.62.41-2.08.69-.46,1.62-.28,2.08.41,1.02,1.52,2.2,2.95,3.51,4.26.59.59.59,1.54,0,2.13-.29.29-.68.44-1.06.44Zm45.81-4.58c-.29,0-.58-.08-.83-.25-.69-.46-.88-1.39-.42-2.08,1.02-1.54,1.9-3.18,2.6-4.88.32-.77,1.19-1.13,1.96-.82.77.31,1.13,1.19.82,1.96-.78,1.89-1.74,3.71-2.88,5.41-.29.43-.76.67-1.25.67Zm-52.26-5.05c-.59,0-1.15-.35-1.39-.93-.78-1.88-1.38-3.86-1.78-5.86-.16-.81.37-1.6,1.18-1.76.81-.16,1.6.37,1.76,1.18.36,1.81.9,3.59,1.61,5.3.32.76-.05,1.64-.81,1.96-.19.08-.38.11-.57.11Zm56.67-5.68c-.1,0-.19,0-.29-.03-.81-.16-1.34-.95-1.19-1.76.35-1.79.53-3.62.53-5.44,0-.83.67-1.54,1.5-1.54s1.5.64,1.5,1.46v.07c0,2.02-.2,4.04-.58,6.02-.14.72-.77,1.21-1.47,1.21Zm-58.94-5.71c-.83,0-1.5-.66-1.5-1.49v-.03c0-2.03.2-4.07.59-6.06.16-.81.95-1.35,1.76-1.18.81.16,1.34.95,1.18,1.76-.35,1.8-.53,3.65-.53,5.48,0,.83-.67,1.51-1.5,1.51Zm58.91-5.89c-.7,0-1.33-.49-1.47-1.21-.36-1.81-.91-3.59-1.62-5.29-.32-.76.04-1.64.81-1.96.76-.32,1.64.04,1.96.81.79,1.88,1.39,3.85,1.79,5.86.16.81-.36,1.6-1.18,1.76-.1.02-.2.03-.3.03Zm-56.66-5.48c-.19,0-.38-.04-.57-.11-.77-.32-1.13-1.19-.81-1.96.78-1.89,1.75-3.71,2.88-5.4.46-.69,1.39-.87,2.08-.42.69.46.88,1.39.42,2.08-1.02,1.53-1.9,3.18-2.6,4.88-.24.58-.8.93-1.39.93Zm52.2-5.23c-.48,0-.96-.23-1.25-.66-1.01-1.51-2.18-2.93-3.48-4.23-.59-.59-.61-1.56-.02-2.14.59-.59,1.51-.61,2.1-.02l.04.04c1.44,1.43,2.73,3.01,3.85,4.67.46.69.28,1.62-.41,2.08-.26.17-.55.25-.84.25Zm-45.76-4.44c-.38,0-.76-.14-1.05-.43-.59-.59-.6-1.52-.01-2.11l1.06,1.06-1.06-1.06c1.46-1.46,3.04-2.76,4.72-3.89.68-.46,1.62-.28,2.08.41.46.69.28,1.62-.41,2.08-1.51,1.02-2.94,2.19-4.24,3.49-.3.3-.69.45-1.08.45Zm37.53-3.74c-.29,0-.58-.08-.83-.25-1.53-1.02-3.18-1.9-4.88-2.6-.77-.32-1.13-1.19-.82-1.96.32-.77,1.19-1.13,1.96-.82,1.89.78,3.71,1.75,5.41,2.88.69.46.88,1.39.42,2.08-.29.43-.76.67-1.25.67Zm-27.9-2.7c-.59,0-1.15-.35-1.39-.92-.32-.76.04-1.64.81-1.96,1.88-.78,3.85-1.38,5.86-1.78.81-.16,1.6.36,1.76,1.18.16.81-.36,1.6-1.18,1.76-1.81.36-3.6.91-5.3,1.61-.19.08-.38.12-.57.12Zm17.18-1.72c-.1,0-.19,0-.29-.03-1.8-.35-3.63-.53-5.46-.53-.83,0-1.53-.67-1.53-1.5s.65-1.5,1.48-1.5h.05c2.02,0,4.05.2,6.04.59.81.16,1.34.95,1.18,1.76-.14.72-.77,1.21-1.47,1.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_swords.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m34.49,69.92c-.39,0-.77-.15-1.06-.44-.4-.4-.54-1-.36-1.53l1.62-4.86c.33-.99.91-1.89,1.67-2.6l21.03-19.58c-.1-.04-.2-.07-.3-.1-.4-.12-.74-.41-.92-.79s-.19-.82-.03-1.21l.41-1c.82-1.99,2.51-3.41,4.65-3.9.65-.15,1.3.14,1.63.71l.46.79.66-.62c.06-.05.09-.12.09-.2,0-.77.37-1.49.99-1.94.62-.45,1.42-.57,2.15-.33l1.42.47c.71.24,1.27.8,1.51,1.51l.47,1.42c.24.73.12,1.53-.33,2.15-.45.62-1.17.99-1.94.99-.08,0-.15.03-.2.09l-.62.66.79.46c.57.33.86.99.71,1.63-.49,2.14-1.91,3.83-3.9,4.65l-1,.41c-.39.16-.83.15-1.21-.03-.38-.18-.67-.51-.79-.92-.03-.1-.06-.2-.1-.3l-19.58,21.03c-.71.76-1.61,1.34-2.6,1.67l-4.86,1.62c-.16.05-.32.08-.47.08Zm25.02-31.35c.44.22.87.48,1.29.78.37.26.61.67.64,1.12s-.14.9-.47,1.21l-22.56,21.01c-.4.37-.7.84-.87,1.36l-.67,2.01,2.01-.67c.52-.17.98-.47,1.36-.87l21.01-22.56c.31-.33.76-.5,1.21-.47.45.03.87.27,1.12.64.29.42.55.86.78,1.29.58-.32,1.04-.78,1.36-1.36l-.55-.32c-.28-.16-.55-.35-.82-.55-.35-.25-.6-.66-.64-1.09s.08-.87.37-1.19l.8-.86-.86.8c-.32.29-.75.43-1.17.39-.43-.04-.82-.27-1.07-.62-.23-.31-.42-.58-.58-.87l-.32-.54c-.58.32-1.04.78-1.36,1.36Zm7.43-3.15c-.09.37-.25.72-.47,1.03.31-.21.66-.37,1.03-.47l-.14-.42-.42-.14Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m68.11,69.42c-.16,0-.32-.03-.47-.08l-4.86-1.62c-.99-.33-1.89-.91-2.6-1.67l-8.38-9c-.56-.61-.53-1.56.08-2.12.61-.57,1.56-.53,2.12.08l8.38,9c.37.4.84.7,1.36.87l2.01.67-.67-2.01c-.17-.52-.47-.99-.87-1.36l-9-8.38c-.61-.56-.64-1.51-.08-2.12s1.51-.64,2.12-.08l9,8.38c.76.71,1.34,1.61,1.67,2.6l1.62,4.86c.18.54.04,1.13-.36,1.54-.29.29-.67.44-1.06.44Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m47.1,51.3c-.4,0-.8-.16-1.1-.48l-5.4-5.8c-.04.1-.07.2-.1.3-.12.4-.41.74-.79.92-.38.18-.82.19-1.21.03l-1-.41c-1.99-.82-3.41-2.51-3.9-4.65-.15-.64.14-1.3.71-1.63l.79-.46-.62-.66c-.05-.06-.12-.09-.2-.09-.76,0-1.49-.37-1.94-.99-.45-.62-.57-1.42-.33-2.15l.47-1.42c.23-.71.8-1.27,1.51-1.51l1.42-.47c.73-.24,1.53-.12,2.15.33.62.45.99,1.17.99,1.94,0,.08.03.15.09.2l.66.62.46-.8c.33-.57.99-.86,1.63-.71,2.13.49,3.83,1.91,4.64,3.9l.41,1c.16.39.15.83-.03,1.21-.18.38-.51.67-.92.79-.1.03-.2.06-.3.1l5.8,5.4c.61.56.64,1.51.08,2.12-.56.61-1.51.64-2.12.08l-7.34-6.83c-.33-.31-.51-.75-.47-1.2.03-.45.27-.87.64-1.13.42-.29.86-.55,1.29-.78-.32-.58-.78-1.04-1.36-1.36l-.32.55c-.17.29-.36.56-.56.84-.25.35-.65.59-1.08.63-.43.04-.87-.08-1.18-.38l-.86-.8.8.86c.29.32.44.74.39,1.17-.04.43-.27.82-.62,1.07-.32.23-.58.42-.87.58l-.54.32c.32.58.78,1.04,1.36,1.36.22-.44.48-.87.78-1.29.26-.37.67-.61,1.12-.64.46-.04.9.14,1.21.47l6.83,7.34c.56.61.53,1.56-.08,2.12-.29.27-.66.4-1.02.4Zm-12-15.83c.37.09.72.25,1.03.47-.21-.31-.37-.66-.47-1.03l-.42.14-.14.42Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.02,86.38c-9.06,0-18.12-3.45-25.01-10.34-13.79-13.79-13.79-36.23,0-50.02s36.23-13.79,50.02,0c13.79,13.79,13.79,36.23,0,50.02h0c-6.9,6.89-15.96,10.34-25.01,10.34Zm0-67.71c-8.29,0-16.58,3.15-22.89,9.47-12.62,12.62-12.62,33.16,0,45.78s33.16,12.62,45.78,0c12.62-12.62,12.62-33.16,0-45.78-6.31-6.31-14.6-9.47-22.89-9.47Zm23.95,56.31h0,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m51.03,82.27h-.01c-2.04,0-4.09-.2-6.08-.59-.81-.16-1.34-.95-1.18-1.76.16-.81.95-1.34,1.76-1.18,1.8.36,3.66.54,5.5.54.83,0,1.5.67,1.5,1.5s-.67,1.5-1.49,1.5Zm5.8-.57c-.7,0-1.33-.49-1.47-1.21-.16-.81.37-1.6,1.18-1.76,1.81-.36,3.6-.9,5.3-1.6.77-.32,1.64.05,1.96.81.32.77-.05,1.64-.81,1.96-1.88.78-3.85,1.38-5.86,1.77-.1.02-.2.03-.29.03Zm-17.18-1.68c-.19,0-.38-.04-.57-.11-1.89-.78-3.71-1.75-5.4-2.89-.69-.46-.87-1.39-.41-2.08.46-.69,1.39-.87,2.08-.41,1.53,1.03,3.17,1.9,4.88,2.61.77.32,1.13,1.19.81,1.96-.24.58-.8.93-1.39.93Zm27.9-2.76c-.48,0-.96-.23-1.25-.67-.46-.69-.28-1.62.41-2.08,1.53-1.02,2.97-2.21,4.28-3.52.59-.58,1.57-.62,2.15-.03s.62,1.5.03,2.09l-.06.06c-1.45,1.45-3.04,2.76-4.73,3.89-.26.17-.55.25-.83.25Zm-37.56-3.69c-.38,0-.76-.14-1.05-.44h-.01c-1.44-1.46-2.75-3.04-3.88-4.72-.46-.69-.28-1.62.41-2.08.69-.46,1.62-.28,2.08.41,1.02,1.52,2.2,2.95,3.51,4.26.59.59.59,1.54,0,2.13-.29.29-.68.44-1.06.44Zm45.81-4.58c-.29,0-.58-.08-.83-.25-.69-.46-.88-1.39-.42-2.08,1.02-1.54,1.9-3.18,2.6-4.88.32-.77,1.19-1.13,1.96-.82.77.31,1.13,1.19.82,1.96-.78,1.89-1.74,3.71-2.88,5.41-.29.43-.76.67-1.25.67Zm-52.26-5.05c-.59,0-1.15-.35-1.39-.93-.78-1.88-1.38-3.86-1.78-5.86-.16-.81.37-1.6,1.18-1.76.81-.16,1.6.37,1.76,1.18.36,1.81.9,3.59,1.61,5.3.32.76-.05,1.64-.81,1.96-.19.08-.38.11-.57.11Zm56.67-5.68c-.1,0-.19,0-.29-.03-.81-.16-1.34-.95-1.19-1.76.35-1.79.53-3.62.53-5.44,0-.83.67-1.54,1.5-1.54s1.5.64,1.5,1.46v.07c0,2.02-.2,4.04-.58,6.02-.14.72-.77,1.21-1.47,1.21Zm-58.94-5.71c-.83,0-1.5-.66-1.5-1.49v-.03c0-2.03.2-4.07.59-6.06.16-.81.95-1.35,1.76-1.18.81.16,1.34.95,1.18,1.76-.35,1.8-.53,3.65-.53,5.48,0,.83-.67,1.51-1.5,1.51Zm58.91-5.89c-.7,0-1.33-.49-1.47-1.21-.36-1.81-.91-3.59-1.62-5.29-.32-.76.04-1.64.81-1.96.76-.32,1.64.04,1.96.81.79,1.88,1.39,3.85,1.79,5.86.16.81-.36,1.6-1.18,1.76-.1.02-.2.03-.3.03Zm-56.66-5.48c-.19,0-.38-.04-.57-.11-.77-.32-1.13-1.19-.81-1.96.78-1.89,1.75-3.71,2.88-5.4.46-.69,1.39-.87,2.08-.42.69.46.88,1.39.42,2.08-1.02,1.53-1.9,3.18-2.6,4.88-.24.58-.8.93-1.39.93Zm52.2-5.23c-.48,0-.96-.23-1.25-.66-1.01-1.51-2.18-2.93-3.48-4.23-.59-.59-.61-1.56-.02-2.14.59-.59,1.51-.61,2.1-.02l.04.04c1.44,1.43,2.73,3.01,3.85,4.67.46.69.28,1.62-.41,2.08-.26.17-.55.25-.84.25Zm-45.76-4.44c-.38,0-.76-.14-1.05-.43-.59-.59-.6-1.52-.01-2.11l1.06,1.06-1.06-1.06c1.46-1.46,3.04-2.76,4.72-3.89.68-.46,1.62-.28,2.08.41.46.69.28,1.62-.41,2.08-1.51,1.02-2.94,2.19-4.24,3.49-.3.3-.69.45-1.08.45Zm37.53-3.74c-.29,0-.58-.08-.83-.25-1.53-1.02-3.18-1.9-4.88-2.6-.77-.32-1.13-1.19-.82-1.96.32-.77,1.19-1.13,1.96-.82,1.89.78,3.71,1.75,5.41,2.88.69.46.88,1.39.42,2.08-.29.43-.76.67-1.25.67Zm-27.9-2.7c-.59,0-1.15-.35-1.39-.92-.32-.76.04-1.64.81-1.96,1.88-.78,3.85-1.38,5.86-1.78.81-.16,1.6.36,1.76,1.18.16.81-.36,1.6-1.18,1.76-1.81.36-3.6.91-5.3,1.61-.19.08-.38.12-.57.12Zm17.18-1.72c-.1,0-.19,0-.29-.03-1.8-.35-3.63-.53-5.46-.53-.83,0-1.53-.67-1.53-1.5s.65-1.5,1.48-1.5h.05c2.02,0,4.05.2,6.04.59.81.16,1.34.95,1.18,1.76-.14.72-.77,1.21-1.47,1.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_swords.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m34.49,69.92c-.39,0-.77-.15-1.06-.44-.4-.4-.54-1-.36-1.53l1.62-4.86c.33-.99.91-1.89,1.67-2.6l21.03-19.58c-.1-.04-.2-.07-.3-.1-.4-.12-.74-.41-.92-.79s-.19-.82-.03-1.21l.41-1c.82-1.99,2.51-3.41,4.65-3.9.65-.15,1.3.14,1.63.71l.46.79.66-.62c.06-.05.09-.12.09-.2,0-.77.37-1.49.99-1.94.62-.45,1.42-.57,2.15-.33l1.42.47c.71.24,1.27.8,1.51,1.51l.47,1.42c.24.73.12,1.53-.33,2.15-.45.62-1.17.99-1.94.99-.08,0-.15.03-.2.09l-.62.66.79.46c.57.33.86.99.71,1.63-.49,2.14-1.91,3.83-3.9,4.65l-1,.41c-.39.16-.83.15-1.21-.03-.38-.18-.67-.51-.79-.92-.03-.1-.06-.2-.1-.3l-19.58,21.03c-.71.76-1.61,1.34-2.6,1.67l-4.86,1.62c-.16.05-.32.08-.47.08Zm25.02-31.35c.44.22.87.48,1.29.78.37.26.61.67.64,1.12s-.14.9-.47,1.21l-22.56,21.01c-.4.37-.7.84-.87,1.36l-.67,2.01,2.01-.67c.52-.17.98-.47,1.36-.87l21.01-22.56c.31-.33.76-.5,1.21-.47.45.03.87.27,1.12.64.29.42.55.86.78,1.29.58-.32,1.04-.78,1.36-1.36l-.55-.32c-.28-.16-.55-.35-.82-.55-.35-.25-.6-.66-.64-1.09s.08-.87.37-1.19l.8-.86-.86.8c-.32.29-.75.43-1.17.39-.43-.04-.82-.27-1.07-.62-.23-.31-.42-.58-.58-.87l-.32-.54c-.58.32-1.04.78-1.36,1.36Zm7.43-3.15c-.09.37-.25.72-.47,1.03.31-.21.66-.37,1.03-.47l-.14-.42-.42-.14Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m68.11,69.42c-.16,0-.32-.03-.47-.08l-4.86-1.62c-.99-.33-1.89-.91-2.6-1.67l-8.38-9c-.56-.61-.53-1.56.08-2.12.61-.57,1.56-.53,2.12.08l8.38,9c.37.4.84.7,1.36.87l2.01.67-.67-2.01c-.17-.52-.47-.99-.87-1.36l-9-8.38c-.61-.56-.64-1.51-.08-2.12s1.51-.64,2.12-.08l9,8.38c.76.71,1.34,1.61,1.67,2.6l1.62,4.86c.18.54.04,1.13-.36,1.54-.29.29-.67.44-1.06.44Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m47.1,51.3c-.4,0-.8-.16-1.1-.48l-5.4-5.8c-.04.1-.07.2-.1.3-.12.4-.41.74-.79.92-.38.18-.82.19-1.21.03l-1-.41c-1.99-.82-3.41-2.51-3.9-4.65-.15-.64.14-1.3.71-1.63l.79-.46-.62-.66c-.05-.06-.12-.09-.2-.09-.76,0-1.49-.37-1.94-.99-.45-.62-.57-1.42-.33-2.15l.47-1.42c.23-.71.8-1.27,1.51-1.51l1.42-.47c.73-.24,1.53-.12,2.15.33.62.45.99,1.17.99,1.94,0,.08.03.15.09.2l.66.62.46-.8c.33-.57.99-.86,1.63-.71,2.13.49,3.83,1.91,4.64,3.9l.41,1c.16.39.15.83-.03,1.21-.18.38-.51.67-.92.79-.1.03-.2.06-.3.1l5.8,5.4c.61.56.64,1.51.08,2.12-.56.61-1.51.64-2.12.08l-7.34-6.83c-.33-.31-.51-.75-.47-1.2.03-.45.27-.87.64-1.13.42-.29.86-.55,1.29-.78-.32-.58-.78-1.04-1.36-1.36l-.32.55c-.17.29-.36.56-.56.84-.25.35-.65.59-1.08.63-.43.04-.87-.08-1.18-.38l-.86-.8.8.86c.29.32.44.74.39,1.17-.04.43-.27.82-.62,1.07-.32.23-.58.42-.87.58l-.54.32c.32.58.78,1.04,1.36,1.36.22-.44.48-.87.78-1.29.26-.37.67-.61,1.12-.64.46-.04.9.14,1.21.47l6.83,7.34c.56.61.53,1.56-.08,2.12-.29.27-.66.4-1.02.4Zm-12-15.83c.37.09.72.25,1.03.47-.21-.31-.37-.66-.47-1.03l-.42.14-.14.42Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.02,86.38c-9.06,0-18.12-3.45-25.01-10.34-13.79-13.79-13.79-36.23,0-50.02s36.23-13.79,50.02,0c13.79,13.79,13.79,36.23,0,50.02h0c-6.9,6.89-15.96,10.34-25.01,10.34Zm0-67.71c-8.29,0-16.58,3.15-22.89,9.47-12.62,12.62-12.62,33.16,0,45.78s33.16,12.62,45.78,0c12.62-12.62,12.62-33.16,0-45.78-6.31-6.31-14.6-9.47-22.89-9.47Zm23.95,56.31h0,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m51.03,82.27h-.01c-2.04,0-4.09-.2-6.08-.59-.81-.16-1.34-.95-1.18-1.76.16-.81.95-1.34,1.76-1.18,1.8.36,3.66.54,5.5.54.83,0,1.5.67,1.5,1.5s-.67,1.5-1.49,1.5Zm5.8-.57c-.7,0-1.33-.49-1.47-1.21-.16-.81.37-1.6,1.18-1.76,1.81-.36,3.6-.9,5.3-1.6.77-.32,1.64.05,1.96.81.32.77-.05,1.64-.81,1.96-1.88.78-3.85,1.38-5.86,1.77-.1.02-.2.03-.29.03Zm-17.18-1.68c-.19,0-.38-.04-.57-.11-1.89-.78-3.71-1.75-5.4-2.89-.69-.46-.87-1.39-.41-2.08.46-.69,1.39-.87,2.08-.41,1.53,1.03,3.17,1.9,4.88,2.61.77.32,1.13,1.19.81,1.96-.24.58-.8.93-1.39.93Zm27.9-2.76c-.48,0-.96-.23-1.25-.67-.46-.69-.28-1.62.41-2.08,1.53-1.02,2.97-2.21,4.28-3.52.59-.58,1.57-.62,2.15-.03s.62,1.5.03,2.09l-.06.06c-1.45,1.45-3.04,2.76-4.73,3.89-.26.17-.55.25-.83.25Zm-37.56-3.69c-.38,0-.76-.14-1.05-.44h-.01c-1.44-1.46-2.75-3.04-3.88-4.72-.46-.69-.28-1.62.41-2.08.69-.46,1.62-.28,2.08.41,1.02,1.52,2.2,2.95,3.51,4.26.59.59.59,1.54,0,2.13-.29.29-.68.44-1.06.44Zm45.81-4.58c-.29,0-.58-.08-.83-.25-.69-.46-.88-1.39-.42-2.08,1.02-1.54,1.9-3.18,2.6-4.88.32-.77,1.19-1.13,1.96-.82.77.31,1.13,1.19.82,1.96-.78,1.89-1.74,3.71-2.88,5.41-.29.43-.76.67-1.25.67Zm-52.26-5.05c-.59,0-1.15-.35-1.39-.93-.78-1.88-1.38-3.86-1.78-5.86-.16-.81.37-1.6,1.18-1.76.81-.16,1.6.37,1.76,1.18.36,1.81.9,3.59,1.61,5.3.32.76-.05,1.64-.81,1.96-.19.08-.38.11-.57.11Zm56.67-5.68c-.1,0-.19,0-.29-.03-.81-.16-1.34-.95-1.19-1.76.35-1.79.53-3.62.53-5.44,0-.83.67-1.54,1.5-1.54s1.5.64,1.5,1.46v.07c0,2.02-.2,4.04-.58,6.02-.14.72-.77,1.21-1.47,1.21Zm-58.94-5.71c-.83,0-1.5-.66-1.5-1.49v-.03c0-2.03.2-4.07.59-6.06.16-.81.95-1.35,1.76-1.18.81.16,1.34.95,1.18,1.76-.35,1.8-.53,3.65-.53,5.48,0,.83-.67,1.51-1.5,1.51Zm58.91-5.89c-.7,0-1.33-.49-1.47-1.21-.36-1.81-.91-3.59-1.62-5.29-.32-.76.04-1.64.81-1.96.76-.32,1.64.04,1.96.81.79,1.88,1.39,3.85,1.79,5.86.16.81-.36,1.6-1.18,1.76-.1.02-.2.03-.3.03Zm-56.66-5.48c-.19,0-.38-.04-.57-.11-.77-.32-1.13-1.19-.81-1.96.78-1.89,1.75-3.71,2.88-5.4.46-.69,1.39-.87,2.08-.42.69.46.88,1.39.42,2.08-1.02,1.53-1.9,3.18-2.6,4.88-.24.58-.8.93-1.39.93Zm52.2-5.23c-.48,0-.96-.23-1.25-.66-1.01-1.51-2.18-2.93-3.48-4.23-.59-.59-.61-1.56-.02-2.14.59-.59,1.51-.61,2.1-.02l.04.04c1.44,1.43,2.73,3.01,3.85,4.67.46.69.28,1.62-.41,2.08-.26.17-.55.25-.84.25Zm-45.76-4.44c-.38,0-.76-.14-1.05-.43-.59-.59-.6-1.52-.01-2.11l1.06,1.06-1.06-1.06c1.46-1.46,3.04-2.76,4.72-3.89.68-.46,1.62-.28,2.08.41.46.69.28,1.62-.41,2.08-1.51,1.02-2.94,2.19-4.24,3.49-.3.3-.69.45-1.08.45Zm37.53-3.74c-.29,0-.58-.08-.83-.25-1.53-1.02-3.18-1.9-4.88-2.6-.77-.32-1.13-1.19-.82-1.96.32-.77,1.19-1.13,1.96-.82,1.89.78,3.71,1.75,5.41,2.88.69.46.88,1.39.42,2.08-.29.43-.76.67-1.25.67Zm-27.9-2.7c-.59,0-1.15-.35-1.39-.92-.32-.76.04-1.64.81-1.96,1.88-.78,3.85-1.38,5.86-1.78.81-.16,1.6.36,1.76,1.18.16.81-.36,1.6-1.18,1.76-1.81.36-3.6.91-5.3,1.61-.19.08-.38.12-.57.12Zm17.18-1.72c-.1,0-.19,0-.29-.03-1.8-.35-3.63-.53-5.46-.53-.83,0-1.53-.67-1.53-1.5s.65-1.5,1.48-1.5h.05c2.02,0,4.05.2,6.04.59.81.16,1.34.95,1.18,1.76-.14.72-.77,1.21-1.47,1.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_swords.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m34.49,69.92c-.39,0-.77-.15-1.06-.44-.4-.4-.54-1-.36-1.53l1.62-4.86c.33-.99.91-1.89,1.67-2.6l21.03-19.58c-.1-.04-.2-.07-.3-.1-.4-.12-.74-.41-.92-.79s-.19-.82-.03-1.21l.41-1c.82-1.99,2.51-3.41,4.65-3.9.65-.15,1.3.14,1.63.71l.46.79.66-.62c.06-.05.09-.12.09-.2,0-.77.37-1.49.99-1.94.62-.45,1.42-.57,2.15-.33l1.42.47c.71.24,1.27.8,1.51,1.51l.47,1.42c.24.73.12,1.53-.33,2.15-.45.62-1.17.99-1.94.99-.08,0-.15.03-.2.09l-.62.66.79.46c.57.33.86.99.71,1.63-.49,2.14-1.91,3.83-3.9,4.65l-1,.41c-.39.16-.83.15-1.21-.03-.38-.18-.67-.51-.79-.92-.03-.1-.06-.2-.1-.3l-19.58,21.03c-.71.76-1.61,1.34-2.6,1.67l-4.86,1.62c-.16.05-.32.08-.47.08Zm25.02-31.35c.44.22.87.48,1.29.78.37.26.61.67.64,1.12s-.14.9-.47,1.21l-22.56,21.01c-.4.37-.7.84-.87,1.36l-.67,2.01,2.01-.67c.52-.17.98-.47,1.36-.87l21.01-22.56c.31-.33.76-.5,1.21-.47.45.03.87.27,1.12.64.29.42.55.86.78,1.29.58-.32,1.04-.78,1.36-1.36l-.55-.32c-.28-.16-.55-.35-.82-.55-.35-.25-.6-.66-.64-1.09s.08-.87.37-1.19l.8-.86-.86.8c-.32.29-.75.43-1.17.39-.43-.04-.82-.27-1.07-.62-.23-.31-.42-.58-.58-.87l-.32-.54c-.58.32-1.04.78-1.36,1.36Zm7.43-3.15c-.09.37-.25.72-.47,1.03.31-.21.66-.37,1.03-.47l-.14-.42-.42-.14Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m68.11,69.42c-.16,0-.32-.03-.47-.08l-4.86-1.62c-.99-.33-1.89-.91-2.6-1.67l-8.38-9c-.56-.61-.53-1.56.08-2.12.61-.57,1.56-.53,2.12.08l8.38,9c.37.4.84.7,1.36.87l2.01.67-.67-2.01c-.17-.52-.47-.99-.87-1.36l-9-8.38c-.61-.56-.64-1.51-.08-2.12s1.51-.64,2.12-.08l9,8.38c.76.71,1.34,1.61,1.67,2.6l1.62,4.86c.18.54.04,1.13-.36,1.54-.29.29-.67.44-1.06.44Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m47.1,51.3c-.4,0-.8-.16-1.1-.48l-5.4-5.8c-.04.1-.07.2-.1.3-.12.4-.41.74-.79.92-.38.18-.82.19-1.21.03l-1-.41c-1.99-.82-3.41-2.51-3.9-4.65-.15-.64.14-1.3.71-1.63l.79-.46-.62-.66c-.05-.06-.12-.09-.2-.09-.76,0-1.49-.37-1.94-.99-.45-.62-.57-1.42-.33-2.15l.47-1.42c.23-.71.8-1.27,1.51-1.51l1.42-.47c.73-.24,1.53-.12,2.15.33.62.45.99,1.17.99,1.94,0,.08.03.15.09.2l.66.62.46-.8c.33-.57.99-.86,1.63-.71,2.13.49,3.83,1.91,4.64,3.9l.41,1c.16.39.15.83-.03,1.21-.18.38-.51.67-.92.79-.1.03-.2.06-.3.1l5.8,5.4c.61.56.64,1.51.08,2.12-.56.61-1.51.64-2.12.08l-7.34-6.83c-.33-.31-.51-.75-.47-1.2.03-.45.27-.87.64-1.13.42-.29.86-.55,1.29-.78-.32-.58-.78-1.04-1.36-1.36l-.32.55c-.17.29-.36.56-.56.84-.25.35-.65.59-1.08.63-.43.04-.87-.08-1.18-.38l-.86-.8.8.86c.29.32.44.74.39,1.17-.04.43-.27.82-.62,1.07-.32.23-.58.42-.87.58l-.54.32c.32.58.78,1.04,1.36,1.36.22-.44.48-.87.78-1.29.26-.37.67-.61,1.12-.64.46-.04.9.14,1.21.47l6.83,7.34c.56.61.53,1.56-.08,2.12-.29.27-.66.4-1.02.4Zm-12-15.83c.37.09.72.25,1.03.47-.21-.31-.37-.66-.47-1.03l-.42.14-.14.42Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.02,86.38c-9.06,0-18.12-3.45-25.01-10.34-13.79-13.79-13.79-36.23,0-50.02s36.23-13.79,50.02,0c13.79,13.79,13.79,36.23,0,50.02h0c-6.9,6.89-15.96,10.34-25.01,10.34Zm0-67.71c-8.29,0-16.58,3.15-22.89,9.47-12.62,12.62-12.62,33.16,0,45.78s33.16,12.62,45.78,0c12.62-12.62,12.62-33.16,0-45.78-6.31-6.31-14.6-9.47-22.89-9.47Zm23.95,56.31h0,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m51.03,82.27h-.01c-2.04,0-4.09-.2-6.08-.59-.81-.16-1.34-.95-1.18-1.76.16-.81.95-1.34,1.76-1.18,1.8.36,3.66.54,5.5.54.83,0,1.5.67,1.5,1.5s-.67,1.5-1.49,1.5Zm5.8-.57c-.7,0-1.33-.49-1.47-1.21-.16-.81.37-1.6,1.18-1.76,1.81-.36,3.6-.9,5.3-1.6.77-.32,1.64.05,1.96.81.32.77-.05,1.64-.81,1.96-1.88.78-3.85,1.38-5.86,1.77-.1.02-.2.03-.29.03Zm-17.18-1.68c-.19,0-.38-.04-.57-.11-1.89-.78-3.71-1.75-5.4-2.89-.69-.46-.87-1.39-.41-2.08.46-.69,1.39-.87,2.08-.41,1.53,1.03,3.17,1.9,4.88,2.61.77.32,1.13,1.19.81,1.96-.24.58-.8.93-1.39.93Zm27.9-2.76c-.48,0-.96-.23-1.25-.67-.46-.69-.28-1.62.41-2.08,1.53-1.02,2.97-2.21,4.28-3.52.59-.58,1.57-.62,2.15-.03s.62,1.5.03,2.09l-.06.06c-1.45,1.45-3.04,2.76-4.73,3.89-.26.17-.55.25-.83.25Zm-37.56-3.69c-.38,0-.76-.14-1.05-.44h-.01c-1.44-1.46-2.75-3.04-3.88-4.72-.46-.69-.28-1.62.41-2.08.69-.46,1.62-.28,2.08.41,1.02,1.52,2.2,2.95,3.51,4.26.59.59.59,1.54,0,2.13-.29.29-.68.44-1.06.44Zm45.81-4.58c-.29,0-.58-.08-.83-.25-.69-.46-.88-1.39-.42-2.08,1.02-1.54,1.9-3.18,2.6-4.88.32-.77,1.19-1.13,1.96-.82.77.31,1.13,1.19.82,1.96-.78,1.89-1.74,3.71-2.88,5.41-.29.43-.76.67-1.25.67Zm-52.26-5.05c-.59,0-1.15-.35-1.39-.93-.78-1.88-1.38-3.86-1.78-5.86-.16-.81.37-1.6,1.18-1.76.81-.16,1.6.37,1.76,1.18.36,1.81.9,3.59,1.61,5.3.32.76-.05,1.64-.81,1.96-.19.08-.38.11-.57.11Zm56.67-5.68c-.1,0-.19,0-.29-.03-.81-.16-1.34-.95-1.19-1.76.35-1.79.53-3.62.53-5.44,0-.83.67-1.54,1.5-1.54s1.5.64,1.5,1.46v.07c0,2.02-.2,4.04-.58,6.02-.14.72-.77,1.21-1.47,1.21Zm-58.94-5.71c-.83,0-1.5-.66-1.5-1.49v-.03c0-2.03.2-4.07.59-6.06.16-.81.95-1.35,1.76-1.18.81.16,1.34.95,1.18,1.76-.35,1.8-.53,3.65-.53,5.48,0,.83-.67,1.51-1.5,1.51Zm58.91-5.89c-.7,0-1.33-.49-1.47-1.21-.36-1.81-.91-3.59-1.62-5.29-.32-.76.04-1.64.81-1.96.76-.32,1.64.04,1.96.81.79,1.88,1.39,3.85,1.79,5.86.16.81-.36,1.6-1.18,1.76-.1.02-.2.03-.3.03Zm-56.66-5.48c-.19,0-.38-.04-.57-.11-.77-.32-1.13-1.19-.81-1.96.78-1.89,1.75-3.71,2.88-5.4.46-.69,1.39-.87,2.08-.42.69.46.88,1.39.42,2.08-1.02,1.53-1.9,3.18-2.6,4.88-.24.58-.8.93-1.39.93Zm52.2-5.23c-.48,0-.96-.23-1.25-.66-1.01-1.51-2.18-2.93-3.48-4.23-.59-.59-.61-1.56-.02-2.14.59-.59,1.51-.61,2.1-.02l.04.04c1.44,1.43,2.73,3.01,3.85,4.67.46.69.28,1.62-.41,2.08-.26.17-.55.25-.84.25Zm-45.76-4.44c-.38,0-.76-.14-1.05-.43-.59-.59-.6-1.52-.01-2.11l1.06,1.06-1.06-1.06c1.46-1.46,3.04-2.76,4.72-3.89.68-.46,1.62-.28,2.08.41.46.69.28,1.62-.41,2.08-1.51,1.02-2.94,2.19-4.24,3.49-.3.3-.69.45-1.08.45Zm37.53-3.74c-.29,0-.58-.08-.83-.25-1.53-1.02-3.18-1.9-4.88-2.6-.77-.32-1.13-1.19-.82-1.96.32-.77,1.19-1.13,1.96-.82,1.89.78,3.71,1.75,5.41,2.88.69.46.88,1.39.42,2.08-.29.43-.76.67-1.25.67Zm-27.9-2.7c-.59,0-1.15-.35-1.39-.92-.32-.76.04-1.64.81-1.96,1.88-.78,3.85-1.38,5.86-1.78.81-.16,1.6.36,1.76,1.18.16.81-.36,1.6-1.18,1.76-1.81.36-3.6.91-5.3,1.61-.19.08-.38.12-.57.12Zm17.18-1.72c-.1,0-.19,0-.29-.03-1.8-.35-3.63-.53-5.46-.53-.83,0-1.53-.67-1.53-1.5s.65-1.5,1.48-1.5h.05c2.02,0,4.05.2,6.04.59.81.16,1.34.95,1.18,1.76-.14.72-.77,1.21-1.47,1.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_swords.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m34.49,69.92c-.39,0-.77-.15-1.06-.44-.4-.4-.54-1-.36-1.53l1.62-4.86c.33-.99.91-1.89,1.67-2.6l21.03-19.58c-.1-.04-.2-.07-.3-.1-.4-.12-.74-.41-.92-.79s-.19-.82-.03-1.21l.41-1c.82-1.99,2.51-3.41,4.65-3.9.65-.15,1.3.14,1.63.71l.46.79.66-.62c.06-.05.09-.12.09-.2,0-.77.37-1.49.99-1.94.62-.45,1.42-.57,2.15-.33l1.42.47c.71.24,1.27.8,1.51,1.51l.47,1.42c.24.73.12,1.53-.33,2.15-.45.62-1.17.99-1.94.99-.08,0-.15.03-.2.09l-.62.66.79.46c.57.33.86.99.71,1.63-.49,2.14-1.91,3.83-3.9,4.65l-1,.41c-.39.16-.83.15-1.21-.03-.38-.18-.67-.51-.79-.92-.03-.1-.06-.2-.1-.3l-19.58,21.03c-.71.76-1.61,1.34-2.6,1.67l-4.86,1.62c-.16.05-.32.08-.47.08Zm25.02-31.35c.44.22.87.48,1.29.78.37.26.61.67.64,1.12s-.14.9-.47,1.21l-22.56,21.01c-.4.37-.7.84-.87,1.36l-.67,2.01,2.01-.67c.52-.17.98-.47,1.36-.87l21.01-22.56c.31-.33.76-.5,1.21-.47.45.03.87.27,1.12.64.29.42.55.86.78,1.29.58-.32,1.04-.78,1.36-1.36l-.55-.32c-.28-.16-.55-.35-.82-.55-.35-.25-.6-.66-.64-1.09s.08-.87.37-1.19l.8-.86-.86.8c-.32.29-.75.43-1.17.39-.43-.04-.82-.27-1.07-.62-.23-.31-.42-.58-.58-.87l-.32-.54c-.58.32-1.04.78-1.36,1.36Zm7.43-3.15c-.09.37-.25.72-.47,1.03.31-.21.66-.37,1.03-.47l-.14-.42-.42-.14Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m68.11,69.42c-.16,0-.32-.03-.47-.08l-4.86-1.62c-.99-.33-1.89-.91-2.6-1.67l-8.38-9c-.56-.61-.53-1.56.08-2.12.61-.57,1.56-.53,2.12.08l8.38,9c.37.4.84.7,1.36.87l2.01.67-.67-2.01c-.17-.52-.47-.99-.87-1.36l-9-8.38c-.61-.56-.64-1.51-.08-2.12s1.51-.64,2.12-.08l9,8.38c.76.71,1.34,1.61,1.67,2.6l1.62,4.86c.18.54.04,1.13-.36,1.54-.29.29-.67.44-1.06.44Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m47.1,51.3c-.4,0-.8-.16-1.1-.48l-5.4-5.8c-.04.1-.07.2-.1.3-.12.4-.41.74-.79.92-.38.18-.82.19-1.21.03l-1-.41c-1.99-.82-3.41-2.51-3.9-4.65-.15-.64.14-1.3.71-1.63l.79-.46-.62-.66c-.05-.06-.12-.09-.2-.09-.76,0-1.49-.37-1.94-.99-.45-.62-.57-1.42-.33-2.15l.47-1.42c.23-.71.8-1.27,1.51-1.51l1.42-.47c.73-.24,1.53-.12,2.15.33.62.45.99,1.17.99,1.94,0,.08.03.15.09.2l.66.62.46-.8c.33-.57.99-.86,1.63-.71,2.13.49,3.83,1.91,4.64,3.9l.41,1c.16.39.15.83-.03,1.21-.18.38-.51.67-.92.79-.1.03-.2.06-.3.1l5.8,5.4c.61.56.64,1.51.08,2.12-.56.61-1.51.64-2.12.08l-7.34-6.83c-.33-.31-.51-.75-.47-1.2.03-.45.27-.87.64-1.13.42-.29.86-.55,1.29-.78-.32-.58-.78-1.04-1.36-1.36l-.32.55c-.17.29-.36.56-.56.84-.25.35-.65.59-1.08.63-.43.04-.87-.08-1.18-.38l-.86-.8.8.86c.29.32.44.74.39,1.17-.04.43-.27.82-.62,1.07-.32.23-.58.42-.87.58l-.54.32c.32.58.78,1.04,1.36,1.36.22-.44.48-.87.78-1.29.26-.37.67-.61,1.12-.64.46-.04.9.14,1.21.47l6.83,7.34c.56.61.53,1.56-.08,2.12-.29.27-.66.4-1.02.4Zm-12-15.83c.37.09.72.25,1.03.47-.21-.31-.37-.66-.47-1.03l-.42.14-.14.42Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.02,86.38c-9.06,0-18.12-3.45-25.01-10.34-13.79-13.79-13.79-36.23,0-50.02s36.23-13.79,50.02,0c13.79,13.79,13.79,36.23,0,50.02h0c-6.9,6.89-15.96,10.34-25.01,10.34Zm0-67.71c-8.29,0-16.58,3.15-22.89,9.47-12.62,12.62-12.62,33.16,0,45.78s33.16,12.62,45.78,0c12.62-12.62,12.62-33.16,0-45.78-6.31-6.31-14.6-9.47-22.89-9.47Zm23.95,56.31h0,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m51.03,82.27h-.01c-2.04,0-4.09-.2-6.08-.59-.81-.16-1.34-.95-1.18-1.76.16-.81.95-1.34,1.76-1.18,1.8.36,3.66.54,5.5.54.83,0,1.5.67,1.5,1.5s-.67,1.5-1.49,1.5Zm5.8-.57c-.7,0-1.33-.49-1.47-1.21-.16-.81.37-1.6,1.18-1.76,1.81-.36,3.6-.9,5.3-1.6.77-.32,1.64.05,1.96.81.32.77-.05,1.64-.81,1.96-1.88.78-3.85,1.38-5.86,1.77-.1.02-.2.03-.29.03Zm-17.18-1.68c-.19,0-.38-.04-.57-.11-1.89-.78-3.71-1.75-5.4-2.89-.69-.46-.87-1.39-.41-2.08.46-.69,1.39-.87,2.08-.41,1.53,1.03,3.17,1.9,4.88,2.61.77.32,1.13,1.19.81,1.96-.24.58-.8.93-1.39.93Zm27.9-2.76c-.48,0-.96-.23-1.25-.67-.46-.69-.28-1.62.41-2.08,1.53-1.02,2.97-2.21,4.28-3.52.59-.58,1.57-.62,2.15-.03s.62,1.5.03,2.09l-.06.06c-1.45,1.45-3.04,2.76-4.73,3.89-.26.17-.55.25-.83.25Zm-37.56-3.69c-.38,0-.76-.14-1.05-.44h-.01c-1.44-1.46-2.75-3.04-3.88-4.72-.46-.69-.28-1.62.41-2.08.69-.46,1.62-.28,2.08.41,1.02,1.52,2.2,2.95,3.51,4.26.59.59.59,1.54,0,2.13-.29.29-.68.44-1.06.44Zm45.81-4.58c-.29,0-.58-.08-.83-.25-.69-.46-.88-1.39-.42-2.08,1.02-1.54,1.9-3.18,2.6-4.88.32-.77,1.19-1.13,1.96-.82.77.31,1.13,1.19.82,1.96-.78,1.89-1.74,3.71-2.88,5.41-.29.43-.76.67-1.25.67Zm-52.26-5.05c-.59,0-1.15-.35-1.39-.93-.78-1.88-1.38-3.86-1.78-5.86-.16-.81.37-1.6,1.18-1.76.81-.16,1.6.37,1.76,1.18.36,1.81.9,3.59,1.61,5.3.32.76-.05,1.64-.81,1.96-.19.08-.38.11-.57.11Zm56.67-5.68c-.1,0-.19,0-.29-.03-.81-.16-1.34-.95-1.19-1.76.35-1.79.53-3.62.53-5.44,0-.83.67-1.54,1.5-1.54s1.5.64,1.5,1.46v.07c0,2.02-.2,4.04-.58,6.02-.14.72-.77,1.21-1.47,1.21Zm-58.94-5.71c-.83,0-1.5-.66-1.5-1.49v-.03c0-2.03.2-4.07.59-6.06.16-.81.95-1.35,1.76-1.18.81.16,1.34.95,1.18,1.76-.35,1.8-.53,3.65-.53,5.48,0,.83-.67,1.51-1.5,1.51Zm58.91-5.89c-.7,0-1.33-.49-1.47-1.21-.36-1.81-.91-3.59-1.62-5.29-.32-.76.04-1.64.81-1.96.76-.32,1.64.04,1.96.81.79,1.88,1.39,3.85,1.79,5.86.16.81-.36,1.6-1.18,1.76-.1.02-.2.03-.3.03Zm-56.66-5.48c-.19,0-.38-.04-.57-.11-.77-.32-1.13-1.19-.81-1.96.78-1.89,1.75-3.71,2.88-5.4.46-.69,1.39-.87,2.08-.42.69.46.88,1.39.42,2.08-1.02,1.53-1.9,3.18-2.6,4.88-.24.58-.8.93-1.39.93Zm52.2-5.23c-.48,0-.96-.23-1.25-.66-1.01-1.51-2.18-2.93-3.48-4.23-.59-.59-.61-1.56-.02-2.14.59-.59,1.51-.61,2.1-.02l.04.04c1.44,1.43,2.73,3.01,3.85,4.67.46.69.28,1.62-.41,2.08-.26.17-.55.25-.84.25Zm-45.76-4.44c-.38,0-.76-.14-1.05-.43-.59-.59-.6-1.52-.01-2.11l1.06,1.06-1.06-1.06c1.46-1.46,3.04-2.76,4.72-3.89.68-.46,1.62-.28,2.08.41.46.69.28,1.62-.41,2.08-1.51,1.02-2.94,2.19-4.24,3.49-.3.3-.69.45-1.08.45Zm37.53-3.74c-.29,0-.58-.08-.83-.25-1.53-1.02-3.18-1.9-4.88-2.6-.77-.32-1.13-1.19-.82-1.96.32-.77,1.19-1.13,1.96-.82,1.89.78,3.71,1.75,5.41,2.88.69.46.88,1.39.42,2.08-.29.43-.76.67-1.25.67Zm-27.9-2.7c-.59,0-1.15-.35-1.39-.92-.32-.76.04-1.64.81-1.96,1.88-.78,3.85-1.38,5.86-1.78.81-.16,1.6.36,1.76,1.18.16.81-.36,1.6-1.18,1.76-1.81.36-3.6.91-5.3,1.61-.19.08-.38.12-.57.12Zm17.18-1.72c-.1,0-.19,0-.29-.03-1.8-.35-3.63-.53-5.46-.53-.83,0-1.53-.67-1.53-1.5s.65-1.5,1.48-1.5h.05c2.02,0,4.05.2,6.04.59.81.16,1.34.95,1.18,1.76-.14.72-.77,1.21-1.47,1.21Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_talks {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m36.79,49.28c-.7,0-1.38-.27-1.89-.79l-8.15-8.15c-.07-.07-.16-.1-.25-.1h-2.11c-2.19,0-3.98-1.78-3.98-3.98v-16.45c0-2.19,1.78-3.98,3.98-3.98h32.51c2.19,0,3.98,1.78,3.98,3.98v16.45c0,2.19-1.78,3.98-3.98,3.98h-17.14c-.16,0-.28.13-.28.28v6.08c0,1.09-.65,2.06-1.65,2.47-.33.14-.68.21-1.03.21Zm-12.4-30.45c-.54,0-.98.44-.98.98v16.45c0,.54.44.98.98.98h2.11c.9,0,1.74.35,2.37.98l7.6,7.6v-5.3c0-1.81,1.47-3.28,3.28-3.28h17.14c.54,0,.98-.44.98-.98v-16.45c0-.54-.44-.98-.98-.98H24.4Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m58.2,77.07c-8.89,0-16.12-7.23-16.12-16.12s7.23-16.12,16.12-16.12,16.12,7.23,16.12,16.12-7.23,16.12-16.12,16.12Zm0-29.24c-7.23,0-13.12,5.88-13.12,13.12s5.88,13.12,13.12,13.12,13.12-5.88,13.12-13.12-5.88-13.12-13.12-13.12Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m36.28,91.69c-.83,0-1.5-.67-1.5-1.5,0-8.51,4.63-16.37,12.08-20.5.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.5,3.6-10.54,10.45-10.54,17.88,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m80.13,91.69c-.83,0-1.5-.67-1.5-1.5,0-7.42-4.04-14.27-10.54-17.88-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.45,4.13,12.08,11.99,12.08,20.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_talks.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m36.79,49.28c-.7,0-1.38-.27-1.89-.79l-8.15-8.15c-.07-.07-.16-.1-.25-.1h-2.11c-2.19,0-3.98-1.78-3.98-3.98v-16.45c0-2.19,1.78-3.98,3.98-3.98h32.51c2.19,0,3.98,1.78,3.98,3.98v16.45c0,2.19-1.78,3.98-3.98,3.98h-17.14c-.16,0-.28.13-.28.28v6.08c0,1.09-.65,2.06-1.65,2.47-.33.14-.68.21-1.03.21Zm-12.4-30.45c-.54,0-.98.44-.98.98v16.45c0,.54.44.98.98.98h2.11c.9,0,1.74.35,2.37.98l7.6,7.6v-5.3c0-1.81,1.47-3.28,3.28-3.28h17.14c.54,0,.98-.44.98-.98v-16.45c0-.54-.44-.98-.98-.98H24.4Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m58.2,77.07c-8.89,0-16.12-7.23-16.12-16.12s7.23-16.12,16.12-16.12,16.12,7.23,16.12,16.12-7.23,16.12-16.12,16.12Zm0-29.24c-7.23,0-13.12,5.88-13.12,13.12s5.88,13.12,13.12,13.12,13.12-5.88,13.12-13.12-5.88-13.12-13.12-13.12Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m36.28,91.69c-.83,0-1.5-.67-1.5-1.5,0-8.51,4.63-16.37,12.08-20.5.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.5,3.6-10.54,10.45-10.54,17.88,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m80.13,91.69c-.83,0-1.5-.67-1.5-1.5,0-7.42-4.04-14.27-10.54-17.88-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.45,4.13,12.08,11.99,12.08,20.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_talks.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m36.79,49.28c-.7,0-1.38-.27-1.89-.79l-8.15-8.15c-.07-.07-.16-.1-.25-.1h-2.11c-2.19,0-3.98-1.78-3.98-3.98v-16.45c0-2.19,1.78-3.98,3.98-3.98h32.51c2.19,0,3.98,1.78,3.98,3.98v16.45c0,2.19-1.78,3.98-3.98,3.98h-17.14c-.16,0-.28.13-.28.28v6.08c0,1.09-.65,2.06-1.65,2.47-.33.14-.68.21-1.03.21Zm-12.4-30.45c-.54,0-.98.44-.98.98v16.45c0,.54.44.98.98.98h2.11c.9,0,1.74.35,2.37.98l7.6,7.6v-5.3c0-1.81,1.47-3.28,3.28-3.28h17.14c.54,0,.98-.44.98-.98v-16.45c0-.54-.44-.98-.98-.98H24.4Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m58.2,77.07c-8.89,0-16.12-7.23-16.12-16.12s7.23-16.12,16.12-16.12,16.12,7.23,16.12,16.12-7.23,16.12-16.12,16.12Zm0-29.24c-7.23,0-13.12,5.88-13.12,13.12s5.88,13.12,13.12,13.12,13.12-5.88,13.12-13.12-5.88-13.12-13.12-13.12Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m36.28,91.69c-.83,0-1.5-.67-1.5-1.5,0-8.51,4.63-16.37,12.08-20.5.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.5,3.6-10.54,10.45-10.54,17.88,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m80.13,91.69c-.83,0-1.5-.67-1.5-1.5,0-7.42-4.04-14.27-10.54-17.88-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.45,4.13,12.08,11.99,12.08,20.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_talks.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m36.79,49.28c-.7,0-1.38-.27-1.89-.79l-8.15-8.15c-.07-.07-.16-.1-.25-.1h-2.11c-2.19,0-3.98-1.78-3.98-3.98v-16.45c0-2.19,1.78-3.98,3.98-3.98h32.51c2.19,0,3.98,1.78,3.98,3.98v16.45c0,2.19-1.78,3.98-3.98,3.98h-17.14c-.16,0-.28.13-.28.28v6.08c0,1.09-.65,2.06-1.65,2.47-.33.14-.68.21-1.03.21Zm-12.4-30.45c-.54,0-.98.44-.98.98v16.45c0,.54.44.98.98.98h2.11c.9,0,1.74.35,2.37.98l7.6,7.6v-5.3c0-1.81,1.47-3.28,3.28-3.28h17.14c.54,0,.98-.44.98-.98v-16.45c0-.54-.44-.98-.98-.98H24.4Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m58.2,77.07c-8.89,0-16.12-7.23-16.12-16.12s7.23-16.12,16.12-16.12,16.12,7.23,16.12,16.12-7.23,16.12-16.12,16.12Zm0-29.24c-7.23,0-13.12,5.88-13.12,13.12s5.88,13.12,13.12,13.12,13.12-5.88,13.12-13.12-5.88-13.12-13.12-13.12Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m36.28,91.69c-.83,0-1.5-.67-1.5-1.5,0-8.51,4.63-16.37,12.08-20.5.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.5,3.6-10.54,10.45-10.54,17.88,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m80.13,91.69c-.83,0-1.5-.67-1.5-1.5,0-7.42-4.04-14.27-10.54-17.88-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.45,4.13,12.08,11.99,12.08,20.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_talks.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m36.79,49.28c-.7,0-1.38-.27-1.89-.79l-8.15-8.15c-.07-.07-.16-.1-.25-.1h-2.11c-2.19,0-3.98-1.78-3.98-3.98v-16.45c0-2.19,1.78-3.98,3.98-3.98h32.51c2.19,0,3.98,1.78,3.98,3.98v16.45c0,2.19-1.78,3.98-3.98,3.98h-17.14c-.16,0-.28.13-.28.28v6.08c0,1.09-.65,2.06-1.65,2.47-.33.14-.68.21-1.03.21Zm-12.4-30.45c-.54,0-.98.44-.98.98v16.45c0,.54.44.98.98.98h2.11c.9,0,1.74.35,2.37.98l7.6,7.6v-5.3c0-1.81,1.47-3.28,3.28-3.28h17.14c.54,0,.98-.44.98-.98v-16.45c0-.54-.44-.98-.98-.98H24.4Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m58.2,77.07c-8.89,0-16.12-7.23-16.12-16.12s7.23-16.12,16.12-16.12,16.12,7.23,16.12,16.12-7.23,16.12-16.12,16.12Zm0-29.24c-7.23,0-13.12,5.88-13.12,13.12s5.88,13.12,13.12,13.12,13.12-5.88,13.12-13.12-5.88-13.12-13.12-13.12Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m36.28,91.69c-.83,0-1.5-.67-1.5-1.5,0-8.51,4.63-16.37,12.08-20.5.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.5,3.6-10.54,10.45-10.54,17.88,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m80.13,91.69c-.83,0-1.5-.67-1.5-1.5,0-7.42-4.04-14.27-10.54-17.88-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.45,4.13,12.08,11.99,12.08,20.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_talks.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m36.79,49.28c-.7,0-1.38-.27-1.89-.79l-8.15-8.15c-.07-.07-.16-.1-.25-.1h-2.11c-2.19,0-3.98-1.78-3.98-3.98v-16.45c0-2.19,1.78-3.98,3.98-3.98h32.51c2.19,0,3.98,1.78,3.98,3.98v16.45c0,2.19-1.78,3.98-3.98,3.98h-17.14c-.16,0-.28.13-.28.28v6.08c0,1.09-.65,2.06-1.65,2.47-.33.14-.68.21-1.03.21Zm-12.4-30.45c-.54,0-.98.44-.98.98v16.45c0,.54.44.98.98.98h2.11c.9,0,1.74.35,2.37.98l7.6,7.6v-5.3c0-1.81,1.47-3.28,3.28-3.28h17.14c.54,0,.98-.44.98-.98v-16.45c0-.54-.44-.98-.98-.98H24.4Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m58.2,77.07c-8.89,0-16.12-7.23-16.12-16.12s7.23-16.12,16.12-16.12,16.12,7.23,16.12,16.12-7.23,16.12-16.12,16.12Zm0-29.24c-7.23,0-13.12,5.88-13.12,13.12s5.88,13.12,13.12,13.12,13.12-5.88,13.12-13.12-5.88-13.12-13.12-13.12Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m36.28,91.69c-.83,0-1.5-.67-1.5-1.5,0-8.51,4.63-16.37,12.08-20.5.72-.4,1.64-.14,2.04.58.4.72.14,1.64-.58,2.04-6.5,3.6-10.54,10.45-10.54,17.88,0,.83-.67,1.5-1.5,1.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m80.13,91.69c-.83,0-1.5-.67-1.5-1.5,0-7.42-4.04-14.27-10.54-17.88-.72-.4-.99-1.31-.58-2.04.4-.72,1.32-.99,2.04-.58,7.45,4.13,12.08,11.99,12.08,20.5,0,.83-.67,1.5-1.5,1.5Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_theatre {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m40.23,75.77c-9.08,0-18.97-9.75-22.04-19.29-1.91-5.95-3.08-13.4-3.45-22.15h0c-.25-5.86,9.17-9.81,17.32-11.42,8.39-1.65,18.9-1.59,20.94,4.06,3.02,8.37,4.71,15.69,5.3,23.04.83,10.25-5.9,23.65-15.81,25.55-.75.14-1.5.21-2.26.21Zm-22.49-41.57c.36,8.36,1.5,15.74,3.31,21.36,2.87,8.93,13.06,18.55,20.88,17.05,8.28-1.59,14.09-13.53,13.38-22.36-.57-7.07-2.2-14.15-5.13-22.26-1.06-2.93-8.77-3.87-17.54-2.14-8.63,1.7-15.04,5.29-14.9,8.35h0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m38.6,63.87c-3.97,0-7.27-2-8.97-4.28-1.35-1.82-1.68-3.73-.89-5.25.36-.69,1.19-.99,1.91-.69,3.43,1.42,12.23-.67,16.29-3.27.62-.4,1.44-.28,1.93.27,1.16,1.31,1.38,3.36.61,5.62-.96,2.83-3.79,6.46-8.59,7.38-.78.15-1.55.22-2.29.22Zm-7.07-6.91c.11.26.28.54.5.84,1.41,1.9,4.61,3.61,8.29,2.91,3.54-.68,5.62-3.33,6.32-5.4.19-.57.28-1.07.29-1.49-4.17,2.07-10.89,3.8-15.4,3.14Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m25.98,46.38c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m40,43.69c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m63.81,80.07c-.55,0-1.1-.03-1.65-.1-2.99-.38-5.97-1.99-8.62-4.64-.58-.59-.58-1.54,0-2.12.59-.59,1.54-.58,2.12,0,2.17,2.18,4.54,3.48,6.87,3.78,8.35,1.06,17.6-8.48,19.67-17.1,1.66-6.9,2.31-14.13,2.04-22.75-.03-.81-.52-1.65-1.47-2.5-4-3.54-14.88-5.97-23.3-5.19-.81.06-1.55-.53-1.63-1.36-.08-.82.53-1.55,1.36-1.63,8.25-.75,20.49,1.45,25.56,5.93,1.6,1.41,2.43,2.98,2.48,4.65.27,8.89-.4,16.37-2.12,23.54-2.27,9.45-11.83,19.47-21.32,19.48Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m73.3,69.27c-.35,0-.7-.12-.98-.36-1.96-1.68-7.16-2.73-12.41-2.5-.83.07-1.53-.6-1.56-1.43-.04-.83.6-1.53,1.43-1.56,4.23-.19,9.4.41,12.73,2.07-.03-.28-.1-.6-.21-.95-.75-2.24-3.26-4.87-6.98-5.34-1.24-.16-2.47-.04-3.66.35-.79.26-1.63-.17-1.89-.96-.26-.79.17-1.63.96-1.89,1.62-.53,3.29-.69,4.98-.48,5.03.64,8.36,4.16,9.44,7.36.71,2.12.42,4.08-.79,5.26-.29.28-.67.43-1.05.43Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m73.99,49.42c-1.53,0-3.25-.5-4.76-2.01-.58-.59-.58-1.54,0-2.12.59-.58,1.54-.58,2.12,0,2.04,2.05,4.46.75,4.73.6.71-.41,1.63-.17,2.05.54.41.71.18,1.62-.53,2.04-.79.47-2.12.95-3.62.95Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m61.19,47.46c-.68,0-1.29-.46-1.46-1.15-.2-.81.3-1.62,1.1-1.81.65-.16,1.09-.41,1.09-.41.71-.41,1.63-.17,2.05.54.42.71.18,1.62-.52,2.04-.08.05-.82.47-1.91.74-.12.03-.24.04-.35.04Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_theatre.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m40.23,75.77c-9.08,0-18.97-9.75-22.04-19.29-1.91-5.95-3.08-13.4-3.45-22.15h0c-.25-5.86,9.17-9.81,17.32-11.42,8.39-1.65,18.9-1.59,20.94,4.06,3.02,8.37,4.71,15.69,5.3,23.04.83,10.25-5.9,23.65-15.81,25.55-.75.14-1.5.21-2.26.21Zm-22.49-41.57c.36,8.36,1.5,15.74,3.31,21.36,2.87,8.93,13.06,18.55,20.88,17.05,8.28-1.59,14.09-13.53,13.38-22.36-.57-7.07-2.2-14.15-5.13-22.26-1.06-2.93-8.77-3.87-17.54-2.14-8.63,1.7-15.04,5.29-14.9,8.35h0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m38.6,63.87c-3.97,0-7.27-2-8.97-4.28-1.35-1.82-1.68-3.73-.89-5.25.36-.69,1.19-.99,1.91-.69,3.43,1.42,12.23-.67,16.29-3.27.62-.4,1.44-.28,1.93.27,1.16,1.31,1.38,3.36.61,5.62-.96,2.83-3.79,6.46-8.59,7.38-.78.15-1.55.22-2.29.22Zm-7.07-6.91c.11.26.28.54.5.84,1.41,1.9,4.61,3.61,8.29,2.91,3.54-.68,5.62-3.33,6.32-5.4.19-.57.28-1.07.29-1.49-4.17,2.07-10.89,3.8-15.4,3.14Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m25.98,46.38c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m40,43.69c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m63.81,80.07c-.55,0-1.1-.03-1.65-.1-2.99-.38-5.97-1.99-8.62-4.64-.58-.59-.58-1.54,0-2.12.59-.59,1.54-.58,2.12,0,2.17,2.18,4.54,3.48,6.87,3.78,8.35,1.06,17.6-8.48,19.67-17.1,1.66-6.9,2.31-14.13,2.04-22.75-.03-.81-.52-1.65-1.47-2.5-4-3.54-14.88-5.97-23.3-5.19-.81.06-1.55-.53-1.63-1.36-.08-.82.53-1.55,1.36-1.63,8.25-.75,20.49,1.45,25.56,5.93,1.6,1.41,2.43,2.98,2.48,4.65.27,8.89-.4,16.37-2.12,23.54-2.27,9.45-11.83,19.47-21.32,19.48Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m73.3,69.27c-.35,0-.7-.12-.98-.36-1.96-1.68-7.16-2.73-12.41-2.5-.83.07-1.53-.6-1.56-1.43-.04-.83.6-1.53,1.43-1.56,4.23-.19,9.4.41,12.73,2.07-.03-.28-.1-.6-.21-.95-.75-2.24-3.26-4.87-6.98-5.34-1.24-.16-2.47-.04-3.66.35-.79.26-1.63-.17-1.89-.96-.26-.79.17-1.63.96-1.89,1.62-.53,3.29-.69,4.98-.48,5.03.64,8.36,4.16,9.44,7.36.71,2.12.42,4.08-.79,5.26-.29.28-.67.43-1.05.43Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m73.99,49.42c-1.53,0-3.25-.5-4.76-2.01-.58-.59-.58-1.54,0-2.12.59-.58,1.54-.58,2.12,0,2.04,2.05,4.46.75,4.73.6.71-.41,1.63-.17,2.05.54.41.71.18,1.62-.53,2.04-.79.47-2.12.95-3.62.95Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m61.19,47.46c-.68,0-1.29-.46-1.46-1.15-.2-.81.3-1.62,1.1-1.81.65-.16,1.09-.41,1.09-.41.71-.41,1.63-.17,2.05.54.42.71.18,1.62-.52,2.04-.08.05-.82.47-1.91.74-.12.03-.24.04-.35.04Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_theatre.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m40.23,75.77c-9.08,0-18.97-9.75-22.04-19.29-1.91-5.95-3.08-13.4-3.45-22.15h0c-.25-5.86,9.17-9.81,17.32-11.42,8.39-1.65,18.9-1.59,20.94,4.06,3.02,8.37,4.71,15.69,5.3,23.04.83,10.25-5.9,23.65-15.81,25.55-.75.14-1.5.21-2.26.21Zm-22.49-41.57c.36,8.36,1.5,15.74,3.31,21.36,2.87,8.93,13.06,18.55,20.88,17.05,8.28-1.59,14.09-13.53,13.38-22.36-.57-7.07-2.2-14.15-5.13-22.26-1.06-2.93-8.77-3.87-17.54-2.14-8.63,1.7-15.04,5.29-14.9,8.35h0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m38.6,63.87c-3.97,0-7.27-2-8.97-4.28-1.35-1.82-1.68-3.73-.89-5.25.36-.69,1.19-.99,1.91-.69,3.43,1.42,12.23-.67,16.29-3.27.62-.4,1.44-.28,1.93.27,1.16,1.31,1.38,3.36.61,5.62-.96,2.83-3.79,6.46-8.59,7.38-.78.15-1.55.22-2.29.22Zm-7.07-6.91c.11.26.28.54.5.84,1.41,1.9,4.61,3.61,8.29,2.91,3.54-.68,5.62-3.33,6.32-5.4.19-.57.28-1.07.29-1.49-4.17,2.07-10.89,3.8-15.4,3.14Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m25.98,46.38c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m40,43.69c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m63.81,80.07c-.55,0-1.1-.03-1.65-.1-2.99-.38-5.97-1.99-8.62-4.64-.58-.59-.58-1.54,0-2.12.59-.59,1.54-.58,2.12,0,2.17,2.18,4.54,3.48,6.87,3.78,8.35,1.06,17.6-8.48,19.67-17.1,1.66-6.9,2.31-14.13,2.04-22.75-.03-.81-.52-1.65-1.47-2.5-4-3.54-14.88-5.97-23.3-5.19-.81.06-1.55-.53-1.63-1.36-.08-.82.53-1.55,1.36-1.63,8.25-.75,20.49,1.45,25.56,5.93,1.6,1.41,2.43,2.98,2.48,4.65.27,8.89-.4,16.37-2.12,23.54-2.27,9.45-11.83,19.47-21.32,19.48Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m73.3,69.27c-.35,0-.7-.12-.98-.36-1.96-1.68-7.16-2.73-12.41-2.5-.83.07-1.53-.6-1.56-1.43-.04-.83.6-1.53,1.43-1.56,4.23-.19,9.4.41,12.73,2.07-.03-.28-.1-.6-.21-.95-.75-2.24-3.26-4.87-6.98-5.34-1.24-.16-2.47-.04-3.66.35-.79.26-1.63-.17-1.89-.96-.26-.79.17-1.63.96-1.89,1.62-.53,3.29-.69,4.98-.48,5.03.64,8.36,4.16,9.44,7.36.71,2.12.42,4.08-.79,5.26-.29.28-.67.43-1.05.43Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m73.99,49.42c-1.53,0-3.25-.5-4.76-2.01-.58-.59-.58-1.54,0-2.12.59-.58,1.54-.58,2.12,0,2.04,2.05,4.46.75,4.73.6.71-.41,1.63-.17,2.05.54.41.71.18,1.62-.53,2.04-.79.47-2.12.95-3.62.95Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m61.19,47.46c-.68,0-1.29-.46-1.46-1.15-.2-.81.3-1.62,1.1-1.81.65-.16,1.09-.41,1.09-.41.71-.41,1.63-.17,2.05.54.42.71.18,1.62-.52,2.04-.08.05-.82.47-1.91.74-.12.03-.24.04-.35.04Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_theatre.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m40.23,75.77c-9.08,0-18.97-9.75-22.04-19.29-1.91-5.95-3.08-13.4-3.45-22.15h0c-.25-5.86,9.17-9.81,17.32-11.42,8.39-1.65,18.9-1.59,20.94,4.06,3.02,8.37,4.71,15.69,5.3,23.04.83,10.25-5.9,23.65-15.81,25.55-.75.14-1.5.21-2.26.21Zm-22.49-41.57c.36,8.36,1.5,15.74,3.31,21.36,2.87,8.93,13.06,18.55,20.88,17.05,8.28-1.59,14.09-13.53,13.38-22.36-.57-7.07-2.2-14.15-5.13-22.26-1.06-2.93-8.77-3.87-17.54-2.14-8.63,1.7-15.04,5.29-14.9,8.35h0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m38.6,63.87c-3.97,0-7.27-2-8.97-4.28-1.35-1.82-1.68-3.73-.89-5.25.36-.69,1.19-.99,1.91-.69,3.43,1.42,12.23-.67,16.29-3.27.62-.4,1.44-.28,1.93.27,1.16,1.31,1.38,3.36.61,5.62-.96,2.83-3.79,6.46-8.59,7.38-.78.15-1.55.22-2.29.22Zm-7.07-6.91c.11.26.28.54.5.84,1.41,1.9,4.61,3.61,8.29,2.91,3.54-.68,5.62-3.33,6.32-5.4.19-.57.28-1.07.29-1.49-4.17,2.07-10.89,3.8-15.4,3.14Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m25.98,46.38c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m40,43.69c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m63.81,80.07c-.55,0-1.1-.03-1.65-.1-2.99-.38-5.97-1.99-8.62-4.64-.58-.59-.58-1.54,0-2.12.59-.59,1.54-.58,2.12,0,2.17,2.18,4.54,3.48,6.87,3.78,8.35,1.06,17.6-8.48,19.67-17.1,1.66-6.9,2.31-14.13,2.04-22.75-.03-.81-.52-1.65-1.47-2.5-4-3.54-14.88-5.97-23.3-5.19-.81.06-1.55-.53-1.63-1.36-.08-.82.53-1.55,1.36-1.63,8.25-.75,20.49,1.45,25.56,5.93,1.6,1.41,2.43,2.98,2.48,4.65.27,8.89-.4,16.37-2.12,23.54-2.27,9.45-11.83,19.47-21.32,19.48Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m73.3,69.27c-.35,0-.7-.12-.98-.36-1.96-1.68-7.16-2.73-12.41-2.5-.83.07-1.53-.6-1.56-1.43-.04-.83.6-1.53,1.43-1.56,4.23-.19,9.4.41,12.73,2.07-.03-.28-.1-.6-.21-.95-.75-2.24-3.26-4.87-6.98-5.34-1.24-.16-2.47-.04-3.66.35-.79.26-1.63-.17-1.89-.96-.26-.79.17-1.63.96-1.89,1.62-.53,3.29-.69,4.98-.48,5.03.64,8.36,4.16,9.44,7.36.71,2.12.42,4.08-.79,5.26-.29.28-.67.43-1.05.43Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m73.99,49.42c-1.53,0-3.25-.5-4.76-2.01-.58-.59-.58-1.54,0-2.12.59-.58,1.54-.58,2.12,0,2.04,2.05,4.46.75,4.73.6.71-.41,1.63-.17,2.05.54.41.71.18,1.62-.53,2.04-.79.47-2.12.95-3.62.95Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m61.19,47.46c-.68,0-1.29-.46-1.46-1.15-.2-.81.3-1.62,1.1-1.81.65-.16,1.09-.41,1.09-.41.71-.41,1.63-.17,2.05.54.42.71.18,1.62-.52,2.04-.08.05-.82.47-1.91.74-.12.03-.24.04-.35.04Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_theatre.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m40.23,75.77c-9.08,0-18.97-9.75-22.04-19.29-1.91-5.95-3.08-13.4-3.45-22.15h0c-.25-5.86,9.17-9.81,17.32-11.42,8.39-1.65,18.9-1.59,20.94,4.06,3.02,8.37,4.71,15.69,5.3,23.04.83,10.25-5.9,23.65-15.81,25.55-.75.14-1.5.21-2.26.21Zm-22.49-41.57c.36,8.36,1.5,15.74,3.31,21.36,2.87,8.93,13.06,18.55,20.88,17.05,8.28-1.59,14.09-13.53,13.38-22.36-.57-7.07-2.2-14.15-5.13-22.26-1.06-2.93-8.77-3.87-17.54-2.14-8.63,1.7-15.04,5.29-14.9,8.35h0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m38.6,63.87c-3.97,0-7.27-2-8.97-4.28-1.35-1.82-1.68-3.73-.89-5.25.36-.69,1.19-.99,1.91-.69,3.43,1.42,12.23-.67,16.29-3.27.62-.4,1.44-.28,1.93.27,1.16,1.31,1.38,3.36.61,5.62-.96,2.83-3.79,6.46-8.59,7.38-.78.15-1.55.22-2.29.22Zm-7.07-6.91c.11.26.28.54.5.84,1.41,1.9,4.61,3.61,8.29,2.91,3.54-.68,5.62-3.33,6.32-5.4.19-.57.28-1.07.29-1.49-4.17,2.07-10.89,3.8-15.4,3.14Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m25.98,46.38c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m40,43.69c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m63.81,80.07c-.55,0-1.1-.03-1.65-.1-2.99-.38-5.97-1.99-8.62-4.64-.58-.59-.58-1.54,0-2.12.59-.59,1.54-.58,2.12,0,2.17,2.18,4.54,3.48,6.87,3.78,8.35,1.06,17.6-8.48,19.67-17.1,1.66-6.9,2.31-14.13,2.04-22.75-.03-.81-.52-1.65-1.47-2.5-4-3.54-14.88-5.97-23.3-5.19-.81.06-1.55-.53-1.63-1.36-.08-.82.53-1.55,1.36-1.63,8.25-.75,20.49,1.45,25.56,5.93,1.6,1.41,2.43,2.98,2.48,4.65.27,8.89-.4,16.37-2.12,23.54-2.27,9.45-11.83,19.47-21.32,19.48Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m73.3,69.27c-.35,0-.7-.12-.98-.36-1.96-1.68-7.16-2.73-12.41-2.5-.83.07-1.53-.6-1.56-1.43-.04-.83.6-1.53,1.43-1.56,4.23-.19,9.4.41,12.73,2.07-.03-.28-.1-.6-.21-.95-.75-2.24-3.26-4.87-6.98-5.34-1.24-.16-2.47-.04-3.66.35-.79.26-1.63-.17-1.89-.96-.26-.79.17-1.63.96-1.89,1.62-.53,3.29-.69,4.98-.48,5.03.64,8.36,4.16,9.44,7.36.71,2.12.42,4.08-.79,5.26-.29.28-.67.43-1.05.43Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m73.99,49.42c-1.53,0-3.25-.5-4.76-2.01-.58-.59-.58-1.54,0-2.12.59-.58,1.54-.58,2.12,0,2.04,2.05,4.46.75,4.73.6.71-.41,1.63-.17,2.05.54.41.71.18,1.62-.53,2.04-.79.47-2.12.95-3.62.95Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m61.19,47.46c-.68,0-1.29-.46-1.46-1.15-.2-.81.3-1.62,1.1-1.81.65-.16,1.09-.41,1.09-.41.71-.41,1.63-.17,2.05.54.42.71.18,1.62-.52,2.04-.08.05-.82.47-1.91.74-.12.03-.24.04-.35.04Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_theatre.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m40.23,75.77c-9.08,0-18.97-9.75-22.04-19.29-1.91-5.95-3.08-13.4-3.45-22.15h0c-.25-5.86,9.17-9.81,17.32-11.42,8.39-1.65,18.9-1.59,20.94,4.06,3.02,8.37,4.71,15.69,5.3,23.04.83,10.25-5.9,23.65-15.81,25.55-.75.14-1.5.21-2.26.21Zm-22.49-41.57c.36,8.36,1.5,15.74,3.31,21.36,2.87,8.93,13.06,18.55,20.88,17.05,8.28-1.59,14.09-13.53,13.38-22.36-.57-7.07-2.2-14.15-5.13-22.26-1.06-2.93-8.77-3.87-17.54-2.14-8.63,1.7-15.04,5.29-14.9,8.35h0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m38.6,63.87c-3.97,0-7.27-2-8.97-4.28-1.35-1.82-1.68-3.73-.89-5.25.36-.69,1.19-.99,1.91-.69,3.43,1.42,12.23-.67,16.29-3.27.62-.4,1.44-.28,1.93.27,1.16,1.31,1.38,3.36.61,5.62-.96,2.83-3.79,6.46-8.59,7.38-.78.15-1.55.22-2.29.22Zm-7.07-6.91c.11.26.28.54.5.84,1.41,1.9,4.61,3.61,8.29,2.91,3.54-.68,5.62-3.33,6.32-5.4.19-.57.28-1.07.29-1.49-4.17,2.07-10.89,3.8-15.4,3.14Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m25.98,46.38c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m40,43.69c-.35,0-.71-.12-.99-.38-.62-.55-.68-1.48-.13-2.1,1.22-1.39,4.52-3.52,8.3-1.59.74.38,1.03,1.28.65,2.02-.38.74-1.28,1.03-2.02.65-2.57-1.31-4.47.68-4.68.91-.3.33-.71.5-1.12.5Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m63.81,80.07c-.55,0-1.1-.03-1.65-.1-2.99-.38-5.97-1.99-8.62-4.64-.58-.59-.58-1.54,0-2.12.59-.59,1.54-.58,2.12,0,2.17,2.18,4.54,3.48,6.87,3.78,8.35,1.06,17.6-8.48,19.67-17.1,1.66-6.9,2.31-14.13,2.04-22.75-.03-.81-.52-1.65-1.47-2.5-4-3.54-14.88-5.97-23.3-5.19-.81.06-1.55-.53-1.63-1.36-.08-.82.53-1.55,1.36-1.63,8.25-.75,20.49,1.45,25.56,5.93,1.6,1.41,2.43,2.98,2.48,4.65.27,8.89-.4,16.37-2.12,23.54-2.27,9.45-11.83,19.47-21.32,19.48Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m73.3,69.27c-.35,0-.7-.12-.98-.36-1.96-1.68-7.16-2.73-12.41-2.5-.83.07-1.53-.6-1.56-1.43-.04-.83.6-1.53,1.43-1.56,4.23-.19,9.4.41,12.73,2.07-.03-.28-.1-.6-.21-.95-.75-2.24-3.26-4.87-6.98-5.34-1.24-.16-2.47-.04-3.66.35-.79.26-1.63-.17-1.89-.96-.26-.79.17-1.63.96-1.89,1.62-.53,3.29-.69,4.98-.48,5.03.64,8.36,4.16,9.44,7.36.71,2.12.42,4.08-.79,5.26-.29.28-.67.43-1.05.43Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m73.99,49.42c-1.53,0-3.25-.5-4.76-2.01-.58-.59-.58-1.54,0-2.12.59-.58,1.54-.58,2.12,0,2.04,2.05,4.46.75,4.73.6.71-.41,1.63-.17,2.05.54.41.71.18,1.62-.53,2.04-.79.47-2.12.95-3.62.95Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m61.19,47.46c-.68,0-1.29-.46-1.46-1.15-.2-.81.3-1.62,1.1-1.81.65-.16,1.09-.41,1.09-.41.71-.41,1.63-.17,2.05.54.42.71.18,1.62-.52,2.04-.08.05-.82.47-1.91.74-.12.03-.24.04-.35.04Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_walking {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m55.72,28.14c-4.65,0-8.44-3.78-8.44-8.44s3.78-8.44,8.44-8.44,8.44,3.78,8.44,8.44-3.78,8.44-8.44,8.44Zm0-13.87c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m64.94,89.58c-1.61,0-3.19-.76-4.19-2.15l-18.13-25.21c-2.22-3.09-3.13-7.01-2.49-10.77l1.41-8.8-1.78,1.37c-.4.31-.67.76-.75,1.25l-1.71,10.14c-.43,2.55-2.79,4.3-5.35,4-1.31-.16-2.47-.82-3.27-1.87-.8-1.05-1.13-2.35-.93-3.65l1.57-10.37c.41-2.7,1.85-5.08,4.04-6.7l10.66-7.87c.96-.71,2.09-1.08,3.28-1.08h5.53c2.09,0,3.96,1.25,4.76,3.17l4.64,11.1c.65,1.56,1.87,2.79,3.43,3.45l7.15,3.05c2.43,1.04,3.56,3.86,2.53,6.29-.52,1.21-1.48,2.14-2.71,2.61-1.23.47-2.57.41-3.76-.15l-11.34-5.39c-.96-.46-1.77-1.21-2.3-2.12l-.73,5.67c-.04.28.02.57.16.81l14.77,25.46c.7,1.2.88,2.6.52,3.94-.36,1.34-1.23,2.46-2.44,3.14-.8.46-1.68.68-2.55.68Zm-21.34-51.92c.26,0,.53.07.77.21.53.31.81.92.71,1.53l-2,12.54c-.51,2.98.21,6.08,1.97,8.53l18.13,25.21c.65.9,1.87,1.17,2.83.62.51-.29.87-.76,1.02-1.32s.08-1.15-.22-1.65l-14.77-25.46c-.47-.81-.66-1.77-.54-2.7l1.36-10.53c.08-.65.59-1.18,1.24-1.29.64-.11,1.3.22,1.59.81l2.05,4.09c.23.45.6.82,1.06,1.04l11.34,5.39c.45.21.95.23,1.41.06.46-.18.82-.52,1.02-.98.39-.91-.04-1.97-.95-2.35l-7.15-3.05c-2.28-.97-4.06-2.77-5.02-5.06l-4.64-11.1c-.34-.81-1.12-1.33-2-1.33h-5.53c-.54,0-1.06.17-1.5.49l-10.66,7.87c-1.55,1.15-2.57,2.83-2.86,4.74l-1.57,10.37c-.08.5.05.99.35,1.39s.75.65,1.24.71c.99.11,1.87-.55,2.03-1.52l1.71-10.14c.21-1.25.88-2.36,1.88-3.13l4.77-3.67c.27-.21.59-.31.92-.31Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m31.25,90.77c-.83,0-1.67-.21-2.43-.64-1.18-.67-2.03-1.82-2.35-3.14-.31-1.32-.07-2.73.68-3.86l8.03-12.17c.23-.35.4-.73.51-1.14l4.51-14.11c.25-.79,1.09-1.22,1.89-.97.79.25,1.22,1.1.97,1.89l-4.49,14.04c-.17.65-.47,1.33-.88,1.95l-8.03,12.17c-.3.45-.39.99-.27,1.51s.45.96.92,1.23c.83.47,1.89.26,2.48-.49l9.05-11.61c.95-1.22,1.63-2.59,2.02-4.08l1.6-6.08c.21-.8,1.03-1.28,1.83-1.07.8.21,1.28,1.03,1.07,1.83l-1.6,6.08c-.5,1.89-1.36,3.63-2.56,5.17l-9.05,11.61c-.96,1.23-2.42,1.89-3.9,1.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_walking.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m55.72,28.14c-4.65,0-8.44-3.78-8.44-8.44s3.78-8.44,8.44-8.44,8.44,3.78,8.44,8.44-3.78,8.44-8.44,8.44Zm0-13.87c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m64.94,89.58c-1.61,0-3.19-.76-4.19-2.15l-18.13-25.21c-2.22-3.09-3.13-7.01-2.49-10.77l1.41-8.8-1.78,1.37c-.4.31-.67.76-.75,1.25l-1.71,10.14c-.43,2.55-2.79,4.3-5.35,4-1.31-.16-2.47-.82-3.27-1.87-.8-1.05-1.13-2.35-.93-3.65l1.57-10.37c.41-2.7,1.85-5.08,4.04-6.7l10.66-7.87c.96-.71,2.09-1.08,3.28-1.08h5.53c2.09,0,3.96,1.25,4.76,3.17l4.64,11.1c.65,1.56,1.87,2.79,3.43,3.45l7.15,3.05c2.43,1.04,3.56,3.86,2.53,6.29-.52,1.21-1.48,2.14-2.71,2.61-1.23.47-2.57.41-3.76-.15l-11.34-5.39c-.96-.46-1.77-1.21-2.3-2.12l-.73,5.67c-.04.28.02.57.16.81l14.77,25.46c.7,1.2.88,2.6.52,3.94-.36,1.34-1.23,2.46-2.44,3.14-.8.46-1.68.68-2.55.68Zm-21.34-51.92c.26,0,.53.07.77.21.53.31.81.92.71,1.53l-2,12.54c-.51,2.98.21,6.08,1.97,8.53l18.13,25.21c.65.9,1.87,1.17,2.83.62.51-.29.87-.76,1.02-1.32s.08-1.15-.22-1.65l-14.77-25.46c-.47-.81-.66-1.77-.54-2.7l1.36-10.53c.08-.65.59-1.18,1.24-1.29.64-.11,1.3.22,1.59.81l2.05,4.09c.23.45.6.82,1.06,1.04l11.34,5.39c.45.21.95.23,1.41.06.46-.18.82-.52,1.02-.98.39-.91-.04-1.97-.95-2.35l-7.15-3.05c-2.28-.97-4.06-2.77-5.02-5.06l-4.64-11.1c-.34-.81-1.12-1.33-2-1.33h-5.53c-.54,0-1.06.17-1.5.49l-10.66,7.87c-1.55,1.15-2.57,2.83-2.86,4.74l-1.57,10.37c-.08.5.05.99.35,1.39s.75.65,1.24.71c.99.11,1.87-.55,2.03-1.52l1.71-10.14c.21-1.25.88-2.36,1.88-3.13l4.77-3.67c.27-.21.59-.31.92-.31Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m31.25,90.77c-.83,0-1.67-.21-2.43-.64-1.18-.67-2.03-1.82-2.35-3.14-.31-1.32-.07-2.73.68-3.86l8.03-12.17c.23-.35.4-.73.51-1.14l4.51-14.11c.25-.79,1.09-1.22,1.89-.97.79.25,1.22,1.1.97,1.89l-4.49,14.04c-.17.65-.47,1.33-.88,1.95l-8.03,12.17c-.3.45-.39.99-.27,1.51s.45.96.92,1.23c.83.47,1.89.26,2.48-.49l9.05-11.61c.95-1.22,1.63-2.59,2.02-4.08l1.6-6.08c.21-.8,1.03-1.28,1.83-1.07.8.21,1.28,1.03,1.07,1.83l-1.6,6.08c-.5,1.89-1.36,3.63-2.56,5.17l-9.05,11.61c-.96,1.23-2.42,1.89-3.9,1.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_walking.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m55.72,28.14c-4.65,0-8.44-3.78-8.44-8.44s3.78-8.44,8.44-8.44,8.44,3.78,8.44,8.44-3.78,8.44-8.44,8.44Zm0-13.87c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m64.94,89.58c-1.61,0-3.19-.76-4.19-2.15l-18.13-25.21c-2.22-3.09-3.13-7.01-2.49-10.77l1.41-8.8-1.78,1.37c-.4.31-.67.76-.75,1.25l-1.71,10.14c-.43,2.55-2.79,4.3-5.35,4-1.31-.16-2.47-.82-3.27-1.87-.8-1.05-1.13-2.35-.93-3.65l1.57-10.37c.41-2.7,1.85-5.08,4.04-6.7l10.66-7.87c.96-.71,2.09-1.08,3.28-1.08h5.53c2.09,0,3.96,1.25,4.76,3.17l4.64,11.1c.65,1.56,1.87,2.79,3.43,3.45l7.15,3.05c2.43,1.04,3.56,3.86,2.53,6.29-.52,1.21-1.48,2.14-2.71,2.61-1.23.47-2.57.41-3.76-.15l-11.34-5.39c-.96-.46-1.77-1.21-2.3-2.12l-.73,5.67c-.04.28.02.57.16.81l14.77,25.46c.7,1.2.88,2.6.52,3.94-.36,1.34-1.23,2.46-2.44,3.14-.8.46-1.68.68-2.55.68Zm-21.34-51.92c.26,0,.53.07.77.21.53.31.81.92.71,1.53l-2,12.54c-.51,2.98.21,6.08,1.97,8.53l18.13,25.21c.65.9,1.87,1.17,2.83.62.51-.29.87-.76,1.02-1.32s.08-1.15-.22-1.65l-14.77-25.46c-.47-.81-.66-1.77-.54-2.7l1.36-10.53c.08-.65.59-1.18,1.24-1.29.64-.11,1.3.22,1.59.81l2.05,4.09c.23.45.6.82,1.06,1.04l11.34,5.39c.45.21.95.23,1.41.06.46-.18.82-.52,1.02-.98.39-.91-.04-1.97-.95-2.35l-7.15-3.05c-2.28-.97-4.06-2.77-5.02-5.06l-4.64-11.1c-.34-.81-1.12-1.33-2-1.33h-5.53c-.54,0-1.06.17-1.5.49l-10.66,7.87c-1.55,1.15-2.57,2.83-2.86,4.74l-1.57,10.37c-.08.5.05.99.35,1.39s.75.65,1.24.71c.99.11,1.87-.55,2.03-1.52l1.71-10.14c.21-1.25.88-2.36,1.88-3.13l4.77-3.67c.27-.21.59-.31.92-.31Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m31.25,90.77c-.83,0-1.67-.21-2.43-.64-1.18-.67-2.03-1.82-2.35-3.14-.31-1.32-.07-2.73.68-3.86l8.03-12.17c.23-.35.4-.73.51-1.14l4.51-14.11c.25-.79,1.09-1.22,1.89-.97.79.25,1.22,1.1.97,1.89l-4.49,14.04c-.17.65-.47,1.33-.88,1.95l-8.03,12.17c-.3.45-.39.99-.27,1.51s.45.96.92,1.23c.83.47,1.89.26,2.48-.49l9.05-11.61c.95-1.22,1.63-2.59,2.02-4.08l1.6-6.08c.21-.8,1.03-1.28,1.83-1.07.8.21,1.28,1.03,1.07,1.83l-1.6,6.08c-.5,1.89-1.36,3.63-2.56,5.17l-9.05,11.61c-.96,1.23-2.42,1.89-3.9,1.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_walking.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m55.72,28.14c-4.65,0-8.44-3.78-8.44-8.44s3.78-8.44,8.44-8.44,8.44,3.78,8.44,8.44-3.78,8.44-8.44,8.44Zm0-13.87c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m64.94,89.58c-1.61,0-3.19-.76-4.19-2.15l-18.13-25.21c-2.22-3.09-3.13-7.01-2.49-10.77l1.41-8.8-1.78,1.37c-.4.31-.67.76-.75,1.25l-1.71,10.14c-.43,2.55-2.79,4.3-5.35,4-1.31-.16-2.47-.82-3.27-1.87-.8-1.05-1.13-2.35-.93-3.65l1.57-10.37c.41-2.7,1.85-5.08,4.04-6.7l10.66-7.87c.96-.71,2.09-1.08,3.28-1.08h5.53c2.09,0,3.96,1.25,4.76,3.17l4.64,11.1c.65,1.56,1.87,2.79,3.43,3.45l7.15,3.05c2.43,1.04,3.56,3.86,2.53,6.29-.52,1.21-1.48,2.14-2.71,2.61-1.23.47-2.57.41-3.76-.15l-11.34-5.39c-.96-.46-1.77-1.21-2.3-2.12l-.73,5.67c-.04.28.02.57.16.81l14.77,25.46c.7,1.2.88,2.6.52,3.94-.36,1.34-1.23,2.46-2.44,3.14-.8.46-1.68.68-2.55.68Zm-21.34-51.92c.26,0,.53.07.77.21.53.31.81.92.71,1.53l-2,12.54c-.51,2.98.21,6.08,1.97,8.53l18.13,25.21c.65.9,1.87,1.17,2.83.62.51-.29.87-.76,1.02-1.32s.08-1.15-.22-1.65l-14.77-25.46c-.47-.81-.66-1.77-.54-2.7l1.36-10.53c.08-.65.59-1.18,1.24-1.29.64-.11,1.3.22,1.59.81l2.05,4.09c.23.45.6.82,1.06,1.04l11.34,5.39c.45.21.95.23,1.41.06.46-.18.82-.52,1.02-.98.39-.91-.04-1.97-.95-2.35l-7.15-3.05c-2.28-.97-4.06-2.77-5.02-5.06l-4.64-11.1c-.34-.81-1.12-1.33-2-1.33h-5.53c-.54,0-1.06.17-1.5.49l-10.66,7.87c-1.55,1.15-2.57,2.83-2.86,4.74l-1.57,10.37c-.08.5.05.99.35,1.39s.75.65,1.24.71c.99.11,1.87-.55,2.03-1.52l1.71-10.14c.21-1.25.88-2.36,1.88-3.13l4.77-3.67c.27-.21.59-.31.92-.31Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m31.25,90.77c-.83,0-1.67-.21-2.43-.64-1.18-.67-2.03-1.82-2.35-3.14-.31-1.32-.07-2.73.68-3.86l8.03-12.17c.23-.35.4-.73.51-1.14l4.51-14.11c.25-.79,1.09-1.22,1.89-.97.79.25,1.22,1.1.97,1.89l-4.49,14.04c-.17.65-.47,1.33-.88,1.95l-8.03,12.17c-.3.45-.39.99-.27,1.51s.45.96.92,1.23c.83.47,1.89.26,2.48-.49l9.05-11.61c.95-1.22,1.63-2.59,2.02-4.08l1.6-6.08c.21-.8,1.03-1.28,1.83-1.07.8.21,1.28,1.03,1.07,1.83l-1.6,6.08c-.5,1.89-1.36,3.63-2.56,5.17l-9.05,11.61c-.96,1.23-2.42,1.89-3.9,1.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_walking.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m55.72,28.14c-4.65,0-8.44-3.78-8.44-8.44s3.78-8.44,8.44-8.44,8.44,3.78,8.44,8.44-3.78,8.44-8.44,8.44Zm0-13.87c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m64.94,89.58c-1.61,0-3.19-.76-4.19-2.15l-18.13-25.21c-2.22-3.09-3.13-7.01-2.49-10.77l1.41-8.8-1.78,1.37c-.4.31-.67.76-.75,1.25l-1.71,10.14c-.43,2.55-2.79,4.3-5.35,4-1.31-.16-2.47-.82-3.27-1.87-.8-1.05-1.13-2.35-.93-3.65l1.57-10.37c.41-2.7,1.85-5.08,4.04-6.7l10.66-7.87c.96-.71,2.09-1.08,3.28-1.08h5.53c2.09,0,3.96,1.25,4.76,3.17l4.64,11.1c.65,1.56,1.87,2.79,3.43,3.45l7.15,3.05c2.43,1.04,3.56,3.86,2.53,6.29-.52,1.21-1.48,2.14-2.71,2.61-1.23.47-2.57.41-3.76-.15l-11.34-5.39c-.96-.46-1.77-1.21-2.3-2.12l-.73,5.67c-.04.28.02.57.16.81l14.77,25.46c.7,1.2.88,2.6.52,3.94-.36,1.34-1.23,2.46-2.44,3.14-.8.46-1.68.68-2.55.68Zm-21.34-51.92c.26,0,.53.07.77.21.53.31.81.92.71,1.53l-2,12.54c-.51,2.98.21,6.08,1.97,8.53l18.13,25.21c.65.9,1.87,1.17,2.83.62.51-.29.87-.76,1.02-1.32s.08-1.15-.22-1.65l-14.77-25.46c-.47-.81-.66-1.77-.54-2.7l1.36-10.53c.08-.65.59-1.18,1.24-1.29.64-.11,1.3.22,1.59.81l2.05,4.09c.23.45.6.82,1.06,1.04l11.34,5.39c.45.21.95.23,1.41.06.46-.18.82-.52,1.02-.98.39-.91-.04-1.97-.95-2.35l-7.15-3.05c-2.28-.97-4.06-2.77-5.02-5.06l-4.64-11.1c-.34-.81-1.12-1.33-2-1.33h-5.53c-.54,0-1.06.17-1.5.49l-10.66,7.87c-1.55,1.15-2.57,2.83-2.86,4.74l-1.57,10.37c-.08.5.05.99.35,1.39s.75.65,1.24.71c.99.11,1.87-.55,2.03-1.52l1.71-10.14c.21-1.25.88-2.36,1.88-3.13l4.77-3.67c.27-.21.59-.31.92-.31Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m31.25,90.77c-.83,0-1.67-.21-2.43-.64-1.18-.67-2.03-1.82-2.35-3.14-.31-1.32-.07-2.73.68-3.86l8.03-12.17c.23-.35.4-.73.51-1.14l4.51-14.11c.25-.79,1.09-1.22,1.89-.97.79.25,1.22,1.1.97,1.89l-4.49,14.04c-.17.65-.47,1.33-.88,1.95l-8.03,12.17c-.3.45-.39.99-.27,1.51s.45.96.92,1.23c.83.47,1.89.26,2.48-.49l9.05-11.61c.95-1.22,1.63-2.59,2.02-4.08l1.6-6.08c.21-.8,1.03-1.28,1.83-1.07.8.21,1.28,1.03,1.07,1.83l-1.6,6.08c-.5,1.89-1.36,3.63-2.56,5.17l-9.05,11.61c-.96,1.23-2.42,1.89-3.9,1.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_walking.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m55.72,28.14c-4.65,0-8.44-3.78-8.44-8.44s3.78-8.44,8.44-8.44,8.44,3.78,8.44,8.44-3.78,8.44-8.44,8.44Zm0-13.87c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m64.94,89.58c-1.61,0-3.19-.76-4.19-2.15l-18.13-25.21c-2.22-3.09-3.13-7.01-2.49-10.77l1.41-8.8-1.78,1.37c-.4.31-.67.76-.75,1.25l-1.71,10.14c-.43,2.55-2.79,4.3-5.35,4-1.31-.16-2.47-.82-3.27-1.87-.8-1.05-1.13-2.35-.93-3.65l1.57-10.37c.41-2.7,1.85-5.08,4.04-6.7l10.66-7.87c.96-.71,2.09-1.08,3.28-1.08h5.53c2.09,0,3.96,1.25,4.76,3.17l4.64,11.1c.65,1.56,1.87,2.79,3.43,3.45l7.15,3.05c2.43,1.04,3.56,3.86,2.53,6.29-.52,1.21-1.48,2.14-2.71,2.61-1.23.47-2.57.41-3.76-.15l-11.34-5.39c-.96-.46-1.77-1.21-2.3-2.12l-.73,5.67c-.04.28.02.57.16.81l14.77,25.46c.7,1.2.88,2.6.52,3.94-.36,1.34-1.23,2.46-2.44,3.14-.8.46-1.68.68-2.55.68Zm-21.34-51.92c.26,0,.53.07.77.21.53.31.81.92.71,1.53l-2,12.54c-.51,2.98.21,6.08,1.97,8.53l18.13,25.21c.65.9,1.87,1.17,2.83.62.51-.29.87-.76,1.02-1.32s.08-1.15-.22-1.65l-14.77-25.46c-.47-.81-.66-1.77-.54-2.7l1.36-10.53c.08-.65.59-1.18,1.24-1.29.64-.11,1.3.22,1.59.81l2.05,4.09c.23.45.6.82,1.06,1.04l11.34,5.39c.45.21.95.23,1.41.06.46-.18.82-.52,1.02-.98.39-.91-.04-1.97-.95-2.35l-7.15-3.05c-2.28-.97-4.06-2.77-5.02-5.06l-4.64-11.1c-.34-.81-1.12-1.33-2-1.33h-5.53c-.54,0-1.06.17-1.5.49l-10.66,7.87c-1.55,1.15-2.57,2.83-2.86,4.74l-1.57,10.37c-.08.5.05.99.35,1.39s.75.65,1.24.71c.99.11,1.87-.55,2.03-1.52l1.71-10.14c.21-1.25.88-2.36,1.88-3.13l4.77-3.67c.27-.21.59-.31.92-.31Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m31.25,90.77c-.83,0-1.67-.21-2.43-.64-1.18-.67-2.03-1.82-2.35-3.14-.31-1.32-.07-2.73.68-3.86l8.03-12.17c.23-.35.4-.73.51-1.14l4.51-14.11c.25-.79,1.09-1.22,1.89-.97.79.25,1.22,1.1.97,1.89l-4.49,14.04c-.17.65-.47,1.33-.88,1.95l-8.03,12.17c-.3.45-.39.99-.27,1.51s.45.96.92,1.23c.83.47,1.89.26,2.48-.49l9.05-11.61c.95-1.22,1.63-2.59,2.02-4.08l1.6-6.08c.21-.8,1.03-1.28,1.83-1.07.8.21,1.28,1.03,1.07,1.83l-1.6,6.08c-.5,1.89-1.36,3.63-2.56,5.17l-9.05,11.61c-.96,1.23-2.42,1.89-3.9,1.89Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_balloons {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m39.16,56.88c-.11,0-.21-.01-.32-.03-10.04-2.19-21.5-15.88-22.71-27.13-1.19-11.05,6.83-21,17.88-22.19,8.31-.9,16.19,3.33,20.05,10.75.38.74.1,1.64-.64,2.02-.73.38-1.64.1-2.02-.64-3.28-6.32-9.98-9.91-17.06-9.15-9.4,1.01-16.23,9.49-15.22,18.89,1.04,9.62,11.32,22.15,19.88,24.4.85-.43,1.71-.99,2.57-1.67.65-.51,1.59-.4,2.11.25.51.65.4,1.59-.25,2.11-1.19.94-2.41,1.7-3.63,2.26-.2.09-.41.14-.62.14Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m23.16,28.34c-.07,0-.14,0-.22-.02-.82-.12-1.39-.88-1.27-1.7.75-5.14,3.9-9.75,8.42-12.34.72-.41,1.63-.16,2.05.56.41.72.16,1.64-.56,2.05-3.73,2.13-6.32,5.93-6.94,10.16-.11.75-.75,1.28-1.48,1.28Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m42.49,87.79c-.51,0-1.02-.27-1.29-.74-3.48-5.94-3.27-11.99-3.05-18.4.14-4.11.28-8.35-.46-13.03-.13-.82.43-1.59,1.25-1.72.81-.13,1.59.43,1.72,1.25.79,4.97.63,9.56.49,13.6-.21,6.22-.39,11.6,2.64,16.78.42.71.18,1.63-.54,2.05-.24.14-.5.21-.76.21Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m63.13,71.11c-.21,0-.42-.04-.61-.13-9.38-4.19-17.81-19.93-16.7-31.19.53-5.36,3.11-10.19,7.27-13.6s9.4-5,14.76-4.48c11.06,1.09,19.17,10.97,18.08,22.03h0c-1.11,11.26-12.45,25.05-22.47,27.33-.11.02-.22.04-.33.04Zm2.71-46.5c-3.95,0-7.75,1.35-10.85,3.89-3.54,2.91-5.74,7.02-6.19,11.58-.95,9.62,6.56,23.99,14.48,27.94,8.54-2.32,18.71-14.95,19.66-24.58.93-9.41-5.97-17.82-15.39-18.75-.57-.06-1.15-.08-1.72-.08Zm18.59,18.98h0,0Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m52.72,40.22c-.17,0-.34-.03-.51-.09-.78-.28-1.18-1.15-.89-1.92,1.78-4.88,5.8-8.75,10.76-10.36.79-.26,1.63.18,1.89.96.26.79-.18,1.63-.96,1.89-4.08,1.32-7.4,4.51-8.87,8.54-.22.61-.8.99-1.41.99Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m59.76,89.15c-.1,0-.2,0-.3-.03-.81-.16-1.34-.95-1.18-1.76.33-1.63.72-3.25,1.14-4.97.97-3.99,1.98-8.12,2.21-12.85.04-.83.74-1.46,1.57-1.43.83.04,1.47.74,1.43,1.57-.24,5.02-1.33,9.48-2.29,13.42-.41,1.68-.8,3.27-1.11,4.85-.14.71-.77,1.21-1.47,1.21Z'/%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m60.08,102.05c-.63,0-1.21-.4-1.42-1.02-1.72-5.11-1.15-9.77-.38-13.67.16-.81.96-1.34,1.76-1.18.81.16,1.34.95,1.18,1.76-.74,3.68-1.21,7.69.28,12.12.26.79-.16,1.64-.94,1.9-.16.05-.32.08-.48.08Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_balloons.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m39.16,56.88c-.11,0-.21-.01-.32-.03-10.04-2.19-21.5-15.88-22.71-27.13-1.19-11.05,6.83-21,17.88-22.19,8.31-.9,16.19,3.33,20.05,10.75.38.74.1,1.64-.64,2.02-.73.38-1.64.1-2.02-.64-3.28-6.32-9.98-9.91-17.06-9.15-9.4,1.01-16.23,9.49-15.22,18.89,1.04,9.62,11.32,22.15,19.88,24.4.85-.43,1.71-.99,2.57-1.67.65-.51,1.59-.4,2.11.25.51.65.4,1.59-.25,2.11-1.19.94-2.41,1.7-3.63,2.26-.2.09-.41.14-.62.14Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m23.16,28.34c-.07,0-.14,0-.22-.02-.82-.12-1.39-.88-1.27-1.7.75-5.14,3.9-9.75,8.42-12.34.72-.41,1.63-.16,2.05.56.41.72.16,1.64-.56,2.05-3.73,2.13-6.32,5.93-6.94,10.16-.11.75-.75,1.28-1.48,1.28Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m42.49,87.79c-.51,0-1.02-.27-1.29-.74-3.48-5.94-3.27-11.99-3.05-18.4.14-4.11.28-8.35-.46-13.03-.13-.82.43-1.59,1.25-1.72.81-.13,1.59.43,1.72,1.25.79,4.97.63,9.56.49,13.6-.21,6.22-.39,11.6,2.64,16.78.42.71.18,1.63-.54,2.05-.24.14-.5.21-.76.21Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m63.13,71.11c-.21,0-.42-.04-.61-.13-9.38-4.19-17.81-19.93-16.7-31.19.53-5.36,3.11-10.19,7.27-13.6s9.4-5,14.76-4.48c11.06,1.09,19.17,10.97,18.08,22.03h0c-1.11,11.26-12.45,25.05-22.47,27.33-.11.02-.22.04-.33.04Zm2.71-46.5c-3.95,0-7.75,1.35-10.85,3.89-3.54,2.91-5.74,7.02-6.19,11.58-.95,9.62,6.56,23.99,14.48,27.94,8.54-2.32,18.71-14.95,19.66-24.58.93-9.41-5.97-17.82-15.39-18.75-.57-.06-1.15-.08-1.72-.08Zm18.59,18.98h0,0Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m52.72,40.22c-.17,0-.34-.03-.51-.09-.78-.28-1.18-1.15-.89-1.92,1.78-4.88,5.8-8.75,10.76-10.36.79-.26,1.63.18,1.89.96.26.79-.18,1.63-.96,1.89-4.08,1.32-7.4,4.51-8.87,8.54-.22.61-.8.99-1.41.99Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m59.76,89.15c-.1,0-.2,0-.3-.03-.81-.16-1.34-.95-1.18-1.76.33-1.63.72-3.25,1.14-4.97.97-3.99,1.98-8.12,2.21-12.85.04-.83.74-1.46,1.57-1.43.83.04,1.47.74,1.43,1.57-.24,5.02-1.33,9.48-2.29,13.42-.41,1.68-.8,3.27-1.11,4.85-.14.71-.77,1.21-1.47,1.21Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m60.08,102.05c-.63,0-1.21-.4-1.42-1.02-1.72-5.11-1.15-9.77-.38-13.67.16-.81.96-1.34,1.76-1.18.81.16,1.34.95,1.18,1.76-.74,3.68-1.21,7.69.28,12.12.26.79-.16,1.64-.94,1.9-.16.05-.32.08-.48.08Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_balloons.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m39.16,56.88c-.11,0-.21-.01-.32-.03-10.04-2.19-21.5-15.88-22.71-27.13-1.19-11.05,6.83-21,17.88-22.19,8.31-.9,16.19,3.33,20.05,10.75.38.74.1,1.64-.64,2.02-.73.38-1.64.1-2.02-.64-3.28-6.32-9.98-9.91-17.06-9.15-9.4,1.01-16.23,9.49-15.22,18.89,1.04,9.62,11.32,22.15,19.88,24.4.85-.43,1.71-.99,2.57-1.67.65-.51,1.59-.4,2.11.25.51.65.4,1.59-.25,2.11-1.19.94-2.41,1.7-3.63,2.26-.2.09-.41.14-.62.14Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m23.16,28.34c-.07,0-.14,0-.22-.02-.82-.12-1.39-.88-1.27-1.7.75-5.14,3.9-9.75,8.42-12.34.72-.41,1.63-.16,2.05.56.41.72.16,1.64-.56,2.05-3.73,2.13-6.32,5.93-6.94,10.16-.11.75-.75,1.28-1.48,1.28Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m42.49,87.79c-.51,0-1.02-.27-1.29-.74-3.48-5.94-3.27-11.99-3.05-18.4.14-4.11.28-8.35-.46-13.03-.13-.82.43-1.59,1.25-1.72.81-.13,1.59.43,1.72,1.25.79,4.97.63,9.56.49,13.6-.21,6.22-.39,11.6,2.64,16.78.42.71.18,1.63-.54,2.05-.24.14-.5.21-.76.21Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m63.13,71.11c-.21,0-.42-.04-.61-.13-9.38-4.19-17.81-19.93-16.7-31.19.53-5.36,3.11-10.19,7.27-13.6s9.4-5,14.76-4.48c11.06,1.09,19.17,10.97,18.08,22.03h0c-1.11,11.26-12.45,25.05-22.47,27.33-.11.02-.22.04-.33.04Zm2.71-46.5c-3.95,0-7.75,1.35-10.85,3.89-3.54,2.91-5.74,7.02-6.19,11.58-.95,9.62,6.56,23.99,14.48,27.94,8.54-2.32,18.71-14.95,19.66-24.58.93-9.41-5.97-17.82-15.39-18.75-.57-.06-1.15-.08-1.72-.08Zm18.59,18.98h0,0Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m52.72,40.22c-.17,0-.34-.03-.51-.09-.78-.28-1.18-1.15-.89-1.92,1.78-4.88,5.8-8.75,10.76-10.36.79-.26,1.63.18,1.89.96.26.79-.18,1.63-.96,1.89-4.08,1.32-7.4,4.51-8.87,8.54-.22.61-.8.99-1.41.99Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m59.76,89.15c-.1,0-.2,0-.3-.03-.81-.16-1.34-.95-1.18-1.76.33-1.63.72-3.25,1.14-4.97.97-3.99,1.98-8.12,2.21-12.85.04-.83.74-1.46,1.57-1.43.83.04,1.47.74,1.43,1.57-.24,5.02-1.33,9.48-2.29,13.42-.41,1.68-.8,3.27-1.11,4.85-.14.71-.77,1.21-1.47,1.21Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m60.08,102.05c-.63,0-1.21-.4-1.42-1.02-1.72-5.11-1.15-9.77-.38-13.67.16-.81.96-1.34,1.76-1.18.81.16,1.34.95,1.18,1.76-.74,3.68-1.21,7.69.28,12.12.26.79-.16,1.64-.94,1.9-.16.05-.32.08-.48.08Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_balloons.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m39.16,56.88c-.11,0-.21-.01-.32-.03-10.04-2.19-21.5-15.88-22.71-27.13-1.19-11.05,6.83-21,17.88-22.19,8.31-.9,16.19,3.33,20.05,10.75.38.74.1,1.64-.64,2.02-.73.38-1.64.1-2.02-.64-3.28-6.32-9.98-9.91-17.06-9.15-9.4,1.01-16.23,9.49-15.22,18.89,1.04,9.62,11.32,22.15,19.88,24.4.85-.43,1.71-.99,2.57-1.67.65-.51,1.59-.4,2.11.25.51.65.4,1.59-.25,2.11-1.19.94-2.41,1.7-3.63,2.26-.2.09-.41.14-.62.14Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m23.16,28.34c-.07,0-.14,0-.22-.02-.82-.12-1.39-.88-1.27-1.7.75-5.14,3.9-9.75,8.42-12.34.72-.41,1.63-.16,2.05.56.41.72.16,1.64-.56,2.05-3.73,2.13-6.32,5.93-6.94,10.16-.11.75-.75,1.28-1.48,1.28Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m42.49,87.79c-.51,0-1.02-.27-1.29-.74-3.48-5.94-3.27-11.99-3.05-18.4.14-4.11.28-8.35-.46-13.03-.13-.82.43-1.59,1.25-1.72.81-.13,1.59.43,1.72,1.25.79,4.97.63,9.56.49,13.6-.21,6.22-.39,11.6,2.64,16.78.42.71.18,1.63-.54,2.05-.24.14-.5.21-.76.21Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m63.13,71.11c-.21,0-.42-.04-.61-.13-9.38-4.19-17.81-19.93-16.7-31.19.53-5.36,3.11-10.19,7.27-13.6s9.4-5,14.76-4.48c11.06,1.09,19.17,10.97,18.08,22.03h0c-1.11,11.26-12.45,25.05-22.47,27.33-.11.02-.22.04-.33.04Zm2.71-46.5c-3.95,0-7.75,1.35-10.85,3.89-3.54,2.91-5.74,7.02-6.19,11.58-.95,9.62,6.56,23.99,14.48,27.94,8.54-2.32,18.71-14.95,19.66-24.58.93-9.41-5.97-17.82-15.39-18.75-.57-.06-1.15-.08-1.72-.08Zm18.59,18.98h0,0Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m52.72,40.22c-.17,0-.34-.03-.51-.09-.78-.28-1.18-1.15-.89-1.92,1.78-4.88,5.8-8.75,10.76-10.36.79-.26,1.63.18,1.89.96.26.79-.18,1.63-.96,1.89-4.08,1.32-7.4,4.51-8.87,8.54-.22.61-.8.99-1.41.99Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m59.76,89.15c-.1,0-.2,0-.3-.03-.81-.16-1.34-.95-1.18-1.76.33-1.63.72-3.25,1.14-4.97.97-3.99,1.98-8.12,2.21-12.85.04-.83.74-1.46,1.57-1.43.83.04,1.47.74,1.43,1.57-.24,5.02-1.33,9.48-2.29,13.42-.41,1.68-.8,3.27-1.11,4.85-.14.71-.77,1.21-1.47,1.21Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m60.08,102.05c-.63,0-1.21-.4-1.42-1.02-1.72-5.11-1.15-9.77-.38-13.67.16-.81.96-1.34,1.76-1.18.81.16,1.34.95,1.18,1.76-.74,3.68-1.21,7.69.28,12.12.26.79-.16,1.64-.94,1.9-.16.05-.32.08-.48.08Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_balloons.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m39.16,56.88c-.11,0-.21-.01-.32-.03-10.04-2.19-21.5-15.88-22.71-27.13-1.19-11.05,6.83-21,17.88-22.19,8.31-.9,16.19,3.33,20.05,10.75.38.74.1,1.64-.64,2.02-.73.38-1.64.1-2.02-.64-3.28-6.32-9.98-9.91-17.06-9.15-9.4,1.01-16.23,9.49-15.22,18.89,1.04,9.62,11.32,22.15,19.88,24.4.85-.43,1.71-.99,2.57-1.67.65-.51,1.59-.4,2.11.25.51.65.4,1.59-.25,2.11-1.19.94-2.41,1.7-3.63,2.26-.2.09-.41.14-.62.14Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m23.16,28.34c-.07,0-.14,0-.22-.02-.82-.12-1.39-.88-1.27-1.7.75-5.14,3.9-9.75,8.42-12.34.72-.41,1.63-.16,2.05.56.41.72.16,1.64-.56,2.05-3.73,2.13-6.32,5.93-6.94,10.16-.11.75-.75,1.28-1.48,1.28Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m42.49,87.79c-.51,0-1.02-.27-1.29-.74-3.48-5.94-3.27-11.99-3.05-18.4.14-4.11.28-8.35-.46-13.03-.13-.82.43-1.59,1.25-1.72.81-.13,1.59.43,1.72,1.25.79,4.97.63,9.56.49,13.6-.21,6.22-.39,11.6,2.64,16.78.42.71.18,1.63-.54,2.05-.24.14-.5.21-.76.21Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m63.13,71.11c-.21,0-.42-.04-.61-.13-9.38-4.19-17.81-19.93-16.7-31.19.53-5.36,3.11-10.19,7.27-13.6s9.4-5,14.76-4.48c11.06,1.09,19.17,10.97,18.08,22.03h0c-1.11,11.26-12.45,25.05-22.47,27.33-.11.02-.22.04-.33.04Zm2.71-46.5c-3.95,0-7.75,1.35-10.85,3.89-3.54,2.91-5.74,7.02-6.19,11.58-.95,9.62,6.56,23.99,14.48,27.94,8.54-2.32,18.71-14.95,19.66-24.58.93-9.41-5.97-17.82-15.39-18.75-.57-.06-1.15-.08-1.72-.08Zm18.59,18.98h0,0Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m52.72,40.22c-.17,0-.34-.03-.51-.09-.78-.28-1.18-1.15-.89-1.92,1.78-4.88,5.8-8.75,10.76-10.36.79-.26,1.63.18,1.89.96.26.79-.18,1.63-.96,1.89-4.08,1.32-7.4,4.51-8.87,8.54-.22.61-.8.99-1.41.99Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m59.76,89.15c-.1,0-.2,0-.3-.03-.81-.16-1.34-.95-1.18-1.76.33-1.63.72-3.25,1.14-4.97.97-3.99,1.98-8.12,2.21-12.85.04-.83.74-1.46,1.57-1.43.83.04,1.47.74,1.43,1.57-.24,5.02-1.33,9.48-2.29,13.42-.41,1.68-.8,3.27-1.11,4.85-.14.71-.77,1.21-1.47,1.21Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m60.08,102.05c-.63,0-1.21-.4-1.42-1.02-1.72-5.11-1.15-9.77-.38-13.67.16-.81.96-1.34,1.76-1.18.81.16,1.34.95,1.18,1.76-.74,3.68-1.21,7.69.28,12.12.26.79-.16,1.64-.94,1.9-.16.05-.32.08-.48.08Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_balloons.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m39.16,56.88c-.11,0-.21-.01-.32-.03-10.04-2.19-21.5-15.88-22.71-27.13-1.19-11.05,6.83-21,17.88-22.19,8.31-.9,16.19,3.33,20.05,10.75.38.74.1,1.64-.64,2.02-.73.38-1.64.1-2.02-.64-3.28-6.32-9.98-9.91-17.06-9.15-9.4,1.01-16.23,9.49-15.22,18.89,1.04,9.62,11.32,22.15,19.88,24.4.85-.43,1.71-.99,2.57-1.67.65-.51,1.59-.4,2.11.25.51.65.4,1.59-.25,2.11-1.19.94-2.41,1.7-3.63,2.26-.2.09-.41.14-.62.14Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m23.16,28.34c-.07,0-.14,0-.22-.02-.82-.12-1.39-.88-1.27-1.7.75-5.14,3.9-9.75,8.42-12.34.72-.41,1.63-.16,2.05.56.41.72.16,1.64-.56,2.05-3.73,2.13-6.32,5.93-6.94,10.16-.11.75-.75,1.28-1.48,1.28Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m42.49,87.79c-.51,0-1.02-.27-1.29-.74-3.48-5.94-3.27-11.99-3.05-18.4.14-4.11.28-8.35-.46-13.03-.13-.82.43-1.59,1.25-1.72.81-.13,1.59.43,1.72,1.25.79,4.97.63,9.56.49,13.6-.21,6.22-.39,11.6,2.64,16.78.42.71.18,1.63-.54,2.05-.24.14-.5.21-.76.21Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m63.13,71.11c-.21,0-.42-.04-.61-.13-9.38-4.19-17.81-19.93-16.7-31.19.53-5.36,3.11-10.19,7.27-13.6s9.4-5,14.76-4.48c11.06,1.09,19.17,10.97,18.08,22.03h0c-1.11,11.26-12.45,25.05-22.47,27.33-.11.02-.22.04-.33.04Zm2.71-46.5c-3.95,0-7.75,1.35-10.85,3.89-3.54,2.91-5.74,7.02-6.19,11.58-.95,9.62,6.56,23.99,14.48,27.94,8.54-2.32,18.71-14.95,19.66-24.58.93-9.41-5.97-17.82-15.39-18.75-.57-.06-1.15-.08-1.72-.08Zm18.59,18.98h0,0Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m52.72,40.22c-.17,0-.34-.03-.51-.09-.78-.28-1.18-1.15-.89-1.92,1.78-4.88,5.8-8.75,10.76-10.36.79-.26,1.63.18,1.89.96.26.79-.18,1.63-.96,1.89-4.08,1.32-7.4,4.51-8.87,8.54-.22.61-.8.99-1.41.99Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m59.76,89.15c-.1,0-.2,0-.3-.03-.81-.16-1.34-.95-1.18-1.76.33-1.63.72-3.25,1.14-4.97.97-3.99,1.98-8.12,2.21-12.85.04-.83.74-1.46,1.57-1.43.83.04,1.47.74,1.43,1.57-.24,5.02-1.33,9.48-2.29,13.42-.41,1.68-.8,3.27-1.11,4.85-.14.71-.77,1.21-1.47,1.21Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m60.08,102.05c-.63,0-1.21-.4-1.42-1.02-1.72-5.11-1.15-9.77-.38-13.67.16-.81.96-1.34,1.76-1.18.81.16,1.34.95,1.18,1.76-.74,3.68-1.21,7.69.28,12.12.26.79-.16,1.64-.94,1.9-.16.05-.32.08-.48.08Z'/%3E%3C/svg%3E") !important;
}
.icon.icon_facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M211.9 197.4h-36.7v59.9h36.7V433.1h70.5V256.5h49.2l5.2-59.1h-54.4c0 0 0-22.1 0-33.7 0-13.9 2.8-19.5 16.3-19.5 10.9 0 38.2 0 38.2 0V82.9c0 0-40.2 0-48.8 0 -52.5 0-76.1 23.1-76.1 67.3C211.9 188.8 211.9 197.4 211.9 197.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_facebook.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M211.9 197.4h-36.7v59.9h36.7V433.1h70.5V256.5h49.2l5.2-59.1h-54.4c0 0 0-22.1 0-33.7 0-13.9 2.8-19.5 16.3-19.5 10.9 0 38.2 0 38.2 0V82.9c0 0-40.2 0-48.8 0 -52.5 0-76.1 23.1-76.1 67.3C211.9 188.8 211.9 197.4 211.9 197.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_facebook.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M211.9 197.4h-36.7v59.9h36.7V433.1h70.5V256.5h49.2l5.2-59.1h-54.4c0 0 0-22.1 0-33.7 0-13.9 2.8-19.5 16.3-19.5 10.9 0 38.2 0 38.2 0V82.9c0 0-40.2 0-48.8 0 -52.5 0-76.1 23.1-76.1 67.3C211.9 188.8 211.9 197.4 211.9 197.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_facebook.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M211.9 197.4h-36.7v59.9h36.7V433.1h70.5V256.5h49.2l5.2-59.1h-54.4c0 0 0-22.1 0-33.7 0-13.9 2.8-19.5 16.3-19.5 10.9 0 38.2 0 38.2 0V82.9c0 0-40.2 0-48.8 0 -52.5 0-76.1 23.1-76.1 67.3C211.9 188.8 211.9 197.4 211.9 197.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_facebook.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M211.9 197.4h-36.7v59.9h36.7V433.1h70.5V256.5h49.2l5.2-59.1h-54.4c0 0 0-22.1 0-33.7 0-13.9 2.8-19.5 16.3-19.5 10.9 0 38.2 0 38.2 0V82.9c0 0-40.2 0-48.8 0 -52.5 0-76.1 23.1-76.1 67.3C211.9 188.8 211.9 197.4 211.9 197.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_facebook.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M211.9 197.4h-36.7v59.9h36.7V433.1h70.5V256.5h49.2l5.2-59.1h-54.4c0 0 0-22.1 0-33.7 0-13.9 2.8-19.5 16.3-19.5 10.9 0 38.2 0 38.2 0V82.9c0 0-40.2 0-48.8 0 -52.5 0-76.1 23.1-76.1 67.3C211.9 188.8 211.9 197.4 211.9 197.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_twitter.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_twitter.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_twitter.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_twitter.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_twitter.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M419.6 168.6c-11.7 5.2-24.2 8.7-37.4 10.2 13.4-8.1 23.8-20.8 28.6-36 -12.6 7.5-26.5 12.9-41.3 15.8 -11.9-12.6-28.8-20.6-47.5-20.6 -42 0-72.9 39.2-63.4 79.9 -54.1-2.7-102.1-28.6-134.2-68 -17 29.2-8.8 67.5 20.1 86.9 -10.7-0.3-20.7-3.3-29.5-8.1 -0.7 30.2 20.9 58.4 52.2 64.6 -9.2 2.5-19.2 3.1-29.4 1.1 8.3 25.9 32.3 44.7 60.8 45.2 -27.4 21.4-61.8 31-96.4 27 28.8 18.5 63 29.2 99.8 29.2 120.8 0 189.1-102.1 185-193.6C399.9 193.1 410.9 181.7 419.6 168.6z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M256 109.3c47.8 0 53.4 0.2 72.3 1 17.4 0.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2 0.9 18.9 1 24.5 1 72.3s-0.2 53.4-1 72.3c-0.8 17.4-3.7 26.9-6.2 33.2 -3.2 8.4-7.1 14.3-13.4 20.6 -6.3 6.3-12.2 10.1-20.6 13.4 -6.3 2.5-15.8 5.4-33.2 6.2 -18.9 0.9-24.5 1-72.3 1s-53.4-0.2-72.3-1c-17.4-0.8-26.9-3.7-33.2-6.2 -8.4-3.2-14.3-7.1-20.6-13.4 -6.3-6.3-10.1-12.2-13.4-20.6 -2.5-6.3-5.4-15.8-6.2-33.2 -0.9-18.9-1-24.5-1-72.3s0.2-53.4 1-72.3c0.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2C202.6 109.5 208.2 109.3 256 109.3M256 77.1c-48.6 0-54.7 0.2-73.8 1.1 -19 0.9-32.1 3.9-43.4 8.3 -11.8 4.6-21.7 10.7-31.7 20.6 -9.9 9.9-16.1 19.9-20.6 31.7 -4.4 11.4-7.4 24.4-8.3 43.4 -0.9 19.1-1.1 25.2-1.1 73.8 0 48.6 0.2 54.7 1.1 73.8 0.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1 0.9 25.2 1.1 73.8 1.1s54.7-0.2 73.8-1.1c19-0.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4 0.9-19.1 1.1-25.2 1.1-73.8s-0.2-54.7-1.1-73.8c-0.9-19-3.9-32.1-8.3-43.4 -4.6-11.8-10.7-21.7-20.6-31.7 -9.9-9.9-19.9-16.1-31.7-20.6 -11.4-4.4-24.4-7.4-43.4-8.3C310.7 77.3 304.6 77.1 256 77.1L256 77.1z'%3E%3C/path%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9S306.7 164.1 256 164.1zM256 315.6c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6S288.9 315.6 256 315.6z'%3E%3C/path%3E%3Ccircle style='fill:%239C6107; transition: fill 200ms ease-out;' cx='351.5' cy='160.5' r='21.5'%3E%3C/circle%3E%3C/svg%3E") !important;
}
.icon.icon_instagram.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M256 109.3c47.8 0 53.4 0.2 72.3 1 17.4 0.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2 0.9 18.9 1 24.5 1 72.3s-0.2 53.4-1 72.3c-0.8 17.4-3.7 26.9-6.2 33.2 -3.2 8.4-7.1 14.3-13.4 20.6 -6.3 6.3-12.2 10.1-20.6 13.4 -6.3 2.5-15.8 5.4-33.2 6.2 -18.9 0.9-24.5 1-72.3 1s-53.4-0.2-72.3-1c-17.4-0.8-26.9-3.7-33.2-6.2 -8.4-3.2-14.3-7.1-20.6-13.4 -6.3-6.3-10.1-12.2-13.4-20.6 -2.5-6.3-5.4-15.8-6.2-33.2 -0.9-18.9-1-24.5-1-72.3s0.2-53.4 1-72.3c0.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2C202.6 109.5 208.2 109.3 256 109.3M256 77.1c-48.6 0-54.7 0.2-73.8 1.1 -19 0.9-32.1 3.9-43.4 8.3 -11.8 4.6-21.7 10.7-31.7 20.6 -9.9 9.9-16.1 19.9-20.6 31.7 -4.4 11.4-7.4 24.4-8.3 43.4 -0.9 19.1-1.1 25.2-1.1 73.8 0 48.6 0.2 54.7 1.1 73.8 0.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1 0.9 25.2 1.1 73.8 1.1s54.7-0.2 73.8-1.1c19-0.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4 0.9-19.1 1.1-25.2 1.1-73.8s-0.2-54.7-1.1-73.8c-0.9-19-3.9-32.1-8.3-43.4 -4.6-11.8-10.7-21.7-20.6-31.7 -9.9-9.9-19.9-16.1-31.7-20.6 -11.4-4.4-24.4-7.4-43.4-8.3C310.7 77.3 304.6 77.1 256 77.1L256 77.1z'%3E%3C/path%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9S306.7 164.1 256 164.1zM256 315.6c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6S288.9 315.6 256 315.6z'%3E%3C/path%3E%3Ccircle style='fill:%23ffffff; transition: fill 200ms ease-out;' cx='351.5' cy='160.5' r='21.5'%3E%3C/circle%3E%3C/svg%3E") !important;
}
.icon.icon_instagram.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M256 109.3c47.8 0 53.4 0.2 72.3 1 17.4 0.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2 0.9 18.9 1 24.5 1 72.3s-0.2 53.4-1 72.3c-0.8 17.4-3.7 26.9-6.2 33.2 -3.2 8.4-7.1 14.3-13.4 20.6 -6.3 6.3-12.2 10.1-20.6 13.4 -6.3 2.5-15.8 5.4-33.2 6.2 -18.9 0.9-24.5 1-72.3 1s-53.4-0.2-72.3-1c-17.4-0.8-26.9-3.7-33.2-6.2 -8.4-3.2-14.3-7.1-20.6-13.4 -6.3-6.3-10.1-12.2-13.4-20.6 -2.5-6.3-5.4-15.8-6.2-33.2 -0.9-18.9-1-24.5-1-72.3s0.2-53.4 1-72.3c0.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2C202.6 109.5 208.2 109.3 256 109.3M256 77.1c-48.6 0-54.7 0.2-73.8 1.1 -19 0.9-32.1 3.9-43.4 8.3 -11.8 4.6-21.7 10.7-31.7 20.6 -9.9 9.9-16.1 19.9-20.6 31.7 -4.4 11.4-7.4 24.4-8.3 43.4 -0.9 19.1-1.1 25.2-1.1 73.8 0 48.6 0.2 54.7 1.1 73.8 0.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1 0.9 25.2 1.1 73.8 1.1s54.7-0.2 73.8-1.1c19-0.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4 0.9-19.1 1.1-25.2 1.1-73.8s-0.2-54.7-1.1-73.8c-0.9-19-3.9-32.1-8.3-43.4 -4.6-11.8-10.7-21.7-20.6-31.7 -9.9-9.9-19.9-16.1-31.7-20.6 -11.4-4.4-24.4-7.4-43.4-8.3C310.7 77.3 304.6 77.1 256 77.1L256 77.1z'%3E%3C/path%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9S306.7 164.1 256 164.1zM256 315.6c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6S288.9 315.6 256 315.6z'%3E%3C/path%3E%3Ccircle style='fill:%23322e30; transition: fill 200ms ease-out;' cx='351.5' cy='160.5' r='21.5'%3E%3C/circle%3E%3C/svg%3E") !important;
}
.icon.icon_instagram.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M256 109.3c47.8 0 53.4 0.2 72.3 1 17.4 0.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2 0.9 18.9 1 24.5 1 72.3s-0.2 53.4-1 72.3c-0.8 17.4-3.7 26.9-6.2 33.2 -3.2 8.4-7.1 14.3-13.4 20.6 -6.3 6.3-12.2 10.1-20.6 13.4 -6.3 2.5-15.8 5.4-33.2 6.2 -18.9 0.9-24.5 1-72.3 1s-53.4-0.2-72.3-1c-17.4-0.8-26.9-3.7-33.2-6.2 -8.4-3.2-14.3-7.1-20.6-13.4 -6.3-6.3-10.1-12.2-13.4-20.6 -2.5-6.3-5.4-15.8-6.2-33.2 -0.9-18.9-1-24.5-1-72.3s0.2-53.4 1-72.3c0.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2C202.6 109.5 208.2 109.3 256 109.3M256 77.1c-48.6 0-54.7 0.2-73.8 1.1 -19 0.9-32.1 3.9-43.4 8.3 -11.8 4.6-21.7 10.7-31.7 20.6 -9.9 9.9-16.1 19.9-20.6 31.7 -4.4 11.4-7.4 24.4-8.3 43.4 -0.9 19.1-1.1 25.2-1.1 73.8 0 48.6 0.2 54.7 1.1 73.8 0.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1 0.9 25.2 1.1 73.8 1.1s54.7-0.2 73.8-1.1c19-0.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4 0.9-19.1 1.1-25.2 1.1-73.8s-0.2-54.7-1.1-73.8c-0.9-19-3.9-32.1-8.3-43.4 -4.6-11.8-10.7-21.7-20.6-31.7 -9.9-9.9-19.9-16.1-31.7-20.6 -11.4-4.4-24.4-7.4-43.4-8.3C310.7 77.3 304.6 77.1 256 77.1L256 77.1z'%3E%3C/path%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9S306.7 164.1 256 164.1zM256 315.6c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6S288.9 315.6 256 315.6z'%3E%3C/path%3E%3Ccircle style='fill:%23294d74; transition: fill 200ms ease-out;' cx='351.5' cy='160.5' r='21.5'%3E%3C/circle%3E%3C/svg%3E") !important;
}
.icon.icon_instagram.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M256 109.3c47.8 0 53.4 0.2 72.3 1 17.4 0.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2 0.9 18.9 1 24.5 1 72.3s-0.2 53.4-1 72.3c-0.8 17.4-3.7 26.9-6.2 33.2 -3.2 8.4-7.1 14.3-13.4 20.6 -6.3 6.3-12.2 10.1-20.6 13.4 -6.3 2.5-15.8 5.4-33.2 6.2 -18.9 0.9-24.5 1-72.3 1s-53.4-0.2-72.3-1c-17.4-0.8-26.9-3.7-33.2-6.2 -8.4-3.2-14.3-7.1-20.6-13.4 -6.3-6.3-10.1-12.2-13.4-20.6 -2.5-6.3-5.4-15.8-6.2-33.2 -0.9-18.9-1-24.5-1-72.3s0.2-53.4 1-72.3c0.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2C202.6 109.5 208.2 109.3 256 109.3M256 77.1c-48.6 0-54.7 0.2-73.8 1.1 -19 0.9-32.1 3.9-43.4 8.3 -11.8 4.6-21.7 10.7-31.7 20.6 -9.9 9.9-16.1 19.9-20.6 31.7 -4.4 11.4-7.4 24.4-8.3 43.4 -0.9 19.1-1.1 25.2-1.1 73.8 0 48.6 0.2 54.7 1.1 73.8 0.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1 0.9 25.2 1.1 73.8 1.1s54.7-0.2 73.8-1.1c19-0.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4 0.9-19.1 1.1-25.2 1.1-73.8s-0.2-54.7-1.1-73.8c-0.9-19-3.9-32.1-8.3-43.4 -4.6-11.8-10.7-21.7-20.6-31.7 -9.9-9.9-19.9-16.1-31.7-20.6 -11.4-4.4-24.4-7.4-43.4-8.3C310.7 77.3 304.6 77.1 256 77.1L256 77.1z'%3E%3C/path%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9S306.7 164.1 256 164.1zM256 315.6c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6S288.9 315.6 256 315.6z'%3E%3C/path%3E%3Ccircle style='fill:%23116409; transition: fill 200ms ease-out;' cx='351.5' cy='160.5' r='21.5'%3E%3C/circle%3E%3C/svg%3E") !important;
}
.icon.icon_instagram.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M256 109.3c47.8 0 53.4 0.2 72.3 1 17.4 0.8 26.9 3.7 33.2 6.2 8.4 3.2 14.3 7.1 20.6 13.4 6.3 6.3 10.1 12.2 13.4 20.6 2.5 6.3 5.4 15.8 6.2 33.2 0.9 18.9 1 24.5 1 72.3s-0.2 53.4-1 72.3c-0.8 17.4-3.7 26.9-6.2 33.2 -3.2 8.4-7.1 14.3-13.4 20.6 -6.3 6.3-12.2 10.1-20.6 13.4 -6.3 2.5-15.8 5.4-33.2 6.2 -18.9 0.9-24.5 1-72.3 1s-53.4-0.2-72.3-1c-17.4-0.8-26.9-3.7-33.2-6.2 -8.4-3.2-14.3-7.1-20.6-13.4 -6.3-6.3-10.1-12.2-13.4-20.6 -2.5-6.3-5.4-15.8-6.2-33.2 -0.9-18.9-1-24.5-1-72.3s0.2-53.4 1-72.3c0.8-17.4 3.7-26.9 6.2-33.2 3.2-8.4 7.1-14.3 13.4-20.6 6.3-6.3 12.2-10.1 20.6-13.4 6.3-2.5 15.8-5.4 33.2-6.2C202.6 109.5 208.2 109.3 256 109.3M256 77.1c-48.6 0-54.7 0.2-73.8 1.1 -19 0.9-32.1 3.9-43.4 8.3 -11.8 4.6-21.7 10.7-31.7 20.6 -9.9 9.9-16.1 19.9-20.6 31.7 -4.4 11.4-7.4 24.4-8.3 43.4 -0.9 19.1-1.1 25.2-1.1 73.8 0 48.6 0.2 54.7 1.1 73.8 0.9 19 3.9 32.1 8.3 43.4 4.6 11.8 10.7 21.7 20.6 31.7 9.9 9.9 19.9 16.1 31.7 20.6 11.4 4.4 24.4 7.4 43.4 8.3 19.1 0.9 25.2 1.1 73.8 1.1s54.7-0.2 73.8-1.1c19-0.9 32.1-3.9 43.4-8.3 11.8-4.6 21.7-10.7 31.7-20.6 9.9-9.9 16.1-19.9 20.6-31.7 4.4-11.4 7.4-24.4 8.3-43.4 0.9-19.1 1.1-25.2 1.1-73.8s-0.2-54.7-1.1-73.8c-0.9-19-3.9-32.1-8.3-43.4 -4.6-11.8-10.7-21.7-20.6-31.7 -9.9-9.9-19.9-16.1-31.7-20.6 -11.4-4.4-24.4-7.4-43.4-8.3C310.7 77.3 304.6 77.1 256 77.1L256 77.1z'%3E%3C/path%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M256 164.1c-50.7 0-91.9 41.1-91.9 91.9s41.1 91.9 91.9 91.9 91.9-41.1 91.9-91.9S306.7 164.1 256 164.1zM256 315.6c-32.9 0-59.6-26.7-59.6-59.6s26.7-59.6 59.6-59.6 59.6 26.7 59.6 59.6S288.9 315.6 256 315.6z'%3E%3C/path%3E%3Ccircle style='fill:%235b0136; transition: fill 200ms ease-out;' cx='351.5' cy='160.5' r='21.5'%3E%3C/circle%3E%3C/svg%3E") !important;
}
.icon.icon_linkedin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_linkedin.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_linkedin.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_linkedin.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_linkedin.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.icon.icon_linkedin.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid' height='512' width='512'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M186.4 142.4c0 19-15.3 34.5-34.2 34.5 -18.9 0-34.2-15.4-34.2-34.5 0-19 15.3-34.5 34.2-34.5C171.1 107.9 186.4 123.4 186.4 142.4zM181.4 201.3h-57.8V388.1h57.8V201.3zM273.8 201.3h-55.4V388.1h55.4c0 0 0-69.3 0-98 0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9 0 26.9 0 98 0 98h57.5c0 0 0-68.2 0-118.3 0-50-28.3-74.2-68-74.2 -39.6 0-56.3 30.9-56.3 30.9v-25.2H273.8z'%3E%3C/path%3E%3C/svg%3E") !important;
}

/* Useful misc classes */
.relative {
  position: relative;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
  display: none !important;
}

.clear {
  clear: both;
}

.contain {
  max-width: 100vw;
}

.small_clear {
  clear: both;
}

@media screen and (max-width: 39.9375em) {
  .small_only_clear, .clear_small_only {
    clear: both;
  }
}

@media screen and (min-width: 40em) {
  .medium_clear {
    clear: both;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium_only_clear, .clear_medium_only {
    clear: both;
  }
}

@media screen and (min-width: 64em) {
  .large_clear {
    clear: both;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .large_only_clear, .clear_large_only {
    clear: both;
  }
}

@media screen and (min-width: 75em) {
  .xlarge_clear {
    clear: both;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .xlarge_only_clear, .clear_xlarge_only {
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge_clear {
    clear: both;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge_only_clear, .clear_xxlarge_only {
    clear: both;
  }
}

.small_float_left {
  float: left;
}

@media screen and (max-width: 39.9375em) {
  .small_only_float_left, .float_left_small_only {
    float: left;
  }
}

@media screen and (min-width: 40em) {
  .medium_float_left {
    float: left;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium_only_float_left, .float_left_medium_only {
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large_float_left {
    float: left;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .large_only_float_left, .float_left_large_only {
    float: left;
  }
}

@media screen and (min-width: 75em) {
  .xlarge_float_left {
    float: left;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .xlarge_only_float_left, .float_left_xlarge_only {
    float: left;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge_float_left {
    float: left;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge_only_float_left, .float_left_xxlarge_only {
    float: left;
  }
}

.small_float_right {
  float: right;
}

@media screen and (max-width: 39.9375em) {
  .small_only_float_right, .float_right_small_only {
    float: right;
  }
}

@media screen and (min-width: 40em) {
  .medium_float_right {
    float: right;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium_only_float_right, .float_right_medium_only {
    float: right;
  }
}

@media screen and (min-width: 64em) {
  .large_float_right {
    float: right;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .large_only_float_right, .float_right_large_only {
    float: right;
  }
}

@media screen and (min-width: 75em) {
  .xlarge_float_right {
    float: right;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .xlarge_only_float_right, .float_right_xlarge_only {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge_float_right {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge_only_float_right, .float_right_xxlarge_only {
    float: right;
  }
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

/* Margins */
.no_marg_top {
  margin-top: 0 !important;
}

.no_marg_bot {
  margin-bottom: 0 !important;
}

.no_marg_left {
  margin-left: 0 !important;
}

.no_marg_right {
  margin-right: 0 !important;
}

.no_marg {
  margin: 0 !important;
}

@media screen and (max-width: 39.9375em) {
  .no_marg_small {
    margin: 0 !important;
  }
}

/* Paddings */
.no_pad_top {
  padding-top: 0 !important;
}

.no_pad_bot {
  padding-bottom: 0 !important;
}

.no_pad_left {
  padding-left: 0 !important;
}

.no_pad_right {
  padding-right: 0 !important;
}

.no_pad {
  padding: 0 !important;
}

@media screen and (max-width: 39.9375em) {
  .no_pad_small {
    padding: 0 !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .no_pad_top_small {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 40em) {
  .no_pad_top_medium {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 64em) {
  .no_pad_top_large {
    padding-top: 0 !important;
  }
}

.sr_only, .screen-reader-response {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .sr_only_small, .screen-reader-response_small {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}

.column-block {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 39.9375em) {
  .column-block-small-only {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
}

.row-padding, .row-padding[class*=small-up], .row-padding[class*=medium-up], .row-padding[class*=large-up] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .row-padding, .row-padding[class*=small-up], .row-padding[class*=medium-up], .row-padding[class*=large-up] {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 40em) {
  .row-padding, .row-padding[class*=small-up], .row-padding[class*=medium-up], .row-padding[class*=large-up] {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.row-padding-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.box_padding {
  padding: 1.25rem;
}
@media screen and (min-width: 40em) {
  .box_padding {
    padding: 1.875rem;
  }
}

.vertical-center-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vertical-center-flex::before, .vertical-center-flex::after {
  display: none;
}
.vertical-center-flex.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 39.9375em) {
  .vertical-center-flex-small-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 40em) {
  .vertical-center-flex-medium {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 64em) {
  .vertical-center-flex-large {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex_start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.equalize-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 39.9375em) {
  .equalize-flex-small-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .equalize-flex-small-only.row::before, .equalize-flex-small-only.row::after {
    display: none;
  }
}
@media screen and (min-width: 40em) {
  .equalize-flex-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .equalize-flex-medium.row::before, .equalize-flex-medium.row::after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .equalize-flex-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .equalize-flex-large.row::before, .equalize-flex-large.row::after {
    display: none;
  }
}
.equalize-flex.row::before, .equalize-flex.row::after {
  display: none;
}

/*[class*='small-up'], [class*='medium-up'], [class*='large-up'] {
	padding: 0;
	list-style: none;
}*/
svg * {
  -webkit-transition: fill 0.3s ease-out, stroke 0.3s ease-out;
  transition: fill 0.3s ease-out, stroke 0.3s ease-out;
}
body > svg {
  position: absolute;
}

.fill {
  width: 100%;
}

iframe {
  border: none !important;
}

.video_holder {
  max-width: 50rem;
  margin: 0 auto;
}

.rounded {
  border-radius: 0;
}

.show-for-devices {
  display: none;
}

.hide-for-devices {
  display: block;
}

body.is-mobile-device .show-for-devices {
  display: block;
}
body.is-mobile-device .hide-for-devices {
  display: none;
}

.gray_bg {
  background-color: #FDFCF8;
}

/* SVGs
============================================= */
/* COLOURS
============================================= */
.sg-color {
  height: 150px;
  text-align: center;
  padding: 0.625rem;
  margin-top: 1.25rem;
}
.sg-color:before, .sg-color:after {
  display: block;
}
.sg-color.white {
  background: #ffffff;
  color: #ffffff;
  color: #141413;
  border: solid 1px #141413;
}
.sg-color.white:before {
  content: "$white : #ffffff";
}
.sg-color.white:after {
  /*content: "Black text on coloured background. Ratio: check-color-access(#ffffff, #141413)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #141413))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #141413))";
  }*/
}
.sg-color.lgray {
  background: #FDFCF8;
  color: #ffffff;
  color: #141413;
  border: solid 1px #141413;
}
.sg-color.lgray:before {
  content: "$light-gray : #FDFCF8";
}
.sg-color.lgray:after {
  /*content: "Black text on coloured background. Ratio: check-color-access(#FDFCF8, #141413)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#FDFCF8, #141413))";
  }
  @else {
  	content: "Fail (check-color-access(#FDFCF8, #141413))";
  }*/
}
.sg-color.mgray {
  background: #F4EFEC;
  color: #ffffff;
  color: #141413;
  border: solid 1px #141413;
}
.sg-color.mgray:before {
  content: "$medium-gray : #F4EFEC";
}
.sg-color.mgray:after {
  /*content: "Black text on coloured background. Ratio: check-color-access(#F4EFEC, #141413)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#F4EFEC, #141413))";
  }
  @else {
  	content: "Fail (check-color-access(#F4EFEC, #141413))";
  }*/
}
.sg-color.dgray {
  background: #322e30;
  color: #ffffff;
}
.sg-color.dgray:before {
  content: "$dark-gray : #322e30";
}
.sg-color.dgray:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #322e30)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #322e30))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #322e30))";
  }*/
}
.sg-color.black {
  background: #141413;
  color: #ffffff;
}
.sg-color.black:before {
  content: "$black : #141413";
}
.sg-color.black:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #141413)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #141413))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #141413))";
  }*/
}
.sg-color.primary {
  background: #9C6107;
  color: #ffffff;
}
.sg-color.primary:before {
  content: "$primary-color : #9C6107";
}
.sg-color.primary:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #9C6107)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #9C6107))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #9C6107))";
  }*/
}
.sg-color.secondary {
  background: #50748A;
  color: #ffffff;
}
.sg-color.secondary:before {
  content: "$secondary-color : #50748A";
}
.sg-color.secondary:after {
  /*content: "White text on coloured background. Ratio: check-color-access(#ffffff, #50748A)";*/
  /*@if abs(check-color-access($m_colour, $black)) > 4.5 {
  	content: "Pass (check-color-access(#ffffff, #50748A))";
  }
  @else {
  	content: "Fail (check-color-access(#ffffff, #50748A))";
  }*/
}

/* TYPOGRAPHY
============================================= */
h1, .h1 {
  font-size: calc(32px + (40 - 32) * (100vw - 320px) / (1660 - 320));
}
@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 40px;
  }
}
h1.underline, .h1.underline {
  position: relative;
}
h1.underline:after, .h1.underline:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.0625rem;
  margin: 0.9375rem 0 0 0;
  background: #322e30;
  width: 12.5rem;
}
h1.underline.underline_centre:after, .centre_underlines h1.underline:after, h1.underline.text-center:after, .h1.underline.underline_centre:after, .centre_underlines .h1.underline:after, .h1.underline.text-center:after {
  margin: 0.625rem auto 0 auto;
}
h1.underline.white:after, .h1.underline.white:after {
  background: #ffffff;
}

h2, .h2 {
  font-size: calc(32px + (40 - 32) * (100vw - 320px) / (1660 - 320));
}
@media screen and (min-width: 75em) {
  h2, .h2 {
    font-size: 40px;
  }
}
h2.underline, .h2.underline {
  position: relative;
}
h2.underline:after, .h2.underline:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.0625rem;
  margin: 0.9375rem 0 0 0;
  background: #322e30;
}
h2.underline.underline_centre:after, .centre_underlines h2.underline:after, h2.underline.text-center:after, .h2.underline.underline_centre:after, .centre_underlines .h2.underline:after, .h2.underline.text-center:after {
  margin: 0.625rem auto 0 auto;
}
h2.underline.white:after, .h2.underline.white:after {
  background: #ffffff;
}

h3, .h3 {
  font-size: calc(26px + (30 - 26) * (100vw - 320px) / (1660 - 320));
}
@media screen and (min-width: 75em) {
  h3, .h3 {
    font-size: 30px;
  }
}
h3.underline, .h3.underline {
  position: relative;
}
h3.underline:after, .h3.underline:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.0625rem;
  margin: 0.9375rem 0 0 0;
  background: #322e30;
}
h3.underline.underline_centre:after, .centre_underlines h3.underline:after, h3.underline.text-center:after, .h3.underline.underline_centre:after, .centre_underlines .h3.underline:after, .h3.underline.text-center:after {
  margin: 0.625rem auto 0 auto;
}
h3.underline.white:after, .h3.underline.white:after {
  background: #ffffff;
}

h4, a.external_link > span, .h4 {
  font-size: calc(22px + (24 - 22) * (100vw - 320px) / (1660 - 320));
}
@media screen and (min-width: 75em) {
  h4, a.external_link > span, .h4 {
    font-size: 24px;
  }
}
h4.underline, a.external_link > span.underline, .h4.underline {
  position: relative;
}
h4.underline:after, a.external_link > span.underline:after, .h4.underline:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.0625rem;
  margin: 0.9375rem 0 0 0;
  background: #322e30;
}
h4.underline.underline_centre:after, a.external_link > span.underline.underline_centre:after, .centre_underlines h4.underline:after, .centre_underlines a.external_link > span.underline:after, h4.underline.text-center:after, a.external_link > span.underline.text-center:after, .h4.underline.underline_centre:after, .centre_underlines .h4.underline:after, .h4.underline.text-center:after {
  margin: 0.625rem auto 0 auto;
}
h4.underline.white:after, a.external_link > span.underline.white:after, .h4.underline.white:after {
  background: #ffffff;
}

h5, .h5 {
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1660 - 320));
}
@media screen and (min-width: 75em) {
  h5, .h5 {
    font-size: 22px;
  }
}
h5.underline, .h5.underline {
  position: relative;
}
h5.underline:after, .h5.underline:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.0625rem;
  margin: 0.9375rem 0 0 0;
  background: #322e30;
}
h5.underline.underline_centre:after, .centre_underlines h5.underline:after, h5.underline.text-center:after, .h5.underline.underline_centre:after, .centre_underlines .h5.underline:after, .h5.underline.text-center:after {
  margin: 0.625rem auto 0 auto;
}
h5.underline.white:after, .h5.underline.white:after {
  background: #ffffff;
}

h6, .h6 {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1660 - 320));
}
@media screen and (min-width: 75em) {
  h6, .h6 {
    font-size: 20px;
  }
}
h6.underline, .h6.underline {
  position: relative;
}
h6.underline:after, .h6.underline:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.0625rem;
  margin: 0.9375rem 0 0 0;
  background: #322e30;
}
h6.underline.underline_centre:after, .centre_underlines h6.underline:after, h6.underline.text-center:after, .h6.underline.underline_centre:after, .centre_underlines .h6.underline:after, .h6.underline.text-center:after {
  margin: 0.625rem auto 0 auto;
}
h6.underline.white:after, .h6.underline.white:after {
  background: #ffffff;
}

h2, .h2, h3, .h3 {
  font-weight: 300;
}

p, a.external_link > span > span, .p {
  font-size: 1.125rem;
}
p > .button:only-child, a.external_link > span > span > .button:only-child, .p > .button:only-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  p, a.external_link > span > span, .p {
    font-size: 1.25rem;
  }
}

.p {
  display: block;
}

ul:not(.row), ol {
  margin-bottom: 0.5625rem;
}
ul:not(.row) li:not(.column):not(.columns), ol li:not(.column):not(.columns) {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 40em) {
  ul:not(.row) li:not(.column):not(.columns), ol li:not(.column):not(.columns) {
    font-size: 1.25rem;
  }
}
ul:not(.row) li:not(.column):not(.columns) > ul, ul:not(.row) li:not(.column):not(.columns) > ol, ol li:not(.column):not(.columns) > ul, ol li:not(.column):not(.columns) > ol {
  margin-top: 0.9375rem;
}
ul:not(.row).checklist, ol.checklist {
  margin-left: 0;
  list-style: none;
}
ul:not(.row).checklist ul, ol.checklist ul {
  margin-left: 0;
  list-style: none;
}
ul:not(.row).checklist li, ol.checklist li {
  padding-left: 2.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  background-size: auto 1.875rem;
  background-repeat: no-repeat;
  background-position: left center;
}
ul:not(.row).checklist li.white, ol.checklist li.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
ul:not(.row).checklist li.body, ol.checklist li.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
ul:not(.row).checklist li.blue, ol.checklist li.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
ul:not(.row).checklist li.green, ol.checklist li.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
ul:not(.row).checklist li.claret, ol.checklist li.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m39.24,83.5c-.77,0-1.54-.29-2.12-.88l-23.57-23.57c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l21.45,21.45,45.02-45.02c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24l-47.14,47.14c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
@media screen and (min-width: 64em) {
  ul:not(.row).two_cols, ol.two_cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  ul:not(.row).two_cols li, ol.two_cols li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    column-break-inside: avoid;
  }
}

*:not(.slick-slide) {
  outline: none;
}

ul.plain_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.plain_list li {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .lead {
    font-size: 138%;
  }
}

/* BREADCRUMB
============================================= */
.bread_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 0;
  background-color: #FDFCF8;
  margin-bottom: 0;
  clear: both;
}
@media screen and (min-width: 40em) {
  .bread_row {
    padding: 1.25rem 0;
  }
}
.bread_row + #main {
  padding-top: 1.25rem;
}
@media screen and (min-width: 40em) {
  .bread_row + #main {
    padding-top: 1.875rem;
  }
}

.breadcrumbs {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs li {
  margin-bottom: 0 !important;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs li.item-current {
  color: #322e30;
}
@media screen and (max-width: 39.9375em) {
  .breadcrumbs li.item-home:first-child:nth-last-child(2) {
    display: none;
  }
}
.breadcrumbs li:not(:last-child)::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  display: inline-block;
  background: none;
  margin: 0 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 0.125rem solid #141413;
  border-right: 0.125rem solid #141413;
}
.breadcrumbs li a {
  color: #9C6107;
}
.breadcrumbs li a:hover, .breadcrumbs li a:focus {
  color: #141413;
  text-decoration: underline;
}

/* MAIN CONTENT
============================================= */
div.content {
  clear: both;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background-color: #FDFCF8;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.nav_open div.content {
  opacity: 0;
}

img, .image_caption, .img_link {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
img.float-right, img.float_right, img.alignright, .image_caption.float-right, .image_caption.float_right, .image_caption.alignright, .img_link.float-right, .img_link.float_right, .img_link.alignright {
  margin-bottom: 0.9375rem;
  max-width: 50%;
  margin-left: 0.9375rem;
  float: right;
}
img.float-left, img.float_left, img.alignleft, .image_caption.float-left, .image_caption.float_left, .image_caption.alignleft, .img_link.float-left, .img_link.float_left, .img_link.alignleft {
  margin-bottom: 0.9375rem;
  max-width: 50%;
  margin-right: 0.9375rem;
  float: left;
}
img.neg_top, .image_caption.neg_top, .img_link.neg_top {
  margin-top: -1.875rem;
  position: relative;
  z-index: 2;
}
img img, .image_caption img, .img_link img {
  min-width: 100%;
}
img .caption, .image_caption .caption, .img_link .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.3125rem 0.9375rem;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 64em) {
  img .caption, .image_caption .caption, .img_link .caption {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
.expand .icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.expand.active .icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

@media screen and (max-width: 39.9375em) {
  .small_more {
    display: none;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 40em) {
  .small_more {
    display: block !important;
  }
}

.to_top {
  display: none;
}

.venue_info p a, .venue_info a.external_link > span > span a, .venue_info .p a, .venue_info li a, div.content p a, div.content a.external_link > span > span a, div.content .p a, div.content li a, .reveal p a, .reveal a.external_link > span > span a, .reveal .p a, .reveal li a, .card p a, .card a.external_link > span > span a, .card .p a, .card li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: solid 0.0625rem #9C6107;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* external links */
}
.venue_info p a:hover, .venue_info a.external_link > span > span a:hover, .venue_info .p a:hover, .venue_info p a:focus, .venue_info a.external_link > span > span a:focus, .venue_info .p a:focus, .venue_info li a:hover, .venue_info li a:focus, div.content p a:hover, div.content a.external_link > span > span a:hover, div.content .p a:hover, div.content p a:focus, div.content a.external_link > span > span a:focus, div.content .p a:focus, div.content li a:hover, div.content li a:focus, .reveal p a:hover, .reveal a.external_link > span > span a:hover, .reveal .p a:hover, .reveal p a:focus, .reveal a.external_link > span > span a:focus, .reveal .p a:focus, .reveal li a:hover, .reveal li a:focus, .card p a:hover, .card a.external_link > span > span a:hover, .card .p a:hover, .card p a:focus, .card a.external_link > span > span a:focus, .card .p a:focus, .card li a:hover, .card li a:focus {
  border-color: #6b4305;
}
.venue_info p a:focus, .venue_info a.external_link > span > span a:focus, .venue_info .p a:focus, .venue_info li a:focus, div.content p a:focus, div.content a.external_link > span > span a:focus, div.content .p a:focus, div.content li a:focus, .reveal p a:focus, .reveal a.external_link > span > span a:focus, .reveal .p a:focus, .reveal li a:focus, .card p a:focus, .card a.external_link > span > span a:focus, .card .p a:focus, .card li a:focus {
  outline: thin dotted;
}
.venue_info p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .venue_info li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, div.content li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .reveal li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after, .card li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='35' height='5'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='5' height='50'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='12.5' y='62.5' width='50' height='5'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='57.5' y='32.5' width='5' height='35'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='52.5' y='12.5' width='15' height='5'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='62.5' y='12.5' width='5' height='15'/%3E%3Crect style='fill:%239C6107; transition: fill 200ms ease-out;' x='46.34' y='21.16' width='20' height='5' transform='translate(-0.23 46.77) rotate(-45)'/%3E%3C/svg%3E") !important;
  background-size: 1.25rem 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.3125rem;
  position: relative;
}
.venue_info p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .venue_info li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, div.content li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .reveal li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white, .card li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='35' height='5'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='5' height='50'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='12.5' y='62.5' width='50' height='5'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='57.5' y='32.5' width='5' height='35'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='52.5' y='12.5' width='15' height='5'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='62.5' y='12.5' width='5' height='15'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='46.34' y='21.16' width='20' height='5' transform='translate(-0.23 46.77) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.venue_info p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .venue_info li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, div.content li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .reveal li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body, .card li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='35' height='5'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='5' height='50'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='12.5' y='62.5' width='50' height='5'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='57.5' y='32.5' width='5' height='35'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='52.5' y='12.5' width='15' height='5'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='62.5' y='12.5' width='5' height='15'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='46.34' y='21.16' width='20' height='5' transform='translate(-0.23 46.77) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.venue_info p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .venue_info li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, div.content li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .reveal li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue, .card li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='35' height='5'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='5' height='50'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='12.5' y='62.5' width='50' height='5'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='57.5' y='32.5' width='5' height='35'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='52.5' y='12.5' width='15' height='5'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='62.5' y='12.5' width='5' height='15'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='46.34' y='21.16' width='20' height='5' transform='translate(-0.23 46.77) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.venue_info p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .venue_info li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, div.content li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .reveal li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green, .card li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='35' height='5'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='5' height='50'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='12.5' y='62.5' width='50' height='5'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='57.5' y='32.5' width='5' height='35'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='52.5' y='12.5' width='15' height='5'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='62.5' y='12.5' width='5' height='15'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='46.34' y='21.16' width='20' height='5' transform='translate(-0.23 46.77) rotate(-45)'/%3E%3C/svg%3E") !important;
}
.venue_info p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .venue_info li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, div.content li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .reveal li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card a.external_link > span > span a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card .p a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card a.external_link > span > span a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card .p a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card a.external_link > span > span a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card .p a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card li a[href^="http://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card li a[href^="https://"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret, .card li a[href^="//"]:not([href*="harborough.cmhosts.net"]):not([href*="facebook.com"]):not([href*="twitter.com"]):not(.button)::after.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' preserveAspectRatio='xMidYMid' height='80' width='80'%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='35' height='5'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='12.5' y='17.5' width='5' height='50'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='12.5' y='62.5' width='50' height='5'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='57.5' y='32.5' width='5' height='35'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='52.5' y='12.5' width='15' height='5'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='62.5' y='12.5' width='5' height='15'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='46.34' y='21.16' width='20' height='5' transform='translate(-0.23 46.77) rotate(-45)'/%3E%3C/svg%3E") !important;
}

/* SITEMAP
============================================= */
.sitemap img {
  display: none;
}

/* PAGINATION
============================================= */
.pagination {
  text-align: center;
  overflow: hidden;
  height: auto;
  margin-bottom: 0 !important;
}
.pagination li {
  font-size: 1rem;
  background: none;
  margin-bottom: 0 !important;
}
.pagination li.disabled {
  display: none;
}
.pagination li a {
  color: #9C6107;
  padding: 0.1875rem 0.625rem !important;
  border: none !important;
  background-color: #FDFCF8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination li a:hover, .pagination li a:focus {
  background-color: #9C6107;
  color: #ffffff;
}
.pagination li.pagination-next a, .pagination li.pagination-previous a {
  position: relative;
}
.pagination li.pagination-next a svg, .pagination li.pagination-previous a svg {
  position: absolute;
  width: 0.5rem;
  height: 0.875rem;
  top: 0.5625rem;
}
.pagination li.pagination-next a svg path, .pagination li.pagination-previous a svg path {
  fill: #9C6107;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.pagination li.pagination-next a:after, .pagination li.pagination-next a:before, .pagination li.pagination-previous a:after, .pagination li.pagination-previous a:before {
  display: none;
}
.pagination li.pagination-next a:hover svg path, .pagination li.pagination-next a:focus svg path, .pagination li.pagination-previous a:hover svg path, .pagination li.pagination-previous a:focus svg path {
  fill: #ffffff;
}
.pagination li.pagination-previous a {
  padding-left: 1.75rem !important;
}
.pagination li.pagination-previous a svg {
  left: 10px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.pagination li.pagination-next a {
  padding-right: 1.75rem !important;
}
.pagination li.pagination-next a svg {
  right: 10px;
}

/* SLIDER PAGINATION
============================================= */
.pagi_wrap {
  position: relative;
}
.pagi_wrap .pagi {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0.9375rem;
  padding: 0.625rem 0.9375rem;
  z-index: 9;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.pagi_wrap .pagi i {
  color: #9C6107;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  cursor: pointer;
  vertical-align: top;
}
.pagi_wrap .pagi i:hover, .pagi_wrap .pagi i:focus {
  color: #50748A;
}
.pagi_wrap .pagi span {
  margin-left: 0.625rem;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.slider_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider_controls .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.slider_controls .slick-prev .icon_arrow {
  -webkit-transform: scaleX(-1) translateX(1px);
          transform: scaleX(-1) translateX(1px);
}
.slider_controls .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
}
.slider_controls .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.slider_controls .slick-next .icon_arrow {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.slider_controls .slick-arrow {
  height: 1.875rem !important;
  width: 1.875rem !important;
  position: static;
  margin: 0.3125rem;
}
.slider_controls .slick-arrow .icon_arrow {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-size: 0.625rem;
}

/* BUTTONS
============================================= */
.button, button {
  font-weight: 600 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none !important;
  min-height: 3.125rem;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 40em) {
  .button, button {
    padding: 0.5625rem 1.875rem 0.6875rem 1.875rem;
    font-size: 1.25rem;
  }
}
.button + .button, .button + button, button + .button, button + button {
  margin-left: 0.625rem;
}
@media screen and (min-width: 40em) {
  .button.cta, button.cta {
    font-size: 1.5rem;
    min-height: 3.75rem;
  }
}
.button.white, button.white {
  background: #ffffff;
  color: #9C6107;
}
.button.white:hover, .button.white:focus, button.white:hover, button.white:focus {
  background: #6b4305;
  color: #ffffff;
}
.button.hollow, button.hollow {
  background-color: transparent !important;
  border: 0.0625rem solid #9C6107 !important;
  color: #9C6107;
}
.button.hollow:hover, .button.hollow:focus, button.hollow:hover, button.hollow:focus {
  background-color: #6b4305 !important;
  border-color: #6b4305 !important;
  color: #ffffff !important;
}
.button.blank, button.blank {
  background-color: transparent !important;
  color: #9C6107;
  padding: 0.625rem;
}
.button.blank:hover, .button.blank:focus, button.blank:hover, button.blank:focus {
  color: #6b4305 !important;
}
.button.full, button.full {
  width: 100%;
}
.button i, button i {
  margin-right: 0.625rem;
}

/* ALIGNING BUTTONS AND LINKS
============================================= */
p:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)), a.external_link > span > span:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)), .p:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
p:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) a:not(:last-child), a.external_link > span > span:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) a:not(:last-child), .p:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) a:not(:last-child) {
  margin-right: 0.625rem;
}
@media screen and (min-width: 64em) {
  p:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) a:not(:last-child), a.external_link > span > span:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) a:not(:last-child), .p:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) a:not(:last-child) {
    margin-right: 1.25rem;
  }
}
p:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) .button, a.external_link > span > span:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) .button, .p:has(.button:first-child:not(:only-child)):has(a:last-child:not(:only-child)) .button {
  margin-bottom: 0;
}

/* TABLES
============================================= */
table {
  border: none;
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  table {
    margin-bottom: 1.875rem;
  }
}
table tbody, table thead, table footer {
  border: none;
}
table tr {
  background: #F4EFEC;
}
table tr th, table tr td {
  color: #322e30;
  padding: 0.5rem 0.625rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 64em) {
  table tr th, table tr td {
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
  }
}
table tr th:last-child, table tr td:last-child {
  text-align: right;
}
table tr th {
  text-align: left;
  background: #ffffff;
}
table tr td p, table tr td a.external_link > span > span, table tr td .p, table tr td ul {
  margin: 0;
}
table tr td p li, table tr td a.external_link > span > span li, table tr td .p li, table tr td ul li {
  padding: 0 0 0 1.5625rem;
}
table tr td ul {
  margin-left: 1.125rem;
}
table tr:nth-of-type(even) {
  background: #FDFCF8;
}

.table_wrap {
  overflow-x: auto;
}

/* SOCIAL ICONS
============================================= */
.social {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin: 1.25rem auto !important;
}
.social li {
  padding: 0;
  margin: 0;
}
.social li {
  display: inline-block;
  margin: 0 0.9375rem 0 0 !important;
  vertical-align: top;
}
.social li a {
  font-size: 2.5rem;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0;
  background-color: #9C6107;
  padding: 0 !important;
}
.social li a.fb {
  background-color: #3a589e;
}
.social li a.tw {
  background-color: #28a9e0;
}
.social li a.yt {
  background-color: #e32c26;
}
.social li a.pn {
  background-color: #bd081c;
}
.social li a.ig {
  background-color: #c13584;
}
.social li a.li {
  background-color: #007bb5;
}
.social li a i {
  margin: 0;
}
.social li a::after {
  content: none;
  display: none;
}
.social li a:hover, .social li a:focus {
  background-color: #6b4305;
}
.social li a:hover.fb, .social li a:focus.fb {
  background-color: #2c4379;
}
.social li a:hover.tw, .social li a:focus.tw {
  background-color: #1b8bba;
}
.social li a:hover.yt, .social li a:focus.yt {
  background-color: #be1e18;
}
.social li a:hover.pn, .social li a:focus.pn {
  background-color: #8c0615;
}
.social li a:hover.ig, .social li a:focus.ig {
  background-color: #992a69;
}
.social li a:hover.li, .social li a:focus.li {
  background-color: #005882;
}

/* TAGS
============================================= */
.tags {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.tags li {
  padding: 0;
  margin: 0;
}
.tags > span, .tags > a {
  background: #F4EFEC;
  display: inline-block;
  color: #322e30;
  padding: 0.75rem 0.9375rem;
  line-height: 1;
  font-size: 1.125rem;
  z-index: 1;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tags > span:last-child, .tags > a:last-child {
  margin-right: 0;
}
.tags > span[href], .tags > a[href] {
  background: #F4EFEC;
}
.tags > span[href]:hover, .tags > span[href]:focus, .tags > a[href]:hover, .tags > a[href]:focus {
  background: #9C6107;
  color: #ffffff;
}
.tags.more_marg {
  margin-bottom: 1.25rem;
}

/* MISC
============================================= */
.reveal {
  border: none;
}
.reveal .close-button {
  position: absolute;
  background-color: #9C6107;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  min-height: 0;
  padding: 0.3125rem;
  top: 0.3125rem !important;
  right: 0.3125rem;
  min-width: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
@media screen and (min-width: 64em) {
  .reveal .close-button {
    top: 0.625rem !important;
    right: 0.625rem;
  }
}
.reveal .close-button .icon {
  height: 1.125rem;
  width: 1.125rem;
  background-size: cover;
}
.reveal .close-button:hover, .reveal .close-button:focus {
  background-color: #6b4305;
  color: #ffffff;
}

.sticky {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.sticky.is-stuck {
  z-index: 1010;
}
.sticky.is-anchored.is-at-bottom {
  z-index: 1010;
}
.sticky.is-anchored.is-at-bottom.list {
  top: auto !important;
}
body.map_has_popup .sticky {
  opacity: 0;
  z-index: 1;
}

.sticky-container.auto {
  height: auto !important;
}

.to_top {
  position: fixed;
  bottom: 0.9375rem;
  right: 0.9375rem;
  z-index: 2000;
  background: #9C6107;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  line-height: 1.2;
}
@media screen and (max-width: 39.9375em) {
  .to_top {
    width: 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0.625rem 0.625rem 0.625rem;
  }
}
.to_top .icon {
  width: 1.875rem;
  height: 1.875rem;
  background-size: 1.25rem 1.25rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 40em) {
  .to_top .icon {
    margin-right: 0.3125rem;
  }
}
.to_top:hover, .to_top:focus {
  color: #ffffff;
  background-color: #6b4305;
}
.to_top.shown {
  opacity: 1;
  visibility: visible;
}

#cookie-bar {
  background: #322e30;
  text-align: left;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 50vh;
  position: fixed;
  bottom: 0.625rem;
  left: 50%;
  z-index: 1000;
  padding: 0.9375rem;
  max-width: calc(100vw - 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media screen and (min-width: 57.5em) {
  #cookie-bar {
    max-width: 56.25rem;
  }
}
@media screen and (min-width: 40em) {
  #cookie-bar {
    padding: 1.25rem 1.5625rem;
    bottom: 5vh;
  }
}
#cookie-bar.closed {
  left: 0.625rem;
  bottom: 0.625rem;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  #cookie-bar.closed {
    left: 1.25rem;
    bottom: 1.25rem;
    height: 3.75rem;
    width: 3.75rem;
  }
}
#cookie-bar.closed .text {
  display: none;
}
#cookie-bar.closed:hover, #cookie-bar.closed:focus {
  background: #141413;
}
#cookie-bar.closed::before {
  font-family: Font Awesome\ 5 Free;
  content: "\f013";
  color: #ffffff;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  #cookie-bar.closed::before {
    font-size: 1.875rem;
  }
}
#cookie-bar .text {
  color: #ffffff;
}
#cookie-bar .text p, #cookie-bar .text a.external_link > span > span, #cookie-bar .text .p {
  color: #ffffff;
}
#cookie-bar .text p a:not(.button), #cookie-bar .text a.external_link > span > span a:not(.button), #cookie-bar .text .p a:not(.button) {
  color: #ffffff;
  text-decoration: underline;
}
#cookie-bar .text p a:not(.button):hover, #cookie-bar .text a.external_link > span > span a:not(.button):hover, #cookie-bar .text .p a:not(.button):hover, #cookie-bar .text p a:not(.button):focus, #cookie-bar .text a.external_link > span > span a:not(.button):focus, #cookie-bar .text .p a:not(.button):focus {
  color: #cbd5dc;
}
#cookie-bar .text ul.buttons {
  margin: 1.25rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cookie-bar .text ul.buttons .button {
  margin: 0 0.3125rem;
}
#cookie-bar :last-child {
  margin-bottom: 0;
}
#cookie-bar a.close {
  float: right;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  text-indent: -9999px;
}
#cookie-bar a.close:before, #cookie-bar a.close:after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.1875rem;
  position: absolute;
  top: 0.8125rem;
  left: 0.25rem;
  background: #ffffff;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
#cookie-bar a.close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cookie-bar a.close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cookie-bar a.close:hover:before, #cookie-bar a.close:hover:after, #cookie-bar a.close:focus:before, #cookie-bar a.close:focus:after {
  background: #9C6107;
}
#cookie-bar form {
  margin: 0 0 1rem 0;
}
#cookie-bar form label, #cookie-bar form .lbl {
  margin-right: 0;
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
  position: relative;
  margin-bottom: 0 !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 64em) {
  #cookie-bar form label, #cookie-bar form .lbl {
    font-size: 1.125rem;
  }
}
#cookie-bar form label:hover span, #cookie-bar form .lbl:hover span, #cookie-bar form label:focus span, #cookie-bar form .lbl:focus span {
  color: #cbd5dc;
}
#cookie-bar form label span, #cookie-bar form .lbl span {
  border: none;
  text-align: left;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  padding: 0;
  line-height: 1.6;
}
#cookie-bar form label input[type=radio], #cookie-bar form .lbl input[type=radio], #cookie-bar form label input[type=checkbox], #cookie-bar form .lbl input[type=checkbox] {
  margin: 0.625rem 0.9375rem 0 0;
}
#cookie-bar form label input[type=radio]:checked + span, #cookie-bar form .lbl input[type=radio]:checked + span, #cookie-bar form label input[type=checkbox]:checked + span, #cookie-bar form .lbl input[type=checkbox]:checked + span {
  color: #ffffff;
}
#cookie-bar form label input[type=radio]:focus, #cookie-bar form .lbl input[type=radio]:focus, #cookie-bar form label input[type=checkbox]:focus, #cookie-bar form .lbl input[type=checkbox]:focus {
  outline: 1px dashed #cbd5dc;
  outline-offset: 2px;
}
#cookie-bar form label input[type=radio]:focus + span, #cookie-bar form .lbl input[type=radio]:focus + span, #cookie-bar form label input[type=checkbox]:focus + span, #cookie-bar form .lbl input[type=checkbox]:focus + span {
  color: #cbd5dc;
}

/* HEADER AND NAVIGATION
============================================= */
header {
  position: relative;
  top: 0;
  z-index: 410;
  background-color: #ffffff;
  padding: 0.625rem 0;
}
@media screen and (min-width: 64em) {
  header {
    padding: 1.25rem 0;
  }
}
header > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header > .row .trigger_column, header > .row .search_column {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 4.375rem;
  padding: 0 0.9375rem;
}
header > .row:before, header > .row:after {
  display: none;
}
header .trigger_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64em) {
  header .trigger_column {
    display: none;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 63.9375em) {
  body.admin-bar header.fixed {
    top: 2rem;
  }
}
header.fixed + .content, header.fixed + .search_overlay + .content, header.fixed + #main_sub_nav + .search_overlay + .content {
  padding-top: 7.1875rem;
}
@media screen and (min-width: 64em) {
  header.fixed + .content, header.fixed + .search_overlay + .content, header.fixed + #main_sub_nav + .search_overlay + .content {
    padding-top: 10.625rem;
  }
}
header a:focus {
  outline: thin dotted;
}

#logo {
  display: inline;
  border: none;
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  vertical-align: top;
  max-width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 64em) {
  #logo {
    max-width: 16.5625rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  #logo {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  #logo {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  #logo {
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  #logo {
    margin-right: 0.9375rem;
  }
}
#logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
#logo svg * {
  fill: #ffffff;
}
#logo:focus {
  outline: thin dotted;
}

a.back-trigger {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  background: transparent;
}
a.back-trigger span.icon.icon_arrow {
  height: 1.875rem;
  width: 1.875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav_open a.back-trigger span.icon.icon_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.nav_open a.back-trigger span.icon.icon_arrow.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.nav_open a.back-trigger span.icon.icon_arrow.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.nav_open a.back-trigger span.icon.icon_arrow.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.nav_open a.back-trigger span.icon.icon_arrow.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.nav_open a.back-trigger span.icon.icon_arrow.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}

.menu-trigger {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  margin: 0.9375rem 0.3125rem;
  z-index: 999;
  border: none;
  float: right;
  margin-left: auto;
}
@media screen and (min-width: 64em) {
  .menu-trigger {
    margin: 2.1875rem 0.3125rem;
  }
}
.menu-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #9C6107;
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
}
.nav_open .menu-trigger span {
  background-color: #ffffff !important;
}
.menu-trigger span::before, .menu-trigger span::after {
  position: absolute;
  right: 0;
  height: 100%;
  background: #9C6107;
  content: "";
  border-radius: 2px;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.nav_open .menu-trigger span::before, .nav_open .menu-trigger span::after {
  background-color: #ffffff !important;
}
.menu-trigger span::before {
  -webkit-transform: translateY(325%);
          transform: translateY(325%);
  width: 50%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger span::before, .position-left.is-open ~ .off-canvas-content .menu-trigger span::before, .position-right.is-open .menu-trigger span::before, .position-left.is-open .menu-trigger span::before, .nav_open .menu-trigger span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  background-color: #9C6107;
  width: 100%;
}
.menu-trigger span::after {
  -webkit-transform: translateY(650%);
          transform: translateY(650%);
  width: 75%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger span::after, .position-left.is-open ~ .off-canvas-content .menu-trigger span::after, .position-right.is-open .menu-trigger span::after, .position-left.is-open .menu-trigger span::after, .nav_open .menu-trigger span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  background-color: #9C6107;
  width: 100%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger span, .position-left.is-open ~ .off-canvas-content .menu-trigger span, .position-right.is-open .menu-trigger span, .position-left.is-open .menu-trigger span, .nav_open .menu-trigger span {
  background-color: transparent !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-trigger:hover span, .menu-trigger:focus span {
  width: 100%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger:hover span, .position-left.is-open ~ .off-canvas-content .menu-trigger:hover span, .position-right.is-open .menu-trigger:hover span, .position-left.is-open .menu-trigger:hover span, .nav_open .menu-trigger:hover span, .position-right.is-open ~ .off-canvas-content .menu-trigger:focus span, .position-left.is-open ~ .off-canvas-content .menu-trigger:focus span, .position-right.is-open .menu-trigger:focus span, .position-left.is-open .menu-trigger:focus span, .nav_open .menu-trigger:focus span {
  width: 100%;
}
.menu-trigger:hover span::before, .menu-trigger:hover span::after, .menu-trigger:focus span::before, .menu-trigger:focus span::after {
  width: 100%;
}
.position-right.is-open ~ .off-canvas-content .menu-trigger:hover span::before, .position-left.is-open ~ .off-canvas-content .menu-trigger:hover span::before, .position-right.is-open .menu-trigger:hover span::before, .position-left.is-open .menu-trigger:hover span::before, .nav_open .menu-trigger:hover span::before, .position-right.is-open ~ .off-canvas-content .menu-trigger:hover span::after, .position-left.is-open ~ .off-canvas-content .menu-trigger:hover span::after, .position-right.is-open .menu-trigger:hover span::after, .position-left.is-open .menu-trigger:hover span::after, .nav_open .menu-trigger:hover span::after, .position-right.is-open ~ .off-canvas-content .menu-trigger:focus span::before, .position-left.is-open ~ .off-canvas-content .menu-trigger:focus span::before, .position-right.is-open .menu-trigger:focus span::before, .position-left.is-open .menu-trigger:focus span::before, .nav_open .menu-trigger:focus span::before, .position-right.is-open ~ .off-canvas-content .menu-trigger:focus span::after, .position-left.is-open ~ .off-canvas-content .menu-trigger:focus span::after, .position-right.is-open .menu-trigger:focus span::after, .position-left.is-open .menu-trigger:focus span::after, .nav_open .menu-trigger:focus span::after {
  width: 100%;
}

.nav_open {
  overflow: hidden;
}

/* WP MENU BAR
============================================= */
@media screen and (max-width: 63.9375em) {
  html[lang] {
    margin-top: 0 !important;
  }
  html[lang] #wpadminbar {
    display: none;
  }
}
/* NAVIGATION
============================================= */
header nav {
  font-size: 0;
  display: none;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 64em) {
  header nav {
    display: block !important;
    height: auto;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    max-width: 75rem;
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  header nav {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  header nav {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  header nav {
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  header nav {
    margin-right: 0.9375rem;
  }
}
header nav * {
  outline: none;
}
header nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0 !important;
  height: 100%;
  padding: 0 1.25rem;
}
header nav > ul li {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 64em) {
  header nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
header nav > ul li {
  display: block;
  margin: 0 !important;
  letter-spacing: 0;
  background: none;
  padding: 0;
  position: relative;
}
header nav > ul li:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 64em) {
  header nav > ul li {
    border: none !important;
  }
  header nav > ul li:not(:first-child) {
    padding-left: 0.9375rem;
  }
  header nav > ul li:not(:last-child) {
    padding-right: 0.9375rem;
  }
}
header nav > ul li a {
  height: 100%;
  font-size: 1.25rem !important;
  font-weight: 400;
  color: #ffffff;
  margin: 0 !important;
  position: relative;
  padding: 0.4375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  header nav > ul li a {
    padding: 0.625rem 0;
    color: #9C6107;
  }
}
@media screen and (min-width: 75em) {
  header nav > ul li a {
    font-size: 1.5rem !important;
  }
}
header nav > ul li a:not(.cta):hover, header nav > ul li a:not(.cta):focus {
  color: #a8bac5;
}
@media screen and (min-width: 64em) {
  header nav > ul li a:not(.cta):hover, header nav > ul li a:not(.cta):focus {
    color: #6b4305;
  }
}
header nav > ul li a.cta {
  background: #ffffff;
  color: #9C6107;
  white-space: nowrap;
  border-radius: 1.875rem;
  padding: 0.5625rem 1.5625rem 0.6875rem 1.5625rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  height: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.125rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-top: 1.25rem !important;
}
@media screen and (min-width: 64em) {
  header nav > ul li a.cta {
    background: #9C6107;
    color: #ffffff;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 40em) {
  header nav > ul li a.cta {
    padding: 0.5625rem 1.875rem 0.6875rem 1.875rem;
    height: 3.75rem;
  }
}
header nav > ul li a.cta:hover, header nav > ul li a.cta:focus {
  color: #ffffff;
  background-color: #6b4305;
}
header nav > ul li.has_children > a:not(.cta), header nav > ul li.menu-item-has-children > a:not(.cta) {
  position: relative;
}
header nav > ul li.has_children > a:not(.cta)::after, header nav > ul li.menu-item-has-children > a:not(.cta)::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  background-size: auto 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  height: 1.25rem;
  width: 1.25rem;
  display: block;
  position: relative;
  top: 0;
  margin-left: auto;
}
header nav > ul li.has_children > a:not(.cta)::after.white, header nav > ul li.menu-item-has-children > a:not(.cta)::after.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta)::after.body, header nav > ul li.menu-item-has-children > a:not(.cta)::after.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta)::after.blue, header nav > ul li.menu-item-has-children > a:not(.cta)::after.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta)::after.green, header nav > ul li.menu-item-has-children > a:not(.cta)::after.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta)::after.claret, header nav > ul li.menu-item-has-children > a:not(.cta)::after.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
@media screen and (min-width: 64em) {
  header nav > ul li.has_children > a:not(.cta)::after, header nav > ul li.menu-item-has-children > a:not(.cta)::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%239C6107; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 0.3125rem;
    top: 0.25rem;
  }
  header nav > ul li.has_children > a:not(.cta)::after.white, header nav > ul li.menu-item-has-children > a:not(.cta)::after.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta)::after.body, header nav > ul li.menu-item-has-children > a:not(.cta)::after.body {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta)::after.blue, header nav > ul li.menu-item-has-children > a:not(.cta)::after.blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta)::after.green, header nav > ul li.menu-item-has-children > a:not(.cta)::after.green {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta)::after.claret, header nav > ul li.menu-item-has-children > a:not(.cta)::after.claret {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
}
header nav > ul li.has_children > a:not(.cta):hover::after, header nav > ul li.has_children > a:not(.cta):focus::after, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta):hover::after.white, header nav > ul li.has_children > a:not(.cta):focus::after.white, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.white, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta):hover::after.body, header nav > ul li.has_children > a:not(.cta):focus::after.body, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.body, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta):hover::after.blue, header nav > ul li.has_children > a:not(.cta):focus::after.blue, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.blue, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta):hover::after.green, header nav > ul li.has_children > a:not(.cta):focus::after.green, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.green, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.has_children > a:not(.cta):hover::after.claret, header nav > ul li.has_children > a:not(.cta):focus::after.claret, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.claret, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
@media screen and (min-width: 64em) {
  header nav > ul li.has_children > a:not(.cta):hover::after, header nav > ul li.has_children > a:not(.cta):focus::after, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%236b4305; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta):hover::after.white, header nav > ul li.has_children > a:not(.cta):focus::after.white, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.white, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta):hover::after.body, header nav > ul li.has_children > a:not(.cta):focus::after.body, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.body, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.body {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta):hover::after.blue, header nav > ul li.has_children > a:not(.cta):focus::after.blue, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.blue, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta):hover::after.green, header nav > ul li.has_children > a:not(.cta):focus::after.green, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.green, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.green {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta):hover::after.claret, header nav > ul li.has_children > a:not(.cta):focus::after.claret, header nav > ul li.menu-item-has-children > a:not(.cta):hover::after.claret, header nav > ul li.menu-item-has-children > a:not(.cta):focus::after.claret {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
}
@media screen and (max-width: 63.9375em) {
  header nav > ul li.has_children > a:not(.cta).open::after, header nav > ul li.menu-item-has-children > a:not(.cta).open::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta).open::after.white, header nav > ul li.menu-item-has-children > a:not(.cta).open::after.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta).open::after.body, header nav > ul li.menu-item-has-children > a:not(.cta).open::after.body {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta).open::after.blue, header nav > ul li.menu-item-has-children > a:not(.cta).open::after.blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta).open::after.green, header nav > ul li.menu-item-has-children > a:not(.cta).open::after.green {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.has_children > a:not(.cta).open::after.claret, header nav > ul li.menu-item-has-children > a:not(.cta).open::after.claret {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
}
@media screen and (min-width: 64em) {
  header nav > ul li.has_children > a:not(.cta).open::before, header nav > ul li.menu-item-has-children > a:not(.cta).open::before {
    content: "";
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    background-color: #9C6107;
    top: 100%;
    left: 50%;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@media screen and (min-width: 64em) {
  header nav > ul li.has_children > a:not(.cta).open::after, header nav > ul li.menu-item-has-children > a:not(.cta).open::after {
    -webkit-transform: rotate(90deg) scaleX(-1);
            transform: rotate(90deg) scaleX(-1);
  }
}
header nav > ul li.has_children > a:not(.cta).open + ul.sub-menu, header nav > ul li.menu-item-has-children > a:not(.cta).open + ul.sub-menu {
  display: block;
}
@media screen and (min-width: 64em) {
  header nav > ul li.has_children > a:not(.cta).open + ul.sub-menu, header nav > ul li.menu-item-has-children > a:not(.cta).open + ul.sub-menu {
    display: none;
  }
}
header nav > ul li.has_children ul.sub_menu, header nav > ul li.has_children ul.sub-menu, header nav > ul li.menu-item-has-children ul.sub_menu, header nav > ul li.menu-item-has-children ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  margin-top: 0 !important;
}
header nav > ul li.has_children ul.sub_menu li, header nav > ul li.has_children ul.sub-menu li, header nav > ul li.menu-item-has-children ul.sub_menu li, header nav > ul li.menu-item-has-children ul.sub-menu li {
  padding: 0;
  margin: 0;
}
header nav > ul li.has_children ul.sub_menu li, header nav > ul li.has_children ul.sub-menu li, header nav > ul li.menu-item-has-children ul.sub_menu li, header nav > ul li.menu-item-has-children ul.sub-menu li {
  margin: 0 !important;
}
header nav > ul li.active > a:not(.cta), header nav > ul li.current_page_ancestor > a:not(.cta), header nav > ul li.current-post-ancestor > a:not(.cta) {
  color: #a8bac5;
}
header nav > ul li.active > a:not(.cta)::after, header nav > ul li.current_page_ancestor > a:not(.cta)::after, header nav > ul li.current-post-ancestor > a:not(.cta)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.active > a:not(.cta)::after.white, header nav > ul li.current_page_ancestor > a:not(.cta)::after.white, header nav > ul li.current-post-ancestor > a:not(.cta)::after.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.active > a:not(.cta)::after.body, header nav > ul li.current_page_ancestor > a:not(.cta)::after.body, header nav > ul li.current-post-ancestor > a:not(.cta)::after.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.active > a:not(.cta)::after.blue, header nav > ul li.current_page_ancestor > a:not(.cta)::after.blue, header nav > ul li.current-post-ancestor > a:not(.cta)::after.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.active > a:not(.cta)::after.green, header nav > ul li.current_page_ancestor > a:not(.cta)::after.green, header nav > ul li.current-post-ancestor > a:not(.cta)::after.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
header nav > ul li.active > a:not(.cta)::after.claret, header nav > ul li.current_page_ancestor > a:not(.cta)::after.claret, header nav > ul li.current-post-ancestor > a:not(.cta)::after.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
@media screen and (min-width: 64em) {
  header nav > ul li.active > a:not(.cta), header nav > ul li.current_page_ancestor > a:not(.cta), header nav > ul li.current-post-ancestor > a:not(.cta) {
    color: #322e30;
  }
  header nav > ul li.active > a:not(.cta)::after, header nav > ul li.current_page_ancestor > a:not(.cta)::after, header nav > ul li.current-post-ancestor > a:not(.cta)::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23141413; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.active > a:not(.cta)::after.white, header nav > ul li.current_page_ancestor > a:not(.cta)::after.white, header nav > ul li.current-post-ancestor > a:not(.cta)::after.white {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.active > a:not(.cta)::after.body, header nav > ul li.current_page_ancestor > a:not(.cta)::after.body, header nav > ul li.current-post-ancestor > a:not(.cta)::after.body {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.active > a:not(.cta)::after.blue, header nav > ul li.current_page_ancestor > a:not(.cta)::after.blue, header nav > ul li.current-post-ancestor > a:not(.cta)::after.blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.active > a:not(.cta)::after.green, header nav > ul li.current_page_ancestor > a:not(.cta)::after.green, header nav > ul li.current-post-ancestor > a:not(.cta)::after.green {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
  header nav > ul li.active > a:not(.cta)::after.claret, header nav > ul li.current_page_ancestor > a:not(.cta)::after.claret, header nav > ul li.current-post-ancestor > a:not(.cta)::after.claret {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m33.35,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24l33.23-33.23L31.22,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l35.36,35.35c.56.56.88,1.33.88,2.12s-.32,1.56-.88,2.12l-35.36,35.36c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
  }
}

/* MOBILE NAV
============================================= */
header {
  -webkit-transition: height 0.3s ease-out, background 0.3s ease-out;
  transition: height 0.3s ease-out, background 0.3s ease-out;
}
@media screen and (max-width: 63.9375em) {
  body.nav_open header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #9C6107;
    z-index: 998;
    margin: 0;
  }
  body.nav_open header > .row:last-child {
    position: static;
  }
  body.nav_open header nav#primary {
    background: #9C6107;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    overflow: hidden;
    display: block;
    padding: 6.875rem 0 0 0;
  }
  body.nav_open header + .search_overlay + .content, body.nav_open header + .search_overlay + .top_bg + .content {
    padding-top: 8.75rem;
  }
}

/* SEARCH
============================================= */
.search-trigger {
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  position: relative;
  margin: 0 0.625rem 0 0;
  border-radius: 0.625rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-trigger::before {
  content: "";
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border: 0.125rem solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 12px;
}
.search-trigger::after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 0.8125rem;
  border-radius: 0 0.125rem 0.125rem 0;
  background: #ffffff;
  position: absolute;
  top: 26px;
  left: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0.125rem;
          transform-origin: 0 0.125rem;
}
.search-trigger:hover, .search-trigger:focus {
  background: rgba(255, 255, 255, 0.1);
}

/* SKIP CONTENT BUTTON
============================================= */
#skip {
  position: fixed !important;
  top: 0.9375rem;
  left: 0.9375rem;
  z-index: 500;
}

/* DESKTOP SUB NAVIGATION
============================================= */
#main_sub_nav {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 411;
  top: 8.125rem;
}
#main_sub_nav:after {
  content: "";
  display: block;
  clear: both;
}
#main_sub_nav a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#main_sub_nav button.btn_close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background-color: #9C6107;
  border: none;
  margin: 0;
  min-width: 0;
  min-height: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 414;
}
#main_sub_nav button.btn_close .icon {
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  margin: 0 0.375rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close .icon.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close .icon.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close .icon.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close .icon.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close .icon.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close:hover, #main_sub_nav button.btn_close:focus {
  background-color: #6b4305;
}
#main_sub_nav button.btn_close:hover .icon, #main_sub_nav button.btn_close:focus .icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close:hover .icon.white, #main_sub_nav button.btn_close:focus .icon.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close:hover .icon.body, #main_sub_nav button.btn_close:focus .icon.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close:hover .icon.blue, #main_sub_nav button.btn_close:focus .icon.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close:hover .icon.green, #main_sub_nav button.btn_close:focus .icon.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav button.btn_close:hover .icon.claret, #main_sub_nav button.btn_close:focus .icon.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
#main_sub_nav .nav_box {
  width: 100%;
  max-width: 100rem;
  position: relative;
  z-index: 413;
  margin: 0 auto;
  padding: 1.875rem 1.875rem 3.125rem 1.875rem;
  background: #9C6107;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu li {
  padding: 0;
  margin: 0;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li {
  margin-bottom: 1.25rem;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li a {
  display: block;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #ffffff;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li a:hover, #main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li a:focus {
  color: #a8bac5;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li > a {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li > a::after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.125rem;
  margin: 0.5rem 0 0 0;
  background: rgba(255, 255, 255, 0.2);
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li > ul.sub-menu {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li > ul.sub-menu li {
  padding: 0;
  margin: 0;
}
#main_sub_nav .nav_box #main_sub_nav_holder > ul.sub-menu > li > ul.sub-menu li {
  margin-bottom: 0.3125rem;
}

/* VENUE DETAILS
============================================= */
.venue_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
          box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
  background-color: #ffffff;
  padding: 0.625rem 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 64em) {
  .venue_info {
    position: absolute;
    left: 13.75rem;
    right: 13.75rem;
    top: -1.25rem;
    bottom: auto;
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .venue_info {
    left: 18.4375rem;
    right: 18.4375rem;
  }
}
.venue_info p, .venue_info a.external_link > span > span, .venue_info .p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.625rem;
  line-height: 1.2;
}
@media screen and (max-width: 63.9375em) {
  .venue_info p, .venue_info a.external_link > span > span, .venue_info .p {
    font-size: 1rem;
  }
}
.venue_info p .icon, .venue_info a.external_link > span > span .icon, .venue_info .p .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.625rem;
}
@media screen and (max-width: 63.9375em) {
  .venue_info p .icon, .venue_info a.external_link > span > span .icon, .venue_info .p .icon {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
  }
}

/* FOOTER
============================================= */
footer {
  background: #FDFCF8;
  padding: 1.5625rem 0;
  position: relative;
}
@media screen and (min-width: 64em) {
  footer {
    padding: 2.5rem 0;
  }
}
footer img.footer_logo {
  max-height: 3.75rem;
  margin: 0 0.3125rem;
}
@media screen and (min-width: 64em) {
  footer img.footer_logo {
    max-height: 5.625rem;
    margin: 0 0.625rem;
  }
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 64em) {
  footer ul.icon_list li {
    font-size: 1.25rem !important;
  }
}
footer .social_list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
  margin-top: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .social_list li {
  padding: 0;
  margin: 0;
}
footer .social_list li {
  display: inline-block;
  margin: 0 !important;
}
footer .social_list li:not(:last-child) {
  padding-right: 0.625rem;
}
footer .social_list li a {
  padding: 0;
  font-size: 1.625rem;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FDFCF8;
  color: #9C6107;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 64em) {
  footer .social_list li a {
    font-size: 2rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0.5625rem;
  }
}
footer .social_list li a svg {
  display: block;
  height: 100%;
  width: 100%;
}
footer .social_list li a svg * {
  fill: #9C6107;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
footer .social_list li a:hover, footer .social_list li a:focus {
  background-color: #9C6107;
  color: #ffffff;
}
footer .social_list li a:hover svg *, footer .social_list li a:focus svg * {
  fill: #ffffff;
}

/* TITLE AREA
============================================= */
.content_top {
  border-top: 0.75rem solid #9C6107;
  background-color: #FDFCF8;
  padding-top: 1.875rem;
  margin: 0 auto;
}
.content_top.over_banner {
  position: relative;
  z-index: 2;
  margin-top: -6.25rem;
  max-width: 62.5rem;
  padding: 1.5625rem 1.25rem;
  min-height: 6.25rem;
}
@media screen and (min-width: 75em) {
  .content_top.over_banner {
    margin-top: -10.625rem;
    min-height: 10.625rem;
    padding: 1.5625rem 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .content_top .balance_grid .column, .content_top .balance_grid .columns {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.content_top .balance_grid .column p, .content_top .balance_grid .column a.external_link > span > span, .content_top .balance_grid .columns p, .content_top .balance_grid .columns a.external_link > span > span, .content_top .balance_grid .column .p, .content_top .balance_grid .columns .p {
  line-height: 1.25;
}
.content_top .balance_grid .column p:last-child, .content_top .balance_grid .column a.external_link > span > span:last-child, .content_top .balance_grid .columns p:last-child, .content_top .balance_grid .columns a.external_link > span > span:last-child, .content_top .balance_grid .column .p:last-child, .content_top .balance_grid .columns .p:last-child {
  margin-bottom: 0;
}

.limit_width {
  max-width: 62.5rem;
  margin: 0 auto;
}

/* BANNERS
============================================= */
.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .alerts {
  background-color: #FDFCF8;
  position: absolute;
  top: 1.25rem;
  max-width: 62.5rem;
  width: calc(100% - 20px);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 40em) {
  .banner .alerts {
    width: calc(100% - 30px);
  }
}
.banner .alerts.show {
  opacity: 1;
  visibility: visible;
}
.banner .alerts .dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  opacity: 0;
}
.banner .alerts .dismiss .icon {
  height: 1.875rem;
  width: 1.875rem;
  background-size: 1.25rem 1.25rem;
}
.banner .alerts .dismiss:hover .icon_cross, .banner .alerts .dismiss:focus .icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.banner .alerts .dismiss:hover .icon_cross.white, .banner .alerts .dismiss:focus .icon_cross.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.banner .alerts .dismiss:hover .icon_cross.body, .banner .alerts .dismiss:focus .icon_cross.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.banner .alerts .dismiss:hover .icon_cross.blue, .banner .alerts .dismiss:focus .icon_cross.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.banner .alerts .dismiss:hover .icon_cross.green, .banner .alerts .dismiss:focus .icon_cross.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.banner .alerts .dismiss:hover .icon_cross.claret, .banner .alerts .dismiss:focus .icon_cross.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.banner .alerts .alert, .banner .alerts .em-booking-message, .banner .alerts form .wpcf7-not-valid-tip, form .banner .alerts .wpcf7-not-valid-tip {
  padding: 1.25rem 1.25rem 0.3125rem 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .alerts .alert p:last-of-type, .banner .alerts .em-booking-message p:last-of-type, .banner .alerts form .wpcf7-not-valid-tip p:last-of-type, form .banner .alerts .wpcf7-not-valid-tip p:last-of-type, .banner .alerts .alert a.external_link > span > span:last-of-type, .banner .alerts .em-booking-message a.external_link > span > span:last-of-type, .banner .alerts form .wpcf7-not-valid-tip a.external_link > span > span:last-of-type, form .banner .alerts .wpcf7-not-valid-tip a.external_link > span > span:last-of-type, .banner .alerts .alert .p:last-of-type, .banner .alerts .em-booking-message .p:last-of-type, .banner .alerts form .wpcf7-not-valid-tip .p:last-of-type, form .banner .alerts .wpcf7-not-valid-tip .p:last-of-type {
  margin-bottom: 0;
}
.banner .alerts .alert .icon, .banner .alerts .em-booking-message .icon, .banner .alerts form .wpcf7-not-valid-tip .icon, form .banner .alerts .wpcf7-not-valid-tip .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.9375rem;
}
.banner .alerts .alert.slick-current .dismiss, .banner .alerts .slick-current.em-booking-message .dismiss, .banner .alerts form .slick-current.wpcf7-not-valid-tip .dismiss, form .banner .alerts .slick-current.wpcf7-not-valid-tip .dismiss {
  opacity: 1;
}
.banner .alerts .slick-dots {
  padding: 0.1875rem 0;
}
.banner .alerts .slick-dots li {
  height: 0.625rem;
  width: 0.625rem;
}
.banner .alerts .slick-dots li button {
  height: 0.625rem;
  width: 0.625rem;
  background-color: rgba(50, 46, 48, 0.4);
}
.banner .alerts .slick-dots li.slick-active button {
  background-color: #322e30;
}

/* MAILING LIST STRIP
================================================ */
.prop {
  background: rgba(156, 97, 7, 0.15);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  padding: 1.25rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 1.25rem 0;
}
@media screen and (min-width: 64em) {
  .prop {
    padding: 2.5rem;
  }
  .prop.sidebar {
    padding: 1.25rem;
  }
}
.prop .blur {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  z-index: 1;
}
.prop .blur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #6c4201), color-stop(80%, rgba(108, 66, 1, 0)));
  background: linear-gradient(90deg, #6c4201 20%, rgba(108, 66, 1, 0) 80%);
}
@media screen and (min-width: 75em) {
  .prop .blur::after {
    background: linear-gradient(90deg, #6c4201 calc((100vw - 1600px) / 2 + 20%), rgba(108, 66, 1, 0) 100%);
  }
}
.prop .inner {
  position: relative;
  z-index: 3;
}
.prop h2, .prop .h2, .prop h3, .prop .h3, .prop h4, .prop a.external_link > span, .prop .h4, .prop p, .prop a.external_link > span > span, .prop .p {
  color: #ffffff;
}
.prop h2 a:not(.button), .prop .h2 a:not(.button), .prop h3 a:not(.button), .prop .h3 a:not(.button), .prop h4 a:not(.button), .prop a.external_link > span a:not(.button), .prop .h4 a:not(.button), .prop p a:not(.button), .prop .p a:not(.button) {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.5))) !important;
  background-image: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.5) 50%) !important;
  background-position: 100% 100% !important;
}
.prop h2 a:not(.button):hover, .prop .h2 a:not(.button):hover, .prop h2 a:not(.button):focus, .prop .h2 a:not(.button):focus, .prop h2 a:not(.button).active, .prop .h2 a:not(.button).active, .prop h3 a:not(.button):hover, .prop .h3 a:not(.button):hover, .prop h3 a:not(.button):focus, .prop .h3 a:not(.button):focus, .prop h3 a:not(.button).active, .prop .h3 a:not(.button).active, .prop h4 a:not(.button):hover, .prop a.external_link > span a:not(.button):hover, .prop .h4 a:not(.button):hover, .prop h4 a:not(.button):focus, .prop a.external_link > span a:not(.button):focus, .prop .h4 a:not(.button):focus, .prop h4 a:not(.button).active, .prop a.external_link > span a:not(.button).active, .prop .h4 a:not(.button).active, .prop p a:not(.button):hover, .prop .p a:not(.button):hover, .prop p a:not(.button):focus, .prop .p a:not(.button):focus, .prop p a:not(.button).active, .prop .p a:not(.button).active {
  background-position: 0% 100% !important;
  color: #ffffff;
}
.prop :last-child {
  margin-bottom: 0;
}
.prop form [type=text], .prop form [type=email] {
  border-radius: 0.3125rem;
  border: none;
  margin-bottom: 1.25rem;
}
.prop form .button.white {
  color: #6C4201;
}
.prop form .button.white:hover, .prop form .button.white:focus {
  background-color: #6C4201;
  color: #ffffff;
}
.prop.sidebar .blur::after {
  background: rgba(20, 20, 19, 0.8);
}

/* MISC
=============================== */
.shaded_box {
  background: #F4EFEC;
  border-radius: 0.625rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .shaded_box {
    margin-bottom: 1.875rem;
    padding: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .shaded_box {
    padding: 2.5rem;
  }
}
.shaded_box p:last-child, .shaded_box a.external_link > span > span:last-child, .shaded_box .p:last-child {
  margin-bottom: 0;
}

/* SUB NAVIGATION
============================================= */
.sub_nav {
  background: #FDFCF8;
  border-radius: 0;
  padding: 1.875rem 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .sub_nav {
    margin-bottom: 1.875rem;
  }
}
.sub_nav .expand {
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .sub_nav .expand {
    border-bottom: none;
    padding: 0;
  }
}
.sub_nav .expand .icon_arrow {
  display: block;
  margin: 0 0 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-size: 1.375rem 1.375rem;
  height: 1.875rem;
  width: 1.875rem;
}
.sub_nav .expand.active .icon_arrow {
  -webkit-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
}
.sub_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sub_nav ul li {
  padding: 0;
  margin: 0;
}
.sub_nav ul li {
  margin: 0.3125rem 0 !important;
}
.sub_nav ul li:last-child a {
  border: none;
}
.sub_nav ul li a {
  display: block;
  padding: 0.375rem 0;
  color: #9C6107;
  border-bottom: solid 2px #ffffff;
  font-weight: 600;
}
.sub_nav ul li a:hover, .sub_nav ul li a:focus {
  padding-left: 0.9375rem;
  background: #ffffff;
  border-color: transparent;
  border-radius: 0;
}
.sub_nav ul li a.active {
  background: #ffffff;
  color: #322e30;
  padding-left: 0.625rem;
  border: none;
  border-radius: 0;
}
.sub_nav ul li a.active:hover, .sub_nav ul li a.active:focus {
  color: #141413;
}

/* LAYOUT - used on split rows
==================================== */
.padding_row {
  padding: 1.25rem 0;
}
@media screen and (min-width: 40em) {
  .padding_row {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 40em) {
  .padding_row {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

/* IMAGE GALLERY
============================================= */
.gallery_item {
  display: block;
  border-radius: 0;
  overflow: hidden;
  background-color: #FDFCF8;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.gallery_item img {
  border-radius: 0 0 0 0;
}
.gallery_item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  color: #322e30;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  height: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
}
.gallery_item[href]:hover, .gallery_item[href]:focus {
  background-color: #9C6107;
}
.gallery_item[href]:hover span, .gallery_item[href]:focus span {
  color: #ffffff;
}

.full_gallery {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 0;
  max-width: none;
  border: none;
  overflow: hidden;
  background: rgba(20, 20, 19, 0.5);
}
.full_gallery[style] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.full_gallery .close-button {
  background-color: #ffffff;
}
.full_gallery .close-button:hover, .full_gallery .close-button:focus {
  background-color: #9C6107;
}
.full_gallery .close-button:hover .icon_cross, .full_gallery .close-button:focus .icon_cross {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.full_gallery .close-button:hover .icon_cross.white, .full_gallery .close-button:focus .icon_cross.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.full_gallery .close-button:hover .icon_cross.body, .full_gallery .close-button:focus .icon_cross.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.full_gallery .close-button:hover .icon_cross.blue, .full_gallery .close-button:focus .icon_cross.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.full_gallery .close-button:hover .icon_cross.green, .full_gallery .close-button:focus .icon_cross.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.full_gallery .close-button:hover .icon_cross.claret, .full_gallery .close-button:focus .icon_cross.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.full_gallery .big_slider {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: static;
  max-width: 100%;
}
@media screen and (min-width: 100em) {
  .full_gallery .big_slider {
    max-width: 100rem;
  }
}
.full_gallery .big_slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.full_gallery .big_slider .slick-slide {
  padding: 0;
  max-width: none;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.full_gallery .big_slider .slick-slide img {
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.full_gallery .big_slider .slick-slide img + p, .full_gallery .big_slider .slick-slide a.external_link > span > img + span, .full_gallery .big_slider .slick-slide img + .p {
  margin-top: 1.25rem;
}
.full_gallery .big_slider .slick-slide :last-child {
  margin-bottom: 0;
}
.full_gallery .big_slider .slick-slide p, .full_gallery .big_slider .slick-slide a.external_link > span > span, .full_gallery .big_slider .slick-slide .p, .full_gallery .big_slider .slick-slide h2, .full_gallery .big_slider .slick-slide .h2, .full_gallery .big_slider .slick-slide h3, .full_gallery .big_slider .slick-slide .h3 {
  color: #ffffff;
}
.full_gallery .big_slider .slick-list {
  overflow: hidden;
}
.full_gallery .big_slider .slick-list.draggable > .slick-track, .full_gallery .big_slider .slick-list .draggable > div:not([class]), .full_gallery .big_slider .slick-list > div:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full_gallery .big_slider .slick-arrow {
  position: absolute;
  top: calc(50% - 30px);
}
.full_gallery .big_slider .slick-prev {
  left: -0.625rem;
}
@media screen and (min-width: 100em) {
  .full_gallery .big_slider .slick-prev {
    left: 1.875rem;
  }
}
.full_gallery .big_slider .slick-next {
  right: -0.625rem;
}
@media screen and (min-width: 100em) {
  .full_gallery .big_slider .slick-next {
    right: 1.875rem;
  }
}

/* PROFILES
=============================== */
.profile .hex_image {
  max-width: 16.5625rem;
  margin-bottom: 1.25rem;
}
.profile .hex_image::after, .profile .hex_image::before, .profile .hex_image > div::after, .profile .hex_image > div::before {
  content: none;
  display: none;
}
.profile h2, .profile .h2, .profile h3, .profile .h3, .profile h4, .profile a.external_link > span, .profile .h4 {
  margin-bottom: 0.3125rem;
}

/* SIMPLE LINKS
=============================== */
a.external_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #F4EFEC;
  border-radius: 0;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 40em) {
  a.external_link {
    padding: 1.875rem;
  }
}
a.external_link > span {
  display: block;
  margin: 0;
  color: #9C6107;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.external_link > span > span {
  display: block;
  margin: 0;
  color: #141413;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.external_link > span.icon {
  margin-left: auto;
}
a.external_link:hover, a.external_link:focus {
  background: #9C6107;
}
a.external_link:hover > span, a.external_link:focus > span {
  color: #ffffff;
}
a.external_link:hover > span > span, a.external_link:focus > span > span {
  color: #ffffff;
}
a.external_link:hover > span.icon_external, a.external_link:focus > span.icon_external {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
a.external_link:hover > span.icon_external.white, a.external_link:focus > span.icon_external.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23ffffff; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
a.external_link:hover > span.icon_external.body, a.external_link:focus > span.icon_external.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23322e30; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
a.external_link:hover > span.icon_external.blue, a.external_link:focus > span.icon_external.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23294d74; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
a.external_link:hover > span.icon_external.green, a.external_link:focus > span.icon_external.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%23116409; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}
a.external_link:hover > span.icon_external.claret, a.external_link:focus > span.icon_external.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' preserveAspectRatio='xMidYMid' height='50' width='50'%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='M32.73,9.55H9.55V5.68H32.73ZM9.55,5.68H5.68V44.32H9.55ZM8.72,44.32H41.46V40.45H8.72Zm35.6-27H40.45V44.32h3.87Z'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='36.74' y='1.67' width='11.59' height='3.86'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='44.46' y='1.67' width='3.86' height='11.59'/%3E%3Crect style='fill:%235b0136; transition: fill 200ms ease-out;' x='31.98' y='8.37' width='15.45' height='3.86' transform='translate(4.35 31.09) rotate(-45)'/%3E%3C/svg%3E") !important;
}

/* TESTIMONIALS
================================= */
.quote_slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quote_slider .slide .slide_con {
  max-width: 62.5rem;
  margin: auto;
}
.quote_slider .quote_con p, .quote_slider .quote_con .p, .quote_slider .quote_con a.external_link > span > span {
  font-style: italic;
}

/* HISTORY SLIDER
==================================== */
.history_slider {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.history_slider .slick-next {
  right: -0.3125rem;
}
.history_slider .slick-prev {
  left: -0.3125rem;
}
.history_slider .slick-prev > span.icon.icon_arrow {
  margin: 0;
}
.history_slider .slick-slide {
  padding: 0;
  border-radius: 0.625rem;
  background: #F4EFEC;
  overflow: hidden;
  margin: 0 0.9375rem;
}
@media screen and (min-width: 40em) {
  .history_slider .slick-slide .slide_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 40em) {
  .history_slider .slick-slide .slide_con img {
    width: 66.6666%;
  }
}
.history_slider .slick-slide .slide_con .text_con {
  padding: 1.25rem;
}
@media screen and (min-width: 40em) {
  .history_slider .slick-slide .slide_con .text_con {
    width: 33.33333%;
    padding: 2.5rem;
    padding-right: 3.75rem;
  }
}

/* CARDS
============================ */
.card_con {
  position: relative;
}
[class*=equalize-flex] > * > .card_con, .card_slider .slick-slide > .card_con, .col_slider .slick-slide > .card_con {
  height: 100%;
}
[class*=equalize-flex] > * > .card_con .card, .card_slider .slick-slide > .card_con .card, .col_slider .slick-slide > .card_con .card {
  height: 100%;
}
.card_con .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
          box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
}
@media screen and (min-width: 64em) {
  .blog_list .card_con .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .blog_list .card_con .card > img, .blog_list .card_con .card > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blog_list .card_con .card img {
    aspect-ratio: 1;
    max-height: none;
    height: 100%;
  }
  .blog_list .card_con .card .con {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .blog_list .card_con .card .con .button, .blog_list .card_con .card .con .buttons {
    margin-top: 0 !important;
  }
}
.card_con .card a {
  display: block;
}
.card_con .card img {
  border-radius: 0;
  width: 100%;
  max-height: 18.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_con .card .highlight_tag {
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: #ffffff;
  color: #322e30;
  line-height: 1;
  padding: 0.5625rem 1.25rem 0.6875rem 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 40em) {
  .card_con .card .highlight_tag {
    top: 1.875rem;
    left: 1.875rem;
    font-size: 1.25rem;
  }
}
.card_con .card .video_holder {
  display: block;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 0 0 0 0;
}
.card_con .card .video_holder .flex-video, .card_con .card .video_holder .responsive-embed, .card_con .card .video_holder .sketchfab-embed-wrapper {
  display: block;
}
.card_con .card .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.25rem;
}
@media screen and (min-width: 40em) {
  .card_con .card .con {
    padding: 1.875rem;
  }
}
.card_con .card .con .title {
  color: #322e30;
}
.card_con .card .con .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto !important;
}
.card_con .card .con .buttons {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_con .card .con .buttons .button:not(:last-child) {
  margin-right: 0.625rem !important;
}
.card_con .card .con a:not(.button) {
  color: #9C6107 !important;
}
.card_con .card .con a:not(.button):hover, .card_con .card .con a:not(.button):focus {
  color: #6b4305 !important;
}
.card_con .card .con p, .card_con .card .con .p, .card_con .card .con a.external_link > span > span {
  line-height: 1.5;
}
.card_con .card[href] {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.card_con .card[href] h3, .card_con .card[href] .h3, .card_con .card[href] p, .card_con .card[href] .p, .card_con .card[href] a.external_link > span > span {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.card_con .card[href]:hover, .card_con .card[href]:focus {
  background-color: #9C6107;
}
.card_con .card[href]:hover h3, .card_con .card[href]:hover .h3, .card_con .card[href]:hover p, .card_con .card[href]:hover .p, .card_con .card[href]:hover a.external_link > span > span, .card_con .card[href]:focus h3, .card_con .card[href]:focus .h3, .card_con .card[href]:focus p, .card_con .card[href]:focus .p, .card_con .card[href]:focus a.external_link > span > span {
  color: #ffffff;
}

ul.icon_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.25rem;
}
ul.icon_list li {
  padding: 0;
  margin: 0;
}
ul.icon_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
ul.icon_list li:last-child {
  margin-bottom: 0;
}
ul.icon_list li a {
  word-wrap: break-word;
  overflow: hidden;
  display: inline !important;
}
@media screen and (min-width: 40em) {
  ul.icon_list.inline li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  ul.icon_list.inline li {
    margin-right: 1.5625rem;
  }
}
ul.icon_list .icon {
  background-size: cover;
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 0.625rem 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* CALLOUTS
============================================= */
.callout.primary, .primary.em-booking-message, form .primary.wpcf7-not-valid-tip {
  background-color: #9C6107;
}
.callout.secondary, .secondary.em-booking-message, form .secondary.wpcf7-not-valid-tip {
  background-color: #50748A;
}
.callout.success, .callout.em-booking-message-success, .success.em-booking-message, .em-booking-message.em-booking-message-success, form .success.wpcf7-not-valid-tip, form .wpcf7-not-valid-tip.em-booking-message-success {
  background-color: #3adb76;
}
.callout.warning, .warning.em-booking-message, form .warning.wpcf7-not-valid-tip {
  background-color: #ffae00;
}
.callout.alert, .em-booking-message, form .wpcf7-not-valid-tip {
  background-color: #ec5840;
}
.callout li, .em-booking-message li, form .wpcf7-not-valid-tip li {
  font-size: 1rem;
}
@media screen and (min-width: 40em) {
  .callout, .em-booking-message, form .wpcf7-not-valid-tip {
    margin-bottom: 1.875rem;
  }
}

/* FORMS
============================================= */
form {
  /* Contact form 7 outputs */
}
form[name*=form_subscribe] {
  margin: 1.875rem 0;
}
form[name*=form_subscribe] small {
  color: #322e30;
}
form [type=text], form [type=password], form [type=date], form [type=datetime], form [type=datetime-local], form [type=month], form [type=week], form [type=email], form [type=number], form [type=search], form [type=tel], form [type=time], form [type=url], form [type=color], form textarea {
  padding: 0.5rem 0.9375rem;
}
form [type=text], form [type=password], form [type=date], form [type=datetime], form [type=datetime-local], form [type=month], form [type=week], form [type=email], form [type=number], form [type=search], form [type=tel], form [type=time], form [type=url], form [type=color], form textarea, form select {
  height: 3.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
  /*&.required, &[required] {
  	border-top-left-radius: 0;
  }*/
}
@media screen and (min-width: 40em) {
  form [type=text], form [type=password], form [type=date], form [type=datetime], form [type=datetime-local], form [type=month], form [type=week], form [type=email], form [type=number], form [type=search], form [type=tel], form [type=time], form [type=url], form [type=color], form textarea, form select {
    font-size: 1.125rem;
  }
}
form [type=text].error, form [type=text].char_count, form [type=password].error, form [type=password].char_count, form [type=date].error, form [type=date].char_count, form [type=datetime].error, form [type=datetime].char_count, form [type=datetime-local].error, form [type=datetime-local].char_count, form [type=month].error, form [type=month].char_count, form [type=week].error, form [type=week].char_count, form [type=email].error, form [type=email].char_count, form [type=number].error, form [type=number].char_count, form [type=search].error, form [type=search].char_count, form [type=tel].error, form [type=tel].char_count, form [type=time].error, form [type=time].char_count, form [type=url].error, form [type=url].char_count, form [type=color].error, form [type=color].char_count, form textarea.error, form textarea.char_count, form select.error, form select.char_count {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form [type=text] + .small_text, form [type=password] + .small_text, form [type=date] + .small_text, form [type=datetime] + .small_text, form [type=datetime-local] + .small_text, form [type=month] + .small_text, form [type=week] + .small_text, form [type=email] + .small_text, form [type=number] + .small_text, form [type=search] + .small_text, form [type=tel] + .small_text, form [type=time] + .small_text, form [type=url] + .small_text, form [type=color] + .small_text, form textarea + .small_text, form select + .small_text {
  padding-top: 0.3125rem;
}
form [type=text].half_marg, form [type=password].half_marg, form [type=date].half_marg, form [type=datetime].half_marg, form [type=datetime-local].half_marg, form [type=month].half_marg, form [type=week].half_marg, form [type=email].half_marg, form [type=number].half_marg, form [type=search].half_marg, form [type=tel].half_marg, form [type=time].half_marg, form [type=url].half_marg, form [type=color].half_marg, form textarea.half_marg, form select.half_marg {
  margin-bottom: 0.9375rem;
}
form [type=text]:focus, form [type=password]:focus, form [type=date]:focus, form [type=datetime]:focus, form [type=datetime-local]:focus, form [type=month]:focus, form [type=week]:focus, form [type=email]:focus, form [type=number]:focus, form [type=search]:focus, form [type=tel]:focus, form [type=time]:focus, form [type=url]:focus, form [type=color]:focus, form textarea:focus, form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #322e30;
}
form input + .alert, form input + .em-booking-message, form input + .wpcf7-not-valid-tip, form select + .alert, form select + .em-booking-message, form select + .wpcf7-not-valid-tip, form textarea + .alert, form textarea + .em-booking-message, form textarea + .wpcf7-not-valid-tip, form label + .alert, form label + .em-booking-message, form label + .wpcf7-not-valid-tip, form .lbl + .alert, form .lbl + .em-booking-message, form .lbl + .wpcf7-not-valid-tip {
  padding: 0.3125rem 0.625rem;
}
form input + .alert :last-child, form input + .em-booking-message :last-child, form input + .wpcf7-not-valid-tip :last-child, form select + .alert :last-child, form select + .em-booking-message :last-child, form select + .wpcf7-not-valid-tip :last-child, form textarea + .alert :last-child, form textarea + .em-booking-message :last-child, form textarea + .wpcf7-not-valid-tip :last-child, form label + .alert :last-child, form label + .em-booking-message :last-child, form label + .wpcf7-not-valid-tip :last-child, form .lbl + .alert :last-child, form .lbl + .em-booking-message :last-child, form .lbl + .wpcf7-not-valid-tip :last-child {
  margin-bottom: 0 !important;
}
form input + .alert ul, form input + .em-booking-message ul, form input + .wpcf7-not-valid-tip ul, form select + .alert ul, form select + .em-booking-message ul, form select + .wpcf7-not-valid-tip ul, form textarea + .alert ul, form textarea + .em-booking-message ul, form textarea + .wpcf7-not-valid-tip ul, form label + .alert ul, form label + .em-booking-message ul, form label + .wpcf7-not-valid-tip ul, form .lbl + .alert ul, form .lbl + .em-booking-message ul, form .lbl + .wpcf7-not-valid-tip ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
form input + .alert ul li, form input + .em-booking-message ul li, form input + .wpcf7-not-valid-tip ul li, form select + .alert ul li, form select + .em-booking-message ul li, form select + .wpcf7-not-valid-tip ul li, form textarea + .alert ul li, form textarea + .em-booking-message ul li, form textarea + .wpcf7-not-valid-tip ul li, form label + .alert ul li, form label + .em-booking-message ul li, form label + .wpcf7-not-valid-tip ul li, form .lbl + .alert ul li, form .lbl + .em-booking-message ul li, form .lbl + .wpcf7-not-valid-tip ul li {
  padding: 0;
  margin: 0;
}
form input + .alert.field, form input + .em-booking-message, form input + .wpcf7-not-valid-tip, form select + .alert.field, form select + .em-booking-message, form select + .wpcf7-not-valid-tip, form textarea + .alert.field, form textarea + .em-booking-message, form textarea + .wpcf7-not-valid-tip, form label + .alert.field, form label + .em-booking-message, form label + .wpcf7-not-valid-tip, form .lbl + .alert.field, form .lbl + .em-booking-message, form .lbl + .wpcf7-not-valid-tip {
  margin-top: -1.75rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
form input + .alert.inline, form input + .inline.em-booking-message, form input + .inline.wpcf7-not-valid-tip, form select + .alert.inline, form select + .inline.em-booking-message, form select + .inline.wpcf7-not-valid-tip, form textarea + .alert.inline, form textarea + .inline.em-booking-message, form textarea + .inline.wpcf7-not-valid-tip, form label + .alert.inline, form label + .inline.em-booking-message, form label + .inline.wpcf7-not-valid-tip, form .lbl + .alert.inline, form .lbl + .inline.em-booking-message, form .lbl + .inline.wpcf7-not-valid-tip {
  clear: both;
  float: left;
  width: 100%;
  margin-top: -1.875rem;
}
form select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
form label, form .lbl {
  font-size: 1.125rem;
}
@media screen and (min-width: 40em) {
  form label.has_required, form .has_required.lbl {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  form label, form .lbl {
    font-size: 1.25rem;
  }
}
form label:first-of-type:last-of-type, form .lbl:first-of-type:last-of-type {
  padding: 0.4375rem 0;
}
form label:first-of-type:last-of-type.required, form .lbl:first-of-type:last-of-type.required {
  padding-top: 2.0625rem;
}
form label:first-of-type:last-of-type span.required, form .lbl:first-of-type:last-of-type span.required {
  border-radius: 0.1875rem;
  margin-left: 0.625rem;
  vertical-align: text-bottom;
}
form label:not(:last-child), form .lbl:not(:last-child) {
  padding: 0;
}
form label:not(:last-child) [type=checkbox], form .lbl:not(:last-child) [type=checkbox], form label:not(:last-child) [type=radio], form .lbl:not(:last-child) [type=radio], form label:last-child:first-child [type=checkbox], form .lbl:last-child:first-child [type=checkbox], form label:last-child:first-child [type=radio], form .lbl:last-child:first-child [type=radio] {
  margin-bottom: 0.9375rem;
}
form label:not(:last-child) [type=checkbox] + span, form .lbl:not(:last-child) [type=checkbox] + span, form label:not(:last-child) [type=radio] + span, form .lbl:not(:last-child) [type=radio] + span, form label:last-child:first-child [type=checkbox] + span, form .lbl:last-child:first-child [type=checkbox] + span, form label:last-child:first-child [type=radio] + span, form .lbl:last-child:first-child [type=radio] + span {
  line-height: 1;
}
form .input-group-button .button {
  height: 3.125rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
form span.required {
  background: #9C6107;
  font-size: 0.8125rem;
  padding: 0 0.5rem;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  color: #ffffff;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: -0.125rem;
}
form .charNum {
  background: #FDFCF8;
  padding: 0.3125rem 0.9375rem;
  margin-top: -1.875rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.9375rem;
  border-left: 0.5rem solid #9C6107;
}
form .message {
  background-color: #ec5840;
  display: block;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  border-radius: 0;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 40em) {
  form .message {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  form .message {
    margin-bottom: 0.9375rem;
  }
}
form .message.full {
  border-radius: 0;
}
form .hidden_fields {
  display: none;
}
.no-anim form select {
  background: none !important;
}
form .custom_fields label, form .custom_fields .lbl {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
  padding: 0 !important;
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 40em) {
  form .custom_fields label, form .custom_fields .lbl {
    font-size: 1.125rem;
  }
}
form .custom_fields label:hover, form .custom_fields .lbl:hover, form .custom_fields label:focus, form .custom_fields .lbl:focus {
  cursor: default;
}
form .custom_fields label > span, form .custom_fields .lbl > span {
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align: center;
  line-height: 1.2 !important;
  background: #ffffff;
}
form .custom_fields label > span:hover, form .custom_fields .lbl > span:hover, form .custom_fields label > span:focus, form .custom_fields .lbl > span:focus {
  cursor: pointer;
}
form .custom_fields label input[type=radio], form .custom_fields .lbl input[type=radio], form .custom_fields label input[type=checkbox], form .custom_fields .lbl input[type=checkbox] {
  display: inline-block;
  position: absolute;
}
form .custom_fields label input[type=radio]:checked + span, form .custom_fields .lbl input[type=radio]:checked + span, form .custom_fields label input[type=checkbox]:checked + span, form .custom_fields .lbl input[type=checkbox]:checked + span {
  font-weight: 600;
}
form .custom_fields label input[type=radio]:checked + span:hover, form .custom_fields .lbl input[type=radio]:checked + span:hover, form .custom_fields label input[type=radio]:checked + span:focus, form .custom_fields .lbl input[type=radio]:checked + span:focus, form .custom_fields label input[type=checkbox]:checked + span:hover, form .custom_fields .lbl input[type=checkbox]:checked + span:hover, form .custom_fields label input[type=checkbox]:checked + span:focus, form .custom_fields .lbl input[type=checkbox]:checked + span:focus {
  cursor: default;
}
form .custom_fields.list label, form .custom_fields.list .lbl {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 0.1875rem;
}
form .custom_fields.list label > span, form .custom_fields.list .lbl > span {
  text-align: left;
  color: #9C6107;
  min-height: 1.5rem;
  padding: 0.3125rem 0.625rem;
}
form .custom_fields.check label > span, form .custom_fields.check .lbl > span {
  text-align: left;
  border: none;
  margin-bottom: 0;
  padding: 0.25rem 0 0 2rem;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  min-width: 7.5rem;
  background: #ffffff;
  cursor: pointer;
}
form .custom_fields.check label > span:hover:before, form .custom_fields.check .lbl > span:hover:before, form .custom_fields.check label > span:focus:before, form .custom_fields.check .lbl > span:focus:before {
  background-color: #ffffff;
}
form .custom_fields.check label > span:before, form .custom_fields.check .lbl > span:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 0.0625rem #F4EFEC;
  position: absolute;
  border-radius: 0.25rem;
  top: 0.0625rem;
  left: 0;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
form .custom_fields.check label input[type=radio], form .custom_fields.check .lbl input[type=radio], form .custom_fields.check label input[type=checkbox], form .custom_fields.check .lbl input[type=checkbox] {
  top: 5px !important;
  left: 9px !important;
}
form .custom_fields.check label input[type=radio]:focus, form .custom_fields.check .lbl input[type=radio]:focus, form .custom_fields.check label input[type=checkbox]:focus, form .custom_fields.check .lbl input[type=checkbox]:focus {
  outline: 2px solid rgba(20, 20, 19, 0.3);
}
form .custom_fields.check label input[type=radio]:focus + span:before, form .custom_fields.check .lbl input[type=radio]:focus + span:before, form .custom_fields.check label input[type=checkbox]:focus + span:before, form .custom_fields.check .lbl input[type=checkbox]:focus + span:before {
  border-color: #9C6107;
}
form .custom_fields.check label input[type=radio]:checked + span, form .custom_fields.check .lbl input[type=radio]:checked + span, form .custom_fields.check label input[type=checkbox]:checked + span, form .custom_fields.check .lbl input[type=checkbox]:checked + span {
  background: #ffffff;
  color: #141413;
  font-weight: 600;
}
form .custom_fields.check label input[type=radio]:checked + span:hover, form .custom_fields.check .lbl input[type=radio]:checked + span:hover, form .custom_fields.check label input[type=radio]:checked + span:focus, form .custom_fields.check .lbl input[type=radio]:checked + span:focus, form .custom_fields.check label input[type=checkbox]:checked + span:hover, form .custom_fields.check .lbl input[type=checkbox]:checked + span:hover, form .custom_fields.check label input[type=checkbox]:checked + span:focus, form .custom_fields.check .lbl input[type=checkbox]:checked + span:focus {
  cursor: default;
}
form .custom_fields.check label input[type=radio]:checked + span:before, form .custom_fields.check .lbl input[type=radio]:checked + span:before, form .custom_fields.check label input[type=checkbox]:checked + span:before, form .custom_fields.check .lbl input[type=checkbox]:checked + span:before {
  background: #ffffff url(images/red-tick.png) center center no-repeat;
  border-color: #322e30;
  background-size: 0.9375rem auto;
}
form .wpcf7-not-valid-tip {
  background: #F4EFEC;
  color: #141413;
  display: block;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.3125rem 0.625rem;
}
form .wpcf7-response-output {
  display: block;
  color: #ffffff;
  padding: 0.625rem 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 40em) {
  form .wpcf7-response-output {
    font-size: 1.125rem;
  }
}
form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
form .wpcf7-response-output.wpcf7-validation-errors {
  background: #ec5840;
}
form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #3adb76;
}

/* REGISTER, LOGIN, ACCOUNT ETC
============================================= */
.login_register form [type=text], .login_register form [type=email], .login_register form [type=password], #login form [type=text], #login form [type=email], #login form [type=password] {
  border-color: rgba(50, 46, 48, 0.3);
  height: 3.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}
.login_register form [type=text]:focus, .login_register form [type=email]:focus, .login_register form [type=password]:focus, #login form [type=text]:focus, #login form [type=email]:focus, #login form [type=password]:focus {
  border: 0.125rem solid rgba(50, 46, 48, 0.6);
}
.login_register form [type=checkbox], #login form [type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  .login_register form [type=checkbox], #login form [type=checkbox] {
    left: 0.8125rem;
  }
}
.login_register form [type=checkbox] + label, .login_register form [type=checkbox] + .lbl, #login form [type=checkbox] + label, #login form [type=checkbox] + .lbl {
  position: relative;
  margin: 0;
  padding: 0 0 0 2.8125rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .login_register form [type=checkbox] + label, .login_register form [type=checkbox] + .lbl, #login form [type=checkbox] + label, #login form [type=checkbox] + .lbl {
    padding: 0 0 0 3.4375rem;
  }
}
.login_register form [type=checkbox] + label::before, .login_register form [type=checkbox] + .lbl::before, #login form [type=checkbox] + label::before, #login form [type=checkbox] + .lbl::before {
  content: "\f00c";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  border: 0.125rem solid rgba(50, 46, 48, 0.3);
  background: #ffffff;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 100%;
  color: #ffffff;
  line-height: 1.625rem;
}
@media screen and (min-width: 64em) {
  .login_register form [type=checkbox] + label::before, .login_register form [type=checkbox] + .lbl::before, #login form [type=checkbox] + label::before, #login form [type=checkbox] + .lbl::before {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2rem;
  }
}
.login_register form [type=checkbox] + label:hover::before, .login_register form [type=checkbox] + .lbl:hover::before, .login_register form [type=checkbox] + label:focus::before, .login_register form [type=checkbox] + .lbl:focus::before, #login form [type=checkbox] + label:hover::before, #login form [type=checkbox] + .lbl:hover::before, #login form [type=checkbox] + label:focus::before, #login form [type=checkbox] + .lbl:focus::before {
  background: #F4EFEC;
  color: #F4EFEC;
  border-color: rgba(50, 46, 48, 0.6);
}
.login_register form [type=checkbox]:checked + label::before, .login_register form [type=checkbox]:checked + .lbl::before, #login form [type=checkbox]:checked + label::before, #login form [type=checkbox]:checked + .lbl::before {
  background: #322e30;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
}
.login_register form input + .alert.inline, .login_register form input + .inline.em-booking-message, .login_register form input + .inline.wpcf7-not-valid-tip, .login_register form select + .alert.inline, .login_register form select + .inline.em-booking-message, .login_register form select + .inline.wpcf7-not-valid-tip, .login_register form textarea + .alert.inline, .login_register form textarea + .inline.em-booking-message, .login_register form textarea + .inline.wpcf7-not-valid-tip, .login_register form label + .alert.inline, .login_register form label + .inline.em-booking-message, .login_register form .lbl + .alert.inline, .login_register form .lbl + .inline.em-booking-message, .login_register form label + .inline.wpcf7-not-valid-tip, .login_register form .lbl + .inline.wpcf7-not-valid-tip, #login form input + .alert.inline, #login form input + .inline.em-booking-message, #login form input + .inline.wpcf7-not-valid-tip, #login form select + .alert.inline, #login form select + .inline.em-booking-message, #login form select + .inline.wpcf7-not-valid-tip, #login form textarea + .alert.inline, #login form textarea + .inline.em-booking-message, #login form textarea + .inline.wpcf7-not-valid-tip, #login form label + .alert.inline, #login form label + .inline.em-booking-message, #login form .lbl + .alert.inline, #login form .lbl + .inline.em-booking-message, #login form label + .inline.wpcf7-not-valid-tip, #login form .lbl + .inline.wpcf7-not-valid-tip {
  margin-top: -0.625rem;
}
.login_register form .wp-pwd, #login form .wp-pwd {
  position: relative;
}
.login_register form .wp-pwd [type=text], .login_register form .wp-pwd [type=password], #login form .wp-pwd [type=text], #login form .wp-pwd [type=password] {
  padding-right: 4.375rem;
}
@media screen and (min-width: 40em) {
  .login_register form .wp-pwd [type=text], .login_register form .wp-pwd [type=password], #login form .wp-pwd [type=text], #login form .wp-pwd [type=password] {
    padding-right: 5rem;
  }
}
.login_register form .wp-pwd .wp-hide-pw, #login form .wp-pwd .wp-hide-pw {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  padding: 0.5rem 0.9375rem !important;
  min-width: 0;
}
.login_register form .wp-pwd .wp-hide-pw::after, .login_register form .wp-pwd .wp-hide-pw::before, #login form .wp-pwd .wp-hide-pw::after, #login form .wp-pwd .wp-hide-pw::before {
  content: none;
  display: none;
}
.login_register form .wp-pwd .wp-hide-pw .dashicons, #login form .wp-pwd .wp-hide-pw .dashicons {
  color: #ffffff;
}
.login_register form .wp-pwd .wp-hide-pw:hover .dashicons, .login_register form .wp-pwd .wp-hide-pw:focus .dashicons, #login form .wp-pwd .wp-hide-pw:hover .dashicons, #login form .wp-pwd .wp-hide-pw:focus .dashicons {
  color: #322e30;
}
@media screen and (min-width: 40em) {
  .login_register form .wp-pwd .wp-hide-pw, #login form .wp-pwd .wp-hide-pw {
    padding: 0.5rem 1.25rem !important;
  }
}
.login_register form .callout, .login_register form .em-booking-message, .login_register form .wpcf7-not-valid-tip, #login form .callout, #login form .em-booking-message, #login form .wpcf7-not-valid-tip {
  margin-bottom: 1.25rem;
}
.login_register .button:not(.close-button) + .button:not(.close-button), .login_register .button:not(.close-button) + .sr_only + .button:not(.close-button), #login .button:not(.close-button) + .button:not(.close-button), #login .button:not(.close-button) + .sr_only + .button:not(.close-button) {
  margin-left: 0.9375rem;
}

.acf-field {
  padding: 0 !important;
  border: none !important;
}
.row .acf-field {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}
@media screen and (min-width: 40em) {
  .row .acf-field {
    margin-left: -0.9375rem !important;
    margin-right: -0.9375rem !important;
  }
}
.acf-field .acf-label {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .acf-field .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .acf-field .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.acf-field .acf-label:last-child:not(:first-child) {
  float: right;
}
.acf-field .acf-input {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .acf-field .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .acf-field .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.acf-field .acf-input:last-child:not(:first-child) {
  float: right;
}
.acf-field .acf-input [type=text], .acf-field .acf-input [type=email], .acf-field .acf-input [type=password] {
  border-color: rgba(50, 46, 48, 0.3);
  height: 3.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  padding: 0.5rem 0.9375rem !important;
}
.acf-field .acf-input [type=text]:focus, .acf-field .acf-input [type=email]:focus, .acf-field .acf-input [type=password]:focus {
  border: 0.125rem solid rgba(50, 46, 48, 0.6);
}
.acf-field .acf-input .acf-true-false {
  position: relative;
}
.acf-field .acf-input .acf-true-false label, .acf-field .acf-input .acf-true-false form .lbl, form .acf-field .acf-input .acf-true-false .lbl {
  position: relative;
  margin: 0;
  padding: 0 0 0 2.8125rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.2;
  z-index: 2;
}
@media screen and (min-width: 64em) {
  .acf-field .acf-input .acf-true-false label, .acf-field .acf-input .acf-true-false form .lbl, form .acf-field .acf-input .acf-true-false .lbl {
    padding: 0 0 0 3.4375rem;
  }
}
.acf-field .acf-input .acf-true-false label [type=checkbox], .acf-field .acf-input .acf-true-false form .lbl [type=checkbox], form .acf-field .acf-input .acf-true-false .lbl [type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  .acf-field .acf-input .acf-true-false label [type=checkbox], .acf-field .acf-input .acf-true-false form .lbl [type=checkbox], form .acf-field .acf-input .acf-true-false .lbl [type=checkbox] {
    left: 0.8125rem;
  }
}
.acf-field .acf-input .acf-true-false label::before, .acf-field .acf-input .acf-true-false form .lbl::before, form .acf-field .acf-input .acf-true-false .lbl::before {
  content: "\f00c";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  border: 0.125rem solid rgba(50, 46, 48, 0.3);
  background: #ffffff;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 100%;
  color: #ffffff;
  line-height: 1.625rem;
  cursor: pointer;
  margin: 0.4375rem 0;
}
@media screen and (min-width: 64em) {
  .acf-field .acf-input .acf-true-false label::before, .acf-field .acf-input .acf-true-false form .lbl::before, form .acf-field .acf-input .acf-true-false .lbl::before {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2rem;
  }
}
.acf-field .acf-input .acf-true-false label:hover::before, .acf-field .acf-input .acf-true-false form .lbl:hover::before, form .acf-field .acf-input .acf-true-false .lbl:hover::before, .acf-field .acf-input .acf-true-false label:focus::before, .acf-field .acf-input .acf-true-false form .lbl:focus::before, form .acf-field .acf-input .acf-true-false .lbl:focus::before {
  background: #F4EFEC;
  color: #F4EFEC;
  border-color: rgba(50, 46, 48, 0.6);
}
.acf-field .acf-input .acf-true-false label.checked::before, .acf-field .acf-input .acf-true-false form .checked.lbl::before, form .acf-field .acf-input .acf-true-false .checked.lbl::before {
  background: #9C6107;
  border-color: #9C6107;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.3);
}
.acf-field .acf-input .acf-button {
  margin: 0 0 0 1.25rem;
}
@media screen and (min-width: 40em) {
  .acf-field:not(.acf-field-message) .acf-label {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .acf-field:not(.acf-field-message) .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .acf-field:not(.acf-field-message) .acf-label:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-label {
    width: 33.3333333333%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .acf-field:not(.acf-field-message) .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-label:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 40em) {
  .acf-field:not(.acf-field-message) .acf-input {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  .acf-field:not(.acf-field-message) .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 40em) {
  .acf-field:not(.acf-field-message) .acf-input:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-input {
    width: 66.6666666667%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 40em) {
  .acf-field:not(.acf-field-message) .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .acf-field:not(.acf-field-message) .acf-input:last-child:not(:first-child) {
    float: right;
  }
}

.acf-form-submit {
  text-align: center;
  margin-top: 1rem;
}

#message {
  margin: 0 0 1.25rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0;
  position: relative;
  color: #ffffff;
  background-color: #3adb76;
  border-left: 0.5rem solid #3adb76;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#message > :first-child {
  margin-top: 0;
}
#message > :last-child {
  margin-bottom: 0;
}

/* EVENTS
============================================= */
.filter_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.625rem 0;
}
.filter_list li {
  padding: 0;
  margin: 0;
}
.filter_list li {
  padding: 0 1.25rem;
}
@media screen and (min-width: 75em) {
  .filter_list li {
    padding: 0 1.5625rem;
  }
}
.filter_list li a {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #322e30;
  font-weight: 600;
  border-color: transparent !important;
  padding-bottom: 0.3125rem;
}
.filter_list li a svg {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}
.filter_list li a svg * {
  fill: #322e30;
}
.filter_list li a.active {
  color: #9C6107;
  border-color: #9C6107 !important;
}
.filter_list li a.active svg * {
  fill: #9C6107;
}
.filter_list li a:hover, .filter_list li a:focus {
  color: #9C6107;
}
.filter_list li a:hover svg *, .filter_list li a:focus svg * {
  fill: #9C6107;
}

.events_filter {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.625rem 0;
}
.events_filter li {
  padding: 0;
  margin: 0;
}
.events_filter li {
  padding: 0 1.25rem;
}
@media screen and (min-width: 75em) {
  .events_filter li {
    padding: 0 1.5625rem;
  }
}
.events_filter li a {
  color: #322e30;
  font-weight: 600;
  border-color: transparent !important;
  padding-bottom: 0.3125rem;
}
.events_filter li a.active {
  color: #9C6107;
  border-color: #9C6107 !important;
}
.events_filter li a:hover, .events_filter li a:focus {
  color: #9C6107;
}

/* FINAL PAGES
============================================= */
.event_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FDFCF8;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  padding: 0.625rem;
  border: 0.75rem solid #9C6107;
  margin: -6.0625rem 0 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 40em) {
  .event_icon {
    width: 10.25rem;
    height: 10.25rem;
    margin: -6.6875rem 0 0 0;
    padding: 1.25rem;
  }
}
.event_icon::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.75rem;
  right: -0.75rem;
  top: 50%;
  bottom: -0.75rem;
  background-color: #FDFCF8;
  z-index: 2;
}
.event_icon svg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.event_icon svg * {
  fill: #9C6107;
}
.event_icon + h1, .event_icon + .h1 {
  position: relative;
  z-index: 4;
  margin-top: -1.875rem;
}

/* EVENTS MANAGER
============================================= */
.em-booking-form .input-checkbox label, .em-booking-form .input-checkbox form .lbl, form .em-booking-form .input-checkbox .lbl {
  line-height: 1.2;
}
.em-booking-form [type=text], .em-booking-form [type=password], .em-booking-form [type=date], .em-booking-form [type=datetime], .em-booking-form [type=datetime-local], .em-booking-form [type=month], .em-booking-form [type=week], .em-booking-form [type=email], .em-booking-form [type=number], .em-booking-form [type=search], .em-booking-form [type=tel], .em-booking-form [type=time], .em-booking-form [type=url], .em-booking-form [type=color], .em-booking-form textarea {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .em-booking-form .em-booking-summary {
    font-size: 1.125rem;
  }
}

/* BLOG
============================================= */
.white_box {
  background-color: #ffffff;
  padding: 1.25rem;
  -webkit-box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
          box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
}
@media screen and (min-width: 40em) {
  .white_box {
    padding: 1.875rem;
  }
}

.prev_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  overflow: hidden;
  list-style: none;
  margin: 0 0 1.25rem 0 !important;
}
.prev_next li {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.0625rem;
  margin-bottom: 0 !important;
}
.prev_next li:last-child {
  padding-right: 0;
  padding-left: 0.0625rem;
}
.prev_next li:last-child a {
  border-radius: 0 1.5625rem 1.5625rem 0;
}
.prev_next li:last-child a {
  border-radius: 1.5625rem 0 0 1.5625rem;
}
.prev_next li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #9C6107 !important;
  color: #ffffff !important;
  padding: 0.625rem !important;
  height: 3.125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none !important;
  line-height: 1.2;
  font-weight: 600;
  width: 100%;
}
.prev_next li a:hover, .prev_next li a:focus {
  background: #6b4305 !important;
  border: none !important;
}
.prev_next li a.disabled {
  background: #141413 !important;
  cursor: not-allowed;
  opacity: 0.3;
}
.prev_next li a.disabled:hover, .prev_next li a.disabled:focus {
  color: #ffffff !important;
}

.article_listing hr, .article_listing .hr {
  width: 100%;
}
.article_listing hr:last-child, .article_listing .hr:last-child {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .small-up-2.balance_grid .column:nth-of-type(2n+1):nth-last-child(1), .small-up-2.balance_grid .columns:nth-of-type(2n+1):nth-last-child(1) {
    margin-left: 25% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-up-2.balance_grid .column:nth-of-type(2n+1):nth-last-child(1), .medium-up-2.balance_grid .columns:nth-of-type(2n+1):nth-last-child(1) {
    margin-left: 25% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-2.balance_grid .column:nth-of-type(2n+1):nth-last-child(1), .large-up-2.balance_grid .columns:nth-of-type(2n+1):nth-last-child(1) {
    margin-left: 25% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-up-3.balance_grid .column:nth-of-type(3n+1):nth-last-child(1), .small-up-3.balance_grid .columns:nth-of-type(3n+1):nth-last-child(1) {
    margin-left: 33.3333333333% !important;
  }
  .small-up-3.balance_grid .column:nth-of-type(3n+1):nth-last-child(2), .small-up-3.balance_grid .columns:nth-of-type(3n+1):nth-last-child(2) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-up-3.balance_grid .column:nth-of-type(3n+1):nth-last-child(1), .medium-up-3.balance_grid .columns:nth-of-type(3n+1):nth-last-child(1) {
    margin-left: 33.3333333333% !important;
  }
  .medium-up-3.balance_grid .column:nth-of-type(3n+1):nth-last-child(2), .medium-up-3.balance_grid .columns:nth-of-type(3n+1):nth-last-child(2) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-3.balance_grid .column:nth-of-type(3n+1):nth-last-child(1), .large-up-3.balance_grid .columns:nth-of-type(3n+1):nth-last-child(1) {
    margin-left: 33.3333333333% !important;
  }
  .large-up-3.balance_grid .column:nth-of-type(3n+1):nth-last-child(2), .large-up-3.balance_grid .columns:nth-of-type(3n+1):nth-last-child(2) {
    margin-left: 16.6666666667% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(1), .small-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(1) {
    margin-left: 37.5% !important;
  }
  .small-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(2), .small-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(2) {
    margin-left: 25% !important;
  }
  .small-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(3), .small-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(3) {
    margin-left: 12.5% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(1), .medium-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(1) {
    margin-left: 37.5% !important;
  }
  .medium-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(2), .medium-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(2) {
    margin-left: 25% !important;
  }
  .medium-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(3), .medium-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(3) {
    margin-left: 12.5% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(1), .large-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(1) {
    margin-left: 37.5% !important;
  }
  .large-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(2), .large-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(2) {
    margin-left: 25% !important;
  }
  .large-up-4.balance_grid .column:nth-of-type(4n+1):nth-last-child(3), .large-up-4.balance_grid .columns:nth-of-type(4n+1):nth-last-child(3) {
    margin-left: 12.5% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(1), .small-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(1) {
    margin-left: 40% !important;
  }
  .small-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(2), .small-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(2) {
    margin-left: 30% !important;
  }
  .small-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(3), .small-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(3) {
    margin-left: 20% !important;
  }
  .small-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(4), .small-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(4) {
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(1), .medium-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(1) {
    margin-left: 40% !important;
  }
  .medium-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(2), .medium-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(2) {
    margin-left: 30% !important;
  }
  .medium-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(3), .medium-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(3) {
    margin-left: 20% !important;
  }
  .medium-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(4), .medium-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(4) {
    margin-left: 10% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(1), .large-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(1) {
    margin-left: 40% !important;
  }
  .large-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(2), .large-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(2) {
    margin-left: 30% !important;
  }
  .large-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(3), .large-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(3) {
    margin-left: 20% !important;
  }
  .large-up-5.balance_grid .column:nth-of-type(5n+1):nth-last-child(4), .large-up-5.balance_grid .columns:nth-of-type(5n+1):nth-last-child(4) {
    margin-left: 10% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(1), .small-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(1) {
    margin-left: 41.6666666667% !important;
  }
  .small-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(2), .small-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(2) {
    margin-left: 33.3333333333% !important;
  }
  .small-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(3), .small-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(3) {
    margin-left: 25% !important;
  }
  .small-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(4), .small-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(4) {
    margin-left: 16.6666666667% !important;
  }
  .small-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(5), .small-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(5) {
    margin-left: 8.3333333333% !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(1), .medium-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(1) {
    margin-left: 41.6666666667% !important;
  }
  .medium-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(2), .medium-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(2) {
    margin-left: 33.3333333333% !important;
  }
  .medium-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(3), .medium-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(3) {
    margin-left: 25% !important;
  }
  .medium-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(4), .medium-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(4) {
    margin-left: 16.6666666667% !important;
  }
  .medium-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(5), .medium-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(5) {
    margin-left: 8.3333333333% !important;
  }
}
@media screen and (min-width: 64em) {
  .large-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(1), .large-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(1) {
    margin-left: 41.6666666667% !important;
  }
  .large-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(2), .large-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(2) {
    margin-left: 33.3333333333% !important;
  }
  .large-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(3), .large-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(3) {
    margin-left: 25% !important;
  }
  .large-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(4), .large-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(4) {
    margin-left: 16.6666666667% !important;
  }
  .large-up-6.balance_grid .column:nth-of-type(6n+1):nth-last-child(5), .large-up-6.balance_grid .columns:nth-of-type(6n+1):nth-last-child(5) {
    margin-left: 8.3333333333% !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media print {
  .slick-slide {
    display: block !important;
  }
  .slick-list {
    height: auto !important;
  }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .slick-track .slick-slide {
    width: auto !important;
  }
}
/* Slider */
.slick-list {
  overflow: visible;
}
.slick-loading .slick-list {
  background: #fff;
}
@media screen and (min-width: 40em) {
  .slick-list {
    padding-right: 0;
  }
}

@media screen and (min-width: 100em) {
  .card_slider .slick-list.not_at_large {
    overflow: hidden;
  }
}

.card_slider, .col_slider {
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 64em) {
  .card_slider, .col_slider {
    padding-bottom: 0;
  }
}
.card_slider .slick-list, .col_slider .slick-list {
  padding: 0 4.0625rem 0 0;
}
@media screen and (min-width: 40em) {
  .card_slider .slick-list, .col_slider .slick-list {
    padding: 0 4.6875rem 0 0;
  }
}
@media screen and (min-width: 64em) {
  .card_slider .slick-list, .col_slider .slick-list {
    padding: 0;
  }
}
.card_slider .slick-list .draggable > div:not([class]), .card_slider .slick-list > div:not([class]), .col_slider .slick-list .draggable > div:not([class]), .col_slider .slick-list > div:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.card_slider .slick-list .draggable > div:not([class]) .slick-slide, .card_slider .slick-list > div:not([class]) .slick-slide, .col_slider .slick-list .draggable > div:not([class]) .slick-slide, .col_slider .slick-list > div:not([class]) .slick-slide {
  height: auto;
}
.card_slider .slick-prev.slick-disabled, .card_slider .slick-next.slick-disabled, .col_slider .slick-prev.slick-disabled, .col_slider .slick-next.slick-disabled {
  display: none !important;
}
.card_slider.smaller_pad .slick-list, .col_slider.smaller_pad .slick-list {
  padding: 0 1.875rem 0 0;
}
@media screen and (min-width: 40em) {
  .card_slider.smaller_pad .slick-list, .col_slider.smaller_pad .slick-list {
    padding: 0 2.5rem 0 0;
  }
}
@media screen and (min-width: 64em) {
  .card_slider.smaller_pad .slick-list, .col_slider.smaller_pad .slick-list {
    padding: 0;
  }
}

.slick-slide {
  padding: 0 0.625rem 1.25rem 0.625rem;
}
.slick-slide:not(:focus) {
  outline: none !important;
}
@media screen and (min-width: 40em) {
  .slick-slide {
    padding: 0 0.9375rem 1.25rem 0.9375rem;
    max-width: none;
  }
}

/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
} */
/* Arrows */
.slick-prev,
.slick-next {
  display: inline-block;
  height: 3.125rem !important;
  width: 3.125rem !important;
  background: #9C6107;
  border: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
  min-width: 0 !important;
  min-height: 0;
  z-index: 5;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 40px);
}
@media screen and (min-width: 40em) {
  .slick-prev,
  .slick-next {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: #141413;
  background: #6b4305;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}
.slick-prev.slick-disabled:hover, .slick-prev.slick-disabled:focus,
.slick-next.slick-disabled:hover,
.slick-next.slick-disabled:focus {
  background: #ffffff;
}
.slick-prev > span.icon.icon_arrow,
.slick-next > span.icon.icon_arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-size: 1.625rem 1.625rem;
}

.slick-prev {
  left: 0;
}
@media screen and (min-width: 40em) {
  .slick-prev {
    left: -0.3125rem;
  }
}
.slick-prev > span.icon.icon_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-right: 0.125rem;
}

.slick-next {
  right: 0;
}
@media screen and (min-width: 40em) {
  .slick-next {
    right: -0.3125rem;
  }
}
.slick-next > span.icon.icon_arrow {
  margin-left: 0.125rem;
}

.slider_nav .slick-prev {
  left: 0;
}
.slider_nav .slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.3125rem !important;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
.slick-dots li i {
  vertical-align: top;
  font-size: 0.75rem;
}
.slick-dots li i:hover, .slick-dots li i:focus {
  color: #50748A;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  border: none;
  background: #FDFCF8;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  min-width: 0;
  min-height: 0;
  color: #141413;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #6b4305;
}
.slick-dots li button:not(:first-child) {
  display: none !important;
}
.slick-dots li.slick-active button {
  background-color: #9C6107;
  color: #ffffff;
}
.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
  background-color: #6b4305;
}
.slick-dots li:first-child:last-child {
  display: none !important;
}

/* THEME/COLOURINGS
===================================== */
/* _GENERAL.SCSS OVERRIDES
============================================= */
h2, .h2, h3, .h3, h4, .h4, a.external_link > span, h5, .h5 {
  font-weight: 400;
}

p, .p, a.external_link > span > span, ul:not(.row) li:not(.column):not(.columns), ol li:not(.column):not(.columns), table tr th, table tr td {
  font-size: 100%;
}
@media screen and (min-width: 40em) {
  p, .p, a.external_link > span > span, ul:not(.row) li:not(.column):not(.columns), ol li:not(.column):not(.columns), table tr th, table tr td {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 40em) {
  .button, button {
    padding: 0.625rem 1.875rem;
  }
}

/* _HEADER.SCSS OVERRIDES
============================================= */
#logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64em) {
  #logo {
    max-width: 16.25rem;
    min-height: 8.75rem;
  }
}

@media screen and (min-width: 75em) {
  header nav > ul li a {
    font-size: 1.25rem !important;
  }
}
header nav > ul li a.cta {
  padding: 0.625rem 1.5625rem;
}
@media screen and (min-width: 40em) {
  header nav > ul li a.cta {
    padding: 0.625rem 1.875rem;
  }
}

.venue_info p, .venue_info .p, .venue_info a.external_link > span > span {
  font-size: 1rem;
}

/* HOME BOXES
============================================= */
.home_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
          box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
  padding: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.875rem;
}
[class*=equalize-flex] > * > .home_box, .card_slider .slick-slide > .home_box, .col_slider .slick-slide > .home_box {
  height: 100%;
}
.home_box h3, .home_box .h3 {
  font-weight: 600;
}
.home_box .icon_cont {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  margin-top: -3.75rem;
  padding: 1.25rem;
  z-index: 2;
  position: relative;
}
.home_box .icon_cont .icon {
  width: 5rem;
  height: 5rem;
  background-size: 100% auto;
}
.home_box img {
  margin: 0.625rem 0 1.25rem 0;
}
.home_box .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: auto !important;
  min-width: 12.5rem;
}
.home_box.blue {
  background: #eaedf1;
}
.home_box.blue .icon_cont {
  background: #eaedf1;
}
.home_box.blue h3, .home_box.blue .h3 {
  color: #294d74;
}
.home_box.blue .button.hollow {
  border-color: #294d74 !important;
  color: #294d74 !important;
}
.home_box.blue .button.hollow:hover, .home_box.blue .button.hollow:focus {
  background-color: #294d74 !important;
  color: #ffffff !important;
}
.home_box.green {
  background: #e7f0e6;
}
.home_box.green .icon_cont {
  background: #e7f0e6;
}
.home_box.green h3, .home_box.green .h3 {
  color: #116409;
}
.home_box.green .button.hollow {
  border-color: #116409 !important;
  color: #116409 !important;
}
.home_box.green .button.hollow:hover, .home_box.green .button.hollow:focus {
  background-color: #116409 !important;
  color: #ffffff !important;
}
.home_box.claret {
  background: #efe6eb;
}
.home_box.claret .icon_cont {
  background: #efe6eb;
}
.home_box.claret h3, .home_box.claret .h3 {
  color: #5b0136;
}
.home_box.claret .button.hollow {
  border-color: #5b0136 !important;
  color: #5b0136 !important;
}
.home_box.claret .button.hollow:hover, .home_box.claret .button.hollow:focus {
  background-color: #5b0136 !important;
  color: #ffffff !important;
}

/* DISPLAY HIGHLIGHTS
============================================= */
.reveal.display_gallery {
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
          box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  min-height: 80vh;
  max-height: 90vh;
  overflow-y: auto;
}
@media screen and (min-width: 53.125em) {
  .reveal.display_gallery {
    max-width: 50rem;
  }
}
.reveal.display_gallery .close-button {
  background-color: #ffffff;
  border-radius: 0;
  top: 0 !important;
  right: 0 !important;
}
.reveal.display_gallery .close-button .icon {
  height: 1.125rem;
  width: 1.125rem;
  background-size: cover;
}
.reveal.display_gallery .close-button:hover, .reveal.display_gallery .close-button:focus {
  background-color: #6b4305;
  color: #ffffff;
}
.reveal.display_gallery .close-button:hover .icon, .reveal.display_gallery .close-button:focus .icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.reveal.display_gallery .close-button:hover .icon.white, .reveal.display_gallery .close-button:focus .icon.white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23ffffff; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.reveal.display_gallery .close-button:hover .icon.body, .reveal.display_gallery .close-button:focus .icon.body {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23322e30; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.reveal.display_gallery .close-button:hover .icon.blue, .reveal.display_gallery .close-button:focus .icon.blue {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23294d74; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.reveal.display_gallery .close-button:hover .icon.green, .reveal.display_gallery .close-button:focus .icon.green {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%23116409; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.reveal.display_gallery .close-button:hover .icon.claret, .reveal.display_gallery .close-button:focus .icon.claret {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 102.05 102.05' preserveAspectRatio='xMidYMid' height='102.05' width='102.05'%3E %3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m86.38,89.38c-.77,0-1.54-.29-2.12-.88L13.55,17.79c-1.17-1.17-1.17-3.07,0-4.24,1.17-1.17,3.07-1.17,4.24,0l70.71,70.71c1.17,1.17,1.17,3.07,0,4.24-.59.59-1.35.88-2.12.88Z'/%3E%3Cpath style='fill:%235b0136; transition: fill 200ms ease-out;' d='m15.67,89.38c-.77,0-1.54-.29-2.12-.88-1.17-1.17-1.17-3.07,0-4.24L84.26,13.55c1.17-1.17,3.07-1.17,4.24,0,1.17,1.17,1.17,3.07,0,4.24L17.79,88.5c-.59.59-1.35.88-2.12.88Z'/%3E%3C/svg%3E") !important;
}
.reveal.display_gallery .object_slider .slick-slide {
  padding: 0;
  max-width: none;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.reveal.display_gallery .object_slider .slick-slide .con {
  padding: 1.5625rem;
}
@media screen and (min-width: 40em) {
  .reveal.display_gallery .object_slider .slick-slide .con {
    padding: 1.875rem;
  }
}

.reveal-overlay > .slick-next, .reveal-overlay > .slick-prev {
  z-index: 1010;
}
@media screen and (max-width: 63.9375em) {
  .reveal-overlay > .slick-next, .reveal-overlay > .slick-prev {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
}
.reveal-overlay > .slick-prev {
  left: 0.3125rem;
}
@media screen and (min-width: 53.125em) {
  .reveal-overlay > .slick-prev {
    left: calc((100% - 800px) / 2 - 40px);
  }
}
.reveal-overlay > .slick-next {
  right: 0.3125rem;
}
@media screen and (min-width: 53.125em) {
  .reveal-overlay > .slick-next {
    right: calc((100% - 800px) / 2 - 40px);
  }
}

.sketchfab-embed-wrapper {
  padding-bottom: 50%;
  margin-bottom: 0;
}

/* COLLECTION LINKS
============================================= */
.collection_summary {
  max-width: 62.5rem;
  padding: 1.5625rem 1.25rem;
  background-color: #ffffff;
  border: 0.125rem solid #9C6107;
  margin: 0 auto 1.25rem auto;
  -webkit-box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
          box-shadow: 0 0.3125rem 1.25rem 0 rgba(20, 20, 19, 0.06);
}
@media screen and (min-width: 75em) {
  .collection_summary {
    padding: 1.5625rem 1.875rem;
  }
}
/*# sourceMappingURL=style.css.map */