.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v23/tDbN2oWUg0MKqSIQ6A.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v23/tDbD2oWUg0MKmSA.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v17/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNe.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v17/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLl_XiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLgHXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus-visible {
  text-decoration: none;
  color: var(--text-link-color-hover);
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--text-font);
}
h1,
.h1 {
  font-size: calc(3.6*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(3.6*1rem);
  }
}
h2,
.h2 {
  font-size: calc(2.4*1rem);
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(2.4*1rem);
  }
}
h3,
.h3 {
  font-size: calc(2*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(2*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(2*1rem);
  }
}
h4,
.h4 {
  font-size: calc(1.8*1rem);
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: calc(1.8*1rem);
  }
}
@media screen and (min-width: 960px) {
  h4,
  .h4 {
    font-size: calc(1.8*1rem);
  }
}
h5,
.h5,
h6,
.h6 {
  font-size: calc(1.4*1rem);
  margin: 0;
}
@media screen and (min-width: 768px) {
  h5,
  .h5,
  h6,
  .h6 {
    font-size: calc(1.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  h5,
  .h5,
  h6,
  .h6 {
    font-size: calc(1.4*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding: 15px 20px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover,
button:focus-visible,
.button:focus-visible,
a.button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
button.light,
.button.light,
a.button.light {
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
}
button.light:hover,
.button.light:hover,
a.button.light:hover,
button.light:focus-visible,
.button.light:focus-visible,
a.button.light:focus-visible {
  background-color: #c5c5c5;
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  color: #666666;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  font-family: var(--text-font);
  margin-bottom: 20px;
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 2px;
  color: #666666;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding: 15px 20px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border: 0;
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover,
form input[type="submit"]:focus-visible,
form input[type="button"]:focus-visible,
form input[type="reset"]:focus-visible,
form button:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
form input[type="submit"].light,
form input[type="button"].light,
form input[type="reset"].light,
form button.light {
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
}
form input[type="submit"].light:hover,
form input[type="button"].light:hover,
form input[type="reset"].light:hover,
form button.light:hover,
form input[type="submit"].light:focus-visible,
form input[type="button"].light:focus-visible,
form input[type="reset"].light:focus-visible,
form button.light:focus-visible {
  background-color: #c5c5c5;
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
form .field-wrapper {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#footer {
  position: relative;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
#cookie-box #cookie-button {
  padding: 10px;
  min-width: unset;
  margin: 10px auto 0;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border-color);
}
#cookie-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #cookie-box-inner {
    flex-direction: row;
  }
  #cookie-button {
    margin: 0 auto;
  }
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 10px;
}
#skip-link a,
#skip-link button {
  color: var(--button-text-color);
  text-decoration: underline;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.grecaptcha-badge {
  z-index: 5;
}
.rs-rs-inner-markup {
  background-color: var(--page-bg-color);
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  overflow-x: hidden;
}
.rs-rs-inner {
  background-color: var(--page-bg-color) !important;
}
.slbWrap {
  cursor: zoom-out;
}
.slbCloseBtn,
.slbArrows button {
  background: unset !important;
  border: 0 !important;
  color: #fff;
  position: absolute !important;
  margin: unset !important;
  padding: unset !important;
  min-width: unset !important;
  font-weight: unset !important;
}
.slbCloseBtn:hover,
.slbArrows button:hover,
.slbCloseBtn:focus-visible,
.slbArrows button:focus-visible {
  color: #fff !important;
  opacity: 0.4 !important;
}
.slbArrows button {
  margin-top: -5em !important;
}
.slbCloseBtn {
  top: 0.5em !important;
}
.slbContentOuter {
  max-width: 100% !important;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
  cursor: default;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-color) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -20px !important;
  height: unset !important;
  width: unset !important;
  cursor: pointer;
}
.slbContentOuter .slbCaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  line-clamp: 2;
  padding: 0.21429em 6ch 0.21429em 0.21429em !important;
  margin-bottom: 0.7em;
  font-size: 20px;
  height: 7rem;
  white-space: unset !important;
  text-align: left !important;
  cursor: default;
}
.slbContentOuter .slb-counter {
  position: absolute;
  right: 0;
  top: 0.21429em;
}
.slbContentOuter .slb-caption {
  display: block;
  width: calc(100% - 75px);
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-bg-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  pointer-events: 0;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.spinner.loaded {
  visibility: hidden;
  opacity: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none !important;
}
.block.standard-neighborhood #standard-neighborhood-map-nav svg {
  fill: currentColor;
}
.block.standard-neighborhood #standard-neighborhood-map-nav svg path {
  fill: currentColor;
}
.block.standard-neighborhood #current-category {
  background-color: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.standard-neighborhood #current-category::after {
  border-color: var(--button-text-color-hover);
}
.block#header .inner {
  padding: 10px;
}
.block#header .nav-container ul {
  display: flex;
  flex-direction: column;
}
.block#header .nav-container ul li a {
  display: inline-block;
  padding: 10px 15px 10px 30px;
  color: var(--text-color);
}
.block#header .nav-container ul li a:hover,
.block#header .nav-container ul li a:focus-visible {
  text-decoration: underline;
  color: var(--text-color);
}
.block#header #mobile-nav {
  display: none;
}
.block#header .logo-container {
  width: 100%;
}
.block#header .logo-container img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.block#header #mobile-grip {
  background-color: transparent;
  padding: 9px 10px;
  margin: 8px 15px 8px auto;
  border-radius: 4px;
}
.block#header #mobile-grip span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: var(--button-border-color);
}
.block#header #mobile-grip span:not(:first-of-type) {
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .block#header .inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .block#header .nav-container ul {
    flex-direction: row;
  }
  .block#header .nav-container ul li a {
    padding: 24px 10px;
  }
  .block#header .logo-container {
    width: fit-content;
  }
  .block#header .logo-container img {
    max-width: 500px;
    max-height: 100px;
    margin: 0;
  }
}
.block.hero {
  min-height: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.block.hero .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block.hero .swiper .swiper-slide .image-wrapper {
  height: 100%;
  width: 100%;
}
.block.hero .swiper .swiper-slide .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.hero .swiper-button-next,
.block.hero .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  transition: all 0.3s ease;
  z-index: 2;
  width: 15%;
  max-width: 200px;
  min-width: 30px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.block.hero .swiper-button-next::before,
.block.hero .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.block.hero .swiper-button-next::after,
.block.hero .swiper-button-prev::after {
  content: "";
  height: 22px;
  width: 22px;
  border-right: 8px solid #FFFFFF;
  border-bottom: 8px solid #FFFFFF;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.block.hero .swiper-button-next:hover::before,
.block.hero .swiper-button-prev:hover::before,
.block.hero .swiper-button-next:focus-visible::before,
.block.hero .swiper-button-prev:focus-visible::before {
  opacity: 1;
}
.block.hero .swiper-button-next:hover::after,
.block.hero .swiper-button-prev:hover::after,
.block.hero .swiper-button-next:focus-visible::after,
.block.hero .swiper-button-prev:focus-visible::after {
  opacity: 1;
}
.block.hero .swiper-button-next {
  right: 0;
}
.block.hero .swiper-button-next::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
}
.block.hero .swiper-button-next::after {
  transform: rotate(-45deg);
}
.block.hero .swiper-button-prev {
  left: 0;
}
.block.hero .swiper-button-prev::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.block.hero .swiper-button-prev::after {
  transform: rotate(135deg);
}
.block.hero .inner {
  position: relative;
  padding: 20px;
  z-index: 1;
  height: 100%;
  margin: 0 auto;
}
.block.hero .inner .search {
  justify-content: center;
  align-items: end;
  width: 100%;
  max-width: 726px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: auto auto 0;
}
.block.hero .inner .search .search-form {
  display: none;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid var(--primary-bg-color);
  min-height: 80px;
  color: #5e5353;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0, rgba(255, 255, 255, 0.75) 100%);
}
.block.hero .inner .search .search-form form {
  margin: 0;
  width: 75%;
}
.block.hero .inner .search .search-form form input {
  border: none;
  color: #333;
  font-size: 32px;
  font-style: italic;
  height: 75px;
  background: 0 0 !important;
  padding: 6px 12px;
  text-indent: 0;
  margin-bottom: 0;
}
.block.hero .inner .search p {
  display: none;
  font-size: 3rem;
  text-shadow: 1px 1px 2px #050505;
  color: #FFFFFF;
}
.block.hero .inner .search a {
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px 40px;
  font-style: italic;
  font-size: 2.8rem;
  margin: 0;
}
.block.hero .inner .icon {
  width: 52px;
}
.block.hero .inner .icon svg {
  height: auto;
  width: 100%;
  fill: #5e5353;
  color: #5e5353;
}
.block.hero .content,
.block.hero .caption {
  display: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.block.hero .content .inner,
.block.hero .caption .inner {
  padding: 20px;
}
.block.hero .content .text,
.block.hero .caption .text {
  color: #FFFFFF;
}
.block.hero .content .text p,
.block.hero .caption .text p {
  font-style: italic;
}
.block.hero .content .text h2,
.block.hero .caption .text h2,
.block.hero .content .text h3,
.block.hero .caption .text h3,
.block.hero .content .text h4,
.block.hero .caption .text h4,
.block.hero .content .text h5,
.block.hero .caption .text h5,
.block.hero .content .text h6,
.block.hero .caption .text h6 {
  color: #FFFFFF;
}
.block.hero .content .text p,
.block.hero .caption .text p,
.block.hero .content .text li,
.block.hero .caption .text li,
.block.hero .content .text a,
.block.hero .caption .text a {
  color: #FFFFFF;
}
.block.hero .content .cta,
.block.hero .caption .cta {
  display: flex;
  justify-content: center;
}
.block.hero .content .cta .button,
.block.hero .caption .cta .button {
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
  margin: 10px auto 0;
  display: inline-block;
}
.block.hero .content .cta .button:hover,
.block.hero .caption .cta .button:hover,
.block.hero .content .cta .button:focus-visible,
.block.hero .caption .cta .button:focus-visible {
  background-color: #c5c5c5;
}
.block.hero .content .cta .button[href=""],
.block.hero .caption .cta .button[href=""] {
  display: none;
}
@media screen and (min-width: 960px) {
  .block.hero {
    justify-content: center;
  }
  .block.hero .inner .search {
    margin: 150px auto 225px;
  }
  .block.hero .inner .search .search-form {
    display: flex;
  }
  .block.hero .inner .search p {
    display: block;
  }
  .block.hero .caption {
    display: block;
  }
}
#rs-builder .block.hero {
  height: auto;
}
#rs-builder .block.hero .swiper-button-next,
#rs-builder .block.hero .swiper-button-prev {
  display: none;
}
#rs-builder .block.hero .swiper {
  position: relative;
}
#rs-builder .block.hero .swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#rs-builder .block.hero .swiper .swiper-wrapper .image-wrapper {
  height: auto;
}
#rs-builder .block.hero .swiper .swiper-slide {
  width: 100%;
  min-height: 500px;
  position: relative;
}
#rs-builder .block.hero .swiper .swiper-slide .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#rs-builder .block.hero .swiper .swiper-slide .content {
  display: block;
}
#rs-builder .block.hero .swiper .swiper-slide .content .cta .button {
  display: block;
  margin-bottom: 10px;
}
#rs-builder .block.hero .inner .search {
  position: relative;
  top: unset;
  transform: unset;
  left: unset;
  margin: 0 auto;
}
#rs-builder .block.hero .inner .search .search-form {
  display: flex;
}
#rs-builder .block.hero .inner .search p {
  display: block;
}
#rs-builder .block.hero .caption {
  display: none;
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text p {
  padding-bottom: 10px;
}
.simple-text a {
  text-decoration: underline;
}
.simple-text .cta p:has(a) {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.simple-text .cta a {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding: 15px 20px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  width: fit-content;
  text-decoration: none;
  margin: 10px 0 0;
}
.simple-text .cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.simple-text .cta a.inline {
  display: inline-block;
}
.simple-text .cta a:hover,
.simple-text .cta a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.simple-text .cta a.light {
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
}
.simple-text .cta a.light:hover,
.simple-text .cta a.light:focus-visible {
  background-color: #c5c5c5;
}
article.text-content {
  padding: 20px;
}
article.text-content h1 {
  padding-bottom: 30px;
}
article.text-content h3 {
  padding-bottom: 15px;
}
article.text-content h4 {
  padding-bottom: 10px;
}
article.text-content p {
  padding-bottom: 10px;
}
article.text-content a {
  text-decoration: underline;
}
article.text-content ul,
article.text-content ol {
  margin-left: 20px;
  padding-bottom: 10px;
}
article.text-content h1 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 9px;
  margin: 40px 0 20px;
}
article.text-content h3 {
  font-size: 2.4rem;
}
article.text-content h4 {
  font-size: 1.8rem;
}
.block.search-results {
  padding: 40px 20px;
}
.block.search-results header {
  margin-bottom: 20px;
}
.block.search-results header h2 {
  font-size: 3.6rem;
}
.block.search-results header h3 {
  font-size: 2.4rem;
}
.block.search-results header #search-query {
  font-style: italic;
}
.block.search-results #search-result-container {
  min-height: 400px;
}
.block.search-results #search-result-container ul {
  list-style: none;
}
.block.search-results #search-result-container li {
  padding: 15px 0;
  border-bottom: 1px solid #c1c1c1;
}
.block.search-results #search-result-container li.no-results {
  border-bottom: none;
}
.block.search-results #search-result-container li.no-results h3 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--text-font);
  font-size: calc(3.6*1rem);
  font-family: var(--heading-font);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .block.search-results #search-result-container li.no-results h3 {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.search-results #search-result-container li.no-results h3 {
    font-size: calc(3.6*1rem);
  }
}
.block.search-results #search-result-container header {
  padding: 0 15px;
}
.block.search-results #search-result-container header a {
  color: var(--heading-color);
  display: inline-block;
}
.block.search-results #search-result-container header a:hover,
.block.search-results #search-result-container header a:focus-visible {
  color: var(--text-link-color);
  text-decoration: underline;
}
.block.search-results #search-result-container .excerpt {
  padding: 0 15px;
}
.block.search-results #search-result-container .location-item .details {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.block.search-results #search-result-container .location-item .details .hours,
.block.search-results #search-result-container .location-item .details .phone,
.block.search-results #search-result-container .location-item .details .store-details {
  display: flex;
  align-items: center;
  justify-content: left;
  width: fit-content;
}
.block.search-results #search-result-container .location-item .details .hours svg,
.block.search-results #search-result-container .location-item .details .phone svg,
.block.search-results #search-result-container .location-item .details .store-details svg {
  height: 20px;
  width: auto;
  fill: currentColor;
  margin-right: 4px;
}
.block.search-results #search-result-container .location-item .details .col {
  width: 33.333%;
  min-width: 200px;
  padding: 0 15px;
}
.block.search-results #search-result-container .button {
  border-radius: 2px;
  padding: 10px;
  margin: 0 auto 0 0;
  text-transform: none;
}
#rs-builder .spinner {
  display: none;
}
.block.location-slider.subpage {
  background-color: #EEEEEE;
  border-top: #b0b0b0 solid 1px;
  border-bottom: #b0b0b0 solid 1px;
  margin-top: 20px;
}
.block.location-slider .swiper-wrapper {
  height: 125px;
}
.block.location-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
}
.block.location-slider a {
  display: block;
  height: fit-content;
  width: fit-content;
  user-select: none;
}
.block.location-slider a img {
  max-height: 85px;
  max-width: 150px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.block.location-slider a:hover img,
.block.location-slider a:focus-visible img {
  filter: grayscale(0%);
}
.block.location-slider .swiper-button-next,
.block.location-slider .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  height: 32px;
  width: 32px;
  transition: all 0.3s ease;
}
.block.location-slider .swiper-button-next::before,
.block.location-slider .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background-color: #6F6F6F;
  border-radius: 50%;
}
.block.location-slider .swiper-button-next::after,
.block.location-slider .swiper-button-prev::after {
  content: "";
  height: 12px;
  width: 12px;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.block.location-slider .swiper-button-next:hover::before,
.block.location-slider .swiper-button-prev:hover::before,
.block.location-slider .swiper-button-next:focus-visible::before,
.block.location-slider .swiper-button-prev:focus-visible::before {
  opacity: 1;
}
.block.location-slider .swiper-button-next:hover::after,
.block.location-slider .swiper-button-prev:hover::after,
.block.location-slider .swiper-button-next:focus-visible::after,
.block.location-slider .swiper-button-prev:focus-visible::after {
  opacity: 1;
}
.block.location-slider .swiper-button-next {
  right: 5px;
}
.block.location-slider .swiper-button-next::after {
  transform: rotate(-45deg) translate(-1px, -1px);
}
.block.location-slider .swiper-button-prev {
  left: 5px;
}
.block.location-slider .swiper-button-prev::after {
  transform: rotate(135deg) translate(-1px, -1px);
}
#rs-builder .block.location-slider .swiper-button-next,
#rs-builder .block.location-slider .swiper-button-prev {
  display: none;
}
.pagination {
  margin: 20px 0;
  width: fit-content;
  display: flex;
  align-items: center;
}
.page-btn {
  height: 40px;
  padding: 9px 10px;
  min-width: unset;
  color: var(--text-color);
  border-radius: 0;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: none;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  background-color: transparent;
}
.page-btn:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #dddddd;
}
.page-btn:last-of-type {
  border-radius: 0 3px 3px 0;
}
.page-btn:hover,
.page-btn:focus {
  background-color: #eeeeee;
  color: var(--text-color);
}
.page-btn[aria-current="true"] {
  font-weight: bold;
  background: #337ab7;
  border-color: #337ab7;
  color: #ffffff;
  cursor: default;
}
.page-btn[disabled="disabled"],
.page-btn[disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.dots {
  padding: 8px 10px;
  height: 40px;
  min-width: unset;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.simple-map {
  display: none;
}
.block.simple-map #map-container {
  height: 400px;
  width: 100%;
}
.block.simple-map #map-container .info-window h3 {
  margin-bottom: 20px;
}
.block.simple-map #map-container .info-window a {
  display: block;
}
.block.simple-map #map-container .info-window a,
.block.simple-map #map-container .info-window p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.simple-map {
    display: block;
  }
}
#rs-builder .block.simple-map #map-container {
  height: 400px;
  width: 100%;
  background-color: #d1d1d1;
}
#rs-builder .block.simple-map #map-container::after {
  content: "Google Map";
  font-size: 32px;
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block.visit .inner {
  padding: 40px 15px 50px;
}
.block.visit header {
  margin: 40px 0;
}
.block.visit .directions p {
  margin-bottom: 10px;
}
.block.visit #map-container {
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
}
.block.visit #map-container .info-window h3 {
  margin-bottom: 20px;
}
.block.visit #map-container .info-window a {
  display: block;
}
.block.visit #map-container .info-window a,
.block.visit #map-container .info-window p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.visit {
    display: block;
  }
}
#rs-builder .block.visit #map-container {
  height: 400px;
  width: 100%;
  background-color: #d1d1d1;
}
#rs-builder .block.visit #map-container::after {
  content: "Google Map";
  font-size: 32px;
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block.upcoming-events .events-container {
  display: flex;
  flex-wrap: wrap;
}
.block.upcoming-events .event-item {
  display: none;
  transition: none;
}
.block.upcoming-events .event-item:nth-of-type(-n+3) {
  display: block;
}
.block.upcoming-events .event-item {
  padding: 100px 15px;
  height: 300px;
  width: 100%;
  background-color: #3b3b3b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
.block.upcoming-events .event-item .event-date {
  position: absolute;
  padding: 10px;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: var(--secondary-bg-color);
  width: 75px;
}
.block.upcoming-events .event-item .event-date * {
  color: var(--text-color-alt);
  text-transform: uppercase;
  line-height: 1.2;
  font-family: var(--heading-font);
}
.block.upcoming-events .event-item .event-date .month {
  font-size: 1.6rem;
}
.block.upcoming-events .event-item .event-date .day {
  font-size: 3.2rem;
}
.block.upcoming-events .event-item .content {
  position: relative;
  z-index: 2;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  padding: 10px 0;
  margin-bottom: 20px;
}
.block.upcoming-events .event-item .content * {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  font-family: var(--heading-font);
}
.block.upcoming-events .event-item::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .block.upcoming-events .event-item {
    width: 33.33%;
  }
}
#rs-builder .block.upcoming-events .event-item .event-date {
  display: none;
}
.block.image-right .inner {
  padding: 50px 15px;
}
.block.image-right header {
  margin-bottom: 20px;
}
.block.image-right header * {
  font-size: 3rem;
}
.block.image-right .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .block.image-right .content-container {
    flex-direction: row;
  }
  .block.image-right .primary {
    width: calc(66.667% - 15px);
  }
  .block.image-right .secondary {
    width: calc(33.333% - 15px);
  }
}
.block.cta .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.block.cta .box {
  margin: 15px;
  background-color: var(--secondary-bg-color);
  position: relative;
  min-height: 300px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}
