@charset "utf-8";
/*
	critical.less

	Project: Theme 2

*/
/*------ imports ------*/
/*
	global.less

*/
/*------ imports ------*/
/*
	core.less

*/
/*------ responsive ------*/
/*------ imports ------*/
/* 
	mixins.less

*/
/*------ utilities ------*/
/*------ typography ------*/
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.strikethrough {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
/*------ forms ------*/
/*------ display ------*/
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.auto {
  width: auto;
}
.auto-width {
  width: auto !important;
}
.auto-height {
  height: auto !important;
}
.sr-only {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  background: none;
  overflow: hidden;
}
.f_right {
  float: right;
  display: block;
}
.f_left {
  float: left;
  display: block;
}
.clear {
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.hidden {
  display: none !important;
}
@media all and (max-width: 480px) {
  .show-tablet-p {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .show-tablet-l {
    display: none !important;
  }
}
@media all and (max-width: 1024px) {
  .show-notebook {
    display: none !important;
  }
}
@media all and (max-width: 1366px) {
  .show-desktop {
    display: none !important;
  }
}
@media all and (max-width: 1920px) {
  .show-widescreen {
    display: none !important;
  }
}
@media all and (min-width: 481px) {
  .hide-tablet-p {
    display: none !important;
  }
}
@media all and (min-width: 769px) {
  .hide-tablet-l {
    display: none !important;
  }
}
@media all and (min-width: 1025px) {
  .hide-notebook {
    display: none !important;
  }
}
@media all and (min-width: 1367px) {
  .hide-desktop {
    display: none !important;
  }
}
@media all and (min-width: 1921px) {
  .hide-widescreen {
    display: none !important;
  }
}
.noborder {
  border: 0 !important;
}
.nobg {
  background: none !important;
}
.nomargin {
  margin: 0 !important;
}
.nomargin-v,
.nomargin-t {
  margin-top: 0 !important;
}
.nomargin-h,
.nomargin-r {
  margin-right: 0 !important;
}
.nomargin-v,
.nomargin-b {
  margin-bottom: 0 !important;
}
.nomargin-h,
.nomargin-l {
  margin-left: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-v,
.nopadding-t {
  padding-top: 0 !important;
}
.nopadding-h,
.nopadding-r {
  padding-right: 0 !important;
}
.nopadding-v,
.nopadding-b {
  padding-bottom: 0 !important;
}
.nopadding-h,
.nopadding-l {
  padding-left: 0 !important;
}
/*------ gradients ------*/
/*------ flexbox ------*/
/*------ columns ------*/
/* For elements within a .multi-column element. Prevents elements from breaking into multiple columns */
/*------ filters ------*/
/*------ transformations ------*/
/*------ animations ------*/
/*------ masking ------*/
/*------ reset ------*/
* {
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  text-align: left;
}
main,
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
menu,
nav,
section,
label {
  display: block;
}
input,
select,
textarea,
button {
  color: inherit;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
input,
select,
textarea,
button,
th,
td {
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  letter-spacing: inherit;
}
th,
td {
  text-align: inherit;
  line-height: inherit;
}
button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
}
select {
  background: none;
  text-overflow: ellipsis;
}
fieldset {
  padding: 0;
  border: 0;
}
/*------ typography ------*/
body,
input,
select,
textarea,
button,
th,
td {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p,
ul,
ol {
  padding: 0 0 20px;
  margin: 0;
}
ul,
ol {
  margin: 0 0 0 40px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-bottom: 0;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
}
h1 {
  margin: 0;
}
h2 {
  margin: 0 0 30px;
}
h3 {
  margin: 0 0 25px;
}
h4 {
  margin: 0 0 20px;
}
h5 {
  margin: 0 0 15px;
}
h6 {
  margin: 0 0 10px;
}
p + h2,
ul + h2,
ol + h2,
table + h2,
blockquote + h2 {
  margin-top: 20px;
}
p + h3,
ul + h3,
ol + h3,
table + h3,
blockquote + h3 {
  margin-top: 15px;
}
p + h4,
ul + h4,
ol + h4,
table + h4,
blockquote + h4 {
  margin-top: 10px;
}
p + h5,
ul + h5,
ol + h5,
table + h5,
blockquote + h5 {
  margin-top: 5px;
}
small {
  display: inline-block;
}
blockquote p {
  padding: 0;
}
/*------ interface ------*/
img,
a.embed-media {
  display: inline-block;
  border: 0;
  max-width: 100%;
  object-fit: cover;
}
img:where([width][height]) {
  height: auto;
}
iframe {
  max-width: 100%;
}
hr {
  height: 0;
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid;
  border-width: 1px 0 0;
}
table {
  border-collapse: collapse;
  border-style: solid;
  margin: 10px 0 30px;
}
table tbody,
table thead,
table tr,
table th,
table td {
  text-align: inherit;
  border-color: inherit;
  border-style: inherit;
  border-collapse: inherit;
  border-width: inherit;
}
table:where(:not([border])) {
  border-width: 1px;
}
table.responsive .table-header {
  display: none;
  margin: 0;
}
table.column {
  width: calc(100% + 20px) !important;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}
table.column,
table.column td,
table.column th {
  background-color: transparent !important;
  height: auto !important;
}
table.column:not(.mce-item-table) td,
table.column:not(.mce-item-table) th,
table.column {
  border: none !important;
}
table.column td {
  padding: 0;
  vertical-align: top;
}
@media all and (min-width: 769px) {
  table.column:not(.mce-item-table) {
    margin: 0 -10px;
  }
  table.column td {
    padding: 0 10px;
  }
}
@media all and (max-width: 768px) {
  table.column ul:only-child,
  table.column ol:only-child {
    padding-bottom: 0px;
  }
  table.column td:last-child ul:only-child,
  table.column td:last-child ol:only-child {
    padding-bottom: 20px;
  }
  table {
    width: 100% !important;
    border: 1px solid;
  }
  table.responsive tr.header-row,
  table.responsive th {
    display: none;
  }
  table.responsive tr:not(:last-child) td:last-child,
  table.responsive tr:not(:last-child) th:last-child {
    border-bottom-width: 0px;
  }
  table.responsive td {
    display: block;
    width: auto !important;
    text-align: left;
  }
  table.responsive .table-header {
    display: inline-block;
  }
}
/*---- embed media ----*/
a.embed-media {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
a.embed-media img {
  display: block;
}
a.embed-media .play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  line-height: 1;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease 0s;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
a.embed-media .play::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f04b";
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
a.embed-media:hover .play {
  background-color: rgba(0, 0, 0, 0.5);
}
iframe.embed-media {
  display: inline-block;
  background-color: #0f0f0f;
}
/*---- dialog ----*/
.ui-dialog {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  top: 0;
  left: 0;
}
/*---- light gallery ----*/
.lg-outer img {
  object-fit: cover;
}
/*---- page structure ----*/
#page-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
#seo-wrapper {
  position: relative;
  z-index: 1;
}
#sitemap .menu-header {
  display: none;
}
.panel-text:after {
  content: "";
  display: table;
  clear: both;
}
.panel-text > :where(:last-child) {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*
	definitions.less

*/
:root {
  --container-width-xs: 628px;
  --container-width: 773px;
  --container-width-sm: 930px;
  --container-width-md: 1244px;
  --container-width-lg: 1304px;
  --container-width-xl: 1560px;
  --container-width-2xl: 1663px;
  --container-margin: max(0px, (100% - var(--container-width) - var(--container-padding)*2) / 2);
  --container-margin-lg: max(0px, (100% - var(--container-width-lg) - var(--container-padding)*2) / 2);
  --container-margin-xl: max(0px, (100% - var(--container-width-xl) - var(--container-padding)*2) / 2);
  --container-padding: 20px;
  --container-padding: clamp(20px, 3.90625vw - 10px, 30px);
  --font-h1: 43px;
  --font-h1: clamp(43px, 4.34057vw + 9.66444px, 69px);
  --font-h2: 37px;
  --font-h2: clamp(37px, 3.00501vw + 13.92154px, 55px);
  --font-h3: 31px;
  --font-h3: clamp(31px, 2.17028vw + 14.33222px, 44px);
  --font-h4: 26px;
  --font-h4: clamp(26px, 1.5025vw + 14.46077px, 35px);
  --font-h5: 22px;
  --font-h5: clamp(22px, 1.00167vw + 14.30718px, 28px);
  --font-h6: 18px;
  --font-h6: clamp(18px, 0.83472vw + 11.58932px, 23px);
  --font-paragraph: 15px;
  --font-caption: 13px;
  --font-footnote: 11px;
  --line-height-thin: 1;
  --line-height-normal: 1.2;
  --line-height-thick: 1.4;
  --line-height-thicker: 1.7;
}
@media all and (min-width: 769px) {
  :root {
    --font-paragraph: 18px;
    --font-caption: 14px;
  }
}
/*------ typography ------*/
body {
  font-weight: 300;
  font-family: 'Saira', sans-serif;
  background-color: #FAF8F5;
  color: #333333;
  line-height: var(--line-height-thicker);
  letter-spacing: -0.02em;
}
.font-footnote {
  font-size: var(--font-footnote);
}
.font-caption,
small,
.button.small,
#page-contact-top .page-contact,
#breadcrumbs {
  font-size: var(--font-caption);
}
.font-paragraph,
body {
  font-size: var(--font-paragraph);
}
.font-h6,
h6,
.panel h1 {
  font-size: var(--font-h6);
}
.font-h5,
h5,
blockquote,
#page-hero .page-title-wrapper .page-subtitle,
#slideshow .slide-wrapper .slide-content .slide-text {
  font-size: var(--font-h5);
}
.font-h4,
h4 {
  font-size: var(--font-h4);
}
.font-h3,
h3,
body.landing-page #page-hero #landing-form .landing-form-title {
  font-size: var(--font-h3);
}
.font-h2,
h2 {
  font-size: var(--font-h2);
}
.font-h1,
h1,
#slideshow .slide-wrapper .slide-content .slide-title h2 {
  font-size: var(--font-h1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'Saira Condensed', sans-serif;
  font-style: italic;
  word-break: break-word;
}
h1 {
  color: #FFFFFF;
  line-height: var(--line-height-thin);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h2 {
  margin-bottom: 20px;
  color: #262626;
  line-height: var(--line-height-thin);
  letter-spacing: -0.01em;
}
h3 {
  color: #B92422;
  line-height: var(--line-height-normal);
  letter-spacing: -0.01em;
}
h4 {
  color: #850A0E;
  line-height: var(--line-height-thick);
  letter-spacing: -0.005em;
}
h5 {
  color: #262523;
  line-height: var(--line-height-thick);
  letter-spacing: 0em;
}
h6 {
  color: #850A0E;
  line-height: var(--line-height-thick);
  letter-spacing: 0.005em;
}
small {
  font-family: 'Saira Condensed', sans-serif;
  color: #666666;
}
@media all and (min-width: 769px) {
  h1,
  h2,
  h3 {
    line-height: var(--line-height-thin);
  }
  h4,
  h5,
  h6 {
    line-height: var(--line-height-normal);
  }
  body,
  blockquote {
    line-height: var(--line-height-thick);
  }
}
/*------ interface ------*/
:target {
  scroll-margin-top: 100px;
}
::selection {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
hr {
  border-color: #DDDDDD;
}
a {
  color: #262523;
  text-decoration: underline;
  word-break: break-word;
  transition: color 0.3s ease 0s;
}
a:hover,
a:active {
  color: #B92422;
  text-decoration: none;
}
blockquote {
  position: relative;
  margin-top: 20px;
  margin-top: clamp(20px, 6.6778vw - 31.28548px, 60px);
  padding-bottom: 20px;
  padding-bottom: clamp(20px, 6.6778vw - 31.28548px, 60px);
  font-weight: 800;
  font-family: 'Saira Condensed', sans-serif;
  font-style: italic;
  color: #262626;
  line-height: var(--line-height-thick);
  max-width: var(--container-width-xs);
}
blockquote::before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: -10px;
  left: clamp(-20px, -1.66945vw + 2.82137px, -10px);
  font-family: 'Saira Condensed', sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  color: #B92422;
  line-height: 0.6;
  letter-spacing: -0.005em;
  opacity: 0.1;
  z-index: 0;
}
blockquote::after {
  content: close-quote;
  position: absolute;
  top: 0;
  right: -10px;
  right: clamp(-20px, -1.66945vw + 2.82137px, -10px);
  font-family: 'Saira Condensed', sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  color: #B92422;
  line-height: 0.6;
  letter-spacing: -0.005em;
  opacity: 0.1;
  z-index: 0;
}
blockquote small {
  font-weight: 400;
  font-style: normal;
}
p + blockquote {
  margin-top: 0px;
  margin-top: clamp(0px, 6.6778vw - 51.28548px, 40px);
}
table th,
table td {
  color: #333333;
  padding: 10px 20px;
}
table.responsive label,
table th {
  color: #B92422;
  font-weight: 700;
}
.button {
  --text: #FFFFFF;
  --text-hover: #FFFFFF;
  --bg: #B92422;
  --bg-hover: linear-gradient(90deg, #B92422, #850A0E);
  --border: var(--bg);
  --border-hover: #850A0E;
  font-size: 18px;
  font-size: clamp(18px, 0.22573vw + 16.91648px, 20px);
  position: relative;
  display: inline-block;
  width: auto;
  color: var(--text);
  background-color: var(--bg);
  background-size: 101%;
  border: 1px solid var(--border);
  border-radius: 3px;
  font-family: 'Saira Condensed', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-thick);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  padding-block: 10px;
  padding-block: clamp(10px, 0.33389vw + 7.43573px, 12px);
  padding-inline: 20px;
  padding-inline: clamp(20px, 1.66945vw + 7.17863px, 30px);
  letter-spacing: -0.01em;
  box-shadow: none;
  text-shadow: none;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s, color 0.3s ease 0s;
}
.button .fa,
.button .far,
.button .fab,
.button .fas,
.button span.mailto::before,
.button span.phone::before {
  line-height: 1;
  margin-right: 8px;
}
.button span.phone::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3cd";
}
.button span.mailto::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
}
.button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--bg-hover);
  opacity: 0;
  z-index: -1;
  content: '';
  transition: background 0.3s ease 0s, opacity 0.3s ease 0s;
}
.button.small {
  padding-block: 6px;
  padding-block: clamp(6px, 0.66778vw + 0.87145px, 10px);
  padding-inline: 12px;
  padding-inline: clamp(12px, 1.00167vw + 4.30718px, 18px);
}
.button.simple {
  font-family: 'Saira', sans-serif;
  --border: rgba(38, 37, 35, 0.5);
  --bg: transparent;
  --text: #333333;
  --bg-hover: #262523;
  --border-hover: var(--bg-hover);
  --text-hover: #FFFFFF;
  font-size: var(--font-caption);
  font-weight: 400;
  padding-block: 6px;
  padding-block: clamp(6px, 0.66778vw + 0.87145px, 10px);
  padding-inline: 12px;
  padding-inline: clamp(12px, 1.00167vw + 4.30718px, 18px);
  text-transform: none;
}
.button.light,
#main-navigation,
#slideshow .slide-wrapper .slide-content .slide-buttons .button ~ .button {
  --bg: #FFFFFF;
  --border: #FFFFFF;
  --text: #850A0E;
}
.button.dark {
  --bg: #262523;
  --bg-hover: #FFFFFF;
  --border-hover: #FFFFFF;
  --text: #FFFFFF;
  --text-hover: #B92422;
}
.button.theme1 {
  --bg: #B92422;
  --bg-hover: #262523;
  --text: #EEEEEE;
  --text-hover: #EEEEEE;
}
.button.outline,
#page-hero .page-buttons .button {
  --border: rgba(255, 255, 255, 0.5);
  --bg: transparent;
  --text: #EEEEEE;
}
.button.outline-dark {
  --border: rgba(38, 37, 35, 0.5);
  --bg: transparent;
  --text: #262523;
}
.button.hover-light,
#page-hero.noimage .page-buttons .button {
  --bg-hover: #FFFFFF;
  --border-hover: #FFFFFF;
  --text-hover: #FEC710;
}
.button.hover-theme4 {
  --bg-hover: #FEC710;
  --border-hover: #FEC710;
  --text-hover: #333333;
}
.button:hover,
.button:focus {
  color: var(--text-hover);
  border-color: var(--border-hover);
}
.button:hover::after,
.button:focus::after {
  opacity: 1;
}
.button:disabled {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
  color: #CCCCCC;
  cursor: default;
}
.panel-text {
  word-break: break-word;
  max-width: var(--text-wrap, 100%);
}
.panel-text .button {
  margin: 0 10px 10px 0;
}
.panel-text [style*="text-align: center;"] .button,
.panel-text .center .button {
  margin-inline: 5px;
}
.panel-text [style*="text-align: right;"] .button,
.panel-text .right .button {
  margin-right: 0;
  margin-left: 10px;
}
.gradient-text {
  color: #B92422;
  background-clip: text;
  background-size: 200% auto;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #B92422, #850A0E, #B92422);
  padding-bottom: 0.15ch;
}
/*------ email template ------*/
body.email-template {
  background: #EEEEEE;
  max-width: none;
}
body.email-template #email-wrapper {
  margin: 0 auto;
}
body.email-template #email-wrapper #email-header,
body.email-template #email-wrapper #email-content,
body.email-template #email-wrapper #email-footer {
  border: 0;
}
body.email-template #email-wrapper #email-header {
  padding: 30px 0;
  background: none;
}
body.email-template #email-wrapper #email-header img {
  display: block;
}
body.email-template #email-wrapper #email-content {
  padding: 0 0 30px;
  background: none;
}
body.email-template #email-wrapper #email-content #email-content-inner {
  background: #FFFFFF;
  padding: 30px 30px 10px;
  border-radius: 10px;
}
body.email-template #email-wrapper #email-footer {
  padding: 20px 0;
  background: none;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}
