/*
||===================================================||
||                                                   ||
||          Table of Contents                        ||
||                                                   ||
||          1. 	Reset Styles                         ||
||          2. 	Navigation                           ||
||          3. 	Heading                              ||
||          4. 	Blog Archive                         ||
||          5. 	Blog Single                          ||
||          6. 	Portfolio                            ||
||          7. 	Comments                             ||
||          8. 	Widget                               ||
||          9. 	Button Style                         ||
||          10. Video Button                         ||
||          11. Pagination                           ||
||          12. Footer                               ||
||          13. Header Search Form                   ||
||          14. Mobile Menu                          ||
||          15. 404                                  ||
||          16. Search Page                          ||
||          17. Appointment Page                     ||
||                                                   ||
==================================================== ||
*/
/* Responsive Mixins */
/* System Responsive Mixins */
/* Reset Styles */
/* Sections
   ========================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 3 */
}

html {
  overflow-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
  font-size: var(--art-body-font-size);
}
html.art-main-holder-mask-show {
  overflow: hidden;
}

body {
  color: var(--art-colors-text);
  background-color: var(--art-colors-body-bg);
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
  text-align: left;
  margin: 0;
  overflow-x: hidden;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--art-colors-heading);
  margin: 0 0 0.75rem;
  padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1, h2, h3 {
  margin-top: 3rem;
}
h1:first-child, .wp-block-spacer + h1, h2:first-child, .wp-block-spacer + h2, h3:first-child, .wp-block-spacer + h3 {
  margin-top: 0;
}

h4, h5, h6 {
  margin-top: 2rem;
}
h4:first-child, .wp-block-spacer + h4, h5:first-child, .wp-block-spacer + h5, h6:first-child, .wp-block-spacer + h6 {
  margin-top: 0;
}

h1,
.h1,
.art-h1,
h1.elementor-heading-title {
  font-family: var(--art-h1-font-family);
  font-weight: var(--art-h1-font-weight);
  font-style: var(--art-h1-font-style);
  text-transform: var(--art-h1-text-transform);
  -webkit-text-decoration: var(--art-h1-text-decoration);
          text-decoration: var(--art-h1-text-decoration);
  font-size: var(--art-h1-font-size);
  line-height: var(--art-h1-line-height);
  letter-spacing: var(--art-h1-letter-spacing);
}
@media only screen and (max-width: 767px) {
  h1,
  .h1,
  .art-h1,
  h1.elementor-heading-title {
    font-family: var(--art-h1-mobile-font-family);
    font-weight: var(--art-h1-mobile-font-weight);
    font-style: var(--art-h1-mobile-font-style);
    text-transform: var(--art-h1-mobile-text-transform);
    -webkit-text-decoration: var(--art-h1-mobile-text-decoration);
            text-decoration: var(--art-h1-mobile-text-decoration);
    font-size: var(--art-h1-mobile-font-size);
    line-height: var(--art-h1-mobile-line-height);
    letter-spacing: var(--art-h1-mobile-letter-spacing);
  }
}

h2,
.h2,
.art-h2,
h2.elementor-heading-title {
  font-family: var(--art-h2-font-family);
  font-weight: var(--art-h2-font-weight);
  font-style: var(--art-h2-font-style);
  text-transform: var(--art-h2-text-transform);
  -webkit-text-decoration: var(--art-h2-text-decoration);
          text-decoration: var(--art-h2-text-decoration);
  font-size: var(--art-h2-font-size);
  line-height: var(--art-h2-line-height);
  letter-spacing: var(--art-h2-letter-spacing);
}
@media only screen and (max-width: 767px) {
  h2,
  .h2,
  .art-h2,
  h2.elementor-heading-title {
    font-family: var(--art-h2-mobile-font-family);
    font-weight: var(--art-h2-mobile-font-weight);
    font-style: var(--art-h2-mobile-font-style);
    text-transform: var(--art-h2-mobile-text-transform);
    -webkit-text-decoration: var(--art-h2-mobile-text-decoration);
            text-decoration: var(--art-h2-mobile-text-decoration);
    font-size: var(--art-h2-mobile-font-size);
    line-height: var(--art-h2-mobile-line-height);
    letter-spacing: var(--art-h2-mobile-letter-spacing);
  }
}

h3,
.h3,
.art-h3,
h3.elementor-heading-title {
  font-family: var(--art-h3-font-family);
  font-weight: var(--art-h3-font-weight);
  font-style: var(--art-h3-font-style);
  text-transform: var(--art-h3-text-transform);
  -webkit-text-decoration: var(--art-h3-text-decoration);
          text-decoration: var(--art-h3-text-decoration);
  font-size: var(--art-h3-font-size);
  line-height: var(--art-h3-line-height);
  letter-spacing: var(--art-h3-letter-spacing);
}

h4,
.h4,
.art-h4,
h4.elementor-heading-title {
  font-family: var(--art-h4-font-family);
  font-weight: var(--art-h4-font-weight);
  font-style: var(--art-h4-font-style);
  text-transform: var(--art-h4-text-transform);
  -webkit-text-decoration: var(--art-h4-text-decoration);
          text-decoration: var(--art-h4-text-decoration);
  font-size: var(--art-h4-font-size);
  line-height: var(--art-h4-line-height);
  letter-spacing: var(--art-h4-letter-spacing);
}

h5,
.h5,
.art-h5,
h5.elementor-heading-title {
  font-family: var(--art-h5-font-family);
  font-weight: var(--art-h5-font-weight);
  font-style: var(--art-h5-font-style);
  text-transform: var(--art-h5-text-transform);
  -webkit-text-decoration: var(--art-h5-text-decoration);
          text-decoration: var(--art-h5-text-decoration);
  font-size: var(--art-h5-font-size);
  line-height: var(--art-h5-line-height);
  letter-spacing: var(--art-h5-letter-spacing);
}

h6,
.h6,
.art-h6,
h6.elementor-heading-title {
  font-family: var(--art-h6-font-family);
  font-weight: var(--art-h6-font-weight);
  font-style: var(--art-h6-font-style);
  text-transform: var(--art-h6-text-transform);
  -webkit-text-decoration: var(--art-h6-text-decoration);
          text-decoration: var(--art-h6-text-decoration);
  font-size: var(--art-h6-font-size);
  line-height: var(--art-h6-line-height);
  letter-spacing: var(--art-h6-letter-spacing);
}

