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

	Project: Theme 1

*/
/*------ 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 ------*/
/*------ reset ------*/
* {
  margin: 0;
  -webkit-box-sizing: border-box;
          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;
  -moz-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;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
  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;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s;
  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%;
  -o-object-fit: cover;
     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);
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 {
  -o-object-fit: cover;
     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 {
  --text-wrap: 773px;
  --container-width: 930px;
  --container-margin: max(0px, (100% - var(--container-width) - var(--container-padding)*2) / 2);
  --container-width-lg: 1243px;
  --container-margin-lg: max(0px, (100% - var(--container-width-lg) - var(--container-padding)*2) / 2);
  --container-width-xl: 1582px;
  --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: 40px;
  --font-h1: clamp(40px, 3.50584vw + 13.07513px, 61px);
  --font-h2: 32px;
  --font-h2: clamp(32px, 2.83806vw + 10.20367px, 49px);
  --font-h3: 28px;
  --font-h3: clamp(28px, 1.83639vw + 13.89649px, 39px);
  --font-h4: 24px;
  --font-h4: clamp(24px, 1.16861vw + 15.02504px, 31px);
  --font-h5: 20px;
  --font-h5: clamp(20px, 0.83472vw + 13.58932px, 25px);
  --font-h6: 18px;
  --font-h6: clamp(18px, 0.33389vw + 15.43573px, 20px);
  --font-paragraph: 15px;
  --font-caption: 13px;
  --font-footnote: 11px;
  --line-height-thin: 1.2;
  --line-height-normal: 1.4;
  --line-height-thick: 1.7;
}
@media all and (min-width: 769px) {
  :root {
    --font-paragraph: 16px;
  }
}
/*------ typography ------*/
body {
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  color: #333;
  line-height: var(--line-height-thick);
  letter-spacing: -0.02em;
}
.font-footnote {
  font-size: var(--font-footnote);
}
.font-caption,
small,
.button.simple,
#breadcrumbs {
  font-size: var(--font-caption);
}
.font-paragraph,
body,
.button {
  font-size: var(--font-paragraph);
}
.font-h6,
h6,
blockquote,
.panel h1 {
  font-size: var(--font-h6);
}
.font-h5,
h5,
#page-hero #page-header .page-subtitle,
#slideshow .slide-wrapper .slide-header .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-header .slide-title h2 {
  font-size: var(--font-h1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  word-break: break-word;
}
h1,
h2,
h3,
h4 {
  font-family: 'Krona One', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
h1 {
  color: #fff;
  line-height: var(--line-height-thin);
}
h2 {
  color: #231F20;
  line-height: var(--line-height-thin);
}
h3 {
  color: #88212B;
  text-transform: none;
  line-height: var(--line-height-thin);
}
h4 {
  color: #231F20;
  text-transform: none;
  line-height: var(--line-height-normal);
}
h5 {
  color: #231F20;
  font-weight: 700;
  font-style: italic;
  line-height: var(--line-height-normal);
}
h6 {
  color: #88212B;
  font-style: italic;
  line-height: var(--line-height-normal);
}
small {
  color: #666;
}
/*------ interface ------*/
:target {
  scroll-margin-top: 100px;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
hr {
  border-color: #DDD;
}
a {
  color: #88212B;
  word-break: break-word;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #081322;
}
blockquote {
  position: relative;
  margin-top: 20px;
  margin-left: 10px;
  margin-left: clamp(0px, -3.90625vw + 40px, 10px);
  margin-bottom: 20px;
  line-height: var(--line-height-normal);
  z-index: 0;
  font-style: italic;
  max-width: 550px;
  letter-spacing: -0.02em;
  font-weight: 700;
}
blockquote small {
  font-weight: 400;
  font-style: normal;
}
blockquote::before {
  content: '"';
  position: absolute;
  top: -25px;
  left: -25px;
  display: block;
  padding-right: 10px;
  font-size: 150px;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  line-height: 0.7;
  z-index: -1;
  color: #DF8E96;
  opacity: 0.25;
}
table th,
table td {
  color: #333;
  padding: 10px 20px;
}
table.responsive .table-header,
table th {
  color: #88212B;
  font-weight: 700;
}
.button {
  --text: #fff;
  --text-hover: #fff;
  --bg: #081322;
  --bg-hover: #BF1E2E;
  --border: var(--bg);
  --border-hover: var(--bg-hover);
  position: relative;
  display: inline-block;
  width: auto;
  color: var(--text);
  background-color: var(--bg);
  border: 1px solid var(--border);
  border-radius: 3px;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: var(--line-height-thin);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
  padding: 15px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s, color 0.3s ease 0s;
  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.simple {
  --bg: transparent;
  --text: #231F20;
  --border: #231F20;
  font-weight: 700;
  text-transform: none;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  padding-block: 10px;
  padding-block: clamp(10px, 0vw + 10px, 10px);
  padding-inline: 15px;
  padding-inline: clamp(15px, 0.83472vw + 8.58932px, 20px);
}
.button.outline {
  --bg: transparent;
  --border: #081322;
}
.button.outline-light,
#page-hero.noimage .button {
  --bg: transparent;
  --border: rgba(255, 255, 255, 0.5);
}
.button.outline-theme1,
#slideshow .button ~ .button {
  --bg: transparent;
  --border: #BF1E2E;
}
.button.outline-theme2 {
  --bg: transparent;
  --text: #081322;
  --border: rgba(8, 19, 34, 0.5);
}
.button.hover-light,
#page-hero .page-buttons .button {
  --bg-hover: #fff;
  --text-hover: #BF1E2E;
}
.button:hover {
  color: var(--text-hover);
  background-color: var(--bg-hover);
  border-color: var(--border-hover);
}
.button:disabled {
  background-color: #F7F8F9;
  border-color: #F7F8F9;
  color: #DDD;
  cursor: default;
}
.gradient-text {
  color: #BF1E2E;
  background-clip: text;
  background-size: 200% auto;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#BF1E2E), color-stop(#231F20), to(#BF1E2E));
  background-image: linear-gradient(to right, #BF1E2E, #231F20, #BF1E2E);
  padding-bottom: 0.15ch;
}
.panel-text {
  word-break: break-word;
  max-width: var(--text-wrap, 100%);
}
:where(.panel-text) .button {
  margin: 10px 10px 0 0;
}
:where(.panel-text [style*="text-align: center;"], .panel-text .center) .button {
  margin-inline: 5px;
}
:where(.panel-text [style*="text-align: right;"], .panel-text .right) .button {
  margin-right: 0;
  margin-left: 10px;
}
/*------ email template ------*/
body.email-template {
  background: #EEE;
  max-width: none;
}
body.email-template #email-wrapper {
  margin: 0 auto;
  border: 10px solid #EEE;
}
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 {
  padding: 30px 30px 10px;
  font-size: 16px;
  background: #fff;
  border-radius: 10px;
}
body.email-template #email-wrapper #email-content #email-content-inner h2,
body.email-template #email-wrapper #email-content #email-content-inner h3 {
  font-weight: 700;
  font-size: 24px;
}
body.email-template #email-wrapper #email-footer {
  padding: 20px 0;
  background: none;
  border-top: 1px solid #DDD;
  text-align: center;
}
/* 
	animations.less
	
*/
/*------ imports ------*/
/*
	animations.less

*/
/*---- animation classes ----*/
.animate {
  --animation-play-state: paused;
}
.animated {
  --animation-play-state: running;
}
/*---- fades ----*/
:root {
  --animation-trans-length: 40px;
}
@-webkit-keyframes fade-in-ltr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(calc(-1 * var(--animation-trans-length)));
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-ltr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(calc(-1 * var(--animation-trans-length)));
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-out-ltr {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(var(--animation-trans-length));
    transform: translateX(var(--animation-trans-length));
  }
}
@keyframes fade-out-ltr {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(var(--animation-trans-length));
    transform: translateX(var(--animation-trans-length));
  }
}
@-webkit-keyframes fade-in-rtl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(var(--animation-trans-length));
    transform: translateX(var(--animation-trans-length));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-rtl {
  0% {
    opacity: 0;
    -webkit-transform: translateX(var(--animation-trans-length));
    transform: translateX(var(--animation-trans-length));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-out-rtl {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(calc(-1 * var(--animation-trans-length)));
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
}
@keyframes fade-out-rtl {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(calc(-1 * var(--animation-trans-length)));
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
}
@-webkit-keyframes fade-in-ttb {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(-1 * var(--animation-trans-length)));
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-ttb {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(-1 * var(--animation-trans-length)));
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-out-ttb {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(var(--animation-trans-length));
    transform: translateY(var(--animation-trans-length));
  }
}
@keyframes fade-out-ttb {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(var(--animation-trans-length));
    transform: translateY(var(--animation-trans-length));
  }
}
@-webkit-keyframes fade-in-btt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(var(--animation-trans-length));
    transform: translateY(var(--animation-trans-length));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-btt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(var(--animation-trans-length));
    transform: translateY(var(--animation-trans-length));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-out-btt {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(calc(-1 * var(--animation-trans-length)));
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
}
@keyframes fade-out-btt {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(calc(-1 * var(--animation-trans-length)));
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*---- SVG path draw ----*/
@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: var(--draw-length);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: var(--draw-length);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw-reverse {
  0% {
    stroke-dashoffset: var(--draw-length);
  }
  100% {
    stroke-dashoffset: calc(2px * var(--draw-length));
  }
}
@keyframes draw-reverse {
  0% {
    stroke-dashoffset: var(--draw-length);
  }
  100% {
    stroke-dashoffset: calc(2px * var(--draw-length));
  }
}
/*---- slides ----*/
@-webkit-keyframes slide-in-ltr {
  0% {
    -webkit-transform: translateX(calc(-1 * var(--animation-trans-length)));
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-ltr {
  0% {
    -webkit-transform: translateX(calc(-1 * var(--animation-trans-length)));
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-out-ltr {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(var(--animation-trans-length));
    transform: translateX(var(--animation-trans-length));
  }
}
@keyframes slide-out-ltr {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(var(--animation-trans-length));
    transform: translateX(var(--animation-trans-length));
  }
}
@-webkit-keyframes slide-in-rtl {
  0% {
    -webkit-transform: translateX(var(--animation-trans-length));
    transform: translateX(var(--animation-trans-length));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-rtl {
  0% {
    -webkit-transform: translateX(var(--animation-trans-length));
    transform: translateX(var(--animation-trans-length));
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-out-rtl {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--animation-trans-length)));
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
}
@keyframes slide-out-rtl {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--animation-trans-length)));
    transform: translateX(calc(-1 * var(--animation-trans-length)));
  }
}
@-webkit-keyframes slide-in-ttb {
  0% {
    -webkit-transform: translateY(calc(-1 * var(--animation-trans-length)));
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in-ttb {
  0% {
    -webkit-transform: translateY(calc(-1 * var(--animation-trans-length)));
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out-ttb {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(var(--animation-trans-length));
    transform: translateY(var(--animation-trans-length));
  }
}
@keyframes slide-out-ttb {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(var(--animation-trans-length));
    transform: translateY(var(--animation-trans-length));
  }
}
@-webkit-keyframes slide-in-btt {
  0% {
    -webkit-transform: translateY(var(--animation-trans-length));
    transform: translateY(var(--animation-trans-length));
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in-btt {
  0% {
    -webkit-transform: translateY(var(--animation-trans-length));
    transform: translateY(var(--animation-trans-length));
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out-btt {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-1 * var(--animation-trans-length)));
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
}
@keyframes slide-out-btt {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-1 * var(--animation-trans-length)));
    transform: translateY(calc(-1 * var(--animation-trans-length)));
  }
}
/*---- daneden.github.io - animate.css ----*/
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes rubber-band {
  0% {
    background-clip: padding-box;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubber-band {
  0% {
    background-clip: padding-box;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    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 {
    -webkit-animation: fade-up 0.4s ease-out;
    animation: fade-up 0.4s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  .leadin-popup.open .button.bounce {
    -webkit-animation: bounce 0.8s ease-out 0.8s;
    animation: bounce 0.8s ease-out 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  .leadin-popup.open .button.rubber-band {
    -webkit-animation: rubber-band 1s ease-out 0.8s;
    animation: rubber-band 1s ease-out 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  .leadin-popup.open .button.swing {
    -webkit-animation: swing 0.6s ease-out 0.8s;
    animation: swing 0.6s ease-out 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  .leadin-popup.open .button.tada {
    -webkit-animation: tada 1s ease-out 0.8s;
    animation: tada 1s ease-out 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            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 {
    -webkit-animation: fade-in 0.4s ease-out 0.5s;
    animation: fade-in 0.4s ease-out 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
}
/*------ keyframes ------*/
@-webkit-keyframes focus-in {
  0% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1) rotate(0.02deg);
    -moz-transform: scale(1.1) rotate(0.02deg);
  }
  100% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    transform: scale(1);
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
  }
}
@keyframes focus-in {
  0% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1) rotate(0.02deg);
    -moz-transform: scale(1.1) rotate(0.02deg);
  }
  100% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    transform: scale(1);
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
  }
}
@-webkit-keyframes scaleX-in {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0) rotate(0.02deg);
    -moz-transform: scaleX(0) rotate(0.02deg);
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1) rotate(0.02deg);
    -moz-transform: scaleX(1) rotate(0.02deg);
  }
}
@keyframes scaleX-in {
  0% {
    transform: scaleX(0);
    -webkit-transform: scaleX(0) rotate(0.02deg);
    -moz-transform: scaleX(0) rotate(0.02deg);
  }
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1) rotate(0.02deg);
    -moz-transform: scaleX(1) rotate(0.02deg);
  }
}
/*------ animations ------*/
@media all and (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  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 {
    -webkit-animation: fade-in-rtl 0.3s ease-out 0.3s;
    animation: fade-in-rtl 0.3s ease-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide.swiper-slide-active .slide-text,
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) .slide-text {
    -webkit-animation: fade-in-rtl 0.3s ease-out 0.3s;
    animation: fade-in-rtl 0.3s ease-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide.swiper-slide-active .slide-text::before,
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) .slide-text::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-animation: scaleX-in 0.3s ease-out 0.6s;
    animation: scaleX-in 0.3s ease-out 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide.swiper-slide-active .button:nth-child(1),
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) .button:nth-child(1) {
    -webkit-animation: fade-in 0.3s ease-in 0.6s;
    animation: fade-in 0.3s ease-in 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #slideshow .slide.swiper-slide-active .button:nth-child(2),
  html.no-touch #slideshow .slide:where(#slideshow:not(.swiper-initialized) .slide) .button:nth-child(2) {
    -webkit-animation: fade-in 0.3s ease-in 0.8s;
    animation: fade-in 0.3s ease-in 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero {
    overflow: hidden;
  }
  html.no-touch #page-hero .page-title {
    -webkit-animation: fade-in-rtl 0.3s ease-out;
    animation: fade-in-rtl 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-subtitle {
    -webkit-animation: fade-in-rtl 0.3s ease-out;
    animation: fade-in-rtl 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-subtitle::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-animation: scaleX-in 0.3s ease-out 0.3s;
    animation: scaleX-in 0.3s ease-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .page-buttons {
    -webkit-animation: fade-in 0.3s ease-in 0.3s;
    animation: fade-in 0.3s ease-in 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch #page-hero .responsive-bg {
    -webkit-animation: focus-in 0.8s ease-out;
    animation: focus-in 0.8s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel .panel-header {
    overflow: hidden;
  }
  html.no-touch .panel .panel-title {
    -webkit-animation: fade-in-rtl 0.3s ease-out;
    animation: fade-in-rtl 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel .panel-title::after {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-animation: scaleX-in 0.3s ease-out 0.3s;
    animation: scaleX-in 0.3s ease-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel .panel-subtitle,
  html.no-touch .panel h1 {
    -webkit-animation: fade-in-rtl 0.3s ease-out;
    animation: fade-in-rtl 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel .panel-subtitle::before,
  html.no-touch .panel h1::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-animation: scaleX-in 0.3s ease-out 0.3s;
    animation: scaleX-in 0.3s ease-out 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta .panel-title {
    -webkit-animation: fade-in 0.3s ease-out;
    animation: fade-in 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta .panel-subtitle {
    -webkit-animation: fade-in 0.3s ease-out;
    animation: fade-in 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta .button:nth-child(1) {
    -webkit-animation: fade-in 0.3s ease-in 0.2s;
    animation: fade-in 0.3s ease-in 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.cta .button:nth-child(2) {
    -webkit-animation: fade-in 0.3s ease-in 0.4s;
    animation: fade-in 0.3s ease-in 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.parallax .panel-image {
    overflow: hidden;
  }
  html.no-touch .panel.parallax .responsive-bg {
    -webkit-animation: focus-in 0.8s ease-out;
    animation: focus-in 0.8s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.parallax .panel-content {
    -webkit-animation: fade-in 0.3s ease-in 0.3s;
    animation: fade-in 0.3s ease-in 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side picture {
    overflow: hidden;
  }
  html.no-touch .panel.side picture img {
    -webkit-animation: focus-in 0.5s ease-out;
    animation: focus-in 0.5s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side .panel-text {
    -webkit-animation: fade-in 0.3s ease-in 0.3s;
    animation: fade-in 0.3s ease-in 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .panel.side:where(.ltr) .page-title,
  html.no-touch .panel.side:where(.ltr) .page-subtitle {
    -webkit-animation: fade-in-ltr 0.3s ease-out;
    animation: fade-in-ltr 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .promo-box .promo-title {
    -webkit-animation: fade-in 0.3s ease-out;
    animation: fade-in 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .promo-box .promo-text {
    -webkit-animation: fade-in 0.3s ease-out;
    animation: fade-in 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .promo-box .promo-link {
    -webkit-animation: fade-in 0.3s ease-in;
    animation: fade-in 0.3s ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .promo-box .promo-image {
    overflow: hidden;
  }
  html.no-touch .promo-box .promo-image img {
    -webkit-animation: focus-in 0.3s ease-out;
    animation: focus-in 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .mini-promo-box {
    --animation-trans-length: 20px;
  }
  html.no-touch .mini-promo-box .promo-icon {
    -webkit-animation: fade-in-ttb 0.3s ease-out;
    animation: fade-in-ttb 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .mini-promo-box .promo-title {
    -webkit-animation: fade-in-btt 0.3s ease-out;
    animation: fade-in-btt 0.3s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            animation-play-state: var(--animation-play-state, running);
  }
  html.no-touch .gal-item {
    overflow: hidden;
  }
  html.no-touch .gal-item img {
    -webkit-animation: focus-in 0.5s ease-out;
    animation: focus-in 0.5s ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: var(--animation-play-state, running);
            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;
  background: var(--theme-bg);
  text-align: left;
}
body.landing-page #page-hero .page-hero-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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-hero-image .overlay {
  height: 100%;
  max-height: none;
  -webkit-mask-image: none;
          mask-image: none;
  opacity: 0.5;
}
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-border: #DDD;
  --field-border-hover: #DDD;
  --field-border-width: 1px;
  --field-placeholder: transparent;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}
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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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);
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    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-lg,
#page-hero .container,
#slideshow .container {
  --container-max-width: var(--container-width-lg);
}
.container.container-xl,
#page-navbar .container {
  --container-max-width: var(--container-width-xl);
}
.container .container {
  padding: 0;
}
a.sneaky-link:not(:hover) {
  color: inherit;
}
img.lazy-load:not(.loaded) {
  background-color: #DDD;
}
.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;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .no-touch video.video-bg {
    display: none !important;
  }
}
.theme-theme1,
.overlay.overlay-theme1 {
  --theme-bg: #88212B;
}
.theme-theme2,
.overlay.overlay-theme2 {
  --theme-bg: #081322;
}
.theme-gradient {
  --theme-bg: linear-gradient(90deg, #BF1E2E, #231F20);
}
.theme-black,
.overlay.overlay-black {
  --theme-bg: #231F20;
}
.overlay {
  background: var(--theme-bg, none);
  opacity: 0.5;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, opacity 0.3s ease 0s;
}
.overlay.overlay-gradient {
  --theme-bg: linear-gradient(-90deg, #BF1E2E, #231F20);
}
.overlay.solid {
  opacity: 1;
}
.title-hr,
#page-hero #page-header .page-subtitle,
#slideshow .slide-wrapper .slide-header .slide-text,
.panel h1 {
  --hr-gap: 20px;
  --hr-size: 50px;
  position: relative;
  margin-left: var(--hr-gap);
  line-height: var(--line-height-normal);
}
.title-hr::before,
#page-hero #page-header .page-subtitle::before,
#slideshow .slide-wrapper .slide-header .slide-text::before,
.panel h1::before {
  position: absolute;
  top: calc((1em * var(--line-height-normal)) / 2);
  left: calc(-1 * (var(--hr-gap) + var(--hr-size)));
  width: var(--hr-size);
  height: 2px;
  background: #DF8E96;
  content: '';
}
/*------ navigation ------*/
:root {
  --nav-height: 80px;
}
#page-navbar {
  top: 0;
  width: 100%;
  height: var(--nav-height);
  padding: 0;
  background-color: #fff;
  z-index: 100;
}
#page-navbar #page-contact-top {
  padding: 15px 0;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#page-navbar .container {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#page-navbar #page-nav-wrap {
  padding: 15px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #081322;
}
#page-navbar .navbar-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#page-navbar .navbar-wrapper .navbar-menu-contact {
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: inherit;
  min-width: 1px;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media all and (max-width: 1024px) {
  #page-navbar .navbar-wrapper .navbar-menu-contact {
    display: none !important;
  }
}
#page-navbar .navbar-wrapper .navbar-menu-contact #main-navigation {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#page-navbar #page-logo {
  -webkit-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-height: 100%;
}
#page-navbar #menu-toggle {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media all and (min-width: 769px) {
  :root {
    --nav-height: 145px;
  }
}
@media all and (min-width: 1025px) {
  #page-navbar {
    position: absolute;
    -webkit-transition: height 0.3s ease 0s, padding 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: height 0.3s ease 0s, padding 0.3s ease 0s, background-color 0.3s ease 0s;
  }
  #page-navbar #page-nav-wrap {
    padding: 5px 0;
  }
  #page-navbar #page-logo {
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #page-navbar #page-contact-top {
    -webkit-transition: margin 0.3s ease 0s, transform 0.3s ease 0s, height 0.3s ease 0s, opacity 0.3s ease 0s;
    -webkit-transition: margin 0.3s ease 0s, height 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: margin 0.3s ease 0s, height 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: margin 0.3s ease 0s, transform 0.3s ease 0s, height 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: margin 0.3s ease 0s, transform 0.3s ease 0s, height 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }
  #page-navbar.sticky {
    position: fixed;
    height: 100px;
    background-color: #231F20;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-transform 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  }
  #page-navbar.sticky #page-contact-top {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-top: -30px;
    opacity: 0;
    height: 0;
  }
  #page-navbar.sticky #main-navigation .highlight > a {
    border: 1px solid transparent;
  }
  #page-navbar.sticky #main-navigation .active > a {
    color: #DF8E96;
  }
  #page-navbar.sticky #main-navigation .active.highlight > a {
    color: #fff;
  }
  #page-navbar.sticky #main-navigation .active.highlight > a:hover {
    background: #081322;
    border: 1px solid #DDD;
  }
  #page-navbar.sticky #page-logo #desktop-logo {
    display: none;
  }
  #page-navbar.sticky #page-logo #sticky-logo {
    display: block;
    opacity: 1;
  }
  #page-navbar.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  #page-navbar ~ #page-hero,
  #page-navbar ~ #slideshow {
    padding-top: var(--nav-height);
  }
}
#page-logo {
  display: block;
}
#page-logo #sticky-logo {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
#page-logo img,
#page-logo svg {
  display: block;
  height: 50px;
  width: auto;
}
.sticky #page-logo img #desktop-logo,
.sticky #page-logo svg #desktop-logo {
  display: none;
}
.sticky #page-logo img #sticky-logo,
.sticky #page-logo svg #sticky-logo {
  display: block;
  opacity: 1;
}
@media all and (min-width: 769px) {
  #page-logo img,
  #page-logo svg {
    height: 65px;
  }
}
#main-navigation {
  --item-gap: 20px;
  margin-right: calc(var(--item-gap) * -1);
  color: #F7F8F9;
  z-index: 200;
}
#main-navigation ul {
  gap: 0px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#main-navigation a,