/*
	animations.less

*/
/*
	animations.less

*/
/*---- animation classes ----*/
.animate {
  --animation-play-state: paused;
}
.animated {
  --animation-play-state: running;
}
/*---- fades ----*/
:root {
  --animation-trans-length: 40px;
}
@keyframes fade-in-ltr {
  0% {
    opacity: 0;
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-out-ltr {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--animation-trans-length));
  }
}
@keyframes fade-in-rtl {
  0% {
    opacity: 0;
    transform: translateX(var(--animation-trans-length));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-out-rtl {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
}
@keyframes fade-in-ttb {
  0% {
    opacity: 0;
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out-ttb {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(var(--animation-trans-length));
  }
}
@keyframes fade-in-btt {
  0% {
    opacity: 0;
    transform: translateY(var(--animation-trans-length));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-out-btt {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*---- SVG path draw ----*/
@keyframes draw {
  0% {
    stroke-dashoffset: var(--draw-length);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-reverse {
  0% {
    stroke-dashoffset: var(--draw-length);
  }
  100% {
    stroke-dashoffset: calc(2px * var(--draw-length));
  }
}
/*---- slides ----*/
@keyframes slide-in-ltr {
  0% {
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-out-ltr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--animation-trans-length));
  }
}
@keyframes slide-in-rtl {
  0% {
    transform: translateX(var(--animation-trans-length));
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-out-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
}
@keyframes slide-in-ttb {
  0% {
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-out-ttb {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(var(--animation-trans-length));
  }
}
@keyframes slide-in-btt {
  0% {
    transform: translateY(var(--animation-trans-length));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-out-btt {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
}
/*---- daneden.github.io - animate.css ----*/
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes rubber-band {
  0% {
    background-clip: padding-box;
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*---- leadin animations ----*/
@media (prefers-reduced-motion: no-preference) {
  .leadin-popup.open {
    --animation-play-state: running;
  }
  .leadin-popup.open.type-corner,
  .leadin-popup.open.type-bar.position-bottom {
    animation: fade-up 0.4s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  .leadin-popup.open .button.bounce {
    animation: bounce 0.8s ease-out 0.8s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  .leadin-popup.open .button.rubber-band {
    animation: rubber-band 1s ease-out 0.8s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  .leadin-popup.open .button.swing {
    animation: swing 0.6s ease-out 0.8s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  .leadin-popup.open .button.tada {
    animation: tada 1s ease-out 0.8s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
}
/*---- landing page animations ----*/
@media all and (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  html.no-touch body.landing-page .landing-form-wrapper {
    animation: fade-in 0.4s ease-out 0.5s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
}
@keyframes clip-in-ttb {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(-100%);
            clip-path: inset(-100%);
  }
}
@keyframes clip-in-ltr {
  0% {
    -webkit-clip-path: inset(-100% 100% -100% 0);
            clip-path: inset(-100% 100% -100% 0);
  }
  100% {
    -webkit-clip-path: inset(-100% -100% -100% -100%);
            clip-path: inset(-100% -100% -100% -100%);
  }
}
@keyframes clip-in-rtl {
  0% {
    -webkit-clip-path: inset(-100% 0 -100% -100%);
            clip-path: inset(-100% 0 -100% -100%);
  }
  100% {
    -webkit-clip-path: inset(-100% -100% -100% -100%);
            clip-path: inset(-100% -100% -100% -100%);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(var(--scale-from));
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logo-slider {
  0% {
    transform: translate(-55px, 0px);
  }
  20% {
    transform: translate(-55px, 0px);
    animation-timing-function: cubic-bezier(0.25, 1, 0.25, 1);
  }
  40% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@media all and (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  :root {
    --animation-trans-length: 20px;
  }
  html.no-touch #slideshow .slide.swiper-slide-active,
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) {
    --animation-play-state: running;
  }
  html.no-touch #slideshow .slide.swiper-slide-active .slide-title,
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) .slide-title,
  html.no-touch #slideshow .slide.swiper-slide-active .slide-text,
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) .slide-text {
    animation: fade-in-btt 0.6s cubic-bezier(0.1, -0.6, 0.2, 0) 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide.swiper-slide-active .fancy-text,
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) .fancy-text {
    animation: fade-in 0.6s ease-out 0.4s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide.swiper-slide-active .button,
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) .button {
    animation: fade-in-btt 0.6s ease-in 0.6s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg g.center {
    animation: logo-slider 7s cubic-bezier(0.19, 1, 0.22, 1) normal forwards;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg g.center .st6.s {
    animation: fade-in 1s ease;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg g.center .st6.w {
    animation: fade-in 1s ease 0.1s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg g.center .st6.a {
    animation: fade-in 1s ease 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg g.center .st6.t {
    animation: fade-in 1s ease 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg g.center .yellow-swat {
    --draw-length: 283.5;
    stroke-dasharray: var(--draw-length);
    animation: draw 1s linear;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg g.center .st4 {
    animation: fade-in 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg g.center .st5 {
    animation: fade-in 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg .leaf {
    animation: fade-in 0.8s ease-in 1s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg .leaf-line {
    --draw-length: 972.009;
    stroke-dasharray: var(--draw-length);
    animation: draw-reverse 1s linear 1s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg .st3 {
    animation: fade-in 1s ease-in 1.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide-logo svg .st0 {
    animation: clip-in-ltr 0.4s ease-in 1.6s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .svg svg .top {
    animation: clip-in-ltr 3.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .svg svg .bottom {
    animation: clip-in-ltr 3.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-title-wrapper::before {
    animation: clip-in-ttb 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-title {
    animation: fade-in-btt 0.6s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-subtitle {
    --animation-trans-length: 40px;
    animation: fade-in-btt 0.6s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .fancy-text {
    animation: fade-in 0.6s ease-out 0.1s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-buttons {
    animation: fade-in-btt 0.6s ease-out 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .svg svg .top {
    animation: clip-in-ltr 3.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .svg svg .bottom {
    animation: clip-in-ltr 3.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero.noimage .line-svg svg .outer {
    --draw-length: 7711.523;
    stroke-dasharray: var(--draw-length);
    animation: draw-reverse 2s ease;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero.noimage .line-svg svg .inner {
    --draw-length: 6823.64;
    stroke-dasharray: var(--draw-length);
    animation: draw 1.5s ease-in;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.standard .panel-header .container::before,
  html.no-touch .panel.promo .panel-header .container::before,
  html.no-touch .panel.mini-promo .panel-header .container::before,
  html.no-touch .panel.gallery .panel-header .container::before {
    animation: clip-in-ttb 0.4s ease-in-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.standard .panel-header h2,
  html.no-touch .panel.promo .panel-header h2,
  html.no-touch .panel.mini-promo .panel-header h2,
  html.no-touch .panel.gallery .panel-header h2 {
    animation: fade-in-ltr 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.standard .panel-header .fancy-text,
  html.no-touch .panel.promo .panel-header .fancy-text,
  html.no-touch .panel.mini-promo .panel-header .fancy-text,
  html.no-touch .panel.gallery .panel-header .fancy-text {
    animation: fade-in 0.6s ease-out 0.4s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta .panel-title {
    overflow: hidden;
  }
  html.no-touch .panel.cta .panel-title h2 {
    --animation-trans-length: 100px;
    animation: fade-in-btt 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta .panel-subtitle {
    --animation-trans-length: 40px;
    animation: fade-in 0.6s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta .panel-buttons {
    animation: fade-in 0.6s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta:not(:last-child) .container {
    --scale-from: 0.8;
    animation: scale-in 1s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta:not(:last-child) .panel-title {
    animation-delay: 0.3s;
  }
  html.no-touch .panel.cta:not(:last-child) .panel-subtitle {
    animation-delay: 0.5s;
  }
  html.no-touch .panel.cta:not(:last-child) .panel-buttons {
    animation-delay: 0.5s;
  }
  html.no-touch .panel.cta:not(:last-child) .svg svg.circles .outer {
    --draw-length: 16417.002;
    stroke-dasharray: var(--draw-length);
    animation: draw-reverse 2s ease;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta:not(:last-child) .svg svg.circles .inner {
    --draw-length: 7796.947;
    stroke-dasharray: var(--draw-length);
    animation: draw-reverse 1.5s ease-in 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta:last-child::before {
    animation: clip-in-ttb 0.6s ease-in-out 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta:last-child .panel-title h2,
  html.no-touch .panel.cta:last-child .panel-subtitle {
    animation: fade-in-btt 0.6s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta:last-child .button:nth-child(1) {
    animation: fade-in-ltr 0.6s ease-out 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta:last-child .button:nth-child(2) {
    animation: fade-in-rtl 0.6s ease-out 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta:last-child .button:only-child {
    animation: fade-in-btt 0.6s ease-out 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.parallax.contact-form-panel .panel-contents::before {
    animation: clip-in-ttb 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.parallax .panel-title {
    overflow: hidden;
  }
  html.no-touch .panel.parallax .panel-title h2 {
    --animation-trans-length: 100px;
    animation: fade-in-btt 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.parallax .panel-content {
    animation: fade-in 0.6s ease-out 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.parallax .fancy-text {
    animation: fade-in 0.6s ease-out 0.45s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.parallax .svg svg .top {
    animation: clip-in-ltr 3.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.parallax .svg svg .bottom {
    animation: clip-in-ltr 3.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .panel-content {
    animation: fade-in 0.6s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .panel-header::before {
    animation: clip-in-ttb 0.6s ease-in-out 0.6s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .fancy-text {
    animation: fade-in 0.6s ease-out 0.15s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.statistics .container {
    --scale-from: 0.8;
    animation: scale-in 1s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.statistics .stat-label h4 {
    animation: fade-in 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.statistics .stat .line-svg svg .inner {
    transform-origin: center;
    --scale-from: 0;
    animation: scale-in 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.statistics .stat .line-svg svg .middle {
    transform-origin: center;
    --scale-from: 0;
    animation: scale-in 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.statistics .stat .line-svg svg .outer {
    transform-origin: center;
    --scale-from: 0;
    animation: scale-in 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .promo-box {
    --animation-trans-length: 60px;
    animation: fade-in-btt 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .mini-promo-box {
    --animation-trans-length: 60px;
    animation: fade-in-btt 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .gal-item {
    animation: fade-in 0.6s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .content-tabs .tabs-nav::after {
    animation: clip-in-ltr 0.6s ease-in-out 0.3s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .footer-primary #footer-navigation::after {
    --scale-from: 0;
    animation: scale-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
}
@media all and (min-width: 1025px) and (prefers-reduced-motion: no-preference) {
  html.no-touch #page-hero .page-title {
    animation: fade-in-ltr 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-subtitle {
    animation: fade-in-ltr 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-buttons {
    animation: fade-in-rtl 0.6s ease-out;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side {
    --animation-trans-length: 60px;
  }
  html.no-touch .panel.side.ltr .panel-media {
    --animation-trans-length: 100px;
    animation: fade-in-rtl 1s cubic-bezier(0.76, 0, 0.24, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side.rtl .panel-media {
    --animation-trans-length: 100px;
    animation: fade-in-ltr 1s cubic-bezier(0.76, 0, 0.24, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .panel-content {
    animation: fade-in-btt 0.8s cubic-bezier(0.76, 0, 0.24, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .panel-header {
    overflow: hidden;
  }
  html.no-touch .panel.side .panel-header h2 {
    line-height: var(--line-height-normal);
    --animation-trans-length: 80px;
    animation: slide-in-btt 1.4s cubic-bezier(0.76, 0, 0.24, 1);
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .panel-subtitle {
    overflow: hidden;
  }
  html.no-touch .panel.side .panel-subtitle h3 {
    --animation-trans-length: 100px;
    animation: slide-in-btt 0.8s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .panel-text {
    animation: fade-in 0.6s ease 0.8s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .svg svg.curves .outer {
    --draw-length: 7711.523;
    stroke-dasharray: var(--draw-length);
    animation: draw-reverse 2s ease;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .svg svg.curves .inner {
    --draw-length: 6823.64;
    stroke-dasharray: var(--draw-length);
    animation: draw 1.5s ease-in 0.2s;
    animation-fill-mode: both;
    animation-play-state: var(--animation-play-state, running);
  }
}
body.landing-page #page-hero {
  --content-gap: 40px;
  --column-width: calc((100% - var(--content-gap)) / 2);
  position: relative;
  text-align: left;
}
body.landing-page #page-hero .page-hero-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--content-gap);
  padding-block: 30px;
  text-align: inherit;
}
body.landing-page #page-hero #page-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body.landing-page #page-hero #page-header .page-subtitle p:last-child {
  padding-bottom: 0;
}
body.landing-page #page-hero #landing-form {
  --form-columns: 1;
  --field-padding-block: 16px;
  --field-border: #CCCCCC;
  --field-border-hover: #CCCCCC;
  --field-border-width: 1px;
  --field-placeholder: transparent;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px;
  background: #FFFFFF;
}
body.landing-page #page-hero #landing-form label {
  text-align: left;
}
body.landing-page #page-hero #landing-form .landing-form-title {
  margin: 0;
}
body.landing-page #page-hero #landing-form .landing-form-title + fieldset,
body.landing-page #page-hero #landing-form .landing-form-description + fieldset {
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  body.landing-page #page-hero #landing-form {
    padding: 30px;
  }
}
@media all and (min-width: 1025px) {
  body.landing-page #page-hero .page-hero-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
  body.landing-page #page-hero #page-logo {
    width: 100%;
  }
  body.landing-page #page-hero #page-header,
  body.landing-page #page-hero #landing-form {
    width: var(--column-width);
    flex: 1 0 auto;
  }
  body.landing-page #page-hero #landing-form {
    max-width: 600px;
  }
}
/*------ utilities ------*/
.container {
  --container-max-width: var(--container-width);
  width: 100%;
  max-width: calc(var(--container-max-width) + var(--container-padding) * 2);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
.container.container-sm {
  --container-max-width: var(--container-width-sm);
}
.container.container-md,
#page-hero .container,
#slideshow .slide-wrapper .slide-content .container {
  --container-max-width: var(--container-width-md);
}
.container.container-lg {
  --container-max-width: var(--container-width-lg);
}
.container.container-xl {
  --container-max-width: var(--container-width-xl);
}
.container.container-2xl,
#page-navbar .container {
  --container-max-width: var(--container-width-2xl);
}
.container .container {
  padding: 0;
}
a.sneaky-link:not(:hover) {
  color: inherit;
}
img.lazy-load:not(.loaded) {
  background-color: #CCCCCC;
}
.responsive-bg {
  --src: var(--bg-src, none);
  --src-tablet-p: var(--bg-src-tablet-p, var(--src));
  --src-tablet-l: var(--bg-src-tablet-l, var(--src-tablet-p));
  --src-notebook: var(--bg-src-notebook, var(--src-tablet-l));
  --src-desktop: var(--bg-src-desktop, var(--src-notebook));
  --pos-desktop: var(--bg-pos, center);
  --pos-mobile: var(--bg-pos-mobile, var(--pos-desktop));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: var(--pos-mobile);
  z-index: -1;
}
.responsive-bg.visible {
  background-image: var(--src);
}
@media all and (min-width: 481px) {
  .responsive-bg.visible {
    background-image: var(--src-tablet-p);
  }
}
@media all and (min-width: 769px) {
  .responsive-bg.visible {
    background-image: var(--src-tablet-l);
  }
}
@media all and (min-width: 1025px) {
  .responsive-bg.visible {
    background-image: var(--src-notebook);
  }
}
@media all and (min-width: 1367px) {
  .responsive-bg.visible {
    background-image: var(--src-desktop);
  }
}
.touch .responsive-bg {
  background-attachment: scroll !important;
}
@media all and (min-width: 769px) {
  .responsive-bg {
    background-position: var(--pos-desktop);
  }
}
video.video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  video.video-bg {
    display: none !important;
  }
}
.theme-theme1,
.overlay.overlay-theme1 {
  --theme-bg: #B92422;
}
.theme-theme2,
.overlay.overlay-theme2 {
  --theme-bg: #262523;
}
.theme-gradient,
.overlay.overlay-gradient {
  --theme-bg: linear-gradient(var(--theme-gradient-deg, 90deg), rgba(185, 36, 34, 0.75), rgba(133, 10, 14, 0.75));
}
.theme-black,
.overlay.overlay-black {
  --theme-bg: #000000;
}
.overlay {
  background: var(--theme-bg, none);
  opacity: 0.5;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
}
.overlay.solid {
  opacity: 1;
}
.fancy-text {
  font-style: italic;
  color: #B92422;
}
.title-decor,
#page-hero .page-title-wrapper,
.panel.standard .panel-header .container,
.panel.promo .panel-header .container,
.panel.mini-promo .panel-header .container,
.panel.gallery .panel-header .container {
  --line-width: 4px;
  --line-width: clamp(4px, 0.11161vw + 2.85714px, 5px);
  --line-gap: 15px;
  --line-gap: clamp(15px, 1.67411vw - 2.14286px, 30px);
  --line-top: -15px;
  --line-bottom: 0;
  --line-left: calc((var(--line-width) + var(--line-gap)) * -1);
  position: relative;
}
.title-decor::before,
#page-hero .page-title-wrapper::before,
.panel.standard .panel-header .container::before,
.panel.promo .panel-header .container::before,
.panel.mini-promo .panel-header .container::before,
.panel.gallery .panel-header .container::before {
  content: '';
  position: absolute;
  top: var(--line-top);
  bottom: var(--line-bottom);
  left: var(--line-left);
  width: var(--line-width);
  background-color: #B92422;
  opacity: 0.5;
}
.svg,
.line-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
/*------ navigation ------*/
.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu li,
.nav-menu a {
  position: relative;
  display: block;
}
.nav-menu > ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.nav-menu > ul > li {
  flex: 0 0 auto;
}
.nav-menu ul ul {
  display: none;
  position: absolute;
  white-space: normal;
  background-color: #262523;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.nav-menu ul ul a {
  width: 250px;
}
.nav-menu .menu-header {
  display: none;
}
.nav-menu .more-icon::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f141";
}
:root {
  --logo-width: 124.21px;
  --logo-width: clamp(124.21px, 9.68359vw + 49.84px, 149px);
}
#page-logo,
#page-logo img,
#page-logo svg {
  display: inline-block;
  width: var(--logo-width);
  height: auto;
  vertical-align: top;
}
#page-logo svg {
  transition: fill 0.3s ease 0s;
}
#page-logo svg:not(:last-of-type) {
  position: absolute;
  bottom: 10px;
}
#page-logo svg ~ svg {
  display: none;
}
@media all and (min-width: 1025px) {
  :root {
    --logo-width: 150px;
  }
  #page-logo {
    margin-left: 0px;
    margin-left: clamp(0px, 3.34821vw - 34.28571px, 30px);
  }
  #page-logo svg:not(:last-of-type) {
    bottom: 12px;
  }
}
@media all and (min-width: 1367px) {
  :root {
    --logo-width: 185px;
  }
}
:root {
  --navbar-height: 75px;
}
#page-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: var(--container-padding);
  z-index: 100;
}
#page-navbar .navbar-wrapper {
  padding-block: 10px;
  padding-block: clamp(10px, 0.91912vw + 5.58824px, 15px);
  padding-inline: 10px;
  padding-inline: clamp(10px, 3.67647vw - 7.64706px, 30px);
  height: 55px;
  height: clamp(55px, 4.17362vw + 22.94658px, 80px);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#page-navbar .navbar-menu {
  flex: 1 1 auto;
}
#page-navbar.theme-transparent .navbar-wrapper,
#page-navbar.sticky .navbar-wrapper {
  padding-inline: 0;
  box-shadow: none;
}
#page-navbar.theme-transparent #page-logo svg,
#page-navbar.sticky #page-logo svg {
  fill: #FFFFFF;
}
#page-navbar.theme-transparent #page-logo {
  display: none;
}
#page-navbar.theme-transparent .navbar-wrapper {
  background-color: transparent;
  height: inherit;
}
#page-navbar.theme-transparent:not(.sticky) {
  --logo-width: 96.42px;
}
#page-navbar.theme-transparent:not(.sticky) .navbar-wrapper {
  padding: 0;
}
#page-navbar.noimage .page-contact li.emergencyline {
  background-color: #FFFFFF;
}
#page-navbar.noimage .page-contact li.emergencyline::before,
#page-navbar.noimage .page-contact li.emergencyline a {
  color: #B92422;
}
@media all and (min-width: 1025px) {
  :root {
    --navbar-height: 132.09px;
  }
  #page-navbar {
    background-color: transparent;
    transition: background-color 0.3s ease 0s;
  }
  #page-navbar.theme-transparent #page-logo,
  #page-navbar.sticky #page-logo {
    margin-left: 0;
  }
  #page-navbar.theme-transparent.sticky #page-logo {
    display: inherit;
  }
  #page-navbar.theme-transparent:not(.sticky) {
    --logo-width: 153.2px;
  }
  #page-navbar.theme-transparent:not(.sticky) .container {
    position: relative;
  }
  #page-navbar.theme-transparent:not(.sticky) #page-logo img,
  #page-navbar.theme-transparent:not(.sticky) #page-logo svg {
    position: absolute;
    top: 50%;
    left: var(--container-padding);
    transform: translateY(-50%);
  }
  #page-navbar.sticky {
    position: fixed;
    height: auto;
    padding: 0;
    background-color: #444444;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
  }
  #page-navbar.sticky #page-logo svg {
    display: none;
  }
  #page-navbar.sticky #page-logo svg ~ svg {
    display: initial;
    height: 35px;
  }
  #page-navbar.sticky .navbar-wrapper {
    background-color: transparent;
  }
  #page-navbar.sticky #page-contact-top {
    transform: translateY(-50px);
    opacity: 0;
    height: 0;
    margin: 0;
  }
  #page-navbar.hide {
    transform: translateY(-100%);
  }
}
#main-navigation {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: stretch;
  z-index: 200;
}
@media all and (max-width: 1024px) {
  #main-navigation {
    display: none !important;
  }
}
#main-navigation ul {
  gap: 5px;
}
#main-navigation a,
#main-navigation .more-icon {
  position: relative;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 20px;
  line-height: var(--line-height-thick);
  font-weight: 300;
  color: #333333;
  padding: 9px 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
#main-navigation a::before,
#main-navigation .more-icon::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(100% - 36px);
  height: 1px;
  background-color: #333333;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0) rotate(0.02deg);
  -moz-transform: scaleX(0) rotate(0.02deg);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
#main-navigation .more-icon {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#main-navigation a:hover::before,
#main-navigation a:focus::before {
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1) rotate(0.02deg);
  -moz-transform: scaleX(1) rotate(0.02deg);
}
#main-navigation li.active:not(.highlight) > a {
  font-weight: 600;
}
#main-navigation li.highlight > a {
  background-color: #FEC710;
  font-weight: 600;
}
#main-navigation li.highlight > a::before {
  display: none;
}
#main-navigation li.highlight > a:hover,
#main-navigation li.highlight > a:focus {
  background-color: #FFFFFF;
  border: none;
}
#main-navigation > ul > li.highlight > a {
  border-radius: 3px;
}
:where(.sticky, .theme-transparent) #main-navigation > ul > li:not(.highlight) > a::before,
:where(.sticky, .theme-transparent) #main-navigation > ul > li:not(.highlight) .more-icon::before {
  background-color: #FFFFFF;
}
:where(.sticky, .theme-transparent) #main-navigation > ul > li.active > a::before {
  background-color: #FEC710;
}
:where(.sticky) #main-navigation a:hover::before,
:where(.sticky) #main-navigation a:focus::before,
:where(.sticky) #main-navigation .more-icon:hover::before,
:where(.sticky) #main-navigation .more-icon:focus::before,
:where(.sticky) #main-navigation li.active:not(.highlight) > a::before {
  opacity: 0;
}
:where(.sticky) #main-navigation > ul > li:not(.highlight) > a,
:where(.sticky) #main-navigation > ul > li:not(.highlight) .more-icon {
  color: #CCCCCC;
}
:where(.sticky) #main-navigation > ul > li:not(.highlight) > a:hover,
:where(.sticky) #main-navigation > ul > li:not(.highlight) > a:focus,
:where(.sticky) #main-navigation > ul > li:not(.highlight).active > a {
  color: #FEC710;
}
:where(.theme-transparent) #main-navigation > ul > li:not(.highlight) > a,
:where(.theme-transparent) #main-navigation > ul > li:not(.highlight) .more-icon {
  color: #DDDDDD;
}
#main-navigation ul ul li a {
  position: relative;
  color: #CCCCCC;
  padding: 12px 18px;
  line-height: var(--line-height-thin);
}
#main-navigation ul ul li:not(.sub-menu):nth-child(n+3) a::before {
  top: 0;
  width: calc(100% - 36px);
  background-color: #666666;
  opacity: 0.5;
  z-index: -1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1) rotate(0.02deg);
  -moz-transform: scaleX(1) rotate(0.02deg);
}
#main-navigation ul ul li.active > a,
#main-navigation ul ul li a:hover,
#main-navigation ul ul li a:focus {
  background-color: #FEC710;
  color: #333333;
}
#main-navigation ul ul li.active > a::before,
#main-navigation ul ul li a:hover::before,
#main-navigation ul ul li a:focus::before {
  opacity: 0;
}
#menu-toggle {
  --bar-height: 1.5px;
  --bar-gap: 7px;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 7px;
  width: 25px;
  cursor: pointer;
  outline: none;
}
@media all and (min-width: 1025px) {
  #menu-toggle {
    display: none !important;
  }
}
#menu-toggle span {
  display: block;
  width: 100%;
  height: var(--bar-height);
  border-radius: 5px;
  background-color: #333333;
  transition: width 0.3s ease 0s, background-color 0.3s ease 0s, transform 0.3s ease 0s;
}
#menu-toggle span:nth-child(1) {
  transform-origin: 0% 100%;
}
#menu-toggle span:nth-child(3) {
  width: 60%;
  transform-origin: 0% 0%;
}
#menu-toggle.close {
  gap: 7.5px;
}
#menu-toggle.close span:nth-child(1) {
  transform: rotate(45deg);
}
#menu-toggle.close span:nth-child(2) {
  background-color: transparent !important;
}
#menu-toggle.close span:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg);
}
#menu-toggle:hover span,
#menu-toggle:focus span {
  background-color: #B92422;
}
#menu-toggle.open:hover span:nth-child(3),
#menu-toggle.open:focus span:nth-child(3) {
  width: 100%;
}
:where(.theme-transparent) #menu-toggle span,
:where(.theme-transparent) #menu-toggle:hover span,
:where(.theme-transparent) #menu-toggle:focus span {
  background-color: #FFFFFF;
}
#mobile-navigation {
  display: none;
}
/*------ header ------*/
#page-contact-top {
  margin-bottom: 15px;
}
@media all and (max-width: 1024px) {
  #page-contact-top {
    display: none !important;
  }
}
#page-contact-top .page-contact {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 5px 40px;
  color: #FFFFFF;
  line-height: var(--line-height-thin);
}
#page-contact-top .page-contact .label,
#page-contact-top .page-contact .tollfree,
#page-contact-top .page-contact .fax,
#page-contact-top .page-contact .mailto {
  display: none;
}
#page-contact-top .page-contact li::before {
  transition: color 0.3s ease 0s;
}
#page-contact-top .page-contact li:hover::before,
#page-contact-top .page-contact li:focus::before {
  color: #FFFFFF;
}
#page-contact-top .page-contact a {
  color: #DDDDDD;
}
#page-contact-top .page-contact a:hover {
  color: #FFFFFF;
}
#page-contact-top .page-contact li.emergencyline {
  font-size: 14px;
  background-color: #B92422;
  border-radius: 3px;
  padding: 6px 10px;
  line-height: var(--line-height-thick);
  text-transform: initial;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}