.block.cta .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.block.cta .background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.cta .background::after {
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.block.cta header,
.block.cta .content {
  position: relative;
  z-index: 1;
}
.block.cta header {
  color: var(--heading-color-alt);
}
.block.cta .content {
  color: var(--text-color-alt);
}
.block.cta .content p {
  margin-bottom: 10px;
}
.block.cta .box.image-bg header {
  color: #FFFFFF;
}
.block.cta .box.image-bg .content {
  color: #FFFFFF;
}
.block.cta .cta-button {
  margin-top: 20px;
}
.block.cta .cta-button .button {
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
  padding: 15px 20px;
}
.block.cta .cta-button .button:hover,
.block.cta .cta-button .button:focus-visible {
  background-color: #c5c5c5;
}
@media screen and (min-width: 768px) {
  .block.cta {
    display: block;
  }
  .block.cta .box {
    max-width: unset;
    width: calc(33.333% - 30px);
  }
}
.block.contact .inner {
  padding: 40px 15px 50px;
}
.block.contact header {
  margin-bottom: 40px;
}
.block.contact form {
  margin-bottom: 20px;
}
.block.contact form input[type="submit"],
.block.contact form input[type="button"],
.block.contact form input[type="reset"],
.block.contact form button {
  width: 100%;
}
.block.contact form input[type="submit"]::after,
.block.contact form input[type="button"]::after,
.block.contact form input[type="reset"]::after,
.block.contact form button::after {
  content: "\f1d8";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  margin-left: 3px;
}
.block.contact aside {
  border: 1px solid #c1c1c1;
  padding: 15px;
}
.block.contact aside h5,
.block.contact aside h6 {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.block.contact aside a {
  display: block;
}
.block.contact aside a[href^="mailto:"] {
  margin: 10px 0;
}
.block.contact aside a[href^="tel:"] {
  display: inline-block;
}
.block.contact aside a.link {
  margin: 10px 0 0;
}
.block.contact aside a:hover,
.block.contact aside a:focus-visible {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.contact form {
    margin-bottom: 0;
  }
  .block.contact .contact-form {
    width: calc(66.67% - 7.5px);
  }
  .block.contact aside {
    width: calc(33.33% - 7.5px);
    min-width: fit-content;
  }
  .block.contact .content {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: flex-start;
  }
}
.block.directory .inner {
  padding: 40px 15px 50px;
}
.block.directory header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 9px;
}
.block.directory header a {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding: 15px 20px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border: none;
  padding: 10px 40px;
  font-style: italic;
  font-size: 2.8rem;
  margin: 0;
}
.block.directory header a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.directory header a.inline {
  display: inline-block;
}
.block.directory header a:hover,
.block.directory header a:focus-visible {
  background: var(--button-bg-color-hover);
  color: var(--button-text-color-hover);
}
.block.directory header a.light {
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
}
.block.directory header a.light:hover,
.block.directory header a.light:focus-visible {
  background-color: #c5c5c5;
}
.block.directory .category-filter h2 {
  font-style: italic;
  font-weight: 400;
}
.block.directory .category-filter .filter-list {
  border: 1px solid #666;
  padding: 20px 15px;
  list-style: none;
  columns: 1;
  column-gap: 30px;
}
.block.directory .category-filter .filter-list li {
  padding: 5px 10px;
}
.block.directory .category-filter .filter-list li button {
  color: var(--text-color);
  font-size: 1.2rem;
  background: transparent;
  border: none;
  padding: 0;
}
.block.directory .category-filter .filter-list li button:hover,
.block.directory .category-filter .filter-list li button:focus-visible {
  text-decoration: underline;
}
.block.directory .category-filter .filter-list li button.active {
  font-weight: bold;
  text-decoration: underline;
}
.block.directory svg {
  height: 14px;
  fill: currentColor;
}
.block.directory .hours-wrapper {
  margin-bottom: 2px;
}
.block.directory .hours-wrapper svg {
  height: 12px;
}
.block.directory .hours-wrapper .hours {
  margin-left: 3px;
}
.block.directory a[href="tel:+1"] {
  display: none;
}
.block.directory .directory-list {
  margin-top: 40px;
}
.block.directory .store-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.block.directory .store-list .store-item {
  width: 100%;
  padding: 10px;
}
.block.directory .store-list .store-item .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 2px 5px 3px #858585;
  height: 100%;
}
.block.directory .store-list .store-item .top {
  width: 100%;
  height: 80px;
  padding: 8px 5px;
}
.block.directory .store-list .store-item .top img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.block.directory .store-list .store-item .bottom {
  background: var(--secondary-bg-color);
  padding: 10px;
  flex-grow: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.block.directory .store-list .store-item .bottom a {
  display: block;
  padding: 10px;
  margin-bottom: 4px;
  border: 1px solid var(--text-color-alt);
}
.block.directory .store-list .store-item .bottom a[href="tel:+1"] {
  display: none;
}
.block.directory .store-list .store-item .bottom p,
.block.directory .store-list .store-item .bottom svg,
.block.directory .store-list .store-item .bottom a {
  color: var(--text-color-alt);
  font-family: 'Open Sans', sans-serif;
}
.block.directory .store-list .store-item .bottom svg {
  margin-right: 5px;
}
.block.directory .store-list .store-item .bottom h3 {
  color: var(--heading-color-alt);
  font-size: 1.4rem;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
}
.block.directory .store-list .store-item .bottom .hours-wrapper {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.block.directory .store-list .store-item .bottom .hours-wrapper .hours {
  font-size: 1.1rem;
}
@media only screen and (min-width: 450px) {
  .block.directory .category-filter .filter-list {
    columns: 2;
  }
  .block.directory .store-list .store-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .block.directory .category-filter .filter-list {
    columns: 3;
  }
  .block.directory .store-list .store-item {
    width: 33.33%;
  }
}
@media screen and (min-width: 960px) {
  .block.directory .category-filter .filter-list {
    columns: 4;
  }
  .block.directory .store-list .store-item {
    width: 20%;
  }
}
#rs-builder .block.directory .store-list {
  display: none;
}
.block.directory-map.loading {
  display: none;
}
.block.directory-map .inner {
  padding: 40px 15px 50px;
}
.block.directory-map header {
  margin-bottom: 40px;
}
.block.directory-map .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.block.directory-map .dropdown-wrapper button {
  width: 100%;
  padding: 15px;
  background-color: transparent;
  text-align: left;
  margin-bottom: 5px;
  border: 1px solid #c1c1c1;
  color: var(--text-color);
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--heading-font);
}
.block.directory-map #directory-map-container {
  height: 400px;
  width: 100%;
}
.block.directory-map #directory-map-container .details {
  width: 100% !important;
}
.block.directory-map .map-locations {
  height: fit-content;
  max-height: 550px;
  padding: 5px;
  overflow: auto;
  border: 1px solid #c1c1c1;
  width: 100%;
}
.block.directory-map .dropdown-list {
  display: none;
}
.block.directory-map .map-item {
  border: 1px solid #c1c1c1;
  padding: 10px;
  margin-bottom: 5px;
  display: flex;
}
.block.directory-map .map-item .logo {
  padding: 5px;
  height: 80px;
  width: 35%;
}
.block.directory-map .map-item .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.block.directory-map .details {
  width: 65%;
  padding-left: 20px;
}
.block.directory-map .details h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.block.directory-map .details svg {
  height: 12px;
  fill: currentColor;
  margin-right: 5px;
}
.block.directory-map .details p,
.block.directory-map .details a {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  color: var(--text-color);
}
.block.directory-map .details a:hover,
.block.directory-map .details a:focus-visible {
  text-decoration: underline;
}
.block.directory-map .details a[href="tel:+1"] {
  display: none;
}
.block.directory-map .details .hours {
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .block.directory-map .content {
    flex-direction: row;
  }
  .block.directory-map #directory-map-container {
    height: 550px;
    width: calc(66.667% - 15px);
  }
  .block.directory-map .map-locations {
    height: 550px;
    width: calc(33.333% - 15px);
    min-width: 350px;
  }
}
#rs-builder .block.directory-map {
  display: block;
}
.block.directory-single.loading {
  display: none;
}
.block.directory-single .inner {
  padding: 40px 15px 50px;
}
.block.directory-single header {
  margin-bottom: 40px;
}
.block.directory-single .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.block.directory-single .primary .box {
  border: 1px solid #c1c1c1;
  padding: 15px;
  margin-bottom: 20px;
}
.block.directory-single .primary .box h2 {
  font-family: var(--heading-font);
}
.block.directory-single .primary .box:last-of-type {
  margin-bottom: 0;
}
.block.directory-single .primary .address {
  margin-bottom: 25px;
}
.block.directory-single .primary .address p {
  width: 100%;
}
.block.directory-single .primary .details-content {
  margin-bottom: 25px;
}
.block.directory-single .primary svg {
  height: 14px;
  fill: currentColor;
  margin-right: 5px;
}
.block.directory-single .primary p,
.block.directory-single .primary a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  color: var(--text-color);
}
.block.directory-single .primary a:hover,
.block.directory-single .primary a:focus-visible {
  text-decoration: underline;
}
.block.directory-single .primary .hours .day {
  min-width: 50px;
}
.block.directory-single .primary .phone-wrapper .phone {
  margin-left: 3px;
}
.block.directory-single .secondary {
  min-height: 400px;
}
.block.directory-single .secondary #single-directory-map {
  min-height: 400px;
  height: 100%;
  width: 100%;
}
.block.directory-single .store-info h3 {
  margin-bottom: 5px;
}
.block.directory-single .store-info svg {
  height: 14px;
  fill: currentColor;
  margin-right: 5px;
}
.block.directory-single .store-info p,
.block.directory-single .store-info a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  color: var(--text-color);
}
.block.directory-single .store-info a:hover,
.block.directory-single .store-info a:focus-visible {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.directory-single .content {
    flex-direction: row;
  }
  .block.directory-single .secondary {
    width: calc(66.667% - 15px);
  }
  .block.directory-single .primary {
    width: calc(33.333% - 15px);
    min-width: 350px;
  }
}
#rs-builder .block.directory-single {
  display: block;
}
.block.news-promotions .inner {
  padding: 40px 15px 50px;
}
.block.news-promotions header {
  margin-bottom: 40px;
}
.block.news-promotions header h1 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 9px;
}
.block.news-promotions aside {
  border: 1px solid #c1c1c1;
  margin-bottom: 20px;
  padding: 15px;
}
.block.news-promotions .news-item {
  margin-bottom: 50px;
}
.block.news-promotions .image-wrapper img {
  width: 100%;
  aspect-ratio: 26/10;
  object-fit: cover;
}
.block.news-promotions ul {
  list-style: none;
}
.block.news-promotions .blog-title {
  margin: 20px 0 0;
}
.block.news-promotions .blog-title h3 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--text-font);
  font-size: calc(2.4*1rem);
  padding-bottom: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.news-promotions .blog-title h3 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.news-promotions .blog-title h3 {
    font-size: calc(2.4*1rem);
  }
}
.block.news-promotions .blog-title a {
  color: var(--heading-color);
  text-decoration: none;
}
.block.news-promotions .blog-title a:hover,
.block.news-promotions .blog-title a:focus-visible {
  text-decoration: underline;
}
.block.news-promotions .meta {
  font-size: 1.2rem;
  font-style: italic;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
}
.block.news-promotions .meta * {
  font-size: 1.2rem;
  font-style: italic;
}
.block.news-promotions aside .recent-post-link::after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 5px;
  display: inline-block;
}
.block.news-promotions aside #search-form {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.block.news-promotions aside #search-form button {
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
  border-radius: 4px;
  text-transform: none;
  border-width: 1px;
  border-color: #c1c1c1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.block.news-promotions aside #search-form button:hover,