#main-navigation .more-icon {
  padding: 10px var(--item-gap);
  text-transform: uppercase;
  text-decoration: none;
  color: #F7F8F9;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#main-navigation a:hover,
#main-navigation .more-icon:hover {
  font-weight: 700;
  color: #88212B;
}
#main-navigation .more-icon {
  display: block;
  cursor: pointer;
}
#main-navigation .highlight {
  margin-left: var(--item-gap);
  padding-inline: 10px 20px;
}
#main-navigation .highlight > a {
  font-weight: 700;
  background-color: #BF1E2E;
  color: #fff;
  border: 1px solid #BF1E2E;
}
#main-navigation .highlight > a:hover {
  background-color: #081322;
  color: #fff;
  border: 1px solid #F7F8F9;
}
#main-navigation .active > a {
  color: #88212B;
}
#main-navigation .highlight.active > a {
  background-color: #BF1E2E;
  color: #fff;
}
#main-navigation .highlight.active > a:hover {
  background-color: #081322;
}
#main-navigation > ul > .highlight > a {
  border-radius: 3px;
}
#main-navigation > ul > .highlight.sub-menu:hover > a {
  border-radius: 3px 3px 0 0;
}
#main-navigation > ul > .highlight:nth-last-child(2) {
  margin-right: var(--item-gap);
}
#main-navigation ul ul a {
  background-color: #EEE;
  color: #081322;
}
#main-navigation ul ul a:hover {
  font-weight: 400;
  background-color: #231F20;
  color: #fff;
}
#main-navigation ul ul .active > a {
  background-color: #231F20;
  color: #fff;
}
#main-navigation ul ul ul a {
  background-color: #e6e6e6;
}
#main-navigation ul ul ul ul a {
  background-color: #dfdfdf;
}
#main-navigation ul ul ul ul ul a {
  background-color: #d7d7d7;
}
:where(.sticky) #main-navigation > ul > li > a {
  color: #fff;
}
:where(.sticky) #main-navigation > ul > li > a:hover {
  font-weight: 700;
  color: #DF8E96;
}
:where(.sticky) #main-navigation ul ul a:hover {
  background-color: #332d2f;
  color: #fff;
}
#menu-toggle {
  display: block;
  color: #fff;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  #menu-toggle {
    display: none !important;
  }
}
#menu-toggle path {
  -webkit-transform-origin: center;
          transform-origin: center;
}
#menu-toggle path:nth-child(1) {
  -webkit-transition: transform 0.2s ease 0.2s, opacity 0s ease 0.2s;
  -webkit-transition: opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s, opacity 0s ease 0.2s;
  transition: transform 0.2s ease 0.2s, opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}
