@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Conv_Trebuchet MS", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  appearance: none;
}

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

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

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

::placeholder {
  color: #cacaca;
}

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

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

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select {
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Conv_Trebuchet MS", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 2.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2.125rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #0c304e;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(10.32, 41.28, 67.08);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    flex-basis: auto;
  }
}
.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 4.1666666667%;
}

.grid-x > .small-2 {
  width: 8.3333333333%;
}

.grid-x > .small-3 {
  width: 12.5%;
}

.grid-x > .small-4 {
  width: 16.6666666667%;
}

.grid-x > .small-5 {
  width: 20.8333333333%;
}

.grid-x > .small-6 {
  width: 25%;
}

.grid-x > .small-7 {
  width: 29.1666666667%;
}

.grid-x > .small-8 {
  width: 33.3333333333%;
}

.grid-x > .small-9 {
  width: 37.5%;
}

.grid-x > .small-10 {
  width: 41.6666666667%;
}

.grid-x > .small-11 {
  width: 45.8333333333%;
}

.grid-x > .small-12 {
  width: 50%;
}

.grid-x > .small-13 {
  width: 54.1666666667%;
}

.grid-x > .small-14 {
  width: 58.3333333333%;
}

.grid-x > .small-15 {
  width: 62.5%;
}

.grid-x > .small-16 {
  width: 66.6666666667%;
}

.grid-x > .small-17 {
  width: 70.8333333333%;
}

.grid-x > .small-18 {
  width: 75%;
}

.grid-x > .small-19 {
  width: 79.1666666667%;
}

.grid-x > .small-20 {
  width: 83.3333333333%;
}

.grid-x > .small-21 {
  width: 87.5%;
}

.grid-x > .small-22 {
  width: 91.6666666667%;
}

.grid-x > .small-23 {
  width: 95.8333333333%;
}

.grid-x > .small-24 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 4.1666666667%;
  }
  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
  }
  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }
  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
  }
  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }
  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
  }
  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }
  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 4.1666666667%;
  }
  .grid-x > .large-2 {
    width: 8.3333333333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.6666666667%;
  }
  .grid-x > .large-5 {
    width: 20.8333333333%;
  }
  .grid-x > .large-6 {
    width: 25%;
  }
  .grid-x > .large-7 {
    width: 29.1666666667%;
  }
  .grid-x > .large-8 {
    width: 33.3333333333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.6666666667%;
  }
  .grid-x > .large-11 {
    width: 45.8333333333%;
  }
  .grid-x > .large-12 {
    width: 50%;
  }
  .grid-x > .large-13 {
    width: 54.1666666667%;
  }
  .grid-x > .large-14 {
    width: 58.3333333333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.6666666667%;
  }
  .grid-x > .large-17 {
    width: 70.8333333333%;
  }
  .grid-x > .large-18 {
    width: 75%;
  }
  .grid-x > .large-19 {
    width: 79.1666666667%;
  }
  .grid-x > .large-20 {
    width: 83.3333333333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.6666666667%;
  }
  .grid-x > .large-23 {
    width: 95.8333333333%;
  }
  .grid-x > .large-24 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(4.1666666667% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.25rem);
}
.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.25rem);
}
.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.25rem);
}
.grid-margin-x > .small-18 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.25rem);
}
.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.25rem);
}
.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.25rem);
}
.grid-margin-x > .small-24 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .small-24 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.875rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.875rem);
  }
  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-x > .large-24 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 4.1666666667%;
}
.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-3 {
  width: 12.5%;
}
.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}
.small-margin-collapse > .small-6 {
  width: 25%;
}
.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}
.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-9 {
  width: 37.5%;
}
.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}
.small-margin-collapse > .small-12 {
  width: 50%;
}
.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}
.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-15 {
  width: 62.5%;
}
.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}
.small-margin-collapse > .small-18 {
  width: 75%;
}
.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}
.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-21 {
  width: 87.5%;
}
.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}
.small-margin-collapse > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .medium-6 {
    width: 25%;
  }
  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .medium-12 {
    width: 50%;
  }
  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .medium-18 {
    width: 75%;
  }
  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .large-6 {
    width: 25%;
  }
  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .large-12 {
    width: 50%;
  }
  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .large-18 {
    width: 75%;
  }
  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .small-6 {
    width: 25%;
  }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .small-12 {
    width: 50%;
  }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .small-18 {
    width: 75%;
  }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .large-6 {
    width: 25%;
  }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .large-12 {
    width: 50%;
  }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .large-18 {
    width: 75%;
  }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .small-6 {
    width: 25%;
  }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .small-12 {
    width: 50%;
  }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .small-18 {
    width: 75%;
  }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .medium-6 {
    width: 25%;
  }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .medium-12 {
    width: 50%;
  }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .medium-18 {
    width: 75%;
  }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .large-6 {
    width: 25%;
  }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .large-12 {
    width: 50%;
  }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .large-18 {
    width: 75%;
  }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.1666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.8333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.1666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.8333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-13 {
  margin-left: 54.1666666667%;
}

.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-15 {
  margin-left: 62.5%;
}

.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-17 {
  margin-left: 70.8333333333%;
}

.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-19 {
  margin-left: 79.1666666667%;
}

.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-21 {
  margin-left: 87.5%;
}

.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

.small-offset-23 {
  margin-left: 95.8333333333%;
}