.block.news-promotions aside #search-form button:focus-visible {
  background-color: #c5c5c5;
}
.block.news-promotions aside #search-form input {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.block.news-promotions aside #search-form input,
.block.news-promotions aside #search-form button {
  margin: 0;
  padding: 6px 12px;
}
.block.news-promotions aside section {
  margin-bottom: 60px;
}
.block.news-promotions aside h3 {
  font-size: 1.8rem;
}
.block.news-promotions aside li {
  padding: 5px 0;
}
.block.news-promotions aside li a {
  color: var(--text-color);
  font-size: 1.2rem;
}
.block.news-promotions aside li a:hover,
.block.news-promotions aside li a:focus-visible {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.news-promotions .news-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 15px;
  }
  .block.news-promotions .news-list {
    width: calc(66.667% - 7.5px);
  }
  .block.news-promotions aside {
    width: calc(33.333% - 7.5px);
  }
}
#rs-builder .block.news-promotions .news-item:nth-of-type(n+4) {
  display: none;
}
article.text-content.news-single .inner {
  padding: 40px 15px 50px;
}
article.text-content.news-single header {
  margin-bottom: 40px;
}
article.text-content.news-single header h1 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 9px;
}
article.text-content.news-single .image-wrapper img {
  width: 100%;
  aspect-ratio: 26/10;
  object-fit: cover;
}
article.text-content.news-single .meta {
  font-size: 1.2rem;
  font-style: italic;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
}
article.text-content.news-single .meta * {
  font-size: 1.2rem;
  font-style: italic;
}
article.text-content.news-single ul {
  list-style: none;
  margin-left: 0;
}
article.text-content.news-single aside {
  border: 1px solid #c1c1c1;
  margin-bottom: 20px;
  padding: 15px;
}
article.text-content.news-single aside .recent-post-link::after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 5px;
  display: inline-block;
}
article.text-content.news-single aside #search-form {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
article.text-content.news-single aside #search-form button {
  padding: 10px 50px;
  text-transform: uppercase;
  border: 1px solid var(--text-color);
  background-color: #fff;
  color: var(--text-color);
  border-radius: 4px;
  text-transform: none;
  border-width: 1px;
  border-color: #c1c1c1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