#menu-toggle path:nth-child(2),
#menu-toggle path:nth-child(3) {
  -webkit-transition: transform 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
#menu-toggle path:nth-child(4),
#menu-toggle path:nth-child(5) {
  -webkit-transition: transform 0.2s ease 0.2s, opacity 0s ease 0.2s;
  -webkit-transition: opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s, opacity 0s ease 0.2s;
  transition: transform 0.2s ease 0.2s, opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}
#menu-toggle:hover,
#menu-toggle.close {
  color: #88212B;
}
#menu-toggle.close path:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(44%);
  transform: translateY(44%);
  -webkit-transition: transform 0.2s ease 0s, opacity 0s ease 0.2s;
  -webkit-transition: opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0s;
  transition: opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0s ease 0.2s;
  transition: transform 0.2s ease 0s, opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0s;
}
#menu-toggle.close path:nth-child(2) {
  -webkit-transform: rotate(45deg) scaleX(0.8) rotate(0.02deg);
  transform: rotate(45deg) scaleX(0.8);
  -webkit-transition: transform 0.2s ease 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease 0.2s;
  transition: -webkit-transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}
#menu-toggle.close path:nth-child(3) {
  -webkit-transform: rotate(-45deg) scaleX(0.8) rotate(0.02deg);
  transform: rotate(-45deg) scaleX(0.8);
  -webkit-transition: transform 0.2s ease 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease 0.2s;
  transition: -webkit-transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s;
  transition: transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
}
#menu-toggle.close path:nth-child(4),
#menu-toggle.close path:nth-child(5) {
  opacity: 0;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
  -webkit-transition: transform 0.2s ease 0s, opacity 0s ease 0.2s;
  -webkit-transition: opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0s;
  transition: opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0s ease 0.2s;
  transition: transform 0.2s ease 0s, opacity 0s ease 0.2s, -webkit-transform 0.2s ease 0s;
}
#mobile-navigation {
  display: none;
}
/*------ header ------*/
#page-contact-top .page-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5px 40px;
  color: #88212B;
}
#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 a {
  color: #88212B;
  text-decoration: none;
}
#page-contact-top .page-contact a:hover {
  color: #231F20;
}
#page-hero {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 0;
}
#page-hero .overlay {
  z-index: 1;
}
#page-hero .page-hero-wrapper {
  position: relative;
  min-height: 300px;
  min-height: clamp(300px, 33.38898vw + 43.57262px, 500px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-hero .page-hero-wrapper #page-header {
  width: 100%;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#page-hero #page-header {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
#page-hero #page-header h1 {
  margin-bottom: 0;
}
#page-hero #page-header .page-subtitle {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 5px;
  font-style: italic;
  color: #DDD;
  font-weight: 700;
}
#page-hero #page-header .page-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
  margin-top: clamp(20px, 1.66945vw + 7.17863px, 30px);
}
#page-hero .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#page-hero .container > * {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#page-hero .container .page-subtitle {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#page-hero.noimage::before {
  --theme-bg: linear-gradient(-90deg, #BF1E2E, #231F20);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--theme-bg);
  z-index: -1;
  content: '';
}
#page-hero.noimage .page-hero-wrapper {
  min-height: 0;
}
#slideshow {
  position: relative;
  overflow: hidden;
}
#slideshow .button {
  --bg: #BF1E2E;
  --bg-hover: #fff;
  --text-hover: #BF1E2E;
}
#slideshow .slide-wrapper {
  position: relative;
  min-height: calc(100vh - var(--nav-height, 0));
  padding-bottom: 80px;
  padding-bottom: clamp(80px, 15.85977vw - 41.80301px, 175px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#slideshow .slide-wrapper .slide-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
#slideshow .slide-wrapper .slide-content {
  width: 100%;
  padding: 40px 0 0;
}
#slideshow .slide-wrapper .slide-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 550px;
}
#slideshow .slide-wrapper .slide-header > * {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#slideshow .slide-wrapper .slide-header .slide-title h2 {
  color: #fff;
  margin-bottom: 0;
}
#slideshow .slide-wrapper .slide-header .slide-text {
  margin-bottom: 5px;
  font-style: italic;
  line-height: var(--line-height-normal);
  color: #EEE;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-weight: 700;
}
#slideshow .slide-wrapper .slide-header .slide-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-top: clamp(20px, 3.3389vw - 5.64274px, 40px);
  gap: 10px;
}
#slideshow .slideshow-pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
  padding: clamp(20px, 5.00835vw - 18.46411px, 50px);
}
#slideshow .slideshow-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #DF8E96;
  width: 50px;
  border-radius: 0px;
  margin: 0;
  opacity: 1;
  height: 2px;
  outline: none;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}