.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 1.25rem / 2);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.875rem / 2);
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.875rem / 2);
  }
  .large-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.875rem / 2);
  }
  .large-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.875rem / 2);
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.875rem / 2);
  }
  .large-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.875rem / 2);
  }
  .large-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
  .large-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
  flex-basis: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
    flex-basis: auto;
  }
}
.grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 4.1666666667%;
}
.grid-y > .small-2 {
  height: 8.3333333333%;
}
.grid-y > .small-3 {
  height: 12.5%;
}
.grid-y > .small-4 {
  height: 16.6666666667%;
}
.grid-y > .small-5 {
  height: 20.8333333333%;
}
.grid-y > .small-6 {
  height: 25%;
}
.grid-y > .small-7 {
  height: 29.1666666667%;
}
.grid-y > .small-8 {
  height: 33.3333333333%;
}
.grid-y > .small-9 {
  height: 37.5%;
}
.grid-y > .small-10 {
  height: 41.6666666667%;
}
.grid-y > .small-11 {
  height: 45.8333333333%;
}
.grid-y > .small-12 {
  height: 50%;
}
.grid-y > .small-13 {
  height: 54.1666666667%;
}
.grid-y > .small-14 {
  height: 58.3333333333%;
}
.grid-y > .small-15 {
  height: 62.5%;
}
.grid-y > .small-16 {
  height: 66.6666666667%;
}
.grid-y > .small-17 {
  height: 70.8333333333%;
}
.grid-y > .small-18 {
  height: 75%;
}
.grid-y > .small-19 {
  height: 79.1666666667%;
}
.grid-y > .small-20 {
  height: 83.3333333333%;
}
.grid-y > .small-21 {
  height: 87.5%;
}
.grid-y > .small-22 {
  height: 91.6666666667%;
}
.grid-y > .small-23 {
  height: 95.8333333333%;
}
.grid-y > .small-24 {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 4.1666666667%;
  }
  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-3 {
    height: 12.5%;
  }
  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }
  .grid-y > .medium-6 {
    height: 25%;
  }
  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }
  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-9 {
    height: 37.5%;
  }
  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }
  .grid-y > .medium-12 {
    height: 50%;
  }
  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }
  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-15 {
    height: 62.5%;
  }
  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }
  .grid-y > .medium-18 {
    height: 75%;
  }
  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }
  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-21 {
    height: 87.5%;
  }
  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }
  .grid-y > .medium-24 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 4.1666666667%;
  }
  .grid-y > .large-2 {
    height: 8.3333333333%;
  }
  .grid-y > .large-3 {
    height: 12.5%;
  }
  .grid-y > .large-4 {
    height: 16.6666666667%;
  }
  .grid-y > .large-5 {
    height: 20.8333333333%;
  }
  .grid-y > .large-6 {
    height: 25%;
  }
  .grid-y > .large-7 {
    height: 29.1666666667%;
  }
  .grid-y > .large-8 {
    height: 33.3333333333%;
  }
  .grid-y > .large-9 {
    height: 37.5%;
  }
  .grid-y > .large-10 {
    height: 41.6666666667%;
  }
  .grid-y > .large-11 {
    height: 45.8333333333%;
  }
  .grid-y > .large-12 {
    height: 50%;
  }
  .grid-y > .large-13 {
    height: 54.1666666667%;
  }
  .grid-y > .large-14 {
    height: 58.3333333333%;
  }
  .grid-y > .large-15 {
    height: 62.5%;
  }
  .grid-y > .large-16 {
    height: 66.6666666667%;
  }
  .grid-y > .large-17 {
    height: 70.8333333333%;
  }
  .grid-y > .large-18 {
    height: 75%;
  }
  .grid-y > .large-19 {
    height: 79.1666666667%;
  }
  .grid-y > .large-20 {
    height: 83.3333333333%;
  }
  .grid-y > .large-21 {
    height: 87.5%;
  }
  .grid-y > .large-22 {
    height: 91.6666666667%;
  }
  .grid-y > .large-23 {
    height: 95.8333333333%;
  }
  .grid-y > .large-24 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.25rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.25rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.25rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.25rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.25rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.25rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.875rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.875rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.875rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.875rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #0c304e;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(10.2, 40.8, 66.3);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #0c304e;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(9.6, 38.4, 62.4);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #0c304e;
  color: #0c304e;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #061827;
  color: #061827;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #0c304e;
  color: #0c304e;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #061827;
  color: #061827;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #0c304e;
}
.button.clear:hover, .button.clear:focus {
  color: #061827;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #0c304e;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #061827;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #0c304e;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #0c304e;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

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

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

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

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody tr {
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}
table.unstriped tbody {
  background-color: #fefefe;
}

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

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

table.hover thead tr:hover {
  background-color: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout {
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
}
.callout.primary {
  background-color: rgb(200.4, 225.6, 246.6);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0c304e;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 47.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

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

.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

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

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

.tabs.primary {
  background: #0c304e;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(14.8, 59.2, 96.2);
}

.tabs-title {
  float: left;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #0c304e;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(10.32, 41.28, 67.08);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #0c304e;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(12, 48, 78, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #0c304e;
  color: #fefefe;
}
.menu .active > a {
  background: #0c304e;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0c304e transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0c304e transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0c304e;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0c304e;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0c304e transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0c304e transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0c304e transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #0c304e;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0c304e transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0c304e;
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0c304e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0c304e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0c304e;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0c304e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0c304e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0c304e;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0c304e transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0c304e;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas {
  position: fixed;
  z-index: 12;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
.top-bar,
.top-bar ul {
  background-color: none;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

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

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center {
  text-align: center !important;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0c304e;
  margin: 1rem auto 0;
}

.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left {
  text-align: left !important;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0c304e;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right {
  text-align: right !important;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0c304e;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

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

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

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  box-sizing: border-box !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

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

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

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

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

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

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.header-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-slider .slick-carousel-header {
  width: 100%;
}
.header-slider .header-single-text {
  position: absolute;
  z-index: 5;
  color: white;
  font-weight: 700;
  font-size: 2em;
}
.header-slider .header-text {
  color: #fff;
  padding: 30px;
  font-weight: 700;
  font-size: 2em;
}
.header-slider .slick-slide {
  background-size: cover;
}
.header-slider .slick-slide .slide-content {
  margin: 0 0px;
  padding: 150px 100px;
  color: #fff;
}
@media print, screen and (max-width: 47.99875em) {
  .header-slider .slick-slide .slide-content {
    padding: 50px 20px;
  }
}
.header-slider .slick-slide .slide-content h1 {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 47.99875em) {
  .header-slider .slick-slide .slide-content h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
}
.header-slider .slick-slider .slider-image {
  display: block;
  width: 400px;
  height: 300px;
  background-size: cover;
  background-position: center center;
  margin: 20px auto;
  border: 1px solid #d12127;
}
.header-slider .slick-slider .slide-inner-content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  margin: auto;
  padding: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header-slider .slick-slider .slick-list {
  margin: 20px 0px;
}
.header-slider .slick-slider .slick-prev,
.header-slider .slick-slider .slick-next {
  position: absolute;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #000;
  top: 50%;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-slider .slick-slider .slick-prev:hover,
.header-slider .slick-slider .slick-next:hover {
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header-slider .slick-slider .slick-next {
  right: 20px;
}
.header-slider .slick-slider .slick-prev {
  left: 20px;
}
.header-slider .slick-slider .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 8px;
}
.header-slider .slick-slider .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header-slider .slick-slider .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.header-slider .slick-slider .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.header-slider .slick-slider .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header-slider .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.header-slider .slick-dots li {
  display: inline-block;
}
.header-slider .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 15px;
  height: 15px;
  background-color: #777;
  margin-right: 10px;
  border-radius: 50%;
}
.header-slider .slick-dots li button:hover {
  cursor: pointer;
}
.header-slider .slick-dots li.slick-active button {
  background-color: #0c304e;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.site {
  display: flex;
  flex-direction: column;
  height: 100%; /* 1, 3 */
}

.site-header,
.site-footer {
  flex: none; /* 2 */
}

.site-content {
  flex: 1 0 auto; /* 2 */
  padding: var(--space) var(--space) 0;
  width: 100%;
}

.site-content::after {
  content: " "; /* &nbsp; */
  display: block;
  margin-top: var(--space);
  height: 0px;
  visibility: hidden;
}

@media (--break-lg) {
  .site-content {
    padding-top: var(--space-lg);
  }
  .site-content::after {
    margin-top: var(--space-lg);
  }
}
.site-content--full {
  padding: 0;
}

.site-content--full::after {
  content: none;
}

.no-js [data-responsive-toggle],
.no-js .top-bar {
  display: none !important;
}

[data-responsive-menu] ul {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}
a, a:hover, a:active, a:focus {
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 0.906rem;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-bar {
  max-width: 900px;
  margin: auto;
}

.header-logo {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin-right: 0;
}

#masthead .header-logo {
  width: auto;
  max-height: 4.5rem;
}

#colophon {
  padding: 20px 0;
}

.button,
button.button,
a.button,
input[type=button],
input[type=submit],
input[type=reset],
.user-dashboard__icon-btn,
.vr-property-name-button,
.vr-property-single__edit-button {
  border-radius: 0.25rem;
}

p a,
li a,
dd a,
blockquote a,
.entry-content a,
.entry-summary a,
.user-dashboard__property-editor-lede a,
.user-dashboard__callout a,
.frontend-login__error a,
.frontend-login__notice a,
.faq__answer a,
.about-us__copy a,
.vr-property-single__about a,
.vr-property-single__house-rules a,
.vr-property-single__renter-notes a,
.vr-property-single__best-practices a,
.listing-signup__intro a,
.site-footer__contact-form a {
  text-decoration: underline;
}

nav a,
.menu a,
.dropdown.menu a,
.site-header__menu a,
.site-header__utility-nav a,
.site-footer__col a,
.user-dashboard__sidebar a,
.user-dashboard__nav a,
.breadcrumbs a,
.tabs a,
.pagination a,
.button,
a.button,
button.button,
.vr-property-name-button,
.vr-property-single__edit-button,
.user-dashboard__icon-btn,
.frontend-login__brand-link {
  text-decoration: none;
}

#responsive-menu {
  padding: 25px 0px;
}

.dropdown.menu a {
  font-size: 17px;
  color: red;
  text-transform: uppercase;
}
.dropdown.menu a:hover {
  color: grey;
  text-decoration: none;
}
.dropdown.menu > li > a {
  font-size: 17px;
  font-weight: 700;
  padding: 0.7rem 0.6rem;
}

.dropdown.menu > li.is-active > a {
  color: green;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 10px;
}

.menu .active > a {
  color: orange;
  background: transparent;
}

.is-dropdown-submenu {
  background: red;
  border: 0px;
}
.is-dropdown-submenu .is-dropdown-submenu-item a {
  background: blue;
  color: white;
}
.is-dropdown-submenu .is-dropdown-submenu-item a:hover {
  background-color: pink;
  color: red;
}
.is-dropdown-submenu .active > a {
  background: orange;
}
.is-dropdown-submenu .active > a:hover {
  color: white;
  text-decoration: none;
}

.accordion-menu {
  background-color: purple;
}
.accordion-menu a {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.accordion-menu .active > a {
  background-color: blue;
  color: white;
}
.accordion-menu .current-menu-parent > .is-active > .active > a {
  background-color: green;
  color: teal;
}
.accordion-menu .submenu li {
  flex-shrink: 0;
  background-color: grey;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #ffffff transparent transparent;
}

#masthead.site-header--figma {
  position: sticky;
  top: 0;
  z-index: 500;
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
}

body.admin-bar #masthead.site-header--figma {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #masthead.site-header--figma {
    top: 46px;
  }
}

.site-header--figma .site-header__bar {
  min-height: 5.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}
.site-header--figma .site-header__inner {
  width: 100%;
}
.site-header--figma .site-header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  width: 100%;
}
@media print, screen and (max-width: 47.99875em) {
  .site-header--figma .site-header__row {
    gap: 0.5rem;
  }
}
.site-header--figma .site-header__brand-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  min-width: 0;
  flex: 1 1 auto;
}
@media print, screen and (max-width: 47.99875em) {
  .site-header--figma .site-header__brand-cluster {
    display: contents;
  }
}
.site-header--figma .site-header__logo {
  flex: 0 0 auto;
}
.site-header--figma .site-header__logo .site-logo__link {
  display: inline-flex;
  align-items: center;
}
.site-header--figma .site-header__logo-img {
  max-height: 2.5rem;
  width: auto;
  display: block;
}
.site-header--figma .site-header__divider {
  display: inline-block;
  width: 1px;
  height: 1.75rem;
  background-color: #cacaca;
  flex-shrink: 0;
}
.site-header--figma .site-header__site-title {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.3;
  color: #8a8a8a;
  max-width: 32.5rem;
}
.site-header--figma .site-header__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 1.25rem;
  flex: 0 1 auto;
  min-width: 0;
  margin-left: auto;
}
@media print, screen and (max-width: 47.99875em) {
  .site-header--figma .site-header__actions {
    display: contents;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .site-header--figma .site-header__row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo toggle" "tagline tagline" "account account";
    gap: 0.375rem 0.75rem;
    align-items: center;
  }
  .site-header--figma .site-header__logo {
    grid-area: logo;
  }
  .site-header--figma .site-header__divider {
    display: none;
  }
  .site-header--figma .site-header__site-title {
    grid-area: tagline;
    max-width: none;
    font-size: 0.875rem;
    line-height: 1.35;
  }
  .site-header--figma .site-header__mobile-toggle-wrap {
    grid-area: toggle;
    margin-left: 0;
    justify-self: end;
  }
  .site-header--figma .site-header__account {
    grid-area: account;
    justify-self: end;
  }
}
.site-header--figma .site-header__mobile-toggle-wrap {
  flex: 0 0 auto;
  margin-left: 0.25rem;
  line-height: 0;
}
.site-header--figma .site-header__menu-button {
  margin: 0;
}
.site-header--figma .site-header__mobile-nav {
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
}
@media print, screen and (min-width: 48em) {
  .site-header--figma #site-header-mobile-nav {
    display: none !important;
  }
}
.site-header--figma .site-header__mobile-nav-inner {
  padding: 0.75rem 0 1rem;
}
.site-header--figma .site-header__mobile-nav-section + .site-header__mobile-nav-section {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e6e6e6;
}
.site-header--figma .site-header__utility-menu--mobile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header--figma .site-header__utility-menu--mobile > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.site-header--figma .site-header__utility-menu--mobile a,
.site-header--figma .site-header__utility-menu--mobile .site-header__utility-towns__summary {
  display: block;
  padding: 0.75rem 1rem;
  color: #3a3a3a;
  font-size: 0.9375rem;
  font-weight: normal;
  text-decoration: none;
}
.site-header--figma .site-header__utility-menu--mobile .site-header__utility-towns__summary::after {
  float: right;
}
.site-header--figma .site-header__utility-menu--mobile .site-header__utility-towns__sub {
  position: static;
  min-width: 0;
  margin: 0;
  padding: 0 0 0.5rem;
  border: 0;
  box-shadow: none;
  background-color: #f7f7f7;
}
.site-header--figma .site-header__utility-menu--mobile .site-header__utility-towns__sub a {
  padding: 0.625rem 1rem 0.625rem 1.75rem;
  font-size: 0.875rem;
}
.site-header--figma .site-header__utility-menu--mobile > li.current-menu-item > a,
.site-header--figma .site-header__utility-menu--mobile > li.current_page_item > a,
.site-header--figma .site-header__utility-menu--mobile > li.is-active > a {
  font-weight: bold;
  color: #0c304e;
}
.site-header--figma .site-header__menu--mobile {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
}
.site-header--figma .site-header__menu--mobile a {
  color: #0c304e;
  font-weight: 600;
  font-size: 0.9375rem;
  border-bottom: 1px solid #e6e6e6;
}
.site-header--figma .site-header__menu--mobile .active > a,
.site-header--figma .site-header__menu--mobile > li.is-active > a,
.site-header--figma .site-header__menu--mobile > li.current-menu-item > a,
.site-header--figma .site-header__menu--mobile > li.current_page_item > a {
  background-color: rgb(200.4, 225.6, 246.6);
  color: #0c304e;
}
.site-header--figma .site-header__utility-nav {
  flex: 1 1 auto;
  min-width: 0;
}
.site-header--figma .site-header__utility-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .site-header--figma .site-header__utility-menu {
    justify-content: flex-start;
  }
}
.site-header--figma .site-header__utility-menu a {
  color: #3a3a3a;
  font-size: 0.8125rem;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0;
}
.site-header--figma .site-header__utility-menu a:hover, .site-header--figma .site-header__utility-menu a:focus {
  text-decoration: underline;
}
.site-header--figma .site-header__utility-menu > li.current-menu-item > a,
.site-header--figma .site-header__utility-menu > li.current_page_item > a,
.site-header--figma .site-header__utility-menu > li.is-active > a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns {
  position: relative;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__details {
  position: relative;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__summary {
  cursor: pointer;
  list-style: none;
  color: #3a3a3a;
  font-size: 0.8125rem;
  font-weight: normal;
  padding: 0.25rem 0;
  user-select: none;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__summary::-webkit-details-marker {
  display: none;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__summary::after {
  content: " ▾";
  font-size: 0.75em;
  opacity: 0.75;
  margin-left: 0.15em;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__summary:hover, .site-header--figma .site-header__utility-menu .site-header__utility-towns__summary:focus {
  text-decoration: underline;
  outline: none;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__sub {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  min-width: 12.5rem;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 16px rgba(10, 10, 10, 0.08);
  z-index: 30;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__sub li {
  margin: 0;
  padding: 0;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__sub a {
  display: block;
  padding: 0.375rem 0.875rem;
  white-space: nowrap;
}
.site-header--figma .site-header__utility-menu .site-header__utility-towns__sub a:hover, .site-header--figma .site-header__utility-menu .site-header__utility-towns__sub a:focus {
  text-decoration: underline;
  background-color: #e6e6e6;
}
@media print, screen and (max-width: 47.99875em) {
  .site-header--figma .site-header__utility-menu .site-header__utility-towns__sub {
    left: 0;
    right: auto;
  }
}
.site-header--figma .site-header__account {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.site-header--figma .site-header__account-link {
  color: #3a3a3a;
  font-size: 0.8125rem;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}
.site-header--figma .site-header__account-link:hover, .site-header--figma .site-header__account-link:focus {
  text-decoration: underline;
}
.site-header--figma .site-header__user-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.site-header--figma .site-header__user-icon--avatar .site-header__avatar-img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: block;
}
.site-header--figma .site-header__primary-bar {
  border-top: 1px solid #e6e6e6;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-header--figma .site-header__primary-row {
  width: 100%;
  align-items: center;
}
.site-header--figma .site-header__menu.dropdown.menu {
  justify-content: flex-end;
}
@media print, screen and (min-width: 48em) {
  .site-header--figma .site-header__menu.dropdown.menu {
    flex-wrap: nowrap !important;
    justify-content: flex-end;
  }
  .site-header--figma .site-header__menu.dropdown.menu > li > a {
    white-space: nowrap;
  }
}
.site-header--figma .site-header__menu.dropdown.menu > li > a {
  color: #0c304e;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
  padding: 0.75rem 1rem;
}
.site-header--figma .site-header__menu.dropdown.menu > li > a:hover {
  color: rgb(10.56, 42.24, 68.64);
}
@media print, screen and (min-width: 48em) {
  .site-header--figma .site-header__nav-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }
  .site-header--figma .site-header__nav-wrap .dropdown.menu > li > a {
    padding: 0.5rem 0.625rem;
    font-size: 0.875rem;
  }
}
.site-header--figma .site-header__menu > li.is-active > a,
.site-header--figma .site-header__menu > li.current-menu-item > a,
.site-header--figma .site-header__menu > li.current_page_item > a {
  color: #0c304e;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

#colophon.site-footer--figma {
  background-color: #7b7b7b;
  color: #fff;
}

.site-footer--figma {
  color: #fff;
}
.site-footer--figma .site-footer__inner {
  min-height: 17.5rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer--figma a {
  color: #fff;
  text-decoration: none;
}
.site-footer--figma a:hover {
  text-decoration: underline;
}
.site-footer--figma .site-footer__main {
  padding-bottom: 1.5rem;
}
.site-footer--figma .site-footer__main-row {
  align-items: stretch;
}
.site-footer--figma .site-footer__brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 1rem;
}
.site-footer--figma .site-footer__logo {
  flex: 0 0 auto;
  line-height: 0;
}
.site-footer--figma .site-footer__logo .site-footer__logo-link {
  display: inline-flex;
  align-items: center;
}
.site-footer--figma .site-footer__logo .site-footer__logo-img {
  max-height: 3.5rem;
  width: auto;
  display: block;
}
.site-footer--figma .site-footer__divider--brand {
  display: inline-block;
  width: 1px;
  height: 1.75rem;
  background-color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
}
.site-footer--figma .site-footer__site-title {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.35;
  color: #fff;
  max-width: 26.25rem;
}
.site-footer--figma .site-footer__rule {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  margin: 0 0 1.5rem;
}
.site-footer--figma .site-footer__nav-columns {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.site-footer--figma .site-footer__col-heading {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
}
.site-footer--figma .site-footer__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer--figma .site-footer__link-list li > a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.375rem 0;
  line-height: 1.35;
}
.site-footer--figma .site-footer__left {
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .site-footer--figma .site-footer__left {
    padding-bottom: 0;
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .site-footer--figma .site-footer__right {
    border-left: 1px solid rgba(255, 255, 255, 0.55);
    padding-left: 1.5rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .site-footer--figma .site-footer__right {
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }
}
.site-footer--figma .site-footer__right-inner {
  max-width: 25rem;
}
@media print, screen and (min-width: 64em) {
  .site-footer--figma .site-footer__right-inner {
    margin-left: auto;
  }
}
.site-footer--figma .site-footer__form-title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.site-footer--figma .site-footer__form-note {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}
.site-footer--figma .site-footer__field {
  display: block;
  margin-bottom: 0.75rem;
}
.site-footer--figma .site-footer__input {
  width: 100%;
  margin: 0;
  padding: 0.625rem 0.75rem;
  border: 0;
  border-radius: 0.125rem;
  background-color: #fff;
  color: #3a3a3a;
  font-size: 0.875rem;
}
.site-footer--figma .site-footer__input::placeholder {
  color: #6a6a6a;
}
.site-footer--figma .site-footer__input:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}
.site-footer--figma .site-footer__textarea {
  min-height: 7.5rem;
  resize: vertical;
}
.site-footer--figma .site-footer__submit-wrap {
  margin: 1.25rem 0 0;
  text-align: center;
}
.site-footer--figma .site-footer__submit.button {
  margin: 0;
  padding: 0.75rem 2.5rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.site-footer--figma .site-footer__submit.button.button--save {
  background-color: #3cb371;
}
.site-footer--figma .site-footer__submit.button.button--save:hover, .site-footer--figma .site-footer__submit.button.button--save:focus {
  background-color: #2f9d63;
}
.site-footer--figma .site-footer__submit.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.site-footer--figma .site-footer__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.site-footer--figma .site-footer__captcha {
  margin-top: 0.75rem;
}
.site-footer--figma .site-footer__notice {
  margin-bottom: 0.75rem;
}
.site-footer--figma .site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.site-footer--figma .site-footer__social .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
@media print, screen and (min-width: 48em) {
  .site-footer--figma .site-footer__social .social-links {
    justify-content: flex-start;
  }
}
.site-footer--figma .site-footer__social .social-links a {
  opacity: 0.95;
}
.site-footer--figma .site-footer__social .social-links a:hover {
  opacity: 1;
}
.site-footer--figma .site-footer__social .social-links a img {
  filter: brightness(0) invert(1);
}
.site-footer--figma .site-footer__copy {
  margin: 0;
  font-size: 0.8125rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
@media print, screen and (min-width: 48em) {
  .site-footer--figma .site-footer__copy {
    text-align: right;
  }
}

.user-dashboard-page .site-header__avatar-img {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3cb371;
}

.user-dashboard {
  padding-bottom: 3rem;
}

.user-dashboard__layout {
  max-width: 75rem;
}

.user-dashboard__row {
  align-items: flex-start;
}

@media print, screen and (min-width: 64em) {
  .user-dashboard__sidebar-wrap {
    padding-right: 1rem;
  }
}

.user-dashboard__sidebar {
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 1.25rem 1rem;
}

.user-dashboard__welcome-back {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #6a6a6a;
}

.user-dashboard__nav-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.user-dashboard__nav-link {
  display: block;
  padding: 0.625rem 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #3a3a3a;
  text-decoration: none;
  border-radius: 0.125rem;
}
.user-dashboard__nav-link:hover {
  color: #0c304e;
  text-decoration: none;
}
.user-dashboard__nav-link.is-active {
  color: #0c304e;
  font-weight: bold;
  background-color: rgba(12, 48, 78, 0.08);
}

.user-dashboard__subnav-wrap {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #d8d8d8;
}

.user-dashboard__subnav-title {
  margin: 0 0 0.625rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #3a3a3a;
  text-transform: none;
}

.user-dashboard__subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-dashboard__subnav-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.25rem;
  font-size: 0.8125rem;
  color: #3a3a3a;
  text-decoration: none;
}
.user-dashboard__subnav-link:hover {
  color: #0c304e;
  text-decoration: none;
}
.user-dashboard__subnav-link.is-active {
  color: #0c304e;
  font-weight: bold;
  background-color: rgba(12, 48, 78, 0.08);
  border-radius: 0.125rem;
}

.user-dashboard__subnav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  font-size: 1rem;
  flex-shrink: 0;
  color: #d9534f;
  line-height: 1;
}

.user-dashboard__subnav-icon--incomplete,
.user-dashboard__subnav-icon--alert {
  color: #d9534f;
}

.user-dashboard__subnav-icon--positive {
  color: #3cb371;
}

.user-dashboard__sidebar-footer {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #d8d8d8;
}

.user-dashboard__sidebar-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-dashboard__sidebar-footer-link {
  display: block;
  padding: 0.375rem 0.25rem;
  font-size: 0.8125rem;
  color: #6a6a6a;
  text-decoration: none;
}
.user-dashboard__sidebar-footer-link:hover {
  color: #0c304e;
  text-decoration: underline;
}

@media print, screen and (min-width: 64em) {
  .user-dashboard__content-wrap {
    padding-left: 0.5rem;
  }
}

.user-dashboard__content {
  padding: 0.5rem 0 1.5rem;
}

.user-dashboard__title {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  color: #4a4a4a;
}

.user-dashboard__title--account {
  margin-bottom: 0.75rem;
}

.user-dashboard__property-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem 1rem;
  margin: 0 0 1rem;
}

.user-dashboard__property-title-row .user-dashboard__title--property-edit {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.user-dashboard__property-title-actions {
  margin: 0;
  flex-shrink: 0;
}

.user-dashboard__listing-context {
  margin: 0 0 0.75rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fafafa;
  font-size: 0.875rem;
  color: #3a3a3a;
}

.user-dashboard__listing-context-label {
  margin-right: 0.5rem;
}

.user-dashboard__listing-context-clear {
  font-weight: bold;
  white-space: nowrap;
}

.user-dashboard__intro-block {
  margin-bottom: 2rem;
}

.user-dashboard__intro-admin-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}

.user-dashboard__intro-status {
  font-size: 0.8125rem;
  color: #6a6a6a;
}
.user-dashboard__intro-status.is-error {
  color: #c60f13;
}

.user-dashboard__intro-editor {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fafafa;
}

.user-dashboard__intro-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #3a3a3a;
}

.user-dashboard__intro-textarea {
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.1875rem;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.user-dashboard__intro-help {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  color: #6a6a6a;
}

.user-dashboard__intro-editor-actions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.user-dashboard__intro {
  font-size: 1rem;
  line-height: 1.55;
  color: #3a3a3a;
}
.user-dashboard__intro p {
  margin: 0 0 0.75rem;
}
.user-dashboard__intro p:last-child {
  margin-bottom: 0;
}

.user-dashboard__hr-guidance-block {
  margin-bottom: 1.5rem;
}

.user-dashboard__hr-guidance-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}

.user-dashboard__hr-guidance-status {
  font-size: 0.8125rem;
  color: #6a6a6a;
}
.user-dashboard__hr-guidance-status.is-error {
  color: #c60f13;
}

.user-dashboard__hr-guidance-editor {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fafafa;
}

.user-dashboard__hr-guidance-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #3a3a3a;
}

.user-dashboard__hr-guidance-textarea {
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.1875rem;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.user-dashboard__hr-guidance-help {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  color: #6a6a6a;
}

.user-dashboard__hr-guidance-editor-actions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.user-dashboard__hr-guidance-empty {
  margin: 0;
  font-size: 0.875rem;
  color: #6a6a6a;
  font-style: italic;
}

.user-dashboard__house-rules-form {
  max-width: 57.5rem;
}

.user-dashboard__house-rules-editor-heading {
  margin-bottom: 0.5rem;
}

.user-dashboard__house-rules-editor-wrap {
  margin-bottom: 1rem;
}
.user-dashboard__house-rules-editor-wrap .wp-editor-container {
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
}

.user-dashboard__contact {
  max-width: 32.5rem;
}

.user-dashboard__contact-title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #4a4a4a;
}

.user-dashboard__form {
  margin: 0;
}

.user-dashboard__field {
  display: block;
  margin-bottom: 0.75rem;
}

.user-dashboard__input {
  width: 100%;
  margin: 0;
  border: 1px solid #d8d8d8;
  border-radius: 0.1875rem;
  background-color: #fff;
  color: #3a3a3a;
  font-size: 0.875rem;
}
.user-dashboard__input::placeholder {
  color: #8a8a8a;
}
.user-dashboard__input:disabled {
  opacity: 0.9;
  cursor: not-allowed;
  background-color: #fafafa;
}
.user-dashboard__input--readonly, .user-dashboard__input[readonly] {
  background-color: #f5f5f5;
  color: #666;
  cursor: default;
  border-color: #ddd;
}

.user-dashboard__textarea {
  min-height: 7.5rem;
  resize: vertical;
}

.user-dashboard__submit-wrap {
  margin: 1.25rem 0 0;
  text-align: center;
}

.user-dashboard__submit-wrap--left {
  text-align: left;
}

.user-dashboard__submit.button {
  margin: 0;
  padding: 0.75rem 2.5rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: #9a9a9a;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: not-allowed;
}
.user-dashboard__submit.button:disabled {
  opacity: 1;
}

.user-dashboard__submit--active.button {
  background-color: #3cb371;
  color: #fff;
  cursor: pointer;
}
.user-dashboard__submit--active.button:hover, .user-dashboard__submit--active.button:focus {
  background-color: rgb(49.7573221757, 148.4426778243, 93.709623431);
  color: #fff;
}

.button--save,
.button.button--save {
  background-color: #3cb371;
  color: #fff;
  border-radius: 0.25rem;
}
.button--save:hover, .button--save:focus,
.button.button--save:hover,
.button.button--save:focus {
  background-color: rgb(49.7573221757, 148.4426778243, 93.709623431);
  color: #fff;
}

.user-dashboard__account-contact {
  max-width: 42.5rem;
  margin-bottom: 1.125rem;
}

.user-dashboard__account-accordion {
  margin-top: 1.125rem;
  max-width: 47.5rem;
}
.user-dashboard__account-accordion .accordion-title {
  font-weight: bold;
  color: #4a4a4a;
}
.user-dashboard__account-accordion .accordion-content {
  color: #3a3a3a;
  font-size: 0.875rem;
}

.user-dashboard__billing-table {
  width: 100%;
}
.user-dashboard__billing-table thead th {
  font-size: 0.8125rem;
}

.user-dashboard__properties {
  margin-top: 0.5rem;
}

.user-dashboard__properties-table-wrap {
  overflow-x: auto;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fff;
}

.user-dashboard__properties-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.user-dashboard__properties-table thead th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #3a3a3a;
  border-bottom: 1px solid #d8d8d8;
  background-color: #fafafa;
}
.user-dashboard__properties-table tbody td {
  padding: 0.875rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #d8d8d8;
  color: #3a3a3a;
}
.user-dashboard__properties-table tbody tr:last-child td {
  border-bottom: 0;
}
.user-dashboard__properties-table .user-dashboard__property-upcoming-cell {
  vertical-align: top;
  font-size: 0.8125rem;
  color: #3a3a3a;
}
.user-dashboard__properties-table .user-dashboard__property-upcoming-empty {
  margin: 0;
  font-size: 0.8125rem;
  color: #6a6a6a;
}
.user-dashboard__properties-table .user-dashboard__property-upcoming-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  color: #3a3a3a;
}
.user-dashboard__properties-table .user-dashboard__property-upcoming-item {
  margin-bottom: 0.375rem;
}
.user-dashboard__properties-table .user-dashboard__property-upcoming-item:last-child {
  margin-bottom: 0;
}
.user-dashboard__properties-table .user-dashboard__property-upcoming-name {
  display: block;
  font-weight: bold;
}
.user-dashboard__properties-table .user-dashboard__property-upcoming-dates {
  display: block;
  color: #6a6a6a;
  margin-top: 0.125rem;
}
.user-dashboard__properties-table a {
  color: #0c304e;
  text-decoration: none;
}
.user-dashboard__properties-table a:hover {
  text-decoration: underline;
}

.user-dashboard__status-form {
  margin: 0;
}

.user-dashboard__status-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  margin: 0;
}
.user-dashboard__status-toggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.user-dashboard__status-toggle-ui {
  flex-shrink: 0;
  width: 2.75rem;
  height: 1.5rem;
  border-radius: 62.4375rem;
  background-color: #d9534f;
  position: relative;
  transition: background-color 0.15s ease;
}
.user-dashboard__status-toggle-ui::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.user-dashboard__status-toggle input:checked + .user-dashboard__status-toggle-ui {
  background-color: #3cb371;
}
.user-dashboard__status-toggle input:checked + .user-dashboard__status-toggle-ui::after {
  transform: translateX(1.25rem);
}

.user-dashboard__status-label {
  font-size: 0.8125rem;
  font-weight: bold;
}
.user-dashboard__status-label.is-live {
  color: #2d8a54;
}
.user-dashboard__status-label.is-paused {
  color: #c60f13;
}

.user-dashboard__calc-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #0c304e;
  text-decoration: none;
}
.user-dashboard__calc-link::before {
  content: "";
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Crect x='3' y='3' width='6' height='6' rx='1' stroke='%23228be6' stroke-width='1.2'/%3E%3Crect x='11' y='3' width='6' height='6' rx='1' stroke='%23228be6' stroke-width='1.2'/%3E%3Crect x='3' y='11' width='6' height='6' rx='1' stroke='%23228be6' stroke-width='1.2'/%3E%3Cpath d='M12 14h2M12 16h2M14 12v6' stroke='%23228be6' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.user-dashboard__calc-link:hover {
  text-decoration: underline;
}

.user-dashboard__property-row-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.user-dashboard__property-row-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  justify-content: flex-end;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.user-dashboard__property-row-links a {
  color: #6a6a6a;
  text-decoration: none;
}
.user-dashboard__property-row-links a:hover {
  color: #0c304e;
  text-decoration: underline;
}

.user-dashboard__property-row-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}

.user-dashboard__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #4a4a4a;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.12s ease, color 0.12s ease, background-color 0.12s ease;
}
.user-dashboard__icon-btn:hover {
  border-color: #0c304e;
  color: #0c304e;
  text-decoration: none;
}
.user-dashboard__icon-btn--danger:hover {
  border-color: #c60f13;
  color: #c60f13;
}