p {
  margin: 0 0 1.5rem;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
p.has-background, p.mce-content-body.has-background {
  padding: 0.95em 1.3em;
}
p.has-drop-cap:not(:focus):first-letter, p.mce-content-body.has-drop-cap:not(:focus):first-letter {
  color: var(--art-colors-heading);
  font-family: var(--art-h1-font-family);
  font-weight: var(--art-h1-font-weight);
  font-size: 4em;
  line-height: 0.9em;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.32em 0.52em 0.1em 0.52em;
}
p.has-drop-cap:not(:focus).has-text-color:first-letter, p.mce-content-body.has-drop-cap:not(:focus).has-text-color:first-letter {
  color: inherit;
}
p.has-small-font-size, p.has-medium-font-size, p.has-large-font-size, p.has-huge-font-size, p[style^="font-size:"], p[style*="font-size:"], p.mce-content-body.has-small-font-size, p.mce-content-body.has-medium-font-size, p.mce-content-body.has-large-font-size, p.mce-content-body.has-huge-font-size, p.mce-content-body[style^="font-size:"], p.mce-content-body[style*="font-size:"] {
  line-height: 1.5em;
}

/* Grouping content
   ========================================================================== */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 1px; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  color: var(--art-colors-bd);
  background-color: var(--art-colors-bd);
  margin-top: 3rem;
  margin-bottom: 3rem;
  clear: both;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  color: inherit;
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
  margin: 3rem 0 3rem;
  padding: 0;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: var(--art-colors-link);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:focus, a:active, a:visited {
  outline: none !important;
}
a:hover, a:active {
  text-decoration: none;
  color: var(--art-colors-hover);
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  cursor: default;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  color: var(--art-colors-text);
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  padding: 0;
  margin: 0;
  background: none;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  border: 0; /* 1 */
  max-width: 100%;
  height: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figure {
  margin: 0;
}

figcaption {
  border: 0;
  text-align: center;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 0;
}

caption {
  color: var(--art-colors-second-text);
  caption-side: initial;
  text-align: left;
  padding: 0;
  margin: 0;
}

/* Misc
   ========================================================================== */
table {
  text-align: inherit;
  border-spacing: 0;
  border-collapse: separate;
  border: 0;
  background-color: transparent;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  /* for gutenberg start */
  /* for gutenberg end */
}
table th {
  text-align: inherit;
}
table tbody {
  border-width: 0;
}
table th,
table td {
  padding: 4px 8px;
}
table tbody th,
table tbody td,
table > th,
table > td {
  border-width: 0; /* for gutenberg */
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-left-style: solid;
  color: var(--art-colors-text);
  border-color: var(--art-colors-bd);
  background-color: var(--art-colors-bg);
}
table tbody th:last-child,
table tbody td:last-child,
table > th:last-child,
table > td:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
table tbody tr:last-child th,
table tbody tr:last-child td,
table > tr:last-child th,
table > tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
table thead {
  border-width: 0;
}
table thead th,
table thead td {
  font-family: var(--art-accent-font-family);
  font-weight: var(--art-accent-font-weight);
  font-style: var(--art-accent-font-style);
  text-transform: var(--art-accent-text-transform);
  -webkit-text-decoration: var(--art-accent-text-decoration);
          text-decoration: var(--art-accent-text-decoration);
  font-size: var(--art-accent-font-size);
  line-height: var(--art-accent-line-height);
  letter-spacing: var(--art-accent-letter-spacing);
  border-width: 0; /* for gutenberg */
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-left-style: solid;
  color: var(--art-colors-text);
  border-color: var(--art-colors-bd);
  background-color: var(--art-colors-bg);
}
table thead th:last-child,
table thead td:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
table tfoot {
  border-width: 0;
}
table tfoot th,
table tfoot td {
  font-family: var(--art-accent-font-family);
  font-weight: var(--art-accent-font-weight);
  font-style: var(--art-accent-font-style);
  text-transform: var(--art-accent-text-transform);
  -webkit-text-decoration: var(--art-accent-text-decoration);
          text-decoration: var(--art-accent-text-decoration);
  font-size: var(--art-accent-font-size);
  line-height: var(--art-accent-line-height);
  letter-spacing: var(--art-accent-letter-spacing);
  border-width: 0; /* for gutenberg */
  border-style: solid;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-left-style: solid;
  color: var(--art-colors-text);
  border-color: var(--art-colors-bd);
  background-color: var(--art-colors-bg);
}
table tfoot th:last-child,
table tfoot td:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
table.is-style-stripes {
  border-width: 0;
}
table.is-style-stripes tr:nth-child(odd) {
  background-color: transparent !important;
}

blockquote:not([class]) {
  font-family: var(--art-blockquote-font-family);
  font-weight: var(--art-blockquote-font-weight);
  font-style: var(--art-blockquote-font-style);
  text-transform: var(--art-blockquote-text-transform);
  -webkit-text-decoration: var(--art-blockquote-text-decoration);
          text-decoration: var(--art-blockquote-text-decoration);
  font-size: var(--art-blockquote-font-size);
  line-height: var(--art-blockquote-line-height);
  letter-spacing: var(--art-blockquote-letter-spacing);
  color: var(--art-colors-heading);
  padding: 0 0 0 30px;
  margin: 3rem 0 3rem;
  position: relative;
  quotes: none;
}
blockquote:not([class]) > * {
  position: relative;
}
blockquote:not([class]):after {
  content: none;
}
blockquote:not([class]):before {
  background-color: var(--art-colors-link);
  content: "" !important;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote:not([class]):not(.has-text-color) {
  color: var(--art-colors-text);
}
blockquote:not([class]):not(.has-text-color) a {
  color: var(--art-colors-link);
}
blockquote:not([class]):not(.has-text-color) a:hover {
  color: var(--art-colors-hover);
}
blockquote:not([class]).has-text-color a {
  color: inherit;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
blockquote:not([class]).has-text-color a:hover {
  color: inherit;
  opacity: 1;
}
blockquote:not([class]) p:last-of-type {
  margin: 0;
  padding: 0;
}
blockquote:not([class]) cite {
  font-family: var(--art-accent-font-family);
  font-weight: var(--art-accent-font-weight);
  font-style: var(--art-accent-font-style);
  text-transform: var(--art-accent-text-transform);
  -webkit-text-decoration: var(--art-accent-text-decoration);
          text-decoration: var(--art-accent-text-decoration);
  font-size: var(--art-accent-font-size);
  line-height: var(--art-accent-line-height);
  letter-spacing: var(--art-accent-letter-spacing);
  color: var(--art-colors-color);
  display: block;
  margin-top: 15px;
}
blockquote:not([class]).has-text-color cite {
  color: inherit;
}

iframe {
  max-width: 100%;
  margin: 3rem 0 3rem;
}
.elementor-lightbox iframe {
  margin: 0;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

address {
  margin: 3rem 0 3rem;
}

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* WordPress
   ========================================================================== */
.alignright {
  text-align: right;
  float: right;
  margin-top: 0;
  margin-bottom: 0.75rem;
  margin-left: 1.5rem;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
img.alignright {
  clear: right;
}

@media only screen and (max-width: 767px) {
  .alignright {
    max-width: 50%;
  }
}

.alignleft {
  text-align: left;
  float: left;
  margin-top: 0;
  margin-bottom: 0.75rem;
  margin-left: 0;
  margin-right: 1.5rem;
  position: relative;
  z-index: 1;
}
img.alignleft {
  clear: left;
}

@media only screen and (max-width: 767px) {
  .alignleft {
    max-width: 50%;
  }
}

.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter,
.alignnone,
.alignfull,
.alignwide {
  clear: both;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: calc(15% - 15vw);
  margin-right: calc(15% - 15vw);
  max-width: 100vw;
}

.full-width {
  min-width: 100%;
}

audio.full-width {
  width: 100%;
}

.gallery-caption {
  display: block;
}

.wp-caption {
  max-width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignleft {
  margin: 0 1.5rem 0.75rem 0;
}
.wp-caption.alignright {
  margin: 0 0 0.75rem 1.5rem;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
  border: 0;
  text-align: center;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: transparent;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: var(--art-colors-heading);
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-1:after, .col-2:after, .col-3:after, .col-4:after, .col-5:after, .col-6:after, .col-7:after, .col-8:after, .col-9:after, .col-10:after, .col-11:after, .col-12:after, .col:after,
.col-auto:after, .col-sm-1:after, .col-sm-2:after, .col-sm-3:after, .col-sm-4:after, .col-sm-5:after, .col-sm-6:after, .col-sm-7:after, .col-sm-8:after, .col-sm-9:after, .col-sm-10:after, .col-sm-11:after, .col-sm-12:after, .col-sm:after,
.col-sm-auto:after, .col-md-1:after, .col-md-2:after, .col-md-3:after, .col-md-4:after, .col-md-5:after, .col-md-6:after, .col-md-7:after, .col-md-8:after, .col-md-9:after, .col-md-10:after, .col-md-11:after, .col-md-12:after, .col-md:after,
.col-md-auto:after, .col-lg-1:after, .col-lg-2:after, .col-lg-3:after, .col-lg-4:after, .col-lg-5:after, .col-lg-6:after, .col-lg-7:after, .col-lg-8:after, .col-lg-9:after, .col-lg-10:after, .col-lg-11:after, .col-lg-12:after, .col-lg:after,
.col-lg-auto:after, .col-xl-1:after, .col-xl-2:after, .col-xl-3:after, .col-xl-4:after, .col-xl-5:after, .col-xl-6:after, .col-xl-7:after, .col-xl-8:after, .col-xl-9:after, .col-xl-10:after, .col-xl-11:after, .col-xl-12:after, .col-xl:after,
.col-xl-auto:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul {
  list-style-position: inside;
  margin: 2rem 0 2rem 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0 0 0 2rem;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

li {
  margin-top: 6px;
}

dl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

dt {
  font-family: var(--art-h5-font-family);
  font-weight: var(--art-h5-font-weight);
  font-style: var(--art-h5-font-style);
  text-transform: var(--art-h5-text-transform);
  -webkit-text-decoration: var(--art-h5-text-decoration);
          text-decoration: var(--art-h5-text-decoration);
  font-size: var(--art-h5-font-size);
  line-height: var(--art-h5-line-height);
  letter-spacing: var(--art-h5-letter-spacing);
}

* + dt {
  margin-top: 1.5rem;
}

dd {
  margin-left: 2rem;
}

/* Forms
   ========================================================================== */
form {
  margin: 0;
}

label,
.wpcf7-quiz-label {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  display: block;
  margin-bottom: 0.38em;
}
label input[type=radio],
label input[type=checkbox],
.wpcf7-quiz-label input[type=radio],
.wpcf7-quiz-label input[type=checkbox] {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.15; /* 1 */
  vertical-align: baseline; /* 3 */
  margin: 0; /* 2 */
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=number],
input[type=search],
textarea {
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: var(--art-colors-text);
  color: var(--art-colors-text);
  background-color: transparent;
  background-image: none;
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  text-shadow: none;
  padding: 12px 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.art-color-scheme-main input[type=text],
.art-color-scheme-main input[type=email],
.art-color-scheme-main input[type=url],
.art-color-scheme-main input[type=password],
.art-color-scheme-main input[type=tel],
.art-color-scheme-main input[type=range],
.art-color-scheme-main input[type=date],
.art-color-scheme-main input[type=month],
.art-color-scheme-main input[type=week],
.art-color-scheme-main input[type=time],
.art-color-scheme-main input[type=datetime],
.art-color-scheme-main input[type=datetime-local],
.art-color-scheme-main input[type=color],
.art-color-scheme-main input[type=number],
.art-color-scheme-main input[type=search],
.art-color-scheme-main textarea {
  background-color: var(--art-colors-bg);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  color: var(--art-colors-text);
  border-color: var(--art-colors-text);
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=range]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
input[type=month]:focus::-webkit-input-placeholder,
input[type=week]:focus::-webkit-input-placeholder,
input[type=time]:focus::-webkit-input-placeholder,
input[type=datetime]:focus::-webkit-input-placeholder,
input[type=datetime-local]:focus::-webkit-input-placeholder,
input[type=color]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=range]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
input[type=month]:focus::-moz-placeholder,
input[type=week]:focus::-moz-placeholder,
input[type=time]:focus::-moz-placeholder,
input[type=datetime]:focus::-moz-placeholder,
input[type=datetime-local]:focus::-moz-placeholder,
input[type=color]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select2-container--default .select2-selection--single,
select {
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: var(--art-colors-text);
  color: var(--art-colors-text);
  background-color: transparent;
  background-image: none;
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  text-shadow: none;
  padding: 12px 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-image: url(../images/chevron-bottom-16.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-position: calc(100% - 12px) center;
  padding-right: 30px;
}
.art-color-scheme-main .select2-container--default .select2-selection--single,
.art-color-scheme-main select {
  background-color: var(--art-colors-bg);
}
.select2-container--default .select2-selection--single::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single::-moz-placeholder,
select::-moz-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.select2-container--default .select2-selection--single:focus,
select:focus {
  color: var(--art-colors-text);
  border-color: var(--art-colors-text);
}
.select2-container--default .select2-selection--single:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
.select2-container--default .select2-selection--single:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
.art-color-scheme-second .select2-container--default .select2-selection--single,
.art-color-scheme-second select {
  background-image: url(../images/chevron-bottom-light-16.svg);
}
.select2-container--default .select2-selection--single:focus,
select:focus {
  background-image: url(../images/chevron-top-16.svg);
}
.art-color-scheme-second .select2-container--default .select2-selection--single:focus,
.art-color-scheme-second select:focus {
  background-image: url(../images/chevron-top-light-16.svg);
}

option {
  background-color: var(--art-colors-bg);
}

.select2-container--default .select2-selection--single {
  line-height: normal;
  margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  font-family: var(--art-body-three-font-family);
  font-weight: var(--art-body-three-font-weight);
  font-style: var(--art-body-three-font-style);
  text-transform: var(--art-body-three-text-transform);
  -webkit-text-decoration: var(--art-body-three-text-decoration);
          text-decoration: var(--art-body-three-text-decoration);
  font-size: var(--art-body-three-font-size);
  line-height: var(--art-body-three-line-height);
  letter-spacing: var(--art-body-three-letter-spacing);
  background-color: var(--art-colors-bg);
  border-width: 2px;
  border-style: solid;
  border-color: var(--art-colors-bd);
  border-radius: 0;
}

.art-search-form {
  position: relative;
}
.art-search-form input[type=search], .art-search-form input[type=text] {
  width: 100%;
  margin: 0;
  padding-left: 54px;
}
.art-search-form button {
  font-size: 22px;
  color: var(--art-colors-text);
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  width: 52px;
  height: 100%;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: -2px;
  bottom: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow: hidden;
  word-break: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art-search-form button:hover {
  color: var(--art-colors-text);
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.8;
}
.art-search-form button:before, .art-search-form button:after {
  content: none;
  display: none;
}
.art-search-form button i,
.art-search-form button i:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

button,
[type=submit],
[type=button] {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  border-width: 1px;
  border-style: solid;
  border-color: var(--art-colors-bd);
  margin: 3rem 0;
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  border: 0; /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

.wpcf7-checkbox,
.wpcf7-radio,
.wpcf7-acceptance {
  margin: 0 -1rem;
}
.wpcf7-checkbox span.wpcf7-list-item,
.wpcf7-radio span.wpcf7-list-item,
.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 1rem;
}
.wpcf7-checkbox span.wpcf7-list-item label,
.wpcf7-radio span.wpcf7-list-item label,
.wpcf7-acceptance span.wpcf7-list-item label {
  margin: 0;
}
.wpcf7-checkbox span.wpcf7-list-item input,
.wpcf7-checkbox span.wpcf7-list-item span,
.wpcf7-radio span.wpcf7-list-item input,
.wpcf7-radio span.wpcf7-list-item span,
.wpcf7-acceptance span.wpcf7-list-item input,
.wpcf7-acceptance span.wpcf7-list-item span {
  vertical-align: middle;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
input[type=radio]:before, input[type=radio]:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}
input[type=radio]:before {
  border-width: 1px;
  border-style: solid;
  border-color: var(--art-colors-text);
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=radio]:hover:before {
  border-color: var(--art-colors-accent);
}
input[type=radio]:checked:before {
  border-color: var(--art-colors-accent);
  background-color: var(--art-colors-accent);
}
input[type=radio]:after {
  background-color: var(--art-colors-bg);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=radio]:checked:after {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
input[type=checkbox]:before, input[type=checkbox]:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=checkbox]:before {
  border-width: 1px;
  border-style: solid;
  border-color: var(--art-colors-text);
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=checkbox]:after {
  background-image: url(../images/checkbox.svg);
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=checkbox]:hover:before {
  border-color: var(--art-colors-accent);
}
input[type=checkbox]:checked:before {
  border-color: var(--art-colors-accent);
  background-color: var(--art-colors-accent);
}
input[type=checkbox]:checked:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
input[type=number] {
  padding-right: 0;
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Button */
button,
input[type=submit],
input[type=button] {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  padding: 15px 40px;
  background-color: var(--art-colors-accent);
  color: var(--art-colors-tertiary);
  border-radius: 4px;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: var(--art-colors-hover);
  color: var(--art-colors-tertiary);
}
button.art-button-primary,
input[type=submit].art-button-primary,
input[type=button].art-button-primary {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  padding: 15px 40px;
  background-color: var(--art-colors-accent);
  color: var(--art-colors-tertiary);
  border-radius: 4px;
}
button.art-button-primary:hover,
input[type=submit].art-button-primary:hover,
input[type=button].art-button-primary:hover {
  background-color: var(--art-colors-hover);
  color: var(--art-colors-tertiary);
}
button.art-button-secondary,
input[type=submit].art-button-secondary,
input[type=button].art-button-secondary {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  padding: 14px 39px;
  border-color: var(--art-colors-accent);
  background-color: transparent;
  color: var(--art-colors-accent);
  border-radius: 4px;
}
button.art-button-secondary:hover,
input[type=submit].art-button-secondary:hover,
input[type=button].art-button-secondary:hover {
  background-color: var(--art-colors-accent);
  color: var(--art-colors-tertiary);
}
button.art-button-third,
input[type=submit].art-button-third,
input[type=button].art-button-third {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  padding: 14px 39px;
  border-color: var(--art-colors-heading);
  background-color: transparent;
  color: var(--art-colors-heading);
  border-radius: 4px;
}
button.art-button-third:hover,
input[type=submit].art-button-third:hover,
input[type=button].art-button-third:hover {
  background-color: var(--art-colors-heading);
  color: var(--art-colors-bg);
}
button.art-button-fourth,
input[type=submit].art-button-fourth,
input[type=button].art-button-fourth {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  padding: 15px 40px;
  background-color: var(--art-colors-heading);
  color: var(--art-colors-bg);
  border-radius: 4px;
}
button.art-button-fourth:hover,
input[type=submit].art-button-fourth:hover,
input[type=button].art-button-fourth:hover {
  background-color: var(--art-colors-hover);
  color: var(--art-colors-tertiary);
}
button.art-button-link,
input[type=submit].art-button-link,
input[type=button].art-button-link {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--art-colors-link);
  border: 0;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
button.art-button-link:hover,
input[type=submit].art-button-link:hover,
input[type=button].art-button-link:hover {
  color: var(--art-colors-hover);
  background-color: transparent;
}
button.art-button-link-second,
input[type=submit].art-button-link-second,
input[type=button].art-button-link-second {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--art-colors-text);
  border: 0;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
button.art-button-link-second:hover,
input[type=submit].art-button-link-second:hover,
input[type=button].art-button-link-second:hover {
  color: var(--art-colors-text);
  background-color: transparent;
  opacity: 0.6;
}
button.art-button-link-play,
input[type=submit].art-button-link-play,
input[type=button].art-button-link-play {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--art-colors-text);
  border: 0;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
button.art-button-link-play:hover,
input[type=submit].art-button-link-play:hover,
input[type=button].art-button-link-play:hover {
  color: var(--art-colors-text);
  background-color: transparent;
  opacity: 0.6;
}
button.art-button-link-play svg,
input[type=submit].art-button-link-play svg,
input[type=button].art-button-link-play svg {
  fill: currentColor;
}

.art-button-primary {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  padding: 15px 40px;
  background-color: var(--art-colors-accent);
  color: var(--art-colors-tertiary);
  border-radius: 4px;
}
.art-button-primary:hover {
  background-color: var(--art-colors-hover);
  color: var(--art-colors-tertiary);
}

.art-button-secondary {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  padding: 14px 39px;
  border-color: var(--art-colors-accent);
  background-color: transparent;
  color: var(--art-colors-accent);
  border-radius: 4px;
}
.art-button-secondary:hover {
  background-color: var(--art-colors-accent);
  color: var(--art-colors-tertiary);
}

.art-button-third {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  padding: 14px 39px;
  border-color: var(--art-colors-heading);
  background-color: transparent;
  color: var(--art-colors-heading);
  border-radius: 4px;
}
.art-button-third:hover {
  background-color: var(--art-colors-heading);
  color: var(--art-colors-bg);
}

.art-button-fourth {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  padding: 15px 40px;
  background-color: var(--art-colors-heading);
  color: var(--art-colors-bg);
  border-radius: 4px;
}
.art-button-fourth:hover {
  background-color: var(--art-colors-hover);
  color: var(--art-colors-tertiary);
}

.art-button-link, .art-button-link.art-button {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--art-colors-link);
  border: 0;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.art-button-link:hover, .art-button-link.art-button:hover {
  color: var(--art-colors-hover);
  background-color: transparent;
}

.art-button-link-second, .art-button-link-second.art-button {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--art-colors-text);
  border: 0;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.art-button-link-second:hover, .art-button-link-second.art-button:hover {
  color: var(--art-colors-text);
  background-color: transparent;
  opacity: 0.6;
}

.art-button-link-play, .art-button-link-play.art-button {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--art-colors-text);
  border: 0;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.art-button-link-play:hover, .art-button-link-play.art-button:hover {
  color: var(--art-colors-text);
  background-color: transparent;
  opacity: 0.6;
}
.art-button-link-play svg, .art-button-link-play.art-button svg {
  fill: currentColor;
}

.elementor-widget-button .elementor-button {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
}

.art-color-text {
  color: var(--art-colors-text);
}

.art-color-second-text {
  color: var(--art-colors-second-text);
}

.art-color-link {
  color: var(--art-colors-link);
}

.art-color-hover {
  color: var(--art-colors-hover);
}

.art-color-accent {
  color: var(--art-colors-accent);
}

.art-color-tertiary {
  color: var(--art-colors-tertiary);
}

.art-color-heading {
  color: var(--art-colors-heading);
}

.art-color-bg {
  color: var(--art-colors-bg);
}

.art-color-second-bg {
  color: var(--art-colors-second-bg);
}

.art-color-third-bg {
  color: var(--art-colors-third-bg);
}

.art-color-bd {
  color: var(--art-colors-bd);
}

.art-body-font {
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
}

.art-body-two-font {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
}

.art-body-three-font {
  font-family: var(--art-body-three-font-family);
  font-weight: var(--art-body-three-font-weight);
  font-style: var(--art-body-three-font-style);
  text-transform: var(--art-body-three-text-transform);
  -webkit-text-decoration: var(--art-body-three-text-decoration);
          text-decoration: var(--art-body-three-text-decoration);
  font-size: var(--art-body-three-font-size);
  line-height: var(--art-body-three-line-height);
  letter-spacing: var(--art-body-three-letter-spacing);
}

.art-body-four-font {
  font-family: var(--art-body-four-font-family);
  font-weight: var(--art-body-four-font-weight);
  font-style: var(--art-body-four-font-style);
  text-transform: var(--art-body-four-text-transform);
  -webkit-text-decoration: var(--art-body-four-text-decoration);
          text-decoration: var(--art-body-four-text-decoration);
  font-size: var(--art-body-four-font-size);
  line-height: var(--art-body-four-line-height);
  letter-spacing: var(--art-body-four-letter-spacing);
}

.art-body-five-font {
  font-family: var(--art-body-five-font-family);
  font-weight: var(--art-body-five-font-weight);
  font-style: var(--art-body-five-font-style);
  text-transform: var(--art-body-five-text-transform);
  -webkit-text-decoration: var(--art-body-five-text-decoration);
          text-decoration: var(--art-body-five-text-decoration);
  font-size: var(--art-body-five-font-size);
  line-height: var(--art-body-five-line-height);
  letter-spacing: var(--art-body-five-letter-spacing);
}

.art-accent-font {
  font-family: var(--art-accent-font-family);
  font-weight: var(--art-accent-font-weight);
  font-style: var(--art-accent-font-style);
  text-transform: var(--art-accent-text-transform);
  -webkit-text-decoration: var(--art-accent-text-decoration);
          text-decoration: var(--art-accent-text-decoration);
  font-size: var(--art-accent-font-size);
  line-height: var(--art-accent-line-height);
  letter-spacing: var(--art-accent-letter-spacing);
}

.art-button-font {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
}

.art-blockquote-font {
  font-family: var(--art-blockquote-font-family);
  font-weight: var(--art-blockquote-font-weight);
  font-style: var(--art-blockquote-font-style);
  text-transform: var(--art-blockquote-text-transform);
  -webkit-text-decoration: var(--art-blockquote-text-decoration);
          text-decoration: var(--art-blockquote-text-decoration);
  font-size: var(--art-blockquote-font-size);
  line-height: var(--art-blockquote-line-height);
  letter-spacing: var(--art-blockquote-letter-spacing);
}

.art-h1-font {
  font-family: var(--art-h1-font-family);
  font-weight: var(--art-h1-font-weight);
  font-style: var(--art-h1-font-style);
  text-transform: var(--art-h1-text-transform);
  -webkit-text-decoration: var(--art-h1-text-decoration);
          text-decoration: var(--art-h1-text-decoration);
  font-size: var(--art-h1-font-size);
  line-height: var(--art-h1-line-height);
  letter-spacing: var(--art-h1-letter-spacing);
}
@media only screen and (max-width: 767px) {
  .art-h1-font {
    font-family: var(--art-h1-mobile-font-family);
    font-weight: var(--art-h1-mobile-font-weight);
    font-style: var(--art-h1-mobile-font-style);
    text-transform: var(--art-h1-mobile-text-transform);
    -webkit-text-decoration: var(--art-h1-mobile-text-decoration);
            text-decoration: var(--art-h1-mobile-text-decoration);
    font-size: var(--art-h1-mobile-font-size);
    line-height: var(--art-h1-mobile-line-height);
    letter-spacing: var(--art-h1-mobile-letter-spacing);
  }
}

.art-h2-font {
  font-family: var(--art-h2-font-family);
  font-weight: var(--art-h2-font-weight);
  font-style: var(--art-h2-font-style);
  text-transform: var(--art-h2-text-transform);
  -webkit-text-decoration: var(--art-h2-text-decoration);
          text-decoration: var(--art-h2-text-decoration);
  font-size: var(--art-h2-font-size);
  line-height: var(--art-h2-line-height);
  letter-spacing: var(--art-h2-letter-spacing);
}
@media only screen and (max-width: 767px) {
  .art-h2-font {
    font-family: var(--art-h2-mobile-font-family);
    font-weight: var(--art-h2-mobile-font-weight);
    font-style: var(--art-h2-mobile-font-style);
    text-transform: var(--art-h2-mobile-text-transform);
    -webkit-text-decoration: var(--art-h2-mobile-text-decoration);
            text-decoration: var(--art-h2-mobile-text-decoration);
    font-size: var(--art-h2-mobile-font-size);
    line-height: var(--art-h2-mobile-line-height);
    letter-spacing: var(--art-h2-mobile-letter-spacing);
  }
}

.art-h3-font {
  font-family: var(--art-h3-font-family);
  font-weight: var(--art-h3-font-weight);
  font-style: var(--art-h3-font-style);
  text-transform: var(--art-h3-text-transform);
  -webkit-text-decoration: var(--art-h3-text-decoration);
          text-decoration: var(--art-h3-text-decoration);
  font-size: var(--art-h3-font-size);
  line-height: var(--art-h3-line-height);
  letter-spacing: var(--art-h3-letter-spacing);
}

.art-h4-font {
  font-family: var(--art-h4-font-family);
  font-weight: var(--art-h4-font-weight);
  font-style: var(--art-h4-font-style);
  text-transform: var(--art-h4-text-transform);
  -webkit-text-decoration: var(--art-h4-text-decoration);
          text-decoration: var(--art-h4-text-decoration);
  font-size: var(--art-h4-font-size);
  line-height: var(--art-h4-line-height);
  letter-spacing: var(--art-h4-letter-spacing);
}

.art-h5-font {
  font-family: var(--art-h5-font-family);
  font-weight: var(--art-h5-font-weight);
  font-style: var(--art-h5-font-style);
  text-transform: var(--art-h5-text-transform);
  -webkit-text-decoration: var(--art-h5-text-decoration);
          text-decoration: var(--art-h5-text-decoration);
  font-size: var(--art-h5-font-size);
  line-height: var(--art-h5-line-height);
  letter-spacing: var(--art-h5-letter-spacing);
}

.art-h6-font {
  font-family: var(--art-h5-font-family);
  font-weight: var(--art-h5-font-weight);
  font-style: var(--art-h5-font-style);
  text-transform: var(--art-h5-text-transform);
  -webkit-text-decoration: var(--art-h5-text-decoration);
          text-decoration: var(--art-h5-text-decoration);
  font-size: var(--art-h5-font-size);
  line-height: var(--art-h5-line-height);
  letter-spacing: var(--art-h5-letter-spacing);
}

.art-heading-color {
  color: var(--art-colors-heading);
}

.art-second-bg {
  background-color: var(--art-colors-second-bg);
}

.art-hidden {
  opacity: 0;
}

.art-visible {
  opacity: 1;
}

.art-container-full {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--art-container-full-hor-pad);
  padding-right: var(--art-container-full-hor-pad);
}
@media only screen and (max-width: 1440px) {
  .art-container-full {
    padding-left: var(--art-column-pad);
    padding-right: var(--art-column-pad);
  }
}

.art-container {
  max-width: var(--art-container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--art-column-pad);
  padding-right: var(--art-column-pad);
}

.art-placeholder {
  background-color: var(--art-colors-second-bg);
  color: var(--art-colors-heading);
  font-size: 60px;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.art-placeholder svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#art-slide-top {
  border-width: 1px;
  border-style: solid;
  border-color: var(--art-colors-bd);
  background-color: var(--art-colors-bg);
  color: var(--art-colors-heading);
  font-size: 24px;
  text-align: center;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99999;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  #art-slide-top {
    bottom: 15px;
    right: 15px;
  }
}
#art-slide-top:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.art-svg-line {
  position: absolute;
  left: 0;
  bottom: 0;
}
.art-svg-line svg {
  fill: transparent;
  stroke: var(--art-colors-link);
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: animated_line 4s linear forwards;
          animation: animated_line 4s linear forwards;
}

@-webkit-keyframes animated_line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes animated_line {
  to {
    stroke-dashoffset: 0;
  }
}
p.stars a:hover:after,
p.stars a:after {
  letter-spacing: 5px;
}

.art-form-button-wrap {
  position: relative;
}
.art-form-button-wrap input {
  width: 100%;
}
.submitting .art-form-button-wrap input {
  color: transparent !important;
}
.art-form-button-wrap .wpcf7-spinner {
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
  color: #000000;
  padding: 13px 20px;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #B7ECCC;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #F4C1AC;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #F5BE65;
}

.mfp-bg {
  background-color: var(--art-colors-box-heading);
}

.mfp-container {
  padding: 0;
}
body.admin-bar .mfp-container {
  padding-top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar .mfp-container {
    padding-top: 46px;
  }
}

.art-popup-container {
  max-width: 700px;
  padding: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .art-popup-container {
    padding: 20px;
  }
}
.art-popup-container .art-popup-heading {
  height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: var(--art-container-full-hor-pad);
  padding-right: var(--art-container-full-hor-pad);
}
.art-popup-container .art-popup-heading .art-popup-logo img {
  width: auto;
  max-height: 100%;
}
.art-popup-container .art-popup-content {
  background-color: var(--art-colors-box-bg);
  color: var(--art-colors-box-text);
  position: relative;
  z-index: 1;
  padding: 40px 50px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .art-popup-container .art-popup-content {
    padding: 40px 50px 25px;
  }
}
.art-popup-container .art-popup-content h1, .art-popup-container .art-popup-content h2, .art-popup-container .art-popup-content h3, .art-popup-container .art-popup-content h4, .art-popup-container .art-popup-content h5, .art-popup-container .art-popup-content h6 {
  color: var(--art-colors-box-heading);
}
.art-popup-container .art-popup-content h1 a, .art-popup-container .art-popup-content h2 a, .art-popup-container .art-popup-content h3 a, .art-popup-container .art-popup-content h4 a, .art-popup-container .art-popup-content h5 a, .art-popup-container .art-popup-content h6 a {
  color: inherit;
}
.art-popup-container .art-popup-content h1 a:hover, .art-popup-container .art-popup-content h2 a:hover, .art-popup-container .art-popup-content h3 a:hover, .art-popup-container .art-popup-content h4 a:hover, .art-popup-container .art-popup-content h5 a:hover, .art-popup-container .art-popup-content h6 a:hover {
  color: var(--art-colors-box-accent);
}
.art-popup-container .art-popup-content a {
  color: var(--art-colors-box-accent);
}
.art-popup-container .art-popup-content a:hover {
  color: var(--art-colors-box-text);
}
.art-popup-container .art-popup-content input[type=text],
.art-popup-container .art-popup-content input[type=email],
.art-popup-container .art-popup-content input[type=url],
.art-popup-container .art-popup-content input[type=password],
.art-popup-container .art-popup-content input[type=tel],
.art-popup-container .art-popup-content input[type=range],
.art-popup-container .art-popup-content input[type=date],
.art-popup-container .art-popup-content input[type=month],
.art-popup-container .art-popup-content input[type=week],
.art-popup-container .art-popup-content input[type=time],
.art-popup-container .art-popup-content input[type=datetime],
.art-popup-container .art-popup-content input[type=datetime-local],
.art-popup-container .art-popup-content input[type=color],
.art-popup-container .art-popup-content input[type=number],
.art-popup-container .art-popup-content input[type=search],
.art-popup-container .art-popup-content textarea,
.art-popup-container .art-popup-content .select2-container--default .select2-selection--single,
.art-popup-container .art-popup-content select {
  color: var(--art-colors-box-text);
  border-color: var(--art-colors-box-bd);
}
.art-popup-container .art-popup-content input[type=text]:focus,
.art-popup-container .art-popup-content input[type=email]:focus,
.art-popup-container .art-popup-content input[type=url]:focus,
.art-popup-container .art-popup-content input[type=password]:focus,
.art-popup-container .art-popup-content input[type=tel]:focus,
.art-popup-container .art-popup-content input[type=range]:focus,
.art-popup-container .art-popup-content input[type=date]:focus,
.art-popup-container .art-popup-content input[type=month]:focus,
.art-popup-container .art-popup-content input[type=week]:focus,
.art-popup-container .art-popup-content input[type=time]:focus,
.art-popup-container .art-popup-content input[type=datetime]:focus,
.art-popup-container .art-popup-content input[type=datetime-local]:focus,
.art-popup-container .art-popup-content input[type=color]:focus,
.art-popup-container .art-popup-content input[type=number]:focus,
.art-popup-container .art-popup-content input[type=search]:focus,
.art-popup-container .art-popup-content textarea:focus,
.art-popup-container .art-popup-content .select2-container--default .select2-selection--single:focus,
.art-popup-container .art-popup-content select:focus {
  color: var(--art-colors-box-text);
  border-color: var(--art-colors-box-text);
}
.art-popup-container .art-popup-content option {
  background-color: var(--art-colors-box-bg);
}
.art-popup-container .art-popup-title {
  margin: 0;
}
.art-popup-container * + .art-popup-description {
  margin-top: 20px;
}
.art-popup-container * + .art-popup-form {
  margin-top: 30px;
}
.art-popup-container .wpcf7 form.wpcf7-form textarea {
  height: 200px;
}
.art-popup-container .mfp-close {
  border: 0;
  background-color: transparent;
  background-image: none;
  color: var(--art-colors-box-heading);
  font-size: 32px;
  line-height: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 55px;
  top: 55px;
  bottom: auto;
  text-indent: -9999px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .art-popup-container .mfp-close {
    top: 30px;
    right: 30px;
  }
}
.art-popup-container .mfp-close:hover {
  color: var(--art-colors-box-accent);
}
.art-popup-container .mfp-close:before {
  font-family: "art-theme-font";
  content: "\e80b";
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .art-popup-container .art-svg-line {
    display: none;
  }
}

/**
* Fade-zoom animation for first dialog
*/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.5;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.art-subscribe-form {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .art-subscribe-form,
  .art-subscribe-form > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.art-subscribe-form > p {
  margin: 0;
}
.art-subscribe-form:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpcf7-form.submitting .art-subscribe-form:before {
  visibility: visible;
  opacity: 1;
}
.art-subscribe-form > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.art-subscribe-form [type=submit] {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 1px;
  border-style: solid;
  padding: 14px 39px;
  border-color: var(--art-colors-heading);
  background-color: transparent;
  color: var(--art-colors-heading);
  border-radius: 4px;
}
.art-subscribe-form [type=submit]:hover {
  background-color: var(--art-colors-heading);
  color: var(--art-colors-bg);
}
@media only screen and (min-width: 1025px) {
  .art-subscribe-form [type=submit] {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .art-subscribe-form [type=submit] {
    margin-top: 16px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .art-subscribe-form.art-subscribe-form-fullwidth,
  .art-subscribe-form.art-subscribe-form-fullwidth p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.art-subscribe-form.art-subscribe-form-fullwidth [type=submit] {
  margin-left: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .art-subscribe-form.art-subscribe-form-fullwidth [type=submit] {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}
.art-subscribe-form .ajax-loader,
.art-subscribe-form .wpcf7-spinner {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.art-block-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.art-display-block {
  display: block;
}

.art-display-none {
  display: none;
}

#art-main-holder {
  position: relative;
  right: 0;
}
#art-main-holder.art-no-transform {
  -webkit-transform: none !important;
          transform: none !important;
}

.art-main-container {
  min-height: 100vh;
}

.art-main-holder-mask {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 60;
  background: rgba(248, 248, 248, 0.85);
}
.art-main-holder-mask-show .art-main-holder-mask {
  opacity: 1;
  visibility: visible;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text,
.gallery-caption {
  font-size: 100%;
}

.bypostauthor {
  font-size: 100%;
}

/* Preloader */
.art-preloader-holder {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
}
.art-preloader-holder .art-preloader-holder-data {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-preloader-holder img.art-logo-img {
  display: none;
}

/* Notifications */
.art-global-notification-wrapper {
  width: 400px;
  max-width: 100vw;
  max-height: 100vh;
  position: fixed;
  right: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  top: 0;
  max-height: 100vh;
}
.art-header-mid-show + .art-main-container .art-global-notification-wrapper {
  top: var(--art-header-middle-height);
  max-height: calc(100vh - var(--art-header-middle-height));
}
.art-global-notification-wrapper:empty {
  display: none;
}
@media only screen and (min-width: 768px) {
  .art-header-top-show + .art-main-container .art-global-notification-wrapper {
    top: var(--art-header-top-height);
    max-height: calc(100vh - var(--art-header-top-height));
  }
  .art-header-top-show.art-header-mid-show + .art-main-container .art-global-notification-wrapper {
    top: calc(var(--art-header-middle-height) + var(--art-header-top-height));
    max-height: calc(100vh - (var(--art-header-middle-height) + var(--art-header-top-height)));
  }
}
.art-sticky-show.art-header-mid-show + .art-main-container .art-global-notification-wrapper {
  top: var(--art-header-middle-height-sticky);
  max-height: calc(100vh - var(--art-header-middle-height-sticky));
}
@media only screen and (min-width: 768px) {
  .art-header-top-show.art-sticky-show + .art-main-container .art-global-notification-wrapper {
    top: var(--art-header-top-height);
    max-height: calc(100vh - var(--art-header-top-height));
  }
  .art-header-top-show.art-header-mid-show.art-sticky-show + .art-main-container .art-global-notification-wrapper {
    top: calc(var(--art-header-middle-height-sticky) + var(--art-header-top-height));
    max-height: calc(100vh - (var(--art-header-middle-height-sticky) + var(--art-header-top-height)));
  }
}
.art-global-notification-wrapper .art-close-notification {
  font-size: 20px;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 12px;
  top: 17px;
  cursor: pointer;
}
.art-global-notification-wrapper .art-close-notification::before {
  font-family: "art-theme-font";
  content: "\e80a";
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Pagination */
.art-loader-wrapper {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.art-loader-wrapper .art-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-loader-wrapper .art-loader-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.art-loader-wrapper .art-loader-dot {
  margin: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--art-colors-heading);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: scale-dot 1.2s ease-out infinite;
          animation: scale-dot 1.2s ease-out infinite;
}
.art-loader-wrapper .art-loader-dot:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.art-loader-wrapper .art-loader-dot:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.art-loader-wrapper .art-loader-dot:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.art-loader-wrapper .art-loader-dot:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes scale-dot {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes scale-dot {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.art-load-more-wrapper {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.art-pagination-wrapper {
  position: relative;
}
.art-pagination-wrapper.art-is-loading .art-load-more-wrapper {
  opacity: 0;
  visibility: hidden;
}
.art-pagination-wrapper.art-is-loading .art-loader-wrapper {
  opacity: 1;
  visibility: visible;
}

.art-load-more-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

.art-pagination {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art-load-more-pagination .art-pagination {
  display: none;
}
.art-pagination .art-left-arrow {
  margin-right: 17px;
}
.art-pagination .art-right-arrow {
  margin-left: 17px;
}
.art-pagination .art-right-arrow,
.art-pagination .art-left-arrow {
  font-size: 16px;
}
.art-pagination .art-right-arrow *,
.art-pagination .art-left-arrow * {
  display: block;
}
.art-pagination .art-right-arrow a,
.art-pagination .art-left-arrow a {
  color: var(--art-colors-heading);
}
.art-pagination .art-right-arrow a:hover,
.art-pagination .art-left-arrow a:hover {
  color: var(--art-colors-link);
}
.art-pagination .art-center-buttons {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.art-pagination .art-center-buttons .page-numbers {
  margin: 0 10px;
}
.art-pagination .art-center-buttons .page-numbers.current {
  color: var(--art-colors-link);
}
.art-pagination .art-center-buttons a.page-numbers {
  color: var(--art-colors-heading);
}
.art-pagination .art-center-buttons a.page-numbers:hover {
  color: var(--art-colors-link);
}

.art-sub-pagination {
  font-family: var(--art-accent-font-family);
  font-weight: var(--art-accent-font-weight);
  font-style: var(--art-accent-font-style);
  text-transform: var(--art-accent-text-transform);
  -webkit-text-decoration: var(--art-accent-text-decoration);
          text-decoration: var(--art-accent-text-decoration);
  font-size: var(--art-accent-font-size);
  line-height: var(--art-accent-line-height);
  letter-spacing: var(--art-accent-letter-spacing);
  text-align: center;
  padding-top: 25px;
  clear: both;
}
.art-sub-pagination .art-sub-pagination-title {
  margin: 0 0 12px;
}
.art-sub-pagination > span,
.art-sub-pagination > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.art-sub-pagination .post-page-numbers.current {
  color: var(--art-colors-link);
}
.art-sub-pagination a.post-page-numbers {
  color: var(--art-colors-heading);
}
.art-sub-pagination a.post-page-numbers:hover {
  color: var(--art-colors-link);
}

.elementor .wp-block-separator,
.wp-block-separator {
  max-width: 300px;
}
.elementor .wp-block-separator.is-style-wide,
.wp-block-separator.is-style-wide {
  max-width: none;
}

.art-post-pagination {
  text-align: center;
  margin-bottom: 40px;
}
.art-post-pagination .art-post-pages-wrapper {
  margin-bottom: 10px;
}
.art-post-pagination .post-page-numbers {
  margin: 0 7px;
  display: inline-block;
  line-height: 20px;
}
.art-post-pagination .post-page-numbers span {
  line-height: 20px;
  display: inline-block;
}
.art-post-pagination .post-page-numbers.current {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--art-colors-heading);
}

.art-ajax-posts-wrapper {
  position: relative;
}
.art-ajax-posts-wrapper:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: wait;
}
.art-ajax-posts-wrapper.art-loading:before {
  visibility: visible;
  opacity: 1;
}

.art-ajax-terms-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .art-ajax-terms-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 30px;
  }
}
.art-ajax-terms-filter > div {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .art-ajax-terms-filter > div {
    width: 100%;
  }
}

.art-ajax-terms-select {
  width: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .art-ajax-terms-select {
    width: 100%;
  }
}

/* Ajax Terms List */
.art-ajax-terms-list-wrapper {
  margin-bottom: 50px;
  overflow: hidden;
}

.art-ajax-terms-list {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -20px 0;
}
@media only screen and (max-width: 767px) {
  .art-ajax-terms-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.art-ajax-terms-list a {
  margin: 20px 20px 0;
  color: var(--art-colors-second-text);
  position: relative;
}
.art-ajax-terms-list a:before {
  content: "";
  background-color: var(--art-colors-link);
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.art-ajax-terms-list a:hover, .art-ajax-terms-list a.art-current-item {
  color: var(--art-colors-link);
}
.art-ajax-terms-list a.art-current-item {
  color: var(--art-colors-link);
}
.art-ajax-terms-list a.art-current-item:before {
  width: 100%;
}

.art-ajax-load-more-posts-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  position: relative;
}
.art-ajax-load-more-posts-button-wrap.art-hide {
  display: none;
}
.art-ajax-load-more-posts-button-wrap.art-loading .art-ajax-load-more-posts-button {
  opacity: 0;
  visibility: hidden;
}
.art-ajax-load-more-posts-button-wrap.art-loading .art-loader-wrapper {
  opacity: 1;
  visibility: visible;
}

.art-swiper-full-container-wrapper {
  position: relative;
}
.art-swiper-full-container-wrapper .swiper-container {
  overflow: visible;
}

.art-swiper-wide-container-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .art-swiper-wide-container-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.art-swiper-top {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .art-swiper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.art-swiper-top:before {
  content: "";
  width: 120px;
}
.art-swiper-top .art-swiper-title-wrap {
  text-align: center;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .art-swiper-top .art-swiper-title-wrap {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.art-swiper-top .art-swiper-title {
  color: var(--art-colors-heading);
  margin: 0;
  padding: 0;
}
.art-swiper-top .art-swiper-subtitle {
  color: var(--art-colors-heading);
  margin: 0;
  padding: 0;
}
.art-swiper-top .art-swiper-title + .art-swiper-subtitle {
  margin-top: 20px;
}

.art-swiper-bottom {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.art-swiper-arrow-wide-inset,
.art-swiper-arrow-wide-outset {
  color: var(--art-colors-tertiary);
  font-size: 24px;
  line-height: 1em;
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.art-swiper-arrow-wide-inset:before,
.art-swiper-arrow-wide-outset:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.art-swiper-arrow-wide-inset:after,
.art-swiper-arrow-wide-outset:after {
  content: "";
  background-color: var(--art-colors-accent);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art-swiper-arrow-wide-inset:hover,
.art-swiper-arrow-wide-outset:hover {
  color: var(--art-colors-tertiary);
}
.art-swiper-arrow-wide-inset:hover:after,
.art-swiper-arrow-wide-outset:hover:after {
  background-color: var(--art-colors-hover);
}
.art-swiper-arrow-wide-inset.swiper-button-disabled,
.art-swiper-arrow-wide-outset.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.art-swiper-arrow-wide-inset.art-swiper-arrow-prev,
.art-swiper-arrow-wide-outset.art-swiper-arrow-prev {
  left: 0;
}
.art-swiper-arrow-wide-inset.art-swiper-arrow-next,
.art-swiper-arrow-wide-outset.art-swiper-arrow-next {
  right: 0;
}

.art-swiper-arrow-wide-inset.art-swiper-arrow-prev {
  left: 30px;
}
.art-swiper-arrow-wide-inset.art-swiper-arrow-next {
  right: 30px;
}

/* swiper arrows compact */
.art-swiper-arrows-compact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.art-swiper-arrow-compact {
  border-width: 1px;
  border-style: solid;
  border-color: var(--art-colors-heading);
  color: var(--art-colors-heading);
  font-size: 24px;
  line-height: 1em;
  width: 50px;
  height: 50px;
  margin: auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.art-swiper-arrow-compact:hover {
  opacity: 0.6;
}
.art-swiper-arrow-compact:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.art-swiper-arrow-compact.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.art-swiper-arrow-compact + .art-swiper-arrow-compact {
  margin-left: 20px;
}

.art-swiper-container.swiper-container .art-swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.art-dots-position-inside .art-swiper-container.swiper-container .art-swiper-pagination {
  position: absolute;
  bottom: 25px !important;
  z-index: 1;
}
.art-dots-position-outside .art-swiper-container.swiper-container .art-swiper-pagination {
  margin-top: 30px;
}
.art-swiper-container.swiper-container .art-swiper-pagination .swiper-pagination-bullet {
  background-color: var(--art-swiper-dots-color);
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art-swiper-container.swiper-container .art-swiper-pagination .swiper-pagination-bullet:hover, .art-swiper-container.swiper-container .art-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--art-swiper-dots-active-color);
}

/* Headers Styles */
.art-header {
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 0;
  z-index: 50;
}
@media only screen and (max-width: 600px) {
  .admin-bar .art-header {
    top: 0;
  }
}
.art-header.art-menu-open {
  left: -260px;
}
.art-header.art-sticky-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: none;
  transition: none;
}
.art-header.art-sticky {
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.art-header.art-sticky.art-sticky-show {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.art-header__outer {
  position: relative;
}

.art-header-top {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .art-header-top {
    display: none;
  }
}
.art-sticky .art-header-top {
  display: none;
}
.art-header-top__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.art-header-top__outer {
  background-color: var(--art-header-top-bg-color);
  color: var(--art-header-top-text-color);
}
.art-header-top__outer a {
  color: inherit;
}
.art-header-top__inner {
  height: var(--art-header-top-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art-header-top-slogan {
  text-align: center;
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
}
.art-header-top-slogan p {
  margin: 0;
  padding: 0;
}

.art-header-middle {
  position: relative;
}
.art-header-middle__outer {
  background-color: var(--art-colors-bg);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.art-header-over-content:not(.art-sticky) .art-header-middle__outer:not(:hover) {
  background-color: transparent;
}
.art-header-middle__outer:after {
  background-color: var(--art-colors-bd);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.art-header-show-border .art-header-middle__outer:after {
  content: "";
}
.art-header-middle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  height: var(--art-header-middle-height);
}
.art-sticky .art-header-middle__inner {
  height: var(--art-header-middle-height-sticky);
}

.art-header-middle__inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.art-header-middle__start {
  width: 15%;
}
@media only screen and (max-width: 1300px) {
  .art-header-middle__start {
    width: auto;
  }
}
.art-header-middle__center {
  width: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .art-header-middle__center {
    width: auto;
  }
}
.art-header-middle__end {
  width: 15%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1300px) {
  .art-header-middle__end {
    width: auto;
  }
}
.art-header-middle__end > div:not(:first-child) {
  margin-left: 20px;
}

.art-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-logo img {
  display: block;
}

.art-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1300px) {
  .art-nav-menu {
    display: none;
  }
}
.art-nav-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.art-nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.art-nav-menu li {
  margin: 0;
  padding: 0;
  position: relative;
}
.art-nav-menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.art-nav-menu ul.menu > li {
  padding: 0 20px;
}
@media only screen and (max-width: 1440px) {
  .art-nav-menu ul.menu > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.art-nav-menu ul.menu > li > a {
  font-family: var(--art-accent-font-family);
  font-weight: var(--art-accent-font-weight);
  font-style: var(--art-accent-font-style);
  text-transform: var(--art-accent-text-transform);
  -webkit-text-decoration: var(--art-accent-text-decoration);
          text-decoration: var(--art-accent-text-decoration);
  font-size: var(--art-accent-font-size);
  line-height: var(--art-accent-line-height);
  letter-spacing: var(--art-accent-letter-spacing);
  text-align: center;
  color: var(--art-colors-heading);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  white-space: nowrap;
}
.art-nav-menu ul.menu > li:hover > a, .art-nav-menu ul.menu > li.current-menu-item > a, .art-nav-menu ul.menu > li.current-menu-ancestor > a {
  color: var(--art-colors-accent);
}
.art-nav-menu ul.sub-menu {
  background-color: var(--art-colors-bg);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding: 20px 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art-nav-menu ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.art-nav-menu ul.sub-menu ul.sub-menu {
  top: -20px;
  left: 100%;
}
.art-nav-menu ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.art-nav-menu ul.sub-menu > li a {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  color: var(--art-colors-heading);
  display: block;
  padding: 5px 32px 5px 16px;
  position: relative;
}
.art-nav-menu ul.sub-menu > li.menu-item-has-children > a:after {
  font-family: "art-theme-font";
  font-size: 16px;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 16px;
  top: 0;
  bottom: 0;
  content: "\e808";
}
.art-nav-menu ul.sub-menu > li:hover > a, .art-nav-menu ul.sub-menu > li.current-menu-item > a, .art-nav-menu ul.sub-menu > li.current-menu-ancestor > a {
  color: var(--art-colors-link);
}

.art-header-top-add-info {
  margin: 0 -15px;
}
@media only screen and (max-width: 1024px) {
  .art-header-top-add-info {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.art-header-top-add-info > span {
  font-family: var(--art-accent-font-family);
  font-weight: var(--art-accent-font-weight);
  font-style: var(--art-accent-font-style);
  text-transform: var(--art-accent-text-transform);
  -webkit-text-decoration: var(--art-accent-text-decoration);
          text-decoration: var(--art-accent-text-decoration);
  font-size: var(--art-accent-font-size);
  line-height: var(--art-accent-line-height);
  letter-spacing: var(--art-accent-letter-spacing);
  font-size: calc(var(--art-accent-font-size) - 4px);
  color: var(--art-colors-heading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .art-header-top-add-info > span {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.art-header-top-add-info > span:before {
  font-size: 20px;
  margin-right: 6px;
}

.authorization-toggle {
  cursor: pointer;
}
.authorization-toggle,
.authorization-toggle a {
  color: var(--art-colors-heading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.authorization-toggle:hover,
.authorization-toggle a:hover {
  color: var(--art-colors-link);
}
.authorization-toggle i {
  font-size: 24px;
}
.authorization-toggle a {
  color: inherit;
}

.art-header-add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .art-header-add-info {
    display: none;
  }
}

.art-header-phone {
  font-family: var(--art-accent-font-family);
  font-weight: var(--art-accent-font-weight);
  font-style: var(--art-accent-font-style);
  text-transform: var(--art-accent-text-transform);
  -webkit-text-decoration: var(--art-accent-text-decoration);
          text-decoration: var(--art-accent-text-decoration);
  font-size: var(--art-accent-font-size);
  line-height: var(--art-accent-line-height);
  letter-spacing: var(--art-accent-letter-spacing);
}
.art-header-phone span:before {
  margin-right: 8px;
}

/* Mobile menu */
body.admin-bar .art--mobile-menu-navigation-wrapper {
  padding-top: 45px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar .art--mobile-menu-navigation-wrapper {
    padding-top: 59px;
  }
}

.art--mobile-menu-navigation-wrapper {
  right: -260px !important;
}
.art--mobile-menu-navigation-wrapper.sidebar-open {
  right: 0 !important;
}

.art-mobile-menu-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098;
}
.art-mobile-menu-wrapper .art-sidebar-overlay.art--mobile-menu-icon {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1099;
  cursor: pointer;
}

.art--mobile-menu-navigation-wrapper {
  position: fixed;
  z-index: 1800;
  right: 0;
  top: 0;
  width: 260px;
  background-color: var(--art-colors-bg);
  padding: 20px 30px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}
.art--mobile-menu-navigation-wrapper:before {
  content: "";
  background-color: var(--art-colors-heading);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.08;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul {
  list-style: none;
  margin: 0;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li {
  margin: 0;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li > a .fl-menu-flipper-icon .fl-back-content {
  opacity: 0;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content {
  opacity: 0;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-back-content {
  opacity: 1;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a {
  color: var(--art-colors-heading);
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  position: relative;
  display: block;
  padding: 10px 20px 10px 0;
  text-align: left;
  -webkit-transition: none;
  transition: none;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a:hover {
  color: var(--art-colors-link);
  text-decoration: none;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon {
  font-size: 16px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-front-content,
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-back-content {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-front-content:before,
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-back-content:before {
  font-family: "art-theme-font";
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-front-content:before {
  content: "\e820";
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li a .fl-menu-flipper-icon .fl-back-content:before {
  content: "\e822";
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.current-menu-item > a, .art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li.current-menu-ancestor > a {
  color: var(--art-colors-link);
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li .sub-menu {
  display: none;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li .sub-menu a {
  font-family: var(--art-body-five-font-family);
  font-weight: var(--art-body-five-font-weight);
  font-style: var(--art-body-five-font-style);
  text-transform: var(--art-body-five-text-transform);
  -webkit-text-decoration: var(--art-body-five-text-decoration);
          text-decoration: var(--art-body-five-text-decoration);
  font-size: var(--art-body-five-font-size);
  line-height: var(--art-body-five-line-height);
  letter-spacing: var(--art-body-five-letter-spacing);
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li .sub-menu ul a {
  padding-left: 20px;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li .sub-menu ul ul a {
  padding-left: 25px;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu-navigation ul.art--mobile-menu li .sub-menu ul ul ul a {
  padding-left: 30px;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu__add-info {
  display: none;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .art--mobile-menu-navigation-wrapper .art--mobile-menu__add-info {
    display: block;
  }
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu__add-info > * + * {
  margin-top: 20px;
}
.art--mobile-menu-navigation-wrapper .art--mobile-menu__add-info .art-header-button {
  width: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@media only screen and (min-width: 1301px) {
  .info_block_hamburger {
    display: none;
  }
}
.hamburger {
  padding: 5px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hamburger:hover {
  opacity: 0.8;
}

.hamburger-box {
  width: 20px;
  height: 16px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: var(--art-colors-heading);
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
* Collapse Reverse
*/
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Footer */
.art-footer__wrap {
  background-color: var(--art-footer-bg-color);
}
.art-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .art-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.art-footer-copyright {
  color: var(--art-footer-text-color);
  font-family: var(--art-body-five-font-family);
  font-weight: var(--art-body-five-font-weight);
  font-style: var(--art-body-five-font-style);
  text-transform: var(--art-body-five-text-transform);
  -webkit-text-decoration: var(--art-body-five-text-decoration);
          text-decoration: var(--art-body-five-text-decoration);
  font-size: var(--art-body-five-font-size);
  line-height: var(--art-body-five-line-height);
  letter-spacing: var(--art-body-five-letter-spacing);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .art-footer-copyright {
    text-align: center;
  }
}
.art-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 41px;
     -moz-column-gap: 41px;
          column-gap: 41px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.art-footer-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
}
.art-footer-menu > li + li:before {
  content: "";
  background-color: var(--art-footer-link-hover-color);
  width: 1px;
  height: 15px;
  margin: auto !important;
  position: absolute;
  left: -21px;
  right: auto;
  top: 0;
  bottom: 0;
}
.art-footer-menu > li > a {
  display: block;
  font-family: var(--art-body-five-font-family);
  font-weight: var(--art-body-five-font-weight);
  font-style: var(--art-body-five-font-style);
  text-transform: var(--art-body-five-text-transform);
  -webkit-text-decoration: var(--art-body-five-text-decoration);
          text-decoration: var(--art-body-five-text-decoration);
  font-size: var(--art-body-five-font-size);
  line-height: var(--art-body-five-line-height);
  letter-spacing: var(--art-body-five-letter-spacing);
  color: var(--art-footer-link-color);
}
.art-footer-menu > li:hover > a, .art-footer-menu > li.current-menu-item > a, .art-footer-menu > li.current-menu-ancestor > a {
  color: var(--art-footer-link-hover-color);
}
.art-footer-menu .sub-menu {
  display: none;
}

/* WordPress Widgets */
.widget {
  margin-bottom: 40px;
}
.widget .widget-title {
  margin-bottom: 20px;
}
.widget ul {
  list-style-position: inside;
  margin: 0;
}

.art-subscribe-widget-area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 108px;
  padding-bottom: 108px;
}

/* Archive */
.widget_archive > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  color: var(--art-colors-text);
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}
.widget_archive > ul li {
  margin-top: 15px;
}
.widget_archive > ul > li:first-child {
  margin-top: 0;
}
.widget_archive > ul a {
  color: var(--art-colors-text);
}
.widget_archive > ul a:hover {
  color: var(--art-colors-link);
}
.widget_archive > ul ul {
  list-style: none;
}

/* Calendar */
.widget_calendar table {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.widget_calendar table caption {
  text-align: left;
  margin-bottom: 10px;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 8px 2px;
}
.widget_calendar table thead th,
.widget_calendar table thead td {
  outline: none;
}
.widget_calendar table tbody th,
.widget_calendar table tbody td {
  outline: none;
}
.widget_calendar .wp-calendar-nav {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.widget_calendar .wp-calendar-nav a {
  color: var(--art-colors-heading);
}
.widget_calendar .wp-calendar-nav a:hover {
  color: var(--art-colors-link);
}

/* Categories */
.widget_categories > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  color: var(--art-colors-text);
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}
.widget_categories > ul li {
  margin-top: 15px;
}
.widget_categories > ul > li:first-child {
  margin-top: 0;
}
.widget_categories > ul a {
  color: var(--art-colors-text);
}
.widget_categories > ul a:hover {
  color: var(--art-colors-link);
}
.widget_categories > ul ul {
  list-style: none;
}

/* Meta */
.widget_meta > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  color: var(--art-colors-text);
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}
.widget_meta > ul li {
  margin-top: 15px;
}
.widget_meta > ul > li:first-child {
  margin-top: 0;
}
.widget_meta > ul a {
  color: var(--art-colors-text);
}
.widget_meta > ul a:hover {
  color: var(--art-colors-link);
}
.widget_meta > ul ul {
  list-style: none;
}

/* Navigation Menu */
.widget_nav_menu ul {
  background-color: transparent !important;
  background-image: none !important;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--art-colors-text);
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
}
.widget_nav_menu li {
  margin-top: 12px;
}
.widget_nav_menu > ul > li:first-child {
  margin-top: 0;
}
.widget_nav_menu a {
  color: var(--art-colors-text);
}
.widget_nav_menu a:hover {
  color: var(--art-colors-link);
}
.widget_nav_menu ul ul > li > a {
  padding-left: 15px;
}
.widget_nav_menu ul ul ul > li > a {
  padding-left: 30px;
}
.widget_nav_menu ul ul ul ul > li > a {
  padding-left: 45px;
}
.widget_nav_menu ul ul ul ul ul > li > a {
  padding-left: 50px;
}
.widget_nav_menu ul ul ul ul ul ul > li > a {
  padding-left: 55px;
}
.widget_nav_menu ul ul ul ul ul ul ul > li > a {
  padding-left: 60px;
}
.widget_nav_menu ul ul ul ul ul ul ul ul > li > a {
  padding-left: 65px;
}
.widget_nav_menu ul ul ul ul ul ul ul ul ul > li > a {
  padding-left: 70px;
}
.widget_nav_menu ul ul ul ul ul ul ul ul ul ul > li > a {
  padding-left: 75px;
}
.widget_nav_menu ul ul ul ul ul ul ul ul ul ul ul > li > a {
  padding-left: 80px;
}

/* Pages */
.widget_pages > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  color: var(--art-colors-text);
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  margin-top: 0;
  margin-bottom: 0;
}
.widget_pages > ul li {
  margin-top: 15px;
}
.widget_pages > ul > li:first-child {
  margin-top: 0;
}
.widget_pages > ul a {
  color: var(--art-colors-text);
}
.widget_pages > ul a:hover {
  color: var(--art-colors-link);
}
.widget_pages > ul ul {
  list-style: none;
}

/* Recent Comments */
.widget_recent_comments ul {
  list-style: none;
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-second-text);
  margin: 0;
}
.widget_recent_comments ul li {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.widget_recent_comments ul li:before {
  content: "";
  background-color: var(--art-colors-bd);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.widget_recent_comments ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.widget_recent_comments ul > li:first-child::before {
  content: none;
}
.widget_recent_comments ul a {
  color: var(--art-colors-heading);
}
.widget_recent_comments ul a:hover {
  color: var(--art-colors-link);
}

/* Recent Posts */
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
}
.widget_recent_entries ul li {
  margin-top: 20px;
  padding-bottom: 21px;
  position: relative;
}
.widget_recent_entries ul li:before {
  content: "";
  background-color: var(--art-colors-bd);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
}
.widget_recent_entries ul > li:first-child {
  margin-top: 0;
}
.widget_recent_entries ul a {
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
  color: var(--art-colors-heading);
}
.widget_recent_entries ul a:hover {
  color: var(--art-colors-link);
}
.widget_recent_entries .post-date {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-heading);
  display: block;
  margin-top: 4px;
}

/* RSS */
.widget_rss ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.widget_rss ul li {
  margin-top: 25px;
  padding-top: 20px;
  position: relative;
}
.widget_rss ul li:before {
  content: "";
  background-color: var(--art-colors-bd);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.widget_rss ul > li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.widget_rss ul > li:first-child::before {
  content: none;
}
.widget_rss ul .rsswidget {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-heading);
  display: block;
}
.widget_rss ul .rsswidget:hover {
  color: var(--art-colors-link);
}
.widget_rss ul .rss-date,
.widget_rss ul cite {
  display: block;
  font-family: var(--art-body-three-font-family);
  font-weight: var(--art-body-three-font-weight);
  font-style: var(--art-body-three-font-style);
  text-transform: var(--art-body-three-text-transform);
  -webkit-text-decoration: var(--art-body-three-text-decoration);
          text-decoration: var(--art-body-three-text-decoration);
  font-size: var(--art-body-three-font-size);
  line-height: var(--art-body-three-line-height);
  letter-spacing: var(--art-body-three-letter-spacing);
  color: var(--art-colors-second-text);
  margin-top: 10px;
}
.widget_rss ul .rssSummary {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  margin-top: 10px;
}

/* Tag Cloud */
.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -11px 0;
}
.widget_tag_cloud .tag-cloud-link {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  font-size: var(--art-button-font-size) !important;
  background-color: var(--art-colors-accent);
  color: var(--art-colors-tertiary);
  margin: 10px 11px 0;
  padding: 7px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget_tag_cloud .tag-cloud-link:hover {
  background-color: var(--art-colors-hover);
  color: var(--art-colors-tertiary);
}

/* Text */
.widget_text .textwidget:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.widget_text .textwidget > *:first-child {
  margin-top: 0;
}
.widget_text .textwidget > *:last-child {
  margin-bottom: 0;
}

/* Headline */
.art-headline {
  padding-top: 0;
  position: relative;
}
.art-header-mid-show + .art-main-container .art-headline {
  padding-top: var(--art-header-middle-height);
}
@media only screen and (min-width: 768px) {
  .art-header-top-show + .art-main-container .art-headline {
    padding-top: var(--art-header-top-height);
  }
  .art-header-top-show.art-header-mid-show + .art-main-container .art-headline {
    padding-top: calc(var(--art-header-middle-height) + var(--art-header-top-height));
  }
}
.art-headline:not(.art-headline-disabled) {
  background-color: var(--art-headline-bg-color);
}
.art-header-over-content + .art-main-container .art-headline.art-headline-disabled {
  display: none;
}
.art-headline__outer {
  position: relative;
}
.art-headline__inner {
  min-height: var(--art-headline-height);
  padding-top: 30px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art-headline__wrap {
  text-align: center;
}
.art-headline__title {
  color: var(--art-headline-text-color);
  margin: 0;
}
.art-headline__description {
  font-family: var(--art-body-three-font-family);
  font-weight: var(--art-body-three-font-weight);
  font-style: var(--art-body-three-font-style);
  text-transform: var(--art-body-three-text-transform);
  -webkit-text-decoration: var(--art-body-three-text-decoration);
          text-decoration: var(--art-body-three-text-decoration);
  font-size: var(--art-body-three-font-size);
  line-height: var(--art-body-three-line-height);
  letter-spacing: var(--art-body-three-letter-spacing);
  color: var(--art-headline-text-color);
  margin: 20px 0 0;
}

.art-headline-small {
  padding-top: 0;
}
.art-header-mid-show + .art-main-container .art-headline-small {
  padding-top: var(--art-header-middle-height);
}
@media only screen and (min-width: 768px) {
  .art-header-top-show + .art-main-container .art-headline-small {
    padding-top: var(--art-header-top-height);
  }
  .art-header-top-show.art-header-mid-show + .art-main-container .art-headline-small {
    padding-top: calc(var(--art-header-middle-height) + var(--art-header-top-height));
  }
}
.art-headline-small__title {
  font-family: var(--art-h3-font-family);
  font-weight: var(--art-h3-font-weight);
  font-style: var(--art-h3-font-style);
  text-transform: var(--art-h3-text-transform);
  -webkit-text-decoration: var(--art-h3-text-decoration);
          text-decoration: var(--art-h3-text-decoration);
  font-size: var(--art-h3-font-size);
  line-height: var(--art-h3-line-height);
  letter-spacing: var(--art-h3-letter-spacing);
  text-align: center;
  margin: 0;
  padding: 60px 0;
}

.art-search-headline__inner {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
.art-search-empty .art-search-headline__inner {
  padding-bottom: 80px;
}
@media only screen and (min-width: 1025px) {
  .art-search-empty .art-search-headline__inner {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.art-search-headline__title {
  font-family: var(--art-h3-font-family);
  font-weight: var(--art-h3-font-weight);
  font-style: var(--art-h3-font-style);
  text-transform: var(--art-h3-text-transform);
  -webkit-text-decoration: var(--art-h3-text-decoration);
          text-decoration: var(--art-h3-text-decoration);
  font-size: var(--art-h3-font-size);
  line-height: var(--art-h3-line-height);
  letter-spacing: var(--art-h3-letter-spacing);
  margin: 0;
}
.art-search-headline__subtitle {
  margin: 30px 0 0;
}
.art-search-headline .art-search-again {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Page */
.art-page .art-page-content {
  padding-top: 100px;
  padding-bottom: 80px;
}
.art-page .art-page-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .art-page .art-page-content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.elementor-page .art-page .art-page-content {
  padding: 0;
  max-width: 100%;
}
.art-headline-small + .art-page .art-page-content {
  padding-top: 0;
}

.art-main-container .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 15px;
}

/* Elementor */
body.elementor-editor-active .art-header {
  position: absolute;
}
body.elementor-editor-active .art-preloader-holder {
  display: none !important;
}

.art-main-container .elementor-custom-embed-play i,
.art-main-container .elementor-custom-embed-play svg {
  opacity: 0.6;
}
.art-main-container .elementor-custom-embed-play i:hover,
.art-main-container .elementor-custom-embed-play svg:hover {
  opacity: 1;
}

.elementor-widget-art-button {
  --art-button-alignment: left;
}

.art-button-widget__wrap {
  text-align: var(--art-button-alignment);
}

.elementor-widget-art-icon-list {
  --art-icon-list-text-color: var(--art-colors-text);
  --art-icon-list-icon-color: var(--art-colors-box-accent);
  --art-icon-list-icon-bg-color: var(--art-colors-box-second-bg);
}
.elementor-widget-art-icon-list .art-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elementor-widget-art-icon-list .art-icon-list__item {
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
}
.elementor-widget-art-icon-list .art-icon-list__item:first-child {
  margin-top: 0;
}
.elementor-widget-art-icon-list .art-icon-list__item-icon {
  font-size: 14px;
  background-color: var(--art-icon-list-icon-bg-color);
  color: var(--art-icon-list-icon-color);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.elementor-widget-art-icon-list .art-icon-list__item-text {
  color: var(--art-icon-list-text-color);
}

.elementor-widget-art-testimonials-slider-boxed {
  --art-testimonials-slider-boxed-title-color: var(--art-colors-heading);
  --art-testimonials-slider-boxed-subtitle-color: var(--art-colors-heading);
  --art-testimonials-slider-boxed-arrows-color: var(--art-colors-heading);
}
.elementor-widget-art-testimonials-slider-boxed .art-swiper-top .art-swiper-title {
  color: var(--art-testimonials-slider-boxed-title-color);
}
.elementor-widget-art-testimonials-slider-boxed .art-swiper-top .art-swiper-subtitle {
  color: var(--art-testimonials-slider-boxed-subtitle-color);
}
.elementor-widget-art-testimonials-slider-boxed .art-swiper-arrow-compact {
  border-color: var(--art-testimonials-slider-boxed-arrows-color);
  color: var(--art-testimonials-slider-boxed-arrows-color);
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial {
  background-color: var(--art-colors-box-bg);
  padding: 40px 30px;
  border-radius: 10px;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__avatar {
  width: 240px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__rating {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  white-space: nowrap;
  position: relative;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__rating span,
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__rating svg {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__rating svg {
  fill: #FBBC05;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__text {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  color: var(--art-colors-box-text);
  text-align: center;
  margin-top: 16px;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__text p {
  margin: 0;
  padding: 0;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__text + * {
  margin-top: 16px;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__author-name {
  font-family: var(--art-h5-font-family);
  font-weight: var(--art-h5-font-weight);
  font-style: var(--art-h5-font-style);
  text-transform: var(--art-h5-text-transform);
  -webkit-text-decoration: var(--art-h5-text-decoration);
          text-decoration: var(--art-h5-text-decoration);
  font-size: var(--art-h5-font-size);
  line-height: var(--art-h5-line-height);
  letter-spacing: var(--art-h5-letter-spacing);
  color: var(--art-colors-box-heading);
  text-align: center;
}
.elementor-widget-art-testimonials-slider-boxed .art-testimonial__author-role {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  color: var(--art-colors-box-second-text);
  text-align: center;
}

.elementor-widget-art-testimonials-slider-wide {
  --art-testimonials-slider-wide-text-color: var(--art-colors-text);
  --art-testimonials-slider-wide-author-name-color: var(--art-colors-heading);
  --art-testimonials-slider-wide-author-role-color: var(--art-colors-heading);
  --art-testimonials-slider-wide-arrows-bg-color: var(--art-colors-accent);
  --art-testimonials-slider-wide-arrows-bg-color-hover: var(--art-colors-hover);
  --art-testimonials-slider-wide-arrows-color: var(--art-colors-tertiary);
  --art-testimonials-slider-wide-arrows-color-hover: var(--art-colors-tertiary);
  --art-testimonials-slider-wide-content-padding-left: 50px;
  --art-testimonials-slider-wide-content-padding-right: 50px;
  --art-testimonials-slider-wide-arrows-offset-top: 50%;
}
.elementor-widget-art-testimonials-slider-wide .art-swiper-arrow-wide-inset,
.elementor-widget-art-testimonials-slider-wide .art-swiper-arrow-wide-outset {
  color: var(--art-testimonials-slider-wide-arrows-color);
  top: var(--art-testimonials-slider-wide-arrows-offset-top);
}
.elementor-widget-art-testimonials-slider-wide .art-swiper-arrow-wide-inset:after,
.elementor-widget-art-testimonials-slider-wide .art-swiper-arrow-wide-outset:after {
  background-color: var(--art-testimonials-slider-wide-arrows-bg-color);
}
.elementor-widget-art-testimonials-slider-wide .art-swiper-arrow-wide-inset:hover,
.elementor-widget-art-testimonials-slider-wide .art-swiper-arrow-wide-outset:hover {
  color: var(--art-testimonials-slider-wide-arrows-color-hover);
}
.elementor-widget-art-testimonials-slider-wide .art-swiper-arrow-wide-inset:hover:after,
.elementor-widget-art-testimonials-slider-wide .art-swiper-arrow-wide-outset:hover:after {
  background-color: var(--art-testimonials-slider-wide-arrows-bg-color-hover);
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial {
  padding-left: var(--art-testimonials-slider-wide-content-padding-left);
  padding-right: var(--art-testimonials-slider-wide-content-padding-right);
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial__text {
  font-family: var(--art-blockquote-font-family);
  font-weight: var(--art-blockquote-font-weight);
  font-style: var(--art-blockquote-font-style);
  text-transform: var(--art-blockquote-text-transform);
  -webkit-text-decoration: var(--art-blockquote-text-decoration);
          text-decoration: var(--art-blockquote-text-decoration);
  font-size: var(--art-blockquote-font-size);
  line-height: var(--art-blockquote-line-height);
  letter-spacing: var(--art-blockquote-letter-spacing);
  color: var(--art-testimonials-slider-wide-text-color);
  text-align: center;
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial__text p {
  margin: 0;
  padding: 0;
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial__text + * {
  margin-top: 30px;
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial__avatar {
  width: 120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 100px;
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial__avatar + * {
  margin-top: 30px;
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial__author-name {
  font-family: var(--art-h5-font-family);
  font-weight: var(--art-h5-font-weight);
  font-style: var(--art-h5-font-style);
  text-transform: var(--art-h5-text-transform);
  -webkit-text-decoration: var(--art-h5-text-decoration);
          text-decoration: var(--art-h5-text-decoration);
  font-size: var(--art-h5-font-size);
  line-height: var(--art-h5-line-height);
  letter-spacing: var(--art-h5-letter-spacing);
  color: var(--art-testimonials-slider-wide-author-name-color);
  text-align: center;
}
.elementor-widget-art-testimonials-slider-wide .art-testimonial__author-role {
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
  color: var(--art-testimonials-slider-wide-author-role-color);
  text-align: center;
}

.elementor-widget-art-toggle {
  --art-toggle-title-color: var(--art-colors-heading);
  --art-toggle-text-color: var(--art-colors-text);
  --art-toggle-divider-color: var(--art-colors-bd);
  --art-toggle-icon-color: var(--art-colors-accent);
}
.elementor-widget-art-toggle .art-toggle {
  position: relative;
}
.elementor-widget-art-toggle .art-toggle__item {
  position: relative;
}
.elementor-widget-art-toggle .art-toggle__item:first-child:before {
  content: "";
  background-color: var(--art-toggle-divider-color);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.elementor-widget-art-toggle .art-toggle__item:after {
  content: "";
  background-color: var(--art-toggle-divider-color);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.elementor-widget-art-toggle .art-toggle__item-title {
  font-family: var(--art-h6-font-family);
  font-weight: var(--art-h6-font-weight);
  font-style: var(--art-h6-font-style);
  text-transform: var(--art-h6-text-transform);
  -webkit-text-decoration: var(--art-h6-text-decoration);
          text-decoration: var(--art-h6-text-decoration);
  font-size: var(--art-h6-font-size);
  line-height: var(--art-h6-line-height);
  letter-spacing: var(--art-h6-letter-spacing);
  color: var(--art-toggle-title-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 16px 0;
  position: relative;
}
.elementor-widget-art-toggle .art-toggle__item-title > span {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.elementor-widget-art-toggle .art-toggle__item-title:hover > span {
  opacity: 0.6;
}
.elementor-widget-art-toggle .art-toggle__item-title i {
  color: var(--art-toggle-icon-color);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.elementor-widget-art-toggle .art-toggle__item.art-active .art-toggle__item-title i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.elementor-widget-art-toggle .art-toggle__item-content {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  color: var(--art-toggle-text-color);
  display: none;
  margin: -2px 0 0;
  padding: 0 0 22px;
}
.elementor-widget-art-toggle .art-toggle__item-content h1, .elementor-widget-art-toggle .art-toggle__item-content h2, .elementor-widget-art-toggle .art-toggle__item-content h3, .elementor-widget-art-toggle .art-toggle__item-content h4, .elementor-widget-art-toggle .art-toggle__item-content h5, .elementor-widget-art-toggle .art-toggle__item-content h6 {
  color: inherit;
}

.elementor-widget-art-accordion {
  --art-accordion-title-color: var(--art-colors-heading);
  --art-accordion-text-color: var(--art-colors-text);
  --art-accordion-divider-color: var(--art-colors-bd);
  --art-accordion-icon-color: var(--art-colors-accent);
}
.elementor-widget-art-accordion .art-accordion {
  position: relative;
}
.elementor-widget-art-accordion .art-accordion__item {
  position: relative;
}
.elementor-widget-art-accordion .art-accordion__item:first-child:before {
  content: "";
  background-color: var(--art-accordion-divider-color);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.elementor-widget-art-accordion .art-accordion__item:after {
  content: "";
  background-color: var(--art-accordion-divider-color);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.elementor-widget-art-accordion .art-accordion__item-title {
  font-family: var(--art-h6-font-family);
  font-weight: var(--art-h6-font-weight);
  font-style: var(--art-h6-font-style);
  text-transform: var(--art-h6-text-transform);
  -webkit-text-decoration: var(--art-h6-text-decoration);
          text-decoration: var(--art-h6-text-decoration);
  font-size: var(--art-h6-font-size);
  line-height: var(--art-h6-line-height);
  letter-spacing: var(--art-h6-letter-spacing);
  color: var(--art-accordion-title-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 16px 0;
  position: relative;
}
.elementor-widget-art-accordion .art-accordion__item-title > span {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.elementor-widget-art-accordion .art-accordion__item-title:hover > span {
  opacity: 0.6;
}
.elementor-widget-art-accordion .art-accordion__item-title i {
  color: var(--art-accordion-icon-color);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.elementor-widget-art-accordion .art-accordion__item.art-active .art-accordion__item-title i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.elementor-widget-art-accordion .art-accordion__item-content {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  color: var(--art-accordion-text-color);
  display: none;
  margin: -2px 0 0;
  padding: 0 0 22px;
}
.elementor-widget-art-accordion .art-accordion__item-content h1, .elementor-widget-art-accordion .art-accordion__item-content h2, .elementor-widget-art-accordion .art-accordion__item-content h3, .elementor-widget-art-accordion .art-accordion__item-content h4, .elementor-widget-art-accordion .art-accordion__item-content h5, .elementor-widget-art-accordion .art-accordion__item-content h6 {
  color: inherit;
}

.elementor-widget-art-pricing-plans {
  --art-columns: 4;
  --art-columns-gap: 30px;
  --badge-position: absolute;
}
@media only screen and (max-width: 1024px) {
  .elementor-widget-art-pricing-plans {
    --badge-position: static;
  }
}
.elementor-widget-art-pricing-plans .art-pricing-plans {
  display: grid;
  grid-template-columns: repeat(var(--art-columns), minmax(10px, 1fr));
  grid-gap: var(--art-columns-gap);
}
.elementor-widget-art-pricing-plans .art-pricing-plan {
  background-color: var(--art-colors-box-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 40px 30px;
  position: relative;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__badge {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  background-color: var(--art-colors-accent);
  color: var(--art-colors-tertiary);
  text-align: center;
  display: block;
  width: 100%;
  padding: 7px 10px;
  position: var(--badge-position);
  left: 0;
  bottom: 100%;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__content > *:first-child {
  margin-top: 0;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__title {
  color: var(--art-colors-box-heading);
  margin: 0;
  padding: 0;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__text {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  color: var(--art-colors-box-text);
  margin-top: 10px;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__text p {
  margin: 0;
  padding: 0;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__items {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__item {
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  color: var(--art-colors-box-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__item:first-child {
  margin-top: 0;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__item-icon {
  font-size: 14px;
  background-color: var(--art-colors-box-second-bg);
  color: var(--art-colors-box-accent);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__footer > *:first-child {
  margin-top: 0;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__price {
  font-family: var(--art-h4-font-family);
  font-weight: var(--art-h4-font-weight);
  font-style: var(--art-h4-font-style);
  text-transform: var(--art-h4-text-transform);
  -webkit-text-decoration: var(--art-h4-text-decoration);
          text-decoration: var(--art-h4-text-decoration);
  font-size: var(--art-h4-font-size);
  line-height: var(--art-h4-line-height);
  letter-spacing: var(--art-h4-letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 10px;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__price-old {
  color: var(--art-colors-box-second-text);
  text-decoration: line-through;
}
.elementor-widget-art-pricing-plans .art-pricing-plan__price-current {
  color: var(--art-colors-box-heading);
}
.elementor-widget-art-pricing-plans .art-pricing-plan__button {
  text-align: center;
  margin-top: 30px;
}

.elementor-widget-art-course .art-course {
  position: relative;
}
.elementor-widget-art-course .art-course__image {
  position: relative;
}
.elementor-widget-art-course .art-course__image a {
  display: block;
}
.elementor-widget-art-course .art-course__image img {
  display: block;
  width: 100%;
  height: auto;
}
.elementor-widget-art-course .art-course__price {
  font-family: var(--art-body-three-font-family);
  font-weight: var(--art-body-three-font-weight);
  font-style: var(--art-body-three-font-style);
  text-transform: var(--art-body-three-text-transform);
  -webkit-text-decoration: var(--art-body-three-text-decoration);
          text-decoration: var(--art-body-three-text-decoration);
  font-size: var(--art-body-three-font-size);
  line-height: var(--art-body-three-line-height);
  letter-spacing: var(--art-body-three-letter-spacing);
  background-color: var(--art-colors-tertiary);
  color: var(--art-colors-accent);
  padding: 8px 17px 7px;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 4px;
}
.elementor-widget-art-course .art-course__title {
  color: var(--art-colors-heading);
  margin: 20px 0 0;
  padding: 0;
}
.elementor-widget-art-course .art-course__title a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.elementor-widget-art-course .art-course__title a:hover {
  color: inherit;
  opacity: 0.6;
}

.elementor-widget-art-rating {
  --art-rating-text-color: var(--art-colors-text);
  --art-rating-alignment: center;
}
.elementor-widget-art-rating .art-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: var(--art-rating-alignment);
      -ms-flex-align: var(--art-rating-alignment);
          align-items: var(--art-rating-alignment);
}
.elementor-widget-art-rating .art-rating__stars {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  white-space: nowrap;
  position: relative;
}
.elementor-widget-art-rating .art-rating__stars span,
.elementor-widget-art-rating .art-rating__stars svg {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.elementor-widget-art-rating .art-rating__stars svg {
  fill: #FBBC05;
}
.elementor-widget-art-rating .art-rating__text {
  color: var(--art-rating-text-color);
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
  text-align: center;
  margin: 8px 0 0;
  padding: 0;
}
.elementor-widget-art-rating .art-rating__avatars {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.elementor-widget-art-rating .art-rating__avatars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.elementor-widget-art-rating .art-rating__avatars span + span {
  margin-left: -6px;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(15) {
  z-index: 1;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(14) {
  z-index: 2;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(13) {
  z-index: 3;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(12) {
  z-index: 4;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(11) {
  z-index: 5;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(10) {
  z-index: 6;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(9) {
  z-index: 7;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(8) {
  z-index: 8;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(7) {
  z-index: 9;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(6) {
  z-index: 10;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(5) {
  z-index: 11;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(4) {
  z-index: 12;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(3) {
  z-index: 13;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(2) {
  z-index: 14;
}
.elementor-widget-art-rating .art-rating__avatars span:nth-child(1) {
  z-index: 15;
}

.art-content-slider-item__image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.art-content-slider-item__image img {
  display: block;
  width: 100%;
}
.art-content-slider-item__image-overlay {
  font-family: var(--art-h4-font-family);
  font-weight: var(--art-h4-font-weight);
  font-style: var(--art-h4-font-style);
  text-transform: var(--art-h4-text-transform);
  -webkit-text-decoration: var(--art-h4-text-decoration);
          text-decoration: var(--art-h4-text-decoration);
  font-size: var(--art-h4-font-size);
  line-height: var(--art-h4-line-height);
  letter-spacing: var(--art-h4-letter-spacing);
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.art-content-slider-item__icon {
  margin-bottom: 20px;
}
.art-content-slider-item__subtitle {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-link);
  margin-bottom: 12px;
}
.art-content-slider-item__title {
  margin: 0 0 12px;
}
.art-content-slider-item__title a {
  color: var(--art-colors-heading);
}
.art-content-slider-item__title a:hover {
  color: var(--art-colors-link);
}

.art-countdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .art-countdown__list {
    grid-gap: 20px;
  }
}
.art-countdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art-countdown__digits {
  font-family: var(--art-h2-font-family);
  font-weight: var(--art-h2-font-weight);
  font-style: var(--art-h2-font-style);
  text-transform: var(--art-h2-text-transform);
  -webkit-text-decoration: var(--art-h2-text-decoration);
          text-decoration: var(--art-h2-text-decoration);
  font-size: var(--art-h2-font-size);
  line-height: var(--art-h2-line-height);
  letter-spacing: var(--art-h2-letter-spacing);
  color: var(--art-colors-heading);
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .art-countdown__digits {
    font-size: var(--art-h3-font-size);
    line-height: var(--art-h3-line-height);
  }
}
.art-countdown__label {
  font-family: var(--art-body-three-font-family);
  font-weight: var(--art-body-three-font-weight);
  font-style: var(--art-body-three-font-style);
  text-transform: var(--art-body-three-text-transform);
  -webkit-text-decoration: var(--art-body-three-text-decoration);
          text-decoration: var(--art-body-three-text-decoration);
  font-size: var(--art-body-three-font-size);
  line-height: var(--art-body-three-line-height);
  letter-spacing: var(--art-body-three-letter-spacing);
  color: var(--art-colors-heading);
  margin-top: 10px;
  white-space: nowrap;
}

.art-gallery__filter {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -20px -20px 40px;
}
@media only screen and (max-width: 767px) {
  .art-gallery__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.art-gallery__filter a {
  margin: 20px 20px 0;
  color: var(--art-colors-second-text);
  position: relative;
  cursor: pointer !important;
}
.art-gallery__filter a:before {
  content: "";
  background-color: var(--art-colors-link);
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.art-gallery__filter a:hover, .art-gallery__filter a.art-active {
  color: var(--art-colors-link);
}
.art-gallery__filter a.art-active {
  color: var(--art-colors-link);
}
.art-gallery__filter a.art-active:before {
  width: 100%;
}

.elementor-widget-art-heading {
  --art-heading-color-scheme: var(--art-colors-heading);
  --art-heading-first-color: var(--art-colors-hover);
  --art-heading-second-color: var(--art-colors-accent);
}

.art-heading-widget {
  margin: 0;
}
.art-heading-widget.art-color-type-scheme {
  color: var(--art-heading-color-scheme);
}
.art-heading-widget.art-color-type-multiple {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--art-heading-first-color)), to(var(--art-heading-second-color)));
  background-image: linear-gradient(90deg, var(--art-heading-first-color) 0%, var(--art-heading-second-color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.art-heading-widget a {
  color: inherit;
}
.art-heading-widget a:hover {
  color: var(--art-colors-hover);
}

.art-image-slider-item img {
  display: block;
  width: 100%;
}

.art-info-list__item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--art-colors-bd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  padding: 20px 0 17px;
}
.art-info-list__item:first-child {
  padding-top: 0;
}
.art-info-list__item-title {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-link);
}

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

.art-tabs-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .art-tabs-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .art-tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.art-tab-title {
  cursor: pointer;
}

.art-tab-desktop-title {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-heading);
  display: table-cell;
  padding: 5px 20px;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.art-tab-desktop-title span {
  display: block;
  padding-bottom: 1px;
  position: relative;
}
.art-tab-desktop-title span:before {
  content: "";
  background-color: var(--art-colors-accent);
  width: 0;
  height: 1px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.art-tab-desktop-title:hover {
  color: var(--art-colors-accent);
}
.art-tab-desktop-title.art-active {
  color: var(--art-colors-accent);
}
.art-tab-desktop-title.art-active span:before {
  width: 100%;
}

.art-tab-mobile-title {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-heading);
  border-width: 1px;
  border-style: solid;
  border-color: var(--art-colors-bd);
  padding: 10px;
  margin-top: -1px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.art-tab-mobile-title:first-child {
  margin-top: 0;
}
.art-tab-mobile-title:hover {
  color: var(--art-colors-accent);
}
.art-tab-mobile-title.art-active {
  color: var(--art-colors-accent);
}
@media only screen and (min-width: 768px) {
  .art-tab-mobile-title {
    display: none;
  }
}

.art-tab-content {
  padding: 35px 0 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .art-tab-content {
    padding: 10px;
  }
}

.art-tab-floor-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .art-tab-floor-plan {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .art-tab-floor-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.art-tab-floor-plan__image {
  max-width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .art-tab-floor-plan__image {
    max-width: 100%;
  }
}
.art-tab-floor-plan__image img {
  display: block;
}
.art-tab-floor-plan__content > div {
  margin-top: 40px;
  margin-bottom: 40px;
}
.art-tab-floor-plan__content > div:first-child {
  margin-top: 0;
}
.art-tab-floor-plan__content > div:last-child {
  margin-bottom: 0;
}
.art-tab-floor-plan__info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 14px;
}
.art-tab-floor-plan__info span:before {
  font-size: 24px;
}
.art-tab-floor-plan__info span + span {
  margin-top: 20px;
}
.art-tab-floor-plan__file a {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  text-align: center;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer !important;
  border-radius: 0;
  overflow: visible;
  word-break: normal;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--art-colors-link);
  border: 0;
  background-color: transparent;
  background-image: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.art-tab-floor-plan__file a:hover {
  color: var(--art-colors-hover);
  background-color: transparent;
}

.elementor-widget-art-typed-text {
  --art-typed-text-alignment: left;
  --art-typed-text-color: var(--art-colors-link);
}

.art-typed-text__wrapper {
  text-align: var(--art-typed-text-alignment);
  color: var(--art-typed-text-color);
}
.art-typed-text__text {
  display: inline-block;
}

/* Elementor Widgets */
/*## Service Menu ##*/
/*## Follow Subscribe ##*/
form.mc4wp-form.mc4wp-form-success .mc4wp-form-fields, form.mc4wp-form.mc4wp-form-error .mc4wp-form-fields {
  display: none;
}
form.mc4wp-form .art-sub-inputs {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}
form.mc4wp-form .art-sub-inputs input[type=email] {
  padding: 0 160px 0 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
form.mc4wp-form .art-sub-inputs input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
}
form.mc4wp-form .mc4wp-response {
  text-align: center;
}

/*## ACF 7 (Default shortcode widget) ##*/
.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  color: #EA6956;
}
.wpcf7 form.wpcf7-form p {
  margin-bottom: 20px;
}
.wpcf7 form.wpcf7-form .three-fields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.wpcf7 form.wpcf7-form .three-fields-row .wpcf7-form-control-wrap {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 33.333333333%;
}
.wpcf7 form.wpcf7-form textarea {
  width: 100%;
  height: 240px;
}
.wpcf7 form.wpcf7-form .field-to-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wpcf7 form.wpcf7-form .field-to-right .ajax-loader {
  display: none;
}

/* Blog */
.art-no-other-posts {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  margin-top: 50px;
}

.art-categories-dropdown {
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: var(--art-colors-text);
  color: var(--art-colors-text);
  background-color: transparent;
  background-image: none;
  font-family: var(--art-body-two-font-family);
  font-weight: var(--art-body-two-font-weight);
  font-style: var(--art-body-two-font-style);
  text-transform: var(--art-body-two-text-transform);
  -webkit-text-decoration: var(--art-body-two-text-decoration);
          text-decoration: var(--art-body-two-text-decoration);
  font-size: var(--art-body-two-font-size);
  line-height: var(--art-body-two-line-height);
  letter-spacing: var(--art-body-two-letter-spacing);
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  text-shadow: none;
  padding: 12px 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-image: url(../images/chevron-bottom-16.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-position: calc(100% - 12px) center;
  padding-right: 30px;
  list-style: none;
  width: 100%;
  max-width: 360px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.art-color-scheme-main .art-categories-dropdown {
  background-color: var(--art-colors-bg);
}
.art-categories-dropdown::-webkit-input-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.art-categories-dropdown::-moz-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.art-categories-dropdown::-ms-input-placeholder {
  color: var(--art-colors-text);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.art-categories-dropdown:focus {
  color: var(--art-colors-text);
  border-color: var(--art-colors-text);
}
.art-categories-dropdown:focus::-webkit-input-placeholder {
  color: transparent;
}
.art-categories-dropdown:focus::-moz-placeholder {
  color: transparent;
}
.art-color-scheme-second .art-categories-dropdown {
  background-image: url(../images/chevron-bottom-light-16.svg);
}
.art-categories-dropdown:focus {
  background-image: url(../images/chevron-top-16.svg);
}
.art-color-scheme-second .art-categories-dropdown:focus {
  background-image: url(../images/chevron-top-light-16.svg);
}
.art-categories-dropdown.art-cat-open {
  color: var(--art-colors-text);
  border-color: var(--art-colors-text);
  background-image: url(../images/chevron-top-16.svg);
}
.art-categories-dropdown.art-cat-open ul {
  display: block;
}
.art-categories-dropdown li {
  margin: 0;
}
.art-categories-dropdown ul {
  list-style: none;
  background-color: var(--art-colors-bg);
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--art-colors-text);
  display: none;
  width: calc(100% + 2px);
  max-height: 252px;
  margin-left: -1px;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
}
.art-categories-dropdown ul li {
  margin-top: 10px;
}
.art-categories-dropdown ul li:first-child {
  margin-top: 0;
}
.art-categories-dropdown ul a {
  color: var(--art-colors-text);
  display: block;
  width: 100%;
  padding: 0 15px;
}
.art-categories-dropdown ul a:hover {
  color: var(--art-colors-link);
}

.art-search-blog-button i {
  color: var(--art-colors-heading);
  font-size: 24px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.art-search-blog-button:hover {
  opacity: 0.8;
}

/*## Blog Common ##*/
.art-blog-cats .art-categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.art-blog-cats .art-categories-wrapper > * + * {
  margin-left: 20px;
}
.art-blog-cats .art-categories-wrapper.art-categories-type-list {
  margin-bottom: 60px;
}
.art-blog-cats .art-categories-wrapper .art-categories {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -20px;
}
@media only screen and (max-width: 767px) {
  .art-blog-cats .art-categories-wrapper .art-categories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.art-blog-cats .art-categories-wrapper .art-categories li {
  margin: 0 20px 20px;
}
.art-blog-cats .art-categories-wrapper .art-categories li a {
  color: var(--art-colors-second-text);
  display: inline-block;
  position: relative;
}
.art-blog-cats .art-categories-wrapper .art-categories li a:before {
  content: "";
  background-color: var(--art-colors-link);
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.art-blog-cats .art-categories-wrapper .art-categories li a:hover, .art-blog-cats .art-categories-wrapper .art-categories li.current_item a {
  color: var(--art-colors-link);
}
.art-blog-cats .art-categories-wrapper .art-categories li.current_item a:before {
  width: 100%;
}

.art-post-cat-date {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-link);
}
.art-post-cat-date a {
  color: var(--art-colors-link);
}
.art-post-cat-date a:hover {
  color: var(--art-colors-hover);
}
.art-post-cat-date > div {
  display: inline;
  position: relative;
}
.art-post-cat-date > div + div:before {
  content: "";
  background-color: var(--art-colors-link);
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 6px;
  border-radius: 50px;
  position: relative;
  top: -1px;
}

/*## Blog Default ##*/
.art-blog-default-top {
  margin-bottom: 80px;
  position: relative;
}
.art-blog-default-top__outer {
  background-color: var(--art-colors-second-bg);
}
.art-header-over-content.art-header-mid-show + .art-main-container .art-blog-default-top__outer {
  padding-top: var(--art-header-middle-height);
}
@media only screen and (min-width: 768px) {
  .art-header-over-content.art-header-top-show + .art-main-container .art-blog-default-top__outer {
    padding-top: var(--art-header-top-height);
  }
  .art-header-over-content.art-header-top-show.art-header-mid-show + .art-main-container .art-blog-default-top__outer {
    padding-top: calc(var(--art-header-middle-height) + var(--art-header-top-height));
  }
}
.art-blog-default-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .art-blog-default-top__inner {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.art-blog-default-top__image {
  width: 48.8%;
  margin-right: 8.7%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .art-blog-default-top__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.art-blog-default-top__image img {
  width: 100%;
  max-width: 100%;
}
.art-blog-default-top__data {
  outline: none;
}
.art-blog-default-top__data .art-post-cat-date {
  margin-bottom: 8px;
}
.art-blog-default-top__data .art-post-title {
  margin: 0;
}
.art-blog-default-top__data .art-post-excerpt {
  margin-top: 20px;
}
.art-blog-default-top__data .art-post-read-more {
  margin-top: 40px;
}

.art-blog-posts-default {
  padding-bottom: 80px;
  --art-posts-columns: 3;
  --art-posts-columns-gap: 30px;
  --art-posts-rows-gap: 50px;
}
.art-headline + .art-blog-posts-default {
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .art-blog-posts-default {
    --art-posts-columns: 2;
    --art-posts-rows-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .art-blog-posts-default {
    --art-posts-columns: 1;
    padding-bottom: 50px;
  }
}

.elementor-widget-art-posts {
  --art-posts-columns: 4;
  --art-posts-columns-gap: 30px;
  --art-posts-rows-gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .elementor-widget-art-posts {
    --art-posts-columns: 2;
    --art-posts-rows-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-widget-art-posts {
    --art-posts-columns: 1;
  }
}

.art-blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(var(--art-posts-columns), minmax(10px, 1fr));
  grid-column-gap: var(--art-posts-columns-gap);
  grid-row-gap: var(--art-posts-rows-gap);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.art-blog-post .art-post-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.art-blog-post .art-post-image img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art-blog-post .art-post-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.art-blog-post .art-post-cat-date {
  margin-bottom: 8px;
}
.art-blog-post .art-post-title {
  margin: 0;
}
.art-blog-post .art-post-title a:hover {
  color: var(--art-colors-hover);
}

.art-blog-typical {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .art-blog-typical {
    padding-bottom: 30px;
  }
}

.art-content-wrap.art-layout-r-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
.art-content-wrap.art-layout-r-sidebar > div {
  padding-left: 25px;
  padding-right: 25px;
}
.art-content-wrap.art-layout-r-sidebar .art-content-left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .art-content-wrap.art-layout-r-sidebar .art-content-left {
    max-width: 66%;
  }
}
.art-content-wrap.art-layout-r-sidebar .art-content-right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .art-content-wrap.art-layout-r-sidebar .art-content-right {
    max-width: 34%;
  }
}

.art-blog-widget-area {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 60px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .art-blog-widget-area {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}

.art-posts-typical {
  margin-bottom: 40px;
}

.art-post-typical {
  margin-top: 50px;
}
.art-post-typical:first-child {
  margin-top: 0;
}
.art-post-typical.sticky {
  background-color: var(--art-colors-bg);
  padding: 30px;
}
.art-post-typical .art-post-image {
  margin-bottom: 30px;
}
.art-post-typical .art-post-image img {
  display: block;
  max-width: 100%;
}
.art-post-typical .art-post-cat-date {
  margin-bottom: 8px;
}
.art-post-typical .art-post-title {
  margin: 0;
}
.art-post-typical .art-post-excerpt {
  margin-top: 20px;
}
.art-post-typical .art-post-read-more {
  margin-top: 30px;
}

.art-single-wrapper {
  outline: none;
}

.art-single-top__outer {
  background-color: var(--art-colors-bg);
}
.art-header-over-content.art-header-mid-show + .art-main-container .art-single-top__outer {
  padding-top: var(--art-header-middle-height);
}
@media only screen and (min-width: 768px) {
  .art-header-over-content.art-header-top-show + .art-main-container .art-single-top__outer {
    padding-top: var(--art-header-top-height);
  }
  .art-header-over-content.art-header-top-show.art-header-mid-show + .art-main-container .art-single-top__outer {
    padding-top: calc(var(--art-header-middle-height) + var(--art-header-top-height));
  }
}
.art-single-top__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .art-single-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.art-single-top__image {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .art-single-top__image {
    width: 48.8%;
    margin-right: 50px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.art-single-top__image img {
  width: 100%;
  max-width: 100%;
}
.art-single-top__data {
  outline: none;
}
.art-single-top__data .art-post-cat-date {
  margin-bottom: 8px;
}
.art-single-top__data .art-post-title {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .art-single-top__data .art-post-title {
    font-family: var(--art-h4-font-family);
    font-weight: var(--art-h4-font-weight);
    font-style: var(--art-h4-font-style);
    text-transform: var(--art-h4-text-transform);
    -webkit-text-decoration: var(--art-h4-text-decoration);
            text-decoration: var(--art-h4-text-decoration);
    font-size: var(--art-h4-font-size);
    line-height: var(--art-h4-line-height);
    letter-spacing: var(--art-h4-letter-spacing);
  }
}
.art-single-top__data .art-post-excerpt {
  margin-top: 20px;
}

/* Single Elements */
.art-post-content-wrapper {
  padding-top: 80px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 880px) {
  .art-post-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.art-post-the-content {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.art-post-the-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.art-post-the-content + div {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .art-post-the-content + div {
    margin-top: 50px;
  }
}

.art-single-post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-single-post-tags-title {
  margin: 0 0 30px;
}
.art-single-post-tags .art-post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px -5px 0;
}
.art-single-post-tags .art-post-tags a {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  background-color: var(--art-colors-accent);
  color: var(--art-colors-tertiary);
  margin: 10px 5px 0;
  padding: 7px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art-single-post-tags .art-post-tags a:hover {
  background-color: var(--art-colors-hover);
  color: var(--art-colors-tertiary);
}

.art-single-navigation {
  margin-top: 100px;
}
.art-single-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 880px) {
  .art-single-navigation .nav-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.art-single-navigation .nav-links > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .art-single-navigation .nav-links > div {
    width: 100%;
  }
}
.art-single-navigation .nav-links > div + div {
  padding-left: 20px;
}
@media only screen and (max-width: 880px) {
  .art-single-navigation .nav-links > div + div {
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 0;
  }
  .art-single-navigation .nav-links > div + div:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.art-single-navigation .nav-links .nav-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.art-single-navigation .nav-links .post-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-single-navigation .nav-links .post-nav-item.post-nav-next {
  text-align: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.art-single-navigation .nav-links .post-nav-item > div + div {
  margin-left: 30px;
}
.art-single-navigation .nav-links .nav-image {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.art-single-navigation .nav-links .nav-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.art-single-navigation .nav-links .nav-data > span {
  display: block;
}
.art-single-navigation .nav-links .post-nav-item-descr {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  color: var(--art-colors-link);
  margin-bottom: 10px;
}
.art-single-navigation .nav-links .post-nav-item-title {
  font-family: var(--art-h5-font-family);
  font-weight: var(--art-h5-font-weight);
  font-style: var(--art-h5-font-style);
  text-transform: var(--art-h5-text-transform);
  -webkit-text-decoration: var(--art-h5-text-decoration);
          text-decoration: var(--art-h5-text-decoration);
  font-size: var(--art-h5-font-size);
  line-height: var(--art-h5-line-height);
  letter-spacing: var(--art-h5-letter-spacing);
  color: var(--art-colors-heading);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.art-single-navigation .nav-links a:hover .post-nav-item-title {
  color: var(--art-colors-hover);
}

.art-related-posts {
  margin-top: 100px;
  --art-posts-columns: 3;
  --art-posts-columns-gap: 30px;
  --art-posts-rows-gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .art-related-posts {
    --art-posts-columns: 2;
    --art-posts-rows-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .art-related-posts {
    --art-posts-columns: 1;
  }
}
.art-related-posts-title {
  text-align: center;
  margin-bottom: 60px;
}
.art-related-posts-container {
  display: grid;
  grid-template-columns: repeat(var(--art-posts-columns), minmax(10px, 1fr));
  grid-column-gap: var(--art-posts-columns-gap);
  grid-row-gap: var(--art-posts-rows-gap);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.art-related-post .art-post-image {
  overflow: hidden;
  margin-bottom: 20px;
}
.art-related-post .art-post-image img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.art-related-post .art-post-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.art-related-post .art-post-cat-date {
  margin-bottom: 10px;
}
.art-related-post .art-post-title {
  margin: 0;
}
.art-related-post .art-post-title a:hover {
  color: var(--art-colors-hover);
}

/* Blog Comments */
.art-single-post-comments {
  margin-top: 80px;
}
.art-page-content + .art-single-post-comments {
  margin-top: 0;
  padding-bottom: 80px;
}

.art-comments-area .comments-title {
  text-align: center;
}
.art-comments-area .comment-list {
  list-style: none;
  width: 800px;
  max-width: 100%;
  margin: 80px auto 0;
}
.art-comments-area .comment-list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.art-comments-area .comment-list > .comment:first-child,
.art-comments-area .comment-list > .trackback:first-child,
.art-comments-area .comment-list > .pingback:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.art-comments-area .children {
  list-style: none;
  margin: 0;
  padding-left: 84px;
}
@media only screen and (max-width: 767px) {
  .art-comments-area .children {
    padding-left: 20px;
  }
}
.art-comments-area .comment,
.art-comments-area .trackback,
.art-comments-area .pingback {
  margin: 60px 0 0;
}
.art-comments-area .comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.art-comments-area .comment-author {
  width: 60px;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.art-comments-area .comment-author img {
  border-radius: 100px;
}
.art-comments-area .comment-itself {
  width: 100%;
}
.art-comments-area .comment-meta {
  margin-bottom: 4px;
}
.art-comments-area .info-meta-top {
  font-family: var(--art-body-four-font-family);
  font-weight: var(--art-body-four-font-weight);
  font-style: var(--art-body-four-font-style);
  text-transform: var(--art-body-four-text-transform);
  -webkit-text-decoration: var(--art-body-four-text-decoration);
          text-decoration: var(--art-body-four-text-decoration);
  font-size: var(--art-body-four-font-size);
  line-height: var(--art-body-four-line-height);
  letter-spacing: var(--art-body-four-letter-spacing);
  margin-bottom: 6px;
}
.art-comments-area .info-meta-top a {
  color: var(--art-colors-heading);
}
.art-comments-area .info-meta-top a:hover {
  color: var(--art-colors-link);
}
.art-comments-area .comment-date {
  font-family: var(--art-body-five-font-family);
  font-weight: var(--art-body-five-font-weight);
  font-style: var(--art-body-five-font-style);
  text-transform: var(--art-body-five-text-transform);
  -webkit-text-decoration: var(--art-body-five-text-decoration);
          text-decoration: var(--art-body-five-text-decoration);
  font-size: var(--art-body-five-font-size);
  line-height: var(--art-body-five-line-height);
  letter-spacing: var(--art-body-five-letter-spacing);
  text-transform: none;
  color: var(--art-colors-second-text);
}
.art-comments-area .comment-date a {
  color: var(--art-colors-heading);
}
.art-comments-area .comment-date a:hover {
  color: var(--art-colors-link);
}
.art-comments-area .comment-text {
  height: auto;
}
.art-comments-area .reply {
  font-family: var(--art-button-font-family);
  font-weight: var(--art-button-font-weight);
  font-style: var(--art-button-font-style);
  text-transform: var(--art-button-text-transform);
  -webkit-text-decoration: var(--art-button-text-decoration);
          text-decoration: var(--art-button-text-decoration);
  font-size: var(--art-button-font-size);
  line-height: var(--art-button-line-height);
  letter-spacing: var(--art-button-letter-spacing);
  margin-top: 12px;
}
.art-comments-area .reply a {
  color: var(--art-colors-accent);
}
.art-comments-area .reply a:hover {
  color: var(--art-colors-hover);
}
.art-comments-area .no-comments {
  margin-top: 50px;
}
.art-comments-area .comment-navigation {
  margin: 30px 0;
}
.art-comments-area .comment-navigation .nav-links {
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.art-comments-area .comment-navigation .nav-links > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.art-comments-area .comment-navigation .nav-links > div + div {
  padding-left: 20px;
}
.art-comments-area .comment-navigation .nav-links > div.nav-next {
  text-align: right;
}
.art-comments-area .comment-navigation .nav-links a {
  color: var(--art-colors-second-text);
}
.art-comments-area .comment-navigation .nav-links a:hover {
  color: var(--art-colors-link);
}

.comment-respond {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.comment-list + .comment-respond {
  margin-top: 80px;
}
.comment > .comment-respond {
  margin-top: 35px;
}
.comment > .comment-respond .comment-reply-title {
  font-family: var(--art-h5-font-family);
  font-weight: var(--art-h5-font-weight);
  font-style: var(--art-h5-font-style);
  text-transform: var(--art-h5-text-transform);
  -webkit-text-decoration: var(--art-h5-text-decoration);
          text-decoration: var(--art-h5-text-decoration);
  font-size: var(--art-h5-font-size);
  line-height: var(--art-h5-line-height);
  letter-spacing: var(--art-h5-letter-spacing);
}
.comment-respond .comment-reply-title {
  font-family: var(--art-h4-font-family);
  font-weight: var(--art-h4-font-weight);
  font-style: var(--art-h4-font-style);
  text-transform: var(--art-h4-text-transform);
  -webkit-text-decoration: var(--art-h4-text-decoration);
          text-decoration: var(--art-h4-text-decoration);
  font-size: var(--art-h4-font-size);
  line-height: var(--art-h4-line-height);
  letter-spacing: var(--art-h4-letter-spacing);
  margin-bottom: 20px;
}
.comment-respond .comment-reply-title small {
  font-family: var(--art-body-three-font-family);
  font-weight: var(--art-body-three-font-weight);
  font-style: var(--art-body-three-font-style);
  text-transform: var(--art-body-three-text-transform);
  -webkit-text-decoration: var(--art-body-three-text-decoration);
          text-decoration: var(--art-body-three-text-decoration);
  font-size: var(--art-body-three-font-size);
  line-height: var(--art-body-three-line-height);
  letter-spacing: var(--art-body-three-letter-spacing);
  margin-left: 20px;
}
.comment-respond form.comment-form {
  margin: 0 -15px;
}
.comment-respond form.comment-form:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.comment-respond form.comment-form > p {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.comment-respond form.comment-form > p:last-child {
  margin-bottom: 0;
}
.comment-respond form.comment-form .logged-in-as,
.comment-respond form.comment-form .comment-notes {
  margin-bottom: 30px;
}
.comment-respond form.comment-form .logged-in-as,
.comment-respond form.comment-form .logged-in-as a,
.comment-respond form.comment-form .comment-notes,
.comment-respond form.comment-form .comment-notes a {
  color: var(--art-colors-heading);
}
.comment-respond form.comment-form .logged-in-as a:hover,
.comment-respond form.comment-form .comment-notes a:hover {
  color: var(--art-colors-link);
}
@media only screen and (min-width: 768px) {
  .comment-respond form.comment-form .comment-form-author,
  .comment-respond form.comment-form .comment-form-email,
  .comment-respond form.comment-form .comment-form-url {
    float: left;
    width: 33.33%;
  }
}
.comment-respond form.comment-form .comment-form-comment textarea {
  height: 220px;
  width: 100%;
}
.comment-respond form.comment-form .comment-form-cookies-consent {
  display: none;
}
.comment-respond form.comment-form .form-submit {
  margin-bottom: 0;
}
.comment-respond form.comment-form .form-submit input {
  display: block;
  width: 100%;
}

/* 404 */
.art-404-page {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1300px) {
  .art-404-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.art-404-page .art-404-data {
  text-align: center;
  font-family: var(--art-body-font-family);
  font-weight: var(--art-body-font-weight);
  font-style: var(--art-body-font-style);
  text-transform: var(--art-body-text-transform);
  -webkit-text-decoration: var(--art-body-text-decoration);
          text-decoration: var(--art-body-text-decoration);
  font-size: var(--art-body-font-size);
  line-height: var(--art-body-line-height);
  letter-spacing: var(--art-body-letter-spacing);
  color: var(--art-colors-text);
}
.art-404-page .art-404-data .art-404-title {
  font-family: var(--art-h2-font-family);
  font-weight: var(--art-h2-font-weight);
  font-style: var(--art-h2-font-style);
  text-transform: var(--art-h2-text-transform);
  -webkit-text-decoration: var(--art-h2-text-decoration);
          text-decoration: var(--art-h2-text-decoration);
  font-size: var(--art-h2-font-size);
  line-height: var(--art-h2-line-height);
  letter-spacing: var(--art-h2-letter-spacing);
  margin-bottom: 20px;
}

/* Search Results */
.art-search-blog .art-overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: var(--art-colors-second-bg);
}
.art-search-blog .art-overlay .art-overlay-close {
  color: var(--art-colors-heading);
  font-size: 40px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .art-search-blog .art-overlay .art-overlay-close {
    top: 20px;
    right: 20px;
  }
}
.art-search-blog .art-overlay .art-overlay-close:hover {
  color: var(--art-colors-link);
}
.art-search-blog .art-overlay .art-overlay-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.art-search-blog .art-overlay .art-overlay-wrapper form {
  padding: 0 15px;
  max-width: 780px;
  width: 100%;
}
.art-search-blog .art-overlay .art-overlay-wrapper form .art-blog-search-input {
  background-color: transparent;
  font-family: var(--art-body-five-font-family);
  font-weight: var(--art-body-five-font-weight);
  font-style: var(--art-body-five-font-style);
  text-transform: var(--art-body-five-text-transform);
  -webkit-text-decoration: var(--art-body-five-text-decoration);
          text-decoration: var(--art-body-five-text-decoration);
  font-size: var(--art-body-five-font-size);
  line-height: var(--art-body-five-line-height);
  letter-spacing: var(--art-body-five-letter-spacing);
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--art-colors-heading);
  height: 46px;
  padding: 0;
}
/*# sourceMappingURL=maps/general.css.map */