#slideshow .slideshow-pagination .swiper-pagination-bullet:focus {
  width: 75px;
}
#slideshow .slideshow-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: -5px;
  left: 0;
  outline: none;
  content: '';
}
#slideshow .slideshow-pagination .swiper-pagination-bullet-active {
  width: 75px;
  background-color: #fff;
}
#slideshow .slideshow-navigation {
  display: none;
}
#slideshow:not(.swiper-initialized) .slide ~ .slide {
  display: none;
}
@media all and (min-width: 769px) {
  #slideshow .slideshow-pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#breadcrumbs {
  margin: 20px 0;
  color: #666;
}
#breadcrumbs ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#breadcrumbs li {
  display: inline-block;
  margin-right: 4px;
}
#breadcrumbs .arrow {
  margin-left: 2px;
}
#breadcrumbs a {
  text-decoration: none;
  color: inherit;
}
#breadcrumbs a:hover {
  color: #231F20;
}
/*------ body content ------*/
.panel {
  --panel-margin: 70px;
  --panel-margin: clamp(70px, 5.00835vw + 31.53589px, 100px);
  --panel-margin-sm: 40px;
  --panel-margin-sm: clamp(40px, 5.00835vw + 1.53589px, 70px);
  margin-top: var(--panel-margin);
}
.panel:first-child {
  margin-top: var(--panel-margin-sm);
}
.panel:last-of-type {
  margin-bottom: var(--panel-margin-sm);
}
.panel.standard .panel-title,
.panel.gallery .panel-title,
.panel.mini-promo .panel-title,
.panel.promo .panel-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.panel.standard .panel-title h2,
.panel.gallery .panel-title h2,
.panel.mini-promo .panel-title h2,
.panel.promo .panel-title h2 {
  margin: 0;
}
.panel.standard .panel-title::after,
.panel.gallery .panel-title::after,
.panel.mini-promo .panel-title::after,
.panel.promo .panel-title::after {
  height: 1px;
  margin-left: 25px;
  background-color: #DDD;
  -webkit-box-flex: 99 0 0;
  -ms-flex: 99 0 0;
  flex: 99 0 0;
  content: '';
}
.panel h1 {
  margin-bottom: 5px;
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  font-style: italic;
  text-transform: none;
  color: #88212B;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  --hr-gap: 10px;
}
.panel h1::before {
  background-color: #DF8E96;
}
.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-contact li .label {
  line-height: var(--line-height-thin);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.page-contact li::before {
  width: 1em;
  margin-right: 4px;
  text-align: center;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.page-contact li .value {
  -webkit-box-flex: 1 0 1px;
  -ms-flex: 1 0 1px;
  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 {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f590";
}
.page-contact li.phone::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f095";
}
.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: 400;
  content: "\f0e0";
}
.page-contact a span {
  text-decoration: inherit;
}
.nav-menu {
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: var(--line-height-normal);
  font-weight: 400;
}
.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu li,
.nav-menu a {
  position: relative;
  display: block;
}
.nav-menu a {
  text-decoration: none;
}
.nav-menu > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  white-space: nowrap;
}
.nav-menu > ul > li {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nav-menu ul ul {
  display: none;
  position: absolute;
  white-space: normal;
}
.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";
}
/*------ footer ------*/
#page-footer {
  display: none;
}
