/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
  @font-face {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

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

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

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

  .container {
    max-width: 1024px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-16 {
  top: 4rem;
}
.top-\[-100px\] {
  top: -100px;
}
.z-\[-1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.m-8 {
  margin: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mt-24 {
  margin-top: 6rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-\[-3px\] {
  margin-top: -3px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-\[533px\] {
  height: 533px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-full {
  width: 100%;
}
.w-16 {
  width: 4rem;
}
.w-64 {
  width: 16rem;
}
.w-6 {
  width: 1.5rem;
}
.w-1\/2 {
  width: 50%;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(228 101 79 / var(--tw-border-opacity));
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(50 50 50 / var(--tw-border-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(228 101 79 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-20 {
  padding: 5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.text-center {
  text-align: center;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-loose {
  line-height: 2;
}
.leading-4 {
  line-height: 1rem;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(228 101 79 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-75 {
  opacity: 0.75;
}
.outline {
  outline-style: solid;
}
.alignfull {
  margin: 0.5rem calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignwide {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 1280px;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 640px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}
#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}
#mc_embed_signup .button {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
#mc_embed_signup .button:hover {
  background-color: #777;
}
#mc_embed_signup .small-meta {
  font-size: 11px;
}
#mc_embed_signup .nowrap {
  white-space: nowrap;
}
#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  min-height: 50px;
}
#mc_embed_signup .mc-field-group + .mc-field-group {
  padding-bottom: 3%;
}
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}
#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
  padding: 5px 0;
}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
  width: 30px;
}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
  display: none;
}
#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
#mc_embed_signup .clear {
  clear: both;
}
#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}
#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
@font-face {
  font-family: "Avera Sans TC";
  src: url(../fonts/AveraSansTC-Regular.woff2?c5a25421a105afa983561f8155864024) format("woff2"), url(../fonts/AveraSansTC-Regular.woff?f34e0592e444ef7ac01b66009d4e830d) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Godger";
  src: url(../fonts/Godger-Stamp.woff2?ce928dc5db21e2be1c473884a9935d93) format("woff2"), url(../fonts/Godger-Stamp.woff?ca9592b43b389972b5e0dedbfeb2ea6a) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --hc-color-dark: #323232;
  --hc-color-light: #ffffff;
  --hc-color-primary: #e4654f;
  --hc-color-secondary: #229c8d;
  --hc-color-accent-1: #4167cc;
  --hc-color-accent-2: #e5c3c2;
  --hc-color-accent-3: #e6bf48;
  --hc-color-accent-light: #eeebe6;
  --hc-font-heading-block: "Godger", Arial, sans-serif;
  --hc-font-heading-script: "Avera Sans TC", Arial, sans-serif;
  --hc-section-before: url("data:image/svg+xml,%3Csvg%20width%3D%221439%22%20height%3D%2250%22%20viewBox%3D%220%200%201439%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M-1%204.80606V50H1439V0H1391.16C1378.11%200%201338.98%203.47578%201315.06%204.80507C1291.14%206.13537%201274.5%207.5677%201268.63%204.80507C1262.76%202.04547%201246.89%2012.9869%201237.54%2017.795C1228.19%2022.601%201213.62%2019.1242%201199.81%2017.795C1192.91%2017.1283%201183.67%2017.4616%201174.89%2017.795L1174.4%2017.8136C1165.8%2018.1393%201157.7%2018.4462%201152.74%2017.795C1142.62%2016.4646%201080.98%2013.704%201057.06%2012.3737C1033.14%2011.0455%20950.515%207.56767%20925.834%204.80606C913.559%203.43245%20904.352%204.108%20894.985%204.79524L894.838%204.80606C885.419%205.49494%20875.825%206.18585%20862.778%204.80606C836.683%202.04545%20843.969%209.61313%20838.097%2012.3737C832.226%2015.1354%20803.307%2016.3627%20782.323%2017.794C761.341%2019.2253%20738.182%2020.4536%20726.551%2017.794C720.822%2016.4852%20710.353%2017.1092%20699.382%2017.7631L698.864%2017.794C687.706%2018.4586%20676.102%2019.1233%20668.492%2017.794C660.936%2016.4743%20652.844%2017.1198%20644.575%2017.7796L644.394%2017.794C636.064%2018.4586%20627.557%2019.1233%20619.24%2017.794C610.923%2016.4647%20602.959%2017.1293%20595.62%2017.794L594.987%2017.8514C587.895%2018.4953%20581.401%2019.085%20575.752%2017.795C564.119%2015.1354%20545.312%2012.9879%20532.265%2012.3737C519.219%2011.7596%20495.299%206.13535%20485.841%204.80606C481.111%204.13939%20470.782%204.47272%20458.836%204.80606C446.891%205.13838%20433.328%205.46969%20422.13%204.80606C410.931%204.13939%20402.043%204.47272%20393.236%204.80606L393.185%204.80798C384.396%205.13966%20375.684%205.46841%20364.834%204.80606C354.253%204.15722%20334.583%204.45561%20313.243%204.77933L311.48%204.80606C289.463%205.13838%20265.898%205.46969%20248.83%204.80606C231.758%204.13939%20222.517%204.47272%20215.912%204.80606C209.308%205.13838%20205.339%205.46969%20198.816%204.80606C185.771%203.47575%20166.961%208.89697%20150.979%2012.3737C134.997%2015.8515%20118.363%2014.3172%2097.3804%2017.795C76.3971%2021.2717%2059.0019%2017.795%2059.0019%2017.795L-1%204.80606Z%22%20fill%3D%22%23E4654F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  --hc-section-after: url("data:image/svg+xml,%3Csvg%20width%3D%221440%22%20height%3D%2251%22%20viewBox%3D%220%200%201440%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200.5V50.4977H47.8377C60.8839%2050.4977%20100.023%2046.5189%20123.942%2044.9972C147.861%2043.4744%20164.496%2041.8348%20170.366%2044.9972C176.237%2048.1573%20192.11%2035.6313%20201.461%2030.1274C210.811%2024.6258%20225.379%2028.6069%20239.187%2030.1274C246.092%2030.8883%20255.335%2030.509%20264.115%2030.1274L264.662%2030.1038C273.237%2029.7328%20281.312%2029.3836%20286.263%2030.1274C296.374%2031.6503%20358.018%2034.8116%20381.939%2036.3333C405.857%2037.8561%20488.484%2041.8348%20513.164%2044.9961C525.429%2046.5672%20534.634%2045.7952%20543.992%2045.0103L544.162%2044.9961C553.581%2044.2052%20563.175%2043.4154%20576.221%2044.9961C602.316%2048.1574%20595.032%2039.4946%20600.902%2036.3333C606.772%2033.172%20635.692%2031.767%20656.677%2030.1274C677.66%2028.4901%20700.817%2027.0852%20712.45%2030.1274C718.172%2031.6259%20728.635%2030.9121%20739.601%2030.1639L740.136%2030.1274C751.292%2029.3666%20762.898%2028.6058%20770.508%2030.1274C778.061%2031.6387%20786.151%2030.8997%20794.415%2030.1447L794.605%2030.1274C802.935%2029.3666%20811.442%2028.6058%20819.758%2030.1274C828.074%2031.6503%20836.038%2030.8883%20843.378%2030.1274L844.009%2030.0619C851.101%2029.3248%20857.597%2028.6495%20863.246%2030.1274C874.88%2033.1719%20893.688%2035.6314%20906.734%2036.3333C919.781%2037.0363%20943.7%2043.4744%20953.159%2044.9961C957.655%2045.7194%20967.211%2045.4123%20978.408%2045.0523L980.161%2044.9961C992.106%2044.6145%201005.67%2044.2352%201016.87%2044.9961C1028.07%2045.7569%201036.95%2045.3777%201045.76%2044.9961L1045.79%2044.995C1054.58%2044.6138%201063.3%2044.236%201074.17%2044.9961C1084.77%2045.7382%201104.5%2045.3957%201125.89%2045.0243L1127.52%2044.9961C1149.54%2044.6145%201173.1%2044.2352%201190.17%2044.9961C1207.24%2045.7569%201216.48%2045.3777%201223.09%2044.9961C1229.69%2044.6145%201233.66%2044.2352%201240.18%2044.9961C1253.23%2046.5189%201272.04%2040.3132%201288.02%2036.3333C1304%2032.3522%201320.64%2034.1085%201341.62%2030.1274C1362.6%2026.1487%201380%2030.1274%201380%2030.1274L1440%2044.9961V0.5H0Z%22%20fill%3D%22%23E4654F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  --hc-stamp-frame: url("data:image/svg+xml,%3Csvg%20width%3D%22407%22%20height%3D%22407%22%20viewBox%3D%220%200%20407%20407%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_1_277%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22407%22%20height%3D%22407%22%3E%0A%3Cpath%20d%3D%22M-6.10352e-05%200.5H406.584V406.85H-6.10352e-05V0.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_1_277)%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M405.466%2024.992C405.286%2026.409%20404.879%2027.839%20404.438%2029.049C404.215%2029.608%20404.013%2030.128%20403.74%2030.745C403.44%2031.391%20403.092%2032.0138%20402.699%2032.6081C401.165%2034.8211%20399.909%2035.833%20399.279%2036.55C398.625%2037.236%20398.428%2037.543%20398.544%2037.57C399.258%2036.917%20400.359%2036.0841%20401.734%2034.6371C402.508%2033.8185%20403.192%2032.9194%20403.774%2031.955C404.481%2030.752%20404.734%2029.985%20405.126%2029.126C406.711%2025.155%20406.706%2020.98%20406.258%2017.944C406.545%2019.999%20406.596%2022.153%20406.291%2024.35C405.975%2026.052%20405.745%2026.519%20405.754%2026.237C405.747%2025.959%20405.931%2024.918%20405.974%2023.617C406.176%2020.969%20405.498%2017.45%20405.016%2016.3C405.661%2019.12%20405.891%2022.12%20405.466%2024.992Z%22%20fill%3D%22%23E5BF48%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M374.428%20403.086C374.398%20403.07%20374.377%20403.05%20374.346%20403.033L374.118%20402.906L374.428%20403.086Z%22%20fill%3D%22%23E5BF48%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M398.589%20312.37C399.126%20311.691%20399.689%20311.03%20400.319%20310.401C400.615%20310.084%20400.961%20309.778%20401.265%20309.475L401.85%20308.943C402.153%20308.648%20402.52%20308.37%20402.798%20308.043C403.04%20307.679%20403.28%20307.319%20403.515%20306.962C403.762%20306.598%20403.994%20306.248%20404.126%20305.979C404.442%20305.399%20404.757%20304.829%20404.987%20304.249C405.5%20303.099%20405.847%20301.959%20406.088%20300.869C406.581%20298.683%20406.653%20296.689%20406.536%20294.915C406.291%20291.359%20405.303%20288.673%20404.274%20286.54C403.991%20286.014%20403.742%20285.508%20403.452%20285.046C403.142%20284.575%20402.949%20284.196%20402.498%20283.596C401.89%20282.799%20401.206%20282.064%20400.454%20281.401C398.059%20279.357%20397.172%20278.89%20396.285%20277.624C395.488%20276.364%20394.613%20274.202%20395.496%20270.1C396.021%20268.476%20396.466%20267.893%20396.742%20267.582C397.038%20267.275%20397.248%20267.244%20397.601%20266.797C397.673%20266.755%20397.745%20266.699%20397.838%20266.629C398.136%20265.901%20400.253%20264.357%20401.454%20262.939C402.604%20261.611%20403.056%20260.788%20403.2%20260.503C403.459%20259.908%20402.502%20261.44%20400.841%20263.009C400.441%20263.389%20399.923%20263.844%20399.531%20264.149C399.174%20264.429%20398.811%20264.712%20398.465%20264.985C397.846%20265.472%20397.485%20265.817%20397.29%20266.013C397.1%20266.2%20396.989%20266.327%20396.961%20266.279C396.958%20266.215%20396.944%20266.045%20397.321%20265.531C397.908%20264.834%20398.927%20264.124%20400.328%20262.761C401.599%20261.464%20402.723%20259.959%20403.555%20258.263C405.272%20254.889%20405.721%20250.779%20404.835%20247.03C404.329%20245.025%20403.407%20243.262%20402.405%20241.766C401.399%20240.253%20400.309%20239.033%20399.303%20237.848C397.282%20235.532%20395.508%20233.464%20394.913%20231.544C394.815%20231.318%20394.748%20231.079%20394.716%20230.834C394.686%20230.604%20394.573%20230.361%20394.596%20230.144C394.591%20229.925%20394.577%20229.705%20394.553%20229.487C394.549%20229.249%20394.585%20228.963%20394.614%20228.645C394.741%20227.412%20394.984%20226.211%20395.323%20225.07C395.493%20224.5%20395.687%20223.945%20395.904%20223.41C396.124%20222.878%20396.359%20222.322%20396.584%20221.981C397.045%20221.181%20397.742%20220.321%20398.529%20219.456C400.097%20217.703%20402.104%20215.876%20403.588%20213.26C404.328%20211.934%20404.829%20210.489%20405.07%20208.99L405.195%20207.901L405.236%20206.999C405.266%20206.412%20405.238%20205.843%20405.231%20205.289C404.292%20202.417%20402.801%20199.964%20401.088%20197.904C402.075%20200.297%20402.69%20202.801%20402.783%20205.242C402.824%20206.478%20402.802%20207.602%20402.565%20208.869C402.307%20210.028%20401.847%20211.133%20401.207%20212.133C399.982%20214.006%20398.489%20215.288%20397.191%20216.482C395.925%20217.619%20394.791%20218.669%20393.896%20219.758C396.45%20215.713%20401.244%20212.898%20401.361%20207.745C401.49%20202.342%20399.051%20197.292%20395.712%20193.177C394.716%20191.981%20393.82%20190.72%20393.098%20189.389C392.988%20189.151%20392.875%20188.916%20392.77%20188.663C391.312%20185.428%20391.818%20181.246%20392.554%20179.623C392.892%20178.785%20393.149%20178.497%20393.119%20178.989C393.136%20179.483%20392.777%20180.781%20392.966%20183.2C392.926%20180.493%20393.75%20178.05%20395.033%20176.104C396.217%20174.208%20398.146%20172.767%20399.791%20170.814C400.198%20170.318%20400.598%20169.815%20400.942%20169.251C401.28%20168.707%20401.545%20168.194%20401.831%20167.676C402.381%20166.576%20402.766%20165.424%20403.004%20164.309C403.474%20162.065%20403.392%20159.96%20403.097%20158.089C402.812%20156.358%20402.321%20154.668%20401.634%20153.054C401.349%20152.353%20400.934%20151.514%20400.508%20150.838C400.08%20150.147%20399.628%20149.558%20399.194%20149.006C397.431%20146.869%20396.018%20145.412%20395.284%20144.03C393.606%20140.94%20393.457%20138.6%20394.525%20135.904C395.071%20134.559%20395.955%20133.137%20397.237%20131.557C397.867%20130.765%20398.63%20129.937%20399.472%20129.044L400.819%20127.687C401.21%20127.284%20401.913%20126.655%20402.572%20125.859C405.397%20121.959%20406.305%20117.791%20406.174%20114.357C406.101%20112.606%20405.826%20111.122%20405.33%20109.673C404.855%20108.168%20404.142%20107.031%20403.515%20106.073C402.201%20104.213%20401.055%20103.216%20400.196%20102.429C399.544%20101.848%20398.863%20101.301%20398.155%20100.79C397.119%20100.048%20396.545%2099.78%20395.877%2099.346C395.249%2098.909%20394.448%2098.348%20393.652%2096.885C393.446%2096.483%20393.39%2096.055%20393.249%2095.653L393.187%2095.406C392.031%2092.248%20392.397%2089.153%20394.108%2086.471C394.937%2085.122%20396.043%2083.879%20397.223%2082.69C397.823%2082.0933%20398.435%2081.5098%20399.061%2080.94L399.536%2080.511C399.733%2080.319%20399.966%2080.158%20400.128%2079.933C400.486%2079.487%20400.793%2079.168%20401.068%2078.753C403.33%2075.613%20404.581%2071.878%20404.529%2068.029C404.502%2066.0719%20404.063%2064.1423%20403.241%2062.366C402.84%2061.49%20402.263%2060.584%20401.716%2059.86C401.189%2059.1743%20400.641%2058.505%20400.073%2057.853L396.8%2054.21C395.704%2052.963%20394.834%2051.964%20394.21%2050.796C392.906%2048.472%20392.393%2045.702%20392.66%2043.038C392.79%2041.705%20393.105%2040.396%20393.599%2039.171C394.081%2037.979%20394.812%2036.699%20395.52%2036.044C396.455%2035.095%20397.769%2034.128%20399.124%2032.739C399.794%2032.04%20400.471%2031.214%20401.016%2030.244C401.566%2029.219%20401.852%2028.455%20402.188%2027.517C402.015%2028.284%20401.836%2028.812%20401.67%2029.392C401.522%2029.929%20401.273%2030.51%20401.105%2030.892C400.749%2031.699%20400.555%2032.102%20400.606%2032.231C400.654%2032.358%20400.93%2032.186%20401.406%2031.697C401.869%2031.222%20402.556%2030.181%20403.028%2029.191C404.143%2027.179%20405.166%2023.362%20404.677%2019.209C404.466%2017.113%20403.908%2014.928%20403.047%2012.719C402.581%2011.589%20402.14%2010.579%20401.427%209.33905C401.111%208.73905%20400.586%208.10405%20400.141%207.49205C399.67%206.88805%20399.158%206.39105%20398.644%205.83605C394.33%201.67005%20387.75%20-0.381954%20381.308%200.860046C379.699%201.16505%20378.095%201.67005%20376.572%202.41405L375.435%202.99005L374.433%203.62105C373.811%204.01205%20373.025%204.52905%20372.272%205.20505C370.821%206.50005%20369.915%207.78805%20369.153%208.76005C368.409%209.74205%20367.823%2010.418%20367.386%2010.75C364.71%2012.816%20361.134%2013.203%20357.776%2011.95C356.092%2011.366%20354.506%2010.407%20353.118%209.31105C352.78%209.03005%20352.408%208.75505%20352.138%208.48405C351.83%208.19405%20351.641%208.04405%20351.042%207.45505C350.542%206.96805%20350.042%206.49305%20349.439%206.07805C348.869%205.63705%20348.288%205.24405%20347.68%204.92705C344.584%203.15505%20341.486%202.62705%20338.82%202.62105C336.43%202.61703%20334.058%203.04175%20331.818%203.87505C329.83%204.62805%20328.208%205.65405%20326.87%206.69705C326.237%207.27305%20325.593%207.77705%20325.132%208.35205L324.43%209.16405C324.35%209.25401%20324.274%209.34743%20324.202%209.44405L324.019%209.68005C322.993%2010.954%20322.479%2011.481%20321.795%2012.02C321.111%2012.55%20320.631%2012.94%20320.024%2013.244C319.435%2013.579%20318.768%2013.84%20317.824%2014.03C316.884%2014.21%20315.632%2014.287%20313.908%2013.93C312.212%2013.576%20309.951%2012.786%20307.546%2010.975C306.201%209.87005%20304.695%208.63505%20303.004%207.24505C302.062%206.52705%20300.995%205.76005%20299.678%205.09005C298.372%204.41705%20296.761%203.88405%20295.053%203.76005C293.372%203.58505%20292.121%203.67305%20291.289%203.77605C290.439%203.86005%20289.949%203.92105%20289.758%203.92005C289.36%203.90605%20290.042%203.52305%20291.646%203.11905C292.683%202.88903%20293.741%202.77202%20294.803%202.77005C296.077%202.80805%20297.587%203.00005%20299.043%203.54605C301.99%204.62305%20304.366%206.57605%20306.314%208.09305C308.394%209.76105%20309.794%2010.718%20311.366%2011.343C312.87%2011.975%20314.118%2012.188%20314.776%2012.223C315.442%2012.233%20315.546%2012.123%20314.908%2011.85C314.291%2011.541%20312.828%2011.097%20310.676%209.58705C310.109%209.25105%20309.735%209.03005%20309.152%208.58405L307.332%207.14305C306.043%206.11205%20304.642%204.93005%20302.808%203.77005C301.021%202.61305%20298.566%201.54005%20296.003%201.28305C293.446%200.995046%20291.072%201.41305%20289.063%202.02605C288.147%202.32805%20287.121%202.79305%20286.157%203.28305C285.247%203.81205%20284.389%204.36105%20283.647%204.95105C282.152%206.12105%20280.961%207.32605%20279.897%208.45305C277.814%2010.677%20276.124%2012.656%20274.27%2013.677C274.04%2013.833%20273.803%2013.936%20273.563%2014.034C273.324%2014.138%20273.084%2014.265%20272.827%2014.314C272.571%2014.374%20272.323%2014.486%20272.05%2014.521L271.638%2014.574L271.431%2014.603L271.317%2014.618L271.043%2014.636C270.136%2014.74%20269.702%2014.823%20269.098%2014.814C268.509%2014.8029%20267.923%2014.7231%20267.352%2014.576C264.932%2013.949%20262.42%2011.759%20259.538%209.17905C258.686%208.37805%20257.819%207.53105%20256.601%206.65605C255.323%205.77906%20253.877%205.17826%20252.354%204.89205C249.324%204.31205%20246.436%204.89605%20244.072%205.62005C242.878%205.98505%20241.81%206.43005%20240.856%206.85505C240.364%207.07605%20239.969%207.26305%20239.489%207.50805C238.971%207.72605%20238.549%208.11605%20238.249%208.28705C236.983%209.16405%20236.237%209.68805%20236.099%209.66705C236.984%208.93005%20237.734%208.30605%20238.628%207.63205C238.868%207.42805%20239.144%207.28205%20239.407%207.13805C239.624%207.01405%20239.835%206.89605%20240.043%206.77905C240.451%206.56905%20240.839%206.36805%20241.206%206.17705C242.379%205.59185%20243.586%205.07597%20244.82%204.63205C246.645%203.98805%20247.138%203.78905%20246.234%203.75505C245.349%203.74805%20243.11%204.04505%20240.093%205.27305C239.719%205.42905%20239.324%205.59005%20238.928%205.77905L238.12%206.17205L237.38%206.66905C236.588%207.19496%20235.81%207.74081%20235.046%208.30605C233.482%209.44105%20231.878%2010.673%20230.233%2011.613C228.797%2012.613%20227.711%2013.099%20226.807%2013.335C226.356%2013.435%20225.943%2013.522%20225.553%2013.536C225.364%2013.5639%20225.173%2013.5696%20224.983%2013.553C224.725%2013.546%20224.877%2013.565%20223.912%2013.5C222.641%2013.546%20221.662%2013.361%20220.192%2012.689C221.587%2013.789%20222.733%2014.202%20223.726%2014.395L223.908%2014.437L224.15%2014.462L224.272%2014.48L224.498%2014.516C224.62%2014.545%20224.737%2014.572%20224.85%2014.6C225.076%2014.66%20225.29%2014.718%20225.485%2014.73C225.875%2014.785%20226.205%2014.848%20226.471%2014.845C227.004%2014.896%20227.286%2014.908%20227.317%2014.967C227.349%2015.023%20227.135%2015.157%20226.691%2015.236C226.037%2015.3826%20225.363%2015.4201%20224.697%2015.347L223.721%2015.27C223.488%2015.25%20223.239%2015.262%20222.987%2015.209C222.477%2015.149%20221.932%2015.003%20221.356%2014.795C220.201%2014.368%20218.936%2013.577%20217.615%2012.455C216.913%2011.8479%20216.233%2011.2158%20215.577%2010.56C215.223%2010.203%20214.863%209.84305%20214.499%209.47405C214.307%209.28705%20214.036%208.99005%20213.786%208.77205C213.503%208.57905%20213.21%208.35605%20212.928%208.17905C210.766%206.77463%20208.338%205.82879%20205.796%205.40005C204.421%205.16258%20203.022%205.09975%20201.631%205.21305C200.271%205.36499%20198.927%205.62923%20197.611%206.00305C196.279%206.38805%20194.929%206.89605%20193.625%207.67305C192.975%208.05305%20192.337%208.50705%20191.743%209.04705C191.159%209.53405%20190.551%2010.307%20190.233%2010.728C189.855%2011.198%20189.501%2011.615%20189.152%2011.956C188.838%2012.286%20188.517%2012.488%20188.011%2012.826C187.073%2013.4215%20186.078%2013.9214%20185.04%2014.318C182.974%2015.104%20180.79%2015.462%20178.79%2015.298C177.825%2015.228%20176.765%2014.98%20176.044%2014.694C175.341%2014.374%20174.497%2013.79%20173.768%2013.16C172.265%2011.869%20170.854%2010.248%20169.233%208.87705C168.432%208.18184%20167.558%207.57562%20166.627%207.06905C166.171%206.81005%20165.701%206.62305%20165.247%206.43905L164.678%206.21905C164.458%206.13805%20164.25%206.03905%20164.028%205.98205C158.951%204.22005%20154.089%205.35705%20150.451%207.20205C149.546%207.66634%20148.677%208.19958%20147.854%208.79705C147.039%209.40505%20146.344%2010.066%20145.708%2010.706C144.441%2011.992%20143.368%2013.208%20142.235%2014.114C140.03%2015.857%20137.277%2016.387%20134.935%2016.239C132.563%2016.102%20130.483%2015.377%20128.846%2014.395C127.174%2013.407%20126.002%2012.243%20125.084%2010.918C123.956%209.38505%20122.628%208.23905%20121.294%207.36105C118.602%205.60905%20115.911%204.82405%20113.166%204.52905C110.464%204.26505%20107.45%204.54605%20104.364%206.02305C102.661%206.83875%20101.114%207.94803%2099.7959%209.30005L99.2839%209.83705L98.9439%2010.167C98.6999%2010.379%2098.4649%2010.607%2098.1869%2010.802C97.6205%2011.2418%2097.0075%2011.618%2096.3589%2011.924C94.8002%2012.6665%2093.102%2013.0707%2091.3759%2013.11C90.4889%2013.125%2089.16%2013.055%2088.396%2012.871C87.499%2012.653%2086.5209%2012.279%2085.4129%2011.633C84.3069%2011.008%2083.0939%2010.147%2081.6989%209.14905L80.6069%208.37405L80.0989%208.02205C80.0109%207.96205%2079.9329%207.91705%2079.8639%207.84305L78.9479%206.97705C78.5679%206.62705%2078.1679%206.26705%2077.7199%205.90205C76.8299%205.17805%2075.7869%204.41605%2074.4469%203.80205C73.0075%203.12671%2071.4338%202.78586%2069.8439%202.80505C67.2239%202.91005%2064.7719%203.34805%2062.2039%204.27205C65.4389%203.51605%2067.0399%203.71205%2067.2439%203.85005C67.4599%204.04205%2066.3089%204.26505%2064.2489%204.93005C62.2079%205.60805%2059.2059%206.77705%2056.1589%209.18505C55.4089%209.74805%2054.6019%2010.543%2053.9909%2011.089C53.4109%2011.631%2052.6689%2012.163%2051.9239%2012.66C50.3969%2013.633%2048.6149%2014.463%2046.7039%2014.89C44.7979%2015.326%2042.7659%2015.343%2040.9419%2014.707C39.1419%2014.113%2037.5649%2012.71%2035.9419%2010.935C34.3139%209.19705%2032.6279%207.07305%2030.1459%205.50005C27.5639%203.87405%2024.6809%203.47605%2022.0129%203.48105C19.3219%203.55105%2016.7349%204.12805%2014.4089%205.13805C13.2548%205.62492%2012.1564%206.23478%2011.1329%206.95705C10.1259%207.63405%209.11295%208.55705%208.39795%209.48905C6.89595%2011.362%206.01095%2013.403%205.40495%2015.266C4.80095%2017.142%204.48695%2018.866%204.25795%2020.41C3.99995%2021.791%203.92795%2023.215%204.16695%2024.608C4.28438%2025.3071%204.48584%2025.9893%204.76695%2026.64C5.09295%2027.263%205.34695%2027.786%205.68095%2028.292C6.94895%2030.325%208.36395%2031.86%209.56995%2033.306C12.0419%2036.132%2013.7099%2038.676%2013.8579%2041.101C13.9939%2043.671%2013.4259%2046.449%2012.3079%2048.697C11.7379%2049.837%2011.0109%2050.885%2010.1139%2051.76C9.66995%2052.205%209.16495%2052.578%208.64395%2052.934C8.32095%2053.1%208.18395%2053.206%207.71595%2053.44L6.92095%2053.824C6.79095%2053.892%206.64895%2053.944%206.52395%2054.028L6.19395%2054.371L5.11195%2055.654L4.17495%2057.016C3.50907%2058.0931%202.94177%2059.228%202.47995%2060.407C1.51995%2062.943%201.05295%2065.977%201.33095%2068.877C1.62395%2071.779%202.71895%2074.479%204.04295%2076.326C4.34995%2076.806%204.69795%2077.213%205.03295%2077.573C5.36295%2077.937%205.65295%2078.28%205.96895%2078.525C6.67895%2079.149%206.78295%2079.134%207.09495%2079.402C6.85795%2078.986%206.91795%2078.942%206.55295%2078.444C6.2362%2078.0159%205.95525%2077.5623%205.71295%2077.088C5.40611%2076.5773%205.14413%2076.041%204.92995%2075.485C4.65895%2074.925%204.47895%2074.292%204.27995%2073.645C3.67595%2071.549%203.50995%2069.025%204.00195%2066.389C3.70895%2070.612%205.10795%2074.861%208.47395%2077.709L8.68395%2077.935C11.5989%2081.364%2015.7199%2084.368%2017.0539%2088.725C18.3769%2093.157%2017.1109%2098.151%2014.2269%20101.705C11.5049%20104.72%208.15095%20107.551%207.20495%20111.56C6.17995%20115.678%207.13195%20120.17%209.16695%20123.78C10.0809%20125.392%2011.6039%20126.442%2012.9729%20127.643C18.7039%20132.717%2017.6789%20140.925%2013.8459%20146.841C13.2679%20147.68%2012.5529%20148.391%2011.8119%20149.081C7.46995%20153.063%205.06395%20160.207%207.23395%20165.769C9.03095%20169.374%2013.2799%20171.585%2014.7729%20175.423C16.9409%20180.395%2017.0469%20186.47%2013.9229%20191.063C8.03795%20197.426%204.03595%20204.796%208.59595%20213.245C10.7499%20217.49%2016.4059%20220.283%2016.8139%20225.265C17.0869%20230.18%2015.7759%20235.922%2011.8119%20239.115C5.06195%20243.734%205.35695%20254.101%209.86795%20260.315C10.8509%20261.46%2012.3129%20261.975%2013.4089%20263.007C18.7869%20268.593%2018.5499%20278.857%2012.3889%20283.635C6.89695%20287.575%204.41995%20295.86%207.65095%20301.92C7.36526%20301.435%207.12683%20300.924%206.93895%20300.394C5.60095%20296.774%206.00195%20292.624%207.68695%20289.143C8.52395%20287.393%209.67695%20285.784%2011.1139%20284.46C11.8619%20283.823%2012.6239%20283.226%2013.3059%20282.581L14.2499%20281.511L15.0599%20280.336C17.0249%20277.054%2017.4639%20272.956%2016.5189%20269.263C16.0459%20267.413%2015.2099%20265.651%2014.0289%20264.155C13.7069%20263.8%2013.4229%20263.421%2013.0889%20263.1C12.7369%20262.788%2012.3539%20262.532%2011.9479%20262.268C11.1499%20261.755%2010.2149%20261.223%209.58495%20260.424C7.25095%20257.146%206.11995%20253.153%206.28295%20249.161C6.41495%20245.204%208.19295%20241.104%2011.6059%20238.812L11.5839%20238.829C13.5119%20237.273%2014.8069%20235.033%2015.5539%20232.659C16.2989%20230.279%2016.5579%20227.719%2016.4019%20225.242C16.1859%20222.801%2014.5029%20220.78%2012.7709%20218.976C11.0409%20217.156%209.04495%20215.348%207.93695%20212.912C6.77395%20210.592%206.04795%20207.96%206.17195%20205.316C6.27695%20202.675%207.08795%20200.105%208.32495%20197.82C9.54095%20195.513%2011.1049%20193.43%2012.8069%20191.504C14.4499%20189.754%2015.2889%20187.288%2015.6199%20184.9C15.9269%20182.471%2015.6649%20179.972%2014.9239%20177.637C14.5339%20176.481%2014.0969%20175.287%2013.4829%20174.307C12.8459%20173.304%2012.0259%20172.395%2011.1519%20171.508C9.44295%20169.712%207.31795%20168.076%206.31795%20165.353C5.45995%20162.797%205.49395%20160.046%206.07895%20157.49C6.66884%20154.919%207.80109%20152.503%209.39995%20150.404C10.1759%20149.356%2011.2169%20148.399%2012.0109%20147.587C12.4044%20147.182%2012.7605%20146.742%2013.0749%20146.273C13.3609%20145.771%2013.6899%20145.26%2013.9389%20144.724C16.0789%20140.546%2016.7389%20135.362%2014.5069%20131.459C13.7969%20130.331%2012.8969%20129.409%2011.9069%20128.602C10.8499%20127.773%209.59195%20126.945%208.50695%20125.68C8.233%20125.359%207.98236%20125.019%207.75695%20124.662C7.55395%20124.318%207.36895%20124.02%207.19395%20123.689C6.14404%20121.771%205.41954%20119.693%205.04995%20117.538C4.59495%20114.666%204.71695%20111.784%205.85995%20108.958C7.01995%20106.198%208.87995%20104.178%2010.5399%20102.353C11.3559%20101.447%2012.2839%20100.545%2012.7969%2099.814C13.4002%2098.9759%2013.9021%2098.0693%2014.2919%2097.113C15.0719%2095.185%2015.3939%2093.059%2015.1219%2091.027C14.9789%2089.984%2014.7259%2089.057%2014.2619%2088.15C13.7969%2087.232%2013.1529%2086.323%2012.3829%2085.417C10.8509%2083.587%208.81495%2081.836%206.79595%2079.541C9.35595%2082.798%2012.6079%2085.553%2013.8359%2088.661C15.0199%2091.598%2014.3819%2095.768%2012.0999%2098.792C11.8099%2099.185%2011.6179%2099.42%2011.2179%2099.812L9.93795%20101.091C9.04295%20101.984%208.08495%20102.936%207.13095%20104.06C6.18695%20105.19%205.22695%20106.468%204.47695%20108.04C4.09495%20108.812%203.78195%20109.67%203.54695%20110.52C3.32695%20111.33%203.15795%20112.138%203.05295%20112.978C2.62495%20116.316%203.10295%20119.675%204.24295%20122.783C4.52495%20123.563%204.86095%20124.327%205.22995%20125.078C5.52295%20125.72%206.20595%20126.886%206.85295%20127.618C8.16995%20129.175%209.50295%20130.125%2010.2509%20130.871C11.5649%20132.183%2012.3799%20133.751%2012.5359%20135.684C12.7359%20137.597%2012.2919%20139.803%2011.3659%20141.868C11.1331%20142.389%2010.8744%20142.897%2010.5909%20143.392L10.1379%20144.119C9.97695%20144.381%209.99495%20144.329%209.83095%20144.532C9.56795%20144.836%209.17695%20145.215%208.70395%20145.64C8.00513%20146.278%207.34685%20146.96%206.73295%20147.68C4.29067%20150.602%202.6393%20154.101%201.93695%20157.844C1.58695%20159.746%201.48395%20161.756%201.75495%20163.814C1.80795%20164.326%201.91095%20164.842%202.03095%20165.359C2.14195%20165.907%202.26595%20166.314%202.48195%20166.971C2.84895%20168.245%203.67095%20169.381%204.21195%20170.182C5.43895%20171.87%206.68495%20173.052%207.67595%20174.095C8.68095%20175.121%209.41595%20175.987%209.79795%20176.651C9.96795%20176.968%2010.0759%20177.236%2010.3399%20177.911C10.5579%20178.483%2010.6989%20178.977%2010.8429%20179.522C11.1089%20180.592%2011.2329%20181.685%2011.2229%20182.737C11.2191%20183.749%2011.072%20184.756%2010.7859%20185.727C10.6474%20186.179%2010.4766%20186.621%2010.2749%20187.049C10.0689%20187.452%209.77495%20187.936%209.74195%20187.949L9.68995%20188.036L9.39795%20188.391L8.84295%20189.082C8.48895%20189.547%208.15695%20189.988%207.84095%20190.405C7.22895%20191.271%206.70095%20192.048%206.26795%20192.777C5.38995%20194.211%204.85795%20195.355%204.54595%20196.127C3.94195%20197.691%204.11595%20197.705%204.76695%20196.585C5.44495%20195.489%206.75995%20193.395%208.72095%20191.075C9.22095%20190.515%209.73495%20189.893%2010.3009%20189.303L10.8669%20188.703L11.0109%20188.492C11.0971%20188.375%2011.1743%20188.251%2011.2419%20188.122C11.8863%20187.002%2012.3131%20185.771%2012.4999%20184.492C12.7249%20183.114%2012.6869%20181.598%2012.4299%20180.085C12.2789%20179.332%2012.1089%20178.574%2011.8459%20177.843C11.7359%20177.49%2011.5439%20177.037%2011.4159%20176.709C11.3046%20176.425%2011.1732%20176.149%2011.0229%20175.884C10.4109%20174.815%209.25095%20173.632%207.98195%20172.326C7.30127%20171.639%206.65195%20170.922%206.03595%20170.176C5.40195%20169.383%204.78795%20168.559%204.23395%20167.446C3.96195%20166.973%203.80095%20166.259%203.65195%20165.846C3.50995%20165.381%203.43395%20164.918%203.33295%20164.472C3.18011%20163.639%203.09417%20162.794%203.07595%20161.947C3.04076%20160.646%203.15688%20159.345%203.42195%20158.07C3.84795%20156.061%204.27995%20155.219%204.15195%20155.795C4.52495%20155.071%204.51195%20155.322%204.30395%20156.257C4.11195%20157.195%203.74995%20158.849%203.73895%20160.998C3.73126%20162.181%203.85875%20163.362%204.11895%20164.516C4.26095%20165.178%204.41495%20165.702%204.70895%20166.498C4.96795%20167.208%205.43795%20167.896%205.81895%20168.465C7.45195%20170.725%209.38895%20172.242%2010.7109%20173.69C11.4719%20174.567%2012.0019%20175.357%2012.3589%20176.25C12.8019%20177.304%2013.1359%20178.37%2013.3519%20179.44C13.7859%20181.584%2013.7709%20183.766%2013.2749%20185.692C13.0279%20186.653%2012.6679%20187.55%2012.2169%20188.36C12.0999%20188.56%2012.0009%20188.77%2011.8629%20188.952C11.7309%20189.132%2011.6919%20189.224%2011.5669%20189.363L11.0949%20189.853C10.8889%20190.073%2010.6779%20190.283%2010.4809%20190.511C8.87095%20192.283%207.43095%20194.129%206.26295%20196.043C5.09795%20197.953%204.19895%20199.933%203.67795%20201.861C3.21048%20203.582%202.97374%20205.357%202.97395%20207.14C3.01195%20210.217%203.60695%20212.025%203.44095%20212.378C3.69995%20213.004%203.98295%20213.595%204.30695%20214.13C4.62095%20214.684%204.90395%20215.212%205.32695%20215.838C6.12895%20217.038%207.04295%20218.024%207.89695%20218.854C9.60595%20220.487%2011.2179%20221.729%2012.3039%20222.94C13.0679%20223.974%2013.3919%20224.792%2013.4449%20225.63C13.4999%20226.974%2013.4249%20228.436%2013.1639%20229.786C12.6839%20232.526%2011.4599%20234.997%209.65595%20236.436L9.86995%20236.276C7.9109%20237.621%206.29934%20239.412%205.16795%20241.502C4.04795%20243.564%203.42595%20245.806%203.19195%20248.029C2.74647%20252.49%203.70246%20256.979%205.92695%20260.872C6.07595%20261.127%206.21495%20261.333%206.39995%20261.622C6.60595%20261.923%206.80095%20262.262%207.01395%20262.536C7.44995%20263.098%207.98395%20263.582%208.54895%20264.018C8.81395%20264.225%209.16195%20264.465%209.39995%20264.623L10.0139%20265.025C10.4189%20265.289%2010.5669%20265.4%2010.7259%20265.538C10.9759%20265.79%2011.4759%20266.378%2011.8189%20266.949C12.1809%20267.522%2012.4929%20268.149%2012.7309%20268.81C13.7229%20271.444%2013.6809%20274.638%2012.5709%20277.166C12.0409%20278.418%2011.1929%20279.546%2010.2749%20280.291C10.1669%20280.417%209.56695%20280.868%209.11495%20281.226C8.63695%20281.585%208.19495%20282.056%207.73795%20282.475C6.87321%20283.359%206.09501%20284.325%205.41395%20285.357C2.76695%20289.458%201.43695%20294.544%202.53995%20299.747C2.79995%20301.049%203.23695%20302.275%203.88695%20303.603C4.19095%20304.281%204.57795%20304.749%204.93195%20305.327L5.97995%20306.747C7.38595%20308.528%208.79795%20310.031%209.98995%20311.468C11.1839%20312.895%2012.1649%20314.262%2012.6149%20315.465C13.0759%20316.676%2013.1619%20317.659%2012.8739%20318.897L12.8379%20319.055L12.8029%20319.28C12.5429%20320.958%2011.9269%20322.575%2011.0139%20323.846C10.5789%20324.466%2010.055%20325.019%209.45895%20325.486C9.32895%20325.604%209.13795%20325.714%208.98295%20325.833C8.70295%20326.038%208.28895%20326.333%207.98295%20326.589C7.34675%20327.109%206.75257%20327.679%206.20595%20328.292C4.03795%20330.725%202.63495%20333.663%202.04795%20336.845C1.49095%20340.103%201.78195%20343.122%202.66095%20346.122C2.08795%20344.518%201.73095%20342.922%201.55895%20341.345C1.47914%20340.568%201.44142%20339.788%201.44595%20339.007C1.45586%20338.207%201.52068%20337.408%201.63995%20336.617C2.09339%20333.562%203.33867%20330.679%205.25195%20328.255C5.74394%20327.636%206.27858%20327.052%206.85195%20326.507C7.15995%20326.234%207.44195%20325.967%207.78195%20325.699L8.61195%20325.061C9.14795%20324.651%209.57195%20324.242%2010.0019%20323.678C10.8379%20322.588%2011.5599%20321.05%2011.8619%20319.146L11.9489%20318.681C12.0319%20318.129%2012.1619%20317.607%2012.0729%20317.086C12.0399%20316.556%2011.8939%20315.968%2011.5029%20315.199C10.8029%20313.66%209.09095%20311.677%206.83695%20309.027C5.79063%20308.039%204.8061%20306.987%203.88895%20305.877C2.96195%20304.78%202.14395%20303.305%201.70195%20302.248C0.730946%20300.073%200.488947%20298.529%200.275947%20297.692C0.0379465%20296.008%20-0.228053%20297.028%200.335947%20300.092C0.488947%20300.855%200.730946%20301.737%201.10595%20302.712C1.46295%20303.639%202.07395%20305.01%202.74995%20305.917C4.08995%20307.898%205.54995%20309.465%207.02795%20311.055C8.48795%20312.607%209.84395%20314.095%2010.6479%20315.375C11.0329%20316.004%2011.2339%20316.532%2011.3749%20317.002C11.4859%20317.458%2011.4649%20317.94%2011.4019%20318.552L11.3059%20319.069C11.0439%20321.484%209.93895%20323.668%208.30395%20324.803C5.98695%20326.445%204.15995%20328.651%202.93495%20330.953C1.71792%20333.224%200.969766%20335.716%200.734947%20338.281C0.38167%20342.635%201.28215%20346.998%203.32995%20350.856C4.1906%20352.497%205.26053%20354.02%206.51295%20355.386C6.79495%20355.676%207.13095%20356.076%207.56995%20356.431C7.79095%20356.637%207.85595%20356.716%207.98695%20356.867C8.21995%20357.131%208.41395%20357.39%208.56995%20357.635C8.39695%20357.268%208.78295%20357.448%209.42595%20358.097C10.0759%20358.733%2010.8509%20359.895%2011.0559%20361.094C11.0999%20361.444%2011.1279%20361.528%2011.1019%20362.164C11.0727%20362.753%2011.0129%20363.34%2010.9229%20363.922C10.7487%20365.109%2010.4227%20366.27%209.95295%20367.374C9.73436%20367.885%209.47205%20368.376%209.16895%20368.842C8.96795%20369.134%209.01795%20369.065%208.91895%20369.182C8.73212%20369.381%208.5366%20369.572%208.33295%20369.754C7.82495%20370.226%207.04295%20370.859%206.12595%20371.816C5.13229%20372.853%204.31877%20374.048%203.71895%20375.353C2.12495%20378.587%201.36695%20381.877%201.28495%20384.795C1.54495%20381.489%202.55195%20378.297%204.15795%20375.417L3.98695%20375.782C4.53142%20374.612%205.26303%20373.539%206.15295%20372.605C6.94595%20371.775%207.68495%20371.192%208.26595%20370.729C8.78995%20370.237%209.18195%20369.837%209.39595%20369.562L9.60095%20369.226C9.71595%20369.019%209.84095%20368.821%209.94395%20368.596C10.3839%20367.732%2010.7329%20366.737%2010.9699%20365.679C11.216%20364.597%2011.3533%20363.494%2011.3799%20362.385C11.3919%20362.101%2011.3849%20361.843%2011.3799%20361.624C11.3519%20361.484%2011.3519%20361.359%2011.3099%20361.184C11.2499%20360.842%2011.1506%20360.509%2011.0139%20360.19C10.7039%20359.082%209.99395%20357.982%209.22395%20357.11C8.85399%20356.687%208.45431%20356.29%208.02795%20355.924C7.45495%20355.476%207.13895%20355.074%206.80995%20354.757C6.51142%20354.428%206.221%20354.091%205.93895%20353.748C3.86895%20351.091%203.29295%20349.21%202.99895%20348.319C2.74295%20347.407%202.87195%20347.405%203.24495%20348.012C3.61495%20348.622%204.28295%20349.832%205.34295%20351.251C5.88295%20351.954%206.51195%20352.714%207.27295%20353.45C7.65695%20353.843%208.02095%20354.138%208.52895%20354.587L9.55595%20355.33C10.6469%20356.159%2011.6439%20357.19%2012.2959%20358.22C13.6859%20360.311%2013.5719%20362.12%2013.6659%20362.682C13.4639%20365.514%2012.6509%20368.099%2011.4289%20370.02C11.0639%20370.59%2010.9539%20370.737%2010.5339%20371.147C10.1499%20371.527%209.67095%20371.933%209.12395%20372.412C8.04795%20373.338%206.63795%20374.739%205.87395%20376.546C1.43695%20385.44%203.68795%20395.224%209.97795%20400.436L12.0639%20402.024C12.8149%20402.628%2013.6869%20403.064%2014.5119%20403.557C16.2449%20404.405%2018.0719%20405.074%2019.9869%20405.393C23.8039%20406.045%2027.8419%20405.533%2031.5069%20403.808C33.3209%20402.926%2035.1069%20401.823%2036.6469%20400.351C37.4406%20399.621%2038.1749%20398.829%2038.8429%20397.983L39.2629%20397.43C39.2779%20397.415%2039.3329%20397.351%2039.3709%20397.319L39.5429%20397.211L39.8289%20396.972C41.4569%20395.783%2043.6799%20395.15%2046.4779%20395.579C47.8539%20395.801%2049.3179%20396.281%2050.7009%20397.043C51.3789%20397.443%2052.0529%20397.874%2052.6649%20398.387C52.9569%20398.674%2053.2689%20398.867%2053.5689%20399.231L54.0319%20399.724L54.9479%20400.647C57.5692%20403.13%2060.8062%20404.867%2064.3239%20405.679C65.2349%20405.899%2066.1679%20406.036%2067.1139%20406.137C67.5769%20406.17%2068.0779%20406.218%2068.5189%20406.221L69.1979%20406.235L70.0179%20406.22C72.3129%20406.14%2074.6609%20405.446%2076.6269%20404.39C77.4899%20403.497%2075.131%20404.784%2072.771%20405.14C71.615%20405.347%2070.5269%20405.35%2070.1429%20405.276C69.7629%20405.18%2070.0209%20405.126%2071.4529%20404.789C74.2669%20404.307%2076.3169%20403.132%2077.8209%20402.019C79.3359%20400.894%2080.4209%20399.734%2081.2759%20398.703C81.6859%20398.161%2081.8849%20398.007%2082.1329%20397.713C82.3509%20397.443%2082.7109%20397.173%2082.9839%20396.9C83.5939%20396.377%2084.2539%20395.916%2085.0009%20395.46C86.5089%20394.624%2088.4609%20393.785%2091.2309%20393.662C92.6039%20393.612%2094.1749%20393.782%2095.7669%20394.447C96.1839%20394.579%2096.5409%20394.842%2096.9539%20395.042C97.3569%20395.315%2097.642%20395.504%2098.146%20395.904L101.526%20398.739C102.81%20399.845%20104.186%20400.966%20105.864%20401.949C107.522%20402.929%20109.586%20403.717%20111.714%20403.919C113.84%20404.144%20115.887%20403.841%20117.638%20403.322C118.564%20403.102%20119.345%20402.75%20120.188%20402.452L121.36%20401.932C121.769%20401.732%20122.064%20401.643%20122.664%20401.303C124.381%20400.346%20125.868%20399.067%20127.069%20397.746C127.749%20396.986%20128.679%20396.207%20129.702%20395.598C131.75%20394.339%20134.188%20393.521%20136.581%20393.328C138.96%20393.183%20141.277%20393.674%20142.901%20395.06C143.266%20395.312%20143.835%20395.92%20144.405%20396.494C144.992%20397.091%20145.589%20397.678%20146.197%20398.254C147.473%20399.434%20148.87%20400.657%20150.652%20401.664C152.4%20402.676%20154.609%20403.429%20156.912%20403.414C157.481%20403.446%20158.057%20403.352%20158.632%20403.304L160.009%20403.075C160.93%20402.91%20161.845%20402.717%20162.754%20402.497C164.618%20402.022%20166.565%20401.43%20168.55%20400.3C169.541%20399.725%20170.516%20399.04%20171.449%20398.061C171.663%20397.818%20171.931%20397.547%20172.092%20397.315L172.334%20396.979L172.47%20396.814C172.657%20396.6%20172.86%20396.398%20173.087%20396.209C173.962%20395.696%20174.47%20395.659%20174.504%20395.773C174.55%20395.893%20174.158%20396.202%20173.706%20396.694C173.459%20396.979%20173.305%20397.147%20172.993%20397.667C172.766%20398.077%20172.216%20398.713%20171.749%20399.195C171.26%20399.703%20170.739%20400.144%20170.179%20400.562C167.934%20402.218%20165.335%20403.168%20162.829%20403.832C161.559%20404.165%20160.349%20404.413%20159.095%20404.64C157.479%20404.91%20155.657%20404.887%20154.067%20404.535C150.791%20403.822%20148.539%20402.163%20146.971%20400.957C145.389%20399.703%20144.396%20398.725%20143.806%20398.247C143.224%20397.761%20143.063%20397.734%20143.471%20398.332C145.144%20400.175%20147.063%20402.283%20150.029%20403.998C151.503%20404.841%20153.279%20405.534%20155.187%20405.818C156.139%20405.976%20157.103%20406.016%20158.076%20405.961C159.174%20405.899%20159.746%20405.799%20160.393%20405.711C162.536%20405.297%20164.893%20404.796%20167.5%20403.731C168.802%20403.187%20170.181%20402.491%20171.572%20401.441C172.327%20400.879%20173.021%20400.238%20173.642%20399.53C173.801%20399.348%20173.992%20399.139%20174.118%20398.97L174.446%20398.504C174.497%20398.444%20174.55%20398.384%20174.606%20398.327C174.839%20398.099%20175.154%20397.871%20175.624%20397.651C176.114%20397.415%20176.547%20397.311%20177.846%20396.922C179.88%20396.313%20181.596%20395.945%20182.788%20395.967C182.942%20395.962%20183.068%20395.979%20183.215%20395.982C183.388%20396%20183.619%20396.017%20183.657%20396.034C183.86%20396.06%20183.872%20396.072%20183.988%20396.124C184.178%20396.202%20184.523%20396.384%20185.016%20396.774C186.019%20397.54%20187.346%20399.025%20189.14%20400.688C190.1%20401.623%20191.594%20402.636%20192.728%20403.226C193.852%20403.841%20195.032%20404.35%20196.251%20404.746C198.584%20405.506%20200.849%20405.861%20202.958%20405.842C203.176%20406.06%20203.399%20406.269%20203.633%20406.462C206.255%20406.482%20209.127%20406.103%20212.055%20404.918C214.963%20403.758%20217.93%20401.64%20219.994%20398.694L219.719%20399.053C220.476%20398.154%20221.793%20397.183%20223.545%20396.684C225.265%20396.184%20227.285%20396.012%20229.041%20396.391C229.951%20396.518%20230.708%20396.871%20231.431%20397.176C232.056%20397.559%20232.715%20397.972%20233.044%20398.398C233.121%20398.48%20233.101%20398.422%20233.264%20398.614L233.782%20399.223C234.115%20399.629%20234.53%20400.003%20234.912%20400.383C235.677%20401.084%20236.502%20401.715%20237.379%20402.269C239.069%20403.333%20240.789%20404.055%20242.477%20404.569C244.168%20405.082%20245.831%20405.386%20247.476%20405.535C248.313%20405.6%20249.086%20405.64%20249.97%20405.63C250.879%20405.648%20251.917%20405.477%20252.894%20405.304C256.625%20404.496%20259.38%20402.568%20261.221%20401.13C263.118%20399.641%20264.449%20398.46%20265.617%20397.609C266.559%20396.906%20267.555%20396.279%20268.597%20395.735C269.365%20395.432%20270.537%20395.176%20271.432%20394.958C272.112%20394.819%20272.81%20394.795%20273.498%20394.886C274.103%20394.963%20274.687%20395.153%20275.222%20395.446C275.463%20395.6%20275.71%20395.744%20275.923%20395.943L277.115%20397.054C279.157%20398.917%20281.366%20400.772%20284.109%20402.344C286.8%20403.918%20290.162%20405.141%20293.765%20405.278C294.679%20405.318%20295.54%20405.28%20296.369%20405.199L297.542%20405.077C297.962%20405.012%20298.382%20404.961%20298.799%20404.871C300.494%20404.549%20302.142%20404.016%20303.705%20403.286C305.324%20402.535%20306.831%20401.561%20308.181%20400.393C308.87%20399.796%20309.512%20399.146%20310.101%20398.451L310.508%20397.964L310.649%20397.811C310.726%20397.705%20310.86%20397.598%20310.969%20397.487C311.891%20396.602%20313.474%20395.874%20315.26%20395.521C316.173%20395.339%20317.104%20395.254%20318.035%20395.267C318.62%20395.265%20318.818%20395.334%20319.145%20395.334C319.428%20395.424%20319.713%20395.446%20320.03%20395.59C321.28%20396.005%20322.976%20397.302%20324.995%20398.98C326.031%20399.82%20327.151%20400.74%20328.491%20401.655C329.844%20402.563%20331.444%20403.456%20333.266%20404.081C334.156%20404.348%20335.046%20404.588%20335.868%20404.748C336.738%20404.914%20337.712%20405.031%20338.628%20405.057C340.448%20405.113%20342.267%20404.906%20344.028%20404.443C347.466%20403.539%20350.459%20401.849%20353.01%20399.705C353.327%20399.432%20353.638%20399.175%20353.983%20398.838L354.801%20398.046C355.128%20397.712%20355.453%20397.376%20355.765%20397.161C356.382%20396.643%20357.101%20396.259%20357.871%20395.946C359.415%20395.322%20361.249%20395.126%20363.098%20395.37C364.938%20395.612%20366.786%20396.29%20368.328%20397.314C368.807%20397.648%20368.878%20397.675%20369.002%20397.813C369.206%20398.025%20369.531%20398.43%20369.937%20398.962C370.713%20399.96%20372.069%20401.797%20374.347%20403.031C375.361%20403.585%20376.339%20404.17%20377.417%20404.651C378.622%20405.118%20379.754%20405.671%20381.085%20405.956C383.607%20406.712%20386.513%20406.868%20389.325%20406.398C392.168%20405.964%20394.872%20404.655%20397.042%20402.95C399.256%20401.257%20400.98%20399.149%20402.248%20396.931C403.584%20394.723%20404.448%20392.381%20405.092%20390.035C405.38%20388.857%20405.677%20387.678%20405.814%20386.495L405.946%20385.595C405.976%20385.234%20406.111%20384.848%20406.058%20384.388C406.015%20383.468%20406.011%20382.706%20405.868%20381.946C405.351%20378.816%20403.804%20376.28%20402.346%20374.364C400.864%20372.422%20399.373%20370.894%20398.166%20369.464C396.949%20368.049%20396.046%20366.756%20395.647%20365.665C395.433%20365.146%20395.321%20364.591%20395.317%20364.029C395.285%20363.818%20395.283%20363.238%20395.304%20362.907C395.317%20362.542%20395.351%20362.178%20395.405%20361.817C395.613%20360.378%20396.112%20359.013%20396.835%20357.917C397.013%20357.647%20397.207%20357.389%20397.417%20357.143C397.592%20356.933%20397.927%20356.611%20397.959%20356.579L398.419%20356.241C399.203%20355.658%20399.944%20355.022%20400.639%20354.335C402.517%20352.491%20404.16%20350.065%20404.984%20347.261C405.627%20344.889%20406.097%20342.377%20405.922%20339.631C405.772%20336.897%20404.811%20334.141%20403.565%20331.975C402.327%20329.781%20400.939%20328.047%20399.757%20326.459C398.489%20324.52%20397.452%20322.673%20396.884%20321.019C396.361%20319.542%20396.316%20317.902%20396.639%20316.609C396.836%20315.129%20397.555%20313.744%20398.589%20312.37ZM197.986%20398.931C197.733%20398.837%20197.486%20398.721%20197.234%20398.616C197.484%20398.724%20197.732%20398.833%20197.986%20398.931ZM9.42995%20304.401C8.8395%20303.704%208.30073%20302.964%207.81795%20302.188C8.31218%20302.956%208.85041%20303.695%209.42995%20304.401ZM195.624%20397.869C194.185%20397.13%20192.979%20395.981%20191.818%20394.823C190.645%20393.673%20189.466%20392.5%20188.116%20391.589C185.414%20389.612%20181.916%20389.934%20179.096%20390.658C176.251%20391.495%20173.494%20392.21%20171.764%20393.65C170.856%20394.365%20170.314%20395.118%20169.77%20395.964C169.161%20396.768%20168.506%20397.332%20167.966%20397.76C166.873%20398.607%20166.233%20398.98%20166.408%20399.082C166.564%20399.127%20167.564%20399.025%20169.431%20397.804C166.298%20400.327%20162.598%20401.091%20159.071%20401.725C158.201%20401.892%20157.044%20401.965%20156.042%20401.875C155.001%20401.777%20153.989%20401.497%20153.032%20401.127C151.135%20400.329%20149.538%20399.125%20148.136%20397.838C146.74%20396.588%20145.455%20395.082%20144.263%20393.936C143.131%20392.862%20141.676%20392.092%20140.086%20391.692C136.886%20390.889%20133.23%20391.437%20130.032%20392.89C128.445%20393.612%20126.897%20394.607%20125.699%20395.758C124.435%20397.168%20122.729%20398.668%20120.754%20399.538C118.942%20400.405%20116.968%20401.103%20114.841%20401.422C112.719%20401.762%20110.374%20401.482%20108.386%20400.576C104.415%20398.797%20101.593%20395.706%2098.5929%20393.533C95.6719%20391.505%2091.7679%20391.027%2088.1569%20391.819C86.335%20392.212%2084.5881%20392.896%2082.9829%20393.843C82.1869%20394.318%2081.431%20394.858%2080.7229%20395.456C80.3659%20395.747%2080.0709%20396.072%2079.7379%20396.374L78.702%20397.507C77.22%20399.044%2075.4369%20400.407%2073.3259%20401.223C72.2739%20401.626%2071.1459%20401.888%2070.0009%20401.945C68.9128%20401.991%2067.8227%20401.939%2066.7439%20401.789C64.5771%20401.486%2062.4923%20400.755%2060.6109%20399.638C59.6735%20399.078%2058.795%20398.425%2057.9889%20397.688C57.0969%20396.88%2056.5889%20396.212%2055.8589%20395.602C53.0989%20393.171%2049.4439%20391.668%2045.8059%20391.528C43.9909%20391.454%2042.1819%20391.727%2040.5499%20392.384C40.1269%20392.516%2039.7469%20392.737%2039.3609%20392.943C38.9639%20393.128%2038.6029%20393.377%2038.2549%20393.639C37.8899%20393.879%2037.5469%20394.147%2037.2429%20394.463C36.9329%20394.759%2036.6339%20394.989%2036.4379%20395.333C34.1469%20398.828%2030.3399%20401.559%2026.1629%20402.515C21.9779%20403.542%2017.4149%20402.785%2013.7719%20400.58L11.2449%20398.87C10.3869%20398.219%209.59773%20397.481%208.88995%20396.669C7.48095%20395.037%206.44995%20393.121%205.79995%20391.121C5.62695%20389.799%205.29795%20387.751%205.45595%20385.277C5.57195%20382.831%206.24495%20379.985%207.61995%20377.297C8.49495%20375.232%2010.2959%20373.954%2011.5199%20372.822C12.1899%20372.218%2012.6099%20371.719%2013.0669%20370.979C13.5069%20370.283%2013.8799%20369.552%2014.1949%20368.816C15.4409%20365.881%2015.7849%20362.845%2015.8489%20361.036C15.9709%20361.709%2016.0269%20362.063%2016.0989%20362.086C16.1679%20362.111%2016.2729%20361.809%2016.3119%20361.289C16.4389%20360.246%2016.1899%20358.16%2015.0649%20356.078C14.6099%20355.228%2014.0149%20354.402%2013.3649%20353.616C15.4149%20355.851%2016.8419%20358.66%2016.8149%20361.751C16.7049%20365.518%2015.6669%20369.552%2013.4179%20372.568C11.8679%20374.451%209.74095%20375.458%208.75595%20377.794C5.19295%20384.688%206.58895%20394.006%2013.3449%20398.224C20.6949%20403.874%2030.7349%20401.624%2035.5749%20394.025C41.7549%20387.531%2052.7289%20389.754%2058.2119%20396.058C61.0879%20399.043%2064.9819%20400.665%2069.2689%20400.658C73.0939%20400.728%2076.2989%20398.432%2078.6719%20395.605C83.9469%20390.049%2093.8319%20387.967%20100.12%20392.998C107.31%20398.902%20110.806%20402.854%20120.603%20398.096C122.231%20397.236%20123.541%20396.09%20124.733%20394.746C129.863%20389.817%20140.095%20387.533%20145.628%20393.178C149.023%20396.754%20152.812%20401.11%20158.279%20400.312C162.065%20399.702%20167.074%20398.6%20169.503%20395.519C170.791%20393.493%20172.823%20392.274%20175.083%20391.591C177.905%20390.681%20180.965%20389.675%20183.998%20389.944C188.36%20390.169%20190.978%20394.214%20194.104%20396.842C194.782%20397.344%20195.52%20397.785%20196.294%20398.18C196.072%20398.07%20195.842%20397.99%20195.624%20397.87M260.94%20394.493C259.338%20395.683%20257.757%20397.048%20255.916%20398.166C254.104%20399.306%20251.924%20400.08%20249.658%20400.051C247.415%20400.024%20245.135%20399.626%20242.992%20398.796C240.85%20397.984%20238.86%20396.614%20237.45%20394.796C234.488%20391.365%20229.722%20390.152%20225.56%20390.409C222.384%20390.593%20219.363%20391.603%20217.018%20393.26C222.914%20388.834%20233.132%20389.083%20237.803%20394.891C240.675%20398.633%20246.24%20400.055%20250.603%20399.899C255.158%20399.485%20258.002%20396.459%20261.719%20393.806C261.374%20394.086%20261.101%20394.331%20260.94%20394.493ZM359.335%20391.263C357.443%20391.562%20355.595%20392.238%20353.976%20393.31C353.166%20393.842%20352.429%20394.485%20351.726%20395.21C350.922%20396.006%20350.059%20396.739%20349.144%20397.404C347.292%20398.71%20345.199%20399.758%20342.919%20400.3C340.614%20400.88%20338.198%20400.862%20335.902%20400.245C333.572%20399.677%20331.471%20398.363%20329.714%20396.919C327.918%20395.482%20326.292%20393.919%20324.491%20392.649C322.705%20391.363%20320.683%20390.471%20318.484%20390.394C316.262%20390.269%20314.005%20390.524%20311.88%20391.222C309.761%20391.917%20307.775%20393.104%20306.334%20394.833C304.844%20396.597%20302.896%20397.921%20300.784%20398.73C300.689%20398.768%20300.589%20398.79%20300.494%20398.827C302.747%20397.947%20304.778%20396.543%20306.291%20394.62C309.133%20391.102%20314.231%20389.697%20318.745%20389.908C325.772%20390.121%20329.479%20397.919%20336.07%20399.357C341.46%20400.811%20347.08%20398.341%20350.856%20394.603C352.515%20392.787%20354.539%20391.565%20356.719%20390.859C357.181%20390.732%20357.644%20390.619%20358.112%20390.539C362.385%20389.804%20366.797%20390.977%20370.23%20393.315C367.039%20391.521%20363.133%20390.666%20359.335%20391.263Z%22%20fill%3D%22%23E5BF48%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.85794%20376.573L5.87194%20376.546C5.90394%20376.482%205.92794%20376.416%205.96194%20376.352L5.85794%20376.573Z%22%20fill%3D%22%23E5BF48%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.59195%20375.618C3.62995%20375.528%203.67895%20375.444%203.71895%20375.355C3.74095%20375.311%203.75495%20375.265%203.77695%20375.223L3.59195%20375.618Z%22%20fill%3D%22%23E5BF48%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M159.294%20406.32C159.115%20406.352%20158.784%20406.384%20158.534%20406.412C157.458%20406.542%20156.384%20406.539%20155.318%20406.424C153.168%20406.201%20151.151%20405.47%20149.501%20404.571C146.187%20402.732%20144.085%20400.477%20142.281%20398.622C141.852%20398.183%20141.368%20397.638%20141.118%20397.418C140.924%20397.291%20140.808%20397.096%20140.568%20396.984C140.19%20396.667%20139.656%20396.507%20139.121%20396.301C137.974%20395.993%20136.493%20395.969%20135.023%20396.25C133.575%20396.525%20132.189%20397.057%20130.93%20397.823C130.349%20398.183%20129.81%20398.564%20129.402%20398.959L129.174%20399.166L129.134%20399.223L128.822%20399.568C128.39%20400.038%20127.932%20400.502%20127.448%20400.948C126.48%20401.849%20125.427%20402.654%20124.304%20403.352L123.877%20403.607C123.683%20403.719%20123.465%20403.847%20123.333%20403.906L122.609%20404.264L121.271%20404.924C119.396%20405.731%20117.588%20406.458%20115.614%20406.849C117.813%20406.569%20119.516%20405.947%20121.122%20405.359C121.918%20405.053%20122.592%20404.724%20123.335%20404.398C123.6%20404.282%20123.859%20404.152%20124.11%20404.008L124.743%20403.645C125.153%20403.396%20125.553%20403.139%20125.932%20402.87C126.662%20402.355%20127.358%20401.794%20128.016%20401.189C128.332%20400.9%20128.626%20400.612%20128.91%20400.324L129.584%20399.61L130.102%20399.152C130.38%20398.972%20130.591%20398.748%20130.894%20398.585C133.138%20397.113%20135.893%20396.437%20137.864%20396.562C138.864%20396.619%20139.656%20396.844%20140.279%20397.183C140.425%20397.279%20140.615%20397.339%20140.716%20397.459C140.862%20397.597%20140.909%20397.533%20141.298%20397.952C142.017%20398.662%20142.748%20399.382%20143.492%20400.118C145.128%20401.655%20147.112%20403.48%20150.165%20404.978C151.683%20405.71%20153.542%20406.302%20155.548%20406.467C156.544%20406.542%20157.56%20406.542%20158.596%20406.41C159.182%20406.352%20159.498%20406.285%20159.839%20406.221L160.867%20406.024L159.829%20406.224L159.294%20406.319V406.32Z%22%20fill%3D%22%23E5BF48%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  --hc-btn-bg: url("data:image/svg+xml,%3Csvg%20width%3D%22358%22%20height%3D%2273%22%20viewBox%3D%220%200%20358%2073%22%20preserveAspectRatio%3D%22none%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmask%20id%3D%22mask0_6_514%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22358%22%20height%3D%2273%22%3E%0A%3Cpath%20d%3D%22M0%200H358V72.6H0V0Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fmask%3E%0A%3Cg%20mask%3D%22url(%23mask0_6_514)%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M319.848%2058.3999L319.766%2058.5759C316.5%2059.7279%20310.092%2058.1109%20316.102%2057.9299C317.321%2057.8939%20318.883%2057.8839%20319.848%2058.3999ZM320.199%2065.5539C319.713%2066.0529%20320.059%2066.3809%20320.947%2066.4729C323.577%2066.7459%20321.121%2064.8399%20320.199%2065.5539ZM315.504%2065.3079C314.93%2065.3269%20314.444%2065.4739%20314.573%2065.8779C314.924%2066.9789%20316.674%2065.5559%20315.504%2065.3079ZM321.253%2061.3729C320.952%2061.6729%20320.853%2061.4029%20321.253%2061.3729ZM243.312%2070.3829C233.293%2070.5469%20223.816%2070.2669%20213.838%2070.0869C212.074%2070.0539%20191.679%2070.2369%20204.662%2070.8769C219.135%2071.5899%20234.087%2071.6309%20248.575%2071.2439C252.078%2071.1432%20255.568%2070.9446%20259.032%2070.6489C266.508%2069.9889%20243.312%2070.3829%20243.312%2070.3829ZM90.9327%2070.0439C90.8468%2069.9269%2090.7776%2070.0559%2090.9327%2070.0439ZM301.984%2065.5229C292.01%2066.7929%20303.502%2067.2269%20306.937%2065.8599C308.328%2064.7399%20302.408%2065.4689%20301.984%2065.5229ZM305.249%2062.2049C305.571%2062.6639%20306.305%2062.7589%20306.971%2062.4929C308.818%2061.7569%20305.489%2061.4729%20305.249%2062.2049ZM322.794%2058.1849C321.829%2058.5409%20323.351%2059.1349%20323.358%2058.5049C323.306%2058.3389%20323.167%2058.0469%20322.794%2058.1849ZM309.911%2063.6549C309.634%2063.9579%20309.509%2063.6949%20309.911%2063.6549ZM284.026%2061.6319C284.303%2062.3819%20285.473%2061.4639%20284.636%2061.2929C284.281%2061.2959%20283.929%2061.3659%20284.026%2061.6319ZM354.949%2048.2549C351.039%2050.3499%20345.321%2050.8469%20339.519%2050.9139C339.394%2051.1499%20340.889%2050.9889%20343.041%2051.5039C344.073%2051.8719%20344.646%2052.3519%20344.796%2052.8209C346.366%2052.8829%20347.4%2052.9869%20347.575%2053.1479C347.319%2053.3929%20346.129%2053.6309%20344.366%2053.8559C343.955%2054.1629%20343.278%2054.4009%20342.349%2054.5019C340.392%2054.7149%20342.955%2055.2249%20341.181%2055.6269C337.295%2056.0689%20323.824%2055.6439%20319.143%2055.5669L317.87%2055.5469L317.655%2055.5549C309.894%2055.8069%20302.141%2056.0469%20294.387%2056.3249C300.15%2058.6609%20310.143%2055.8529%20311.666%2058.2859C312.113%2059.0009%20311.319%2059.4899%20309.851%2059.2259C307.003%2058.7139%20303.429%2057.6239%20301.892%2059.7419C300.277%2061.9659%20300.846%2061.3489%20297.445%2062.7699C296.602%2063.1229%20296.361%2063.8949%20295.008%2062.9549C292.103%2060.9349%20300.799%2061.4909%20299.277%2059.8929C298.459%2059.0329%20287.884%2058.9839%20286.142%2059.4059C283.628%2060.0159%20283.619%2061.0419%20282.653%2058.9989C281.918%2059.2319%20281.099%2059.6529%20280.402%2059.8219C280.488%2060.3469%20280.583%2060.8819%20280.694%2061.4329C282.189%2061.8049%20281.168%2062.9109%20282.507%2064.3369C283.703%2065.6129%20286.32%2065.3999%20288.208%2064.9129C288.421%2064.0149%20283.712%2063.4209%20290.357%2061.5149C292.544%2060.8879%20289.236%2062.5489%20289.615%2063.2119C290.086%2064.0379%20294.017%2065.5409%20295.318%2066.1739C290.787%2067.4959%20286.32%2067.3419%20281.683%2067.1239C281.654%2069.3209%20279.746%2068.4139%20273.527%2067.9429C259.736%2066.8969%20245.263%2068.2069%20231.395%2068.4919C226.767%2068.5799%20222.764%2067.9649%20217.969%2068.2169C213.689%2068.4409%20210.988%2068.4969%20206.69%2068.2529C200.199%2067.8839%20192.677%2068.6689%20185.974%2068.7329C179.028%2068.7979%20173.725%2068.3699%20166.858%2067.5199C158.026%2066.4259%20148.932%2068.5969%20139.704%2067.8449C136.227%2067.5279%20126.848%2066.5149%20123.862%2067.4049C120.874%2068.2959%20120.681%2068.4679%20117.395%2068.3999C108.086%2068.2079%2099.3105%2068.2859%2089.9608%2067.7289C76.5866%2066.9319%2082.9214%2071.2129%2078.1474%2071.7559C71.4277%2072.5199%2063.6742%2071.3989%2056.876%2072.2549C54.3021%2072.5799%2052.5618%2072.8689%2049.9992%2072.1649C49.6665%2072.0539%2043.8383%2070.1449%2043.7897%2070.0849C42.9859%2069.1009%2036.6868%2069.5549%2034.9951%2069.4099C33.2418%2069.2599%2031.724%2069.0749%2030.0231%2068.5969C31.0698%2068.4339%2039.2588%2067.6409%2039.3261%2067.4709C37.5204%2066.6969%2019.0135%2064.5549%2014.219%2063.6109C10.9759%2062.9709%202.82436%2061.4509%201.03367%2058.5529C-0.0467258%2056.1329%203.00007%2055.6659%201.23367%2051.8909C0.295338%2049.8829%201.87855%2050.3579%203.62999%2050.4339C8.56467%2050.6499%206.49734%2051.0379%207.54035%2054.7009C7.98148%2056.2479%2011.746%2055.8339%2013.0788%2055.3109C14.0283%2054.9379%2013.2863%2054.7809%2012.2376%2053.4479C9.46936%2049.9259%209.43385%2050.8109%2015.7106%2050.6499C17.4863%2050.6059%2019.1911%2050.4939%2020.9631%2050.3759C35.3933%2049.2459%20-13.0863%2048.1559%203.50475%2046.5359C6.55154%2046.2389%206.52164%2046.4689%209.16281%2045.3929C12.118%2044.1869%2012.9367%2045.7049%2016.0489%2046.2919C19.7948%2046.9979%2026.1912%2046.4419%2029.0137%2043.6799C30.5763%2042.1529%2031.2511%2041.4999%2031.9876%2041.2699C31.2081%2039.9169%2030.5221%2040.3659%2026.9146%2039.7259C29.0586%2038.8449%2032.8885%2038.4029%2037.1858%2038.1519C36.8857%2037.9314%2036.7324%2037.6635%2036.7503%2037.3909C29.5165%2037.2269%2022.578%2036.8469%2020.6715%2036.2829L22.0696%2035.9719C24.9669%2035.5879%2027.9277%2035.3419%2030.9184%2035.2119C26.9305%2034.6303%2023.1032%2033.7702%2019.535%2032.6539C18.4779%2032.308%2017.4507%2031.9366%2016.4564%2031.5409C3.71784%2030.9139%207.12539%2032.0539%208.33476%2028.6689C8.5385%2028.0969%204.35337%2026.1949%203.49353%2025.7329C5.50666%2025.5769%206.76089%2025.4279%207.5011%2025.2669C7.43273%2024.8604%207.51402%2024.4507%207.74035%2024.0609C6.61323%2023.1859%205.09731%2021.8449%2011.4918%2019.4599L11.8993%2019.3069C10.3348%2018.9949%209.13851%2018.6459%208.66187%2018.2519C7.12726%2016.9839%207.50857%2015.6319%208.87869%2014.3449L8.78897%2014.3019C5.06927%2012.4509%2011.2245%2010.9349%2017.1518%2010.0239C18.0973%209.68245%2019.0702%209.36314%2020.0677%209.06693C32.5502%205.56693%2042.7635%206.18193%2056.1937%205.79993C61.42%205.65193%2059.4125%205.43693%2055.489%205.08393C47.8328%204.39693%2032.8343%204.44593%2027.7632%202.18693C31.638%201.60393%2032.1371%202.17193%2033.0717%200.488927C37.0139%200.361927%2039.8999%200.545927%2043.7804%200.665927C52.9768%200.950927%2059.2536%20-0.137073%2067.1304%200.015927C72.7043%200.252927%2073.5342%200.441927%2079.5549%200.245927C82.9438%200.175927%2085.3756%200.235927%2088.7364%200.364927C94.9048%200.603927%2098.774%200.329927%20104.617%200.374927C110.529%200.421927%20120.16%200.507927%20125.842%200.829927C132.307%201.19593%20138.358%201.16493%20144.706%201.69693C156.491%202.68393%20156.908%202.22493%20169.155%202.56493C175.148%202.73093%20173.654%204.51893%20174.247%204.62693C176.463%205.02893%20185.974%204.37193%20188.572%204.57993C201.928%205.65093%20211.474%205.08393%20224.554%205.08393C233.657%205.08393%20238.745%204.25193%20248.203%204.85393C262.02%205.73193%20260.566%208.65593%20275.916%207.72293C279.897%207.48093%20283.948%207.46293%20287.969%207.51993C288.66%208.74793%20290.43%209.78793%20292.873%2010.1679C300.737%2011.3939%20308.73%2012.1759%20316.794%2012.6949L316.984%2012.7069C317.597%2012.7459%20318.208%2012.7839%20318.822%2012.8199L319.117%2012.8369C319.687%2012.8689%20320.257%2012.9019%20320.825%2012.9319L321.597%2012.9719C322.018%2012.9939%20322.439%2013.0159%20322.857%2013.0359C323.569%2013.0709%20324.282%2013.1039%20324.996%2013.1359L324.997%2013.1379C326.29%2014.4926%20327.818%2015.7789%20329.562%2016.9799C331.549%2018.3639%20333.813%2019.6219%20336.108%2020.8579C337.071%2021.3759%20338.043%2021.8919%20339.001%2022.4129C339.082%2022.9929%20338.858%2023.6619%20338.222%2024.4729C338.097%2024.6329%20337.975%2024.7799%20337.856%2024.9179C337.97%2025.0599%20338.084%2025.2099%20338.201%2025.3719C340.572%2028.6519%20336.616%2029.5199%20332.687%2031.5489C334.123%2031.8319%20335.08%2032.2239%20335.867%2032.8739C336.971%2032.8088%20338.07%2032.7211%20339.162%2032.6109C345.826%2031.7079%20350.921%2028.9949%20356.85%2033.2579C362.013%2036.9719%20345.869%2035.7459%20344.274%2038.2509C344.017%2038.6559%20343.867%2038.9809%20343.732%2039.2469C347.273%2039.2449%20351.465%2039.4229%20353.138%2040.6269C355.946%2042.6459%20347.618%2042.2699%20345.82%2042.2589C342.912%2042.2419%20331.693%2042.1939%20322.25%2042.3169C326.039%2042.4219%20330.358%2042.3339%20334.044%2042.4419C335.104%2042.4629%20341.835%2042.5139%20342.317%2043.5499C342.573%2043.5659%20342.807%2043.5829%20343.009%2043.6009C345.691%2043.8409%20348.131%2044.2009%20350.747%2044.6039C355.731%2045.4009%20361.766%2044.6049%20354.949%2048.2549ZM40.5822%2037.9929C43.4701%2037.8839%2046.4197%2037.8279%2049.1038%2037.7579C48.8836%2037.6617%2048.6703%2037.5609%2048.4646%2037.4559C46.2507%2037.4866%2044.0358%2037.4916%2041.8214%2037.4709C41.4391%2037.6648%2041.0242%2037.8396%2040.5822%2037.9929ZM338.14%2066.3569C337.631%2066.8479%20341.394%2067.7529%20342.981%2067.3399C344.05%2065.0269%20338.751%2065.7629%20338.14%2066.3569ZM25.3557%2042.5059C25.5276%2042.2359%2025.7931%2041.7359%2025.3183%2041.6029C24.0584%2041.2519%2024.6061%2043.3019%2025.3557%2042.5059ZM327.919%2060.0009C327.62%2060.3539%20327.457%2059.9929%20327.919%2060.0009ZM342.697%2058.5609C338.914%2057.0559%20333.968%2057.7229%20329.844%2058.2579C329.788%2058.9219%20329.826%2059.5669%20329.689%2060.2299C329.39%2061.6879%20322.113%2062.5129%20326.754%2062.5579C334.88%2062.2349%20331.708%2061.2139%20332.594%2060.5479C333.605%2059.7869%20337.966%2061.4939%20342.697%2058.5609ZM335.697%2066.2019C334.388%2066.4569%20335.549%2067.1759%20336.048%2066.5319C336.063%2066.3759%20336.035%2066.1719%20335.697%2066.2019ZM325.577%2057.9559C325.349%2058.1789%20325.027%2058.5979%20325.581%2058.7499C327.085%2059.1649%20326.549%2057.4089%20325.577%2057.9559ZM330.259%2065.5289C329.837%2065.7959%20329.147%2066.3709%20329.941%2066.6569C331.452%2067.1979%20331.498%2065.2049%20330.259%2065.5289ZM1.66359%2013.4899C2.26173%2013.5229%203.0767%2013.4999%203.38699%2013.2219C4.81132%2011.9499%20-3.05987%2012.6689%201.66359%2013.4899Z%22%20fill%3D%22%23EEEAE5%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
body, html {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
body h1, html h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#content hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(228 101 79 / var(--tw-border-opacity));
}
#content p {
  line-height: 1.625;
}
.section-title,
.entry-title {
  font-family: var(--hc-font-heading-block);
  font-size: 88px;
  line-height: 1em;
}
.section-wrapper {
  position: relative;
  z-index: 1;
}
.section-wrapper:before, .section-wrapper:after {
  content: " ";
  height: 50px;
  width: 100%;
  position: absolute;
  top: -48px;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-mask: var(--hc-section-before);
          mask: var(--hc-section-before);
}
.section-wrapper:after {
  top: initial;
  bottom: -48px;
  -webkit-mask: var(--hc-section-after);
          mask: var(--hc-section-after);
}
.section-wrapper.section-wrapper-no-before:before {
  display: none;
}
.section-wrapper.section-wrapper-no-after:after {
  display: none;
}
.section-wrapper.section-wrapper-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(228 101 79 / var(--tw-bg-opacity));
}
.section-wrapper.section-wrapper-primary:before, .section-wrapper.section-wrapper-primary:after {
  --tw-bg-opacity: 1;
  background-color: rgb(228 101 79 / var(--tw-bg-opacity));
}
.section-wrapper.section-wrapper-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.section-wrapper.section-wrapper-dark h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.section-wrapper.section-wrapper-dark:before, .section-wrapper.section-wrapper-dark:after {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.section-wrapper.section-wrapper-dark:before h1, .section-wrapper.section-wrapper-dark:after h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.section-wrapper.section-wrapper-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.section-wrapper.section-wrapper-light:before, .section-wrapper.section-wrapper-light:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.section-wrapper.section-wrapper-accent-light {
  background-color: var(--hc-color-accent-light);
}
.section-wrapper.section-wrapper-accent-light:before, .section-wrapper.section-wrapper-accent-light:after {
  background-color: var(--hc-color-accent-light);
}
.btn, .wpcf7-submit, .tickera-button, .tc-event-dropdown-wrap a.add_to_cart {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  cursor: pointer;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(228 101 79 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}
.btn:hover, .wpcf7-submit:hover, .tickera-button:hover, .tc-event-dropdown-wrap a.add_to_cart:hover {
  opacity: 0.7;
}
.btn:focus, .wpcf7-submit:focus, .tickera-button:focus, .tc-event-dropdown-wrap a.add_to_cart:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn:active, .wpcf7-submit:active, .tickera-button:active, .tc-event-dropdown-wrap a.add_to_cart:active {
  opacity: 0.7;
}
.btn,
.wpcf7-submit,
.tickera-button,
.tc-event-dropdown-wrap a.add_to_cart {
  padding: 1rem 6rem;
  -webkit-mask: var(--hc-btn-bg);
          mask: var(--hc-btn-bg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  font-family: var(--hc-font-heading-script);
  font-size: 1.75rem;
  text-align: center;
  line-height: 1;
}
.btn.btn-dark, .wpcf7-submit.btn-dark, .tickera-button.btn-dark, .tc-event-dropdown-wrap a.add_to_cart.btn-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-dark h1, .wpcf7-submit.btn-dark h1, .tickera-button.btn-dark h1, .tc-event-dropdown-wrap a.add_to_cart.btn-dark h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-dark:hover, .wpcf7-submit.btn-dark:hover, .tickera-button.btn-dark:hover, .tc-event-dropdown-wrap a.add_to_cart.btn-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.btn.btn-dark:active, .wpcf7-submit.btn-dark:active, .tickera-button.btn-dark:active, .tc-event-dropdown-wrap a.add_to_cart.btn-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.btn.btn-light, .wpcf7-submit.btn-light, .tickera-button.btn-light, .tc-event-dropdown-wrap a.add_to_cart.btn-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.btn.btn-small,
.wpcf7-submit.btn-small,
.tickera-button.btn-small,
.tc-event-dropdown-wrap a.add_to_cart.btn-small {
  font-size: 1.5rem;
}
.btn.btn-stretch,
.wpcf7-submit.btn-stretch,
.tickera-button.btn-stretch,
.tc-event-dropdown-wrap a.add_to_cart.btn-stretch {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.tc-event-dropdown-wrap a.add_to_cart {
  margin-top: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.tickera input.tickera-button {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tickera input.tickera-button h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tickera input.tickera-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.tickera input.tickera-button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.tickera input.tickera-button {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.tickera-button.tickera_checkout:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(228 101 79 / var(--tw-text-opacity));
}
.tickera-button.tickera_checkout:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  line-height: 1.25;
}
h1 {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  line-height: 1.25;
}
@media (min-width: 768px) {

  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
h3 {
  line-height: 1.5;
  font-family: var(--hc-font-heading-script);
  font-size: 40px;
  line-height: 1em;
}
.bg-dark h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.img-wrapper-stamp {
  position: relative;
}
.img-wrapper-stamp:before {
  content: " ";
  position: absolute;
  background-image: var(--hc-stamp-frame);
  top: -35px;
  left: -40px;
  display: block;
  width: 407px;
  height: 407px;
  z-index: -1;
}
@media (min-width: 1024px) {

  .content-column {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.content-column.main {
  padding: 2rem;
}
@media (min-width: 768px) {

  .content-column.main {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .content-column.main {
    padding: 3.5rem;
  }
}
.wpcf7-textarea, .wpcf7-text, .wpcf7-date {
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wpcf7-textarea:focus, .wpcf7-text:focus, .wpcf7-date:focus {
  --tw-border-opacity: 1;
  border-color: rgb(228 101 79 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 101 79 / var(--tw-ring-opacity));
}
@media (min-width: 640px) {

  .wpcf7-textarea, .wpcf7-text, .wpcf7-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.pagination .nav-links {
  position: relative;
  z-index: 0;
  display: inline-flex;
}
.pagination .nav-links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.pagination .nav-links {
  border-radius: 0.375rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pagination .page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.pagination .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.pagination .page-numbers.current {
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(228 101 79 / var(--tw-text-opacity));
}
.entry-content h2, .block-editor-block-list__layout h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: var(--hc-font-heading-script);
}
.entry-content h3, .block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.footer-section-title {
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: var(--hc-font-heading-block);
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 2px;
}
.footer-section-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/**
 * Events
 */
.event-single.event-single-theme-3 {
  --hc-event-single-accent: var(--hc-color-accent-3);
  --hc-event-single-sidebar-text: var(--hc-color-dark);
}
.event-single .section-wrapper, .event-single .section-wrapper:before, .event-single .section-wrapper:after {
  background-color: var(--hc-event-single-accent);
}
.event-single .event-single-sidebar {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  padding: 2rem;
  background-color: var(--hc-event-single-accent);
  color: var(--hc-event-single-sidebar-text);
}
.event-single .event-single-sidebar .btn {
  color: var(--hc-event-single-accent);
}
.event-single .event-single-sidebar h5 {
  text-transform: uppercase;
  font-family: var(--hc-font-heading-script);
  font-size: 1.6rem;
}
.event-thumb {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.event-thumb h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-thumb:last-child {
  margin-right: 0px;
}
.event-thumb .event-thumb-title {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-thumb .event-thumb-title h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-thumb .event-thumb-title {
  font-family: var(--hc-font-heading-block);
  font-size: 43px;
  letter-spacing: 5px;
}
.event-thumb .event-thumb-link-overlay {
  position: absolute;
  top: 0px;
  display: block;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}
.event-thumb .event-thumb-link-overlay h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-thumb .event-thumb-image-wrapper {
  display: block;
  aspect-ratio: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.event-thumb .event-thumb-image-wrapper h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-thumb .event-thumb-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.5;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.event-thumb .event-thumb-date {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
  font-family: var(--hc-font-heading-script);
  font-size: 1.25rem;
  line-height: 0.9em;
  width: auto;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.event-thumb:hover .event-thumb-image {
  opacity: 0.8;
}
.event-thumbs-wrapper {
  background-image: url(../images/section-upcoming-bg.svg?550a5582f4d5011fa03ccfbe030e91db);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 748px 894px;
  color: white;
  min-height: 894px;
}
.event-thumbs-wrapper .events {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 1024px) {

  .event-thumbs-wrapper .events {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .event-thumbs-wrapper .events {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.event-thumbs-wrapper .events .event-thumb-date {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
  font-family: var(--hc-font-heading-script);
  font-size: 34px;
  line-height: 0.9em;
  width: 162px;
  height: 160px;
  position: absolute;
  right: -30px;
  bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask: url(../images/event-date-bg.svg?6db875ff50afffaedd922c02f9e1fd60);
          mask: url(../images/event-date-bg.svg?6db875ff50afffaedd922c02f9e1fd60);
  z-index: 2;
}
.event-awards {
  padding-top: 7rem;
  padding-bottom: 7rem;
  text-align: center;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .event-awards {
    margin-top: -12rem;
  }
}
/**
 * Home Section - History
 */
.section-history-wrapper {
  position: relative;
  z-index: 2;
  background-image: url(../images/section-history-bg.svg?d815f898893636482d0f69af8405163b);
  background-repeat: no-repeat;
  background-position: right top;
}
.section-history-text {
  position: relative;
}
.section-history-bg {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
  display: none;
}
/**
 * Tickera overrides
 */
.tc-event-table-wrap, .tickera-checkout, .order-details-table-wrapper {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  border-radius: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
table.event_tickets, table.tickera_table, table.order-details {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
table.event_tickets th, table.event_tickets td, table.tickera_table th, table.tickera_table td, table.order-details th, table.order-details td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
table.event_tickets th, table.tickera_table th, table.order-details th {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
table.event_tickets td:first-child, table.tickera_table td:first-child, table.order-details td:first-child {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
table.event_tickets td:last-child, table.tickera_table td:last-child, table.order-details td:last-child {
  width: 25%;
}
table.event_tickets tr:nth-child(2n+1) td, table.event_tickets tbody tr:nth-child(2n+1) td, table.tickera_table tr:nth-child(2n+1) td, table.tickera_table tbody tr:nth-child(2n+1) td, table.order-details tr:nth-child(2n+1) td, table.order-details tbody tr:nth-child(2n+1) td {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
table.event_tickets tr:last-of-type td, table.event_tickets tbody tr:last-of-type td, table.tickera_table tr:last-of-type td, table.tickera_table tbody tr:last-of-type td, table.order-details tr:last-of-type td, table.order-details tbody tr:last-of-type td {
  border-width: 0px;
}
table.event_tickets a, table.tickera_table a, table.order-details a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.tc-event-dropdown-wrap > .inner-wrap, .tc-event-dropdown-wrap .cart_form {
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 768px) {

  .tc-event-dropdown-wrap > .inner-wrap, .tc-event-dropdown-wrap .cart_form {
    align-items: flex-end;
  }
}
.tc-event-dropdown-wrap > .inner-wrap,
.tc-event-dropdown-wrap .cart_form {
  display: flex !important;
}
.tc-event-dropdown-wrap > .inner-wrap > p:empty,
.tc-event-dropdown-wrap .cart_form > p:empty {
  display: none;
}
.tc-event-dropdown-wrap select.ticket-type-id {
  max-width: 100%;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.tc-event-dropdown-wrap .cart_form .ticket-quantity {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.tc-event-dropdown-wrap .cart_form .ticket-quantity .inner-wrap {
  display: flex;
  gap: 0.125rem;
}
.tc-event-dropdown-wrap .cart_form .ticket-quantity .tc_quantity_selector {
  flex-grow: 1;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.tc-event-dropdown-wrap .cart_form .ticket-quantity .tickera_button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
  height: 34px;
  width: 34px;
}
.tc-event-dropdown-wrap .cart_form .ticket-quantity .tickera_button.plus {
  margin: inherit;
}
.tc-event-dropdown-wrap .tc_in_cart > a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.tickera-checkout thead th:not(:last-child),
.tickera-checkout thead td:not(:last-child),
.tickera-checkout tbody th:not(:last-child),
.tickera-checkout tbody td:not(:last-child) {
  text-align: left !important;
}
.tickera-checkout thead .last-table-row td.ticket-total-all, .tickera-checkout thead tr td[class^=ticket-], .tickera-checkout thead tr td.actions, .tickera-checkout tbody .last-table-row td.ticket-total-all, .tickera-checkout tbody tr td[class^=ticket-], .tickera-checkout tbody tr td.actions {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}
.tickera-checkout .discount-wrap {
  display: none;
}
.tickera-checkout .tickera-button {
  -webkit-mask: none;
          mask: none;
  padding: 8px;
  font-size: 0.8rem;
}
.tickera-checkout h3 {
  display: none;
}
.tickera-checkout .actions-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
@media (min-width: 768px) {

  .tickera-checkout .actions-wrapper {
    grid-template-columns: none;
  }
}
.tickera-checkout .ticket-total-all {
  text-align: left;
}
@media (min-width: 768px) {

  .tickera-checkout .ticket-total-all {
    text-align: right;
  }
}
.tickera-checkout .ticket-total-all span + span {
  margin-left: 0.125rem;
}
@media (min-width: 768px) {

  .tickera-checkout .ticket-total-all span + span {
    margin: 0px;
  }
}
.coupon-code {
  margin-right: 0.5rem;
  display: inline-block;
}
.tickera_additional_info .tickera_buyer_info, .tickera_owner_info {
  float: none;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {

  .tickera_additional_info .tickera_buyer_info, .tickera_owner_info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tickera_additional_info .tickera_buyer_info h2, .tickera_additional_info .tickera_buyer_info h3, .tickera_owner_info h2, .tickera_owner_info h3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .tickera_additional_info .tickera_buyer_info h2, .tickera_additional_info .tickera_buyer_info h3, .tickera_owner_info h2, .tickera_owner_info h3 {
    grid-column: span 2 / span 2;
  }
}
.tickera_additional_info .tickera_buyer_info .fields-wrap, .tickera_owner_info .fields-wrap {
  display: flex;
  flex-direction: column;
}
.tickera_additional_info .tickera_buyer_info .fields-wrap label, .tickera_owner_info .fields-wrap label {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .tickera_additional_info .tickera_buyer_info .fields-wrap label, .tickera_owner_info .fields-wrap label {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tickera_additional_info .tickera_buyer_info .fields-wrap label label, .tickera_owner_info .fields-wrap label label {
    grid-column: span 2 / span 2;
  }
}
.tickera_additional_info .tickera_buyer_info .fields-wrap span, .tickera_additional_info .tickera_buyer_info .fields-wrap input, .tickera_owner_info .fields-wrap span, .tickera_owner_info .fields-wrap input {
  float: none;
}
.tickera_additional_info .tickera_buyer_info .fields-wrap span, .tickera_owner_info .fields-wrap span {
  margin: 0;
}
.tickera_owner_info.info_section + p {
  text-align: right;
}
.tickera_checkout.tickera-button {
  float: none;
}
.tickera .tc_cart_errors ul {
  margin-bottom: 0px;
}
.tickera .tc_cart_errors ul li {
  margin-bottom: 1rem;
  list-style-type: none;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

  .tickera .tc_cart_errors ul li {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  }

  .tickera .tc_cart_errors ul li {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity));
  }
}
.tickera.tickera-payment-gateways {
  float: none;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tickera.tickera-payment-gateways label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tickera.tickera-payment-gateways label, .tickera.tickera-payment-gateways label input[type=radio] {
  cursor: pointer;
}
.tickera.tickera-payment-gateways label img {
  display: inline-block;
}
.tickera.tickera-payment-gateways .tc_gateway_form p:last-of-type {
  margin-bottom: 0px;
}
.tickera.tickera-payment-gateways .tickera-height.tc_gateway_form {
  margin: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {

  .md\:top-\[-150px\] {
    top: -150px;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mt-\[-266\.5px\] {
    margin-top: -266.5px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[533px\] {
    height: 533px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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