article.text-content.news-single aside #search-form button:hover,
article.text-content.news-single aside #search-form button:focus-visible {
  background-color: #c5c5c5;
}
article.text-content.news-single aside #search-form input {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
article.text-content.news-single aside #search-form input,
article.text-content.news-single aside #search-form button {
  margin: 0;
  padding: 6px 12px;
}
article.text-content.news-single aside section {
  margin-bottom: 60px;
}
article.text-content.news-single aside h3 {
  font-size: 1.8rem;
}
article.text-content.news-single aside li {
  padding: 5px 0;
}
article.text-content.news-single aside li a {
  color: var(--text-color);
  font-size: 1.2rem;
  text-decoration: none;
}
article.text-content.news-single aside li a:hover,
article.text-content.news-single aside li a:focus-visible {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  article.text-content.news-single .news-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 15px;
  }
  article.text-content.news-single .news-details {
    width: calc(66.667% - 7.5px);
  }
  article.text-content.news-single aside {
    width: calc(33.333% - 7.5px);
  }
}
.block.footer .top {
  position: relative;
}
.block.footer .top::before {
  content: "";
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
.block.footer .top .inner {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
}
.block.footer .top .inner h2,
.block.footer .top .inner h3,
.block.footer .top .inner h4,
.block.footer .top .inner h5,
.block.footer .top .inner h6 {
  color: #FFFFFF;
}
.block.footer .top .inner h4 {
  padding-bottom: 20px;
}
.block.footer .top .inner h5,
.block.footer .top .inner h6 {
  font-size: 1.2rem;
  padding-bottom: 10px;
}
.block.footer .top .inner p,
.block.footer .top .inner a,
.block.footer .top .inner span {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.block.footer .top .inner a:hover,
.block.footer .top .inner a:focus-visible {
  text-decoration: underline;
}
.block.footer .top .column {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 10px;
}
.block.footer .top ul {
  list-style: none;
}
.block.footer .top ul li a {
  font-size: 1.2rem;
}
.block.footer a,
.block.footer p,
.block.footer span {
  color: var(--text-color);
}
.block.footer .middle {
  background-color: var(--secondary-bg-color);
}
.block.footer .middle .inner {
  padding: 25px 20px 0 20px;
}
.block.footer .middle ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
}
.block.footer .middle ul * {
  color: #FFFFFF;
}
.block.footer .middle ul a {
  display: inline-block;
  padding: 8px;
  height: 32px;
  width: 32px;
}
.block.footer .middle ul a svg {
  fill: #FFFFFF;
}
.block.footer .middle ul a.facebook {
  background-color: #507CBE;
}
.block.footer .middle ul a.facebook .screen-reader-text {
  color: #000000;
}
.block.footer .middle ul a.twitter {
  background-color: #000000;
}
.block.footer .middle ul a.twitter .screen-reader-text {
  color: #FFFFFF;
}
.block.footer .middle ul a.instagram {
  background-color: #517FA6;
}
.block.footer .middle ul a.instagram .screen-reader-text {
  color: #000000;
}
.block.footer .middle ul a.tiktok {
  background-color: #010101;
}
.block.footer .middle ul a.tiktok .screen-reader-text {
  color: #FFFFFF;
}
.block.footer .middle ul a.linkedin {
  background-color: #0077b5;
}
.block.footer .middle ul a.linkedin .screen-reader-text {
  color: #FFFFFF;
}
.block.footer .middle ul a.youtube {
  background-color: #FF0000;
}
.block.footer .middle ul a.youtube .screen-reader-text {
  color: #000000;
}
.block.footer .middle ul a:hover,
.block.footer .middle ul a:focus-visible {
  opacity: 0.6;
}
.block.footer .middle ul svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.block.footer .bottom {
  text-align: center;
  background-color: var(--secondary-bg-color);
}
.block.footer .bottom * {
  color: var(--text-color-alt);
}
.block.footer .bottom a:hover,
.block.footer .bottom a:focus-visible {
  text-decoration: underline;
}
.block.footer .bottom .inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.block.footer .bottom .links,
.block.footer .bottom .copyright,
.block.footer .bottom .icons,
.block.footer .bottom .resite {
  margin-bottom: 5px;
}
.block.footer .bottom .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .bottom .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .bottom .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .bottom .right {
  display: flex;
  flex-direction: column;
}
.block.footer .bottom .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .block.footer .top .column {
    width: 33.33%;
  }
  .block.footer .bottom .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .bottom .links {
    width: 50%;
  }
  .block.footer .bottom .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .bottom .right {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .bottom .right .copyright {
    text-align: end;
  }
  .block.footer .bottom .right .icons img {
    margin: 0;
  }
}
.block.footer-image {
  position: relative;
  display: none;
  height: 1px;
  margin: -1px;
}
.block.footer-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.footer-image .inner::after {
  content: "";
  background: #000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
#rs-builder .block.footer-image {
  display: block;
  margin: 0;
  height: fit-content;
}
#rs-builder .block.footer-image .inner {
  height: 350px;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