.user-dashboard__inline-form {
  display: inline;
  margin: 0;
}

.user-dashboard__delete-inline-form {
  display: inline-block;
  margin: 0;
}

a.vr-property-name-button,
a.vr-property-name-button:link,
a.vr-property-name-button:visited {
  display: inline-flex;
  align-items: center;
  background-color: #0c304e;
  color: #ffffff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin: 0;
  text-decoration: none;
  line-height: 1.2;
}

a.vr-property-name-button:hover,
a.vr-property-name-button:focus,
a.vr-property-name-button:active {
  background-color: rgb(6.56, 26.24, 42.64);
  color: #ffffff;
  text-decoration: none;
}

.user-dashboard__delete-reveal {
  padding: 1.25rem 1rem 1rem;
  border-radius: 0.25rem;
}

.user-dashboard__delete-reveal-title {
  margin: 0 0 0.625rem;
  padding-right: 1.75rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #4a4a4a;
}

.user-dashboard__delete-reveal-text {
  margin: 0 0 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #3a3a3a;
}

.user-dashboard__delete-reveal-form {
  margin: 0;
}
.user-dashboard__delete-reveal-form .button-group {
  margin-bottom: 0;
}

.user-dashboard__add-property {
  margin: 1.25rem 0 0;
}

.user-dashboard__properties-trash-accordion {
  margin-top: 1.5rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fff;
}
.user-dashboard__properties-trash-accordion .accordion-title {
  font-size: 1rem;
  font-weight: bold;
  color: #4a4a4a;
}
.user-dashboard__properties-trash-accordion .accordion-content {
  padding-top: 0;
  color: #3a3a3a;
}

.user-dashboard__properties-trash-lede {
  margin: 0 0 1rem;
  max-width: 40rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6a6a6a;
}

.user-dashboard__trash-property-title {
  color: #3a3a3a;
}

.user-dashboard__trash-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.user-dashboard__trash-action-form {
  display: inline;
  margin: 0;
}

.user-dashboard__property-editor-lede {
  max-width: 35rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #3a3a3a;
}

.user-dashboard__property-editor-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.user-dashboard__property-editor-heading {
  margin: 0;
  font-size: 2.125rem;
  line-height: 1.2;
  color: #5a5a5a;
}

.user-dashboard__property-editor-icon {
  flex-shrink: 0;
  line-height: 0;
}

.user-dashboard__listing-faq-repeater {
  margin-bottom: 0.5rem;
}

.user-dashboard__listing-faq-slot {
  margin-bottom: 1.75rem;
  padding-bottom: 0.25rem;
}

.user-dashboard__listing-faq-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}

.user-dashboard__listing-faq-row-title {
  font-size: 1rem;
  font-weight: 700;
  color: #3a3a3a;
}

.user-dashboard__listing-faq-add-wrap {
  margin: 0.5rem 0 1.25rem;
}

.user-dashboard__listing-faq-editor-wrap {
  margin-top: 0.375rem;
}

.user-dashboard__property-editor-form {
  max-width: 47.5rem;
}

.user-dashboard__property-editor-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.user-dashboard__property-map-block {
  margin-top: 0.625rem;
  margin-bottom: 0.375rem;
  padding: 0.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fafafa;
}

.user-dashboard__property-map {
  width: 100%;
  height: 18.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #f0f0f0;
}

.user-dashboard__property-map-status {
  margin: 0.625rem 0 0;
  font-size: 0.8125rem;
  color: #6a6a6a;
}
.user-dashboard__property-map-status.is-error {
  color: #c60f13;
}

.user-dashboard__property-map-actions {
  margin: 0.625rem 0 0;
}

@media print, screen and (min-width: 48em) {
  .user-dashboard__bedrooms-meta-row .user-dashboard__property-form-row {
    grid-template-columns: 1fr;
    gap: 0.375rem 0;
    margin-bottom: 0;
  }
}

.user-dashboard__bedroom-repeater {
  margin-top: 1.125rem;
}

.user-dashboard__bedroom-row {
  border: 1px solid #dbecee;
  background-color: #eef8f9;
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}

.user-dashboard__bedroom-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.user-dashboard__bedroom-row-title {
  margin: 0;
  font-size: 1.125rem;
  color: #4a4a4a;
}

@media print, screen and (min-width: 48em) {
  .user-dashboard__bedroom-row-grid .user-dashboard__property-form-row {
    grid-template-columns: 1fr;
    gap: 0.375rem 0;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .user-dashboard__bedroom-row > .user-dashboard__property-form-row--wide {
    grid-template-columns: 1fr;
    gap: 0.375rem 0;
    align-items: start;
    padding-top: 20px;
  }
}

.user-dashboard__amenities-accordion {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fff;
  list-style: none;
  padding-left: 0;
}
.user-dashboard__amenities-accordion .accordion-item {
  margin: 0;
  border-top: 1px solid #d8d8d8;
}
.user-dashboard__amenities-accordion .accordion-item:first-child {
  border-top: 0;
}
.user-dashboard__amenities-accordion .accordion-title {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #4a4a4a;
  background-color: #fff;
  text-decoration: none;
  border: 0;
}
.user-dashboard__amenities-accordion .accordion-title:hover, .user-dashboard__amenities-accordion .accordion-title:focus {
  background-color: #f7f7f7;
  color: #0c304e;
  text-decoration: none;
}
.user-dashboard__amenities-accordion .accordion-item.is-active > .accordion-title {
  color: #0c304e;
}
.user-dashboard__amenities-accordion .accordion-content {
  padding: 0.5rem 1rem 1rem;
  color: #3a3a3a;
  border: 0;
}

.user-dashboard__amenity-section {
  margin: 0;
}

.user-dashboard__amenity-section-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  color: #4a4a4a;
}

.user-dashboard__amenity-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #4f4f4f;
  line-height: 1;
}
.user-dashboard__amenity-item input[type=checkbox],
.user-dashboard__amenity-item input[type=radio] {
  margin: 0;
  flex: 0 0 auto;
  vertical-align: middle;
}
.user-dashboard__amenity-item > span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.user-dashboard__admin-amenity-section {
  border: 1px solid #dbecee;
  background-color: #eef8f9;
  border-radius: 0.25rem;
  padding: 0.875rem;
  margin-bottom: 0.875rem;
}

.user-dashboard__admin-amenity-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.user-dashboard__admin-amenity-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.625rem;
  align-items: center;
  margin-bottom: 0.625rem;
}

.user-dashboard__pricing-row {
  border: 1px solid #dbecee;
  background-color: #eef8f9;
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}

.user-dashboard__pricing-row-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.5rem;
}

.user-dashboard__pricing-row-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #4f4f4f;
  font-weight: bold;
}
.user-dashboard__pricing-row-title:is(input) {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.375rem 0.625rem;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  box-shadow: none;
  height: auto;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.user-dashboard__pricing-row-title:is(input)::placeholder {
  color: #4f4f4f;
  opacity: 1;
  font-weight: bold;
}
.user-dashboard__pricing-row-title:is(input):hover {
  border-color: rgb(190.5, 190.5, 190.5);
}
.user-dashboard__pricing-row-title:is(input):focus {
  border-color: #0c304e;
  outline: none;
  box-shadow: 0 0 0 1px #0c304e;
}

.user-dashboard__pricing-row-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #d8d8d8;
}
.user-dashboard__pricing-row-footer .button {
  margin: 0;
}