#page-contact-top .page-contact li.emergencyline::before {
  color: #EEEEEE;
}
#page-contact-top .page-contact li.emergencyline a {
  color: #EEEEEE;
}
#page-contact-top .page-contact li.emergencyline:hover {
  background-color: #262523;
}
#page-contact-top .page-contact li.emergencyline:hover::before,
#page-contact-top .page-contact li.emergencyline:hover a {
  color: #FFFFFF;
}
:where(#page-navbar.theme-transparent) #page-contact-top .page-contact {
  color: #CCCCCC;
}
:where(#page-navbar.theme-transparent) #page-contact-top .page-contact li:hover,
:where(#page-navbar.theme-transparent) #page-contact-top .page-contact li:focus {
  color: #FFFFFF;
}
@media all and (min-width: 1025px) {
  #page-contact-top {
    transition: height 0.3s ease 0s, margin 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
  }
}
#page-hero {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 500px;
  min-height: clamp(500px, 32.16912vw + 345.58824px, 675px);
  padding: calc(var(--navbar-height) + 80px) 0 100px;
  overflow: hidden;
  z-index: 0;
}
#page-hero .page-hero-wrapper {
  width: 100%;
}
#page-hero .container {
  position: relative;
}
#page-hero .page-title-wrapper {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#page-hero .page-title-wrapper::before {
  width: 6px;
  background-color: #FFFFFF;
}
#page-hero .page-title-wrapper h1 {
  margin-bottom: 0;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}