.user-dashboard__pricing-add-wrap {
  margin-top: 0.5rem;
}

.user-dashboard__pricing-rate-row {
  padding: 0.625rem 0.75rem;
  margin-bottom: 0.5rem;
  border: 1px solid #dbecee;
  border-radius: 0.25rem;
  background-color: #fff;
}
@media print, screen and (min-width: 48em) {
  .user-dashboard__pricing-rate-row .user-dashboard__property-form-row {
    grid-template-columns: 1fr;
    gap: 0.375rem 0;
    margin-bottom: 0;
  }
}

.user-dashboard__pricing-pet-fee-control {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.user-dashboard__pricing-pet-fee-amount.is-hidden {
  display: none;
}
.user-dashboard__pricing-pet-fee-amount .user-dashboard__input {
  max-width: 10rem;
}

.user-dashboard__property-form-row.user-dashboard__pricing-rate-remove-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: auto;
  text-align: right;
}
@media print, screen and (min-width: 48em) {
  .user-dashboard__property-form-row.user-dashboard__pricing-rate-remove-wrap {
    grid-template-columns: none;
  }
}

.user-dashboard__pricing-icon-btn.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  line-height: 1;
}
.user-dashboard__pricing-icon-btn.button i {
  font-size: 0.9375rem;
  line-height: 1;
}

.user-dashboard__required {
  color: #c0392b;
  margin-left: 0.125rem;
  font-weight: 600;
}

.user-dashboard__pricing-flash {
  margin-bottom: 1rem;
}
.user-dashboard__pricing-flash[hidden] {
  display: none;
}
.user-dashboard__pricing-flash p:last-child {
  margin-bottom: 0;
}

.user-dashboard__listing-products-table .user-dashboard__property-row-icons {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.user-dashboard__listing-products-table .user-dashboard__icon-btn {
  text-decoration: none;
}
.user-dashboard__listing-products-table tbody tr {
  transition: background-color 120ms ease, transform 120ms ease;
}
.user-dashboard__listing-products-table tbody tr.is-dragging {
  opacity: 0.55;
  background-color: #eef5f7;
}

.user-dashboard__lp-drag-th {
  width: 2.25rem;
}

.user-dashboard__lp-drag-cell {
  width: 2.25rem;
  cursor: grab;
  color: #8d9aa1;
  text-align: center;
}
.user-dashboard__lp-drag-cell:active {
  cursor: grabbing;
}

.user-dashboard__lp-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  padding: 0.25rem;
}

.user-dashboard__listing-products-hint {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  color: #6b7780;
}

.user-dashboard__listing-products-add {
  margin-bottom: 1rem;
}

.user-dashboard__stripe-status {
  margin-bottom: 1.25rem;
}
.user-dashboard__stripe-status--ok {
  background-color: #e8f5ee;
  border-color: #c3e3ce;
  color: #1f6b3c;
}
.user-dashboard__stripe-status--pending {
  background-color: #fff5e6;
  border-color: #f3d59b;
  color: #8a5a14;
}
.user-dashboard__stripe-status p {
  margin-bottom: 0.375rem;
}
.user-dashboard__stripe-status i {
  margin-right: 0.375rem;
}

.user-dashboard__stripe-status-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.user-dashboard__stripe-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  border-radius: 62.4375rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.user-dashboard__stripe-pill--test {
  background-color: #f0e6ff;
  color: #5a3ec8;
}
.user-dashboard__stripe-pill--live {
  background-color: #e8f5ee;
  color: #1f6b3c;
}
.user-dashboard__stripe-pill--warn {
  background-color: #fff1c1;
  color: #8a5a14;
}

.user-dashboard__stripe-section {
  border: 1px solid #d8d8d8;
  border-radius: 0.375rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.user-dashboard__stripe-section > legend {
  padding: 0 0.375rem;
}
.user-dashboard__stripe-section .description {
  font-size: 0.75rem;
  color: #6b7780;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.user-dashboard__currency-input {
  position: relative;
  display: flex;
  align-items: stretch;
}
.user-dashboard__currency-input .user-dashboard__currency-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
  border: 1px solid #d8d8d8;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: #f5f7f8;
  color: #4a5a63;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
}
.user-dashboard__currency-input .user-dashboard__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.user-dashboard__lp-editor-row .wp-editor-wrap {
  margin-top: 0.375rem;
}
.user-dashboard__lp-editor-row .wp-editor-container,
.user-dashboard__lp-editor-row .wp-editor-tabs,
.user-dashboard__lp-editor-row .quicktags-toolbar,
.user-dashboard__lp-editor-row .mce-toolbar-grp,
.user-dashboard__lp-editor-row .mce-edit-area {
  background-color: #fff;
}
.user-dashboard__lp-editor-row .wp-editor-tabs {
  padding-top: 0;
}

.user-dashboard__pricing-calc-inputs {
  margin-bottom: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .user-dashboard__pricing-calc-inputs .user-dashboard__property-form-row {
    grid-template-columns: 1fr;
    gap: 0.375rem 0;
    margin-bottom: 0;
  }
}

.user-dashboard__pricing-calc-table-wrap {
  margin-top: 0.5rem;
  overflow-x: auto;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background-color: #fff;
}

.user-dashboard__pricing-calc-table {
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
}
.user-dashboard__pricing-calc-table th,
.user-dashboard__pricing-calc-table td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid #d8d8d8;
  text-align: right;
  white-space: nowrap;
}
.user-dashboard__pricing-calc-table th:first-child,
.user-dashboard__pricing-calc-table td:first-child {
  text-align: left;
  font-weight: bold;
}
.user-dashboard__pricing-calc-table tbody tr:last-child td {
  border-bottom: 0;
}

.user-dashboard__photos-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11.25rem;
  border: 2px dashed #b8b8b8;
  border-radius: 0.25rem;
  background: #fff;
  color: #6a6a6a;
  font-size: 1.75rem;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0.625rem;
}

.user-dashboard__photos-status {
  min-height: 1.5rem;
  margin: 0 0 0.625rem;
}

.user-dashboard__photos-upload-bar {
  margin: 0 0 0.875rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.25rem;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
}
.user-dashboard__photos-upload-bar[hidden] {
  display: none !important;
}

.user-dashboard__photos-upload-bar__track {
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #ddd;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.user-dashboard__photos-upload-bar__fill {
  height: 100%;
  background: #143f85;
  border-radius: 0.25rem;
  transition: width 0.2s ease;
}

.user-dashboard__photos-upload-bar__label {
  margin: 0;
  font-size: 0.875rem;
  color: #4f4f4f;
}

.user-dashboard__photos-reorder-lede {
  margin: -0.25rem 0 0.75rem;
  font-size: 0.875rem;
  color: #6a6a6a;
}

.user-dashboard__photos-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .user-dashboard__photos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media print, screen and (min-width: 64em) {
  .user-dashboard__photos-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.user-dashboard__photo-card {
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.user-dashboard__photo-card.is-dragging {
  opacity: 0.55;
}
.user-dashboard__photo-card.is-drag-over {
  box-shadow: 0 0 0 2px #143f85;
}

.user-dashboard__photo-thumb-wrap {
  cursor: grab;
  touch-action: none;
}
.user-dashboard__photo-thumb-wrap:active {
  cursor: grabbing;
}

.user-dashboard__photo-category {
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0.5rem;
  z-index: 3;
  margin: 0;
  max-width: none;
  height: 2.125rem;
  font-size: 0.875rem;
}

.user-dashboard__photo-thumb {
  width: 100%;
  height: 10.625rem;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
}

.user-dashboard__photo-statusbar {
  background: #143f85;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.user-dashboard__photo-icon {
  margin: 0;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 0.625rem 0.375rem;
  cursor: pointer;
}
.user-dashboard__photo-icon i {
  display: inline-block;
  width: 1.125rem;
  text-align: center;
}
.user-dashboard__photo-icon:last-child {
  border-right: 0;
}
.user-dashboard__photo-icon:hover, .user-dashboard__photo-icon:focus {
  background: rgba(255, 255, 255, 0.12);
}
.user-dashboard__photo-icon.is-active {
  color: #ffe48a;
}

.user-dashboard__photos-bulk-actions {
  margin: 0.5rem 0 0.75rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.user-dashboard__photos-bulk-actions .button {
  margin: 0;
}

.user-dashboard__photo-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-dashboard__photo-modal[hidden] {
  display: none !important;
}

.user-dashboard__photo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.user-dashboard__photo-modal-dialog {
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.375rem 1.5rem 1.25rem;
  width: 90%;
  max-width: 32.5rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.user-dashboard__photo-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.625rem;
  background: transparent;
  border: 0;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: #555;
}

.user-dashboard__photo-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.user-dashboard__photo-modal-actions .button {
  margin: 0;
}

body.vr-photo-modal-open {
  overflow: hidden;
}

.user-dashboard__photo-comment-reveal {
  padding: 1rem 1.125rem 1.25rem;
}

.user-dashboard__photo-comment-reveal-title {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.user-dashboard__photo-comment-reveal-label {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
}

.user-dashboard__photo-comment-reveal-textarea {
  width: 100%;
  margin-bottom: 1rem;
  min-height: 6.25rem;
}

.user-dashboard__property-editor-header--calendar {
  margin-bottom: 0.75rem;
}

.user-dashboard__property-editor-icon--calendar .fa-solid {
  display: block;
  font-size: 1.75rem;
  color: #c3142d;
  line-height: 1;
}

.user-dashboard__cal-legend {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.user-dashboard__cal-legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}

.user-dashboard__cal-legend-swatch {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.125rem;
  flex-shrink: 0;
}
.user-dashboard__cal-legend-swatch--0 {
  background: #e91e8c;
}
.user-dashboard__cal-legend-swatch--1 {
  background: #2e7d32;
}
.user-dashboard__cal-legend-swatch--2 {
  background: #6a1b9a;
}
.user-dashboard__cal-legend-swatch--3 {
  background: #1565c0;
}
.user-dashboard__cal-legend-swatch--4 {
  background: #ef6c00;
}
.user-dashboard__cal-legend-swatch--5 {
  background: #00838f;
}

.user-dashboard__renter-color-field {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
}

.user-dashboard__renter-color-legend {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
}

.user-dashboard__renter-color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 0.5rem;
}

.user-dashboard__renter-color-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
}

.user-dashboard__renter-color-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.user-dashboard__renter-color-option .user-dashboard__cal-legend-swatch {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 2px transparent;
  transition: box-shadow 0.15s ease, transform 0.1s ease;
}

.user-dashboard__renter-color-input:focus-visible + .user-dashboard__cal-legend-swatch {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px #143f85;
}

.user-dashboard__renter-color-input:checked + .user-dashboard__cal-legend-swatch {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px #143f85;
  transform: scale(1.08);
}

.user-dashboard__cal-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.875rem;
}

.user-dashboard__cal-nav-arrow {
  font-size: 1.125rem;
  line-height: 1;
  color: #143f85;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
}
.user-dashboard__cal-nav-arrow:hover {
  color: rgb(14.6666666667, 46.2, 97.5333333333);
}

.user-dashboard__cal-nav-label {
  font-size: 1.125rem;
  font-weight: bold;
  min-width: 11.25rem;
  text-align: center;
}

.user-dashboard__cal-grid {
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-bottom: 1.75rem;
}

.user-dashboard__cal-grid-head {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  background: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
}

.user-dashboard__cal-dow {
  padding: 0.5rem 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: #4a4a4a;
}

.user-dashboard__cal-cells {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  background: #fff;
}

.user-dashboard__cal-cell {
  min-height: 5.5rem;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 0.25rem;
  font-size: 0.6875rem;
  position: relative;
}
.user-dashboard__cal-cell:nth-child(7n) {
  border-right: 0;
}
.user-dashboard__cal-cell--empty {
  background: #fafafa;
}
.user-dashboard__cal-cell.is-today .user-dashboard__cal-daynum {
  background: #143f85;
  color: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.user-dashboard__cal-daynum {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 0.125rem;
  display: inline-block;
}

.user-dashboard__cal-block {
  display: block;
  width: 100%;
  margin: 0.125rem 0;
  padding: 0.1875rem 0.25rem;
  border: 0;
  border-radius: 0.125rem;
  font-size: 0.625rem;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-dashboard__cal-block--0 {
  background: #e91e8c;
}
.user-dashboard__cal-block--1 {
  background: #2e7d32;
}
.user-dashboard__cal-block--2 {
  background: #6a1b9a;
}
.user-dashboard__cal-block--3 {
  background: #1565c0;
}
.user-dashboard__cal-block--4 {
  background: #ef6c00;
}
.user-dashboard__cal-block--5 {
  background: #00838f;
}
.user-dashboard__cal-block--checkout {
  opacity: 0.55;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 3px, transparent 3px, transparent 6px);
}

.user-dashboard__cal-block-co {
  display: inline-block;
  margin-left: 0.1875rem;
  padding: 0 0.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0.125rem;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  vertical-align: middle;
  line-height: 1.4;
}

.user-dashboard__bookings-section {
  margin-top: 0.5rem;
}

.user-dashboard__bookings-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}

.user-dashboard__bookings-title {
  margin: 0;
  font-size: 1.125rem;
}

.user-dashboard__bookings-empty {
  color: #6a6a6a;
}

.user-dashboard__bookings-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-dashboard__booking-card {
  border-top: 1px solid #d8d8d8;
  padding: 0.875rem 0;
}

.user-dashboard__booking-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  align-items: start;
}
@media print, screen and (min-width: 48em) {
  .user-dashboard__booking-row {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
    align-items: center;
  }
}

.user-dashboard__booking-col--renter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.user-dashboard__booking-renter-link {
  background: none;
  border: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #143f85;
  cursor: pointer;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.user-dashboard__booking-renter-link .fa-solid {
  font-size: 0.875rem;
  flex-shrink: 0;
  opacity: 0.9;
}
.user-dashboard__booking-renter-link:hover {
  text-decoration: underline;
}

.user-dashboard__booking-edit-renter {
  font-size: 0.8125rem;
}

.user-dashboard__booking-col--actions {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}

.user-dashboard__booking-icon {
  margin: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 0.125rem;
  padding: 0.375rem 0.625rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.user-dashboard__booking-icon .fa-solid {
  pointer-events: none;
}
.user-dashboard__booking-icon:hover {
  background: #f5f5f5;
}

.user-dashboard__booking-delete-form {
  display: inline;
}

.user-dashboard__booking-notes-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 0.625rem 0 0.25rem;
}

.user-dashboard__booking-notes-hint {
  margin: 0 0 0.375rem;
  max-width: 40rem;
}

.user-dashboard__booking-notes {
  width: 100%;
  max-width: 40rem;
}

.user-dashboard__bookings-section--archive {
  margin-top: 1.125rem;
}

.user-dashboard__booking-card--archived {
  background: #fafafa;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.user-dashboard__booking-card--archived .user-dashboard__booking-col--actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.375rem;
}

.user-dashboard__booking-restore-form,
.user-dashboard__booking-archive-delete-form {
  margin: 0;
}

.user-dashboard__booking-archive-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.375rem;
}

.user-dashboard__booking-notes--archived {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #6a6a6a;
}

.user-dashboard__booking-notes-actions {
  margin: 0.5rem 0 0;
}

.user-dashboard__calendar-ajax-status {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  min-height: 1.375rem;
}

.user-dashboard__bookings-add {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.user-dashboard__owner-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1101;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-dashboard__owner-booking-modal[hidden] {
  display: none !important;
}

.user-dashboard__owner-booking-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.user-dashboard__owner-booking-modal-dialog {
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
  width: 90%;
  max-width: 35rem;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}
.user-dashboard__owner-booking-modal-dialog .button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin: 1rem 0 0;
}
.user-dashboard__owner-booking-modal-dialog .button-group .button {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.625rem;
  padding: 0.625rem 1.375rem;
  line-height: 1.2;
}
.user-dashboard__owner-booking-modal-dialog .button-group .user-dashboard__submit.button {
  padding: 0.625rem 1.375rem;
}

.user-dashboard__owner-booking-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.625rem;
  background: transparent;
  border: 0;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: #555;
  padding: 0.25rem 0.5rem;
  z-index: 1;
}

body.vr-owner-booking-modal-open {
  overflow: hidden;
}

.user-dashboard__owner-booking-reveal {
  padding: 1rem 1.125rem 1.25rem;
}

html.vr-owner-reveal-fallback-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.vr-owner-reveal-fallback-open::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
}

#vr-owner-booking-reveal.vr-owner-booking-reveal--open {
  display: block !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow-y: auto;
  margin: 0;
  z-index: 1006;
  box-shadow: 0 0 1rem rgba(10, 10, 10, 0.2);
}

.user-dashboard__owner-booking-reveal-title {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.user-dashboard__renters-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
}
.user-dashboard__renters-table th,
.user-dashboard__renters-table td {
  border: 1px solid #d8d8d8;
  padding: 0.625rem 0.75rem;
  text-align: left;
}
.user-dashboard__renters-table th {
  background: #f5f5f5;
  font-size: 0.875rem;
}

.user-dashboard__renter-edit-form {
  max-width: 40rem;
  margin-top: 0.75rem;
}

.user-dashboard__star-rating-field {
  border: 0;
  padding: 0;
  margin: 1rem 0 0.5rem;
}

.user-dashboard__star-rating-legend {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #3a3a3a;
}

.user-dashboard__renter-rating-none {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
}

.user-dashboard__renter-rating-none-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #3a3a3a;
}

.user-dashboard__star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.125rem;
  font-size: 1.75rem;
  line-height: 1;
}

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

.user-dashboard__star-rating-label {
  margin: 0;
  cursor: pointer;
  color: #d4d4d4;
  transition: color 0.12s ease;
}
.user-dashboard__star-rating-label:hover, .user-dashboard__star-rating-label:hover ~ .user-dashboard__star-rating-label {
  color: #e6a317;
}

.user-dashboard__star-rating-input:checked ~ .user-dashboard__star-rating-label {
  color: #e6a317;
}

.user-dashboard__star-rating-input:focus + .user-dashboard__star-rating-label {
  outline: 2px solid #0c304e;
  outline-offset: 2px;
  border-radius: 0.125rem;
}

.user-dashboard__notif-page {
  margin-top: 0.5rem;
}

.user-dashboard__notif-ajax-status {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
}
.user-dashboard__notif-ajax-status--success {
  color: #3a7a3a;
}
.user-dashboard__notif-ajax-status--error {
  color: #c60f13;
}

.user-dashboard__notif-page-head {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d8d8d8;
}

.user-dashboard__notif-page-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
}

.user-dashboard__notif-block-dates {
  font-size: 0.875rem;
  font-weight: bold;
  color: #0c304e;
  text-decoration: none;
}
.user-dashboard__notif-block-dates:hover {
  text-decoration: underline;
}

.user-dashboard__notif-booking {
  margin-bottom: 0.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background: #fff;
}

.user-dashboard__notif-booking-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.875rem;
}
.user-dashboard__notif-booking-summary::-webkit-details-marker {
  display: none;
}

.user-dashboard__notif-booking-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}

.user-dashboard__notif-booking-name {
  font-weight: bold;
  color: #3a3a3a;
}

.user-dashboard__notif-booking-dates {
  color: #6a6a6a;
}

.user-dashboard__notif-summary-link {
  font-size: 0.8125rem;
  font-weight: bold;
}

.user-dashboard__notif-booking-panel {
  padding: 0 1rem 1rem;
  border-top: 1px solid #d8d8d8;
  background: #fafafa;
}

.user-dashboard__notif-subtable-title {
  margin: 1rem 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #3a3a3a;
}
.user-dashboard__notif-subtable-title:first-child {
  margin-top: 0.75rem;
}

.user-dashboard__notif-table-wrap {
  overflow-x: auto;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  background: #fff;
}

.user-dashboard__notif-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.user-dashboard__notif-table thead th {
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: bold;
  background: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
}
.user-dashboard__notif-table tbody td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: middle;
}
.user-dashboard__notif-table tbody tr:last-child td {
  border-bottom: 0;
}

.user-dashboard__notif-row--sent {
  opacity: 0.72;
}

.user-dashboard__notif-sent-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: #6a6a6a;
}

.user-dashboard__notif-toggle-form,
.user-dashboard__notif-delete-form {
  display: inline;
  margin: 0;
}

.user-dashboard__notif-sched-btn {
  margin: 0;
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 0.1875rem;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
}
.user-dashboard__notif-sched-btn--on {
  border-color: #3cb371;
  color: #1e6b3d;
  background: rgba(60, 179, 113, 0.12);
}
.user-dashboard__notif-sched-btn--off {
  color: #6a6a6a;
}
.user-dashboard__notif-sched-btn:hover {
  filter: brightness(0.97);
}

.user-dashboard__notif-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  align-items: center;
}

.user-dashboard__notif-reveal {
  padding: 1rem 1.125rem 1.25rem;
}

.user-dashboard__notif-reveal-title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
}

.user-dashboard__notif-edit-form {
  margin-top: 0.5rem;
}

.user-dashboard__notif-edit-send-on {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  color: #6a6a6a;
}

.user-dashboard__notif-edit-recipients {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  color: #6a6a6a;
}

.user-dashboard__notif-edit-additional-wrap .help-text {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #6a6a6a;
}

.user-dashboard__notif-row-date-btn {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #0c304e;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.user-dashboard__notif-row-date-btn:hover, .user-dashboard__notif-row-date-btn:focus {
  color: rgb(10.56, 42.24, 68.64);
}

.user-dashboard__notif-row-date-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
}

.user-dashboard__notif-row-date-time {
  font-size: 0.75rem;
  color: #6a6a6a;
  line-height: 1.3;
}

.user-dashboard__notif-row-date-static {
  display: block;
}

.user-dashboard__notif-send-on-form {
  margin-top: 0.5rem;
}

.user-dashboard__notif-edit-hint {
  margin: 0.5rem 0 0.75rem;
  font-size: 0.75rem;
  color: #6a6a6a;
}

.user-dashboard__bedroom-add-wrap {
  margin: 0.625rem 0 0;
}

.user-dashboard__back-properties {
  margin: 1.25rem 0 0;
}

.user-dashboard__form--add-property {
  max-width: 45rem;
  margin-top: 0.5rem;
}

.user-dashboard__property-form-section-title {
  margin: 1.5rem 0 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #d8d8d8;
  font-size: 1rem;
  font-weight: bold;
  color: #4a4a4a;
}

.user-dashboard__property-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.375rem 0;
  margin-bottom: 0.875rem;
  align-items: center;
}
@media print, screen and (min-width: 48em) {
  .user-dashboard__property-form-row {
    grid-template-columns: 10rem minmax(0, 1fr);
    gap: 0 1rem;
    margin-bottom: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .user-dashboard__property-form-row--wide {
    grid-template-columns: 10rem minmax(0, 1fr);
  }
}
.user-dashboard__property-form-row--wide .user-dashboard__input {
  max-width: none;
}
@media print, screen and (min-width: 48em) {
  .user-dashboard__property-form-row--wide > .user-dashboard__property-form-control:only-child {
    grid-column: 1/-1;
  }
}
.user-dashboard__property-form-row--wide > .user-dashboard__property-form-control:only-child .user-dashboard__amenity-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  line-height: 1.35;
}
.user-dashboard__property-form-row--wide > .user-dashboard__property-form-control:only-child .user-dashboard__amenity-item > span {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  line-height: 1.35;
}

.user-dashboard__property-form-label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  color: #3a3a3a;
}

.user-dashboard__property-form-control {
  min-width: 0;
}

.user-dashboard__submit-wrap--add-property {
  margin-top: 1.5rem;
  text-align: right;
}

.user-dashboard__host-image-actions.button-group {
  flex-wrap: wrap;
}

.user-dashboard__image-edit-modal[hidden] {
  display: none !important;
}

.user-dashboard__image-edit-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(22, 22, 22, 0.65);
  backdrop-filter: blur(2px);
}

.user-dashboard__image-edit-dialog {
  width: 100%;
  max-width: 60rem;
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1.125rem 3rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.user-dashboard__image-edit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.875rem 1.125rem;
  border-bottom: 1px solid #d8d8d8;
}