#page-hero .page-title-wrapper .fancy-text {
  color: inherit;
}
#page-hero .page-title-wrapper .page-subtitle {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: 'Saira Condensed', sans-serif;
  font-style: italic;
  color: #FEC710;
  line-height: var(--line-height-normal);
  letter-spacing: 0em;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}
#page-hero .page-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
#page-hero .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.45) 25.62%, rgba(0, 0, 0, 0.45) 100%);
  opacity: 1;
}
#page-hero .svg svg {
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 302.13888889%;
  max-width: 1087.7px;
  right: -8.27434035%;
}
#page-hero .line-svg {
  display: none;
}
#page-hero.noimage {
  min-height: 0px;
  min-height: clamp(0px, 82.72059vw - 397.05882px, 450px);
  padding: calc(var(--navbar-height) + 40px) 0 40px;
}
#page-hero.noimage .page-hero-wrapper {
  padding-block: 20px;
  padding-block: clamp(20px, 6.6778vw - 31.28548px, 60px);
}
#page-hero.noimage .page-title-wrapper h1,
#page-hero.noimage .page-subtitle {
  text-shadow: none;
}
#page-hero.noimage .overlay {
  background: linear-gradient(-90deg, #B92422, #850A0E);
  -webkit-mask-image: url('/images/svg/circle-mask.svg');
  mask-image: url('/images/svg/circle-mask.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 972.22222222%;
  mask-size: 972.22222222%;
  -webkit-mask-position: calc(50% - 91px) 100%;
  mask-position: calc(50% - 91px) 100%;
}
#page-hero.noimage .svg {
  display: none;
}
@media all and (min-width: 769px) {
  #page-hero .svg svg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    max-width: none;
  }
  #page-hero.noimage .line-svg {
    display: initial;
  }
  #page-hero.noimage .line-svg svg.circles {
    position: absolute;
    left: -120px;
    left: clamp(-280px, -13.88889vw - 13.33333px, -120px);
    top: 80px;
    top: clamp(80px, 4.34028vw + 46.66667px, 130px);
    aspect-ratio: 3.19413051;
    width: 216.8265625%;
    max-width: 4163.07px;
    opacity: 0.2;
  }
}
@media all and (min-width: 1025px) {
  #page-hero .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
  }
  #page-hero .page-title-wrapper {
    width: 65%;
  }
  #page-hero .page-buttons {
    flex-flow: column nowrap;
    align-items: stretch;
    max-width: 35%;
    margin-top: 0;
  }
  #page-hero .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 25.62%, rgba(0, 0, 0, 0.25) 100%);
    opacity: 1;
  }
  #page-hero.noimage .overlay {
    -webkit-mask-size: 937.5%;
    mask-size: 937.5%;
    -webkit-mask-position: calc(50% - 300px) 100%;
    mask-position: calc(50% - 300px) 100%;
  }
}
#slideshow {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#slideshow .slide-wrapper {
  position: relative;
  min-height: 650px;
  min-height: clamp(650px, 21.70139vw + 483.33333px, 900px);
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}
#slideshow .slide-wrapper .slide-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #DDDDDD;
}
#slideshow .slide-wrapper .slide-media .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 24.63%, rgba(0, 0, 0, 0.25) 76.35%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 1;
  z-index: 1;
}
#slideshow .slide-wrapper .slide-content {
  position: relative;
  --padding-top: 65px;
  --padding-top: clamp(65px, 27.54591vw - 146.55259px, 230px);
  --padding-bottom: 160px;
  --padding-bottom: clamp(160px, 5.00835vw + 121.53589px, 190px);
  width: 100%;
  padding: var(--padding-top) 0 var(--padding-bottom);
  text-align: center;
  z-index: 1;
}
#slideshow .slide-wrapper .slide-content .slide-logo {
  max-width: 250px;
  max-width: clamp(250px, 18.22917vw + 110px, 460px);
  --margin-bottom: 30px;
  --margin-bottom: clamp(30px, 2.17014vw + 13.33333px, 55px);
  margin: 0 auto var(--margin-bottom);
}
#slideshow .slide-wrapper .slide-content .slide-title,
#slideshow .slide-wrapper .slide-content .slide-text {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#slideshow .slide-wrapper .slide-content .slide-title h2 {
  color: #FFFFFF;
  margin-bottom: 0;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