.user-dashboard__image-edit-title {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.user-dashboard__image-edit-close {
  margin: 0;
  padding: 0.25rem 0.625rem;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: #4f4f4f;
  cursor: pointer;
  border-radius: 0.25rem;
}
.user-dashboard__image-edit-close:hover, .user-dashboard__image-edit-close:focus {
  background: rgba(0, 0, 0, 0.06);
  color: #111;
}

.user-dashboard__image-edit-body {
  padding: 1rem 1.125rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.user-dashboard__image-edit-crop-wrap {
  min-height: 17.5rem;
  max-height: min(32.5rem, 60vh);
  overflow: hidden;
  background: #1a1a1a;
  border-radius: 0.25rem;
}
.user-dashboard__image-edit-crop-wrap .cropper-container {
  max-height: min(32.5rem, 60vh);
}
.user-dashboard__image-edit-crop-wrap img.user-dashboard__image-edit-target {
  display: block;
  max-width: 100%;
  height: auto;
}

.user-dashboard__image-edit-status {
  margin: 0;
  min-height: 1.25em;
  font-size: 0.875rem;
  color: #6a6a6a;
}

.user-dashboard__image-edit-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.user-dashboard__image-edit-rotate-group {
  justify-content: flex-start;
}

.user-dashboard__image-edit-actions {
  justify-content: flex-end;
}

.user-dashboard__google-help {
  margin: 0.5rem 0 0;
  padding: 0.625rem 0.875rem;
  background-color: #f6f8fa;
  border: 1px dashed #c6cdd3;
  border-radius: 0.375rem;
}
.user-dashboard__google-help summary {
  cursor: pointer;
  font-weight: bold;
  color: #2a4365;
  list-style: none;
}
.user-dashboard__google-help summary::-webkit-details-marker {
  display: none;
}
.user-dashboard__google-help[open] {
  background-color: #fff;
  border-style: solid;
}

.user-dashboard__google-help-body {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333333;
}
.user-dashboard__google-help-body ol {
  margin: 0 0 0.5rem 1.25rem;
  padding: 0;
}
.user-dashboard__google-help-body ol > li {
  margin-bottom: 0.5rem;
}
.user-dashboard__google-help-body ul {
  margin: 0.375rem 0 0.375rem 1.125rem;
}
.user-dashboard__google-help-body ul > li {
  margin-bottom: 0.25rem;
}
.user-dashboard__google-help-body code {
  padding: 0.0625rem 0.375rem;
  background-color: #eef1f4;
  border-radius: 0.1875rem;
  font-family: Consolas, "Liberation Mono", Courier, monospace, monospace;
  font-size: 0.95em;
}
.user-dashboard__google-help-body a {
  text-decoration: underline;
}

.user-dashboard__google-test-row {
  margin-top: 1rem;
}

.user-dashboard__google-test-result {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
}
.user-dashboard__google-test-result--pending {
  color: #6a6a6a;
}
.user-dashboard__google-test-result .user-dashboard__google-test-steps {
  margin: 0 0 0.5rem 1.125rem;
  padding: 0;
}
.user-dashboard__google-test-result .user-dashboard__google-test-steps > li {
  margin-bottom: 0.375rem;
}
.user-dashboard__google-test-result .user-dashboard__google-test-steps > li.is-ok {
  color: #1a5f1a;
}
.user-dashboard__google-test-result .user-dashboard__google-test-steps > li.is-fail {
  color: #8a1f1f;
}
.user-dashboard__google-test-result .user-dashboard__google-test-detail {
  word-break: break-word;
}
.user-dashboard__google-test-result .description {
  margin: 0.625rem 0 0;
  font-size: 0.8125rem;
  color: #6a6a6a;
}

.user-dashboard__signup-request-settings {
  margin: 2rem 0 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.375rem;
  background-color: #f6f8fa;
}
.user-dashboard__signup-request-settings > h2 {
  margin-top: 0;
}
.user-dashboard__signup-request-settings .description {
  margin-bottom: 1rem;
  color: #4a4a4a;
}

.user-dashboard__add-user {
  margin: 1rem 0 1.5rem;
  padding: 0.75rem 1rem;
  border: 1px dashed #c6cdd3;
  border-radius: 0.375rem;
  background-color: #f6f8fa;
}
.user-dashboard__add-user[open] {
  background-color: #fff;
  border-style: solid;
}

.user-dashboard__add-user-summary {
  cursor: pointer;
  font-weight: bold;
  color: #2a4365;
  list-style: none;
}
.user-dashboard__add-user-summary::-webkit-details-marker {
  display: none;
}

.user-dashboard__add-user-form {
  margin-top: 1rem;
}

.user-dashboard__users-table th.user-dashboard__users-actions-th,
.user-dashboard__users-table td.user-dashboard__users-actions {
  width: 8.75rem;
  text-align: right;
}

.user-dashboard__user-delete-form {
  display: inline-block;
  margin: 0;
}

.user-dashboard__user-delete-btn.button {
  margin: 0;
}

.user-dashboard__users-self {
  font-size: 0.8125rem;
  color: #6a6a6a;
}

.user-dashboard__account-free-toggle {
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  background-color: #f6f8fa;
  border: 1px solid #d8d8d8;
  border-radius: 0.375rem;
}
.user-dashboard__account-free-toggle > h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.user-dashboard__free-callout {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.user-dashboard__free-callout i {
  color: #2e7d4f;
}

.user-dashboard__billing-period-pill {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  border-radius: 62.4375rem;
  background-color: #eef1f4;
  color: #4a4a4a;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.user-dashboard__billing-period-pill.is-free {
  background-color: #d1f0dc;
  color: #1b6b3e;
}

.frontend-login {
  min-height: 35rem;
  padding: 3rem 0 4.5rem;
  background: #f7f8fb;
}

.frontend-login__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 0.5rem 1.625rem rgba(18, 24, 40, 0.08);
}

.frontend-login__brand {
  margin-bottom: 1.125rem;
  text-align: center;
}

.frontend-login__brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.frontend-login__logo {
  display: block;
  max-height: 4.25rem;
  width: auto;
}

.frontend-login__site-name {
  font-size: 1.75rem;
  font-weight: bold;
  color: #222;
}

.frontend-login__title {
  margin: 0 0 1.125rem;
  text-align: center;
  font-size: 1.75rem;
  color: #1f2937;
}

.frontend-login__error {
  margin-bottom: 1rem;
}

.frontend-login__notice {
  margin-bottom: 1rem;
}

.frontend-login__lede {
  margin: 0 0 1.125rem;
  text-align: center;
  color: #4b5563;
  line-height: 1.5;
}

.frontend-login__form label {
  font-weight: bold;
  color: #1f2937;
}

.frontend-login__remember-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0.375rem 0 1.125rem;
}

.frontend-login__remember {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.frontend-login__forgot {
  font-size: 0.875rem;
  color: #1a56a8;
  text-decoration: none;
}
.frontend-login__forgot:hover, .frontend-login__forgot:focus {
  text-decoration: underline;
}

.frontend-login__back-link {
  margin: 1.125rem 0 0;
  text-align: center;
}
.frontend-login__back-link a {
  color: #1a56a8;
  text-decoration: none;
}
.frontend-login__back-link a:hover, .frontend-login__back-link a:focus {
  text-decoration: underline;
}

.frontend-login__captcha {
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
}
.frontend-login__captcha > div {
  max-width: 100%;
}

.frontend-login__submit {
  margin-top: 0.25rem;
}

.frontend-login__pw-wrap {
  position: relative;
}
.frontend-login__pw-wrap input[type=password],
.frontend-login__pw-wrap input[type=text] {
  padding-right: 2.625rem;
}

.frontend-login__pw-toggle {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 0.25rem;
  color: #666;
  cursor: pointer;
  line-height: 1;
}
.frontend-login__pw-toggle:hover {
  color: #333;
}
.frontend-login__pw-toggle[aria-pressed=true] {
  color: #1a56a8;
}

.listing-signup {
  padding-bottom: 4rem;
}

.listing-signup__wrap {
  position: relative;
  max-width: 75rem;
}

.listing-signup__notice {
  margin-bottom: 1.5rem;
}

.listing-signup__grid {
  align-items: stretch;
}

.listing-signup__card {
  height: 100%;
  padding: 1.5rem 1.25rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.375rem;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.listing-signup__card-title {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  font-weight: bold;
  color: #3a3a3a;
}

.listing-signup__card-lede {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #5a5a5a;
}

.listing-signup__callout {
  margin: 0 0 0.75rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.25rem;
  background-color: rgba(12, 48, 78, 0.12);
  color: #2a4a6a;
  font-size: 0.875rem;
  line-height: 1.45;
}

.listing-signup__card-desc {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4a4a4a;
}

.listing-signup__includes-label {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #3a3a3a;
}

.listing-signup__features {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #4a4a4a;
}
.listing-signup__features li {
  margin-bottom: 0.375rem;
}

.listing-signup__price {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  color: #5a5a5a;
}

.listing-signup__price-amount {
  font-size: 2rem;
  font-weight: bold;
  color: #3a3a3a;
}

.listing-signup__billing {
  margin-left: 0.375rem;
}

.listing-signup__cta {
  margin: 0;
  text-align: center;
}

.listing-signup__checkout.button {
  border-radius: 0.25rem;
  padding: 0.875rem 1.75rem;
  font-weight: bold;
}

.listing-signup__mascot {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .listing-signup__mascot {
    display: block;
    position: absolute;
    left: 0.5rem;
    bottom: -0.5rem;
    width: 7.5rem;
    height: 7.5rem;
    opacity: 0.15;
    pointer-events: none;
  }
}

.listing-signup__request {
  margin-top: 2.5rem;
  padding: 1.75rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.listing-signup__request-admin {
  margin-bottom: 1.25rem;
  padding: 0.75rem 1rem;
  background-color: #f6f8fa;
  border: 1px dashed #c6cdd3;
  border-radius: 0.375rem;
}
.listing-signup__request-admin summary {
  cursor: pointer;
  font-weight: bold;
  color: #2a4365;
}

.listing-signup__request-admin-form {
  margin-top: 0.75rem;
}
.listing-signup__request-admin-form p {
  margin: 0.5rem 0;
}

.listing-signup__request-copy {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}

.listing-signup__request-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .listing-signup__request-form {
    grid-template-columns: 1fr 1fr;
  }
}

.listing-signup__request-row {
  display: flex;
  flex-direction: column;
}
.listing-signup__request-row label {
  margin-bottom: 0.25rem;
  font-weight: bold;
  font-size: 0.875rem;
}
.listing-signup__request-row input,
.listing-signup__request-row textarea {
  margin: 0;
  padding: 0.625rem 0.75rem;
  border: 1px solid #c6cdd3;
  border-radius: 0.25rem;
  box-shadow: none;
  background-color: #fff;
}
.listing-signup__request-row textarea {
  min-height: 7.5rem;
}
@media print, screen and (min-width: 48em) {
  .listing-signup__request-row:nth-child(n+3) {
    grid-column: 1/-1;
  }
}

.listing-signup__request-captcha {
  grid-column: 1/-1;
}

.listing-signup__request-actions {
  grid-column: 1/-1;
  margin: 0.5rem 0 0;
  text-align: right;
}
.listing-signup__request-actions .button {
  padding: 0.75rem 1.75rem;
}

.vr-home-front {
  padding-top: 0px;
  padding-bottom: 2.5rem;
}

.vr-home-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 1.75rem;
  background: #CFD4D8;
  color: #707070;
}

.vr-home-hero__image-wrap {
  text-align: center;
}

.vr-home-hero__image {
  width: 100%;
  height: auto;
  z-index: 999;
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .vr-home-hero__image-wrap {
    text-align: right;
  }
  .vr-home-front .vr-home-hero__image {
    max-width: 17.25rem;
    width: 100%;
    height: 110%;
    margin-top: -41px;
    margin-right: -40px;
    z-index: 999;
    position: relative;
  }
}
.vr-home-hero__content {
  max-width: 40rem;
  text-align: center;
}

.vr-home-hero__title {
  margin: 0 0 0.875rem;
  color: #707070;
  font-size: 4.0625rem;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.vr-home-hero__search {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.vr-home-hero__search input[type=search] {
  margin: 0;
  border-radius: 0.25rem;
}

.vr-home-hero__search .button {
  margin: 0;
  border-radius: 0.25rem;
  background: #1a56a8;
}

.vr-home-hero__search .button:hover,
.vr-home-hero__search .button:focus {
  background: #154789;
}

.vr-home-hero__filter-link {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vr-home-hero__filter-link a {
  color: #1a56a8;
}

.vr-home-front__empty {
  margin: 1.5rem 0;
  color: #666;
}

.vr-home-front__edit {
  margin-top: 1.5rem;
}

.vr-home-towns {
  margin-top: 0;
}

.vr-home-town {
  margin-bottom: 2.5rem;
}

.vr-home-town__scroller-wrap {
  position: relative;
}

.vr-home-town__scroller {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.vr-home-town__scroller::-webkit-scrollbar {
  display: none;
}

.vr-home-town__scroller-item {
  flex: 0 0 16.25rem;
  scroll-snap-align: start;
}
@media screen and (min-width: 40em) {
  .vr-home-town__scroller-item {
    flex-basis: 17.5rem;
  }
}

.vr-home-town__scroller-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #333;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.12);
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.vr-home-town__scroller-arrow:hover, .vr-home-town__scroller-arrow:focus-visible {
  background: #1a56a8;
  color: #fff;
  border-color: #1a56a8;
  box-shadow: 0 0.125rem 0.625rem rgba(26, 86, 168, 0.3);
}
.vr-home-town__scroller-arrow--prev {
  left: -1.25rem;
}
.vr-home-town__scroller-arrow--next {
  right: -1.25rem;
}
.vr-home-town__scroller-arrow[hidden] {
  display: none;
}

.vr-home-town__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  margin-bottom: 1.125rem;
}

.vr-home-town__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a56a8;
}

.vr-home-town__more {
  color: #8e8e8e;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
}

.vr-home-town__more:hover,
.vr-home-town__more:focus {
  text-decoration: underline;
}

.vr-property-card {
  height: 100%;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}

.vr-property-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.vr-property-card__link:hover .vr-property-card__location,
.vr-property-card__link:focus .vr-property-card__location {
  text-decoration: underline;
}

.vr-property-card__media {
  position: relative;
  width: 100%;
  padding-top: 62%;
  overflow: hidden;
  background: #e8e8e8;
}

.vr-property-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vr-property-card__image--placeholder {
  display: block;
  position: absolute;
  inset: 0;
}

.vr-property-card__body {
  padding: 0.75rem 0.875rem 1rem;
}

.vr-property-card__stars {
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.125rem;
  line-height: 1;
  margin: 0 0 0.5rem;
}

.vr-property-card__title-row {
  margin: 0 0 0.25rem;
}

.vr-property-card__location {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2b2b2b;
}

.vr-property-card__type {
  margin: 0 0 0.75rem;
  color: #9a9a9a;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.vr-property-card__star {
  font-size: 1rem;
  color: #d4d4d4;
  line-height: 1;
}

.vr-property-card__star.is-filled {
  color: #d4a017;
}

.vr-property-card__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem 0.75rem;
  align-items: start;
}

.vr-property-card__spec {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  color: #5a5a5a;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.vr-property-card__spec-icon {
  flex: 0 0 auto;
  color: #888;
  line-height: 1;
  width: 0.875rem;
  text-align: center;
}

.vr-property-card__spec-icon i {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
}

.vr-property-card__spec-text {
  min-width: 0;
  font-size: 0.7rem;
}

.vr-property-archive {
  margin-bottom: 3.125rem;
  padding-top: 1.5rem;
}

.vr-property-archive__pagination {
  margin-top: 1.5rem;
}

.vr-search-results {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.vr-search-results__header {
  margin-bottom: 1.125rem;
}

.vr-search-results__properties {
  margin-top: 0;
}

.vr-search-results__other {
  margin-top: 1.875rem;
}

.vr-search-results__other-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #1a56a8;
}

@media screen and (max-width: 63.9375em) {
  .vr-home-hero__title {
    font-size: 2.125rem;
  }
  .vr-home-hero__search {
    flex-direction: column;
  }
  .vr-home-hero__search .button {
    width: 100%;
  }
  .vr-home-town__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .vr-home-town__more {
    white-space: normal;
  }
}
@media screen and (max-width: 39.9375em) {
  .vr-home-hero {
    padding: 0;
  }
  .vr-home-hero__image {
    max-width: 11.25rem;
    height: auto;
    margin-top: -1.125rem;
  }
  .vr-home-town .grid-x.small-up-1,
  .vr-home-towns .grid-x.small-up-1 {
    row-gap: 1.5rem;
  }
  .vr-blog-archive__grid {
    row-gap: 1.5rem;
  }
  .vr-explore-area__bucket-grid {
    row-gap: 1.25rem;
  }
  .vr-about-page__owner-card + .vr-about-page__owner-card {
    margin-top: 1.75rem;
  }
  .vr-home-hero__title {
    font-size: 1.75rem;
  }
  .vr-home-hero__dog-cell {
    order: 2;
  }
  .vr-home-hero__content-cell {
    order: 1;
    padding-top: 1.5rem;
  }
}
.vr-home-towns .vr-town-landing__edit.vr-property-single__top-actions {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}

.vr-town-landing__saved {
  margin-bottom: 1rem;
}

.vr-town-landing__front-editor {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 0.25rem;
  background-color: #fafafa;
}

.vr-town-landing__front-editor-head {
  margin-bottom: 0.75rem;
}

.vr-town-landing__front-editor-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2b2b2b;
}

.vr-town-landing__front-editor-actions {
  margin-top: 0.875rem;
}

.vr-home-towns.vr-town-landing--admin .vr-town-intro,
.vr-home-towns.vr-town-landing--admin .vr-town-body.entry-content {
  max-width: none;
}
.vr-home-towns.vr-town-landing--admin .vr-town-body.entry-content {
  margin-bottom: 1.5rem;
}

.vr-prop-map-shell {
  padding: 0;
}
.vr-prop-map-shell .site-main {
  max-width: none;
  padding: 0;
  margin: 0;
}

.vr-prop-map {
  display: flex;
  align-items: flex-start;
  min-height: calc(100vh - 5rem);
}
.vr-prop-map__list {
  flex: 0 0 26.25rem;
  max-width: 26.25rem;
  height: calc(100vh - 5rem);
  overflow-y: auto;
  padding: 1.25rem 1rem;
  border-right: 1px solid #e0e0e0;
  background: #fff;
}
.vr-prop-map__list-head {
  margin-bottom: 0.875rem;
}
.vr-prop-map__count {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.vr-prop-map__cards {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.vr-prop-map__card-wrap {
  cursor: pointer;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s;
}
.vr-prop-map__card-wrap:hover, .vr-prop-map__card-wrap--active {
  box-shadow: 0 0 0 0.125rem #1a56a8;
}
.vr-prop-map__card-wrap--active .vr-property-card {
  background: #f0f5ff;
}
.vr-prop-map__empty {
  color: #888;
  font-style: italic;
  margin: 1.25rem 0;
}
.vr-prop-map__map-wrap {
  flex: 1;
  position: sticky;
  top: 0;
  height: calc(100vh - 5rem);
}
.vr-prop-map__map {
  width: 100%;
  height: 100%;
}
.vr-prop-map__no-pins {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #888;
  font-style: italic;
  background: #f5f5f5;
}

@media screen and (max-width: 63.9375em) {
  .vr-prop-map {
    flex-direction: column;
  }
  .vr-prop-map__list {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 30rem;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    order: 2;
  }
  .vr-prop-map__map-wrap {
    flex: none;
    position: relative;
    width: 100%;
    height: 20rem;
    order: 1;
  }
}
.vr-explore-area {
  margin-bottom: 2rem;
}
.vr-explore-area__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.vr-explore-area__icon {
  font-size: 1.75rem;
  color: #1a56a8;
}
.vr-explore-area__title {
  font-size: 1.75rem;
  margin: 0;
  font-weight: 700;
  color: #1a56a8;
}
.vr-explore-area__bucket-title {
  color: #1a56a8;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.5rem 0 0.75rem;
}
.vr-explore-area__card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  padding: 1rem 1.1rem;
  height: 100%;
}
.vr-explore-area__card-title {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  font-weight: 700;
  color: #1a56a8;
}
.vr-explore-area__card-line {
  font-size: 0.9rem;
  margin: 0.35rem 0;
  word-break: break-word;
  color: #555;
}
.vr-explore-area__card-line a {
  font-weight: 600;
  color: #1a56a8;
}
.vr-explore-area__comments-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #444;
  margin: 0.65rem 0 0.2rem;
}
.vr-explore-area__snippet {
  font-size: 0.85rem;
  color: #444;
  margin: 0;
  line-height: 1.45;
}
.vr-explore-area__cell--hidden {
  display: none;
}
.vr-explore-area__show-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  padding: 0.45rem 1rem;
  background: transparent;
  border: 1px solid #1a56a8;
  border-radius: 4px;
  color: #1a56a8;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.vr-explore-area__show-more:hover {
  background: #1a56a8;
  color: #fff;
}
.vr-explore-area__attr {
  font-size: 0.75rem;
  color: #666;
  margin-top: 1rem;
}

.vr-town-intro {
  margin-bottom: 1.5rem;
  max-width: 52rem;
}
.vr-town-intro p:first-child {
  margin-top: 0;
}

.vr-faq-page {
  padding-top: 1.5rem;
  padding-bottom: 0px;
}

.vr-faq-page .grid-x {
  align-items: stretch;
}

.vr-faq-page__dog-wrap {
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .vr-faq-page__dog-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .vr-faq-page__dog-wrap {
    position: sticky;
    bottom: 1.5rem;
  }
}
.vr-faq-page__dog-image {
  max-width: 18.75rem;
  width: 100%;
  height: auto;
}

.vr-faq-page [data-remove-faq-row] {
  background-color: #c62828;
  border-color: #c62828;
  color: #fff;
}
.vr-faq-page [data-remove-faq-row]:hover, .vr-faq-page [data-remove-faq-row]:focus {
  background-color: #b71c1c;
  border-color: #b71c1c;
  color: #fff;
}

.vr-faq-page__content {
  border-top: 1px solid #e6e6e6;
  width: 100%;
  max-width: none;
}

.vr-faq-page__heading {
  margin: 0;
  padding: 1rem 0 0.5rem;
  color: #4f4f4f;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.1;
}

.vr-faq-page__accordion {
  width: 100%;
  max-width: none;
  margin: 0.625rem 0 0;
  padding: 0;
  list-style: none;
  margin-top: 0.625rem;
  border: 0;
  background: transparent;
}

.vr-faq-page__accordion .accordion-item {
  display: block;
  width: 100%;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #d9d9d9;
}

.vr-faq-page__accordion .accordion-item:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.vr-faq-page__accordion .accordion-title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding: 1.125rem 2.25rem 1.125rem 0;
  color: #4f4f4f;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.vr-faq-page__accordion .accordion-title::before {
  content: "›";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.75rem;
  color: #8a8a8a;
  font-size: 1.5rem;
  font-weight: 600;
}

.vr-faq-page__accordion .is-active .accordion-title::before {
  transform: rotate(90deg);
}

.vr-faq-page__accordion .accordion-title:hover,
.vr-faq-page__accordion .accordion-title:focus {
  background: transparent;
  color: #3a3a3a;
}

.vr-faq-page__accordion .accordion-content {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0 0 1rem;
  color: #666;
}

.vr-faq-page__accordion .accordion-content[hidden] {
  display: none !important;
}

.vr-faq-page__accordion .accordion-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .vr-faq-page__heading {
    font-size: 1.875rem;
  }
  .vr-faq-page .grid-x {
    flex-direction: column;
  }
  .vr-faq-page__content-cell {
    order: 1;
  }
  .vr-faq-page__dog-cell {
    order: 2;
    margin-top: 1.5rem;
  }
  .vr-faq-page__content {
    border-top: 0;
  }
}
.vr-about-page {
  padding-top: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.vr-about-page__section {
  margin-top: 2.125rem;
}

.vr-about-page__title,
.vr-about-page__section-title {
  color: #4f4f4f;
  line-height: 1.15;
  margin-bottom: 0.875rem;
}

.vr-about-page__title {
  font-size: 2.625rem;
  font-weight: 700;
  margin-top: 0;
}

.vr-about-page__section--owners .vr-about-page__title {
  text-align: center;
}

.vr-about-page__section-title {
  font-size: 2.125rem;
  font-weight: 600;
}

.vr-about-page__intro,
.vr-about-page__section-copy,
.vr-about-page__owner-bio {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1.6;
}

.vr-about-page__intro {
  max-width: 61.25rem;
  margin: 0 auto 1.125rem;
  text-align: center;
}

.vr-about-page__owner-card {
  margin-top: 0.875rem;
}

.vr-about-page__owner-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.vr-about-page__owner-image-wrap {
  width: 11.875rem;
  flex: 0 0 11.875rem;
}

.vr-about-page__owner-text {
  flex: 1 1 auto;
}

.vr-about-page__owner-image {
  width: 100%;
  height: 15.625rem;
  object-fit: cover;
  border-radius: 0.125rem;
  margin-bottom: 0;
}

.vr-about-page__owner-name {
  margin: 0 0 0.375rem;
  color: #4f4f4f;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

.vr-about-page__collage {
  margin-bottom: 1.375rem;
  column-count: var(--vr-about-collage-columns, 3);
  column-gap: 1rem;
}

.vr-about-page__collage-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

.vr-about-page__collage-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.vr-about-page__collage.is-ready .vr-about-page__collage-item img {
  opacity: 1;
}

.vr-about-page__section--bottom {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 2rem;
  padding-bottom: 0;
  background: #CFD4D8;
}

.vr-about-page__dog-wrap {
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .vr-about-page__section--bottom .grid-x {
    align-items: stretch;
  }
  .vr-about-page__dog-cell {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .vr-about-page__dog-wrap {
    position: sticky;
    bottom: 1.5rem;
  }
}
.vr-about-page__dog-image {
  width: 100%;
  max-width: 17.5rem;
  height: auto;
}

.vr-about-page__conclusion {
  border-top: none;
  padding-top: 0;
}

.vr-about-owner-media-field__preview {
  min-height: 4rem;
}

.vr-about-owner-media-field__preview img {
  display: block;
  width: 7.5rem;
  max-width: 100%;
  height: 7.5rem;
  object-fit: cover;
  border-radius: 0.375rem;
}

.js-vr-about-collage-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(6.875rem, 1fr));
  gap: 0.625rem;
}

.vr-about-collage-picker__item {
  position: relative;
  cursor: move;
}

.vr-about-collage-picker__item img {
  display: block;
  width: 100%;
  height: 6.875rem;
  object-fit: cover;
  border-radius: 0.375rem;
}

.vr-about-collage-picker__item .js-vr-about-collage-remove {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 0;
  border-radius: 62.4375rem;
  background: #c62828;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.vr-about-collage-picker__item .js-vr-about-collage-remove:hover,
.vr-about-collage-picker__item .js-vr-about-collage-remove:focus {
  background: #b71c1c;
}

.vr-about-collage-picker__item.is-dragging {
  opacity: 0.55;
}

.vr-about-page__editor {
  margin-bottom: 1rem;
}

.vr-about-page__editor-panel {
  margin-top: 0.75rem;
  border: 1px solid #d9d9d9;
  padding: 0.875rem;
  background: #fff;
}

.vr-about-page__editor-form input,
.vr-about-page__editor-form textarea,
.vr-about-page__editor-form select {
  width: 100%;
}

.vr-about-page__editor-form .button-link-delete {
  margin-left: 0.5rem;
}

.vr-about-page__editor-notice {
  margin: 0 0 0.75rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0.25rem;
}

.vr-about-page__editor-notice--success {
  background: #e8f5e9;
  color: #1b5e20;
}

.vr-about-page__editor-notice--error {
  background: #ffebee;
  color: #b71c1c;
}

@media screen and (max-width: 39.9375em) {
  .vr-about-page__title {
    font-size: 2.125rem;
  }
  .vr-about-page__section-title {
    font-size: 1.75rem;
  }
  .vr-about-page__owner-content {
    flex-direction: column;
    gap: 0.625rem;
  }
  .vr-about-page__owner-image-wrap {
    width: 100%;
    flex-basis: auto;
  }
  .vr-about-page__owner-image {
    height: 13.75rem;
  }
  .vr-about-page__collage {
    column-gap: 0.75rem;
  }
}
.site-main--property-single {
  padding-bottom: 3rem;
}

.vr-property-single__edit {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.vr-property-gallery {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.vr-property-gallery__toplink {
  margin: 0 0 0.625rem;
  font-size: 0.875rem;
}

.vr-property-gallery__toplink a {
  color: #6b6b6b;
  text-decoration: none;
}

.vr-property-gallery__toplink a:hover,
.vr-property-gallery__toplink a:focus {
  text-decoration: underline;
}

.vr-property-gallery__grid {
  align-items: stretch;
}
@media print, screen and (min-width: 64em) {
  .vr-property-gallery__grid > .cell {
    display: flex;
    flex-direction: column;
  }
}

.vr-property-gallery__main {
  position: relative;
  width: 100%;
  min-height: 17.5rem;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .vr-property-gallery__main {
    aspect-ratio: 4/3;
    min-height: 0;
    flex: 1 1 auto;
  }
}

.vr-property-gallery__slick,
.vr-property-gallery__slick .slick-list,
.vr-property-gallery__slick .slick-track {
  height: 100% !important;
}

.vr-property-gallery__slick .slick-slide,
.vr-property-gallery__slick .slick-slide > div,
.vr-property-gallery__slick .vr-property-gallery__slide {
  height: 100% !important;
}

.vr-property-gallery__slick .vr-property-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
}
@media print, screen and (max-width: 47.99875em) {
  .vr-property-gallery__slick .vr-property-gallery__slide img {
    min-height: 17.5rem;
    max-height: 32.5rem;
  }
}

.vr-property-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #333;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  line-height: 1;
  font-size: 1.375rem;
  padding: 0;
}

.vr-property-gallery__arrow--prev {
  left: 0.625rem;
}

.vr-property-gallery__arrow--next {
  right: 0.625rem;
}

.vr-property-gallery__thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.5rem;
  min-height: 17.5rem;
}
@media print, screen and (min-width: 64em) {
  .vr-property-gallery__thumbs {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
  }
}

.vr-property-gallery__thumb-btn {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 2px solid transparent;
  background: #eee;
  cursor: pointer;
  overflow: hidden;
}

.vr-property-gallery__thumb-btn.is-active {
  border-color: #1a56a8;
}

.vr-property-gallery__thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vr-property-gallery__empty {
  color: #6b6b6b;
}

.vr-property-gallery__view-all-wrap {
  margin: 0.75rem 0 0;
  text-align: right;
}

.vr-property-gallery__view-all.button {
  margin: 0;
  padding: 0.625rem 1.125rem;
  border: 1px solid #2a4365;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #2a4365;
  font-weight: bold;
  font-size: 0.875rem;
}
.vr-property-gallery__view-all.button:hover, .vr-property-gallery__view-all.button:focus {
  background-color: #2a4365;
  color: #fff;
}

body.vr-property-gallery-modal-open {
  overflow: hidden;
}

.vr-property-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.vr-property-gallery-modal[hidden] {
  display: none !important;
}

.vr-property-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.vr-property-gallery-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 75rem;
  margin: 1rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 48em) {
  .vr-property-gallery-modal__panel {
    margin: 1.5rem;
  }
}

.vr-property-gallery-modal__header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid #e6e8eb;
  background-color: #fff;
}

.vr-property-gallery-modal__title-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.375rem 0.625rem;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #1f2933;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0.375rem;
}
.vr-property-gallery-modal__title-btn:hover, .vr-property-gallery-modal__title-btn:focus {
  background-color: #f0f3f7;
}

.vr-property-gallery-modal__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background-color: #f0f3f7;
  color: #1f2933;
}

.vr-property-gallery-modal__title-btn:hover .vr-property-gallery-modal__back,
.vr-property-gallery-modal__title-btn:focus .vr-property-gallery-modal__back {
  background-color: #d8e1eb;
}

.vr-property-gallery-modal__title-text {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1f2933;
}

.vr-property-gallery-modal__tabs {
  flex: 0 0 auto;
  display: flex;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  overflow-x: auto;
  border-bottom: 1px solid #e6e8eb;
  background-color: #fff;
}

.vr-property-gallery-modal__tab {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
  min-width: 6.875rem;
  padding: 0.375rem;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.625rem;
  cursor: pointer;
}
.vr-property-gallery-modal__tab:hover, .vr-property-gallery-modal__tab:focus {
  background-color: #f6f8fa;
}
.vr-property-gallery-modal__tab.is-active {
  border-color: #2563eb;
  background-color: #eff5ff;
}

.vr-property-gallery-modal__tab-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.125rem;
  width: 6rem;
  aspect-ratio: 4/3;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #e6e8eb;
}

.vr-property-gallery-modal__tab .vr-property-gallery-modal__tab-thumbs:has(.vr-property-gallery-modal__tab-thumb:only-child) {
  grid-template-columns: 1fr;
}

.vr-property-gallery-modal__tab-thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.vr-property-gallery-modal__tab-label {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #1f2933;
  white-space: nowrap;
}

.vr-property-gallery-modal__grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding: 1.25rem;
  overflow-y: auto;
  background-color: #fff;
}
@media print, screen and (min-width: 48em) {
  .vr-property-gallery-modal__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.vr-property-gallery-modal__item {
  margin: 0;
}
.vr-property-gallery-modal__item[hidden] {
  display: none !important;
}
.vr-property-gallery-modal__item > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}

.vr-property-gallery-modal__caption {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  color: #4a4a4a;
  line-height: 1.4;
}

.vr-property-tabs {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.25rem;
}

.vr-property-tabs__list {
  margin: 0;
  padding: 0 0 0.5rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.vr-property-tabs__link {
  color: #6b6b6b;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
}

.vr-property-tabs__link:hover,
.vr-property-tabs__link:focus {
  color: #1a56a8;
  text-decoration: underline;
}

.vr-property-overview__intro {
  margin: 0 0 1rem;
}

.vr-property-overview__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.25rem;
  margin: 0;
}

.vr-property-overview__title-row .vr-property-overview__title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.vr-property-single__top-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

.vr-property-single__edit-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #1a56a8;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin: 0;
  text-decoration: none;
  line-height: 1;
}
.vr-property-single__edit-button i {
  font-size: 0.875rem;
}
.vr-property-single__edit-button:hover, .vr-property-single__edit-button:focus {
  background-color: rgb(20.5319587629, 67.9134020619, 132.6680412371);
  color: #fff;
  text-decoration: none;
}

.vr-property-overview__title {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
}

.vr-property-overview__intro .vr-property-overview__title {
  margin: 0;
}

.vr-property-overview__address {
  margin: 0.625rem 0 0;
  max-width: 45rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.45;
  color: #4a4a4a;
}

.vr-property-overview__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}

.vr-property-overview__stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1a56a8;
  font-weight: 600;
  font-size: 0.875rem;
}

.vr-property-overview__stat-icon {
  display: flex;
  color: #000;
}

.vr-property-overview__stat-icon i {
  font-size: 1.125rem;
  line-height: 1;
}

.vr-property-section {
  margin-bottom: 2rem;
}

.vr-property-section__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a56a8;
}

.vr-property-section__heading-icon {
  display: flex;
  flex-shrink: 0;
  color: #000;
}

.vr-property-section__heading-icon i {
  font-size: 1.125rem;
  line-height: 1;
}

.vr-property-section__more {
  margin: 0.5rem 0 0;
}

.vr-property-section__more a {
  color: #1a56a8;
  font-weight: 600;
  text-decoration: none;
}

.vr-property-section__more a:hover {
  text-decoration: underline;
}

.vr-property-section__prose {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #333;
}

.vr-property-section__muted {
  color: #6b6b6b;
  font-size: 0.875rem;
}

.vr-property-rules-shade {
  position: relative;
}
.vr-property-rules-shade__content {
  overflow: hidden;
  max-height: 13.75rem;
  transition: max-height 0.3s ease;
}
.vr-property-rules-shade__content.is-expanded {
  max-height: none;
}
.vr-property-rules-shade__footer {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  position: relative;
}
.vr-property-rules-shade__footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
  transition: opacity 0.2s;
}
.vr-property-rules-shade__footer.is-expanded::before {
  opacity: 0;
}
.vr-property-rules-shade__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: transparent;
  border: 1px solid #1a56a8;
  border-radius: 0.25rem;
  color: #1a56a8;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.375rem 0.875rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.vr-property-rules-shade__toggle i {
  transition: transform 0.2s;
}
.vr-property-rules-shade__toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}
.vr-property-rules-shade__toggle:hover {
  background: #1a56a8;
  color: #fff;
}

.vr-property-amenities-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.375rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 40em) {
  .vr-property-amenities-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.vr-property-amenities-list__item {
  font-size: 0.8125rem;
  color: #444;
  padding-left: 0.875rem;
  position: relative;
}

.vr-property-amenities-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #1a56a8;
}

.vr-property-amenities-group {
  margin-bottom: 1rem;
}

.vr-property-amenities-group__title {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #4a4a4a;
}

.vr-property-amenities-accordion {
  margin: 0.25rem 0 0;
}

.vr-property-amenities-accordion .accordion-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a56a8;
  padding: 0.625rem 2.25rem 0.625rem 0.75rem;
}

.vr-property-amenities-accordion .accordion-content {
  padding: 0.75rem 0 0;
  border: 0;
}

.vr-property-amenities-list--expanded {
  margin-top: 0;
}

.vr-property-amenity-block {
  margin-bottom: 1.25rem;
}

.vr-property-amenity-block__title {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #333;
}

.vr-property-bed-card__title {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
}

.vr-property-bed-card__bed {
  margin: 0;
  font-size: 0.875rem;
  color: #555;
}

.vr-property-overview__sidebar {
  padding-top: 0.5rem;
}

.vr-property-widget {
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 1rem;
  margin-bottom: 1.125rem;
  background: #fafafa;
}

.vr-property-widget--book {
  background: #f0f6fc;
}

.vr-property-widget__title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}

.vr-property-widget__call {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #333;
}

.vr-property-widget__call a {
  color: inherit;
  text-decoration: none;
}

.vr-property-widget__call a:hover,
.vr-property-widget__call a:focus {
  text-decoration: underline;
}

.vr-property-widget__flash {
  margin: 0 0 0.75rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.vr-property-widget__flash--success {
  background: #e8f5e9;
  color: #1b5e20;
}

.vr-property-widget__flash--error {
  background: #ffebee;
  color: #b71c1c;
}

.vr-property-widget__hp-wrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.vr-property-widget__hp {
  margin: 0;
}

.vr-property-host-phone {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
}

.vr-property-host-phone a {
  color: #1a56a8;
  font-weight: 600;
  text-decoration: none;
}

.vr-property-host-phone a:hover,
.vr-property-host-phone a:focus {
  text-decoration: underline;
}

.vr-property-host {
  display: grid;
  gap: 1rem;
}

.vr-property-host__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

@media screen and (max-width: 63.9375em) {
  .vr-property-host__image img {
    max-width: 12.5rem;
  }
}
.vr-property-host__copy {
  min-width: 0;
}

@media screen and (min-width: 64em) {
  .vr-property-host.has-image {
    grid-template-columns: 1fr 2fr;
    align-items: start;
  }
}
.vr-property-widget__field {
  display: block;
  margin-bottom: 0.625rem;
}

.vr-property-widget__field span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #555;
}