#slideshow .slide-wrapper .slide-content .slide-title .fancy-text {
  color: inherit;
}
#slideshow .slide-wrapper .slide-content .slide-text {
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Saira Condensed', sans-serif;
  font-style: italic;
  margin-top: 10px;
  color: #FEC710;
  line-height: var(--line-height-thin);
  letter-spacing: 0em;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}
#slideshow .slide-wrapper .slide-content .slide-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  margin-top: 35px;
}
#slideshow .slideshow-navigation {
  display: none;
}
#slideshow .slideshow-pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding-top: 20px;
  padding-top: clamp(20px, 5.00835vw - 18.46411px, 50px);
  padding-bottom: 90px;
  z-index: 1;
}
#slideshow .slideshow-pagination .swiper-pagination-bullet {
  width: 12px;
  width: clamp(12px, 0.50083vw + 8.15359px, 15px);
  height: 12px;
  height: clamp(12px, 0.50083vw + 8.15359px, 15px);
  margin: 5px 2.5px;
  background: transparent;
  border: 1px solid #FFFFFF;
  opacity: 0.5;
  transition: background 0.3s ease 0s, border 0.3s ease 0s, opacity 0.3s ease 0s;
}
#slideshow .slideshow-pagination .swiper-pagination-bullet-active,
#slideshow .slideshow-pagination .swiper-pagination-bullet:hover,
#slideshow .slideshow-pagination .swiper-pagination-bullet:focus {
  background: #B92422;
  border-color: #B92422;
  opacity: 1;
}
#slideshow:not(.swiper-initialized) .slide ~ .slide {
  display: none;
}
#slideshow .svg {
  z-index: 2;
}
#slideshow .svg svg {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 302.13888889%;
  max-width: 1087.7px;
  right: -8.27434035%;
}
@media all and (min-width: 769px) {
  #slideshow .svg svg {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 4px);
    max-width: none;
  }
}
#breadcrumbs {
  margin-block: 10px;
  margin-block: clamp(10px, 1.66945vw - 2.82137px, 20px);
  color: #666666;
  line-height: var(--line-height-normal);
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: top;
}
#breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
  color: #262523;
}
#breadcrumbs .arrow {
  padding: 0 2.5px;
}
/*------ body content ------*/
.panel {
  --panel-margin: 80px;
  --panel-margin: clamp(80px, 3.3389vw + 54.35726px, 100px);
  --panel-margin-sm: 40px;
  --panel-margin-sm: clamp(40px, 2.50417vw + 20.76795px, 55px);
  margin-top: var(--panel-margin);
}
.panel:first-child {
  margin-top: var(--panel-margin-sm);
}
.panel:last-child {
  margin-bottom: var(--panel-margin-sm);
}
.panel h1 {
  color: #B92422;
  line-height: var(--line-height-thick);
}
.panel.standard .panel-header,
.panel.promo .panel-header,
.panel.mini-promo .panel-header,
.panel.gallery .panel-header {
  margin: 0 0 20px;
}
.panel.standard .panel-header .container,
.panel.promo .panel-header .container,
.panel.mini-promo .panel-header .container,
.panel.gallery .panel-header .container {
  --line-left: calc((var(--line-width) + var(--line-gap) - var(--container-padding)) * -1);
}
.panel.standard .panel-header h2,
.panel.promo .panel-header h2,
.panel.mini-promo .panel-header h2,
.panel.gallery .panel-header h2 {
  margin: 0;
}
.panel.standard .panel-text {
  max-width: 775px;
}
.panel.standard.has-map {
  position: relative;
  z-index: 2;
}
.panel:where(:not(.standard:first-child)) {
  display: none;
}
.panel-tabs {
  display: none;
}
/*------ forms ------*/
form,
.input,
.select,
.textarea {
  display: none;
}
/*------ leadins ------*/
.leadin-popup {
  display: none;
}
/*------ widgets ------*/
.page-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: var(--line-height-normal);
}
.page-contact li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.page-contact li .label {
  line-height: var(--line-height-thin);
  order: -1;
  flex: 0 0 100%;
}
.page-contact li a {
  text-decoration: none;
}
.page-contact li::before {
  margin-right: 8px;
  text-align: center;
}
.page-contact li .value {
  flex: 1 0 1px;
}
.page-contact li.address .line1,
.page-contact li.address .line2,
.page-contact li.address .line3 {
  display: inline-block;
}
.page-contact li.address::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3c5";
}
.page-contact li.tollfree::before,
.page-contact li.phone::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3cd";
}
.page-contact li.fax::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1ac";
}
.page-contact li.mailto::before,
.page-contact li.email::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0e0";
}
.page-contact li.emergencyline::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f2a0";
  transform: rotate(315deg);
}
/*------ footer ------*/
#page-footer {
  display: none;
}