.vr-property-widget__input,
.vr-property-widget__textarea {
  width: 100%;
  margin-bottom: 0;
}

.vr-property-widget__checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 0.625rem;
  margin: 0.5rem 0 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.35;
  cursor: pointer;
}
.vr-property-widget__checkbox input[type=checkbox] {
  margin: 0;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  align-self: center;
  justify-self: center;
}
.vr-property-widget__checkbox > span {
  min-width: 0;
  line-height: 1.35;
}

.vr-property-widget__submit {
  margin-top: 0.25rem;
}

.vr-property-widget__submit--secondary {
  background: #1a56a8;
  color: #fff;
}

.vr-property-widget__note {
  margin: 0.625rem 0 0;
  font-size: 0.6875rem;
  color: #6b6b6b;
  line-height: 1.4;
}

.vr-property-widget__availability-message {
  margin: 0.625rem 0 0;
  font-size: 0.75rem;
  line-height: 1.35;
  min-height: 1rem;
}

.vr-property-widget__availability-message.is-error {
  color: #b71c1c;
}

.vr-property-widget__availability-message.is-success {
  color: #1b5e20;
}

.vr-property-widget__map {
  display: block;
  width: 100%;
  height: 13.75rem;
  border: 0;
}

.vr-property-widget--book .vr-property-widget__form {
  margin: 0;
}

.vr-property-avail {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.vr-property-avail__primary.button {
  margin: 0;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #0073bb;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
}

.vr-property-avail__primary.button:hover,
.vr-property-avail__primary.button:focus {
  background: rgb(0, 96.1818181818, 156.4);
  color: #fff;
}

.vr-property-avail__primary-text {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.1875rem;
}

.vr-property-avail__reset {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid #aaa;
  border-radius: 0.25rem;
  color: #666;
  font-size: 0.8125rem;
  cursor: pointer;
  text-align: center;
}
.vr-property-avail__reset:hover {
  border-color: #666;
  color: #333;
}

.vr-property-avail__calendar {
  padding-top: 0.25rem;
}

.vr-property-avail__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
}

.vr-property-avail__selects {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.vr-property-avail__select {
  flex: 1;
  max-width: 10rem;
  margin: 0;
  padding: 0.5rem 1.75rem 0.5rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
  appearance: none;
}

.vr-property-avail__nav {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}

.vr-property-avail__chev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background: #fff;
  color: #ccc;
  cursor: pointer;
}

.vr-property-avail__chev:hover,
.vr-property-avail__chev:focus {
  color: #333;
  border-color: rgb(173.4, 173.4, 173.4);
}

.vr-property-avail__grid {
  margin: 0;
}

.vr-property-avail__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #888;
  text-align: center;
}

.vr-property-avail__weekday {
  padding: 0.125rem 0;
}

.vr-property-avail__cells {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.375rem;
}

.vr-property-avail__pad {
  min-height: 2.25rem;
}

.vr-property-avail__day {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.vr-property-avail__day--available {
  background: #1e824c;
  color: #fff;
}

.vr-property-avail__day--available:hover,
.vr-property-avail__day--available:focus {
  background: rgb(24.2625, 105.1375, 61.465);
  color: #fff;
}

.vr-property-avail__day--selected {
  background: #0073bb;
  color: #fff;
}

.vr-property-avail__day--selected:hover,
.vr-property-avail__day--selected:focus {
  background: rgb(0, 99.3181818182, 161.5);
  color: #fff;
}

.vr-property-avail__day--in-range {
  background: rgb(176.8, 224.8909090909, 255);
  color: #333;
}

.vr-property-avail__day--in-range:hover,
.vr-property-avail__day--in-range:focus {
  background: rgb(136, 209.1818181818, 255);
  color: #333;
}

.vr-property-avail__day--past {
  background: transparent;
  color: #ccc;
  font-weight: 600;
  cursor: default;
}

.vr-property-avail__day--blocked {
  background: #d12127;
  color: #fff;
  font-weight: 700;
  cursor: not-allowed;
}

.vr-property-avail__hint {
  margin: 0.75rem 0 0;
  padding-top: 0.625rem;
  border-top: 1px solid #ccc;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1e824c;
  text-align: center;
}

.vr-property-widget--book .vr-property-widget__availability-message {
  margin-top: 0.75rem;
}

.vr-property-widget--book .vr-property-widget__availability-message.is-estimate {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 0.875rem;
}

.vr-property-reviews {
  margin-bottom: 2rem;
  padding-top: 0.5rem;
}

.vr-property-reviews__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.vr-property-reviews__icon {
  font-size: 1.75rem;
  color: #1a56a8;
}

.vr-property-reviews__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a56a8;
  line-height: 1.2;
}

.vr-property-reviews__notice {
  margin-bottom: 1rem;
}

.vr-property-reviews__body {
  margin-bottom: 1.25rem;
}

.vr-property-reviews__loading {
  margin: 0;
  color: #666;
  font-size: 0.9375rem;
}

.vr-property-reviews__actions {
  margin-top: 0.5rem;
}

.vr-property-reviews__write-btn {
  background: #222;
  color: #fff;
  border: 0;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}
.vr-property-reviews__write-btn:hover, .vr-property-reviews__write-btn:focus {
  background: #000;
  color: #fff;
}

.vr-property-reviews__list-host .vr-property-reviews__list {
  margin-bottom: 0;
}

.vr-property-reviews__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}

.vr-property-reviews__item {
  padding: 1.125rem 0;
  border-bottom: 1px solid #d8d8d8;
}
.vr-property-reviews__item:last-child {
  border-bottom: 0;
}

.vr-property-reviews__stars {
  margin: 0 0 0.5rem;
  line-height: 1;
}

.vr-property-reviews__star {
  color: #c5c5c5;
  font-size: 1.125rem;
}
.vr-property-reviews__star.is-filled {
  color: #f5a623;
}

.vr-property-reviews__headline {
  margin: 0 0 0.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #222;
}

.vr-property-reviews__meta {
  margin: 0 0 0.625rem;
  font-size: 0.875rem;
  color: #666;
}

.vr-property-reviews__comments {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #333;
}

.vr-property-reviews__empty {
  margin: 0 0 1.25rem;
  color: #666;
}

.vr-property-reviews__form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

body.vr-property-review-modal-open {
  overflow: hidden;
}

.vr-property-review-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.vr-property-review-modal[hidden] {
  display: none !important;
}

.vr-property-review-modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.vr-property-review-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 40rem;
  max-height: calc(100vh - 2rem);
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.vr-property-review-modal__header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #d8d8d8;
}

.vr-property-review-modal__title {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  color: #222;
}

.vr-property-review-modal__close {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: #666;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
}
.vr-property-review-modal__close:hover, .vr-property-review-modal__close:focus {
  color: #222;
}

.vr-property-review-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1.25rem;
}

.vr-property-review-modal__body .vr-property-reviews__notice {
  margin-top: 0;
}

.vr-property-review__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin: 0;
}

.vr-property-review__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #222;
}

.vr-property-review__required {
  color: #c60f13;
}

.vr-property-review__input,
.vr-property-review__textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0.125rem;
  padding: 0.625rem 0.75rem;
  font-size: 0.9375rem;
  background: #fff;
}

.vr-property-review__textarea {
  min-height: 8.75rem;
  resize: vertical;
}

.vr-property-reviews__hp-wrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.vr-property-review__rating-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.vr-property-review__rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.vr-property-review__star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.125rem;
  font-size: 1.75rem;
  line-height: 1;
}

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

.vr-property-review__star-label {
  margin: 0;
  cursor: pointer;
  color: #d4d4d4;
  transition: color 0.12s ease;
}
.vr-property-review__star-label:hover, .vr-property-review__star-label:hover ~ .vr-property-review__star-label {
  color: #e6a317;
}

.vr-property-review__star-input:checked ~ .vr-property-review__star-label {
  color: #e6a317;
}

.vr-property-review__star-input:focus + .vr-property-review__star-label {
  outline: 2px solid #1a56a8;
  outline-offset: 2px;
  border-radius: 0.125rem;
}

.vr-property-review__clear-rating {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.875rem;
  color: #1a56a8;
  text-decoration: underline;
  cursor: pointer;
}

.vr-property-reviews__submit {
  align-self: flex-start;
  margin: 0.25rem 0 0;
}
.vr-property-reviews__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.vr-property-faq {
  margin-bottom: 2rem;
  padding-top: 0.5rem;
}

.vr-property-faq__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.vr-property-faq__icon {
  font-size: 1.75rem;
  color: #1a56a8;
}

.vr-property-faq__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a56a8;
  line-height: 1.2;
}

.vr-property-faq__accordion {
  margin: 0;
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem;
  overflow: hidden;
}

.vr-property-faq__accordion .accordion-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  width: 100%;
  margin: 0;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  background: transparent;
  appearance: none;
}

.vr-property-faq__answer {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #333;
}

.vr-blog-single {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
}

.vr-blog-post {
  color: #4f4f4f;
}

.vr-blog-post__header {
  margin-bottom: 1.75rem;
}

.vr-blog-post__eyebrow {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: bold;
  color: #2a4365;
}
.vr-blog-post__eyebrow a {
  color: inherit;
  text-decoration: none;
}
.vr-blog-post__eyebrow a:hover, .vr-blog-post__eyebrow a:focus {
  text-decoration: underline;
}

.vr-blog-post__title {
  margin: 0 0 0.75rem;
  color: #2a4365;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (min-width: 48em) {
  .vr-blog-post__title {
    font-size: 2.75rem;
  }
}

.vr-blog-post__meta {
  color: #707070;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.vr-blog-post__meta .byline {
  margin-left: 0.375rem;
}
.vr-blog-post__meta a {
  color: inherit;
  text-decoration: none;
}
.vr-blog-post__meta a:hover, .vr-blog-post__meta a:focus {
  text-decoration: underline;
}

.vr-blog-post__featured {
  margin: 0 0 2rem;
}
.vr-blog-post__featured img,
.vr-blog-post__featured .vr-blog-post__featured-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
}

.vr-blog-post__content {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #4f4f4f;
}
.vr-blog-post__content > * + * {
  margin-top: 1rem;
}
.vr-blog-post__content p {
  margin: 0 0 1rem;
}
.vr-blog-post__content h2,
.vr-blog-post__content h3,
.vr-blog-post__content h4 {
  color: #2a4365;
  font-weight: 700;
  line-height: 1.3;
  margin: 2rem 0 0.75rem;
}
.vr-blog-post__content h2 {
  font-size: 1.75rem;
}
.vr-blog-post__content h3 {
  font-size: 1.375rem;
}
.vr-blog-post__content h4 {
  font-size: 1.125rem;
}
.vr-blog-post__content ul,
.vr-blog-post__content ol {
  margin: 0 0 1rem;
  padding-left: 1.375rem;
}
.vr-blog-post__content li + li {
  margin-top: 0.375rem;
}
.vr-blog-post__content blockquote {
  margin: 1.5rem 0;
  padding: 0.875rem 1.375rem;
  border-left: 0.25rem solid #2a4365;
  background-color: #f6f8fa;
  color: #4f4f4f;
  font-style: italic;
  border-radius: 0 0.375rem 0.375rem 0;
}
.vr-blog-post__content img,
.vr-blog-post__content .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem;
}
.vr-blog-post__content figure {
  margin: 1.5rem 0;
}
.vr-blog-post__content figure figcaption {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  color: #707070;
  text-align: center;
}
.vr-blog-post__content code,
.vr-blog-post__content kbd {
  padding: 0.125rem 0.375rem;
  background-color: #f0f3f7;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
}
.vr-blog-post__content pre {
  margin: 1.25rem 0;
  padding: 0.875rem 1.125rem;
  background-color: #1f2933;
  color: #f6f8fa;
  border-radius: 0.375rem;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.55;
}
.vr-blog-post__content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

.vr-blog-post__tags {
  margin-top: 1.75rem;
  padding-top: 1.125rem;
  border-top: 1px solid #e6e8eb;
  font-size: 0.875rem;
  color: #707070;
}
.vr-blog-post__tags .vr-blog-post__tags-label {
  font-weight: bold;
  color: #2a4365;
  margin-right: 0.5rem;
}
.vr-blog-post__tags a {
  display: inline-block;
  margin: 0.25rem 0.375rem 0 0;
  padding: 0.125rem 0.625rem;
  border: 1px solid #d8dde3;
  border-radius: 62.4375rem;
  color: #2a4365;
  text-decoration: none;
}
.vr-blog-post__tags a:hover, .vr-blog-post__tags a:focus {
  background-color: #2a4365;
  color: #fff;
  border-color: #2a4365;
}

.vr-blog-post__footer {
  margin-top: 1.125rem;
  font-size: 0.8125rem;
}
.vr-blog-post__footer .edit-link a {
  color: #2a4365;
  text-decoration: underline;
}

.vr-blog-post__nav {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e6e8eb;
}
.vr-blog-post__nav .nav-links {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media print, screen and (min-width: 48em) {
  .vr-blog-post__nav .nav-links {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 1.25rem;
  }
}
.vr-blog-post__nav .nav-previous,
.vr-blog-post__nav .nav-next {
  flex: 1 1 0;
  padding: 0.875rem 1.125rem;
  background-color: #f6f8fa;
  border-radius: 0.5rem;
  transition: background-color 120ms ease, transform 120ms ease;
}
.vr-blog-post__nav .nav-previous a,
.vr-blog-post__nav .nav-next a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #2a4365;
  text-decoration: none;
}
.vr-blog-post__nav .nav-previous:hover,
.vr-blog-post__nav .nav-next:hover {
  background-color: #eef2f7;
  transform: translateY(-1px);
}
.vr-blog-post__nav .nav-next {
  text-align: right;
}
.vr-blog-post__nav .vr-blog-post__nav-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #707070;
}
.vr-blog-post__nav .vr-blog-post__nav-title {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.vr-blog-post__comments {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e6e8eb;
}

.vr-blog-archive {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
}

.vr-blog-archive__page-header {
  margin-bottom: 1.75rem;
}

.vr-blog-archive__title {
  margin: 0 0 0.625rem;
  color: #2a4365;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2;
}
@media print, screen and (min-width: 48em) {
  .vr-blog-archive__title {
    font-size: 2.5rem;
  }
}

.vr-blog-archive__description {
  margin: 0 auto;
  max-width: 40rem;
  color: #707070;
  font-size: 1rem;
  line-height: 1.55;
}

.vr-blog-archive__grid {
  margin-bottom: 1.5rem;
}

.vr-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  padding: 0.25rem 0.25rem 1rem;
  border: 1px solid #e6e8eb;
  border-radius: 0.5rem;
  background-color: #fff;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.vr-blog-card:hover {
  border-color: #cfd4d8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.vr-blog-card__header {
  padding: 0.75rem 0.75rem 0.5rem;
}

.vr-blog-card__title {
  margin: 0 0 0.375rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}

.vr-blog-card__title-link {
  color: #2a4365;
  text-decoration: none;
}
.vr-blog-card__title-link:hover, .vr-blog-card__title-link:focus {
  text-decoration: underline;
}

.vr-blog-card__date {
  display: block;
  font-size: 0.8125rem;
  color: #707070;
  letter-spacing: 0.02em;
}

.vr-blog-card__thumb {
  margin: 0 0.5rem 0.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
  line-height: 0;
}
.vr-blog-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.vr-blog-archive__pagination {
  padding-top: 0.5rem;
  border-top: 1px solid #e6e8eb;
}
.vr-blog-archive__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 0;
}
.vr-blog-archive__pagination a {
  font-weight: bold;
  color: #2a4365;
  text-decoration: none;
}
.vr-blog-archive__pagination a:hover, .vr-blog-archive__pagination a:focus {
  text-decoration: underline;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*# sourceMappingURL=app.css.map */
