html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
iframe,
embed,
object,
video {
  display: block;
  width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.42857143;
  /*color: #333333;*/
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*color: #428bca;*/
  text-decoration: none;
}
a:hover,
a:focus {
  /*color: #2a6496;*/
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1410px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1890px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > .row-clearfix {
  height: 30px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36,
.col-xs-37,
.col-xs-38,
.col-xs-39,
.col-xs-40,
.col-xs-41,
.col-xs-42,
.col-xs-43,
.col-xs-44,
.col-xs-45,
.col-xs-46,
.col-xs-47,
.col-xs-48,
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-xs-5-5,
.col-xs-1-7,
.col-xs-2-7,
.col-xs-3-7,
.col-xs-4-7,
.col-xs-5-7,
.col-xs-6-7,
.col-xs-7-7,
.col-xs-1-9,
.col-xs-2-9,
.col-xs-3-9,
.col-xs-4-9,
.col-xs-5-9,
.col-xs-6-9,
.col-xs-7-9,
.col-xs-8-9,
.col-xs-9-9,
.col-xs-1-10,
.col-xs-2-10,
.col-xs-3-10,
.col-xs-4-10,
.col-xs-5-10,
.col-xs-6-10,
.col-xs-7-10,
.col-xs-8-10,
.col-xs-9-10,
.col-xs-10-10,
.col-xs-1-11,
.col-xs-2-11,
.col-xs-3-11,
.col-xs-4-11,
.col-xs-5-11,
.col-xs-6-11,
.col-xs-7-11,
.col-xs-8-11,
.col-xs-9-11,
.col-xs-10-11,
.col-xs-11-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36,
.col-xs-37,
.col-xs-38,
.col-xs-39,
.col-xs-40,
.col-xs-41,
.col-xs-42,
.col-xs-43,
.col-xs-44,
.col-xs-45,
.col-xs-46,
.col-xs-47,
.col-xs-48,
.col-xs-1-11,
.col-xs-2-11,
.col-xs-3-11,
.col-xs-4-11,
.col-xs-5-11,
.col-xs-6-11,
.col-xs-7-11,
.col-xs-8-11,
.col-xs-9-11,
.col-xs-10-11,
.col-xs-11-11,
.col-xs-1-10,
.col-xs-2-10,
.col-xs-3-10,
.col-xs-4-10,
.col-xs-5-10,
.col-xs-6-10,
.col-xs-7-10,
.col-xs-8-10,
.col-xs-9-10,
.col-xs-10-10,
.col-xs-1-9,
.col-xs-2-9,
.col-xs-3-9,
.col-xs-4-9,
.col-xs-5-9,
.col-xs-6-9,
.col-xs-7-9,
.col-xs-8-9,
.col-xs-9-9,
.col-xs-1-7,
.col-xs-2-7,
.col-xs-3-7,
.col-xs-4-7,
.col-xs-5-7,
.col-xs-6-7,
.col-xs-7-7,
.col-xs-1-5,
.col-xs-2-5,
.col-xs-3-5,
.col-xs-4-5,
.col-xs-5-5 {
  float: left;
}
.col-xs-48 {
  width: 100%;
}
.col-xs-47 {
  width: 97.91666667%;
}
.col-xs-46 {
  width: 95.83333333%;
}
.col-xs-45 {
  width: 93.75%;
}
.col-xs-44 {
  width: 91.66666667%;
}
.col-xs-43 {
  width: 89.58333333%;
}
.col-xs-42 {
  width: 87.5%;
}
.col-xs-41 {
  width: 85.41666667%;
}
.col-xs-40 {
  width: 83.33333333%;
}
.col-xs-39 {
  width: 81.25%;
}
.col-xs-38 {
  width: 79.16666667%;
}
.col-xs-37 {
  width: 77.08333333%;
}
.col-xs-36 {
  width: 75%;
}
.col-xs-35 {
  width: 72.91666667%;
}
.col-xs-34 {
  width: 70.83333333%;
}
.col-xs-33 {
  width: 68.75%;
}
.col-xs-32 {
  width: 66.66666667%;
}
.col-xs-31 {
  width: 64.58333333%;
}
.col-xs-30 {
  width: 62.5%;
}
.col-xs-29 {
  width: 60.41666667%;
}
.col-xs-28 {
  width: 58.33333333%;
}
.col-xs-27 {
  width: 56.25%;
}
.col-xs-26 {
  width: 54.16666667%;
}
.col-xs-25 {
  width: 52.08333333%;
}
.col-xs-24 {
  width: 50%;
}
.col-xs-23 {
  width: 47.91666667%;
}
.col-xs-22 {
  width: 45.83333333%;
}
.col-xs-21 {
  width: 43.75%;
}
.col-xs-20 {
  width: 41.66666667%;
}
.col-xs-19 {
  width: 39.58333333%;
}
.col-xs-18 {
  width: 37.5%;
}
.col-xs-17 {
  width: 35.41666667%;
}
.col-xs-16 {
  width: 33.33333333%;
}
.col-xs-15 {
  width: 31.25%;
}
.col-xs-14 {
  width: 29.16666667%;
}
.col-xs-13 {
  width: 27.08333333%;
}
.col-xs-12 {
  width: 25%;
}
.col-xs-11 {
  width: 22.91666667%;
}
.col-xs-10 {
  width: 20.83333333%;
}
.col-xs-9 {
  width: 18.75%;
}
.col-xs-8 {
  width: 16.66666667%;
}
.col-xs-7 {
  width: 14.58333333%;
}
.col-xs-6 {
  width: 12.5%;
}
.col-xs-5 {
  width: 10.41666667%;
}
.col-xs-4 {
  width: 8.33333333%;
}
.col-xs-3 {
  width: 6.25%;
}
.col-xs-2 {
  width: 4.16666667%;
}
.col-xs-1 {
  width: 2.08333333%;
}
.col-xs-pull-48 {
  right: 100%;
}
.col-xs-pull-47 {
  right: 97.91666667%;
}
.col-xs-pull-46 {
  right: 95.83333333%;
}
.col-xs-pull-45 {
  right: 93.75%;
}
.col-xs-pull-44 {
  right: 91.66666667%;
}
.col-xs-pull-43 {
  right: 89.58333333%;
}
.col-xs-pull-42 {
  right: 87.5%;
}
.col-xs-pull-41 {
  right: 85.41666667%;
}
.col-xs-pull-40 {
  right: 83.33333333%;
}
.col-xs-pull-39 {
  right: 81.25%;
}
.col-xs-pull-38 {
  right: 79.16666667%;
}
.col-xs-pull-37 {
  right: 77.08333333%;
}
.col-xs-pull-36 {
  right: 75%;
}
.col-xs-pull-35 {
  right: 72.91666667%;
}
.col-xs-pull-34 {
  right: 70.83333333%;
}
.col-xs-pull-33 {
  right: 68.75%;
}
.col-xs-pull-32 {
  right: 66.66666667%;
}
.col-xs-pull-31 {
  right: 64.58333333%;
}
.col-xs-pull-30 {
  right: 62.5%;
}
.col-xs-pull-29 {
  right: 60.41666667%;
}
.col-xs-pull-28 {
  right: 58.33333333%;
}
.col-xs-pull-27 {
  right: 56.25%;
}
.col-xs-pull-26 {
  right: 54.16666667%;
}
.col-xs-pull-25 {
  right: 52.08333333%;
}
.col-xs-pull-24 {
  right: 50%;
}
.col-xs-pull-23 {
  right: 47.91666667%;
}
.col-xs-pull-22 {
  right: 45.83333333%;
}
.col-xs-pull-21 {
  right: 43.75%;
}
.col-xs-pull-20 {
  right: 41.66666667%;
}
.col-xs-pull-19 {
  right: 39.58333333%;
}
.col-xs-pull-18 {
  right: 37.5%;
}
.col-xs-pull-17 {
  right: 35.41666667%;
}
.col-xs-pull-16 {
  right: 33.33333333%;
}
.col-xs-pull-15 {
  right: 31.25%;
}
.col-xs-pull-14 {
  right: 29.16666667%;
}
.col-xs-pull-13 {
  right: 27.08333333%;
}
.col-xs-pull-12 {
  right: 25%;
}
.col-xs-pull-11 {
  right: 22.91666667%;
}
.col-xs-pull-10 {
  right: 20.83333333%;
}
.col-xs-pull-9 {
  right: 18.75%;
}
.col-xs-pull-8 {
  right: 16.66666667%;
}
.col-xs-pull-7 {
  right: 14.58333333%;
}
.col-xs-pull-6 {
  right: 12.5%;
}
.col-xs-pull-5 {
  right: 10.41666667%;
}
.col-xs-pull-4 {
  right: 8.33333333%;
}
.col-xs-pull-3 {
  right: 6.25%;
}
.col-xs-pull-2 {
  right: 4.16666667%;
}
.col-xs-pull-1 {
  right: 2.08333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-48 {
  left: 100%;
}
.col-xs-push-47 {
  left: 97.91666667%;
}
.col-xs-push-46 {
  left: 95.83333333%;
}
.col-xs-push-45 {
  left: 93.75%;
}
.col-xs-push-44 {
  left: 91.66666667%;
}
.col-xs-push-43 {
  left: 89.58333333%;
}
.col-xs-push-42 {
  left: 87.5%;
}
.col-xs-push-41 {
  left: 85.41666667%;
}
.col-xs-push-40 {
  left: 83.33333333%;
}
.col-xs-push-39 {
  left: 81.25%;
}
.col-xs-push-38 {
  left: 79.16666667%;
}
.col-xs-push-37 {
  left: 77.08333333%;
}
.col-xs-push-36 {
  left: 75%;
}
.col-xs-push-35 {
  left: 72.91666667%;
}
.col-xs-push-34 {
  left: 70.83333333%;
}
.col-xs-push-33 {
  left: 68.75%;
}
.col-xs-push-32 {
  left: 66.66666667%;
}
.col-xs-push-31 {
  left: 64.58333333%;
}
.col-xs-push-30 {
  left: 62.5%;
}
.col-xs-p3ush-29 {
  left: 60.41666667%;
}
.col-xs-push-28 {
  left: 58.33333333%;
}
.col-xs-push-27 {
  left: 56.25%;
}
.col-xs-push-26 {
  left: 54.16666667%;
}
.col-xs-push-25 {
  left: 52.08333333%;
}
.col-xs-push-24 {
  left: 50%;
}
.col-xs-push-23 {
  left: 47.91666667%;
}
.col-xs-push-22 {
  left: 45.83333333%;
}
.col-xs-push-21 {
  left: 43.75%;
}
.col-xs-push-20 {
  left: 41.66666667%;
}
.col-xs-push-19 {
  left: 39.58333333%;
}
.col-xs-push-18 {
  left: 37.5%;
}
.col-xs-push-17 {
  left: 35.41666667%;
}
.col-xs-1-8,
.col-xs-2-8,
.col-xs-3-8,
.col-xs-4-8,
.col-xs-5-8,
.col-xs-6-8,
.col-xs-7-8,
.col-xs-8-8,
.col-xs-push-16 {
  left: 33.33333333%;
}
.col-xs-push-15 {
  left: 31.25%;
}
.col-xs-push-14 {
  left: 29.16666667%;
}
.col-xs-push-13 {
  left: 27.08333333%;
}
.col-xs-push-12 {
  left: 25%;
}
.col-xs-push-11 {
  left: 22.91666667%;
}
.col-xs-push-10 {
  left: 20.83333333%;
}
.col-xs-push-9 {
  left: 18.75%;
}
.col-xs-push-8 {
  left: 16.66666667%;
}
.col-xs-push-7 {
  left: 14.58333333%;
}
.col-xs-push-6 {
  left: 12.5%;
}
.col-xs-push-5 {
  left: 10.41666667%;
}
.col-xs-push-4 {
  left: 8.33333333%;
}
.col-xs-push-3 {
  left: 6.25%;
}
.col-xs-push-2 {
  left: 4.16666667%;
}
.col-xs-push-1 {
  left: 2.08333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-48 {
  margin-left: 100%;
}
.col-xs-offset-47 {
  margin-left: 97.91666667%;
}
.col-xs-offset-46 {
  margin-left: 95.83333333%;
}
.col-xs-offset-45 {
  margin-left: 93.75%;
}
.col-xs-offset-44 {
  margin-left: 91.66666667%;
}
.col-xs-offset-43 {
  margin-left: 89.58333333%;
}
.col-xs-offset-42 {
  margin-left: 87.5%;
}
.col-xs-offset-41 {
  margin-left: 85.41666667%;
}
.col-xs-offset-40 {
  margin-left: 83.33333333%;
}
.col-xs-offset-39 {
  margin-left: 81.25%;
}
.col-xs-offset-38 {
  margin-left: 79.16666667%;
}
.col-xs-offset-37 {
  margin-left: 77.08333333%;
}
.col-xs-offset-36 {
  margin-left: 75%;
}
.col-xs-offset-35 {
  margin-left: 72.91666667%;
}
.col-xs-offset-34 {
  margin-left: 70.83333333%;
}
.col-xs-offset-33 {
  margin-left: 68.75%;
}
.col-xs-offset-32 {
  margin-left: 66.66666667%;
}
.col-xs-offset-31 {
  margin-left: 64.58333333%;
}
.col-xs-offset-30 {
  margin-left: 62.5%;
}
.col-xs-offset-29 {
  margin-left: 60.41666667%;
}
.col-xs-offset-28 {
  margin-left: 58.33333333%;
}
.col-xs-offset-27 {
  margin-left: 56.25%;
}
.col-xs-offset-26 {
  margin-left: 54.16666667%;
}
.col-xs-offset-25 {
  margin-left: 52.08333333%;
}
.col-xs-offset-24 {
  margin-left: 50%;
}
.col-xs-offset-23 {
  margin-left: 47.91666667%;
}
.col-xs-offset-22 {
  margin-left: 45.83333333%;
}
.col-xs-offset-21 {
  margin-left: 43.75%;
}
.col-xs-offset-20 {
  margin-left: 41.66666667%;
}
.col-xs-offset-19 {
  margin-left: 39.58333333%;
}
.col-xs-offset-18 {
  margin-left: 37.5%;
}
.col-xs-offset-17 {
  margin-left: 35.41666667%;
}
.col-xs-offset-16 {
  margin-left: 33.33333333%;
}
.col-xs-offset-15 {
  margin-left: 31.25%;
}
.col-xs-offset-14 {
  margin-left: 29.16666667%;
}
.col-xs-offset-13 {
  margin-left: 27.08333333%;
}
.col-xs-offset-12 {
  margin-left: 25%;
}
.col-xs-offset-11 {
  margin-left: 22.91666667%;
}
.col-xs-offset-10 {
  margin-left: 20.83333333%;
}
.col-xs-offset-9 {
  margin-left: 18.75%;
}
.col-xs-offset-8 {
  margin-left: 16.66666667%;
}
.col-xs-offset-7 {
  margin-left: 14.58333333%;
}
.col-xs-offset-6 {
  margin-left: 12.5%;
}
.col-xs-offset-5 {
  margin-left: 10.41666667%;
}
.col-xs-offset-4 {
  margin-left: 8.33333333%;
}
.col-xs-offset-3 {
  margin-left: 6.25%;
}
.col-xs-offset-2 {
  margin-left: 4.16666667%;
}
.col-xs-offset-1 {
  margin-left: 2.08333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-5-5 {
  margin-left: 100%;
}
.col-xs-offset-4-5 {
  margin-left: 80%;
}
.col-xs-offset-3-5 {
  margin-left: 60%;
}
.col-xs-offset-2-5 {
  margin-left: 40%;
}
.col-xs-offset-1-5 {
  margin-left: 20%;
}
.col-xs-5-5 {
  width: 100%;
}
.col-xs-4-5 {
  width: 80%;
}
.col-xs-3-5 {
  width: 60%;
}
.col-xs-2-5 {
  width: 40%;
}
.col-xs-1-5 {
  width: 20%;
}
.col-xs-7-7 {
  width: 100%;
}
.col-xs-6-7 {
  width: 85.71428571%;
}
.col-xs-5-7 {
  width: 71.42857143%;
}
.col-xs-4-7 {
  width: 57.14285714%;
}
.col-xs-3-7 {
  width: 42.85714286%;
}
.col-xs-2-7 {
  width: 28.57142857%;
}
.col-xs-1-7 {
  width: 14.28571429%;
}
.col-xs-9-9 {
  width: 100%;
}
.col-xs-8-9 {
  width: 88.88888889%;
}
.col-xs-7-9 {
  width: 77.77777778%;
}
.col-xs-6-9 {
  width: 66.66666667%;
}
.col-xs-5-9 {
  width: 55.55555556%;
}
.col-xs-4-9 {
  width: 44.44444444%;
}
.col-xs-3-9 {
  width: 33.33333333%;
}
.col-xs-2-9 {
  width: 22.22222222%;
}
.col-xs-1-9 {
  width: 11.11111111%;
}
.col-xs-10-10 {
  width: 100%;
}
.col-xs-9-10 {
  width: 90%;
}
.col-xs-8-10 {
  width: 80%;
}
.col-xs-7-10 {
  width: 70%;
}
.col-xs-6-10 {
  width: 60%;
}
.col-xs-5-10 {
  width: 50%;
}
.col-xs-4-10 {
  width: 40%;
}
.col-xs-3-10 {
  width: 30%;
}
.col-xs-2-10 {
  width: 20%;
}
.col-xs-1-10 {
  width: 10%;
}
.col-xs-11-11 {
  width: 100%;
}
.col-xs-10-11 {
  width: 90.90909091%;
}
.col-xs-9-11 {
  width: 81.81818182%;
}
.col-xs-8-11 {
  width: 72.72727273%;
}
.col-xs-7-11 {
  width: 63.63636364%;
}
.col-xs-6-11 {
  width: 54.54545455%;
}
.col-xs-5-11 {
  width: 45.45454545%;
}
.col-xs-4-11 {
  width: 36.36363636%;
}
.col-xs-3-11 {
  width: 27.27272727%;
}
.col-xs-2-11 {
  width: 18.18181818%;
}
.col-xs-1-11 {
  width: 9.09090909%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > .col {
  padding-left: 15px;
  padding-right: 15px;
}
.row > .row-clearfix {
  height: 30px;
}
.row.row-flex {
  gap: 30px;
}
.row.row-masonry > .col {
  margin-bottom: 30px;
}
.row.row-isotope > .col {
  margin-bottom: 30px;
}
.row.grid-gutter-width-xs-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row.grid-gutter-width-xs-0 > .col {
  padding-left: 0px;
  padding-right: 0px;
}
.row.grid-gutter-width-xs-0 > .row-clearfix {
  height: 0px;
}
.row.grid-gutter-width-xs-0.row-flex {
  gap: 0px;
}
.row.grid-gutter-width-xs-0.row-masonry > .col {
  margin-bottom: 0px;
}
.row.grid-gutter-width-xs-0.row-isotope > .col {
  margin-bottom: 0px;
}
.row.grid-gutter-width-xs-2 {
  margin-left: -1px;
  margin-right: -1px;
}
.row.grid-gutter-width-xs-2 > .col {
  padding-left: 1px;
  padding-right: 1px;
}
.row.grid-gutter-width-xs-2 > .row-clearfix {
  height: 2px;
}
.row.grid-gutter-width-xs-2.row-flex {
  gap: 2px;
}
.row.grid-gutter-width-xs-2.row-masonry > .col {
  margin-bottom: 2px;
}
.row.grid-gutter-width-xs-2.row-isotope > .col {
  margin-bottom: 2px;
}
.row.grid-gutter-width-xs-4 {
  margin-left: -2px;
  margin-right: -2px;
}
.row.grid-gutter-width-xs-4 > .col {
  padding-left: 2px;
  padding-right: 2px;
}
.row.grid-gutter-width-xs-4 > .row-clearfix {
  height: 4px;
}
.row.grid-gutter-width-xs-4.row-flex {
  gap: 4px;
}
.row.grid-gutter-width-xs-4.row-masonry > .col {
  margin-bottom: 4px;
}
.row.grid-gutter-width-xs-4.row-isotope > .col {
  margin-bottom: 4px;
}
.row.grid-gutter-width-xs-6 {
  margin-left: -3px;
  margin-right: -3px;
}
.row.grid-gutter-width-xs-6 > .col {
  padding-left: 3px;
  padding-right: 3px;
}
.row.grid-gutter-width-xs-6 > .row-clearfix {
  height: 6px;
}
.row.grid-gutter-width-xs-6.row-flex {
  gap: 6px;
}
.row.grid-gutter-width-xs-6.row-masonry > .col {
  margin-bottom: 6px;
}
.row.grid-gutter-width-xs-6.row-isotope > .col {
  margin-bottom: 6px;
}
.row.grid-gutter-width-xs-8 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.grid-gutter-width-xs-8 > .col {
  padding-left: 4px;
  padding-right: 4px;
}
.row.grid-gutter-width-xs-8 > .row-clearfix {
  height: 8px;
}
.row.grid-gutter-width-xs-8.row-flex {
  gap: 8px;
}
.row.grid-gutter-width-xs-8.row-masonry > .col {
  margin-bottom: 8px;
}
.row.grid-gutter-width-xs-8.row-isotope > .col {
  margin-bottom: 8px;
}
.row.grid-gutter-width-xs-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.grid-gutter-width-xs-10 > .col {
  padding-left: 5px;
  padding-right: 5px;
}
.row.grid-gutter-width-xs-10 > .row-clearfix {
  height: 10px;
}
.row.grid-gutter-width-xs-10.row-flex {
  gap: 10px;
}
.row.grid-gutter-width-xs-10.row-masonry > .col {
  margin-bottom: 10px;
}
.row.grid-gutter-width-xs-10.row-isotope > .col {
  margin-bottom: 10px;
}
.row.grid-gutter-width-xs-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row.grid-gutter-width-xs-12 > .col {
  padding-left: 6px;
  padding-right: 6px;
}
.row.grid-gutter-width-xs-12 > .row-clearfix {
  height: 12px;
}
.row.grid-gutter-width-xs-12.row-flex {
  gap: 12px;
}
.row.grid-gutter-width-xs-12.row-masonry > .col {
  margin-bottom: 12px;
}
.row.grid-gutter-width-xs-12.row-isotope > .col {
  margin-bottom: 12px;
}
.row.grid-gutter-width-xs-14 {
  margin-left: -7px;
  margin-right: -7px;
}
.row.grid-gutter-width-xs-14 > .col {
  padding-left: 7px;
  padding-right: 7px;
}
.row.grid-gutter-width-xs-14 > .row-clearfix {
  height: 14px;
}
.row.grid-gutter-width-xs-14.row-flex {
  gap: 14px;
}
.row.grid-gutter-width-xs-14.row-masonry > .col {
  margin-bottom: 14px;
}
.row.grid-gutter-width-xs-14.row-isotope > .col {
  margin-bottom: 14px;
}
.row.grid-gutter-width-xs-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.grid-gutter-width-xs-16 > .col {
  padding-left: 8px;
  padding-right: 8px;
}
.row.grid-gutter-width-xs-16 > .row-clearfix {
  height: 16px;
}
.row.grid-gutter-width-xs-16.row-flex {
  gap: 16px;
}
.row.grid-gutter-width-xs-16.row-masonry > .col {
  margin-bottom: 16px;
}
.row.grid-gutter-width-xs-16.row-isotope > .col {
  margin-bottom: 16px;
}
.row.grid-gutter-width-xs-18 {
  margin-left: -9px;
  margin-right: -9px;
}
.row.grid-gutter-width-xs-18 > .col {
  padding-left: 9px;
  padding-right: 9px;
}
.row.grid-gutter-width-xs-18 > .row-clearfix {
  height: 18px;
}
.row.grid-gutter-width-xs-18.row-flex {
  gap: 18px;
}
.row.grid-gutter-width-xs-18.row-masonry > .col {
  margin-bottom: 18px;
}
.row.grid-gutter-width-xs-18.row-isotope > .col {
  margin-bottom: 18px;
}
.row.grid-gutter-width-xs-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.grid-gutter-width-xs-20 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
.row.grid-gutter-width-xs-20 > .row-clearfix {
  height: 20px;
}
.row.grid-gutter-width-xs-20.row-flex {
  gap: 20px;
}
.row.grid-gutter-width-xs-20.row-masonry > .col {
  margin-bottom: 20px;
}
.row.grid-gutter-width-xs-20.row-isotope > .col {
  margin-bottom: 20px;
}
.row.grid-gutter-width-xs-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row.grid-gutter-width-xs-30 > .col {
  padding-left: 15px;
  padding-right: 15px;
}
.row.grid-gutter-width-xs-30 > .row-clearfix {
  height: 30px;
}
.row.grid-gutter-width-xs-30.row-flex {
  gap: 30px;
}
.row.grid-gutter-width-xs-30.row-masonry > .col {
  margin-bottom: 30px;
}
.row.grid-gutter-width-xs-30.row-isotope > .col {
  margin-bottom: 30px;
}
.row.grid-gutter-width-xs-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.grid-gutter-width-xs-40 > .col {
  padding-left: 20px;
  padding-right: 20px;
}
.row.grid-gutter-width-xs-40 > .row-clearfix {
  height: 40px;
}
.row.grid-gutter-width-xs-40.row-flex {
  gap: 40px;
}
.row.grid-gutter-width-xs-40.row-masonry > .col {
  margin-bottom: 40px;
}
.row.grid-gutter-width-xs-40.row-isotope > .col {
  margin-bottom: 40px;
}
.row.grid-gutter-width-xs-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.grid-gutter-width-xs-50 > .col {
  padding-left: 25px;
  padding-right: 25px;
}
.row.grid-gutter-width-xs-50 > .row-clearfix {
  height: 50px;
}
.row.grid-gutter-width-xs-50.row-flex {
  gap: 50px;
}
.row.grid-gutter-width-xs-50.row-masonry > .col {
  margin-bottom: 50px;
}
.row.grid-gutter-width-xs-50.row-isotope > .col {
  margin-bottom: 50px;
}
.row.grid-gutter-width-xs-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.grid-gutter-width-xs-60 > .col {
  padding-left: 30px;
  padding-right: 30px;
}
.row.grid-gutter-width-xs-60 > .row-clearfix {
  height: 60px;
}
.row.grid-gutter-width-xs-60.row-flex {
  gap: 60px;
}
.row.grid-gutter-width-xs-60.row-masonry > .col {
  margin-bottom: 60px;
}
.row.grid-gutter-width-xs-60.row-isotope > .col {
  margin-bottom: 60px;
}
.row.grid-gutter-width-xs-70 {
  margin-left: -35px;
  margin-right: -35px;
}
.row.grid-gutter-width-xs-70 > .col {
  padding-left: 35px;
  padding-right: 35px;
}
.row.grid-gutter-width-xs-70 > .row-clearfix {
  height: 70px;
}
.row.grid-gutter-width-xs-70.row-flex {
  gap: 70px;
}
.row.grid-gutter-width-xs-70.row-masonry > .col {
  margin-bottom: 70px;
}
.row.grid-gutter-width-xs-70.row-isotope > .col {
  margin-bottom: 70px;
}
.row.grid-gutter-width-xs-80 {
  margin-left: -40px;
  margin-right: -40px;
}
.row.grid-gutter-width-xs-80 > .col {
  padding-left: 40px;
  padding-right: 40px;
}
.row.grid-gutter-width-xs-80 > .row-clearfix {
  height: 80px;
}
.row.grid-gutter-width-xs-80.row-flex {
  gap: 80px;
}
.row.grid-gutter-width-xs-80.row-masonry > .col {
  margin-bottom: 80px;
}
.row.grid-gutter-width-xs-80.row-isotope > .col {
  margin-bottom: 80px;
}
.row.grid-gutter-width-xs-90 {
  margin-left: -45px;
  margin-right: -45px;
}
.row.grid-gutter-width-xs-90 > .col {
  padding-left: 45px;
  padding-right: 45px;
}
.row.grid-gutter-width-xs-90 > .row-clearfix {
  height: 90px;
}
.row.grid-gutter-width-xs-90.row-flex {
  gap: 90px;
}
.row.grid-gutter-width-xs-90.row-masonry > .col {
  margin-bottom: 90px;
}
.row.grid-gutter-width-xs-90.row-isotope > .col {
  margin-bottom: 90px;
}
.row.grid-gutter-width-xs-100 {
  margin-left: -50px;
  margin-right: -50px;
}
.row.grid-gutter-width-xs-100 > .col {
  padding-left: 50px;
  padding-right: 50px;
}
.row.grid-gutter-width-xs-100 > .row-clearfix {
  height: 100px;
}
.row.grid-gutter-width-xs-100.row-flex {
  gap: 100px;
}
.row.grid-gutter-width-xs-100.row-masonry > .col {
  margin-bottom: 100px;
}
.row.grid-gutter-width-xs-100.row-isotope > .col {
  margin-bottom: 100px;
}
.row.grid-gutter-width-xs-110 {
  margin-left: -55px;
  margin-right: -55px;
}
.row.grid-gutter-width-xs-110 > .col {
  padding-left: 55px;
  padding-right: 55px;
}
.row.grid-gutter-width-xs-110 > .row-clearfix {
  height: 110px;
}
.row.grid-gutter-width-xs-110.row-flex {
  gap: 110px;
}
.row.grid-gutter-width-xs-110.row-masonry > .col {
  margin-bottom: 110px;
}
.row.grid-gutter-width-xs-110.row-isotope > .col {
  margin-bottom: 110px;
}
.row.grid-gutter-width-xs-120 {
  margin-left: -60px;
  margin-right: -60px;
}
.row.grid-gutter-width-xs-120 > .col {
  padding-left: 60px;
  padding-right: 60px;
}
.row.grid-gutter-width-xs-120 > .row-clearfix {
  height: 120px;
}
.row.grid-gutter-width-xs-120.row-flex {
  gap: 120px;
}
.row.grid-gutter-width-xs-120.row-masonry > .col {
  margin-bottom: 120px;
}
.row.grid-gutter-width-xs-120.row-isotope > .col {
  margin-bottom: 120px;
}
@media (min-width: 480px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12,
  .col-ms-13,
  .col-ms-14,
  .col-ms-15,
  .col-ms-16,
  .col-ms-17,
  .col-ms-18,
  .col-ms-19,
  .col-ms-20,
  .col-ms-21,
  .col-ms-22,
  .col-ms-23,
  .col-ms-24,
  .col-ms-25,
  .col-ms-26,
  .col-ms-27,
  .col-ms-28,
  .col-ms-29,
  .col-ms-30,
  .col-ms-31,
  .col-ms-32,
  .col-ms-33,
  .col-ms-34,
  .col-ms-35,
  .col-ms-36,
  .col-ms-37,
  .col-ms-38,
  .col-ms-39,
  .col-ms-40,
  .col-ms-41,
  .col-ms-42,
  .col-ms-43,
  .col-ms-44,
  .col-ms-45,
  .col-ms-46,
  .col-ms-47,
  .col-ms-48,
  .col-ms-1-5,
  .col-ms-2-5,
  .col-ms-3-5,
  .col-ms-4-5,
  .col-ms-5-5,
  .col-ms-1-7,
  .col-ms-2-7,
  .col-ms-3-7,
  .col-ms-4-7,
  .col-ms-5-7,
  .col-ms-6-7,
  .col-ms-7-7,
  .col-ms-1-9,
  .col-ms-2-9,
  .col-ms-3-9,
  .col-ms-4-9,
  .col-ms-5-9,
  .col-ms-6-9,
  .col-ms-7-9,
  .col-ms-8-9,
  .col-ms-9-9,
  .col-ms-1-10,
  .col-ms-2-10,
  .col-ms-3-10,
  .col-ms-4-10,
  .col-ms-5-10,
  .col-ms-6-10,
  .col-ms-7-10,
  .col-ms-8-10,
  .col-ms-9-10,
  .col-ms-10-10,
  .col-ms-1-11,
  .col-ms-2-11,
  .col-ms-3-11,
  .col-ms-4-11,
  .col-ms-5-11,
  .col-ms-6-11,
  .col-ms-7-11,
  .col-ms-8-11,
  .col-ms-9-11,
  .col-ms-10-11,
  .col-ms-11-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12,
  .col-ms-13,
  .col-ms-14,
  .col-ms-15,
  .col-ms-16,
  .col-ms-17,
  .col-ms-18,
  .col-ms-19,
  .col-ms-20,
  .col-ms-21,
  .col-ms-22,
  .col-ms-23,
  .col-ms-24,
  .col-ms-25,
  .col-ms-26,
  .col-ms-27,
  .col-ms-28,
  .col-ms-29,
  .col-ms-30,
  .col-ms-31,
  .col-ms-32,
  .col-ms-33,
  .col-ms-34,
  .col-ms-35,
  .col-ms-36,
  .col-ms-37,
  .col-ms-38,
  .col-ms-39,
  .col-ms-40,
  .col-ms-41,
  .col-ms-42,
  .col-ms-43,
  .col-ms-44,
  .col-ms-45,
  .col-ms-46,
  .col-ms-47,
  .col-ms-48,
  .col-ms-1-11,
  .col-ms-2-11,
  .col-ms-3-11,
  .col-ms-4-11,
  .col-ms-5-11,
  .col-ms-6-11,
  .col-ms-7-11,
  .col-ms-8-11,
  .col-ms-9-11,
  .col-ms-10-11,
  .col-ms-11-11,
  .col-ms-1-10,
  .col-ms-2-10,
  .col-ms-3-10,
  .col-ms-4-10,
  .col-ms-5-10,
  .col-ms-6-10,
  .col-ms-7-10,
  .col-ms-8-10,
  .col-ms-9-10,
  .col-ms-10-10,
  .col-ms-1-9,
  .col-ms-2-9,
  .col-ms-3-9,
  .col-ms-4-9,
  .col-ms-5-9,
  .col-ms-6-9,
  .col-ms-7-9,
  .col-ms-8-9,
  .col-ms-9-9,
  .col-ms-1-7,
  .col-ms-2-7,
  .col-ms-3-7,
  .col-ms-4-7,
  .col-ms-5-7,
  .col-ms-6-7,
  .col-ms-7-7,
  .col-ms-1-5,
  .col-ms-2-5,
  .col-ms-3-5,
  .col-ms-4-5,
  .col-ms-5-5 {
    float: left;
  }
  .col-ms-48 {
    width: 100%;
  }
  .col-ms-47 {
    width: 97.91666667%;
  }
  .col-ms-46 {
    width: 95.83333333%;
  }
  .col-ms-45 {
    width: 93.75%;
  }
  .col-ms-44 {
    width: 91.66666667%;
  }
  .col-ms-43 {
    width: 89.58333333%;
  }
  .col-ms-42 {
    width: 87.5%;
  }
  .col-ms-41 {
    width: 85.41666667%;
  }
  .col-ms-40 {
    width: 83.33333333%;
  }
  .col-ms-39 {
    width: 81.25%;
  }
  .col-ms-38 {
    width: 79.16666667%;
  }
  .col-ms-37 {
    width: 77.08333333%;
  }
  .col-ms-36 {
    width: 75%;
  }
  .col-ms-35 {
    width: 72.91666667%;
  }
  .col-ms-34 {
    width: 70.83333333%;
  }
  .col-ms-33 {
    width: 68.75%;
  }
  .col-ms-32 {
    width: 66.66666667%;
  }
  .col-ms-31 {
    width: 64.58333333%;
  }
  .col-ms-30 {
    width: 62.5%;
  }
  .col-ms-29 {
    width: 60.41666667%;
  }
  .col-ms-28 {
    width: 58.33333333%;
  }
  .col-ms-27 {
    width: 56.25%;
  }
  .col-ms-26 {
    width: 54.16666667%;
  }
  .col-ms-25 {
    width: 52.08333333%;
  }
  .col-ms-24 {
    width: 50%;
  }
  .col-ms-23 {
    width: 47.91666667%;
  }
  .col-ms-22 {
    width: 45.83333333%;
  }
  .col-ms-21 {
    width: 43.75%;
  }
  .col-ms-20 {
    width: 41.66666667%;
  }
  .col-ms-19 {
    width: 39.58333333%;
  }
  .col-ms-18 {
    width: 37.5%;
  }
  .col-ms-17 {
    width: 35.41666667%;
  }
  .col-ms-16 {
    width: 33.33333333%;
  }
  .col-ms-15 {
    width: 31.25%;
  }
  .col-ms-14 {
    width: 29.16666667%;
  }
  .col-ms-13 {
    width: 27.08333333%;
  }
  .col-ms-12 {
    width: 25%;
  }
  .col-ms-11 {
    width: 22.91666667%;
  }
  .col-ms-10 {
    width: 20.83333333%;
  }
  .col-ms-9 {
    width: 18.75%;
  }
  .col-ms-8 {
    width: 16.66666667%;
  }
  .col-ms-7 {
    width: 14.58333333%;
  }
  .col-ms-6 {
    width: 12.5%;
  }
  .col-ms-5 {
    width: 10.41666667%;
  }
  .col-ms-4 {
    width: 8.33333333%;
  }
  .col-ms-3 {
    width: 6.25%;
  }
  .col-ms-2 {
    width: 4.16666667%;
  }
  .col-ms-1 {
    width: 2.08333333%;
  }
  .col-ms-pull-48 {
    right: 100%;
  }
  .col-ms-pull-47 {
    right: 97.91666667%;
  }
  .col-ms-pull-46 {
    right: 95.83333333%;
  }
  .col-ms-pull-45 {
    right: 93.75%;
  }
  .col-ms-pull-44 {
    right: 91.66666667%;
  }
  .col-ms-pull-43 {
    right: 89.58333333%;
  }
  .col-ms-pull-42 {
    right: 87.5%;
  }
  .col-ms-pull-41 {
    right: 85.41666667%;
  }
  .col-ms-pull-40 {
    right: 83.33333333%;
  }
  .col-ms-pull-39 {
    right: 81.25%;
  }
  .col-ms-pull-38 {
    right: 79.16666667%;
  }
  .col-ms-pull-37 {
    right: 77.08333333%;
  }
  .col-ms-pull-36 {
    right: 75%;
  }
  .col-ms-pull-35 {
    right: 72.91666667%;
  }
  .col-ms-pull-34 {
    right: 70.83333333%;
  }
  .col-ms-pull-33 {
    right: 68.75%;
  }
  .col-ms-pull-32 {
    right: 66.66666667%;
  }
  .col-ms-pull-31 {
    right: 64.58333333%;
  }
  .col-ms-pull-30 {
    right: 62.5%;
  }
  .col-ms-pull-29 {
    right: 60.41666667%;
  }
  .col-ms-pull-28 {
    right: 58.33333333%;
  }
  .col-ms-pull-27 {
    right: 56.25%;
  }
  .col-ms-pull-26 {
    right: 54.16666667%;
  }
  .col-ms-pull-25 {
    right: 52.08333333%;
  }
  .col-ms-pull-24 {
    right: 50%;
  }
  .col-ms-pull-23 {
    right: 47.91666667%;
  }
  .col-ms-pull-22 {
    right: 45.83333333%;
  }
  .col-ms-pull-21 {
    right: 43.75%;
  }
  .col-ms-pull-20 {
    right: 41.66666667%;
  }
  .col-ms-pull-19 {
    right: 39.58333333%;
  }
  .col-ms-pull-18 {
    right: 37.5%;
  }
  .col-ms-pull-17 {
    right: 35.41666667%;
  }
  .col-ms-pull-16 {
    right: 33.33333333%;
  }
  .col-ms-pull-15 {
    right: 31.25%;
  }
  .col-ms-pull-14 {
    right: 29.16666667%;
  }
  .col-ms-pull-13 {
    right: 27.08333333%;
  }
  .col-ms-pull-12 {
    right: 25%;
  }
  .col-ms-pull-11 {
    right: 22.91666667%;
  }
  .col-ms-pull-10 {
    right: 20.83333333%;
  }
  .col-ms-pull-9 {
    right: 18.75%;
  }
  .col-ms-pull-8 {
    right: 16.66666667%;
  }
  .col-ms-pull-7 {
    right: 14.58333333%;
  }
  .col-ms-pull-6 {
    right: 12.5%;
  }
  .col-ms-pull-5 {
    right: 10.41666667%;
  }
  .col-ms-pull-4 {
    right: 8.33333333%;
  }
  .col-ms-pull-3 {
    right: 6.25%;
  }
  .col-ms-pull-2 {
    right: 4.16666667%;
  }
  .col-ms-pull-1 {
    right: 2.08333333%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-push-48 {
    left: 100%;
  }
  .col-ms-push-47 {
    left: 97.91666667%;
  }
  .col-ms-push-46 {
    left: 95.83333333%;
  }
  .col-ms-push-45 {
    left: 93.75%;
  }
  .col-ms-push-44 {
    left: 91.66666667%;
  }
  .col-ms-push-43 {
    left: 89.58333333%;
  }
  .col-ms-push-42 {
    left: 87.5%;
  }
  .col-ms-push-41 {
    left: 85.41666667%;
  }
  .col-ms-push-40 {
    left: 83.33333333%;
  }
  .col-ms-push-39 {
    left: 81.25%;
  }
  .col-ms-push-38 {
    left: 79.16666667%;
  }
  .col-ms-push-37 {
    left: 77.08333333%;
  }
  .col-ms-push-36 {
    left: 75%;
  }
  .col-ms-push-35 {
    left: 72.91666667%;
  }
  .col-ms-push-34 {
    left: 70.83333333%;
  }
  .col-ms-push-33 {
    left: 68.75%;
  }
  .col-ms-push-32 {
    left: 66.66666667%;
  }
  .col-ms-push-31 {
    left: 64.58333333%;
  }
  .col-ms-push-30 {
    left: 62.5%;
  }
  .col-ms-p3ush-29 {
    left: 60.41666667%;
  }
  .col-ms-push-28 {
    left: 58.33333333%;
  }
  .col-ms-push-27 {
    left: 56.25%;
  }
  .col-ms-push-26 {
    left: 54.16666667%;
  }
  .col-ms-push-25 {
    left: 52.08333333%;
  }
  .col-ms-push-24 {
    left: 50%;
  }
  .col-ms-push-23 {
    left: 47.91666667%;
  }
  .col-ms-push-22 {
    left: 45.83333333%;
  }
  .col-ms-push-21 {
    left: 43.75%;
  }
  .col-ms-push-20 {
    left: 41.66666667%;
  }
  .col-ms-push-19 {
    left: 39.58333333%;
  }
  .col-ms-push-18 {
    left: 37.5%;
  }
  .col-ms-push-17 {
    left: 35.41666667%;
  }
  .col-ms-1-8,
  .col-ms-2-8,
  .col-ms-3-8,
  .col-ms-4-8,
  .col-ms-5-8,
  .col-ms-6-8,
  .col-ms-7-8,
  .col-ms-8-8,
  .col-ms-push-16 {
    left: 33.33333333%;
  }
  .col-ms-push-15 {
    left: 31.25%;
  }
  .col-ms-push-14 {
    left: 29.16666667%;
  }
  .col-ms-push-13 {
    left: 27.08333333%;
  }
  .col-ms-push-12 {
    left: 25%;
  }
  .col-ms-push-11 {
    left: 22.91666667%;
  }
  .col-ms-push-10 {
    left: 20.83333333%;
  }
  .col-ms-push-9 {
    left: 18.75%;
  }
  .col-ms-push-8 {
    left: 16.66666667%;
  }
  .col-ms-push-7 {
    left: 14.58333333%;
  }
  .col-ms-push-6 {
    left: 12.5%;
  }
  .col-ms-push-5 {
    left: 10.41666667%;
  }
  .col-ms-push-4 {
    left: 8.33333333%;
  }
  .col-ms-push-3 {
    left: 6.25%;
  }
  .col-ms-push-2 {
    left: 4.16666667%;
  }
  .col-ms-push-1 {
    left: 2.08333333%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-offset-48 {
    margin-left: 100%;
  }
  .col-ms-offset-47 {
    margin-left: 97.91666667%;
  }
  .col-ms-offset-46 {
    margin-left: 95.83333333%;
  }
  .col-ms-offset-45 {
    margin-left: 93.75%;
  }
  .col-ms-offset-44 {
    margin-left: 91.66666667%;
  }
  .col-ms-offset-43 {
    margin-left: 89.58333333%;
  }
  .col-ms-offset-42 {
    margin-left: 87.5%;
  }
  .col-ms-offset-41 {
    margin-left: 85.41666667%;
  }
  .col-ms-offset-40 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-39 {
    margin-left: 81.25%;
  }
  .col-ms-offset-38 {
    margin-left: 79.16666667%;
  }
  .col-ms-offset-37 {
    margin-left: 77.08333333%;
  }
  .col-ms-offset-36 {
    margin-left: 75%;
  }
  .col-ms-offset-35 {
    margin-left: 72.91666667%;
  }
  .col-ms-offset-34 {
    margin-left: 70.83333333%;
  }
  .col-ms-offset-33 {
    margin-left: 68.75%;
  }
  .col-ms-offset-32 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-31 {
    margin-left: 64.58333333%;
  }
  .col-ms-offset-30 {
    margin-left: 62.5%;
  }
  .col-ms-offset-29 {
    margin-left: 60.41666667%;
  }
  .col-ms-offset-28 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-27 {
    margin-left: 56.25%;
  }
  .col-ms-offset-26 {
    margin-left: 54.16666667%;
  }
  .col-ms-offset-25 {
    margin-left: 52.08333333%;
  }
  .col-ms-offset-24 {
    margin-left: 50%;
  }
  .col-ms-offset-23 {
    margin-left: 47.91666667%;
  }
  .col-ms-offset-22 {
    margin-left: 45.83333333%;
  }
  .col-ms-offset-21 {
    margin-left: 43.75%;
  }
  .col-ms-offset-20 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-19 {
    margin-left: 39.58333333%;
  }
  .col-ms-offset-18 {
    margin-left: 37.5%;
  }
  .col-ms-offset-17 {
    margin-left: 35.41666667%;
  }
  .col-ms-offset-16 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-15 {
    margin-left: 31.25%;
  }
  .col-ms-offset-14 {
    margin-left: 29.16666667%;
  }
  .col-ms-offset-13 {
    margin-left: 27.08333333%;
  }
  .col-ms-offset-12 {
    margin-left: 25%;
  }
  .col-ms-offset-11 {
    margin-left: 22.91666667%;
  }
  .col-ms-offset-10 {
    margin-left: 20.83333333%;
  }
  .col-ms-offset-9 {
    margin-left: 18.75%;
  }
  .col-ms-offset-8 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-7 {
    margin-left: 14.58333333%;
  }
  .col-ms-offset-6 {
    margin-left: 12.5%;
  }
  .col-ms-offset-5 {
    margin-left: 10.41666667%;
  }
  .col-ms-offset-4 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-3 {
    margin-left: 6.25%;
  }
  .col-ms-offset-2 {
    margin-left: 4.16666667%;
  }
  .col-ms-offset-1 {
    margin-left: 2.08333333%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
  .col-ms-offset-5-5 {
    margin-left: 100%;
  }
  .col-ms-offset-4-5 {
    margin-left: 80%;
  }
  .col-ms-offset-3-5 {
    margin-left: 60%;
  }
  .col-ms-offset-2-5 {
    margin-left: 40%;
  }
  .col-ms-offset-1-5 {
    margin-left: 20%;
  }
  .col-ms-5-5 {
    width: 100%;
  }
  .col-ms-4-5 {
    width: 80%;
  }
  .col-ms-3-5 {
    width: 60%;
  }
  .col-ms-2-5 {
    width: 40%;
  }
  .col-ms-1-5 {
    width: 20%;
  }
  .col-ms-7-7 {
    width: 100%;
  }
  .col-ms-6-7 {
    width: 85.71428571%;
  }
  .col-ms-5-7 {
    width: 71.42857143%;
  }
  .col-ms-4-7 {
    width: 57.14285714%;
  }
  .col-ms-3-7 {
    width: 42.85714286%;
  }
  .col-ms-2-7 {
    width: 28.57142857%;
  }
  .col-ms-1-7 {
    width: 14.28571429%;
  }
  .col-ms-9-9 {
    width: 100%;
  }
  .col-ms-8-9 {
    width: 88.88888889%;
  }
  .col-ms-7-9 {
    width: 77.77777778%;
  }
  .col-ms-6-9 {
    width: 66.66666667%;
  }
  .col-ms-5-9 {
    width: 55.55555556%;
  }
  .col-ms-4-9 {
    width: 44.44444444%;
  }
  .col-ms-3-9 {
    width: 33.33333333%;
  }
  .col-ms-2-9 {
    width: 22.22222222%;
  }
  .col-ms-1-9 {
    width: 11.11111111%;
  }
  .col-ms-10-10 {
    width: 100%;
  }
  .col-ms-9-10 {
    width: 90%;
  }
  .col-ms-8-10 {
    width: 80%;
  }
  .col-ms-7-10 {
    width: 70%;
  }
  .col-ms-6-10 {
    width: 60%;
  }
  .col-ms-5-10 {
    width: 50%;
  }
  .col-ms-4-10 {
    width: 40%;
  }
  .col-ms-3-10 {
    width: 30%;
  }
  .col-ms-2-10 {
    width: 20%;
  }
  .col-ms-1-10 {
    width: 10%;
  }
  .col-ms-11-11 {
    width: 100%;
  }
  .col-ms-10-11 {
    width: 90.90909091%;
  }
  .col-ms-9-11 {
    width: 81.81818182%;
  }
  .col-ms-8-11 {
    width: 72.72727273%;
  }
  .col-ms-7-11 {
    width: 63.63636364%;
  }
  .col-ms-6-11 {
    width: 54.54545455%;
  }
  .col-ms-5-11 {
    width: 45.45454545%;
  }
  .col-ms-4-11 {
    width: 36.36363636%;
  }
  .col-ms-3-11 {
    width: 27.27272727%;
  }
  .col-ms-2-11 {
    width: 18.18181818%;
  }
  .col-ms-1-11 {
    width: 9.09090909%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-ms-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-ms-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-ms-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-ms-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-ms-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-ms-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-ms-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-ms-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-ms-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-ms-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-ms-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-ms-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-ms-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-ms-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-ms-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-ms-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-ms-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-ms-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-ms-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-ms-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-ms-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-ms-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-ms-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-ms-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-ms-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-ms-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-ms-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-ms-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-ms-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-ms-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-ms-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-ms-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-ms-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-ms-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-ms-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-ms-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-ms-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-ms-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-ms-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-ms-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-ms-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-ms-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-ms-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-ms-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-ms-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-ms-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-ms-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-ms-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-ms-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-ms-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-ms-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-ms-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-ms-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-ms-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-ms-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-ms-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-ms-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-ms-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-ms-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-ms-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-ms-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-ms-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-ms-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-ms-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-ms-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-ms-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-ms-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-ms-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-ms-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-ms-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-ms-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-ms-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-ms-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-ms-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-ms-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-ms-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-ms-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-ms-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-ms-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-ms-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-ms-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-ms-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-ms-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-ms-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-ms-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-ms-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-ms-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-ms-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-ms-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-ms-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-ms-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-ms-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-ms-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-ms-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-ms-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-ms-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-ms-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-ms-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-ms-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-ms-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-ms-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-ms-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-ms-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-ms-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-ms-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-ms-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-ms-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-ms-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-ms-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-ms-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-ms-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-ms-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-ms-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-ms-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-ms-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-ms-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-ms-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-ms-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-ms-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-ms-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-ms-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-ms-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-ms-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-ms-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-ms-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-ms-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 480px) {
  .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-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-5-5,
  .col-sm-1-7,
  .col-sm-2-7,
  .col-sm-3-7,
  .col-sm-4-7,
  .col-sm-5-7,
  .col-sm-6-7,
  .col-sm-7-7,
  .col-sm-1-9,
  .col-sm-2-9,
  .col-sm-3-9,
  .col-sm-4-9,
  .col-sm-5-9,
  .col-sm-6-9,
  .col-sm-7-9,
  .col-sm-8-9,
  .col-sm-9-9,
  .col-sm-1-10,
  .col-sm-2-10,
  .col-sm-3-10,
  .col-sm-4-10,
  .col-sm-5-10,
  .col-sm-6-10,
  .col-sm-7-10,
  .col-sm-8-10,
  .col-sm-9-10,
  .col-sm-10-10,
  .col-sm-1-11,
  .col-sm-2-11,
  .col-sm-3-11,
  .col-sm-4-11,
  .col-sm-5-11,
  .col-sm-6-11,
  .col-sm-7-11,
  .col-sm-8-11,
  .col-sm-9-11,
  .col-sm-10-11,
  .col-sm-11-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-1-11,
  .col-sm-2-11,
  .col-sm-3-11,
  .col-sm-4-11,
  .col-sm-5-11,
  .col-sm-6-11,
  .col-sm-7-11,
  .col-sm-8-11,
  .col-sm-9-11,
  .col-sm-10-11,
  .col-sm-11-11,
  .col-sm-1-10,
  .col-sm-2-10,
  .col-sm-3-10,
  .col-sm-4-10,
  .col-sm-5-10,
  .col-sm-6-10,
  .col-sm-7-10,
  .col-sm-8-10,
  .col-sm-9-10,
  .col-sm-10-10,
  .col-sm-1-9,
  .col-sm-2-9,
  .col-sm-3-9,
  .col-sm-4-9,
  .col-sm-5-9,
  .col-sm-6-9,
  .col-sm-7-9,
  .col-sm-8-9,
  .col-sm-9-9,
  .col-sm-1-7,
  .col-sm-2-7,
  .col-sm-3-7,
  .col-sm-4-7,
  .col-sm-5-7,
  .col-sm-6-7,
  .col-sm-7-7,
  .col-sm-1-5,
  .col-sm-2-5,
  .col-sm-3-5,
  .col-sm-4-5,
  .col-sm-5-5 {
    float: left;
  }
  .col-sm-48 {
    width: 100%;
  }
  .col-sm-47 {
    width: 97.91666667%;
  }
  .col-sm-46 {
    width: 95.83333333%;
  }
  .col-sm-45 {
    width: 93.75%;
  }
  .col-sm-44 {
    width: 91.66666667%;
  }
  .col-sm-43 {
    width: 89.58333333%;
  }
  .col-sm-42 {
    width: 87.5%;
  }
  .col-sm-41 {
    width: 85.41666667%;
  }
  .col-sm-40 {
    width: 83.33333333%;
  }
  .col-sm-39 {
    width: 81.25%;
  }
  .col-sm-38 {
    width: 79.16666667%;
  }
  .col-sm-37 {
    width: 77.08333333%;
  }
  .col-sm-36 {
    width: 75%;
  }
  .col-sm-35 {
    width: 72.91666667%;
  }
  .col-sm-34 {
    width: 70.83333333%;
  }
  .col-sm-33 {
    width: 68.75%;
  }
  .col-sm-32 {
    width: 66.66666667%;
  }
  .col-sm-31 {
    width: 64.58333333%;
  }
  .col-sm-30 {
    width: 62.5%;
  }
  .col-sm-29 {
    width: 60.41666667%;
  }
  .col-sm-28 {
    width: 58.33333333%;
  }
  .col-sm-27 {
    width: 56.25%;
  }
  .col-sm-26 {
    width: 54.16666667%;
  }
  .col-sm-25 {
    width: 52.08333333%;
  }
  .col-sm-24 {
    width: 50%;
  }
  .col-sm-23 {
    width: 47.91666667%;
  }
  .col-sm-22 {
    width: 45.83333333%;
  }
  .col-sm-21 {
    width: 43.75%;
  }
  .col-sm-20 {
    width: 41.66666667%;
  }
  .col-sm-19 {
    width: 39.58333333%;
  }
  .col-sm-18 {
    width: 37.5%;
  }
  .col-sm-17 {
    width: 35.41666667%;
  }
  .col-sm-16 {
    width: 33.33333333%;
  }
  .col-sm-15 {
    width: 31.25%;
  }
  .col-sm-14 {
    width: 29.16666667%;
  }
  .col-sm-13 {
    width: 27.08333333%;
  }
  .col-sm-12 {
    width: 25%;
  }
  .col-sm-11 {
    width: 22.91666667%;
  }
  .col-sm-10 {
    width: 20.83333333%;
  }
  .col-sm-9 {
    width: 18.75%;
  }
  .col-sm-8 {
    width: 16.66666667%;
  }
  .col-sm-7 {
    width: 14.58333333%;
  }
  .col-sm-6 {
    width: 12.5%;
  }
  .col-sm-5 {
    width: 10.41666667%;
  }
  .col-sm-4 {
    width: 8.33333333%;
  }
  .col-sm-3 {
    width: 6.25%;
  }
  .col-sm-2 {
    width: 4.16666667%;
  }
  .col-sm-1 {
    width: 2.08333333%;
  }
  .col-sm-pull-48 {
    right: 100%;
  }
  .col-sm-pull-47 {
    right: 97.91666667%;
  }
  .col-sm-pull-46 {
    right: 95.83333333%;
  }
  .col-sm-pull-45 {
    right: 93.75%;
  }
  .col-sm-pull-44 {
    right: 91.66666667%;
  }
  .col-sm-pull-43 {
    right: 89.58333333%;
  }
  .col-sm-pull-42 {
    right: 87.5%;
  }
  .col-sm-pull-41 {
    right: 85.41666667%;
  }
  .col-sm-pull-40 {
    right: 83.33333333%;
  }
  .col-sm-pull-39 {
    right: 81.25%;
  }
  .col-sm-pull-38 {
    right: 79.16666667%;
  }
  .col-sm-pull-37 {
    right: 77.08333333%;
  }
  .col-sm-pull-36 {
    right: 75%;
  }
  .col-sm-pull-35 {
    right: 72.91666667%;
  }
  .col-sm-pull-34 {
    right: 70.83333333%;
  }
  .col-sm-pull-33 {
    right: 68.75%;
  }
  .col-sm-pull-32 {
    right: 66.66666667%;
  }
  .col-sm-pull-31 {
    right: 64.58333333%;
  }
  .col-sm-pull-30 {
    right: 62.5%;
  }
  .col-sm-pull-29 {
    right: 60.41666667%;
  }
  .col-sm-pull-28 {
    right: 58.33333333%;
  }
  .col-sm-pull-27 {
    right: 56.25%;
  }
  .col-sm-pull-26 {
    right: 54.16666667%;
  }
  .col-sm-pull-25 {
    right: 52.08333333%;
  }
  .col-sm-pull-24 {
    right: 50%;
  }
  .col-sm-pull-23 {
    right: 47.91666667%;
  }
  .col-sm-pull-22 {
    right: 45.83333333%;
  }
  .col-sm-pull-21 {
    right: 43.75%;
  }
  .col-sm-pull-20 {
    right: 41.66666667%;
  }
  .col-sm-pull-19 {
    right: 39.58333333%;
  }
  .col-sm-pull-18 {
    right: 37.5%;
  }
  .col-sm-pull-17 {
    right: 35.41666667%;
  }
  .col-sm-pull-16 {
    right: 33.33333333%;
  }
  .col-sm-pull-15 {
    right: 31.25%;
  }
  .col-sm-pull-14 {
    right: 29.16666667%;
  }
  .col-sm-pull-13 {
    right: 27.08333333%;
  }
  .col-sm-pull-12 {
    right: 25%;
  }
  .col-sm-pull-11 {
    right: 22.91666667%;
  }
  .col-sm-pull-10 {
    right: 20.83333333%;
  }
  .col-sm-pull-9 {
    right: 18.75%;
  }
  .col-sm-pull-8 {
    right: 16.66666667%;
  }
  .col-sm-pull-7 {
    right: 14.58333333%;
  }
  .col-sm-pull-6 {
    right: 12.5%;
  }
  .col-sm-pull-5 {
    right: 10.41666667%;
  }
  .col-sm-pull-4 {
    right: 8.33333333%;
  }
  .col-sm-pull-3 {
    right: 6.25%;
  }
  .col-sm-pull-2 {
    right: 4.16666667%;
  }
  .col-sm-pull-1 {
    right: 2.08333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-48 {
    left: 100%;
  }
  .col-sm-push-47 {
    left: 97.91666667%;
  }
  .col-sm-push-46 {
    left: 95.83333333%;
  }
  .col-sm-push-45 {
    left: 93.75%;
  }
  .col-sm-push-44 {
    left: 91.66666667%;
  }
  .col-sm-push-43 {
    left: 89.58333333%;
  }
  .col-sm-push-42 {
    left: 87.5%;
  }
  .col-sm-push-41 {
    left: 85.41666667%;
  }
  .col-sm-push-40 {
    left: 83.33333333%;
  }
  .col-sm-push-39 {
    left: 81.25%;
  }
  .col-sm-push-38 {
    left: 79.16666667%;
  }
  .col-sm-push-37 {
    left: 77.08333333%;
  }
  .col-sm-push-36 {
    left: 75%;
  }
  .col-sm-push-35 {
    left: 72.91666667%;
  }
  .col-sm-push-34 {
    left: 70.83333333%;
  }
  .col-sm-push-33 {
    left: 68.75%;
  }
  .col-sm-push-32 {
    left: 66.66666667%;
  }
  .col-sm-push-31 {
    left: 64.58333333%;
  }
  .col-sm-push-30 {
    left: 62.5%;
  }
  .col-sm-p3ush-29 {
    left: 60.41666667%;
  }
  .col-sm-push-28 {
    left: 58.33333333%;
  }
  .col-sm-push-27 {
    left: 56.25%;
  }
  .col-sm-push-26 {
    left: 54.16666667%;
  }
  .col-sm-push-25 {
    left: 52.08333333%;
  }
  .col-sm-push-24 {
    left: 50%;
  }
  .col-sm-push-23 {
    left: 47.91666667%;
  }
  .col-sm-push-22 {
    left: 45.83333333%;
  }
  .col-sm-push-21 {
    left: 43.75%;
  }
  .col-sm-push-20 {
    left: 41.66666667%;
  }
  .col-sm-push-19 {
    left: 39.58333333%;
  }
  .col-sm-push-18 {
    left: 37.5%;
  }
  .col-sm-push-17 {
    left: 35.41666667%;
  }
  .col-sm-1-8,
  .col-sm-2-8,
  .col-sm-3-8,
  .col-sm-4-8,
  .col-sm-5-8,
  .col-sm-6-8,
  .col-sm-7-8,
  .col-sm-8-8,
  .col-sm-push-16 {
    left: 33.33333333%;
  }
  .col-sm-push-15 {
    left: 31.25%;
  }
  .col-sm-push-14 {
    left: 29.16666667%;
  }
  .col-sm-push-13 {
    left: 27.08333333%;
  }
  .col-sm-push-12 {
    left: 25%;
  }
  .col-sm-push-11 {
    left: 22.91666667%;
  }
  .col-sm-push-10 {
    left: 20.83333333%;
  }
  .col-sm-push-9 {
    left: 18.75%;
  }
  .col-sm-push-8 {
    left: 16.66666667%;
  }
  .col-sm-push-7 {
    left: 14.58333333%;
  }
  .col-sm-push-6 {
    left: 12.5%;
  }
  .col-sm-push-5 {
    left: 10.41666667%;
  }
  .col-sm-push-4 {
    left: 8.33333333%;
  }
  .col-sm-push-3 {
    left: 6.25%;
  }
  .col-sm-push-2 {
    left: 4.16666667%;
  }
  .col-sm-push-1 {
    left: 2.08333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-48 {
    margin-left: 100%;
  }
  .col-sm-offset-47 {
    margin-left: 97.91666667%;
  }
  .col-sm-offset-46 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-45 {
    margin-left: 93.75%;
  }
  .col-sm-offset-44 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-43 {
    margin-left: 89.58333333%;
  }
  .col-sm-offset-42 {
    margin-left: 87.5%;
  }
  .col-sm-offset-41 {
    margin-left: 85.41666667%;
  }
  .col-sm-offset-40 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-39 {
    margin-left: 81.25%;
  }
  .col-sm-offset-38 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-37 {
    margin-left: 77.08333333%;
  }
  .col-sm-offset-36 {
    margin-left: 75%;
  }
  .col-sm-offset-35 {
    margin-left: 72.91666667%;
  }
  .col-sm-offset-34 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-33 {
    margin-left: 68.75%;
  }
  .col-sm-offset-32 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-31 {
    margin-left: 64.58333333%;
  }
  .col-sm-offset-30 {
    margin-left: 62.5%;
  }
  .col-sm-offset-29 {
    margin-left: 60.41666667%;
  }
  .col-sm-offset-28 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-27 {
    margin-left: 56.25%;
  }
  .col-sm-offset-26 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-25 {
    margin-left: 52.08333333%;
  }
  .col-sm-offset-24 {
    margin-left: 50%;
  }
  .col-sm-offset-23 {
    margin-left: 47.91666667%;
  }
  .col-sm-offset-22 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-21 {
    margin-left: 43.75%;
  }
  .col-sm-offset-20 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-19 {
    margin-left: 39.58333333%;
  }
  .col-sm-offset-18 {
    margin-left: 37.5%;
  }
  .col-sm-offset-17 {
    margin-left: 35.41666667%;
  }
  .col-sm-offset-16 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-15 {
    margin-left: 31.25%;
  }
  .col-sm-offset-14 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-13 {
    margin-left: 27.08333333%;
  }
  .col-sm-offset-12 {
    margin-left: 25%;
  }
  .col-sm-offset-11 {
    margin-left: 22.91666667%;
  }
  .col-sm-offset-10 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-9 {
    margin-left: 18.75%;
  }
  .col-sm-offset-8 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 14.58333333%;
  }
  .col-sm-offset-6 {
    margin-left: 12.5%;
  }
  .col-sm-offset-5 {
    margin-left: 10.41666667%;
  }
  .col-sm-offset-4 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 6.25%;
  }
  .col-sm-offset-2 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-1 {
    margin-left: 2.08333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-5-5 {
    margin-left: 100%;
  }
  .col-sm-offset-4-5 {
    margin-left: 80%;
  }
  .col-sm-offset-3-5 {
    margin-left: 60%;
  }
  .col-sm-offset-2-5 {
    margin-left: 40%;
  }
  .col-sm-offset-1-5 {
    margin-left: 20%;
  }
  .col-sm-5-5 {
    width: 100%;
  }
  .col-sm-4-5 {
    width: 80%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-1-5 {
    width: 20%;
  }
  .col-sm-7-7 {
    width: 100%;
  }
  .col-sm-6-7 {
    width: 85.71428571%;
  }
  .col-sm-5-7 {
    width: 71.42857143%;
  }
  .col-sm-4-7 {
    width: 57.14285714%;
  }
  .col-sm-3-7 {
    width: 42.85714286%;
  }
  .col-sm-2-7 {
    width: 28.57142857%;
  }
  .col-sm-1-7 {
    width: 14.28571429%;
  }
  .col-sm-9-9 {
    width: 100%;
  }
  .col-sm-8-9 {
    width: 88.88888889%;
  }
  .col-sm-7-9 {
    width: 77.77777778%;
  }
  .col-sm-6-9 {
    width: 66.66666667%;
  }
  .col-sm-5-9 {
    width: 55.55555556%;
  }
  .col-sm-4-9 {
    width: 44.44444444%;
  }
  .col-sm-3-9 {
    width: 33.33333333%;
  }
  .col-sm-2-9 {
    width: 22.22222222%;
  }
  .col-sm-1-9 {
    width: 11.11111111%;
  }
  .col-sm-10-10 {
    width: 100%;
  }
  .col-sm-9-10 {
    width: 90%;
  }
  .col-sm-8-10 {
    width: 80%;
  }
  .col-sm-7-10 {
    width: 70%;
  }
  .col-sm-6-10 {
    width: 60%;
  }
  .col-sm-5-10 {
    width: 50%;
  }
  .col-sm-4-10 {
    width: 40%;
  }
  .col-sm-3-10 {
    width: 30%;
  }
  .col-sm-2-10 {
    width: 20%;
  }
  .col-sm-1-10 {
    width: 10%;
  }
  .col-sm-11-11 {
    width: 100%;
  }
  .col-sm-10-11 {
    width: 90.90909091%;
  }
  .col-sm-9-11 {
    width: 81.81818182%;
  }
  .col-sm-8-11 {
    width: 72.72727273%;
  }
  .col-sm-7-11 {
    width: 63.63636364%;
  }
  .col-sm-6-11 {
    width: 54.54545455%;
  }
  .col-sm-5-11 {
    width: 45.45454545%;
  }
  .col-sm-4-11 {
    width: 36.36363636%;
  }
  .col-sm-3-11 {
    width: 27.27272727%;
  }
  .col-sm-2-11 {
    width: 18.18181818%;
  }
  .col-sm-1-11 {
    width: 9.09090909%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-sm-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-sm-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-sm-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-sm-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-sm-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-sm-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-sm-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-sm-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-sm-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-sm-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-sm-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-sm-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-sm-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-sm-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-sm-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-sm-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-sm-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-sm-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-sm-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-sm-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-sm-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-sm-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-sm-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-sm-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-sm-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-sm-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-sm-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-sm-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-sm-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-sm-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-sm-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-sm-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-sm-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-sm-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-sm-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-sm-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-sm-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-sm-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-sm-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-sm-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-sm-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-sm-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-sm-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-sm-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-sm-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-sm-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-sm-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-sm-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-sm-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-sm-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-sm-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-sm-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-sm-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-sm-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-sm-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-sm-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-sm-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-sm-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-sm-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-sm-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-sm-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-sm-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-sm-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-sm-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-sm-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-sm-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-sm-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-sm-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-sm-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-sm-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-sm-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-sm-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-sm-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-sm-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-sm-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-sm-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-sm-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-sm-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-sm-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-sm-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-sm-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-sm-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-sm-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-sm-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-sm-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-sm-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-sm-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-sm-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-sm-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-sm-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-sm-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-sm-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-sm-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-sm-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-sm-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-sm-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-sm-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-sm-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-sm-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-sm-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-sm-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-sm-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-sm-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-sm-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-sm-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-sm-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-sm-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-sm-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-sm-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-sm-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-sm-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-sm-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-sm-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-sm-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-sm-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-sm-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-sm-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-sm-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-sm-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .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-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-5-5,
  .col-md-1-7,
  .col-md-2-7,
  .col-md-3-7,
  .col-md-4-7,
  .col-md-5-7,
  .col-md-6-7,
  .col-md-7-7,
  .col-md-1-9,
  .col-md-2-9,
  .col-md-3-9,
  .col-md-4-9,
  .col-md-5-9,
  .col-md-6-9,
  .col-md-7-9,
  .col-md-8-9,
  .col-md-9-9,
  .col-md-1-10,
  .col-md-2-10,
  .col-md-3-10,
  .col-md-4-10,
  .col-md-5-10,
  .col-md-6-10,
  .col-md-7-10,
  .col-md-8-10,
  .col-md-9-10,
  .col-md-10-10,
  .col-md-1-11,
  .col-md-2-11,
  .col-md-3-11,
  .col-md-4-11,
  .col-md-5-11,
  .col-md-6-11,
  .col-md-7-11,
  .col-md-8-11,
  .col-md-9-11,
  .col-md-10-11,
  .col-md-11-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-1-11,
  .col-md-2-11,
  .col-md-3-11,
  .col-md-4-11,
  .col-md-5-11,
  .col-md-6-11,
  .col-md-7-11,
  .col-md-8-11,
  .col-md-9-11,
  .col-md-10-11,
  .col-md-11-11,
  .col-md-1-10,
  .col-md-2-10,
  .col-md-3-10,
  .col-md-4-10,
  .col-md-5-10,
  .col-md-6-10,
  .col-md-7-10,
  .col-md-8-10,
  .col-md-9-10,
  .col-md-10-10,
  .col-md-1-9,
  .col-md-2-9,
  .col-md-3-9,
  .col-md-4-9,
  .col-md-5-9,
  .col-md-6-9,
  .col-md-7-9,
  .col-md-8-9,
  .col-md-9-9,
  .col-md-1-7,
  .col-md-2-7,
  .col-md-3-7,
  .col-md-4-7,
  .col-md-5-7,
  .col-md-6-7,
  .col-md-7-7,
  .col-md-1-5,
  .col-md-2-5,
  .col-md-3-5,
  .col-md-4-5,
  .col-md-5-5 {
    float: left;
  }
  .col-md-48 {
    width: 100%;
  }
  .col-md-47 {
    width: 97.91666667%;
  }
  .col-md-46 {
    width: 95.83333333%;
  }
  .col-md-45 {
    width: 93.75%;
  }
  .col-md-44 {
    width: 91.66666667%;
  }
  .col-md-43 {
    width: 89.58333333%;
  }
  .col-md-42 {
    width: 87.5%;
  }
  .col-md-41 {
    width: 85.41666667%;
  }
  .col-md-40 {
    width: 83.33333333%;
  }
  .col-md-39 {
    width: 81.25%;
  }
  .col-md-38 {
    width: 79.16666667%;
  }
  .col-md-37 {
    width: 77.08333333%;
  }
  .col-md-36 {
    width: 75%;
  }
  .col-md-35 {
    width: 72.91666667%;
  }
  .col-md-34 {
    width: 70.83333333%;
  }
  .col-md-33 {
    width: 68.75%;
  }
  .col-md-32 {
    width: 66.66666667%;
  }
  .col-md-31 {
    width: 64.58333333%;
  }
  .col-md-30 {
    width: 62.5%;
  }
  .col-md-29 {
    width: 60.41666667%;
  }
  .col-md-28 {
    width: 58.33333333%;
  }
  .col-md-27 {
    width: 56.25%;
  }
  .col-md-26 {
    width: 54.16666667%;
  }
  .col-md-25 {
    width: 52.08333333%;
  }
  .col-md-24 {
    width: 50%;
  }
  .col-md-23 {
    width: 47.91666667%;
  }
  .col-md-22 {
    width: 45.83333333%;
  }
  .col-md-21 {
    width: 43.75%;
  }
  .col-md-20 {
    width: 41.66666667%;
  }
  .col-md-19 {
    width: 39.58333333%;
  }
  .col-md-18 {
    width: 37.5%;
  }
  .col-md-17 {
    width: 35.41666667%;
  }
  .col-md-16 {
    width: 33.33333333%;
  }
  .col-md-15 {
    width: 31.25%;
  }
  .col-md-14 {
    width: 29.16666667%;
  }
  .col-md-13 {
    width: 27.08333333%;
  }
  .col-md-12 {
    width: 25%;
  }
  .col-md-11 {
    width: 22.91666667%;
  }
  .col-md-10 {
    width: 20.83333333%;
  }
  .col-md-9 {
    width: 18.75%;
  }
  .col-md-8 {
    width: 16.66666667%;
  }
  .col-md-7 {
    width: 14.58333333%;
  }
  .col-md-6 {
    width: 12.5%;
  }
  .col-md-5 {
    width: 10.41666667%;
  }
  .col-md-4 {
    width: 8.33333333%;
  }
  .col-md-3 {
    width: 6.25%;
  }
  .col-md-2 {
    width: 4.16666667%;
  }
  .col-md-1 {
    width: 2.08333333%;
  }
  .col-md-pull-48 {
    right: 100%;
  }
  .col-md-pull-47 {
    right: 97.91666667%;
  }
  .col-md-pull-46 {
    right: 95.83333333%;
  }
  .col-md-pull-45 {
    right: 93.75%;
  }
  .col-md-pull-44 {
    right: 91.66666667%;
  }
  .col-md-pull-43 {
    right: 89.58333333%;
  }
  .col-md-pull-42 {
    right: 87.5%;
  }
  .col-md-pull-41 {
    right: 85.41666667%;
  }
  .col-md-pull-40 {
    right: 83.33333333%;
  }
  .col-md-pull-39 {
    right: 81.25%;
  }
  .col-md-pull-38 {
    right: 79.16666667%;
  }
  .col-md-pull-37 {
    right: 77.08333333%;
  }
  .col-md-pull-36 {
    right: 75%;
  }
  .col-md-pull-35 {
    right: 72.91666667%;
  }
  .col-md-pull-34 {
    right: 70.83333333%;
  }
  .col-md-pull-33 {
    right: 68.75%;
  }
  .col-md-pull-32 {
    right: 66.66666667%;
  }
  .col-md-pull-31 {
    right: 64.58333333%;
  }
  .col-md-pull-30 {
    right: 62.5%;
  }
  .col-md-pull-29 {
    right: 60.41666667%;
  }
  .col-md-pull-28 {
    right: 58.33333333%;
  }
  .col-md-pull-27 {
    right: 56.25%;
  }
  .col-md-pull-26 {
    right: 54.16666667%;
  }
  .col-md-pull-25 {
    right: 52.08333333%;
  }
  .col-md-pull-24 {
    right: 50%;
  }
  .col-md-pull-23 {
    right: 47.91666667%;
  }
  .col-md-pull-22 {
    right: 45.83333333%;
  }
  .col-md-pull-21 {
    right: 43.75%;
  }
  .col-md-pull-20 {
    right: 41.66666667%;
  }
  .col-md-pull-19 {
    right: 39.58333333%;
  }
  .col-md-pull-18 {
    right: 37.5%;
  }
  .col-md-pull-17 {
    right: 35.41666667%;
  }
  .col-md-pull-16 {
    right: 33.33333333%;
  }
  .col-md-pull-15 {
    right: 31.25%;
  }
  .col-md-pull-14 {
    right: 29.16666667%;
  }
  .col-md-pull-13 {
    right: 27.08333333%;
  }
  .col-md-pull-12 {
    right: 25%;
  }
  .col-md-pull-11 {
    right: 22.91666667%;
  }
  .col-md-pull-10 {
    right: 20.83333333%;
  }
  .col-md-pull-9 {
    right: 18.75%;
  }
  .col-md-pull-8 {
    right: 16.66666667%;
  }
  .col-md-pull-7 {
    right: 14.58333333%;
  }
  .col-md-pull-6 {
    right: 12.5%;
  }
  .col-md-pull-5 {
    right: 10.41666667%;
  }
  .col-md-pull-4 {
    right: 8.33333333%;
  }
  .col-md-pull-3 {
    right: 6.25%;
  }
  .col-md-pull-2 {
    right: 4.16666667%;
  }
  .col-md-pull-1 {
    right: 2.08333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-48 {
    left: 100%;
  }
  .col-md-push-47 {
    left: 97.91666667%;
  }
  .col-md-push-46 {
    left: 95.83333333%;
  }
  .col-md-push-45 {
    left: 93.75%;
  }
  .col-md-push-44 {
    left: 91.66666667%;
  }
  .col-md-push-43 {
    left: 89.58333333%;
  }
  .col-md-push-42 {
    left: 87.5%;
  }
  .col-md-push-41 {
    left: 85.41666667%;
  }
  .col-md-push-40 {
    left: 83.33333333%;
  }
  .col-md-push-39 {
    left: 81.25%;
  }
  .col-md-push-38 {
    left: 79.16666667%;
  }
  .col-md-push-37 {
    left: 77.08333333%;
  }
  .col-md-push-36 {
    left: 75%;
  }
  .col-md-push-35 {
    left: 72.91666667%;
  }
  .col-md-push-34 {
    left: 70.83333333%;
  }
  .col-md-push-33 {
    left: 68.75%;
  }
  .col-md-push-32 {
    left: 66.66666667%;
  }
  .col-md-push-31 {
    left: 64.58333333%;
  }
  .col-md-push-30 {
    left: 62.5%;
  }
  .col-md-p3ush-29 {
    left: 60.41666667%;
  }
  .col-md-push-28 {
    left: 58.33333333%;
  }
  .col-md-push-27 {
    left: 56.25%;
  }
  .col-md-push-26 {
    left: 54.16666667%;
  }
  .col-md-push-25 {
    left: 52.08333333%;
  }
  .col-md-push-24 {
    left: 50%;
  }
  .col-md-push-23 {
    left: 47.91666667%;
  }
  .col-md-push-22 {
    left: 45.83333333%;
  }
  .col-md-push-21 {
    left: 43.75%;
  }
  .col-md-push-20 {
    left: 41.66666667%;
  }
  .col-md-push-19 {
    left: 39.58333333%;
  }
  .col-md-push-18 {
    left: 37.5%;
  }
  .col-md-push-17 {
    left: 35.41666667%;
  }
  .col-md-1-8,
  .col-md-2-8,
  .col-md-3-8,
  .col-md-4-8,
  .col-md-5-8,
  .col-md-6-8,
  .col-md-7-8,
  .col-md-8-8,
  .col-md-push-16 {
    left: 33.33333333%;
  }
  .col-md-push-15 {
    left: 31.25%;
  }
  .col-md-push-14 {
    left: 29.16666667%;
  }
  .col-md-push-13 {
    left: 27.08333333%;
  }
  .col-md-push-12 {
    left: 25%;
  }
  .col-md-push-11 {
    left: 22.91666667%;
  }
  .col-md-push-10 {
    left: 20.83333333%;
  }
  .col-md-push-9 {
    left: 18.75%;
  }
  .col-md-push-8 {
    left: 16.66666667%;
  }
  .col-md-push-7 {
    left: 14.58333333%;
  }
  .col-md-push-6 {
    left: 12.5%;
  }
  .col-md-push-5 {
    left: 10.41666667%;
  }
  .col-md-push-4 {
    left: 8.33333333%;
  }
  .col-md-push-3 {
    left: 6.25%;
  }
  .col-md-push-2 {
    left: 4.16666667%;
  }
  .col-md-push-1 {
    left: 2.08333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-48 {
    margin-left: 100%;
  }
  .col-md-offset-47 {
    margin-left: 97.91666667%;
  }
  .col-md-offset-46 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-45 {
    margin-left: 93.75%;
  }
  .col-md-offset-44 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-43 {
    margin-left: 89.58333333%;
  }
  .col-md-offset-42 {
    margin-left: 87.5%;
  }
  .col-md-offset-41 {
    margin-left: 85.41666667%;
  }
  .col-md-offset-40 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-39 {
    margin-left: 81.25%;
  }
  .col-md-offset-38 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-37 {
    margin-left: 77.08333333%;
  }
  .col-md-offset-36 {
    margin-left: 75%;
  }
  .col-md-offset-35 {
    margin-left: 72.91666667%;
  }
  .col-md-offset-34 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-33 {
    margin-left: 68.75%;
  }
  .col-md-offset-32 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-31 {
    margin-left: 64.58333333%;
  }
  .col-md-offset-30 {
    margin-left: 62.5%;
  }
  .col-md-offset-29 {
    margin-left: 60.41666667%;
  }
  .col-md-offset-28 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-27 {
    margin-left: 56.25%;
  }
  .col-md-offset-26 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-25 {
    margin-left: 52.08333333%;
  }
  .col-md-offset-24 {
    margin-left: 50%;
  }
  .col-md-offset-23 {
    margin-left: 47.91666667%;
  }
  .col-md-offset-22 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-21 {
    margin-left: 43.75%;
  }
  .col-md-offset-20 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-19 {
    margin-left: 39.58333333%;
  }
  .col-md-offset-18 {
    margin-left: 37.5%;
  }
  .col-md-offset-17 {
    margin-left: 35.41666667%;
  }
  .col-md-offset-16 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-15 {
    margin-left: 31.25%;
  }
  .col-md-offset-14 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-13 {
    margin-left: 27.08333333%;
  }
  .col-md-offset-12 {
    margin-left: 25%;
  }
  .col-md-offset-11 {
    margin-left: 22.91666667%;
  }
  .col-md-offset-10 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-9 {
    margin-left: 18.75%;
  }
  .col-md-offset-8 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 14.58333333%;
  }
  .col-md-offset-6 {
    margin-left: 12.5%;
  }
  .col-md-offset-5 {
    margin-left: 10.41666667%;
  }
  .col-md-offset-4 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 6.25%;
  }
  .col-md-offset-2 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-1 {
    margin-left: 2.08333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-5-5 {
    margin-left: 100%;
  }
  .col-md-offset-4-5 {
    margin-left: 80%;
  }
  .col-md-offset-3-5 {
    margin-left: 60%;
  }
  .col-md-offset-2-5 {
    margin-left: 40%;
  }
  .col-md-offset-1-5 {
    margin-left: 20%;
  }
  .col-md-5-5 {
    width: 100%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-7-7 {
    width: 100%;
  }
  .col-md-6-7 {
    width: 85.71428571%;
  }
  .col-md-5-7 {
    width: 71.42857143%;
  }
  .col-md-4-7 {
    width: 57.14285714%;
  }
  .col-md-3-7 {
    width: 42.85714286%;
  }
  .col-md-2-7 {
    width: 28.57142857%;
  }
  .col-md-1-7 {
    width: 14.28571429%;
  }
  .col-md-9-9 {
    width: 100%;
  }
  .col-md-8-9 {
    width: 88.88888889%;
  }
  .col-md-7-9 {
    width: 77.77777778%;
  }
  .col-md-6-9 {
    width: 66.66666667%;
  }
  .col-md-5-9 {
    width: 55.55555556%;
  }
  .col-md-4-9 {
    width: 44.44444444%;
  }
  .col-md-3-9 {
    width: 33.33333333%;
  }
  .col-md-2-9 {
    width: 22.22222222%;
  }
  .col-md-1-9 {
    width: 11.11111111%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-11-11 {
    width: 100%;
  }
  .col-md-10-11 {
    width: 90.90909091%;
  }
  .col-md-9-11 {
    width: 81.81818182%;
  }
  .col-md-8-11 {
    width: 72.72727273%;
  }
  .col-md-7-11 {
    width: 63.63636364%;
  }
  .col-md-6-11 {
    width: 54.54545455%;
  }
  .col-md-5-11 {
    width: 45.45454545%;
  }
  .col-md-4-11 {
    width: 36.36363636%;
  }
  .col-md-3-11 {
    width: 27.27272727%;
  }
  .col-md-2-11 {
    width: 18.18181818%;
  }
  .col-md-1-11 {
    width: 9.09090909%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-md-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-md-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-md-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-md-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-md-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-md-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-md-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-md-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-md-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-md-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-md-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-md-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-md-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-md-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-md-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-md-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-md-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-md-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-md-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-md-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-md-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-md-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-md-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-md-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-md-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-md-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-md-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-md-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-md-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-md-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-md-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-md-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-md-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-md-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-md-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-md-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-md-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-md-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-md-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-md-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-md-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-md-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-md-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-md-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-md-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-md-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-md-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-md-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-md-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-md-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-md-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-md-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-md-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-md-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-md-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-md-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-md-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-md-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-md-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-md-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-md-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-md-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-md-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-md-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-md-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-md-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-md-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-md-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-md-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-md-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-md-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-md-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-md-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-md-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-md-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-md-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-md-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-md-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-md-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-md-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-md-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-md-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-md-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-md-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-md-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-md-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-md-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-md-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-md-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-md-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-md-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-md-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-md-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-md-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-md-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-md-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-md-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-md-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-md-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-md-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-md-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-md-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-md-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-md-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-md-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-md-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-md-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-md-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-md-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-md-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-md-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-md-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-md-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-md-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-md-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-md-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-md-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-md-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-md-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .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-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-5-5,
  .col-lg-1-7,
  .col-lg-2-7,
  .col-lg-3-7,
  .col-lg-4-7,
  .col-lg-5-7,
  .col-lg-6-7,
  .col-lg-7-7,
  .col-lg-1-9,
  .col-lg-2-9,
  .col-lg-3-9,
  .col-lg-4-9,
  .col-lg-5-9,
  .col-lg-6-9,
  .col-lg-7-9,
  .col-lg-8-9,
  .col-lg-9-9,
  .col-lg-1-10,
  .col-lg-2-10,
  .col-lg-3-10,
  .col-lg-4-10,
  .col-lg-5-10,
  .col-lg-6-10,
  .col-lg-7-10,
  .col-lg-8-10,
  .col-lg-9-10,
  .col-lg-10-10,
  .col-lg-1-11,
  .col-lg-2-11,
  .col-lg-3-11,
  .col-lg-4-11,
  .col-lg-5-11,
  .col-lg-6-11,
  .col-lg-7-11,
  .col-lg-8-11,
  .col-lg-9-11,
  .col-lg-10-11,
  .col-lg-11-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-1-11,
  .col-lg-2-11,
  .col-lg-3-11,
  .col-lg-4-11,
  .col-lg-5-11,
  .col-lg-6-11,
  .col-lg-7-11,
  .col-lg-8-11,
  .col-lg-9-11,
  .col-lg-10-11,
  .col-lg-11-11,
  .col-lg-1-10,
  .col-lg-2-10,
  .col-lg-3-10,
  .col-lg-4-10,
  .col-lg-5-10,
  .col-lg-6-10,
  .col-lg-7-10,
  .col-lg-8-10,
  .col-lg-9-10,
  .col-lg-10-10,
  .col-lg-1-9,
  .col-lg-2-9,
  .col-lg-3-9,
  .col-lg-4-9,
  .col-lg-5-9,
  .col-lg-6-9,
  .col-lg-7-9,
  .col-lg-8-9,
  .col-lg-9-9,
  .col-lg-1-7,
  .col-lg-2-7,
  .col-lg-3-7,
  .col-lg-4-7,
  .col-lg-5-7,
  .col-lg-6-7,
  .col-lg-7-7,
  .col-lg-1-5,
  .col-lg-2-5,
  .col-lg-3-5,
  .col-lg-4-5,
  .col-lg-5-5 {
    float: left;
  }
  .col-lg-48 {
    width: 100%;
  }
  .col-lg-47 {
    width: 97.91666667%;
  }
  .col-lg-46 {
    width: 95.83333333%;
  }
  .col-lg-45 {
    width: 93.75%;
  }
  .col-lg-44 {
    width: 91.66666667%;
  }
  .col-lg-43 {
    width: 89.58333333%;
  }
  .col-lg-42 {
    width: 87.5%;
  }
  .col-lg-41 {
    width: 85.41666667%;
  }
  .col-lg-40 {
    width: 83.33333333%;
  }
  .col-lg-39 {
    width: 81.25%;
  }
  .col-lg-38 {
    width: 79.16666667%;
  }
  .col-lg-37 {
    width: 77.08333333%;
  }
  .col-lg-36 {
    width: 75%;
  }
  .col-lg-35 {
    width: 72.91666667%;
  }
  .col-lg-34 {
    width: 70.83333333%;
  }
  .col-lg-33 {
    width: 68.75%;
  }
  .col-lg-32 {
    width: 66.66666667%;
  }
  .col-lg-31 {
    width: 64.58333333%;
  }
  .col-lg-30 {
    width: 62.5%;
  }
  .col-lg-29 {
    width: 60.41666667%;
  }
  .col-lg-28 {
    width: 58.33333333%;
  }
  .col-lg-27 {
    width: 56.25%;
  }
  .col-lg-26 {
    width: 54.16666667%;
  }
  .col-lg-25 {
    width: 52.08333333%;
  }
  .col-lg-24 {
    width: 50%;
  }
  .col-lg-23 {
    width: 47.91666667%;
  }
  .col-lg-22 {
    width: 45.83333333%;
  }
  .col-lg-21 {
    width: 43.75%;
  }
  .col-lg-20 {
    width: 41.66666667%;
  }
  .col-lg-19 {
    width: 39.58333333%;
  }
  .col-lg-18 {
    width: 37.5%;
  }
  .col-lg-17 {
    width: 35.41666667%;
  }
  .col-lg-16 {
    width: 33.33333333%;
  }
  .col-lg-15 {
    width: 31.25%;
  }
  .col-lg-14 {
    width: 29.16666667%;
  }
  .col-lg-13 {
    width: 27.08333333%;
  }
  .col-lg-12 {
    width: 25%;
  }
  .col-lg-11 {
    width: 22.91666667%;
  }
  .col-lg-10 {
    width: 20.83333333%;
  }
  .col-lg-9 {
    width: 18.75%;
  }
  .col-lg-8 {
    width: 16.66666667%;
  }
  .col-lg-7 {
    width: 14.58333333%;
  }
  .col-lg-6 {
    width: 12.5%;
  }
  .col-lg-5 {
    width: 10.41666667%;
  }
  .col-lg-4 {
    width: 8.33333333%;
  }
  .col-lg-3 {
    width: 6.25%;
  }
  .col-lg-2 {
    width: 4.16666667%;
  }
  .col-lg-1 {
    width: 2.08333333%;
  }
  .col-lg-pull-48 {
    right: 100%;
  }
  .col-lg-pull-47 {
    right: 97.91666667%;
  }
  .col-lg-pull-46 {
    right: 95.83333333%;
  }
  .col-lg-pull-45 {
    right: 93.75%;
  }
  .col-lg-pull-44 {
    right: 91.66666667%;
  }
  .col-lg-pull-43 {
    right: 89.58333333%;
  }
  .col-lg-pull-42 {
    right: 87.5%;
  }
  .col-lg-pull-41 {
    right: 85.41666667%;
  }
  .col-lg-pull-40 {
    right: 83.33333333%;
  }
  .col-lg-pull-39 {
    right: 81.25%;
  }
  .col-lg-pull-38 {
    right: 79.16666667%;
  }
  .col-lg-pull-37 {
    right: 77.08333333%;
  }
  .col-lg-pull-36 {
    right: 75%;
  }
  .col-lg-pull-35 {
    right: 72.91666667%;
  }
  .col-lg-pull-34 {
    right: 70.83333333%;
  }
  .col-lg-pull-33 {
    right: 68.75%;
  }
  .col-lg-pull-32 {
    right: 66.66666667%;
  }
  .col-lg-pull-31 {
    right: 64.58333333%;
  }
  .col-lg-pull-30 {
    right: 62.5%;
  }
  .col-lg-pull-29 {
    right: 60.41666667%;
  }
  .col-lg-pull-28 {
    right: 58.33333333%;
  }
  .col-lg-pull-27 {
    right: 56.25%;
  }
  .col-lg-pull-26 {
    right: 54.16666667%;
  }
  .col-lg-pull-25 {
    right: 52.08333333%;
  }
  .col-lg-pull-24 {
    right: 50%;
  }
  .col-lg-pull-23 {
    right: 47.91666667%;
  }
  .col-lg-pull-22 {
    right: 45.83333333%;
  }
  .col-lg-pull-21 {
    right: 43.75%;
  }
  .col-lg-pull-20 {
    right: 41.66666667%;
  }
  .col-lg-pull-19 {
    right: 39.58333333%;
  }
  .col-lg-pull-18 {
    right: 37.5%;
  }
  .col-lg-pull-17 {
    right: 35.41666667%;
  }
  .col-lg-pull-16 {
    right: 33.33333333%;
  }
  .col-lg-pull-15 {
    right: 31.25%;
  }
  .col-lg-pull-14 {
    right: 29.16666667%;
  }
  .col-lg-pull-13 {
    right: 27.08333333%;
  }
  .col-lg-pull-12 {
    right: 25%;
  }
  .col-lg-pull-11 {
    right: 22.91666667%;
  }
  .col-lg-pull-10 {
    right: 20.83333333%;
  }
  .col-lg-pull-9 {
    right: 18.75%;
  }
  .col-lg-pull-8 {
    right: 16.66666667%;
  }
  .col-lg-pull-7 {
    right: 14.58333333%;
  }
  .col-lg-pull-6 {
    right: 12.5%;
  }
  .col-lg-pull-5 {
    right: 10.41666667%;
  }
  .col-lg-pull-4 {
    right: 8.33333333%;
  }
  .col-lg-pull-3 {
    right: 6.25%;
  }
  .col-lg-pull-2 {
    right: 4.16666667%;
  }
  .col-lg-pull-1 {
    right: 2.08333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-48 {
    left: 100%;
  }
  .col-lg-push-47 {
    left: 97.91666667%;
  }
  .col-lg-push-46 {
    left: 95.83333333%;
  }
  .col-lg-push-45 {
    left: 93.75%;
  }
  .col-lg-push-44 {
    left: 91.66666667%;
  }
  .col-lg-push-43 {
    left: 89.58333333%;
  }
  .col-lg-push-42 {
    left: 87.5%;
  }
  .col-lg-push-41 {
    left: 85.41666667%;
  }
  .col-lg-push-40 {
    left: 83.33333333%;
  }
  .col-lg-push-39 {
    left: 81.25%;
  }
  .col-lg-push-38 {
    left: 79.16666667%;
  }
  .col-lg-push-37 {
    left: 77.08333333%;
  }
  .col-lg-push-36 {
    left: 75%;
  }
  .col-lg-push-35 {
    left: 72.91666667%;
  }
  .col-lg-push-34 {
    left: 70.83333333%;
  }
  .col-lg-push-33 {
    left: 68.75%;
  }
  .col-lg-push-32 {
    left: 66.66666667%;
  }
  .col-lg-push-31 {
    left: 64.58333333%;
  }
  .col-lg-push-30 {
    left: 62.5%;
  }
  .col-lg-p3ush-29 {
    left: 60.41666667%;
  }
  .col-lg-push-28 {
    left: 58.33333333%;
  }
  .col-lg-push-27 {
    left: 56.25%;
  }
  .col-lg-push-26 {
    left: 54.16666667%;
  }
  .col-lg-push-25 {
    left: 52.08333333%;
  }
  .col-lg-push-24 {
    left: 50%;
  }
  .col-lg-push-23 {
    left: 47.91666667%;
  }
  .col-lg-push-22 {
    left: 45.83333333%;
  }
  .col-lg-push-21 {
    left: 43.75%;
  }
  .col-lg-push-20 {
    left: 41.66666667%;
  }
  .col-lg-push-19 {
    left: 39.58333333%;
  }
  .col-lg-push-18 {
    left: 37.5%;
  }
  .col-lg-push-17 {
    left: 35.41666667%;
  }
  .col-lg-1-8,
  .col-lg-2-8,
  .col-lg-3-8,
  .col-lg-4-8,
  .col-lg-5-8,
  .col-lg-6-8,
  .col-lg-7-8,
  .col-lg-8-8,
  .col-lg-push-16 {
    left: 33.33333333%;
  }
  .col-lg-push-15 {
    left: 31.25%;
  }
  .col-lg-push-14 {
    left: 29.16666667%;
  }
  .col-lg-push-13 {
    left: 27.08333333%;
  }
  .col-lg-push-12 {
    left: 25%;
  }
  .col-lg-push-11 {
    left: 22.91666667%;
  }
  .col-lg-push-10 {
    left: 20.83333333%;
  }
  .col-lg-push-9 {
    left: 18.75%;
  }
  .col-lg-push-8 {
    left: 16.66666667%;
  }
  .col-lg-push-7 {
    left: 14.58333333%;
  }
  .col-lg-push-6 {
    left: 12.5%;
  }
  .col-lg-push-5 {
    left: 10.41666667%;
  }
  .col-lg-push-4 {
    left: 8.33333333%;
  }
  .col-lg-push-3 {
    left: 6.25%;
  }
  .col-lg-push-2 {
    left: 4.16666667%;
  }
  .col-lg-push-1 {
    left: 2.08333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-48 {
    margin-left: 100%;
  }
  .col-lg-offset-47 {
    margin-left: 97.91666667%;
  }
  .col-lg-offset-46 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-45 {
    margin-left: 93.75%;
  }
  .col-lg-offset-44 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-43 {
    margin-left: 89.58333333%;
  }
  .col-lg-offset-42 {
    margin-left: 87.5%;
  }
  .col-lg-offset-41 {
    margin-left: 85.41666667%;
  }
  .col-lg-offset-40 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-39 {
    margin-left: 81.25%;
  }
  .col-lg-offset-38 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-37 {
    margin-left: 77.08333333%;
  }
  .col-lg-offset-36 {
    margin-left: 75%;
  }
  .col-lg-offset-35 {
    margin-left: 72.91666667%;
  }
  .col-lg-offset-34 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-33 {
    margin-left: 68.75%;
  }
  .col-lg-offset-32 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-31 {
    margin-left: 64.58333333%;
  }
  .col-lg-offset-30 {
    margin-left: 62.5%;
  }
  .col-lg-offset-29 {
    margin-left: 60.41666667%;
  }
  .col-lg-offset-28 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-27 {
    margin-left: 56.25%;
  }
  .col-lg-offset-26 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-25 {
    margin-left: 52.08333333%;
  }
  .col-lg-offset-24 {
    margin-left: 50%;
  }
  .col-lg-offset-23 {
    margin-left: 47.91666667%;
  }
  .col-lg-offset-22 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-21 {
    margin-left: 43.75%;
  }
  .col-lg-offset-20 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-19 {
    margin-left: 39.58333333%;
  }
  .col-lg-offset-18 {
    margin-left: 37.5%;
  }
  .col-lg-offset-17 {
    margin-left: 35.41666667%;
  }
  .col-lg-offset-16 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-15 {
    margin-left: 31.25%;
  }
  .col-lg-offset-14 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-13 {
    margin-left: 27.08333333%;
  }
  .col-lg-offset-12 {
    margin-left: 25%;
  }
  .col-lg-offset-11 {
    margin-left: 22.91666667%;
  }
  .col-lg-offset-10 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-9 {
    margin-left: 18.75%;
  }
  .col-lg-offset-8 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 14.58333333%;
  }
  .col-lg-offset-6 {
    margin-left: 12.5%;
  }
  .col-lg-offset-5 {
    margin-left: 10.41666667%;
  }
  .col-lg-offset-4 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 6.25%;
  }
  .col-lg-offset-2 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-1 {
    margin-left: 2.08333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-5-5 {
    margin-left: 100%;
  }
  .col-lg-offset-4-5 {
    margin-left: 80%;
  }
  .col-lg-offset-3-5 {
    margin-left: 60%;
  }
  .col-lg-offset-2-5 {
    margin-left: 40%;
  }
  .col-lg-offset-1-5 {
    margin-left: 20%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-7-7 {
    width: 100%;
  }
  .col-lg-6-7 {
    width: 85.71428571%;
  }
  .col-lg-5-7 {
    width: 71.42857143%;
  }
  .col-lg-4-7 {
    width: 57.14285714%;
  }
  .col-lg-3-7 {
    width: 42.85714286%;
  }
  .col-lg-2-7 {
    width: 28.57142857%;
  }
  .col-lg-1-7 {
    width: 14.28571429%;
  }
  .col-lg-9-9 {
    width: 100%;
  }
  .col-lg-8-9 {
    width: 88.88888889%;
  }
  .col-lg-7-9 {
    width: 77.77777778%;
  }
  .col-lg-6-9 {
    width: 66.66666667%;
  }
  .col-lg-5-9 {
    width: 55.55555556%;
  }
  .col-lg-4-9 {
    width: 44.44444444%;
  }
  .col-lg-3-9 {
    width: 33.33333333%;
  }
  .col-lg-2-9 {
    width: 22.22222222%;
  }
  .col-lg-1-9 {
    width: 11.11111111%;
  }
  .col-lg-10-10 {
    width: 100%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-5-10 {
    width: 50%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-11-11 {
    width: 100%;
  }
  .col-lg-10-11 {
    width: 90.90909091%;
  }
  .col-lg-9-11 {
    width: 81.81818182%;
  }
  .col-lg-8-11 {
    width: 72.72727273%;
  }
  .col-lg-7-11 {
    width: 63.63636364%;
  }
  .col-lg-6-11 {
    width: 54.54545455%;
  }
  .col-lg-5-11 {
    width: 45.45454545%;
  }
  .col-lg-4-11 {
    width: 36.36363636%;
  }
  .col-lg-3-11 {
    width: 27.27272727%;
  }
  .col-lg-2-11 {
    width: 18.18181818%;
  }
  .col-lg-1-11 {
    width: 9.09090909%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-lg-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-lg-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-lg-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-lg-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-lg-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-lg-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-lg-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-lg-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-lg-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-lg-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-lg-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-lg-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-lg-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-lg-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-lg-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-lg-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-lg-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-lg-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-lg-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-lg-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-lg-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-lg-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-lg-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-lg-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-lg-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-lg-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-lg-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-lg-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-lg-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-lg-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-lg-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-lg-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-lg-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-lg-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-lg-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-lg-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-lg-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-lg-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-lg-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-lg-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-lg-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-lg-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-lg-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-lg-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-lg-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-lg-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-lg-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-lg-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-lg-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-lg-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-lg-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-lg-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-lg-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-lg-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-lg-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-lg-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-lg-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-lg-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-lg-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-lg-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-lg-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-lg-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-lg-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-lg-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-lg-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-lg-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-lg-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-lg-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-lg-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-lg-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-lg-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-lg-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-lg-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-lg-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-lg-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-lg-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-lg-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-lg-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-lg-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-lg-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-lg-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-lg-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-lg-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-lg-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-lg-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-lg-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-lg-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-lg-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-lg-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-lg-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-lg-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-lg-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-lg-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-lg-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-lg-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-lg-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-lg-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-lg-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-lg-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-lg-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-lg-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-lg-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-lg-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-lg-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-lg-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-lg-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-lg-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-lg-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-lg-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-lg-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-lg-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-lg-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-lg-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-lg-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-lg-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-lg-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-lg-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-lg-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-lg-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-lg-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 1500px) {
  .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-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-25,
  .col-xl-26,
  .col-xl-27,
  .col-xl-28,
  .col-xl-29,
  .col-xl-30,
  .col-xl-31,
  .col-xl-32,
  .col-xl-33,
  .col-xl-34,
  .col-xl-35,
  .col-xl-36,
  .col-xl-37,
  .col-xl-38,
  .col-xl-39,
  .col-xl-40,
  .col-xl-41,
  .col-xl-42,
  .col-xl-43,
  .col-xl-44,
  .col-xl-45,
  .col-xl-46,
  .col-xl-47,
  .col-xl-48,
  .col-xl-1-5,
  .col-xl-2-5,
  .col-xl-3-5,
  .col-xl-4-5,
  .col-xl-5-5,
  .col-xl-1-7,
  .col-xl-2-7,
  .col-xl-3-7,
  .col-xl-4-7,
  .col-xl-5-7,
  .col-xl-6-7,
  .col-xl-7-7,
  .col-xl-1-9,
  .col-xl-2-9,
  .col-xl-3-9,
  .col-xl-4-9,
  .col-xl-5-9,
  .col-xl-6-9,
  .col-xl-7-9,
  .col-xl-8-9,
  .col-xl-9-9,
  .col-xl-1-10,
  .col-xl-2-10,
  .col-xl-3-10,
  .col-xl-4-10,
  .col-xl-5-10,
  .col-xl-6-10,
  .col-xl-7-10,
  .col-xl-8-10,
  .col-xl-9-10,
  .col-xl-10-10,
  .col-xl-1-11,
  .col-xl-2-11,
  .col-xl-3-11,
  .col-xl-4-11,
  .col-xl-5-11,
  .col-xl-6-11,
  .col-xl-7-11,
  .col-xl-8-11,
  .col-xl-9-11,
  .col-xl-10-11,
  .col-xl-11-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-25,
  .col-xl-26,
  .col-xl-27,
  .col-xl-28,
  .col-xl-29,
  .col-xl-30,
  .col-xl-31,
  .col-xl-32,
  .col-xl-33,
  .col-xl-34,
  .col-xl-35,
  .col-xl-36,
  .col-xl-37,
  .col-xl-38,
  .col-xl-39,
  .col-xl-40,
  .col-xl-41,
  .col-xl-42,
  .col-xl-43,
  .col-xl-44,
  .col-xl-45,
  .col-xl-46,
  .col-xl-47,
  .col-xl-48,
  .col-xl-1-11,
  .col-xl-2-11,
  .col-xl-3-11,
  .col-xl-4-11,
  .col-xl-5-11,
  .col-xl-6-11,
  .col-xl-7-11,
  .col-xl-8-11,
  .col-xl-9-11,
  .col-xl-10-11,
  .col-xl-11-11,
  .col-xl-1-10,
  .col-xl-2-10,
  .col-xl-3-10,
  .col-xl-4-10,
  .col-xl-5-10,
  .col-xl-6-10,
  .col-xl-7-10,
  .col-xl-8-10,
  .col-xl-9-10,
  .col-xl-10-10,
  .col-xl-1-9,
  .col-xl-2-9,
  .col-xl-3-9,
  .col-xl-4-9,
  .col-xl-5-9,
  .col-xl-6-9,
  .col-xl-7-9,
  .col-xl-8-9,
  .col-xl-9-9,
  .col-xl-1-7,
  .col-xl-2-7,
  .col-xl-3-7,
  .col-xl-4-7,
  .col-xl-5-7,
  .col-xl-6-7,
  .col-xl-7-7,
  .col-xl-1-5,
  .col-xl-2-5,
  .col-xl-3-5,
  .col-xl-4-5,
  .col-xl-5-5 {
    float: left;
  }
  .col-xl-48 {
    width: 100%;
  }
  .col-xl-47 {
    width: 97.91666667%;
  }
  .col-xl-46 {
    width: 95.83333333%;
  }
  .col-xl-45 {
    width: 93.75%;
  }
  .col-xl-44 {
    width: 91.66666667%;
  }
  .col-xl-43 {
    width: 89.58333333%;
  }
  .col-xl-42 {
    width: 87.5%;
  }
  .col-xl-41 {
    width: 85.41666667%;
  }
  .col-xl-40 {
    width: 83.33333333%;
  }
  .col-xl-39 {
    width: 81.25%;
  }
  .col-xl-38 {
    width: 79.16666667%;
  }
  .col-xl-37 {
    width: 77.08333333%;
  }
  .col-xl-36 {
    width: 75%;
  }
  .col-xl-35 {
    width: 72.91666667%;
  }
  .col-xl-34 {
    width: 70.83333333%;
  }
  .col-xl-33 {
    width: 68.75%;
  }
  .col-xl-32 {
    width: 66.66666667%;
  }
  .col-xl-31 {
    width: 64.58333333%;
  }
  .col-xl-30 {
    width: 62.5%;
  }
  .col-xl-29 {
    width: 60.41666667%;
  }
  .col-xl-28 {
    width: 58.33333333%;
  }
  .col-xl-27 {
    width: 56.25%;
  }
  .col-xl-26 {
    width: 54.16666667%;
  }
  .col-xl-25 {
    width: 52.08333333%;
  }
  .col-xl-24 {
    width: 50%;
  }
  .col-xl-23 {
    width: 47.91666667%;
  }
  .col-xl-22 {
    width: 45.83333333%;
  }
  .col-xl-21 {
    width: 43.75%;
  }
  .col-xl-20 {
    width: 41.66666667%;
  }
  .col-xl-19 {
    width: 39.58333333%;
  }
  .col-xl-18 {
    width: 37.5%;
  }
  .col-xl-17 {
    width: 35.41666667%;
  }
  .col-xl-16 {
    width: 33.33333333%;
  }
  .col-xl-15 {
    width: 31.25%;
  }
  .col-xl-14 {
    width: 29.16666667%;
  }
  .col-xl-13 {
    width: 27.08333333%;
  }
  .col-xl-12 {
    width: 25%;
  }
  .col-xl-11 {
    width: 22.91666667%;
  }
  .col-xl-10 {
    width: 20.83333333%;
  }
  .col-xl-9 {
    width: 18.75%;
  }
  .col-xl-8 {
    width: 16.66666667%;
  }
  .col-xl-7 {
    width: 14.58333333%;
  }
  .col-xl-6 {
    width: 12.5%;
  }
  .col-xl-5 {
    width: 10.41666667%;
  }
  .col-xl-4 {
    width: 8.33333333%;
  }
  .col-xl-3 {
    width: 6.25%;
  }
  .col-xl-2 {
    width: 4.16666667%;
  }
  .col-xl-1 {
    width: 2.08333333%;
  }
  .col-xl-pull-48 {
    right: 100%;
  }
  .col-xl-pull-47 {
    right: 97.91666667%;
  }
  .col-xl-pull-46 {
    right: 95.83333333%;
  }
  .col-xl-pull-45 {
    right: 93.75%;
  }
  .col-xl-pull-44 {
    right: 91.66666667%;
  }
  .col-xl-pull-43 {
    right: 89.58333333%;
  }
  .col-xl-pull-42 {
    right: 87.5%;
  }
  .col-xl-pull-41 {
    right: 85.41666667%;
  }
  .col-xl-pull-40 {
    right: 83.33333333%;
  }
  .col-xl-pull-39 {
    right: 81.25%;
  }
  .col-xl-pull-38 {
    right: 79.16666667%;
  }
  .col-xl-pull-37 {
    right: 77.08333333%;
  }
  .col-xl-pull-36 {
    right: 75%;
  }
  .col-xl-pull-35 {
    right: 72.91666667%;
  }
  .col-xl-pull-34 {
    right: 70.83333333%;
  }
  .col-xl-pull-33 {
    right: 68.75%;
  }
  .col-xl-pull-32 {
    right: 66.66666667%;
  }
  .col-xl-pull-31 {
    right: 64.58333333%;
  }
  .col-xl-pull-30 {
    right: 62.5%;
  }
  .col-xl-pull-29 {
    right: 60.41666667%;
  }
  .col-xl-pull-28 {
    right: 58.33333333%;
  }
  .col-xl-pull-27 {
    right: 56.25%;
  }
  .col-xl-pull-26 {
    right: 54.16666667%;
  }
  .col-xl-pull-25 {
    right: 52.08333333%;
  }
  .col-xl-pull-24 {
    right: 50%;
  }
  .col-xl-pull-23 {
    right: 47.91666667%;
  }
  .col-xl-pull-22 {
    right: 45.83333333%;
  }
  .col-xl-pull-21 {
    right: 43.75%;
  }
  .col-xl-pull-20 {
    right: 41.66666667%;
  }
  .col-xl-pull-19 {
    right: 39.58333333%;
  }
  .col-xl-pull-18 {
    right: 37.5%;
  }
  .col-xl-pull-17 {
    right: 35.41666667%;
  }
  .col-xl-pull-16 {
    right: 33.33333333%;
  }
  .col-xl-pull-15 {
    right: 31.25%;
  }
  .col-xl-pull-14 {
    right: 29.16666667%;
  }
  .col-xl-pull-13 {
    right: 27.08333333%;
  }
  .col-xl-pull-12 {
    right: 25%;
  }
  .col-xl-pull-11 {
    right: 22.91666667%;
  }
  .col-xl-pull-10 {
    right: 20.83333333%;
  }
  .col-xl-pull-9 {
    right: 18.75%;
  }
  .col-xl-pull-8 {
    right: 16.66666667%;
  }
  .col-xl-pull-7 {
    right: 14.58333333%;
  }
  .col-xl-pull-6 {
    right: 12.5%;
  }
  .col-xl-pull-5 {
    right: 10.41666667%;
  }
  .col-xl-pull-4 {
    right: 8.33333333%;
  }
  .col-xl-pull-3 {
    right: 6.25%;
  }
  .col-xl-pull-2 {
    right: 4.16666667%;
  }
  .col-xl-pull-1 {
    right: 2.08333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-48 {
    left: 100%;
  }
  .col-xl-push-47 {
    left: 97.91666667%;
  }
  .col-xl-push-46 {
    left: 95.83333333%;
  }
  .col-xl-push-45 {
    left: 93.75%;
  }
  .col-xl-push-44 {
    left: 91.66666667%;
  }
  .col-xl-push-43 {
    left: 89.58333333%;
  }
  .col-xl-push-42 {
    left: 87.5%;
  }
  .col-xl-push-41 {
    left: 85.41666667%;
  }
  .col-xl-push-40 {
    left: 83.33333333%;
  }
  .col-xl-push-39 {
    left: 81.25%;
  }
  .col-xl-push-38 {
    left: 79.16666667%;
  }
  .col-xl-push-37 {
    left: 77.08333333%;
  }
  .col-xl-push-36 {
    left: 75%;
  }
  .col-xl-push-35 {
    left: 72.91666667%;
  }
  .col-xl-push-34 {
    left: 70.83333333%;
  }
  .col-xl-push-33 {
    left: 68.75%;
  }
  .col-xl-push-32 {
    left: 66.66666667%;
  }
  .col-xl-push-31 {
    left: 64.58333333%;
  }
  .col-xl-push-30 {
    left: 62.5%;
  }
  .col-xl-p3ush-29 {
    left: 60.41666667%;
  }
  .col-xl-push-28 {
    left: 58.33333333%;
  }
  .col-xl-push-27 {
    left: 56.25%;
  }
  .col-xl-push-26 {
    left: 54.16666667%;
  }
  .col-xl-push-25 {
    left: 52.08333333%;
  }
  .col-xl-push-24 {
    left: 50%;
  }
  .col-xl-push-23 {
    left: 47.91666667%;
  }
  .col-xl-push-22 {
    left: 45.83333333%;
  }
  .col-xl-push-21 {
    left: 43.75%;
  }
  .col-xl-push-20 {
    left: 41.66666667%;
  }
  .col-xl-push-19 {
    left: 39.58333333%;
  }
  .col-xl-push-18 {
    left: 37.5%;
  }
  .col-xl-push-17 {
    left: 35.41666667%;
  }
  .col-xl-1-8,
  .col-xl-2-8,
  .col-xl-3-8,
  .col-xl-4-8,
  .col-xl-5-8,
  .col-xl-6-8,
  .col-xl-7-8,
  .col-xl-8-8,
  .col-xl-push-16 {
    left: 33.33333333%;
  }
  .col-xl-push-15 {
    left: 31.25%;
  }
  .col-xl-push-14 {
    left: 29.16666667%;
  }
  .col-xl-push-13 {
    left: 27.08333333%;
  }
  .col-xl-push-12 {
    left: 25%;
  }
  .col-xl-push-11 {
    left: 22.91666667%;
  }
  .col-xl-push-10 {
    left: 20.83333333%;
  }
  .col-xl-push-9 {
    left: 18.75%;
  }
  .col-xl-push-8 {
    left: 16.66666667%;
  }
  .col-xl-push-7 {
    left: 14.58333333%;
  }
  .col-xl-push-6 {
    left: 12.5%;
  }
  .col-xl-push-5 {
    left: 10.41666667%;
  }
  .col-xl-push-4 {
    left: 8.33333333%;
  }
  .col-xl-push-3 {
    left: 6.25%;
  }
  .col-xl-push-2 {
    left: 4.16666667%;
  }
  .col-xl-push-1 {
    left: 2.08333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-48 {
    margin-left: 100%;
  }
  .col-xl-offset-47 {
    margin-left: 97.91666667%;
  }
  .col-xl-offset-46 {
    margin-left: 95.83333333%;
  }
  .col-xl-offset-45 {
    margin-left: 93.75%;
  }
  .col-xl-offset-44 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-43 {
    margin-left: 89.58333333%;
  }
  .col-xl-offset-42 {
    margin-left: 87.5%;
  }
  .col-xl-offset-41 {
    margin-left: 85.41666667%;
  }
  .col-xl-offset-40 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-39 {
    margin-left: 81.25%;
  }
  .col-xl-offset-38 {
    margin-left: 79.16666667%;
  }
  .col-xl-offset-37 {
    margin-left: 77.08333333%;
  }
  .col-xl-offset-36 {
    margin-left: 75%;
  }
  .col-xl-offset-35 {
    margin-left: 72.91666667%;
  }
  .col-xl-offset-34 {
    margin-left: 70.83333333%;
  }
  .col-xl-offset-33 {
    margin-left: 68.75%;
  }
  .col-xl-offset-32 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-31 {
    margin-left: 64.58333333%;
  }
  .col-xl-offset-30 {
    margin-left: 62.5%;
  }
  .col-xl-offset-29 {
    margin-left: 60.41666667%;
  }
  .col-xl-offset-28 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-27 {
    margin-left: 56.25%;
  }
  .col-xl-offset-26 {
    margin-left: 54.16666667%;
  }
  .col-xl-offset-25 {
    margin-left: 52.08333333%;
  }
  .col-xl-offset-24 {
    margin-left: 50%;
  }
  .col-xl-offset-23 {
    margin-left: 47.91666667%;
  }
  .col-xl-offset-22 {
    margin-left: 45.83333333%;
  }
  .col-xl-offset-21 {
    margin-left: 43.75%;
  }
  .col-xl-offset-20 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-19 {
    margin-left: 39.58333333%;
  }
  .col-xl-offset-18 {
    margin-left: 37.5%;
  }
  .col-xl-offset-17 {
    margin-left: 35.41666667%;
  }
  .col-xl-offset-16 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-15 {
    margin-left: 31.25%;
  }
  .col-xl-offset-14 {
    margin-left: 29.16666667%;
  }
  .col-xl-offset-13 {
    margin-left: 27.08333333%;
  }
  .col-xl-offset-12 {
    margin-left: 25%;
  }
  .col-xl-offset-11 {
    margin-left: 22.91666667%;
  }
  .col-xl-offset-10 {
    margin-left: 20.83333333%;
  }
  .col-xl-offset-9 {
    margin-left: 18.75%;
  }
  .col-xl-offset-8 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 14.58333333%;
  }
  .col-xl-offset-6 {
    margin-left: 12.5%;
  }
  .col-xl-offset-5 {
    margin-left: 10.41666667%;
  }
  .col-xl-offset-4 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 6.25%;
  }
  .col-xl-offset-2 {
    margin-left: 4.16666667%;
  }
  .col-xl-offset-1 {
    margin-left: 2.08333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-5-5 {
    margin-left: 100%;
  }
  .col-xl-offset-4-5 {
    margin-left: 80%;
  }
  .col-xl-offset-3-5 {
    margin-left: 60%;
  }
  .col-xl-offset-2-5 {
    margin-left: 40%;
  }
  .col-xl-offset-1-5 {
    margin-left: 20%;
  }
  .col-xl-5-5 {
    width: 100%;
  }
  .col-xl-4-5 {
    width: 80%;
  }
  .col-xl-3-5 {
    width: 60%;
  }
  .col-xl-2-5 {
    width: 40%;
  }
  .col-xl-1-5 {
    width: 20%;
  }
  .col-xl-7-7 {
    width: 100%;
  }
  .col-xl-6-7 {
    width: 85.71428571%;
  }
  .col-xl-5-7 {
    width: 71.42857143%;
  }
  .col-xl-4-7 {
    width: 57.14285714%;
  }
  .col-xl-3-7 {
    width: 42.85714286%;
  }
  .col-xl-2-7 {
    width: 28.57142857%;
  }
  .col-xl-1-7 {
    width: 14.28571429%;
  }
  .col-xl-9-9 {
    width: 100%;
  }
  .col-xl-8-9 {
    width: 88.88888889%;
  }
  .col-xl-7-9 {
    width: 77.77777778%;
  }
  .col-xl-6-9 {
    width: 66.66666667%;
  }
  .col-xl-5-9 {
    width: 55.55555556%;
  }
  .col-xl-4-9 {
    width: 44.44444444%;
  }
  .col-xl-3-9 {
    width: 33.33333333%;
  }
  .col-xl-2-9 {
    width: 22.22222222%;
  }
  .col-xl-1-9 {
    width: 11.11111111%;
  }
  .col-xl-10-10 {
    width: 100%;
  }
  .col-xl-9-10 {
    width: 90%;
  }
  .col-xl-8-10 {
    width: 80%;
  }
  .col-xl-7-10 {
    width: 70%;
  }
  .col-xl-6-10 {
    width: 60%;
  }
  .col-xl-5-10 {
    width: 50%;
  }
  .col-xl-4-10 {
    width: 40%;
  }
  .col-xl-3-10 {
    width: 30%;
  }
  .col-xl-2-10 {
    width: 20%;
  }
  .col-xl-1-10 {
    width: 10%;
  }
  .col-xl-11-11 {
    width: 100%;
  }
  .col-xl-10-11 {
    width: 90.90909091%;
  }
  .col-xl-9-11 {
    width: 81.81818182%;
  }
  .col-xl-8-11 {
    width: 72.72727273%;
  }
  .col-xl-7-11 {
    width: 63.63636364%;
  }
  .col-xl-6-11 {
    width: 54.54545455%;
  }
  .col-xl-5-11 {
    width: 45.45454545%;
  }
  .col-xl-4-11 {
    width: 36.36363636%;
  }
  .col-xl-3-11 {
    width: 27.27272727%;
  }
  .col-xl-2-11 {
    width: 18.18181818%;
  }
  .col-xl-1-11 {
    width: 9.09090909%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-xl-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-xl-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-xl-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-xl-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-xl-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-xl-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-xl-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-xl-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-xl-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-xl-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-xl-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-xl-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-xl-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-xl-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-xl-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-xl-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-xl-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-xl-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-xl-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-xl-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-xl-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-xl-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-xl-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-xl-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-xl-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-xl-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-xl-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-xl-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-xl-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-xl-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-xl-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-xl-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-xl-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-xl-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-xl-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-xl-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-xl-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-xl-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-xl-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-xl-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-xl-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-xl-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-xl-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-xl-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-xl-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-xl-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-xl-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-xl-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-xl-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-xl-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-xl-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-xl-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-xl-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-xl-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-xl-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-xl-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-xl-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-xl-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-xl-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-xl-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-xl-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-xl-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-xl-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-xl-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xl-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-xl-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xl-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-xl-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-xl-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-xl-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-xl-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-xl-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-xl-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-xl-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-xl-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-xl-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-xl-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-xl-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-xl-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-xl-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-xl-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-xl-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-xl-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-xl-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-xl-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-xl-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-xl-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-xl-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-xl-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-xl-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-xl-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-xl-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-xl-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-xl-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-xl-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-xl-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-xl-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-xl-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-xl-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-xl-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-xl-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-xl-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-xl-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-xl-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-xl-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-xl-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-xl-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-xl-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-xl-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-xl-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-xl-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-xl-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-xl-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-xl-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-xl-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-xl-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-xl-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-xl-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-xl-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 1800px) {
  .col-xx-1,
  .col-xx-2,
  .col-xx-3,
  .col-xx-4,
  .col-xx-5,
  .col-xx-6,
  .col-xx-7,
  .col-xx-8,
  .col-xx-9,
  .col-xx-10,
  .col-xx-11,
  .col-xx-12,
  .col-xx-13,
  .col-xx-14,
  .col-xx-15,
  .col-xx-16,
  .col-xx-17,
  .col-xx-18,
  .col-xx-19,
  .col-xx-20,
  .col-xx-21,
  .col-xx-22,
  .col-xx-23,
  .col-xx-24,
  .col-xx-25,
  .col-xx-26,
  .col-xx-27,
  .col-xx-28,
  .col-xx-29,
  .col-xx-30,
  .col-xx-31,
  .col-xx-32,
  .col-xx-33,
  .col-xx-34,
  .col-xx-35,
  .col-xx-36,
  .col-xx-37,
  .col-xx-38,
  .col-xx-39,
  .col-xx-40,
  .col-xx-41,
  .col-xx-42,
  .col-xx-43,
  .col-xx-44,
  .col-xx-45,
  .col-xx-46,
  .col-xx-47,
  .col-xx-48,
  .col-xx-1-5,
  .col-xx-2-5,
  .col-xx-3-5,
  .col-xx-4-5,
  .col-xx-5-5,
  .col-xx-1-7,
  .col-xx-2-7,
  .col-xx-3-7,
  .col-xx-4-7,
  .col-xx-5-7,
  .col-xx-6-7,
  .col-xx-7-7,
  .col-xx-1-9,
  .col-xx-2-9,
  .col-xx-3-9,
  .col-xx-4-9,
  .col-xx-5-9,
  .col-xx-6-9,
  .col-xx-7-9,
  .col-xx-8-9,
  .col-xx-9-9,
  .col-xx-1-10,
  .col-xx-2-10,
  .col-xx-3-10,
  .col-xx-4-10,
  .col-xx-5-10,
  .col-xx-6-10,
  .col-xx-7-10,
  .col-xx-8-10,
  .col-xx-9-10,
  .col-xx-10-10,
  .col-xx-1-11,
  .col-xx-2-11,
  .col-xx-3-11,
  .col-xx-4-11,
  .col-xx-5-11,
  .col-xx-6-11,
  .col-xx-7-11,
  .col-xx-8-11,
  .col-xx-9-11,
  .col-xx-10-11,
  .col-xx-11-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xx-1,
  .col-xx-2,
  .col-xx-3,
  .col-xx-4,
  .col-xx-5,
  .col-xx-6,
  .col-xx-7,
  .col-xx-8,
  .col-xx-9,
  .col-xx-10,
  .col-xx-11,
  .col-xx-12,
  .col-xx-13,
  .col-xx-14,
  .col-xx-15,
  .col-xx-16,
  .col-xx-17,
  .col-xx-18,
  .col-xx-19,
  .col-xx-20,
  .col-xx-21,
  .col-xx-22,
  .col-xx-23,
  .col-xx-24,
  .col-xx-25,
  .col-xx-26,
  .col-xx-27,
  .col-xx-28,
  .col-xx-29,
  .col-xx-30,
  .col-xx-31,
  .col-xx-32,
  .col-xx-33,
  .col-xx-34,
  .col-xx-35,
  .col-xx-36,
  .col-xx-37,
  .col-xx-38,
  .col-xx-39,
  .col-xx-40,
  .col-xx-41,
  .col-xx-42,
  .col-xx-43,
  .col-xx-44,
  .col-xx-45,
  .col-xx-46,
  .col-xx-47,
  .col-xx-48,
  .col-xx-1-11,
  .col-xx-2-11,
  .col-xx-3-11,
  .col-xx-4-11,
  .col-xx-5-11,
  .col-xx-6-11,
  .col-xx-7-11,
  .col-xx-8-11,
  .col-xx-9-11,
  .col-xx-10-11,
  .col-xx-11-11,
  .col-xx-1-10,
  .col-xx-2-10,
  .col-xx-3-10,
  .col-xx-4-10,
  .col-xx-5-10,
  .col-xx-6-10,
  .col-xx-7-10,
  .col-xx-8-10,
  .col-xx-9-10,
  .col-xx-10-10,
  .col-xx-1-9,
  .col-xx-2-9,
  .col-xx-3-9,
  .col-xx-4-9,
  .col-xx-5-9,
  .col-xx-6-9,
  .col-xx-7-9,
  .col-xx-8-9,
  .col-xx-9-9,
  .col-xx-1-7,
  .col-xx-2-7,
  .col-xx-3-7,
  .col-xx-4-7,
  .col-xx-5-7,
  .col-xx-6-7,
  .col-xx-7-7,
  .col-xx-1-5,
  .col-xx-2-5,
  .col-xx-3-5,
  .col-xx-4-5,
  .col-xx-5-5 {
    float: left;
  }
  .col-xx-48 {
    width: 100%;
  }
  .col-xx-47 {
    width: 97.91666667%;
  }
  .col-xx-46 {
    width: 95.83333333%;
  }
  .col-xx-45 {
    width: 93.75%;
  }
  .col-xx-44 {
    width: 91.66666667%;
  }
  .col-xx-43 {
    width: 89.58333333%;
  }
  .col-xx-42 {
    width: 87.5%;
  }
  .col-xx-41 {
    width: 85.41666667%;
  }
  .col-xx-40 {
    width: 83.33333333%;
  }
  .col-xx-39 {
    width: 81.25%;
  }
  .col-xx-38 {
    width: 79.16666667%;
  }
  .col-xx-37 {
    width: 77.08333333%;
  }
  .col-xx-36 {
    width: 75%;
  }
  .col-xx-35 {
    width: 72.91666667%;
  }
  .col-xx-34 {
    width: 70.83333333%;
  }
  .col-xx-33 {
    width: 68.75%;
  }
  .col-xx-32 {
    width: 66.66666667%;
  }
  .col-xx-31 {
    width: 64.58333333%;
  }
  .col-xx-30 {
    width: 62.5%;
  }
  .col-xx-29 {
    width: 60.41666667%;
  }
  .col-xx-28 {
    width: 58.33333333%;
  }
  .col-xx-27 {
    width: 56.25%;
  }
  .col-xx-26 {
    width: 54.16666667%;
  }
  .col-xx-25 {
    width: 52.08333333%;
  }
  .col-xx-24 {
    width: 50%;
  }
  .col-xx-23 {
    width: 47.91666667%;
  }
  .col-xx-22 {
    width: 45.83333333%;
  }
  .col-xx-21 {
    width: 43.75%;
  }
  .col-xx-20 {
    width: 41.66666667%;
  }
  .col-xx-19 {
    width: 39.58333333%;
  }
  .col-xx-18 {
    width: 37.5%;
  }
  .col-xx-17 {
    width: 35.41666667%;
  }
  .col-xx-16 {
    width: 33.33333333%;
  }
  .col-xx-15 {
    width: 31.25%;
  }
  .col-xx-14 {
    width: 29.16666667%;
  }
  .col-xx-13 {
    width: 27.08333333%;
  }
  .col-xx-12 {
    width: 25%;
  }
  .col-xx-11 {
    width: 22.91666667%;
  }
  .col-xx-10 {
    width: 20.83333333%;
  }
  .col-xx-9 {
    width: 18.75%;
  }
  .col-xx-8 {
    width: 16.66666667%;
  }
  .col-xx-7 {
    width: 14.58333333%;
  }
  .col-xx-6 {
    width: 12.5%;
  }
  .col-xx-5 {
    width: 10.41666667%;
  }
  .col-xx-4 {
    width: 8.33333333%;
  }
  .col-xx-3 {
    width: 6.25%;
  }
  .col-xx-2 {
    width: 4.16666667%;
  }
  .col-xx-1 {
    width: 2.08333333%;
  }
  .col-xx-pull-48 {
    right: 100%;
  }
  .col-xx-pull-47 {
    right: 97.91666667%;
  }
  .col-xx-pull-46 {
    right: 95.83333333%;
  }
  .col-xx-pull-45 {
    right: 93.75%;
  }
  .col-xx-pull-44 {
    right: 91.66666667%;
  }
  .col-xx-pull-43 {
    right: 89.58333333%;
  }
  .col-xx-pull-42 {
    right: 87.5%;
  }
  .col-xx-pull-41 {
    right: 85.41666667%;
  }
  .col-xx-pull-40 {
    right: 83.33333333%;
  }
  .col-xx-pull-39 {
    right: 81.25%;
  }
  .col-xx-pull-38 {
    right: 79.16666667%;
  }
  .col-xx-pull-37 {
    right: 77.08333333%;
  }
  .col-xx-pull-36 {
    right: 75%;
  }
  .col-xx-pull-35 {
    right: 72.91666667%;
  }
  .col-xx-pull-34 {
    right: 70.83333333%;
  }
  .col-xx-pull-33 {
    right: 68.75%;
  }
  .col-xx-pull-32 {
    right: 66.66666667%;
  }
  .col-xx-pull-31 {
    right: 64.58333333%;
  }
  .col-xx-pull-30 {
    right: 62.5%;
  }
  .col-xx-pull-29 {
    right: 60.41666667%;
  }
  .col-xx-pull-28 {
    right: 58.33333333%;
  }
  .col-xx-pull-27 {
    right: 56.25%;
  }
  .col-xx-pull-26 {
    right: 54.16666667%;
  }
  .col-xx-pull-25 {
    right: 52.08333333%;
  }
  .col-xx-pull-24 {
    right: 50%;
  }
  .col-xx-pull-23 {
    right: 47.91666667%;
  }
  .col-xx-pull-22 {
    right: 45.83333333%;
  }
  .col-xx-pull-21 {
    right: 43.75%;
  }
  .col-xx-pull-20 {
    right: 41.66666667%;
  }
  .col-xx-pull-19 {
    right: 39.58333333%;
  }
  .col-xx-pull-18 {
    right: 37.5%;
  }
  .col-xx-pull-17 {
    right: 35.41666667%;
  }
  .col-xx-pull-16 {
    right: 33.33333333%;
  }
  .col-xx-pull-15 {
    right: 31.25%;
  }
  .col-xx-pull-14 {
    right: 29.16666667%;
  }
  .col-xx-pull-13 {
    right: 27.08333333%;
  }
  .col-xx-pull-12 {
    right: 25%;
  }
  .col-xx-pull-11 {
    right: 22.91666667%;
  }
  .col-xx-pull-10 {
    right: 20.83333333%;
  }
  .col-xx-pull-9 {
    right: 18.75%;
  }
  .col-xx-pull-8 {
    right: 16.66666667%;
  }
  .col-xx-pull-7 {
    right: 14.58333333%;
  }
  .col-xx-pull-6 {
    right: 12.5%;
  }
  .col-xx-pull-5 {
    right: 10.41666667%;
  }
  .col-xx-pull-4 {
    right: 8.33333333%;
  }
  .col-xx-pull-3 {
    right: 6.25%;
  }
  .col-xx-pull-2 {
    right: 4.16666667%;
  }
  .col-xx-pull-1 {
    right: 2.08333333%;
  }
  .col-xx-pull-0 {
    right: auto;
  }
  .col-xx-push-48 {
    left: 100%;
  }
  .col-xx-push-47 {
    left: 97.91666667%;
  }
  .col-xx-push-46 {
    left: 95.83333333%;
  }
  .col-xx-push-45 {
    left: 93.75%;
  }
  .col-xx-push-44 {
    left: 91.66666667%;
  }
  .col-xx-push-43 {
    left: 89.58333333%;
  }
  .col-xx-push-42 {
    left: 87.5%;
  }
  .col-xx-push-41 {
    left: 85.41666667%;
  }
  .col-xx-push-40 {
    left: 83.33333333%;
  }
  .col-xx-push-39 {
    left: 81.25%;
  }
  .col-xx-push-38 {
    left: 79.16666667%;
  }
  .col-xx-push-37 {
    left: 77.08333333%;
  }
  .col-xx-push-36 {
    left: 75%;
  }
  .col-xx-push-35 {
    left: 72.91666667%;
  }
  .col-xx-push-34 {
    left: 70.83333333%;
  }
  .col-xx-push-33 {
    left: 68.75%;
  }
  .col-xx-push-32 {
    left: 66.66666667%;
  }
  .col-xx-push-31 {
    left: 64.58333333%;
  }
  .col-xx-push-30 {
    left: 62.5%;
  }
  .col-xx-p3ush-29 {
    left: 60.41666667%;
  }
  .col-xx-push-28 {
    left: 58.33333333%;
  }
  .col-xx-push-27 {
    left: 56.25%;
  }
  .col-xx-push-26 {
    left: 54.16666667%;
  }
  .col-xx-push-25 {
    left: 52.08333333%;
  }
  .col-xx-push-24 {
    left: 50%;
  }
  .col-xx-push-23 {
    left: 47.91666667%;
  }
  .col-xx-push-22 {
    left: 45.83333333%;
  }
  .col-xx-push-21 {
    left: 43.75%;
  }
  .col-xx-push-20 {
    left: 41.66666667%;
  }
  .col-xx-push-19 {
    left: 39.58333333%;
  }
  .col-xx-push-18 {
    left: 37.5%;
  }
  .col-xx-push-17 {
    left: 35.41666667%;
  }
  .col-xx-1-8,
  .col-xx-2-8,
  .col-xx-3-8,
  .col-xx-4-8,
  .col-xx-5-8,
  .col-xx-6-8,
  .col-xx-7-8,
  .col-xx-8-8,
  .col-xx-push-16 {
    left: 33.33333333%;
  }
  .col-xx-push-15 {
    left: 31.25%;
  }
  .col-xx-push-14 {
    left: 29.16666667%;
  }
  .col-xx-push-13 {
    left: 27.08333333%;
  }
  .col-xx-push-12 {
    left: 25%;
  }
  .col-xx-push-11 {
    left: 22.91666667%;
  }
  .col-xx-push-10 {
    left: 20.83333333%;
  }
  .col-xx-push-9 {
    left: 18.75%;
  }
  .col-xx-push-8 {
    left: 16.66666667%;
  }
  .col-xx-push-7 {
    left: 14.58333333%;
  }
  .col-xx-push-6 {
    left: 12.5%;
  }
  .col-xx-push-5 {
    left: 10.41666667%;
  }
  .col-xx-push-4 {
    left: 8.33333333%;
  }
  .col-xx-push-3 {
    left: 6.25%;
  }
  .col-xx-push-2 {
    left: 4.16666667%;
  }
  .col-xx-push-1 {
    left: 2.08333333%;
  }
  .col-xx-push-0 {
    left: auto;
  }
  .col-xx-offset-48 {
    margin-left: 100%;
  }
  .col-xx-offset-47 {
    margin-left: 97.91666667%;
  }
  .col-xx-offset-46 {
    margin-left: 95.83333333%;
  }
  .col-xx-offset-45 {
    margin-left: 93.75%;
  }
  .col-xx-offset-44 {
    margin-left: 91.66666667%;
  }
  .col-xx-offset-43 {
    margin-left: 89.58333333%;
  }
  .col-xx-offset-42 {
    margin-left: 87.5%;
  }
  .col-xx-offset-41 {
    margin-left: 85.41666667%;
  }
  .col-xx-offset-40 {
    margin-left: 83.33333333%;
  }
  .col-xx-offset-39 {
    margin-left: 81.25%;
  }
  .col-xx-offset-38 {
    margin-left: 79.16666667%;
  }
  .col-xx-offset-37 {
    margin-left: 77.08333333%;
  }
  .col-xx-offset-36 {
    margin-left: 75%;
  }
  .col-xx-offset-35 {
    margin-left: 72.91666667%;
  }
  .col-xx-offset-34 {
    margin-left: 70.83333333%;
  }
  .col-xx-offset-33 {
    margin-left: 68.75%;
  }
  .col-xx-offset-32 {
    margin-left: 66.66666667%;
  }
  .col-xx-offset-31 {
    margin-left: 64.58333333%;
  }
  .col-xx-offset-30 {
    margin-left: 62.5%;
  }
  .col-xx-offset-29 {
    margin-left: 60.41666667%;
  }
  .col-xx-offset-28 {
    margin-left: 58.33333333%;
  }
  .col-xx-offset-27 {
    margin-left: 56.25%;
  }
  .col-xx-offset-26 {
    margin-left: 54.16666667%;
  }
  .col-xx-offset-25 {
    margin-left: 52.08333333%;
  }
  .col-xx-offset-24 {
    margin-left: 50%;
  }
  .col-xx-offset-23 {
    margin-left: 47.91666667%;
  }
  .col-xx-offset-22 {
    margin-left: 45.83333333%;
  }
  .col-xx-offset-21 {
    margin-left: 43.75%;
  }
  .col-xx-offset-20 {
    margin-left: 41.66666667%;
  }
  .col-xx-offset-19 {
    margin-left: 39.58333333%;
  }
  .col-xx-offset-18 {
    margin-left: 37.5%;
  }
  .col-xx-offset-17 {
    margin-left: 35.41666667%;
  }
  .col-xx-offset-16 {
    margin-left: 33.33333333%;
  }
  .col-xx-offset-15 {
    margin-left: 31.25%;
  }
  .col-xx-offset-14 {
    margin-left: 29.16666667%;
  }
  .col-xx-offset-13 {
    margin-left: 27.08333333%;
  }
  .col-xx-offset-12 {
    margin-left: 25%;
  }
  .col-xx-offset-11 {
    margin-left: 22.91666667%;
  }
  .col-xx-offset-10 {
    margin-left: 20.83333333%;
  }
  .col-xx-offset-9 {
    margin-left: 18.75%;
  }
  .col-xx-offset-8 {
    margin-left: 16.66666667%;
  }
  .col-xx-offset-7 {
    margin-left: 14.58333333%;
  }
  .col-xx-offset-6 {
    margin-left: 12.5%;
  }
  .col-xx-offset-5 {
    margin-left: 10.41666667%;
  }
  .col-xx-offset-4 {
    margin-left: 8.33333333%;
  }
  .col-xx-offset-3 {
    margin-left: 6.25%;
  }
  .col-xx-offset-2 {
    margin-left: 4.16666667%;
  }
  .col-xx-offset-1 {
    margin-left: 2.08333333%;
  }
  .col-xx-offset-0 {
    margin-left: 0%;
  }
  .col-xx-offset-5-5 {
    margin-left: 100%;
  }
  .col-xx-offset-4-5 {
    margin-left: 80%;
  }
  .col-xx-offset-3-5 {
    margin-left: 60%;
  }
  .col-xx-offset-2-5 {
    margin-left: 40%;
  }
  .col-xx-offset-1-5 {
    margin-left: 20%;
  }
  .col-xx-5-5 {
    width: 100%;
  }
  .col-xx-4-5 {
    width: 80%;
  }
  .col-xx-3-5 {
    width: 60%;
  }
  .col-xx-2-5 {
    width: 40%;
  }
  .col-xx-1-5 {
    width: 20%;
  }
  .col-xx-7-7 {
    width: 100%;
  }
  .col-xx-6-7 {
    width: 85.71428571%;
  }
  .col-xx-5-7 {
    width: 71.42857143%;
  }
  .col-xx-4-7 {
    width: 57.14285714%;
  }
  .col-xx-3-7 {
    width: 42.85714286%;
  }
  .col-xx-2-7 {
    width: 28.57142857%;
  }
  .col-xx-1-7 {
    width: 14.28571429%;
  }
  .col-xx-9-9 {
    width: 100%;
  }
  .col-xx-8-9 {
    width: 88.88888889%;
  }
  .col-xx-7-9 {
    width: 77.77777778%;
  }
  .col-xx-6-9 {
    width: 66.66666667%;
  }
  .col-xx-5-9 {
    width: 55.55555556%;
  }
  .col-xx-4-9 {
    width: 44.44444444%;
  }
  .col-xx-3-9 {
    width: 33.33333333%;
  }
  .col-xx-2-9 {
    width: 22.22222222%;
  }
  .col-xx-1-9 {
    width: 11.11111111%;
  }
  .col-xx-10-10 {
    width: 100%;
  }
  .col-xx-9-10 {
    width: 90%;
  }
  .col-xx-8-10 {
    width: 80%;
  }
  .col-xx-7-10 {
    width: 70%;
  }
  .col-xx-6-10 {
    width: 60%;
  }
  .col-xx-5-10 {
    width: 50%;
  }
  .col-xx-4-10 {
    width: 40%;
  }
  .col-xx-3-10 {
    width: 30%;
  }
  .col-xx-2-10 {
    width: 20%;
  }
  .col-xx-1-10 {
    width: 10%;
  }
  .col-xx-11-11 {
    width: 100%;
  }
  .col-xx-10-11 {
    width: 90.90909091%;
  }
  .col-xx-9-11 {
    width: 81.81818182%;
  }
  .col-xx-8-11 {
    width: 72.72727273%;
  }
  .col-xx-7-11 {
    width: 63.63636364%;
  }
  .col-xx-6-11 {
    width: 54.54545455%;
  }
  .col-xx-5-11 {
    width: 45.45454545%;
  }
  .col-xx-4-11 {
    width: 36.36363636%;
  }
  .col-xx-3-11 {
    width: 27.27272727%;
  }
  .col-xx-2-11 {
    width: 18.18181818%;
  }
  .col-xx-1-11 {
    width: 9.09090909%;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-xx-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-xx-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-xx-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-xx-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-xx-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-xx-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-xx-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-xx-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-xx-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-xx-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-xx-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-xx-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-xx-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-xx-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-xx-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-xx-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-xx-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-xx-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-xx-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-xx-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-xx-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-xx-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-xx-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-xx-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-xx-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-xx-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-xx-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-xx-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-xx-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-xx-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-xx-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-xx-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-xx-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-xx-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-xx-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-xx-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-xx-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-xx-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-xx-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-xx-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-xx-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-xx-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-xx-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-xx-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-xx-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-xx-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-xx-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-xx-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-xx-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-xx-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-xx-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-xx-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-xx-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-xx-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-xx-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-xx-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-xx-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-xx-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-xx-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-xx-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-xx-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-xx-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-xx-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-xx-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-xx-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-xx-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-xx-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-xx-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xx-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-xx-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xx-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xx-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-xx-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-xx-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-xx-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-xx-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-xx-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-xx-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-xx-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-xx-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-xx-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-xx-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-xx-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-xx-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-xx-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-xx-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-xx-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-xx-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-xx-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-xx-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-xx-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-xx-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-xx-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-xx-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-xx-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-xx-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-xx-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-xx-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-xx-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-xx-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-xx-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-xx-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-xx-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-xx-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-xx-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-xx-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-xx-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-xx-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-xx-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-xx-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-xx-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-xx-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-xx-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-xx-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-xx-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-xx-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-xx-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-xx-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-xx-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-xx-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-xx-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-xx-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-xx-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-xx-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-xx-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > .col {
  padding-left: 15px;
  padding-right: 15px;
}
.row > .row-clearfix {
  height: 30px;
}
.row.row-flex {
  gap: 30px;
}
.row.row-masonry > .col {
  margin-bottom: 30px;
}
.row.row-isotope > .col {
  margin-bottom: 30px;
}
.row.grid-gutter-width-xs-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row.grid-gutter-width-xs-0 > .col {
  padding-left: 0px;
  padding-right: 0px;
}
.row.grid-gutter-width-xs-0 > .row-clearfix {
  height: 0px;
}
.row.grid-gutter-width-xs-0.row-flex {
  gap: 0px;
}
.row.grid-gutter-width-xs-0.row-masonry > .col {
  margin-bottom: 0px;
}
.row.grid-gutter-width-xs-0.row-isotope > .col {
  margin-bottom: 0px;
}
.row.grid-gutter-width-xs-2 {
  margin-left: -1px;
  margin-right: -1px;
}
.row.grid-gutter-width-xs-2 > .col {
  padding-left: 1px;
  padding-right: 1px;
}
.row.grid-gutter-width-xs-2 > .row-clearfix {
  height: 2px;
}
.row.grid-gutter-width-xs-2.row-flex {
  gap: 2px;
}
.row.grid-gutter-width-xs-2.row-masonry > .col {
  margin-bottom: 2px;
}
.row.grid-gutter-width-xs-2.row-isotope > .col {
  margin-bottom: 2px;
}
.row.grid-gutter-width-xs-4 {
  margin-left: -2px;
  margin-right: -2px;
}
.row.grid-gutter-width-xs-4 > .col {
  padding-left: 2px;
  padding-right: 2px;
}
.row.grid-gutter-width-xs-4 > .row-clearfix {
  height: 4px;
}
.row.grid-gutter-width-xs-4.row-flex {
  gap: 4px;
}
.row.grid-gutter-width-xs-4.row-masonry > .col {
  margin-bottom: 4px;
}
.row.grid-gutter-width-xs-4.row-isotope > .col {
  margin-bottom: 4px;
}
.row.grid-gutter-width-xs-6 {
  margin-left: -3px;
  margin-right: -3px;
}
.row.grid-gutter-width-xs-6 > .col {
  padding-left: 3px;
  padding-right: 3px;
}
.row.grid-gutter-width-xs-6 > .row-clearfix {
  height: 6px;
}
.row.grid-gutter-width-xs-6.row-flex {
  gap: 6px;
}
.row.grid-gutter-width-xs-6.row-masonry > .col {
  margin-bottom: 6px;
}
.row.grid-gutter-width-xs-6.row-isotope > .col {
  margin-bottom: 6px;
}
.row.grid-gutter-width-xs-8 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.grid-gutter-width-xs-8 > .col {
  padding-left: 4px;
  padding-right: 4px;
}
.row.grid-gutter-width-xs-8 > .row-clearfix {
  height: 8px;
}
.row.grid-gutter-width-xs-8.row-flex {
  gap: 8px;
}
.row.grid-gutter-width-xs-8.row-masonry > .col {
  margin-bottom: 8px;
}
.row.grid-gutter-width-xs-8.row-isotope > .col {
  margin-bottom: 8px;
}
.row.grid-gutter-width-xs-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.grid-gutter-width-xs-10 > .col {
  padding-left: 5px;
  padding-right: 5px;
}
.row.grid-gutter-width-xs-10 > .row-clearfix {
  height: 10px;
}
.row.grid-gutter-width-xs-10.row-flex {
  gap: 10px;
}
.row.grid-gutter-width-xs-10.row-masonry > .col {
  margin-bottom: 10px;
}
.row.grid-gutter-width-xs-10.row-isotope > .col {
  margin-bottom: 10px;
}
.row.grid-gutter-width-xs-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row.grid-gutter-width-xs-12 > .col {
  padding-left: 6px;
  padding-right: 6px;
}
.row.grid-gutter-width-xs-12 > .row-clearfix {
  height: 12px;
}
.row.grid-gutter-width-xs-12.row-flex {
  gap: 12px;
}
.row.grid-gutter-width-xs-12.row-masonry > .col {
  margin-bottom: 12px;
}
.row.grid-gutter-width-xs-12.row-isotope > .col {
  margin-bottom: 12px;
}
.row.grid-gutter-width-xs-14 {
  margin-left: -7px;
  margin-right: -7px;
}
.row.grid-gutter-width-xs-14 > .col {
  padding-left: 7px;
  padding-right: 7px;
}
.row.grid-gutter-width-xs-14 > .row-clearfix {
  height: 14px;
}
.row.grid-gutter-width-xs-14.row-flex {
  gap: 14px;
}
.row.grid-gutter-width-xs-14.row-masonry > .col {
  margin-bottom: 14px;
}
.row.grid-gutter-width-xs-14.row-isotope > .col {
  margin-bottom: 14px;
}
.row.grid-gutter-width-xs-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.grid-gutter-width-xs-16 > .col {
  padding-left: 8px;
  padding-right: 8px;
}
.row.grid-gutter-width-xs-16 > .row-clearfix {
  height: 16px;
}
.row.grid-gutter-width-xs-16.row-flex {
  gap: 16px;
}
.row.grid-gutter-width-xs-16.row-masonry > .col {
  margin-bottom: 16px;
}
.row.grid-gutter-width-xs-16.row-isotope > .col {
  margin-bottom: 16px;
}
.row.grid-gutter-width-xs-18 {
  margin-left: -9px;
  margin-right: -9px;
}
.row.grid-gutter-width-xs-18 > .col {
  padding-left: 9px;
  padding-right: 9px;
}
.row.grid-gutter-width-xs-18 > .row-clearfix {
  height: 18px;
}
.row.grid-gutter-width-xs-18.row-flex {
  gap: 18px;
}
.row.grid-gutter-width-xs-18.row-masonry > .col {
  margin-bottom: 18px;
}
.row.grid-gutter-width-xs-18.row-isotope > .col {
  margin-bottom: 18px;
}
.row.grid-gutter-width-xs-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.grid-gutter-width-xs-20 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
.row.grid-gutter-width-xs-20 > .row-clearfix {
  height: 20px;
}
.row.grid-gutter-width-xs-20.row-flex {
  gap: 20px;
}
.row.grid-gutter-width-xs-20.row-masonry > .col {
  margin-bottom: 20px;
}
.row.grid-gutter-width-xs-20.row-isotope > .col {
  margin-bottom: 20px;
}
.row.grid-gutter-width-xs-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row.grid-gutter-width-xs-30 > .col {
  padding-left: 15px;
  padding-right: 15px;
}
.row.grid-gutter-width-xs-30 > .row-clearfix {
  height: 30px;
}
.row.grid-gutter-width-xs-30.row-flex {
  gap: 30px;
}
.row.grid-gutter-width-xs-30.row-masonry > .col {
  margin-bottom: 30px;
}
.row.grid-gutter-width-xs-30.row-isotope > .col {
  margin-bottom: 30px;
}
.row.grid-gutter-width-xs-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.grid-gutter-width-xs-40 > .col {
  padding-left: 20px;
  padding-right: 20px;
}
.row.grid-gutter-width-xs-40 > .row-clearfix {
  height: 40px;
}
.row.grid-gutter-width-xs-40.row-flex {
  gap: 40px;
}
.row.grid-gutter-width-xs-40.row-masonry > .col {
  margin-bottom: 40px;
}
.row.grid-gutter-width-xs-40.row-isotope > .col {
  margin-bottom: 40px;
}
.row.grid-gutter-width-xs-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.grid-gutter-width-xs-50 > .col {
  padding-left: 25px;
  padding-right: 25px;
}
.row.grid-gutter-width-xs-50 > .row-clearfix {
  height: 50px;
}
.row.grid-gutter-width-xs-50.row-flex {
  gap: 50px;
}
.row.grid-gutter-width-xs-50.row-masonry > .col {
  margin-bottom: 50px;
}
.row.grid-gutter-width-xs-50.row-isotope > .col {
  margin-bottom: 50px;
}
.row.grid-gutter-width-xs-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.grid-gutter-width-xs-60 > .col {
  padding-left: 30px;
  padding-right: 30px;
}
.row.grid-gutter-width-xs-60 > .row-clearfix {
  height: 60px;
}
.row.grid-gutter-width-xs-60.row-flex {
  gap: 60px;
}
.row.grid-gutter-width-xs-60.row-masonry > .col {
  margin-bottom: 60px;
}
.row.grid-gutter-width-xs-60.row-isotope > .col {
  margin-bottom: 60px;
}
.row.grid-gutter-width-xs-70 {
  margin-left: -35px;
  margin-right: -35px;
}
.row.grid-gutter-width-xs-70 > .col {
  padding-left: 35px;
  padding-right: 35px;
}
.row.grid-gutter-width-xs-70 > .row-clearfix {
  height: 70px;
}
.row.grid-gutter-width-xs-70.row-flex {
  gap: 70px;
}
.row.grid-gutter-width-xs-70.row-masonry > .col {
  margin-bottom: 70px;
}
.row.grid-gutter-width-xs-70.row-isotope > .col {
  margin-bottom: 70px;
}
.row.grid-gutter-width-xs-80 {
  margin-left: -40px;
  margin-right: -40px;
}
.row.grid-gutter-width-xs-80 > .col {
  padding-left: 40px;
  padding-right: 40px;
}
.row.grid-gutter-width-xs-80 > .row-clearfix {
  height: 80px;
}
.row.grid-gutter-width-xs-80.row-flex {
  gap: 80px;
}
.row.grid-gutter-width-xs-80.row-masonry > .col {
  margin-bottom: 80px;
}
.row.grid-gutter-width-xs-80.row-isotope > .col {
  margin-bottom: 80px;
}
.row.grid-gutter-width-xs-90 {
  margin-left: -45px;
  margin-right: -45px;
}
.row.grid-gutter-width-xs-90 > .col {
  padding-left: 45px;
  padding-right: 45px;
}
.row.grid-gutter-width-xs-90 > .row-clearfix {
  height: 90px;
}
.row.grid-gutter-width-xs-90.row-flex {
  gap: 90px;
}
.row.grid-gutter-width-xs-90.row-masonry > .col {
  margin-bottom: 90px;
}
.row.grid-gutter-width-xs-90.row-isotope > .col {
  margin-bottom: 90px;
}
.row.grid-gutter-width-xs-100 {
  margin-left: -50px;
  margin-right: -50px;
}
.row.grid-gutter-width-xs-100 > .col {
  padding-left: 50px;
  padding-right: 50px;
}
.row.grid-gutter-width-xs-100 > .row-clearfix {
  height: 100px;
}
.row.grid-gutter-width-xs-100.row-flex {
  gap: 100px;
}
.row.grid-gutter-width-xs-100.row-masonry > .col {
  margin-bottom: 100px;
}
.row.grid-gutter-width-xs-100.row-isotope > .col {
  margin-bottom: 100px;
}
.row.grid-gutter-width-xs-110 {
  margin-left: -55px;
  margin-right: -55px;
}
.row.grid-gutter-width-xs-110 > .col {
  padding-left: 55px;
  padding-right: 55px;
}
.row.grid-gutter-width-xs-110 > .row-clearfix {
  height: 110px;
}
.row.grid-gutter-width-xs-110.row-flex {
  gap: 110px;
}
.row.grid-gutter-width-xs-110.row-masonry > .col {
  margin-bottom: 110px;
}
.row.grid-gutter-width-xs-110.row-isotope > .col {
  margin-bottom: 110px;
}
.row.grid-gutter-width-xs-120 {
  margin-left: -60px;
  margin-right: -60px;
}
.row.grid-gutter-width-xs-120 > .col {
  padding-left: 60px;
  padding-right: 60px;
}
.row.grid-gutter-width-xs-120 > .row-clearfix {
  height: 120px;
}
.row.grid-gutter-width-xs-120.row-flex {
  gap: 120px;
}
.row.grid-gutter-width-xs-120.row-masonry > .col {
  margin-bottom: 120px;
}
.row.grid-gutter-width-xs-120.row-isotope > .col {
  margin-bottom: 120px;
}
@media (min-width: 480px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-ms-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-ms-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-ms-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-ms-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-ms-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-ms-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-ms-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-ms-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-ms-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-ms-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-ms-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-ms-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-ms-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-ms-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-ms-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-ms-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-ms-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-ms-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-ms-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-ms-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-ms-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-ms-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-ms-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-ms-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-ms-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-ms-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-ms-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-ms-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-ms-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-ms-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-ms-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-ms-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-ms-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-ms-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-ms-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-ms-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-ms-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-ms-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-ms-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-ms-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-ms-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-ms-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-ms-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-ms-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-ms-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-ms-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-ms-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-ms-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-ms-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-ms-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-ms-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-ms-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-ms-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-ms-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-ms-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-ms-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-ms-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-ms-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-ms-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-ms-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-ms-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-ms-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-ms-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-ms-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-ms-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-ms-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-ms-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-ms-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-ms-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-ms-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-ms-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-ms-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-ms-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-ms-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-ms-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-ms-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-ms-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-ms-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-ms-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-ms-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-ms-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-ms-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-ms-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-ms-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-ms-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-ms-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-ms-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-ms-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-ms-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-ms-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-ms-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-ms-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-ms-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-ms-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-ms-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-ms-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-ms-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-ms-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-ms-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-ms-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-ms-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-ms-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-ms-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-ms-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-ms-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-ms-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-ms-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-ms-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-ms-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-ms-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-ms-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-ms-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-ms-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-ms-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-ms-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-ms-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-ms-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-ms-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-ms-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-ms-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-ms-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-ms-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-ms-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-ms-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-ms-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-ms-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 480px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-sm-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-sm-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-sm-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-sm-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-sm-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-sm-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-sm-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-sm-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-sm-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-sm-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-sm-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-sm-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-sm-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-sm-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-sm-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-sm-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-sm-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-sm-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-sm-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-sm-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-sm-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-sm-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-sm-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-sm-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-sm-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-sm-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-sm-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-sm-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-sm-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-sm-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-sm-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-sm-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-sm-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-sm-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-sm-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-sm-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-sm-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-sm-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-sm-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-sm-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-sm-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-sm-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-sm-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-sm-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-sm-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-sm-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-sm-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-sm-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-sm-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-sm-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-sm-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-sm-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-sm-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-sm-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-sm-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-sm-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-sm-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-sm-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-sm-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-sm-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-sm-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-sm-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-sm-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-sm-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-sm-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-sm-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-sm-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-sm-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-sm-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-sm-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-sm-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-sm-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-sm-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-sm-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-sm-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-sm-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-sm-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-sm-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-sm-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-sm-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-sm-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-sm-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-sm-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-sm-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-sm-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-sm-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-sm-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-sm-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-sm-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-sm-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-sm-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-sm-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-sm-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-sm-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-sm-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-sm-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-sm-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-sm-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-sm-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-sm-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-sm-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-sm-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-sm-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-sm-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-sm-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-sm-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-sm-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-sm-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-sm-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-sm-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-sm-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-sm-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-sm-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-sm-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-sm-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-sm-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-sm-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-sm-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-sm-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-md-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-md-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-md-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-md-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-md-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-md-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-md-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-md-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-md-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-md-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-md-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-md-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-md-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-md-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-md-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-md-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-md-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-md-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-md-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-md-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-md-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-md-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-md-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-md-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-md-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-md-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-md-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-md-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-md-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-md-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-md-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-md-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-md-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-md-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-md-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-md-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-md-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-md-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-md-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-md-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-md-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-md-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-md-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-md-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-md-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-md-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-md-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-md-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-md-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-md-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-md-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-md-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-md-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-md-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-md-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-md-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-md-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-md-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-md-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-md-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-md-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-md-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-md-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-md-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-md-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-md-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-md-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-md-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-md-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-md-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-md-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-md-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-md-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-md-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-md-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-md-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-md-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-md-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-md-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-md-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-md-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-md-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-md-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-md-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-md-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-md-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-md-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-md-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-md-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-md-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-md-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-md-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-md-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-md-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-md-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-md-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-md-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-md-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-md-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-md-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-md-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-md-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-md-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-md-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-md-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-md-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-md-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-md-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-md-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-md-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-md-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-md-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-md-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-md-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-md-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-md-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-md-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-md-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-md-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-lg-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-lg-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-lg-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-lg-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-lg-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-lg-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-lg-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-lg-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-lg-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-lg-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-lg-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-lg-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-lg-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-lg-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-lg-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-lg-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-lg-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-lg-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-lg-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-lg-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-lg-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-lg-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-lg-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-lg-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-lg-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-lg-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-lg-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-lg-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-lg-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-lg-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-lg-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-lg-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-lg-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-lg-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-lg-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-lg-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-lg-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-lg-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-lg-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-lg-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-lg-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-lg-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-lg-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-lg-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-lg-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-lg-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-lg-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-lg-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-lg-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-lg-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-lg-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-lg-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-lg-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-lg-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-lg-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-lg-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-lg-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-lg-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-lg-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-lg-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-lg-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-lg-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-lg-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-lg-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-lg-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-lg-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-lg-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-lg-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-lg-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-lg-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-lg-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-lg-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-lg-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-lg-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-lg-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-lg-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-lg-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-lg-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-lg-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-lg-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-lg-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-lg-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-lg-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-lg-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-lg-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-lg-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-lg-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-lg-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-lg-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-lg-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-lg-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-lg-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-lg-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-lg-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-lg-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-lg-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-lg-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-lg-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-lg-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-lg-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-lg-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-lg-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-lg-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-lg-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-lg-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-lg-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-lg-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-lg-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-lg-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-lg-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-lg-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-lg-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-lg-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-lg-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-lg-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-lg-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-lg-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-lg-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-lg-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-lg-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 1500px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-xl-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-xl-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-xl-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-xl-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-xl-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-xl-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-xl-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-xl-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-xl-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-xl-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-xl-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-xl-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-xl-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-xl-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-xl-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-xl-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-xl-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-xl-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-xl-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-xl-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-xl-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-xl-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-xl-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-xl-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-xl-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-xl-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-xl-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-xl-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-xl-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-xl-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-xl-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-xl-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-xl-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-xl-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-xl-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-xl-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-xl-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-xl-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-xl-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-xl-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-xl-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-xl-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-xl-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-xl-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-xl-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-xl-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-xl-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-xl-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-xl-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-xl-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-xl-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-xl-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-xl-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-xl-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-xl-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-xl-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-xl-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-xl-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-xl-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-xl-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-xl-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-xl-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-xl-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-xl-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xl-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-xl-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xl-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-xl-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-xl-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-xl-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-xl-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-xl-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-xl-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-xl-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-xl-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-xl-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-xl-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-xl-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-xl-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-xl-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-xl-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-xl-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-xl-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-xl-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-xl-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-xl-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-xl-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-xl-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-xl-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-xl-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-xl-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-xl-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-xl-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-xl-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-xl-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-xl-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-xl-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-xl-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-xl-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-xl-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-xl-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-xl-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-xl-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-xl-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-xl-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-xl-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-xl-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-xl-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-xl-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-xl-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-xl-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-xl-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-xl-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-xl-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-xl-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-xl-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-xl-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-xl-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-xl-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
@media (min-width: 1800px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row > .row-clearfix {
    height: 30px;
  }
  .row.row-flex {
    gap: 30px;
  }
  .row.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row.grid-gutter-width-xx-0 > .col {
    padding-left: 0px;
    padding-right: 0px;
  }
  .row.grid-gutter-width-xx-0 > .row-clearfix {
    height: 0px;
  }
  .row.grid-gutter-width-xx-0.row-flex {
    gap: 0px;
  }
  .row.grid-gutter-width-xx-0.row-masonry > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-xx-0.row-isotope > .col {
    margin-bottom: 0px;
  }
  .row.grid-gutter-width-xx-2 {
    margin-left: -1px;
    margin-right: -1px;
  }
  .row.grid-gutter-width-xx-2 > .col {
    padding-left: 1px;
    padding-right: 1px;
  }
  .row.grid-gutter-width-xx-2 > .row-clearfix {
    height: 2px;
  }
  .row.grid-gutter-width-xx-2.row-flex {
    gap: 2px;
  }
  .row.grid-gutter-width-xx-2.row-masonry > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-xx-2.row-isotope > .col {
    margin-bottom: 2px;
  }
  .row.grid-gutter-width-xx-4 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .row.grid-gutter-width-xx-4 > .col {
    padding-left: 2px;
    padding-right: 2px;
  }
  .row.grid-gutter-width-xx-4 > .row-clearfix {
    height: 4px;
  }
  .row.grid-gutter-width-xx-4.row-flex {
    gap: 4px;
  }
  .row.grid-gutter-width-xx-4.row-masonry > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-xx-4.row-isotope > .col {
    margin-bottom: 4px;
  }
  .row.grid-gutter-width-xx-6 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .row.grid-gutter-width-xx-6 > .col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .row.grid-gutter-width-xx-6 > .row-clearfix {
    height: 6px;
  }
  .row.grid-gutter-width-xx-6.row-flex {
    gap: 6px;
  }
  .row.grid-gutter-width-xx-6.row-masonry > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-xx-6.row-isotope > .col {
    margin-bottom: 6px;
  }
  .row.grid-gutter-width-xx-8 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .row.grid-gutter-width-xx-8 > .col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .row.grid-gutter-width-xx-8 > .row-clearfix {
    height: 8px;
  }
  .row.grid-gutter-width-xx-8.row-flex {
    gap: 8px;
  }
  .row.grid-gutter-width-xx-8.row-masonry > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-xx-8.row-isotope > .col {
    margin-bottom: 8px;
  }
  .row.grid-gutter-width-xx-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.grid-gutter-width-xx-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row.grid-gutter-width-xx-10 > .row-clearfix {
    height: 10px;
  }
  .row.grid-gutter-width-xx-10.row-flex {
    gap: 10px;
  }
  .row.grid-gutter-width-xx-10.row-masonry > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-xx-10.row-isotope > .col {
    margin-bottom: 10px;
  }
  .row.grid-gutter-width-xx-12 {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row.grid-gutter-width-xx-12 > .col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.grid-gutter-width-xx-12 > .row-clearfix {
    height: 12px;
  }
  .row.grid-gutter-width-xx-12.row-flex {
    gap: 12px;
  }
  .row.grid-gutter-width-xx-12.row-masonry > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-xx-12.row-isotope > .col {
    margin-bottom: 12px;
  }
  .row.grid-gutter-width-xx-14 {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.grid-gutter-width-xx-14 > .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .row.grid-gutter-width-xx-14 > .row-clearfix {
    height: 14px;
  }
  .row.grid-gutter-width-xx-14.row-flex {
    gap: 14px;
  }
  .row.grid-gutter-width-xx-14.row-masonry > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-xx-14.row-isotope > .col {
    margin-bottom: 14px;
  }
  .row.grid-gutter-width-xx-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.grid-gutter-width-xx-16 > .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .row.grid-gutter-width-xx-16 > .row-clearfix {
    height: 16px;
  }
  .row.grid-gutter-width-xx-16.row-flex {
    gap: 16px;
  }
  .row.grid-gutter-width-xx-16.row-masonry > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-xx-16.row-isotope > .col {
    margin-bottom: 16px;
  }
  .row.grid-gutter-width-xx-18 {
    margin-left: -9px;
    margin-right: -9px;
  }
  .row.grid-gutter-width-xx-18 > .col {
    padding-left: 9px;
    padding-right: 9px;
  }
  .row.grid-gutter-width-xx-18 > .row-clearfix {
    height: 18px;
  }
  .row.grid-gutter-width-xx-18.row-flex {
    gap: 18px;
  }
  .row.grid-gutter-width-xx-18.row-masonry > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-xx-18.row-isotope > .col {
    margin-bottom: 18px;
  }
  .row.grid-gutter-width-xx-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.grid-gutter-width-xx-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.grid-gutter-width-xx-20 > .row-clearfix {
    height: 20px;
  }
  .row.grid-gutter-width-xx-20.row-flex {
    gap: 20px;
  }
  .row.grid-gutter-width-xx-20.row-masonry > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-xx-20.row-isotope > .col {
    margin-bottom: 20px;
  }
  .row.grid-gutter-width-xx-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.grid-gutter-width-xx-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.grid-gutter-width-xx-30 > .row-clearfix {
    height: 30px;
  }
  .row.grid-gutter-width-xx-30.row-flex {
    gap: 30px;
  }
  .row.grid-gutter-width-xx-30.row-masonry > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xx-30.row-isotope > .col {
    margin-bottom: 30px;
  }
  .row.grid-gutter-width-xx-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.grid-gutter-width-xx-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.grid-gutter-width-xx-40 > .row-clearfix {
    height: 40px;
  }
  .row.grid-gutter-width-xx-40.row-flex {
    gap: 40px;
  }
  .row.grid-gutter-width-xx-40.row-masonry > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-xx-40.row-isotope > .col {
    margin-bottom: 40px;
  }
  .row.grid-gutter-width-xx-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.grid-gutter-width-xx-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row.grid-gutter-width-xx-50 > .row-clearfix {
    height: 50px;
  }
  .row.grid-gutter-width-xx-50.row-flex {
    gap: 50px;
  }
  .row.grid-gutter-width-xx-50.row-masonry > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-xx-50.row-isotope > .col {
    margin-bottom: 50px;
  }
  .row.grid-gutter-width-xx-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.grid-gutter-width-xx-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.grid-gutter-width-xx-60 > .row-clearfix {
    height: 60px;
  }
  .row.grid-gutter-width-xx-60.row-flex {
    gap: 60px;
  }
  .row.grid-gutter-width-xx-60.row-masonry > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-xx-60.row-isotope > .col {
    margin-bottom: 60px;
  }
  .row.grid-gutter-width-xx-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row.grid-gutter-width-xx-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row.grid-gutter-width-xx-70 > .row-clearfix {
    height: 70px;
  }
  .row.grid-gutter-width-xx-70.row-flex {
    gap: 70px;
  }
  .row.grid-gutter-width-xx-70.row-masonry > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-xx-70.row-isotope > .col {
    margin-bottom: 70px;
  }
  .row.grid-gutter-width-xx-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row.grid-gutter-width-xx-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row.grid-gutter-width-xx-80 > .row-clearfix {
    height: 80px;
  }
  .row.grid-gutter-width-xx-80.row-flex {
    gap: 80px;
  }
  .row.grid-gutter-width-xx-80.row-masonry > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-xx-80.row-isotope > .col {
    margin-bottom: 80px;
  }
  .row.grid-gutter-width-xx-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row.grid-gutter-width-xx-90 > .col {
    padding-left: 45px;
    padding-right: 45px;
  }
  .row.grid-gutter-width-xx-90 > .row-clearfix {
    height: 90px;
  }
  .row.grid-gutter-width-xx-90.row-flex {
    gap: 90px;
  }
  .row.grid-gutter-width-xx-90.row-masonry > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-xx-90.row-isotope > .col {
    margin-bottom: 90px;
  }
  .row.grid-gutter-width-xx-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row.grid-gutter-width-xx-100 > .col {
    padding-left: 50px;
    padding-right: 50px;
  }
  .row.grid-gutter-width-xx-100 > .row-clearfix {
    height: 100px;
  }
  .row.grid-gutter-width-xx-100.row-flex {
    gap: 100px;
  }
  .row.grid-gutter-width-xx-100.row-masonry > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-xx-100.row-isotope > .col {
    margin-bottom: 100px;
  }
  .row.grid-gutter-width-xx-110 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .row.grid-gutter-width-xx-110 > .col {
    padding-left: 55px;
    padding-right: 55px;
  }
  .row.grid-gutter-width-xx-110 > .row-clearfix {
    height: 110px;
  }
  .row.grid-gutter-width-xx-110.row-flex {
    gap: 110px;
  }
  .row.grid-gutter-width-xx-110.row-masonry > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-xx-110.row-isotope > .col {
    margin-bottom: 110px;
  }
  .row.grid-gutter-width-xx-120 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row.grid-gutter-width-xx-120 > .col {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row.grid-gutter-width-xx-120 > .row-clearfix {
    height: 120px;
  }
  .row.grid-gutter-width-xx-120.row-flex {
    gap: 120px;
  }
  .row.grid-gutter-width-xx-120.row-masonry > .col {
    margin-bottom: 120px;
  }
  .row.grid-gutter-width-xx-120.row-isotope > .col {
    margin-bottom: 120px;
  }
}
/* VISIBLE STYLES *******************************************/
.visible-xs,
.visible-ms,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl,
.visible-xx {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xx-block,
.visible-xx-inline,
.visible-xx-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-ms {
    display: block !important;
  }
  table.visible-ms {
    display: table;
  }
  tr.visible-ms {
    display: table-row !important;
  }
  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
  .visible-ms-block {
    display: block !important;
  }
  .visible-ms-inline {
    display: inline !important;
  }
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1800px) {
  .visible-xx {
    display: block !important;
  }
  table.visible-xx {
    display: table;
  }
  tr.visible-xx {
    display: table-row !important;
  }
  th.visible-xx,
  td.visible-xx {
    display: table-cell !important;
  }
}
@media (min-width: 1800px) {
  .visible-xx-block {
    display: block !important;
  }
}
@media (min-width: 1800px) {
  .visible-xx-inline {
    display: inline !important;
  }
}
@media (min-width: 1800px) {
  .visible-xx-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .hidden-ms {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1800px) {
  .hidden-xx {
    display: none !important;
  }
}
/* PRINT STYLES *******************************************/
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
* > p {
  margin-top: 0;
}
* > p:last-child {
  margin-bottom: 0;
}
img,
img.img-responsive {
  max-width: 100%;
  height: auto;
}
img.img-noresponsive {
  max-width: none;
  height: auto;
}
.hc-widget-popup {
  z-index: 100;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.c-clickable,
.clickable,
.jquerylink,
.ev-clickable {
  cursor: pointer;
}
.c-zoom-inzoomin {
  cursor: zoom-in;
}
.c-zoom-out {
  cursor: zoom-out;
}
.c-zoom-out {
  cursor: zoom-out;
}
.c-help {
  cursor: help;
}
.c-progress {
  cursor: progress;
}
.ev-clickable-loaded {
  cursor: pointer;
}
.valign-table {
  display: table;
  width: 100%;
  height: 100%;
}
.valign-cell {
  display: table-cell;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.owl-carousel {
  display: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.evfltgrd,
.evfloatinggrid {
  position: relative;
  height: 0px;
}
.evfltgrd .evfltgrd-cell,
.evfloatinggrid .evfltgrd-cell,
.evfltgrd .evfloatinggrid-cell,
.evfloatinggrid .evfloatinggrid-cell {
  position: absolute;
  height: 0px;
}
.ev-tbsl .ev-tbsl-row {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.ev-tbsl .ev-tbsl-row .owl-nav,
.ev-tbsl .ev-tbsl-row .owl-dots {
  display: none;
}
.ev-tbsl .ev-tbsl-row:first-child .owl-nav {
  display: block;
}
.ev-tbsl .ev-tbsl-row:first-child .owl-nav.disabled,
.ev-tbsl .ev-tbsl-row:first-child .owl-nav .owl-prev.disabled,
.ev-tbsl .ev-tbsl-row:first-child .owl-nav .owl-next.disabled {
  display: none;
}
.ev-tbsl .ev-tbsl-row:first-child .owl-dots.disabled {
  display: none;
}
.ev-tbsl .ev-tbsl-fixed-col {
  width: 50%;
}
.ev-tbsl .ev-tbsl-slide-cols {
  width: 50%;
}
.ev-leaders {
  position: relative;
}
.ev-leaders:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow: hidden;
  z-index: 1;
}
.ev-leaders:after {
  clear: both;
  content: "";
}
.ev-leaders.ev-leaders-dot:before {
  content: "..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................";
}
.ev-leaders.ev-leaders-star:before {
  content: "**************************************************************************************************************************************************************************************************************************************************************************************************************************************";
}
.ev-leaders .ev-leaders-caption {
  position: relative;
  z-index: 2;
  display: inline;
  background-color: white;
  padding-right: 5px;
}
.ev-leaders .ev-leaders-value {
  position: relative;
  z-index: 2;
  float: right;
  background-color: white;
  padding-left: 5px;
}
.ev-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/** vp only styles **/
@media (max-width: 479px) {
  .ev-nop-xs {
    padding: 0px !important;
  }
  .ev-nop-xs-1 {
    padding-top: 0px !important;
  }
  .ev-nop-xs-2 {
    padding-right: 0px !important;
  }
  .ev-nop-xs-3 {
    padding-bottom: 0px !important;
  }
  .ev-nop-xs-4 {
    padding-left: 0px !important;
  }
  .r-tabs.r-tabs-accordion-xs .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xs .r-tabs-nav-container {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xs .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .ev-nop-ms {
    padding: 0px !important;
  }
  .ev-nop-ms-1 {
    padding-top: 0px !important;
  }
  .ev-nop-ms-2 {
    padding-right: 0px !important;
  }
  .ev-nop-ms-3 {
    padding-bottom: 0px !important;
  }
  .ev-nop-ms-4 {
    padding-left: 0px !important;
  }
  .r-tabs.r-tabs-accordion-ms .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-ms .r-tabs-nav-container {
    display: none;
  }
  .r-tabs.r-tabs-accordion-ms .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .ev-nop-sm {
    padding: 0px !important;
  }
  .ev-nop-sm-1 {
    padding-top: 0px !important;
  }
  .ev-nop-sm-2 {
    padding-right: 0px !important;
  }
  .ev-nop-sm-3 {
    padding-bottom: 0px !important;
  }
  .ev-nop-sm-4 {
    padding-left: 0px !important;
  }
  .r-tabs.r-tabs-accordion-sm .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-sm .r-tabs-nav-container {
    display: none;
  }
  .r-tabs.r-tabs-accordion-sm .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ev-nop-md {
    padding: 0px !important;
  }
  .ev-nop-md-1 {
    padding-top: 0px !important;
  }
  .ev-nop-md-2 {
    padding-right: 0px !important;
  }
  .ev-nop-md-3 {
    padding-bottom: 0px !important;
  }
  .ev-nop-md-4 {
    padding-left: 0px !important;
  }
  .r-tabs.r-tabs-accordion-md .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-md .r-tabs-nav-container {
    display: none;
  }
  .r-tabs.r-tabs-accordion-md .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .ev-nop-lg {
    padding: 0px !important;
  }
  .ev-nop-lg-1 {
    padding-top: 0px !important;
  }
  .ev-nop-lg-2 {
    padding-right: 0px !important;
  }
  .ev-nop-lg-3 {
    padding-bottom: 0px !important;
  }
  .ev-nop-lg-4 {
    padding-left: 0px !important;
  }
  .r-tabs.r-tabs-accordion-lg .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-lg .r-tabs-nav-container {
    display: none;
  }
  .r-tabs.r-tabs-accordion-lg .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .ev-nop-xl {
    padding: 0px !important;
  }
  .ev-nop-xl-1 {
    padding-top: 0px !important;
  }
  .ev-nop-xl-2 {
    padding-right: 0px !important;
  }
  .ev-nop-xl-3 {
    padding-bottom: 0px !important;
  }
  .ev-nop-xl-4 {
    padding-left: 0px !important;
  }
  .r-tabs.r-tabs-accordion-xl .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xl .r-tabs-nav-container {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xl .r-tabs-accordion-title {
    display: block;
  }
}
@media (min-width: 1800px) {
  .ev-nop-xx {
    padding: 0px !important;
  }
  .ev-nop-xx-1 {
    padding-top: 0px !important;
  }
  .ev-nop-xx-2 {
    padding-right: 0px !important;
  }
  .ev-nop-xx-3 {
    padding-bottom: 0px !important;
  }
  .ev-nop-xx-4 {
    padding-left: 0px !important;
  }
  .r-tabs.r-tabs-accordion-xx .r-tabs-nav {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xx .r-tabs-nav-container {
    display: none;
  }
  .r-tabs.r-tabs-accordion-xx .r-tabs-accordion-title {
    display: block;
  }
}
.ev-viewport {
  display: none;
}
@media (max-width: 479px) {
  .ev-viewport-xs {
    display: block;
  }
}
@media (min-width: 480px) {
  .ev-viewport-ms {
    display: block;
  }
}
@media (min-width: 480px) {
  .ev-viewport-sm {
    display: block;
  }
}
@media (min-width: 992px) {
  .ev-viewport-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ev-viewport-lg {
    display: block;
  }
}
@media (min-width: 1500px) {
  .ev-viewport-xl {
    display: block;
  }
}
.ev-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  .align-left-xs {
    text-align: left;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-right-xs {
    text-align: right;
  }
  .pull-left-xs {
    float: left;
  }
  .pull-right-xs {
    float: right;
  }
  .block-center-xs {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block-left-xs {
    display: block;
    float: none !important;
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  .block-xs {
    display: block;
  }
  .block-right-xs {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: 0px !important;
  }
  .ev-ratio-xs {
    position: relative;
  }
  .ev-ratio-xs:before {
    content: "";
    display: block;
  }
  .ev-ratio-xs-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-xs-itemauto {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .ev-ratio-xs-1by1:before {
    padding-top: 100%;
  }
  .ev-ratio-xs-2by1:before {
    padding-top: 50%;
  }
  .ev-ratio-xs-1by2:before {
    padding-top: 200%;
  }
  .ev-ratio-xs-4by3:before {
    padding-top: 75%;
  }
  .ev-ratio-xs-16by9:before {
    padding-top: 56.25%;
  }
  .ev-ratio-xs-2by3:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-xs-3by2:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xs-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xs-3by4:before {
    padding-top: 125%;
  }
  .ev-ratio-xs-3by1:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xs-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xs-1by3:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-xs-auto {
    position: static;
  }
  .ev-ratio-xs-auto:before {
    display: none;
  }
  .ev-sticky-xs-top {
    position: sticky;
    top: 0px;
  }
  .ev-sticky-xs-bottom {
    position: sticky;
    bottom: 0px;
  }
  .ev-fixed-xs-top {
    position: sticky;
    top: 0px;
  }
  .ev-fixed-xs-bottom {
    position: sticky;
    bottom: 0px;
  }
}
@media (min-width: 480px) {
  .ev-tbsl .ev-tbsl-fixed-col {
    width: 33%;
  }
  .ev-tbsl .ev-tbsl-slide-cols {
    width: 66%;
  }
  .align-left-ms {
    text-align: left;
  }
  .align-center-ms {
    text-align: center;
  }
  .align-right-ms {
    text-align: right;
  }
  .pull-left-ms {
    float: left;
  }
  .pull-right-ms {
    float: right;
  }
  .block-center-ms {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block-left-ms {
    display: block;
    float: none !important;
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  .block-ms {
    display: block;
  }
  .block-right-ms {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: 0px !important;
  }
  .ev-ratio-ms {
    position: relative;
  }
  .ev-ratio-ms:before {
    content: "";
    display: block;
  }
  .ev-ratio-ms-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-ms-itemauto {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .ev-ratio-ms-1by1:before {
    padding-top: 100%;
  }
  .ev-ratio-ms-2by1:before {
    padding-top: 50%;
  }
  .ev-ratio-ms-1by2:before {
    padding-top: 200%;
  }
  .ev-ratio-ms-4by3:before {
    padding-top: 75%;
  }
  .ev-ratio-ms-16by9:before {
    padding-top: 56.25%;
  }
  .ev-ratio-ms-2by3:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-ms-3by2:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-ms-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-ms-3by4:before {
    padding-top: 125%;
  }
  .ev-ratio-ms-3by1:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-ms-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-ms-1by3:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-ms-auto {
    position: static;
  }
  .ev-ratio-ms-auto:before {
    display: none;
  }
  .ev-sticky-ms-top {
    position: sticky;
    top: 0px;
  }
  .ev-sticky-ms-bottom {
    position: sticky;
    bottom: 0px;
  }
  .ev-fixed-ms-top {
    position: sticky;
    top: 0px;
  }
  .ev-fixed-ms-bottom {
    position: sticky;
    bottom: 0px;
  }
}
@media (min-width: 480px) {
  .ev-tbsl .ev-tbsl-fixed-col {
    width: 33%;
  }
  .ev-tbsl .ev-tbsl-slide-cols {
    width: 66%;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-right-sm {
    text-align: right;
  }
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
  .block-center-sm {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block-left-sm {
    display: block;
    float: none !important;
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  .block-sm {
    display: block;
  }
  .block-right-sm {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: 0px !important;
  }
  .ev-ratio-sm {
    position: relative;
  }
  .ev-ratio-sm:before {
    content: "";
    display: block;
  }
  .ev-ratio-sm-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-sm-itemauto {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .ev-ratio-sm-1by1:before {
    padding-top: 100%;
  }
  .ev-ratio-sm-2by1:before {
    padding-top: 50%;
  }
  .ev-ratio-sm-1by2:before {
    padding-top: 200%;
  }
  .ev-ratio-sm-4by3:before {
    padding-top: 75%;
  }
  .ev-ratio-sm-16by9:before {
    padding-top: 56.25%;
  }
  .ev-ratio-sm-2by3:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-sm-3by2:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-sm-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-sm-3by4:before {
    padding-top: 125%;
  }
  .ev-ratio-sm-3by1:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-sm-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-sm-1by3:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-sm-auto {
    position: static;
  }
  .ev-ratio-sm-auto:before {
    display: none;
  }
  .ev-sticky-sm-top {
    position: sticky;
    top: 0px;
  }
  .ev-sticky-sm-bottom {
    position: sticky;
    bottom: 0px;
  }
  .ev-fixed-sm-top {
    position: sticky;
    top: 0px;
  }
  .ev-fixed-sm-bottom {
    position: sticky;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .ev-tbsl-fixed-col {
    width: 33%;
  }
  .ev-tbsl-slide-cols {
    width: 66%;
  }
  .align-left-md {
    text-align: left;
  }
  .align-center-md {
    text-align: center;
  }
  .align-right-md {
    text-align: right;
  }
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
  .block-center-md {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block-left-md {
    display: block;
    float: none !important;
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  .block-md {
    display: block;
  }
  .block-right-md {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: 0px !important;
  }
  .ev-ratio-md {
    position: relative;
  }
  .ev-ratio-md:before {
    content: "";
    display: block;
  }
  .ev-ratio-md-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-md-itemauto {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .ev-ratio-md-1by1:before {
    padding-top: 100%;
  }
  .ev-ratio-md-2by1:before {
    padding-top: 50%;
  }
  .ev-ratio-md-1by2:before {
    padding-top: 200%;
  }
  .ev-ratio-md-4by3:before {
    padding-top: 75%;
  }
  .ev-ratio-md-16by9:before {
    padding-top: 56.25%;
  }
  .ev-ratio-md-2by3:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-md-3by2:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-md-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-md-3by4:before {
    padding-top: 125%;
  }
  .ev-ratio-md-3by1:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-md-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-md-1by3:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-md-auto {
    position: static;
  }
  .ev-ratio-md-auto:before {
    display: none;
  }
  .ev-sticky-md-top {
    position: sticky;
    top: 0px;
  }
  .ev-sticky-md-bottom {
    position: sticky;
    bottom: 0px;
  }
  .ev-fixed-md-top {
    position: sticky;
    top: 0px;
  }
  .ev-fixed-md-bottom {
    position: sticky;
    bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .ev-tbsl .ev-tbsl-fixed-col {
    width: 25%;
  }
  .ev-tbsl .ev-tbsl-slide-cols {
    width: 75%;
  }
  .align-left-lg {
    text-align: left;
  }
  .align-center-lg {
    text-align: center;
  }
  .align-right-lg {
    text-align: right;
  }
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
  .block-center-lg {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block-left-lg {
    display: block;
    float: none !important;
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  .block-lg {
    display: block;
  }
  .block-right-lg {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: 0px !important;
  }
  .ev-ratio-lg {
    position: relative;
  }
  .ev-ratio-lg:before {
    content: "";
    display: block;
  }
  .ev-ratio-lg-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-lg-itemauto {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .ev-ratio-lg-1by1:before {
    padding-top: 100%;
  }
  .ev-ratio-lg-2by1:before {
    padding-top: 50%;
  }
  .ev-ratio-lg-1by2:before {
    padding-top: 200%;
  }
  .ev-ratio-lg-4by3:before {
    padding-top: 75%;
  }
  .ev-ratio-lg-16by9:before {
    padding-top: 56.25%;
  }
  .ev-ratio-lg-2by3:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-lg-3by2:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-lg-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-lg-3by4:before {
    padding-top: 125%;
  }
  .ev-ratio-lg-3by1:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-lg-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-lg-1by3:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-lg-auto {
    position: static;
  }
  .ev-ratio-lg-auto:before {
    display: none;
  }
  .ev-sticky-lg-top {
    position: sticky;
    top: 0px;
  }
  .ev-sticky-lg-bottom {
    position: sticky;
    bottom: 0px;
  }
  .ev-fixed-lg-top {
    position: sticky;
    top: 0px;
  }
  .ev-fixed-lg-bottom {
    position: sticky;
    bottom: 0px;
  }
}
@media (min-width: 1500px) {
  .align-left-xl {
    text-align: left;
  }
  .align-center-xl {
    text-align: center;
  }
  .align-right-xl {
    text-align: right;
  }
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
  .block-center-xl {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block-left-xl {
    display: block;
    float: none !important;
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  .block-xl {
    display: block;
  }
  .block-right-xl {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: 0px !important;
  }
  .ev-ratio-xl {
    position: relative;
  }
  .ev-ratio-xl:before {
    content: "";
    display: block;
  }
  .ev-ratio-xl-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-xl-itemauto {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .ev-ratio-xl-1by1:before {
    padding-top: 100%;
  }
  .ev-ratio-xl-2by1:before {
    padding-top: 50%;
  }
  .ev-ratio-xl-1by2:before {
    padding-top: 200%;
  }
  .ev-ratio-xl-4by3:before {
    padding-top: 75%;
  }
  .ev-ratio-xl-16by9:before {
    padding-top: 56.25%;
  }
  .ev-ratio-xl-2by3:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-xl-3by2:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xl-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xl-3by4:before {
    padding-top: 125%;
  }
  .ev-ratio-xl-3by1:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xl-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xl-1by3:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-xl-auto {
    position: static;
  }
  .ev-ratio-xl-auto:before {
    display: none;
  }
  .ev-sticky-xl-top {
    position: sticky;
    top: 0px;
  }
  .ev-sticky-xl-bottom {
    position: sticky;
    bottom: 0px;
  }
  .ev-fixed-xl-top {
    position: sticky;
    top: 0px;
  }
  .ev-fixed-xl-bottom {
    position: sticky;
    bottom: 0px;
  }
}
@media (min-width: 1800px) {
  .align-left-xx {
    text-align: left;
  }
  .align-center-xx {
    text-align: center;
  }
  .align-right-xx {
    text-align: right;
  }
  .pull-left-xx {
    float: left;
  }
  .pull-right-xx {
    float: right;
  }
  .block-center-xx {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block-left-xx {
    display: block;
    float: none !important;
    margin-right: auto !important;
    margin-left: 0px !important;
  }
  .block-xx {
    display: block;
  }
  .block-right-xx {
    display: block;
    float: none !important;
    margin-left: auto !important;
    margin-right: 0px !important;
  }
  .ev-ratio-xx {
    position: relative;
  }
  .ev-ratio-xx:before {
    content: "";
    display: block;
  }
  .ev-ratio-xx-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .ev-ratio-xx-itemauto {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .ev-ratio-xx-1by1:before {
    padding-top: 100%;
  }
  .ev-ratio-xx-2by1:before {
    padding-top: 50%;
  }
  .ev-ratio-xx-1by2:before {
    padding-top: 200%;
  }
  .ev-ratio-xx-4by3:before {
    padding-top: 75%;
  }
  .ev-ratio-xx-16by9:before {
    padding-top: 56.25%;
  }
  .ev-ratio-xx-2by3:before {
    padding-top: 133.333333%;
  }
  .ev-ratio-xx-3by2:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xx-6by4:before {
    padding-top: 66.666666%;
  }
  .ev-ratio-xx-3by4:before {
    padding-top: 125%;
  }
  .ev-ratio-xx-3by1:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xx-6by2:before {
    padding-top: 33.333333%;
  }
  .ev-ratio-xx-1by3:before {
    padding-top: 166.666666%;
  }
  .ev-ratio-xx-auto {
    position: static;
  }
  .ev-ratio-xx-auto:before {
    display: none;
  }
  .ev-sticky-xx-top {
    position: sticky;
    top: 0px;
  }
  .ev-sticky-xx-bottom {
    position: sticky;
    bottom: 0px;
  }
  .ev-fixed-xx-top {
    position: sticky;
    top: 0px;
  }
  .ev-fixed-xx-bottom {
    position: sticky;
    bottom: 0px;
  }
}
.row-flex {
  display: flex;
}
.row-flex > .col > * {
  height: 100%;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-self-start {
  align-items: flex-start;
}
.align-self-end {
  align-items: flex-end;
}
.align-self-center {
  align-items: center;
}
.align-self-baseline {
  align-items: baseline;
}
.align-self-stretch {
  align-items: stretch;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.order-first {
  order: -1;
}
.order-last {
  order: 99;
}
.order-10 {
  order: 10;
}
.order-9 {
  order: 9;
}
.order-8 {
  order: 8;
}
.order-7 {
  order: 7;
}
.order-6 {
  order: 6;
}
.order-5 {
  order: 5;
}
.order-4 {
  order: 4;
}
.order-3 {
  order: 3;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-around {
  align-content: space-around;
}
.align-content-between {
  align-content: space-between;
}
.align-content-stretch {
  align-content: stretch;
}
/*
        .gap-025 { gap:var(--grid-gutter-width-025); }
        .gap-050 { gap:var(--grid-gutter-width-050); }
        .gap-075 { gap:var(--grid-gutter-width-075); }
        .gap-125 { gap:var(--grid-gutter-width-125); }
        .gap-150 { gap:var(--grid-gutter-width-150); }
        .gap-175 { gap:var(--grid-gutter-width-175); }
        .gap-200 { gap:var(--grid-gutter-width-200); }
        .gap-300 { gap:var(--grid-gutter-width-300); }
        .gap-400 { gap:var(--grid-gutter-width-400); }
        .gap-500 { gap:var(--grid-gutter-width-500); }
        .gap-600 { gap:var(--grid-gutter-width-600); }*/
@media (max-width: 479px) {
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-xs-auto {
    margin-left: auto !important;
  }
  .mr-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .d-xs-flex {
    display: flex;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xs-row {
    flex-direction: row;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse;
  }
  .justify-content-xs-start {
    justify-content: flex-start;
  }
  .justify-content-xs-end {
    justify-content: flex-end;
  }
  .justify-content-xs-center {
    justify-content: center;
  }
  .justify-content-xs-between {
    justify-content: space-between;
  }
  .justify-content-xs-around {
    justify-content: space-around;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly;
  }
  .align-items-xs-start {
    align-items: flex-start;
  }
  .align-items-xs-end {
    align-items: flex-end;
  }
  .align-items-xs-center {
    align-items: center;
  }
  .align-items-xs-baseline {
    align-items: baseline;
  }
  .align-items-xs-stretch {
    align-items: stretch;
  }
  .align-self-xs-start {
    align-self: flex-start;
  }
  .align-self-xs-end {
    align-self: flex-end;
  }
  .align-self-xs-center {
    align-self: center;
  }
  .align-self-xs-baseline {
    align-self: baseline;
  }
  .align-self-xs-stretch {
    align-self: stretch;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xs-wrap {
    flex-wrap: wrap;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-gap-xs-0 {
    gap: 0px;
  }
  .flex-gap-xs-2 {
    gap: 2px;
  }
  .flex-gap-xs-4 {
    gap: 4px;
  }
  .flex-gap-xs-6 {
    gap: 6px;
  }
  .flex-gap-xs-8 {
    gap: 8px;
  }
  .flex-gap-xs-10 {
    gap: 10px;
  }
  .flex-gap-xs-12 {
    gap: 12px;
  }
  .flex-gap-xs-14 {
    gap: 14px;
  }
  .flex-gap-xs-16 {
    gap: 16px;
  }
  .flex-gap-xs-18 {
    gap: 18px;
  }
  .flex-gap-xs-20 {
    gap: 20px;
  }
  .flex-gap-xs-30 {
    gap: 30px;
  }
  .flex-gap-xs-40 {
    gap: 40px;
  }
  .flex-gap-xs-50 {
    gap: 50px;
  }
  .flex-gap-xs-60 {
    gap: 60px;
  }
  .flex-gap-xs-70 {
    gap: 70px;
  }
  .flex-gap-xs-80 {
    gap: 80px;
  }
  .flex-gap-xs-90 {
    gap: 90px;
  }
  .flex-gap-xs-100 {
    gap: 100px;
  }
  .flex-gap-xs-110 {
    gap: 110px;
  }
  .flex-gap-xs-120 {
    gap: 120px;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 99;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
  .align-content-xs-start {
    align-content: flex-start;
  }
  .align-content-xs-end {
    align-content: flex-end;
  }
  .align-content-xs-center {
    align-content: center;
  }
  .align-content-xs-around {
    align-content: space-around;
  }
  .align-content-xs-between {
    align-content: space-between;
  }
  .align-content-xs-stretch {
    align-content: stretch;
  }
}
@media (min-width: 480px) {
  .my-ms-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-ms-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-ms-auto {
    margin-left: auto !important;
  }
  .mr-ms-auto {
    margin-right: auto !important;
  }
  .mb-ms-auto {
    margin-bottom: auto !important;
  }
  .mt-ms-auto {
    margin-top: auto !important;
  }
  .d-ms-flex {
    display: flex;
  }
  .d-ms-inline-flex {
    display: inline-flex !important;
  }
  .flex-ms-column {
    flex-direction: column !important;
  }
  .flex-ms-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-ms-row {
    flex-direction: row;
  }
  .flex-ms-row-reverse {
    flex-direction: row-reverse;
  }
  .justify-content-ms-start {
    justify-content: flex-start;
  }
  .justify-content-ms-end {
    justify-content: flex-end;
  }
  .justify-content-ms-center {
    justify-content: center;
  }
  .justify-content-ms-between {
    justify-content: space-between;
  }
  .justify-content-ms-around {
    justify-content: space-around;
  }
  .justify-content-ms-evenly {
    justify-content: space-evenly;
  }
  .align-items-ms-start {
    align-items: flex-start;
  }
  .align-items-ms-end {
    align-items: flex-end;
  }
  .align-items-ms-center {
    align-items: center;
  }
  .align-items-ms-baseline {
    align-items: baseline;
  }
  .align-items-ms-stretch {
    align-items: stretch;
  }
  .align-self-ms-start {
    align-self: flex-start;
  }
  .align-self-ms-end {
    align-self: flex-end;
  }
  .align-self-ms-center {
    align-self: center;
  }
  .align-self-ms-baseline {
    align-self: baseline;
  }
  .align-self-ms-stretch {
    align-self: stretch;
  }
  .flex-ms-fill {
    flex: 1 1 auto !important;
  }
  .flex-ms-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ms-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ms-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ms-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-ms-nowrap {
    flex-wrap: nowrap;
  }
  .flex-ms-wrap {
    flex-wrap: wrap;
  }
  .flex-ms-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-gap-ms-0 {
    gap: 0px;
  }
  .flex-gap-ms-2 {
    gap: 2px;
  }
  .flex-gap-ms-4 {
    gap: 4px;
  }
  .flex-gap-ms-6 {
    gap: 6px;
  }
  .flex-gap-ms-8 {
    gap: 8px;
  }
  .flex-gap-ms-10 {
    gap: 10px;
  }
  .flex-gap-ms-12 {
    gap: 12px;
  }
  .flex-gap-ms-14 {
    gap: 14px;
  }
  .flex-gap-ms-16 {
    gap: 16px;
  }
  .flex-gap-ms-18 {
    gap: 18px;
  }
  .flex-gap-ms-20 {
    gap: 20px;
  }
  .flex-gap-ms-30 {
    gap: 30px;
  }
  .flex-gap-ms-40 {
    gap: 40px;
  }
  .flex-gap-ms-50 {
    gap: 50px;
  }
  .flex-gap-ms-60 {
    gap: 60px;
  }
  .flex-gap-ms-70 {
    gap: 70px;
  }
  .flex-gap-ms-80 {
    gap: 80px;
  }
  .flex-gap-ms-90 {
    gap: 90px;
  }
  .flex-gap-ms-100 {
    gap: 100px;
  }
  .flex-gap-ms-110 {
    gap: 110px;
  }
  .flex-gap-ms-120 {
    gap: 120px;
  }
  .order-ms-first {
    order: -1;
  }
  .order-ms-last {
    order: 99;
  }
  .order-ms-10 {
    order: 10;
  }
  .order-ms-9 {
    order: 9;
  }
  .order-ms-8 {
    order: 8;
  }
  .order-ms-7 {
    order: 7;
  }
  .order-ms-6 {
    order: 6;
  }
  .order-ms-5 {
    order: 5;
  }
  .order-ms-4 {
    order: 4;
  }
  .order-ms-3 {
    order: 3;
  }
  .order-ms-2 {
    order: 2;
  }
  .order-ms-1 {
    order: 1;
  }
  .align-content-ms-start {
    align-content: flex-start;
  }
  .align-content-ms-end {
    align-content: flex-end;
  }
  .align-content-ms-center {
    align-content: center;
  }
  .align-content-ms-around {
    align-content: space-around;
  }
  .align-content-ms-between {
    align-content: space-between;
  }
  .align-content-ms-stretch {
    align-content: stretch;
  }
}
@media (min-width: 480px) {
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-gap-sm-0 {
    gap: 0px;
  }
  .flex-gap-sm-2 {
    gap: 2px;
  }
  .flex-gap-sm-4 {
    gap: 4px;
  }
  .flex-gap-sm-6 {
    gap: 6px;
  }
  .flex-gap-sm-8 {
    gap: 8px;
  }
  .flex-gap-sm-10 {
    gap: 10px;
  }
  .flex-gap-sm-12 {
    gap: 12px;
  }
  .flex-gap-sm-14 {
    gap: 14px;
  }
  .flex-gap-sm-16 {
    gap: 16px;
  }
  .flex-gap-sm-18 {
    gap: 18px;
  }
  .flex-gap-sm-20 {
    gap: 20px;
  }
  .flex-gap-sm-30 {
    gap: 30px;
  }
  .flex-gap-sm-40 {
    gap: 40px;
  }
  .flex-gap-sm-50 {
    gap: 50px;
  }
  .flex-gap-sm-60 {
    gap: 60px;
  }
  .flex-gap-sm-70 {
    gap: 70px;
  }
  .flex-gap-sm-80 {
    gap: 80px;
  }
  .flex-gap-sm-90 {
    gap: 90px;
  }
  .flex-gap-sm-100 {
    gap: 100px;
  }
  .flex-gap-sm-110 {
    gap: 110px;
  }
  .flex-gap-sm-120 {
    gap: 120px;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 99;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
}
@media (min-width: 992px) {
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-gap-md-0 {
    gap: 0px;
  }
  .flex-gap-md-2 {
    gap: 2px;
  }
  .flex-gap-md-4 {
    gap: 4px;
  }
  .flex-gap-md-6 {
    gap: 6px;
  }
  .flex-gap-md-8 {
    gap: 8px;
  }
  .flex-gap-md-10 {
    gap: 10px;
  }
  .flex-gap-md-12 {
    gap: 12px;
  }
  .flex-gap-md-14 {
    gap: 14px;
  }
  .flex-gap-md-16 {
    gap: 16px;
  }
  .flex-gap-md-18 {
    gap: 18px;
  }
  .flex-gap-md-20 {
    gap: 20px;
  }
  .flex-gap-md-30 {
    gap: 30px;
  }
  .flex-gap-md-40 {
    gap: 40px;
  }
  .flex-gap-md-50 {
    gap: 50px;
  }
  .flex-gap-md-60 {
    gap: 60px;
  }
  .flex-gap-md-70 {
    gap: 70px;
  }
  .flex-gap-md-80 {
    gap: 80px;
  }
  .flex-gap-md-90 {
    gap: 90px;
  }
  .flex-gap-md-100 {
    gap: 100px;
  }
  .flex-gap-md-110 {
    gap: 110px;
  }
  .flex-gap-md-120 {
    gap: 120px;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 99;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
}
@media (min-width: 1200px) {
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-gap-lg-0 {
    gap: 0px;
  }
  .flex-gap-lg-2 {
    gap: 2px;
  }
  .flex-gap-lg-4 {
    gap: 4px;
  }
  .flex-gap-lg-6 {
    gap: 6px;
  }
  .flex-gap-lg-8 {
    gap: 8px;
  }
  .flex-gap-lg-10 {
    gap: 10px;
  }
  .flex-gap-lg-12 {
    gap: 12px;
  }
  .flex-gap-lg-14 {
    gap: 14px;
  }
  .flex-gap-lg-16 {
    gap: 16px;
  }
  .flex-gap-lg-18 {
    gap: 18px;
  }
  .flex-gap-lg-20 {
    gap: 20px;
  }
  .flex-gap-lg-30 {
    gap: 30px;
  }
  .flex-gap-lg-40 {
    gap: 40px;
  }
  .flex-gap-lg-50 {
    gap: 50px;
  }
  .flex-gap-lg-60 {
    gap: 60px;
  }
  .flex-gap-lg-70 {
    gap: 70px;
  }
  .flex-gap-lg-80 {
    gap: 80px;
  }
  .flex-gap-lg-90 {
    gap: 90px;
  }
  .flex-gap-lg-100 {
    gap: 100px;
  }
  .flex-gap-lg-110 {
    gap: 110px;
  }
  .flex-gap-lg-120 {
    gap: 120px;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 99;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
}
@media (min-width: 1500px) {
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-gap-xl-0 {
    gap: 0px;
  }
  .flex-gap-xl-2 {
    gap: 2px;
  }
  .flex-gap-xl-4 {
    gap: 4px;
  }
  .flex-gap-xl-6 {
    gap: 6px;
  }
  .flex-gap-xl-8 {
    gap: 8px;
  }
  .flex-gap-xl-10 {
    gap: 10px;
  }
  .flex-gap-xl-12 {
    gap: 12px;
  }
  .flex-gap-xl-14 {
    gap: 14px;
  }
  .flex-gap-xl-16 {
    gap: 16px;
  }
  .flex-gap-xl-18 {
    gap: 18px;
  }
  .flex-gap-xl-20 {
    gap: 20px;
  }
  .flex-gap-xl-30 {
    gap: 30px;
  }
  .flex-gap-xl-40 {
    gap: 40px;
  }
  .flex-gap-xl-50 {
    gap: 50px;
  }
  .flex-gap-xl-60 {
    gap: 60px;
  }
  .flex-gap-xl-70 {
    gap: 70px;
  }
  .flex-gap-xl-80 {
    gap: 80px;
  }
  .flex-gap-xl-90 {
    gap: 90px;
  }
  .flex-gap-xl-100 {
    gap: 100px;
  }
  .flex-gap-xl-110 {
    gap: 110px;
  }
  .flex-gap-xl-120 {
    gap: 120px;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 99;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-1 {
    order: 1;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
}
@media (min-width: 1800px) {
  .my-xx-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-xx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .ml-xx-auto {
    margin-left: auto !important;
  }
  .mr-xx-auto {
    margin-right: auto !important;
  }
  .mb-xx-auto {
    margin-bottom: auto !important;
  }
  .mt-xx-auto {
    margin-top: auto !important;
  }
  .d-xx-flex {
    display: flex;
  }
  .d-xx-inline-flex {
    display: inline-flex !important;
  }
  .flex-xx-column {
    flex-direction: column !important;
  }
  .flex-xx-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xx-row {
    flex-direction: row;
  }
  .flex-xx-row-reverse {
    flex-direction: row-reverse;
  }
  .justify-content-xx-start {
    justify-content: flex-start;
  }
  .justify-content-xx-end {
    justify-content: flex-end;
  }
  .justify-content-xx-center {
    justify-content: center;
  }
  .justify-content-xx-between {
    justify-content: space-between;
  }
  .justify-content-xx-around {
    justify-content: space-around;
  }
  .justify-content-xx-evenly {
    justify-content: space-evenly;
  }
  .align-items-xx-start {
    align-items: flex-start;
  }
  .align-items-xx-end {
    align-items: flex-end;
  }
  .align-items-xx-center {
    align-items: center;
  }
  .align-items-xx-baseline {
    align-items: baseline;
  }
  .align-items-xx-stretch {
    align-items: stretch;
  }
  .align-self-xx-start {
    align-self: flex-start;
  }
  .align-self-xx-end {
    align-self: flex-end;
  }
  .align-self-xx-center {
    align-self: center;
  }
  .align-self-xx-baseline {
    align-self: baseline;
  }
  .align-self-xx-stretch {
    align-self: stretch;
  }
  .flex-xx-fill {
    flex: 1 1 auto !important;
  }
  .flex-xx-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xx-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xx-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xx-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xx-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xx-wrap {
    flex-wrap: wrap;
  }
  .flex-xx-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-gap-xx-0 {
    gap: 0px;
  }
  .flex-gap-xx-2 {
    gap: 2px;
  }
  .flex-gap-xx-4 {
    gap: 4px;
  }
  .flex-gap-xx-6 {
    gap: 6px;
  }
  .flex-gap-xx-8 {
    gap: 8px;
  }
  .flex-gap-xx-10 {
    gap: 10px;
  }
  .flex-gap-xx-12 {
    gap: 12px;
  }
  .flex-gap-xx-14 {
    gap: 14px;
  }
  .flex-gap-xx-16 {
    gap: 16px;
  }
  .flex-gap-xx-18 {
    gap: 18px;
  }
  .flex-gap-xx-20 {
    gap: 20px;
  }
  .flex-gap-xx-30 {
    gap: 30px;
  }
  .flex-gap-xx-40 {
    gap: 40px;
  }
  .flex-gap-xx-50 {
    gap: 50px;
  }
  .flex-gap-xx-60 {
    gap: 60px;
  }
  .flex-gap-xx-70 {
    gap: 70px;
  }
  .flex-gap-xx-80 {
    gap: 80px;
  }
  .flex-gap-xx-90 {
    gap: 90px;
  }
  .flex-gap-xx-100 {
    gap: 100px;
  }
  .flex-gap-xx-110 {
    gap: 110px;
  }
  .flex-gap-xx-120 {
    gap: 120px;
  }
  .order-xx-first {
    order: -1;
  }
  .order-xx-last {
    order: 99;
  }
  .order-xx-10 {
    order: 10;
  }
  .order-xx-9 {
    order: 9;
  }
  .order-xx-8 {
    order: 8;
  }
  .order-xx-7 {
    order: 7;
  }
  .order-xx-6 {
    order: 6;
  }
  .order-xx-5 {
    order: 5;
  }
  .order-xx-4 {
    order: 4;
  }
  .order-xx-3 {
    order: 3;
  }
  .order-xx-2 {
    order: 2;
  }
  .order-xx-1 {
    order: 1;
  }
  .align-content-xx-start {
    align-content: flex-start;
  }
  .align-content-xx-end {
    align-content: flex-end;
  }
  .align-content-xx-center {
    align-content: center;
  }
  .align-content-xx-around {
    align-content: space-around;
  }
  .align-content-xx-between {
    align-content: space-between;
  }
  .align-content-xx-stretch {
    align-content: stretch;
  }
}
.ev-alert {
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 20px 0px;
  padding: 15px;
}
.ev-alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.ev-alert-success a {
  color: #3c763d;
  text-decoration: underline;
}
.ev-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.ev-alert-info a {
  color: #31708f;
  text-decoration: underline;
}
.ev-alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.ev-alert-danger a {
  color: #a94442;
  text-decoration: underline;
}
.ev-alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.ev-alert-warning a {
  color: #8a6d3b;
  text-decoration: underline;
}
:root {
  --ev_font-size: 16px;
  --grid-gutter-width: 30px;
  --grid-gutter-width-025: 7px;
  --grid-gutter-width-050: 15px;
  --grid-gutter-width-075: 22px;
  --grid-gutter-width-125: 37px;
  --grid-gutter-width-150: 45px;
  --grid-gutter-width-175: 52px;
  --grid-gutter-width-200: 60px;
  --grid-gutter-width-300: 90px;
  --grid-gutter-width-400: 120px;
  --grid-gutter-width-500: 150px;
  --grid-gutter-width-600: 180px;
  --ev_color-base: #c6a358;
  --ev_color-base-rgb: 198, 163, 88;
  --ev_color-base-light: #e3bf73;
  --ev_color-base-light-rgb: 227, 191, 115;
  --ev_color-base-dark: #bb9442;
  --ev_color-base-dark-rgb: 187, 148, 66;
  --ev_color-base-bg: #f8f3e9;
  --ev_color-base-bg-rgb: 248, 243, 233;
  --ev_color-extend-1: #246371;
  --ev_color-extend-1-rgb: 36, 99, 113;
  --ev_color-extend-1-light: #c5d0f6;
  --ev_color-extend-1-light-rgb: 197, 208, 246;
  --ev_color-extend-1-dark: #18414a;
  --ev_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_color-extend-1-bg: #d5edf2;
  --ev_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_color-extend-2: #3a3a3a;
  --ev_color-extend-2-rgb: 58, 58, 58;
  --ev_color-extend-2-light: #3f3f3f;
  --ev_color-extend-2-light-rgb: 63, 63, 63;
  --ev_color-extend-2-dark: #333333;
  --ev_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_color-extend-2-bg: #f2f2f2;
  --ev_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_color-text: #333333;
  --ev_color-text-rgb: 51, 51, 51;
  --ev_color-link: #246371;
  --ev_color-link-rgb: 36, 99, 113;
  --ev_c1_color-base: #c6a358;
  --ev_c1_color-base-rgb: 198, 163, 88;
  --ev_c1_color-base-light: #e3bf73;
  --ev_c1_color-base-light-rgb: 227, 191, 115;
  --ev_c1_color-base-dark: #bb9442;
  --ev_c1_color-base-dark-rgb: 187, 148, 66;
  --ev_c1_color-base-bg: #f8f3e9;
  --ev_c1_color-base-bg-rgb: 248, 243, 233;
  --ev_c1_color-extend-1: #246371;
  --ev_c1_color-extend-1-rgb: 36, 99, 113;
  --ev_c1_color-extend-1-light: #c5d0f6;
  --ev_c1_color-extend-1-light-rgb: 197, 208, 246;
  --ev_c1_color-extend-1-dark: #18414a;
  --ev_c1_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_c1_color-extend-1-bg: #d5edf2;
  --ev_c1_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_c1_color-extend-2: #3a3a3a;
  --ev_c1_color-extend-2-rgb: 58, 58, 58;
  --ev_c1_color-extend-2-light: #3f3f3f;
  --ev_c1_color-extend-2-light-rgb: 63, 63, 63;
  --ev_c1_color-extend-2-dark: #333333;
  --ev_c1_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_c1_color-extend-2-bg: #f2f2f2;
  --ev_c1_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_c1_color-text: #333333;
  --ev_c1_color-text-rgb: 51, 51, 51;
  --ev_c1_color-link: #246371;
  --ev_c1_color-link-rgb: 36, 99, 113;
  --ev_c2_color-base: #B69241;
  --ev_c2_color-base-rgb: 182, 146, 65;
  --ev_c2_color-base-light: #c7a863;
  --ev_c2_color-base-light-rgb: 199, 168, 99;
  --ev_c2_color-base-dark: #907434;
  --ev_c2_color-base-dark-rgb: 144, 116, 52;
  --ev_c2_color-base-bg: #fdfcf9;
  --ev_c2_color-base-bg-rgb: 253, 252, 249;
  --ev_c2_color-extend-1: #246371;
  --ev_c2_color-extend-1-rgb: 36, 99, 113;
  --ev_c2_color-extend-1-light: #c5d0f6;
  --ev_c2_color-extend-1-light-rgb: 197, 208, 246;
  --ev_c2_color-extend-1-dark: #18414a;
  --ev_c2_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_c2_color-extend-1-bg: #d5edf2;
  --ev_c2_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_c2_color-extend-2: #3a3a3a;
  --ev_c2_color-extend-2-rgb: 58, 58, 58;
  --ev_c2_color-extend-2-light: #3f3f3f;
  --ev_c2_color-extend-2-light-rgb: 63, 63, 63;
  --ev_c2_color-extend-2-dark: #333333;
  --ev_c2_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_c2_color-extend-2-bg: #f2f2f2;
  --ev_c2_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_c2_color-text: #333333;
  --ev_c2_color-text-rgb: 51, 51, 51;
  --ev_c2_color-link: #B69241;
  --ev_c2_color-link-rgb: 182, 146, 65;
  --ev_c3_color-base: #246371;
  --ev_c3_color-base-rgb: 36, 99, 113;
  --ev_c3_color-base-light: #c5d0f6;
  --ev_c3_color-base-light-rgb: 197, 208, 246;
  --ev_c3_color-base-dark: #18414a;
  --ev_c3_color-base-dark-rgb: 24, 65, 74;
  --ev_c3_color-base-bg: #d5edf2;
  --ev_c3_color-base-bg-rgb: 213, 237, 242;
  --ev_c3_color-extend-1: #246371;
  --ev_c3_color-extend-1-rgb: 36, 99, 113;
  --ev_c3_color-extend-1-light: #c5d0f6;
  --ev_c3_color-extend-1-light-rgb: 197, 208, 246;
  --ev_c3_color-extend-1-dark: #18414a;
  --ev_c3_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_c3_color-extend-1-bg: #d5edf2;
  --ev_c3_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_c3_color-extend-2: #3a3a3a;
  --ev_c3_color-extend-2-rgb: 58, 58, 58;
  --ev_c3_color-extend-2-light: #3f3f3f;
  --ev_c3_color-extend-2-light-rgb: 63, 63, 63;
  --ev_c3_color-extend-2-dark: #333333;
  --ev_c3_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_c3_color-extend-2-bg: #f2f2f2;
  --ev_c3_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_c3_color-text: #333333;
  --ev_c3_color-text-rgb: 51, 51, 51;
  --ev_c3_color-link: #246371;
  --ev_c3_color-link-rgb: 36, 99, 113;
  --ev_c4_color-base: #808080;
  --ev_c4_color-base-rgb: 128, 128, 128;
  --ev_c4_color-base-light: #CDCDCD;
  --ev_c4_color-base-light-rgb: 205, 205, 205;
  --ev_c4_color-base-dark: #333333;
  --ev_c4_color-base-dark-rgb: 51, 51, 51;
  --ev_c4_color-base-bg: #ffffff;
  --ev_c4_color-base-bg-rgb: 255, 255, 255;
  --ev_c4_color-extend-1: #246371;
  --ev_c4_color-extend-1-rgb: 36, 99, 113;
  --ev_c4_color-extend-1-light: #c5d0f6;
  --ev_c4_color-extend-1-light-rgb: 197, 208, 246;
  --ev_c4_color-extend-1-dark: #18414a;
  --ev_c4_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_c4_color-extend-1-bg: #d5edf2;
  --ev_c4_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_c4_color-extend-2: #3a3a3a;
  --ev_c4_color-extend-2-rgb: 58, 58, 58;
  --ev_c4_color-extend-2-light: #3f3f3f;
  --ev_c4_color-extend-2-light-rgb: 63, 63, 63;
  --ev_c4_color-extend-2-dark: #333333;
  --ev_c4_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_c4_color-extend-2-bg: #f2f2f2;
  --ev_c4_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_c4_color-text: #333333;
  --ev_c4_color-text-rgb: 51, 51, 51;
  --ev_c4_color-link: #808080;
  --ev_c4_color-link-rgb: 128, 128, 128;
}
@media (min-width: 480px) {
  :root {
    --ev_font-size: 17px;
    --grid-gutter-width: 30px;
    --grid-gutter-width-025: 7px;
    --grid-gutter-width-050: 15px;
    --grid-gutter-width-075: 22px;
    --grid-gutter-width-125: 37px;
    --grid-gutter-width-150: 45px;
    --grid-gutter-width-175: 52px;
    --grid-gutter-width-200: 60px;
    --grid-gutter-width-300: 90px;
    --grid-gutter-width-400: 120px;
    --grid-gutter-width-500: 150px;
    --grid-gutter-width-600: 180px;
  }
}
@media (min-width: 480px) {
  :root {
    --ev_font-size: 17px;
    --grid-gutter-width: 30px;
    --grid-gutter-width-025: 7px;
    --grid-gutter-width-050: 15px;
    --grid-gutter-width-075: 22px;
    --grid-gutter-width-125: 37px;
    --grid-gutter-width-150: 45px;
    --grid-gutter-width-175: 52px;
    --grid-gutter-width-200: 60px;
    --grid-gutter-width-300: 90px;
    --grid-gutter-width-400: 120px;
    --grid-gutter-width-500: 150px;
    --grid-gutter-width-600: 180px;
  }
}
@media (min-width: 992px) {
  :root {
    --ev_font-size: 17px;
    --grid-gutter-width: 30px;
    --grid-gutter-width-025: 7px;
    --grid-gutter-width-050: 15px;
    --grid-gutter-width-075: 22px;
    --grid-gutter-width-125: 37px;
    --grid-gutter-width-150: 45px;
    --grid-gutter-width-175: 52px;
    --grid-gutter-width-200: 60px;
    --grid-gutter-width-300: 90px;
    --grid-gutter-width-400: 120px;
    --grid-gutter-width-500: 150px;
    --grid-gutter-width-600: 180px;
  }
}
@media (min-width: 1200px) {
  :root {
    --ev_font-size: 17px;
    --grid-gutter-width: 30px;
    --grid-gutter-width-025: 7px;
    --grid-gutter-width-050: 15px;
    --grid-gutter-width-075: 22px;
    --grid-gutter-width-125: 37px;
    --grid-gutter-width-150: 45px;
    --grid-gutter-width-175: 52px;
    --grid-gutter-width-200: 60px;
    --grid-gutter-width-300: 90px;
    --grid-gutter-width-400: 120px;
    --grid-gutter-width-500: 150px;
    --grid-gutter-width-600: 180px;
  }
}
@media (min-width: 1500px) {
  :root {
    --ev_font-size: 18px;
    --grid-gutter-width: 30px;
    --grid-gutter-width-025: 7px;
    --grid-gutter-width-050: 15px;
    --grid-gutter-width-075: 22px;
    --grid-gutter-width-125: 37px;
    --grid-gutter-width-150: 45px;
    --grid-gutter-width-175: 52px;
    --grid-gutter-width-200: 60px;
    --grid-gutter-width-300: 90px;
    --grid-gutter-width-400: 120px;
    --grid-gutter-width-500: 150px;
    --grid-gutter-width-600: 180px;
  }
}
@media (min-width: 1800px) {
  :root {
    --ev_font-size: 18px;
    --grid-gutter-width: 30px;
    --grid-gutter-width-025: 7px;
    --grid-gutter-width-050: 15px;
    --grid-gutter-width-075: 22px;
    --grid-gutter-width-125: 37px;
    --grid-gutter-width-150: 45px;
    --grid-gutter-width-175: 52px;
    --grid-gutter-width-200: 60px;
    --grid-gutter-width-300: 90px;
    --grid-gutter-width-400: 120px;
    --grid-gutter-width-500: 150px;
    --grid-gutter-width-600: 180px;
  }
}
:root .ev-cth-1 {
  --ev_color-base: #c6a358;
  --ev_color-base-rgb: 198, 163, 88;
  --ev_color-base-light: #e3bf73;
  --ev_color-base-light-rgb: 227, 191, 115;
  --ev_color-base-dark: #bb9442;
  --ev_color-base-dark-rgb: 187, 148, 66;
  --ev_color-base-bg: #f8f3e9;
  --ev_color-base-bg-rgb: 248, 243, 233;
  --ev_color-extend-1: #246371;
  --ev_color-extend-1-rgb: 36, 99, 113;
  --ev_color-extend-1-light: #c5d0f6;
  --ev_color-extend-1-light-rgb: 197, 208, 246;
  --ev_color-extend-1-dark: #18414a;
  --ev_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_color-extend-1-bg: #d5edf2;
  --ev_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_color-extend-2: #3a3a3a;
  --ev_color-extend-2-rgb: 58, 58, 58;
  --ev_color-extend-2-light: #3f3f3f;
  --ev_color-extend-2-light-rgb: 63, 63, 63;
  --ev_color-extend-2-dark: #333333;
  --ev_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_color-extend-2-bg: #f2f2f2;
  --ev_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_color-text: #333333;
  --ev_color-text-rgb: 51, 51, 51;
  --ev_color-link: #246371;
  --ev_color-link-rgb: 36, 99, 113;
}
:root .ev-cth-2 {
  --ev_color-base: #B69241;
  --ev_color-base-rgb: 182, 146, 65;
  --ev_color-base-light: #c7a863;
  --ev_color-base-light-rgb: 199, 168, 99;
  --ev_color-base-dark: #907434;
  --ev_color-base-dark-rgb: 144, 116, 52;
  --ev_color-base-bg: #fdfcf9;
  --ev_color-base-bg-rgb: 253, 252, 249;
  --ev_color-extend-1: #246371;
  --ev_color-extend-1-rgb: 36, 99, 113;
  --ev_color-extend-1-light: #c5d0f6;
  --ev_color-extend-1-light-rgb: 197, 208, 246;
  --ev_color-extend-1-dark: #18414a;
  --ev_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_color-extend-1-bg: #d5edf2;
  --ev_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_color-extend-2: #3a3a3a;
  --ev_color-extend-2-rgb: 58, 58, 58;
  --ev_color-extend-2-light: #3f3f3f;
  --ev_color-extend-2-light-rgb: 63, 63, 63;
  --ev_color-extend-2-dark: #333333;
  --ev_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_color-extend-2-bg: #f2f2f2;
  --ev_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_color-text: #333333;
  --ev_color-text-rgb: 51, 51, 51;
  --ev_color-link: #B69241;
  --ev_color-link-rgb: 182, 146, 65;
}
:root .ev-cth-3 {
  --ev_color-base: #246371;
  --ev_color-base-rgb: 36, 99, 113;
  --ev_color-base-light: #c5d0f6;
  --ev_color-base-light-rgb: 197, 208, 246;
  --ev_color-base-dark: #18414a;
  --ev_color-base-dark-rgb: 24, 65, 74;
  --ev_color-base-bg: #d5edf2;
  --ev_color-base-bg-rgb: 213, 237, 242;
  --ev_color-extend-1: #246371;
  --ev_color-extend-1-rgb: 36, 99, 113;
  --ev_color-extend-1-light: #c5d0f6;
  --ev_color-extend-1-light-rgb: 197, 208, 246;
  --ev_color-extend-1-dark: #18414a;
  --ev_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_color-extend-1-bg: #d5edf2;
  --ev_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_color-extend-2: #3a3a3a;
  --ev_color-extend-2-rgb: 58, 58, 58;
  --ev_color-extend-2-light: #3f3f3f;
  --ev_color-extend-2-light-rgb: 63, 63, 63;
  --ev_color-extend-2-dark: #333333;
  --ev_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_color-extend-2-bg: #f2f2f2;
  --ev_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_color-text: #333333;
  --ev_color-text-rgb: 51, 51, 51;
  --ev_color-link: #246371;
  --ev_color-link-rgb: 36, 99, 113;
}
:root .ev-cth-4 {
  --ev_color-base: #808080;
  --ev_color-base-rgb: 128, 128, 128;
  --ev_color-base-light: #CDCDCD;
  --ev_color-base-light-rgb: 205, 205, 205;
  --ev_color-base-dark: #333333;
  --ev_color-base-dark-rgb: 51, 51, 51;
  --ev_color-base-bg: #ffffff;
  --ev_color-base-bg-rgb: 255, 255, 255;
  --ev_color-extend-1: #246371;
  --ev_color-extend-1-rgb: 36, 99, 113;
  --ev_color-extend-1-light: #c5d0f6;
  --ev_color-extend-1-light-rgb: 197, 208, 246;
  --ev_color-extend-1-dark: #18414a;
  --ev_color-extend-1-dark-rgb: 24, 65, 74;
  --ev_color-extend-1-bg: #d5edf2;
  --ev_color-extend-1-bg-rgb: 213, 237, 242;
  --ev_color-extend-2: #3a3a3a;
  --ev_color-extend-2-rgb: 58, 58, 58;
  --ev_color-extend-2-light: #3f3f3f;
  --ev_color-extend-2-light-rgb: 63, 63, 63;
  --ev_color-extend-2-dark: #333333;
  --ev_color-extend-2-dark-rgb: 51, 51, 51;
  --ev_color-extend-2-bg: #f2f2f2;
  --ev_color-extend-2-bg-rgb: 242, 242, 242;
  --ev_color-text: #333333;
  --ev_color-text-rgb: 51, 51, 51;
  --ev_color-link: #808080;
  --ev_color-link-rgb: 128, 128, 128;
}
/** PROJECT DEFAULTS **/
body,
table {
  font-family: "Marcellus";
  color: #333333;
}
a {
  color: #246371;
}
:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible,
*[role="button"]:focus-visible {
  outline: 3px solid #c6a358;
  outline-offset: 6px;
}
body,
table {
  font-size: 16px;
}
@media (min-width: 480px) {
  body,
  table {
    font-size: 17px;
  }
}
@media (min-width: 480px) {
  body,
  table {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  body,
  table {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  body,
  table {
    font-size: 17px;
  }
}
@media (min-width: 1500px) {
  body,
  table {
    font-size: 18px;
  }
}
@media (min-width: 1800px) {
  body,
  table {
    font-size: 18px;
  }
}
.ev-mxw-1 {
  max-width: 4920px !important;
}
.ev-mxw-2 {
  max-width: 1140px !important;
}
.ev-mxw-3 {
  max-width: 1440px !important;
}
.ev-mxw-4 {
  max-width: 960px !important;
}
/** VIELWETTYPE LAYOUT **/
.vlt-tl496 .ev-hnavi-default {
  border: none !important;
  margin-top: 20px;
}
.vlt-tl496 .ev-hnavi-default .row-clearfix {
  height: 0;
}
.vlt-tl496 .ev-hnavi-default a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}
.vlt-tl496 .ev-hnavi-default a .icon {
  vertical-align: middle;
}
@media (min-width: 480px) {
  .vlt-tl496 .ev-hnavi-default a {
    border: none;
  }
  .vlt-tl496 .ev-hnavi-default a.ev-btn-prev {
    border: none;
    text-align: left;
  }
  .vlt-tl496 .ev-hnavi-default a.ev-btn-prev .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .vlt-tl496 .ev-hnavi-default a.ev-btn-back {
    border: none;
  }
  .vlt-tl496 .ev-hnavi-default a.ev-btn-next {
    text-align: right;
    border: none;
  }
  .vlt-tl496 .ev-hnavi-default a.ev-btn-next .icon {
    display: inline-block;
    margin-left: 5px;
  }
}
.vlt-tl719 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vlt-tl719 ul li {
  margin: 0;
  padding: 0;
}
.vlt-tl719 .ev-langchooser {
  position: relative;
  z-index: 1;
  color: var(--ev_color-base);
}
.vlt-tl719 .ev-langchooser a {
  color: var(--ev_color-base);
}
.vlt-tl719 .ev-langchooser .chooser {
  display: flex;
  align-items: center;
  border: 1px solid;
  border-color: var(--ev_color-base);
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  cursor: pointer;
}
.vlt-tl719 .ev-langchooser .chooser .current {
  padding-right: var(--grid-gutter-width-050);
}
.vlt-tl719 .ev-langchooser .chooser .icon:before {
  content: '';
  border: solid var(--ev_color-base);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.vlt-tl719 .ev-langchooser ul {
  position: absolute;
  min-width: 100%;
  background-color: white;
  border: 1px solid;
  border-color: var(--ev_color-base);
}
.vlt-tl719 .ev-langchooser ul li a {
  display: block;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
}
.vlt-tl719 .ev-langchooser ul li a:hover {
  background-color: var(--ev_color-base-bg);
}
.vlt-tl719 .ev-langchooser ul li a.active {
  font-weight: bold;
}
.vlt-tl857 .ev-box {
  position: relative;
  display: flex;
  align-items: center;
}
.vlt-tl857 .ev-box .ev-box-thumbnail .evphoto {
  display: none;
}
.vlt-tl857 .ev-box .ev-box-thumbnail .ev-box-price {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  text-align: center;
  padding: var(--grid-gutter-width-050) 0;
  line-height: 1.15;
  height: 75px;
}
.vlt-tl857 .ev-box .ev-box-thumbnail .ev-box-price .prefix {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-tl857 .ev-box .ev-box-thumbnail .ev-box-price .value {
  font-size: 1.5em;
}
.vlt-tl857 .ev-box .ev-box-thumbnail .ev-box-price .suffix {
  display: block;
}
.vlt-tl857 .ev-box .ev-box-body {
  padding-top: 100px;
}
.vlt-tl857 .ev-box .ev-box-body .ev-box-headline {
  display: none;
}
.vlt-tl857 .ev-box .ev-box-body .prc-offer-staytime {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding: var(--grid-gutter-width-025) 0;
  text-align: center;
  line-height: 1.6;
  height: 75px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.vlt-tl857 .ev-box .ev-box-body .prc-offer-staytime span {
  display: block;
  font-size: 1.2em;
}
.vlt-tl857 .ev-box .ev-box-body .prc-offer-periods {
  padding-bottom: var(--grid-gutter-width);
}
.vlt-tl857 .ev-box .ev-box-body .prc-offer-periods:before {
  content: "Buchbar vom";
  margin-right: var(--grid-gutter-width-025);
}
.vlt-tl857 .ev-box .ev-box-body .prc-offer-description .ev-toggle-content {
  display: none;
}
.vlt-tl857 .ev-box .ev-box-body .prc-offer-description ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.vlt-tl857 .ev-box .ev-box-body .ev-box-links {
  padding-top: var(--grid-gutter-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vlt-tl628 .ev-box {
  position: relative;
}
.vlt-tl628 .ev-box .ev-box-body {
  text-align: center;
  padding: var(--grid-gutter-width-075);
}
.vlt-tl628 .ev-box .ev-box-body .ev-box-headline .mainline {
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.1;
}
.vlt-tl628 .ev-box .ev-box-body .ev-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--grid-gutter-width-050);
}
.vlt-tl628 .ev-box .ev-box-body .ev-box-content .prc-offer-staytime:after {
  content: ', ';
  margin-right: 5px;
}
.vlt-tl628 .ev-box .ev-eyecatcher {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.vlt-tl628 .ev-box .ev-box-thumbnail {
  position: relative;
  margin-top: 2px;
}
.vlt-tl628 .ev-box .ev-box-thumbnail .evphoto {
  padding-top: 90%;
}
.vlt-tl628 .ev-box .ev-box-thumbnail .evphoto:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.17%, rgba(0, 0, 0, 0.3) 78.22%);
}
.vlt-tl628 .ev-box .ev-box-links {
  position: absolute;
  bottom: var(--grid-gutter-width);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.vlt-tl632 .ev-box {
  position: relative;
  margin-bottom: var(--grid-gutter-width);
}
.vlt-tl632 .ev-box .ev-box-thumbnail .evphoto {
  display: block;
  padding-top: 60%;
}
.vlt-tl632 .ev-box .ev-box-body {
  text-align: center;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-headline {
  padding: var(--grid-gutter-width-050) 0;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-headline .mainline {
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.1;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details {
  display: flex;
  padding: var(--grid-gutter-width-050) 0;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details > * {
  flex: 0 0 50%;
  display: block;
  text-align: center;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details > *:first-child {
  border-right: 1px solid black;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .prc-roomtype-facilities {
  display: flex;
  flex-wrap: wrap;
  padding: var(--grid-gutter-width-050) 0;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .prc-roomtype-facilities > * {
  flex: 0 0 50%;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .prc-roomtype-photos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: var(--grid-gutter-width);
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .prc-roomtype-photos > * {
  flex: 0 0 48%;
  justify-content: space-between;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .prc-roomtype-photos > * .evphoto {
  padding-top: 66%;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-content .ev-box-btn-details {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-links {
  margin-top: var(--grid-gutter-width);
  display: block;
  text-align: center;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-links .ev-box-links-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.vlt-tl632 .ev-box .ev-box-body .ev-box-links a.ev-box-btn {
  flex: 0 0 33.33%;
  display: block;
  padding: var(--grid-gutter-width-025) 0;
}
@media (min-width: 992px) {
  .vlt-tl632 .ev-box .ev-box-inner {
    display: flex;
    align-items: stretch;
  }
  .vlt-tl632 .ev-box .ev-box-thumbnail {
    flex: 0 0 55%;
  }
  .vlt-tl632 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 80% !important;
  }
  .vlt-tl632 .ev-box .ev-box-body {
    flex: 0 0 45%;
    padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
  }
  .vlt-tl632 .ev-box .ev-box-body .ev-box-headline {
    padding: 0 var(--grid-gutter-width-200);
  }
  .vlt-tl632 .ev-box .ev-box-body .ev-box-headline .mainline {
    line-height: 42px;
  }
}
@media (min-width: 1500px) {
  .vlt-tl632 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 75% !important;
  }
  .vlt-tl632 .ev-box .ev-box-body {
    padding: var(--grid-gutter-width);
  }
}
.vlt-tl507 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  color: white;
  width: 15px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media (min-width: 480px) {
  .vlt-tl507 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div {
    width: 30px;
  }
}
.vlt-tl507 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div:hover {
  color: white;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div .icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  /*&:after {
            content: '\e90c';
          }*/
}
.vlt-tl507 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div.owl-next {
  left: auto;
  right: 0;
  /*.icon:after {
            content: '\e90a';
          }*/
}
.vlt-tl507 .ev-tbsl .ev-tbsl-row {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.vlt-tl507 .ev-tbsl .ev-tbsl-row:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
.vlt-tl507 .ev-tbsl .ev-tbsl-slide-cols {
  text-align: center;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-slide-cols .ev-tbsl-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: var(--grid-gutter-width-050) var(--grid-gutter-width-050);
  line-height: 1.4;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col.ev-tbsl-fixed-col {
  justify-content: left;
  flex-wrap: wrap;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col.ev-tbsl-fixed-col > * {
  flex: 1 1 100%;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col.ev-tbsl-fixed-col .vlt-price-condition > * {
  display: block;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col.ev-tbsl-slide-col {
  border-left: 1px solid rgba(51, 51, 51, 0.15);
  text-align: center;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-season .vlt-season-caption {
  font-weight: bold;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-season a,
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-season span {
  display: inline-block;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-season a.vlt-season-periods,
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-season span.vlt-season-periods {
  display: block;
  padding-top: 5px;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-catering .vlt-catering-caption {
  font-weight: bold;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-stay .vlt-stay-caption {
  font-weight: bold;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-price {
  text-align: center;
  font-size: 1.25em;
}
.vlt-tl507 .ev-tbsl .ev-tbsl-col .vlt-price span {
  display: inline;
}
.vlt-tl507 .ev-tbsl > div .owl-nav,
.vlt-tl507 .ev-tbsl > div .owl-dots {
  display: none;
}
.vlt-tl507 .ev-tbsl > div:first-child .owl-nav,
.vlt-tl507 .ev-tbsl > div:first-child .owl-dots {
  display: block;
}
.vlt-tl507 .ev-tbsl > div:first-child .owl-nav.disabled,
.vlt-tl507 .ev-tbsl > div:first-child .owl-dots.disabled {
  display: none;
}
.vlt-tl507 .vlt-occupancy-caption span {
  display: inline-block !important;
}
.vlt-tl740 .prc-roomtype-facts {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.vlt-tl740 .prc-roomtype-facts > .prc-roomtype-fact {
  flex: 0 0 40%;
  text-align: center;
}
@media (min-width: 480px) {
  .vlt-tl740 .prc-roomtype-facts > .prc-roomtype-fact {
    flex: 0 0 25%;
  }
}
.vlt-tl625 h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.1;
}
.vlt-tl625 .vlt-offer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.vlt-tl625 .vlt-offer-links ul li {
  width: 100%;
  padding: 0;
  margin: 6px;
}
.vlt-tl625 .vlt-offer-links ul li a {
  display: block;
  text-align: center;
  padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
  text-transform: uppercase;
  font-weight: bold;
}
.vlt-tl625 .vlt-offer-links ul li a:hover {
  text-decoration: none;
}
.vlt-tl625 .vlt-offer-link-back a {
  display: block;
  text-align: center;
  padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
  text-transform: uppercase;
  font-weight: bold;
}
.vlt-tl625 .vlt-offer-link-back a:hover {
  text-decoration: none;
}
@media (min-width: 480px) {
  .vlt-tl625 .vlt-offer-link-back a {
    display: inline-block;
  }
  .vlt-tl625 .vlt-offer-links ul {
    justify-content: flex-end;
  }
  .vlt-tl625 .vlt-offer-links ul li {
    width: auto;
  }
}
.vlt-tl625 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  color: white;
  width: 15px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media (min-width: 480px) {
  .vlt-tl625 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div {
    width: 30px;
  }
}
.vlt-tl625 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div:hover {
  color: white;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div .icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-row:first-child .owl-nav > div.owl-next {
  left: auto;
  right: 0;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-row {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.vlt-tl625 .ev-tbsl .ev-tbsl-row:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
.vlt-tl625 .ev-tbsl .ev-tbsl-slide-cols {
  text-align: center;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-slide-cols .ev-tbsl-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: var(--grid-gutter-width-050) var(--grid-gutter-width-050);
  line-height: 1.4;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col.ev-tbsl-fixed-col {
  justify-content: left;
  flex-wrap: wrap;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col.ev-tbsl-fixed-col > * {
  flex: 1 1 100%;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col.ev-tbsl-fixed-col .vlt-price-condition > * {
  display: block;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col.ev-tbsl-slide-col {
  border-left: 1px solid rgba(51, 51, 51, 0.15);
  text-align: center;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-season .vlt-season-caption {
  font-weight: bold;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-season a,
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-season span {
  display: inline-block;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-season a.vlt-season-periods,
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-season span.vlt-season-periods {
  display: block;
  padding-top: 5px;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-catering .vlt-catering-caption {
  font-weight: bold;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-stay .vlt-stay-caption {
  font-weight: bold;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-price {
  text-align: center;
  font-size: 1.25em;
}
.vlt-tl625 .ev-tbsl .ev-tbsl-col .vlt-price span {
  display: inline;
}
.vlt-tl625 .ev-tbsl > div .owl-nav,
.vlt-tl625 .ev-tbsl > div .owl-dots {
  display: none;
}
.vlt-tl625 .ev-tbsl > div:first-child .owl-nav,
.vlt-tl625 .ev-tbsl > div:first-child .owl-dots {
  display: block;
}
.vlt-tl625 .ev-tbsl > div:first-child .owl-nav.disabled,
.vlt-tl625 .ev-tbsl > div:first-child .owl-dots.disabled {
  display: none;
}
.vlt-tl539 .vlt-group .vlt-group-content .vlt-item {
  margin-bottom: var(--grid-gutter-width-050);
}
.vlt-tl539 .ev-box .ev-box-thumbnail {
  padding-top: 50%;
  position: relative;
}
.vlt-tl539 .ev-box .ev-box-thumbnail .evphoto {
  position: absolute;
  inset: 0;
}
.vlt-tl539 .ev-box .ev-box-thumbnail .ev-box-plan {
  display: none;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-headline {
  padding: var(--grid-gutter-width-050);
  padding-top: var(--grid-gutter-width);
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-headline .mainline {
  font-size: 1.3em;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-headline .prc-roomtype-size,
.vlt-tl539 .ev-box .ev-box-body .ev-box-headline .prc-roomtype-allocation,
.vlt-tl539 .ev-box .ev-box-body .ev-box-headline .ev-box-toggle-link {
  display: none;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price {
  display: block;
  text-align: right;
  padding: 0 var(--grid-gutter-width-050);
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price .suffix {
  display: none;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price .value {
  font-size: 1.3em;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links {
  padding: var(--grid-gutter-width-050);
  padding-bottom: var(--grid-gutter-width);
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links .ev-box-links-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a {
  display: block;
  flex: 0 0 30%;
  font-weight: normal;
  text-decoration: none;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-toggle-link-xs {
  flex: 0 0 33%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-toggle-link-xs .icon {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: var(--grid-gutter-width-050);
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-toggle-link-xs.active .icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn-booking {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 0;
  font-size: 0.9em;
  text-align: center;
}
.vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn-request {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 0;
  font-size: 0.9em;
  text-align: center;
}
@media (min-width: 992px) {
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a {
    flex: 0 0 95px;
  }
}
@media (min-width: 1200px) {
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a {
    flex: 0 0 48%;
  }
}
.vlt-tl539 .ev-box .ev-box-details {
  padding: var(--grid-gutter-width) var(--grid-gutter-width-050);
}
.vlt-tl539 .ev-box .ev-box-details.active {
  display: block !important;
}
.vlt-tl539 .ev-box .ev-box-details .prc-roomtype-facilities {
  display: flex;
  padding: var(--grid-gutter-width) 0;
  flex-direction: column;
}
.vlt-tl539 .ev-box .ev-box-details .prc-roomtype-facilities .prc-roomtype-facility-item {
  display: flex;
  align-items: center;
  padding: var(--grid-gutter-width-025) 0;
  position: relative;
  min-height: 35px;
  margin-right: var(--grid-gutter-width);
}
.vlt-tl539 .ev-box .ev-box-details .prc-roomtype-facilities .prc-roomtype-facility-item .icon {
  position: relative;
  z-index: 5;
  font-size: 1.3em;
  padding-right: var(--grid-gutter-width-025);
  width: 40px;
}
.vlt-tl539 .ev-box .ev-box-details .prc-roomtype-facilities .prc-roomtype-facility-item .caption {
  line-height: 1.1;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  display: flex;
  align-items: center;
}
.vlt-tl539 .ev-box .ev-box-details .prc-roomtype-prices {
  font-size: 1em;
}
.vlt-tl539 .ev-box .ev-box-details .prc-roomtype-prices .vlt-price .prefix {
  font-size: 0.65em;
}
@media (min-width: 992px) {
  .vlt-tl539 .ev-box .ev-box-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .vlt-tl539 .ev-box .ev-box-body {
    flex: 0 0 100%;
    width: 100%;
    padding-left: var(--grid-gutter-width-050);
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-body-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-thumbnail {
    flex: 0 1 15%;
    padding-top: 12%;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-headline {
    position: relative;
    flex: 0 0 53%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    padding-top: var(--grid-gutter-width-050);
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-headline .mainline {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 var(--grid-gutter-width-050);
    font-size: 1.3em;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-headline .subline {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 var(--grid-gutter-width-050);
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-headline .ev-box-toggle-link {
    display: inline;
    text-decoration: none;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-headline .ev-box-toggle-link .icon {
    margin-left: var(--grid-gutter-width-050);
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-headline .ev-box-toggle-link .icon:before {
    content: "";
    display: inline-block;
    border-left: 2px solid #c6a358;
    border-bottom: 2px solid #c6a358;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-headline .ev-box-toggle-link.active .icon:before {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content {
    flex: 0 0 37%;
    padding: var(--grid-gutter-width-175) 0;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-content-inner .prc-cheapest-price {
    flex: 0 0 35%;
    white-space: nowrap;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-content-inner .ev-box-links {
    flex: 0 0 65%;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-content-inner .ev-box-links .ev-box-links-inner {
    display: flex;
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links {
    padding-bottom: var(--grid-gutter-width-050);
  }
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-toggle-link-xs {
    display: none;
  }
  .vlt-tl539 .ev-box .ev-box-details {
    padding: var(--grid-gutter-width-050);
  }
  .vlt-tl539 .ev-box .ev-box-details.active {
    display: block !important;
    width: 100% !important;
  }
  .vlt-tl539 .ev-box .ev-box-details .ev-box-details-inner {
    display: flex;
  }
  .vlt-tl539 .ev-box .ev-box-details .ev-box-details-inner > div {
    flex: 0 0 33.33%;
  }
  .vlt-tl539 .ev-box .ev-box-details .prc-roomtype-facilities {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-left: var(--grid-gutter-width);
    flex: 0 0 100%;
  }
  .vlt-tl539 .ev-box .ev-box-details .prc-roomtype-facilities .prc-roomtype-facility-item:before {
    left: 9px;
  }
  .vlt-tl539 .ev-box .ev-box-details .prc-roomtype-facilities span {
    display: block;
    padding: 0 var(--grid-gutter-width-025);
  }
}
@media (min-width: 1200px) {
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content {
    padding: var(--grid-gutter-width-200) 0;
  }
}
@media (min-width: 1500px) {
  .vlt-tl539 .ev-box .ev-box-body .ev-box-content .ev-box-links {
    padding-right: var(--grid-gutter-width);
  }
}
.vlt-tl639 button {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.vlt-tl639 .ev-box {
  margin-bottom: var(--grid-gutter-width-200);
}
.vlt-tl639 .ev-box .ev-box-thumbnail {
  position: relative;
}
.vlt-tl639 .ev-box .ev-box-thumbnail .evphoto {
  padding-top: 80%;
}
.vlt-tl639 .ev-box .ev-box-body {
  padding: var(--grid-gutter-width);
}
.vlt-tl639 .ev-box .ev-box-body > * {
  margin: 5px 0;
}
.vlt-tl639 .ev-box .ev-box-body .ev-box-headline {
  font-weight: bold;
  font-size: 1.3em;
}
.vlt-tl639 .ev-box .ev-box-body .ev-toggle-details .caption {
  padding-left: var(--grid-gutter-width-025);
}
.vlt-tl639 .ev-box .ev-box-body .ev-toggle-details .icon {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  display: inline-block;
}
.vlt-tl639 .ev-box .ev-box-body .ev-toggle-details.active .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vlt-tl639 .ev-box .ev-box-details > * {
  margin: 5px 0;
}
.vlt-tl639 .ev-box .ev-box-details ul,
.vlt-tl639 .ev-box .ev-box-details .base-list {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
@media (min-width: 480px) {
  .vlt-tl639 .ev-box {
    display: flex;
  }
  .vlt-tl639 .ev-box .ev-box-thumbnail {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .vlt-tl639 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 60%;
  }
}
@media (min-width: 1200px) {
  .vlt-tl639 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 85%;
  }
}
.vlt-tl637 button {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.vlt-tl637 .ev-box {
  margin-bottom: var(--grid-gutter-width-200);
}
.vlt-tl637 .ev-box .ev-box-thumbnail {
  position: relative;
}
.vlt-tl637 .ev-box .ev-box-thumbnail .evphoto {
  padding-top: 80%;
}
.vlt-tl637 .ev-box .ev-box-body {
  padding: var(--grid-gutter-width);
}
.vlt-tl637 .ev-box .ev-box-body > * {
  margin: 5px 0;
}
.vlt-tl637 .ev-box .ev-box-body .ev-box-headline {
  font-weight: bold;
  font-size: 1.3em;
}
.vlt-tl637 .ev-box .ev-box-body .ev-toggle-details .caption {
  padding-left: var(--grid-gutter-width-025);
}
.vlt-tl637 .ev-box .ev-box-body .ev-toggle-details .icon {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  display: inline-block;
}
.vlt-tl637 .ev-box .ev-box-body .ev-toggle-details.active .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vlt-tl637 .ev-box .ev-box-details > * {
  margin: 5px 0;
}
.vlt-tl637 .ev-box .ev-box-details ul,
.vlt-tl637 .ev-box .ev-box-details .base-list {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
@media (min-width: 480px) {
  .vlt-tl637 .ev-box {
    display: flex;
  }
  .vlt-tl637 .ev-box .ev-box-thumbnail {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .vlt-tl637 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 60%;
  }
}
@media (min-width: 1200px) {
  .vlt-tl637 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 85%;
  }
}
.vlt-tl902 a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: auto;
  line-height: 1;
  font-size: 0.85em;
  color: #333333;
}
.vlt-tl902 a .vlt-poweredby-logo {
  display: block;
  padding: 0 var(--grid-gutter-width-025);
  line-height: 1;
}
.vlt-tl902 a svg {
  width: 70px;
  height: auto;
}
.vlt-tl628 .ev-box {
  position: relative;
}
.vlt-tl628 .ev-box .ev-box-body {
  text-align: center;
  padding: var(--grid-gutter-width-075);
}
.vlt-tl628 .ev-box .ev-box-body .ev-box-headline .mainline {
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.1;
}
.vlt-tl628 .ev-box .ev-box-body .ev-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--grid-gutter-width-050);
}
.vlt-tl628 .ev-box .ev-box-body .ev-box-content .prc-offer-staytime:after {
  content: ', ';
  margin-right: 5px;
}
.vlt-tl628 .ev-box .ev-eyecatcher {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.vlt-tl628 .ev-box .ev-box-thumbnail {
  position: relative;
  margin-top: 2px;
}
.vlt-tl628 .ev-box .ev-box-thumbnail .evphoto {
  padding-top: 90%;
}
.vlt-tl628 .ev-box .ev-box-thumbnail .evphoto:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.17%, rgba(0, 0, 0, 0.3) 78.22%);
}
.vlt-tl628 .ev-box .ev-box-links {
  position: absolute;
  bottom: var(--grid-gutter-width);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.vlt-tl582,
.vlt-tl582 table {
  color: #484848;
}
.vlt-tl582 a {
  color: black;
}
.vlt-tl582 .pvy-configure {
  max-width: 996px;
  padding: 15px;
}
.vlt-tl582 .pvy-configure-head h3 {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vlt-tl582 .pvy-configure-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.vlt-tl582 .pvy-configure-links a {
  flex: 1;
  text-align: center;
  padding: 12px 16px;
  border: 1px solid #DDDDDD;
  font-weight: bold;
}
.vlt-tl582 .pvy-configure-links a:hover {
  text-decoration: none;
  background-color: #484848;
  color: white;
  border-color: #484848;
}
.vlt-tl582 .pvy-configure-body .pvy-cookieapps,
.vlt-tl582 .pvy-configure-body .pvy-cookiegroups {
  margin-top: 30px;
}
@media (min-width: 480px) {
  .vlt-tl582 .pvy-configure-body {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    border: 1px solid #DDDDDD;
  }
  .vlt-tl582 .pvy-configure-body .pvy-cookieapps,
  .vlt-tl582 .pvy-configure-body .pvy-cookiegroups {
    margin-top: 0px;
  }
  .vlt-tl582 .pvy-configure-body .pvy-cookiegroups {
    background-color: #f1f1f1;
    border-right: 1px solid #DDDDDD;
    flex: 2 2;
    /*
      display: flex;
      flex-direction: row;
      */
  }
  .vlt-tl582 .pvy-configure-body .pvy-cookieapps {
    background-color: white;
    padding: 30px;
    flex: 4 4;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
}
.vlt-tl582 .pvy-cookiegroups {
  flex: 1;
  /*
  display: flex;
  flex-direction: row;
  */
}
.vlt-tl582 .pvy-cookiegroup {
  border-bottom: 1px solid #DDDDDD;
  padding: 8px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.vlt-tl582 .pvy-cookiegroup .pvy-cookiegroup-caption {
  flex: 1 1;
  display: block;
  order: 1;
}
.vlt-tl582 .pvy-cookiegroup .pvy-cookiegroup-caption a span {
  cursor: pointer;
}
.vlt-tl582 .pvy-cookiegroup .pvy-cookiegroup-switcher {
  display: block;
  width: 40px;
  order: 2;
}
.vlt-tl582 .pvy-cookiegroup.active .pvy-cookiegroup-caption {
  font-weight: bold;
}
@media (min-width: 480px) {
  .vlt-tl582 .pvy-cookiegroup {
    padding: 15px 30px;
  }
  .vlt-tl582 .pvy-cookiegroup:last-child {
    border-bottom: 0;
  }
  .vlt-tl582 .pvy-cookiegroup.active {
    background-color: white;
    margin-right: -2px;
  }
}
.vlt-tl582 .pvy-cookieapp {
  padding: 8px 0px;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-head {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-head .pvy-cookieapp-caption {
  flex: 1 1;
  font-weight: bold;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-head .pvy-cookieapp-switcher {
  width: 40px;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-cookielist {
  margin-top: 15px;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-cookielist table {
  width: 100%;
  border: 1px solid #CCCCCC;
  font-size: 0.85em;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-cookielist table th:first-child,
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-cookielist table td:first-child {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-cookielist table td,
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-cookielist table th {
  padding: 4px 8px;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-cookielist table td:first-child {
  font-weight: bold;
  vertical-align: top;
}
.vlt-tl582 .pvy-cookieapp .pvy-cookieapp-cookielist table tr:first-child th {
  background-color: #CCCCCC;
}
@media (min-width: 480px) {
  .vlt-tl582 .pvy-cookieapp {
    padding: 15px;
    background-color: #f1f1f1;
  }
  .vlt-tl582 .pvy-cookieapp .pvy-cookieapp-caption {
    font-size: 1.25em;
  }
}
.vlt-tl582 .pvy-configure-footer {
  margin-top: 15px;
  text-align: center;
}
.vlt-tl582 .pvy-configure-footer a {
  display: inline-block;
  margin: 0px 5px;
  color: #AAAAAA;
  font-size: 0.85em;
}
.vlt-tl582 .switch label {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.vlt-tl582 .switch label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.vlt-tl582 .switch label span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCCCCC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.vlt-tl582 .switch label span:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.vlt-tl582 .switch label input:checked + span {
  background-color: #5DBE7B;
}
.vlt-tl582 .switch label input:focus + span {
  box-shadow: 0 0 1px #5DBE7B;
}
.vlt-tl582 .switch label input:checked + span:before {
  transform: translateX(calc(40px / 2 - 2 * 3px));
}
.vlt-tl582 .switch label span.round {
  border-radius: 24px;
}
.vlt-tl582 .switch label span.round:before {
  border-radius: 50%;
}
.vlt-tl560 .evconsent-dialog-bg {
  position: fixed;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}
.vlt-tl560 .evconsent-dialog {
  position: fixed;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 100000;
  padding: 1.5rem;
  text-align: center;
}
.vlt-tl560 .evconsent-dialog .evconsent-dialog-caption {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.1;
}
.vlt-tl560 .evconsent-dialog .evconsent-dialog-description {
  margin-top: 1rem;
}
.vlt-tl560 .evconsent-dialog .evconsent-dialog-links {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.vlt-tl560 .evconsent-dialog .evconsent-dialog-links a {
  display: block;
  padding: 8px 16px;
  margin: 2px 0px;
  text-decoration: none;
  order: 2;
  order: 1;
  padding: 16px 32px;
}
@media (min-width: 480px) {
  .vlt-tl560 .evconsent-dialog .evconsent-dialog-links {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .vlt-tl560 .evconsent-dialog .evconsent-dialog-links a {
    order: 1;
    margin: 0px 8px;
  }
}
.vlt-tl560 .evconsent-dialog .evconsent-dialog-footer {
  margin-top: 1rem;
}
.vlt-tl560 .evconsent-dialog .evconsent-dialog-footer a {
  margin: 0px 8px;
}
/** VIELWETTYPE LAYOUT VARIANT **/
.vlt-tv864 .ev-hnavi-default {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
}
@media (min-width: 480px) {
  .vlt-tv864 .ev-hnavi-default {
    border-bottom: none !important;
  }
}
.vlt-tv864 .ev-hnavi-default a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.vlt-tv864 .ev-hnavi-default a .icon {
  font-size: 1.3em;
}
.vlt-tv864 .ev-hnavi-default a:hover {
  color: #c6a358;
}
.vlt-tv864 .ev-hnavi-default .ev-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .vlt-tv864 .ev-hnavi-default .ev-btn {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.vlt-tv864 .ev-hnavi-default .ev-btn .caption {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  margin: 0px 6px;
}
@media (min-width: 480px) {
  .vlt-tv864 .ev-hnavi-default .ev-btn .caption {
    width: 80%;
    margin: 0;
  }
}
.vlt-tv864 .ev-hnavi-default .ev-btn .icon {
  vertical-align: unset;
}
.vlt-tv864 .ev-hnavi-default .ev-btn-back {
  justify-content: center;
}
@media (min-width: 480px) {
  .vlt-tv864 .ev-hnavi-default .ev-btn-back {
    justify-content: center;
    margin-top: 0px;
  }
  .vlt-tv864 .ev-hnavi-default .ev-btn-back .caption {
    margin-top: 20px;
  }
}
.vlt-tv864 .ev-hnavi-default .ev-btn-next {
  justify-content: center;
  border: none !important;
}
@media (min-width: 480px) {
  .vlt-tv864 .ev-hnavi-default .ev-btn-next {
    justify-content: flex-end;
  }
}
.vlt-tv901 .ev-box .ev-box-thumbnail .ev-box-price {
  border-left: 1px solid #333333;
}
.vlt-tv660 .ev-box .ev-box-body {
  background-color: var(--ev_color-text);
  color: white;
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-headline .mainline {
  color: var(--ev_color-base);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-eyecatcher-inner > * {
  color: white;
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-eyecatcher .value {
  color: white;
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details {
  border-top: 1px solid var(--ev_color-extend-1);
  border-bottom: 1px solid var(--ev_color-extend-1);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details > *:first-child {
  border-right: 1px solid var(--ev_color-extend-1);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details .prc-cheapest-price:after {
  background-color: var(--ev_color-extend-1);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-content a.ev-box-btn-details {
  color: var(--ev_color-text);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-content a.ev-box-btn-details:hover {
  color: var(--ev_color-base);
}
.vlt-tv664 .ev-box .ev-box-body .prc-roomtype-facilities .prc-roomtype-facility-item .icon {
  color: var(--ev_color-base);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-links {
  border-bottom: 2px solid var(--ev_color-base);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-links .ev-box-btn {
  color: #333333;
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-links .ev-box-btn.ev-box-btn-details {
  display: none;
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-links .ev-box-btn.ev-box-btn-booking {
  background-color: var(--ev_color-base);
  filter: drop-shadow(0px 0px 3.56522px rgba(0, 0, 0, 0.25));
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-links .ev-box-btn.ev-box-btn-booking .caption {
  color: white;
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-links .ev-box-btn.ev-box-btn-booking:hover {
  background-color: var(--ev_color-base-dark);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-links .ev-box-btn:hover {
  background-color: var(--ev_color-base);
  border-color: var(--ev_color-base);
}
.vlt-tv664 .ev-box .ev-box-body .ev-box-links .ev-box-btn:hover .caption {
  color: white;
}
@media (min-width: 992px) {
  .vlt-tv664 .ev-box .ev-box-body .ev-box-links {
    border: none;
  }
}
.vlt-tv646 {
  color: var(--ev_color-text);
}
.vlt-tv646 .ev-tbsl-row:first-child {
  border-color: white;
  background-color: var(--ev_color-base);
  color: white;
}
.vlt-tv646 .ev-tbsl-row:first-child .ev-tbsl-col {
  border-color: transparent;
}
.vlt-tv778 .prc-roomtype-facts {
  color: var(--ev_color-text);
}
.vlt-tv691 .vlt-offer-link-back a {
  background-color: var(--ev_color-extend-1-bg);
  color: var(--ev_color-extend-1);
}
.vlt-tv691 .vlt-offer-link-back a:hover {
  background-color: var(--ev_color-extend-1-dark);
  color: white;
}
.vlt-tv691 .vlt-offer-links a {
  background-color: var(--ev_color-extend-1);
  color: white;
}
.vlt-tv691 .vlt-offer-links a:hover {
  background-color: var(--ev_color-extend-1-dark);
}
.vlt-tv557 .owl-nav > div .icon {
  color: #333333;
}
.vlt-tv557 .ev-box {
  background-color: rgba(36, 99, 113, 0.1);
}
.vlt-tv557 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-toggle-link-xs {
  background-color: transparent;
  color: #333333;
}
.vlt-tv557 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn-booking {
  color: white;
  background-color: #c6a358;
  border: 1px solid #c6a358;
}
.vlt-tv557 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn-booking:hover {
  background-color: #bb9442;
  border-color: #bb9442;
}
.vlt-tv557 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn-request {
  color: #333333;
  border: 1px solid #c6a358;
  background-color: white;
}
.vlt-tv557 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn-request:hover {
  background-color: #c6a358;
  color: white;
}
.vlt-tv557 .ev-box .ev-box-details {
  background-color: #d5edf2;
}
.vlt-tv557 .ev-box .ev-box-details .prc-roomtype-facilities .prc-roomtype-facility-item:before {
  color: #c6a358;
}
.vlt-tv557 .ev-box .ev-box-details .prc-roomtype-facilities .prc-roomtype-facility-item .icon {
  color: #c6a358;
  background-color: #d5edf2;
}
@media (min-width: 992px) {
  .vlt-tv557 .ev-box .ev-box-body .ev-box-headline .ev-box-toggle-link {
    color: #333333;
  }
  .vlt-tv557 .ev-box .ev-box-body .ev-box-content {
    background-color: #d5edf2;
  }
  .vlt-tv557 .ev-box .ev-box-details {
    background-color: #d5edf2;
  }
}
.vlt-tv671 button {
  background-color: transparent;
  border: none;
}
.vlt-tv671 .ev-box {
  background-color: #f8f3e9;
}
.vlt-tv671 .ev-box .ev-box-body .ev-box-headline {
  color: #c6a358;
}
.vlt-tv669 button {
  background-color: transparent;
  border: none;
}
.vlt-tv669 .ev-box {
  background-color: #f8f3e9;
}
.vlt-tv669 .ev-box .ev-box-body .ev-box-headline {
  color: #c6a358;
}
.vlt-tv948 a {
  color: white;
}
.vlt-tv948 a svg .logo-text {
  fill: white;
}
.vlt-tv948 a svg .logo-signet-e {
  fill: transparent;
}
.vlt-tv948 a svg .logo-signet {
  fill: white;
}
.vlt-tv660 .ev-box .ev-box-body {
  background-color: var(--ev_color-text);
  color: white;
}
.vlt-tv604 .evconsent-dialog {
  background-color: #246371;
  color: white;
}
.vlt-tv604 .evconsent-dialog .evconsent-dialog-links a {
  color: white;
  background-color: white;
  font-weight: bold;
  color: #246371;
}
.vlt-tv604 .evconsent-dialog .evconsent-dialog-links a:hover {
  color: white;
}
.vlt-tv604 .evconsent-dialog .evconsent-dialog-links a:hover {
  background-color: #18414a;
  border-color: #18414a;
}
.vlt-tv604 .evconsent-dialog .evconsent-dialog-footer a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
}
/** PROJECT **/
/*
.align-center-md & {
 .ev-btn {
  justify-content: center;
 }
}
*/
/*
.ev-fancybox-default {
 .fancybox-stage {
  max-width: 800px;
  margin: 0 auto;
  .owl-stage-outer {
   padding: 20px 0px;
  }
  .mainline {
   margin: 40px 0px 20px 0px;
   line-height: 0.8;
  }
  strong {
   color: @ev_color-base-dark;
  }
  .btn {
   outline: none !important;
   color: @ev_color-base;
   text-decoration: none;
   padding: 10px 20px;
   margin: 20px 0px;
   text-transform: uppercase;
   font-size: 1.4em;
   &:hover {
    background-color: @ev_color-base-light;
    color: white;
   }
  }
  .btn-small {
   margin: 30px 0px;
   a {
    outline: none !important;
    color: @ev_color-base-light;
    text-decoration: none;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    &:hover {
     background-color: @ev_color-base-light;
     color: white;
     border-color: @ev_color-base-light;
    }
   }
  }
 }
 .ev-popupoverlay-title {
  color: @ev_color-base;
  text-transform: uppercase;
  font-size: 1.8em;
  @media (min-width: @screen-md-min) {
   font-weight: normal;
  }
  @media (min-width: @screen-xl-min) {
   font-size: 2.3em;
  }
 }
 .ev-popupoverlay-footer {
  padding-top: 30px;
  a {
   display: inline-block;
   text-decoration: none;
   text-transform: uppercase;
   color: white;
   background-color: @ev_color-base;
   padding: 5px var(--grid-gutter-width);
   font-size: 1.05em;
   &:hover {
    background-color: @ev_color-base-dark;
   }
  }
 }
 .owl-dots {
  display: none;
 }
 .owl-nav {
  padding-bottom: 30px;
 }
}

.fancybox-slide {
 .fancybox-content {
  border: 2px solid @ev_color-base;

  h4 {
   color: @ev_color-extend-1;
   font-family: @ev_font-special;
   padding-bottom: var(--grid-gutter-width-050);
  }
  .period {
   display: block;
  }
 }
}
*/
.owl-nav {
  padding-top: var(--grid-gutter-width-125);
  text-align: center;
}
.owl-nav > div {
  display: inline-block;
  padding: 0 calc(var(--grid-gutter-width-025) / 3);
  color: var(--ev_color-base);
  line-height: 1 !important;
}
.owl-nav > div .icon {
  font-size: 1.3em;
}
.owl-nav > div .icon:before {
  content: "\e908";
  font-family: "icon";
  line-height: 1;
}
.owl-nav > div .caption {
  display: none;
}
.owl-nav > div.owl-next .icon:before {
  content: "\e909";
}
.owl-nav > div:hover {
  color: var(--ev_color-base-dark);
}
.owl-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 var(--grid-gutter-width-025);
  margin-top: var(--grid-gutter-width-150);
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: var(--grid-gutter-width-075);
  height: var(--grid-gutter-width-075);
  background-color: white;
  border: 2px solid var(--ev_color-base);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-dots .owl-dot.active span {
  background-color: var(--ev_color-base);
}
.vlt-finline {
  border: 2px solid #246371;
}
.vlt-finline .vlt-finline-media {
  float: none !important;
}
.vlt-finline .vlt-finline-content {
  padding-left: 0 !important;
}
.vlt-finline .vlt-finline-content .vlt-caption {
  font-size: 1.5em !important;
  line-height: 1;
  color: #c6a358;
}
.vlt-finline .vlt-finline-content .vlt-offer-periods {
  font-weight: bold;
}
.vlt-finline .vlt-finline-content .vlt-description {
  padding-top: 15px;
}
.vlt-finline ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 480px) {
  .vlt-finline .vlt-finline-media {
    float: left !important;
    margin-right: 30px;
  }
}
/** LAYOUTS **/
.ev-lyt-2999 {
  padding-top: var(--grid-gutter-width-125);
}
.ev-lyt-2999:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 2px;
  height: var(--grid-gutter-width-125);
  background-color: var(--ev_color-base);
}
@media (min-width: 480px) {
  .ev-lyt-2990 {
    background-image: url("/de/images/bubbles-gold-left.svg");
    background-repeat: no-repeat;
    background-position: calc(var(--grid-gutter-width-075) * -1) center;
    background-size: 12% auto;
  }
}
@media (min-width: 480px) {
  .ev-lyt-2991 {
    background-image: url("/de/images/bubbles-gold-right.svg");
    background-repeat: no-repeat;
    background-position: right calc(100% - var(--grid-gutter-width-150 ));
    background-size: 25% auto;
  }
}
@media (min-width: 992px) {
  .ev-lyt-2991 {
    background-size: 20% auto;
  }
}
@media (min-width: 992px) {
  .ev-lyt-2992 {
    background-image: url("/de/images/bubbles-gold-left-2.0.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20% auto;
  }
}
@media (min-width: 1200px) {
  .ev-lyt-2992 {
    background-size: 15% auto;
    background-position: left 85%;
  }
}
@media (min-width: 1500px) {
  .ev-lyt-2992 {
    background-size: 10% auto;
    background-position: left 60%;
  }
}
.ev-lyt-2989 {
  text-align: center;
  padding: var(--grid-gutter-width-050) 0;
}
.ev-lyt-2989 .vlt-v21728 {
  padding-top: var(--grid-gutter-width-050);
}
@media (min-width: 992px) {
  .ev-lyt-2989 {
    padding: var(--grid-gutter-width) 0;
  }
}
.ev-lyt-2987 > .row {
  position: relative;
}
.ev-lyt-2987 > .row > div:not(.ev-lyt-2987 > .row > div.row-clearfix):not(.ev-lyt-2987 > .row > div:not(.ev-lyt-2987 > .row > div.row-clearfix):last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  display: inline-block;
  height: 120%;
  width: 2px;
  margin: auto;
  background-color: #c6a358;
}
.ev-lyt-2986 {
  padding: var(--grid-gutter-width) var(--grid-gutter-width-050);
  color: var(--ev_color-base-dark);
  text-align: left;
  background-image: url("/de/images/box-light-top-left.svg"), url("/de/images/box-light-bottom-right.svg");
  background-position: -50px -50px, bottom right;
  background-repeat: no-repeat;
  border: 2px solid var(--ev_color-base);
}
.ev-lyt-2986 .ev-headline .mainline {
  color: var(--ev_color-base-dark) !important;
}
.ev-lyt-2986 .ev-btn {
  color: var(--ev_color-base-dark) !important;
  border-color: #c6a358 !important;
}
.ev-lyt-2986 .ev-btn:hover {
  background-color: #c6a358 !important;
  color: white !important;
}
.ev-lyt-2986 .key-content {
  color: var(--ev_color-base-dark) !important;
}
@media (min-width: 992px) {
  .ev-lyt-2986 {
    padding: var(--grid-gutter-width) var(--grid-gutter-width-150);
  }
}
.ev-lyt-2985 {
  background-color: var(--ev_color-base);
  padding: var(--grid-gutter-width) var(--grid-gutter-width-050);
  color: white;
  text-align: left;
  background-image: url("/de/images/box-dark-top-left.svg"), url("/de/images/box-dark-bottom-right.svg");
  background-position: -50px -50px, bottom right;
  background-repeat: no-repeat;
}
.ev-lyt-2985 strong {
  color: white !important;
  font-weight: bold;
}
.ev-lyt-2985 .ev-headline .mainline {
  color: white !important;
}
.ev-lyt-2985 .ev-btn {
  color: white !important;
  border-color: white !important;
}
.ev-lyt-2985 .ev-btn:hover {
  background-color: white !important;
  color: var(--ev_color-base) !important;
}
@media (min-width: 992px) {
  .ev-lyt-2985 {
    padding: var(--grid-gutter-width) var(--grid-gutter-width-150);
  }
}
.ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav {
  text-align: center;
  border-color: var(--ev_color-extend-1) !important;
  padding-bottom: 10px;
}
.ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab {
  border-left: 2px solid rgba(var(--ev_color-extend-1-rgb), 0.6);
}
.ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab:last-child {
  border-right: 2px solid rgba(var(--ev_color-extend-1-rgb), 0.6);
}
.ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab .r-tabs-anchor {
  background-color: transparent !important;
  color: rgba(var(--ev_color-extend-1-rgb), 0.6) !important;
  margin-top: 0;
}
@media (min-width: 992px) {
  .ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab .r-tabs-anchor {
    padding: 10px var(--grid-gutter-width) !important;
  }
}
@media (min-width: 1500px) {
  .ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab .r-tabs-anchor {
    padding: 10px var(--grid-gutter-width) !important;
  }
}
.ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab:hover {
  border-left: 2px solid var(--ev_color-extend-1) !important;
  border-right: 2px solid var(--ev_color-extend-1) !important;
  margin-right: -2px;
}
.ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab:hover .r-tabs-anchor {
  color: var(--ev_color-extend-1) !important;
}
.ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab.r-tabs-state-active {
  border-left: 2px solid var(--ev_color-extend-1) !important;
  border-right: 2px solid var(--ev_color-extend-1) !important;
  margin-right: -2px;
}
.ev-lyt-2988 .responsivetabs .ev-tabs-navigation .r-tabs-nav .r-tabs-tab.r-tabs-state-active .r-tabs-anchor {
  color: var(--ev_color-extend-1) !important;
}
.ev-lyt-2988 .responsivetabs .r-tabs-panel {
  padding: var(--grid-gutter-width) 0;
}
.ev-lyt-2983 {
  padding: var(--grid-gutter-width-150) var(--grid-gutter-width-050);
  background-color: var(--ev_color-base);
  border: 6px solid var(--ev_c1_color-base);
  margin: var(--grid-gutter-width-150) 0;
  color: white;
}
@media (min-width: 1500px) {
  .ev-lyt-2983 {
    margin: var(--grid-gutter-width-300) 0;
  }
}
@media (min-width: 480px) {
  .ev-lyt-2983 {
    background-image: url("/de/images/bubbles-blue-box-top-left.svg"), url("/de/images/bubbles-blue-box-top-right.svg"), url("/de/images/bubbles-blue-box-bottom-right.svg");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, 101% calc(0% - 5px), 103% calc(100% + 5px);
    background-size: 15% auto;
  }
}
.ev-lyt-2983 .ev-btn {
  color: white !important;
  border-color: var(--ev_c1_color-base) !important;
  line-height: 1.3;
}
.ev-lyt-2983 .ev-btn:hover {
  background-color: #c6a358 !important;
}
.ev-lyt-2983 .ev-headline .mainline,
.ev-lyt-2983 .ev-headline .subline {
  color: white !important;
}
.ev-lyt-2983 .c_htmlstring_viewletmanager_view_Layout01,
.ev-lyt-2983 ul {
  color: white !important;
}
@media (min-width: 1200px) {
  .ev-lyt-2983 {
    background-size: 17% auto,
   10% auto;
  }
}
@media (min-width: 1500px) {
  .ev-lyt-2983 {
    background-size: 15% auto,
   10% auto;
  }
}
/** SECTIONS **/
body,
td {
  font-style: normal;
  font-weight: 400;
  line-height: 159%;
  /* 27.03px */
  font-family: "Marcellus";
  color: #333333;
}
a {
  color: #c6a358;
}
a.fancybox {
  display: block;
}
html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: var(--grid-gutter-width-300);
}
html.page_navigation--active,
body.page_navigation--active {
  height: 100%;
  overflow: hidden;
}
html.page_navigation--active div.vlt-v22151 span,
body.page_navigation--active div.vlt-v22151 span {
  color: white !important;
}
html.page_navigation--active #page_logo,
body.page_navigation--active #page_logo,
html.page_navigation--active #page_eyecatcher,
body.page_navigation--active #page_eyecatcher,
html.page_navigation--active #page_links,
body.page_navigation--active #page_links,
html.page_navigation--active #page_slideshow,
body.page_navigation--active #page_slideshow,
html.page_navigation--active #page_button_scrolldown,
body.page_navigation--active #page_button_scrolldown {
  z-index: -1;
}
html.page_navigation--active #page_header_top,
body.page_navigation--active #page_header_top {
  background-color: transparent !important;
  border-bottom: none !important;
}
html.page_navigation--active #page_header_top .ev-langchooser .current,
body.page_navigation--active #page_header_top .ev-langchooser .current {
  color: white !important;
}
html.page_navigation--active #page_header_top a,
body.page_navigation--active #page_header_top a {
  color: white !important;
}
html.page_navigation--active #page_header_top a .caption,
body.page_navigation--active #page_header_top a .caption {
  color: white !important;
}
html.page_navigation--active #page_header_top a .icon,
body.page_navigation--active #page_header_top a .icon {
  color: white !important;
}
html.page_navigation--active #page_header_top a .icon:hover,
body.page_navigation--active #page_header_top a .icon:hover {
  color: #c6a358 !important;
}
html.page_navigation--active #page_header #page_header_top.sticky #page_header_top_inner #page_header_logo,
body.page_navigation--active #page_header #page_header_top.sticky #page_header_top_inner #page_header_logo {
  opacity: 0;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
h1.creator,
h2.creator,
h3.creator,
h4.creator,
h1.owner,
h2.owner,
h3.owner,
h4.owner,
h1.image-credits,
h2.image-credits,
h3.image-credits,
h4.image-credits,
h1.disclaimer,
h2.disclaimer,
h3.disclaimer,
h4.disclaimer {
  padding-bottom: 15px;
}
.ev-mxw-1 {
  max-width: 4920px !important;
  margin: auto;
}
.ev-mxw-2 {
  max-width: 1140px !important;
  margin: auto;
}
.ev-mxw-3 {
  max-width: 1440px !important;
  margin: auto;
}
.ev-mxw-4 {
  max-width: 960px !important;
  margin: auto;
}
.key-anreise form .search-form-button input {
  border: none;
  border-bottom: 2px solid #c6a358;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
}
.key-anreise form .search-form-button input .icon {
  padding-right: var(--grid-gutter-width-025);
}
@media (min-width: 992px) {
  .key-anreise form .search-form-button input {
    letter-spacing: 5.6px;
  }
}
.key-anreise form .search-form-button input:hover {
  background-color: #c6a358;
  color: white;
}
#page {
  position: relative;
  max-width: 4920px;
  margin: 0 auto;
  overflow-x: hidden;
}
#page_header {
  position: relative;
  z-index: 5;
}
#page_header_top {
  position: relative;
  z-index: 100;
}
#page_logo {
  display: block !important;
  position: absolute;
  top: var(--grid-gutter-width-200);
  right: var(--grid-gutter-width-200);
  left: var(--grid-gutter-width-200);
  z-index: 10;
}
#page_logo a {
  display: block;
  width: 100%;
  text-align: center;
  padding: var(--grid-gutter-width-200) 0px;
}
#page_logo a img {
  margin: auto;
}
#page_logo.sticky {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 480px) {
  #page_logo {
    right: 30.33%;
    top: 40px;
    left: 30.33%;
  }
}
@media (min-width: 1500px) {
  #page_logo {
    right: 33.33%;
    top: 0px;
    left: 33.33%;
  }
}
#page_eyecatcher {
  position: absolute;
  bottom: 13%;
  left: 10px;
  z-index: 15;
}
@media (min-width: 480px) {
  #page_eyecatcher {
    left: var(--grid-gutter-width-050);
    bottom: 10%;
  }
}
@media (min-width: 992px) {
  #page_eyecatcher {
    left: var(--grid-gutter-width);
  }
}
@media (min-width: 1500px) {
  #page_eyecatcher {
    left: 6%;
    bottom: 8%;
  }
}
#page_links {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: var(--grid-gutter-width-050);
}
#page_links .key-page-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_links .key-page-links > div {
  flex: 0 0 46%;
}
@media (min-width: 480px) {
  #page_links .key-page-links > div {
    flex: 0 0 46%;
  }
}
#page_links .key-page-links .key-anfragen .ev-btn {
  padding: 10px 20px;
  display: flex;
  border: 2px solid white;
  background-color: transparent;
}
#page_links .key-page-links .key-anfragen .ev-btn:hover {
  background-color: white;
  color: #333333;
}
#page_links .key-page-links .key-buchen .ev-btn {
  padding: 10px 15px;
  border: 2px solid #c6a358;
  display: flex;
  background-color: var(--ev_color-base);
}
#page_links .key-page-links .key-buchen .ev-btn .caption strong {
  display: none;
  font-weight: normal;
}
#page_links .key-page-links .key-buchen .ev-btn .caption em {
  font-style: normal;
}
#page_links .key-page-links .key-buchen .ev-btn:hover {
  border: 2px solid #bb9442;
  background-color: var(--ev_color-base-dark);
}
#page_links.sticky {
  top: auto !important;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(248, 243, 233, 0.9);
}
#page_links.sticky .key-anfragen .ev-btn {
  border-color: #c6a358;
  color: #c6a358;
}
#page_links.sticky .key-anfragen .ev-btn:hover {
  background-color: transparent;
  border-color: #bb9442;
  color: #bb9442;
}
@media (min-width: 992px) {
  #page_links {
    left: auto;
    padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
  }
  #page_links .key-page-links > div {
    flex: 0 0 auto;
    padding-left: var(--grid-gutter-width-050);
  }
  #page_links .key-page-links .key-buchen .ev-btn .caption strong {
    display: inline;
  }
  #page_links.sticky {
    display: none;
  }
}
@media (min-width: 1500px) {
  #page_links {
    padding: var(--grid-gutter-width) var(--grid-gutter-width-200);
  }
}
#page_slideshow {
  position: relative;
  z-index: 1;
}
#page_slideshow .swiper-container {
  height: 100svh;
  overflow: hidden;
}
@media (min-width: 480px) {
  #page_slideshow .swiper-container {
    height: 100svh;
  }
}
#page_button_scrolldown {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  #page_button_scrolldown {
    left: 45%;
    right: 45%;
  }
}
#page_body {
  position: relative;
  z-index: 1;
}
#page_navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#page_navigation.ev-toggle-content--active {
  z-index: 10;
}
#page_navigation_request {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10vh;
  z-index: 100;
  display: flex;
  justify-content: center;
}
#page_navigation_request .key-page-navigation-request {
  display: flex;
  max-width: 1440px;
  padding: 0px 30px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: var(--grid-gutter-width-050);
}
#page_navigation_request .key-page-navigation-request > * {
  flex: 1;
}
#page_navigation_request .key-page-navigation-request > * .ev-btn {
  display: block;
  white-space: nowrap;
  letter-spacing: 2px;
  width: 100%;
  font-size: 0.9em;
  text-align: center;
}
@media (min-width: 480px) {
  #page_navigation_request .key-page-navigation-request > * .ev-btn {
    font-size: 1em;
  }
}
#page_navigation_request .key-page-navigation-request > *:first-child .ev-btn {
  border: 2px solid white;
  background-color: transparent;
}
#page_navigation_request .key-page-navigation-request > *:first-child .ev-btn:hover {
  background-color: white;
  color: #333333;
}
#page_navigation_request .key-page-navigation-request > *:last-child .ev-btn {
  background-color: var(--ev_color-base);
  border: 2px solid #c6a358;
}
#page_navigation_request .key-page-navigation-request > *:last-child .ev-btn:hover {
  background-color: #bb9442;
  border: 2px solid #bb9442;
  color: white;
}
@media (min-width: 480px) {
  #page_navigation_request {
    /*
  padding: var(--grid-gutter-width-050);

  .key-page-navigation-request {
   >div {
    flex: 0 0 40%;
   }
  }*/
  }
}
@media (min-width: 992px) {
  #page_navigation_request .key-page-navigation-request > * {
    flex: 1;
    max-width: 250px;
  }
}
#page_footer {
  text-align: center;
  border-top: 4px solid var(--ev_color-base);
}
#page_footer > div {
  padding: var(--grid-gutter-width-200) var(--grid-gutter-width-050);
  background-color: var(--ev_color-base);
  color: white;
}
#page_footer div#page_powered_by {
  padding: 0;
  padding-bottom: 40px;
  background-color: #246371 !important;
}
#page_footer a,
#page_footer button,
#page_footer .ev-btn {
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  text-decoration: none;
  color: white;
}
#page_footer a .icon,
#page_footer button .icon,
#page_footer .ev-btn .icon {
  font-size: 1.3em;
}
#page_footer a .caption,
#page_footer button .caption,
#page_footer .ev-btn .caption {
  display: none;
}
#page_footer a:hover,
#page_footer button:hover,
#page_footer .ev-btn:hover {
  color: #c6a358;
}
#page_footer .key-address {
  position: relative;
  padding-top: calc(var(--grid-gutter-width-200));
}
#page_footer .key-address:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 2px;
  height: var(--grid-gutter-width-125);
  background-color: var(--ev_color-base);
}
#page_footer_navigation > div {
  color: white;
  background-color: var(--ev_color-base);
}
#page_content .key-maingroup .key-maingroup-child {
  overflow-x: hidden;
  padding: var(--grid-gutter-width) var(--grid-gutter-width-050);
}
@media (min-width: 480px) {
  #page_content .key-maingroup .key-maingroup-child {
    padding: var(--grid-gutter-width-125) var(--grid-gutter-width-050);
  }
}
@media (min-width: 992px) {
  #page_content .key-maingroup .key-maingroup-child {
    padding: var(--grid-gutter-width-200) var(--grid-gutter-width);
  }
}
@media (min-width: 1500px) {
  #page_content .key-maingroup .key-maingroup-child {
    padding: var(--grid-gutter-width-300) 0;
  }
}
#page_content .responsivetabs .r-tabs-nav {
  border-bottom: 2px solid var(--ev_color-base);
  padding-bottom: var(--grid-gutter-width-025);
}
#page_content .responsivetabs .r-tabs-nav .r-tabs-tab a {
  display: flex;
  align-items: center;
  background-color: var(--ev_color-base);
  margin-right: var(--grid-gutter-width-025);
  padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
  line-height: 1;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: normal;
}
#page_content .responsivetabs .r-tabs-nav .r-tabs-tab:hover a {
  background-color: var(--ev_color-base-dark);
  color: white;
}
#page_content .responsivetabs .r-tabs-nav .r-tabs-tab.r-tabs-state-active a {
  background-color: var(--ev_color-extend-1);
  color: white;
  font-weight: normal;
}
#page_content .responsivetabs .r-tabs-panel {
  padding: var(--grid-gutter-width-050);
}
@media (min-width: 992px) {
  #page_content .responsivetabs .r-tabs-nav .r-tabs-tab a {
    font-size: 1.1em;
  }
  #page_content .responsivetabs .r-tabs-panel {
    padding: var(--grid-gutter-width);
  }
}
#page_content .ev-accordion .r-tabs-accordion-title a,
#page_content .r-tabs-accordion-xs .r-tabs-accordion-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--ev_color-base);
  color: white;
  padding: var(--grid-gutter-width-050);
  text-decoration: none;
  flex: 0 0 100%;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: var(--grid-gutter-width-025);
}
#page_content .ev-accordion .r-tabs-accordion-title a .icon,
#page_content .r-tabs-accordion-xs .r-tabs-accordion-title a .icon {
  order: 2;
  display: inline-block;
  transform: rotate(-90deg);
}
#page_content .ev-accordion .r-tabs-accordion-title a .icon:after,
#page_content .r-tabs-accordion-xs .r-tabs-accordion-title a .icon:after {
  content: "\e908";
  font-family: "icon";
  color: white;
  display: inline-block;
}
#page_content .ev-accordion .r-tabs-accordion-title a .caption,
#page_content .r-tabs-accordion-xs .r-tabs-accordion-title a .caption {
  order: 1;
}
#page_content .ev-accordion .r-tabs-accordion-title.r-tabs-state-active a,
#page_content .r-tabs-accordion-xs .r-tabs-accordion-title.r-tabs-state-active a {
  color: white;
  background-color: var(--ev_color-extend-1);
}
#page_content .ev-accordion .r-tabs-accordion-title.r-tabs-state-active a .icon:after,
#page_content .r-tabs-accordion-xs .r-tabs-accordion-title.r-tabs-state-active a .icon:after {
  display: inline-block;
  transform: rotate(180deg);
}
#page_content .ev-accordion .r-tabs-accordion-title:hover a,
#page_content .r-tabs-accordion-xs .r-tabs-accordion-title:hover a {
  background-color: var(--ev_color-base-dark);
  color: white;
}
@media (min-width: 992px) {
  #page_content .ev-accordion .r-tabs-accordion-title a,
  #page_content .r-tabs-accordion-xs .r-tabs-accordion-title a {
    padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
  }
}
#page_content .ev-accordion .r-tabs-panel {
  padding: var(--grid-gutter-width-050);
}
@media (min-width: 992px) {
  #page_content .ev-accordion .r-tabs-panel {
    padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
  }
}
#page_header #page_header_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: var(--grid-gutter-width-050);
  z-index: 100;
}
#page_header #page_header_top.active {
  background-color: transparent !important;
  border-bottom: none !important;
}
#page_header #page_header_top.active #page_header_logo {
  display: none !important;
}
#page_header #page_header_top.active .ev-langchooser .current {
  color: white !important;
}
#page_header #page_header_top.active a {
  color: white !important;
}
#page_header #page_header_top.active a .caption {
  color: white !important;
}
#page_header #page_header_top.active a .icon {
  color: white !important;
}
#page_header #page_header_top.active a .icon:hover {
  color: #c6a358 !important;
}
#page_header #page_header_top #page_header_top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_header #page_header_top #page_header_top_inner #page_header_links .key-page-header-links {
  display: flex;
  align-items: center;
  padding-right: var(--grid-gutter-width-025);
}
#page_header #page_header_top #page_header_top_inner #page_header_links .key-page-header-links > div .ev-btn {
  color: white;
}
#page_header #page_header_top #page_header_top_inner #page_header_links .key-page-header-links > div > * {
  display: flex;
  align-items: center;
  border-right: 2px solid #c6a358;
}
#page_header #page_header_top #page_header_top_inner #page_header_links .key-page-header-links > div > * .icon {
  font-size: 1.5em;
}
#page_header #page_header_top #page_header_top_inner #page_header_links .key-page-header-links > div > * .icon:hover {
  color: #c6a358;
}
#page_header #page_header_top #page_header_top_inner #page_header_links .key-page-header-links > div:first-child > * {
  padding-left: 0;
}
@media (max-width: 991px) {
  #page_header #page_header_top #page_header_top_inner #page_header_links .key-page-header-links > div:last-child > * {
    border-right: none;
  }
}
#page_header #page_header_top #page_header_top_inner #page_header_logo {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#page_header #page_header_top #page_header_top_inner #page_toggle_navigation {
  display: flex;
  justify-content: flex-end;
}
#page_header #page_header_top.sticky {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
#page_header #page_header_top.sticky a {
  color: #333333;
}
#page_header #page_header_top.sticky a .caption,
#page_header #page_header_top.sticky a .icon {
  color: #333333;
}
#page_header #page_header_top.sticky .ev-langchooser .chooser {
  color: #333333;
}
#page_header #page_header_top.sticky #page_header_top_inner > div {
  flex: 0 1 40%;
}
#page_header #page_header_top.sticky #page_header_top_inner #page_header_links > div .ev-btn {
  border-color: #c6a358 !important;
}
#page_header #page_header_top.sticky #page_header_top_inner #page_header_logo {
  position: relative;
  visibility: visible;
  opacity: 1;
  display: inline-block;
  margin-right: 50px;
}
@media (min-width: 480px) {
  #page_header #page_header_top.sticky #page_header_top_inner #page_header_logo {
    margin-right: 0px;
  }
}
#page_header #page_header_top.sticky #page_header_top_inner #page_header_logo a {
  display: block;
  height: 50px;
}
#page_header #page_header_top.sticky #page_header_top_inner #page_toggle_navigation .ev-btn .icon {
  color: #333333;
}
#page_header #page_header_top.sticky #page_header_top_inner #page_toggle_navigation .ev-btn span {
  color: #333333;
}
@media (min-width: 992px) {
  #page_header #page_header_top {
    padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
  }
  #page_header #page_header_top #page_header_top_inner {
    justify-content: flex-end;
  }
  #page_header #page_header_top.sticky #page_header_top_inner {
    justify-content: flex-end;
    position: relative;
  }
  #page_header #page_header_top.sticky #page_header_top_inner > div {
    flex: 0 0 auto;
  }
  #page_header #page_header_top.sticky #page_header_top_inner #page_header_logo {
    position: absolute;
    top: auto;
    left: 45%;
    right: 45%;
  }
}
@media (min-width: 1500px) {
  #page_header #page_header_top {
    padding: var(--grid-gutter-width-075) var(--grid-gutter-width-200);
  }
  #page_header #page_header_top #page_header_top_inner {
    margin: 0 auto;
  }
}
.FormlibForm .page-content table {
  width: 100%;
}
.FormlibForm .flatpickr-day.selected,
.FormlibForm .flatpickr-day.startRange,
.FormlibForm .flatpickr-day.endRange,
.FormlibForm .flatpickr-day.selected.inRange,
.FormlibForm .flatpickr-day.startRange.inRange,
.FormlibForm .flatpickr-day.endRange.inRange,
.FormlibForm .flatpickr-day.selected:focus,
.FormlibForm .flatpickr-day.startRange:focus,
.FormlibForm .flatpickr-day.endRange:focus,
.FormlibForm .flatpickr-day.selected:hover,
.FormlibForm .flatpickr-day.startRange:hover,
.FormlibForm .flatpickr-day.endRange:hover,
.FormlibForm .flatpickr-day.selected.prevMonthDay,
.FormlibForm .flatpickr-day.startRange.prevMonthDay,
.FormlibForm .flatpickr-day.endRange.prevMonthDay,
.FormlibForm .flatpickr-day.selected.nextMonthDay,
.FormlibForm .flatpickr-day.startRange.nextMonthDay,
.FormlibForm .flatpickr-day.endRange.nextMonthDay {
  background: var(--ev_color-base);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: var(--ev_color-base);
}
.FormlibForm .view-status {
  margin-bottom: 20px;
}
.FormlibForm .view-status a {
  text-decoration: none;
}
.FormlibForm .view-status > .view-status-first-message span {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: bold;
}
.FormlibForm .view-status > .view-status-first-message span.error {
  background-color: #a94442;
}
.FormlibForm .view-status > .view-status-first-message span.notice {
  background-color: #3c763d;
}
.FormlibForm .view-status > .view-status-first-message span.warning {
  background-color: #8a6d3b;
}
.FormlibForm .view-status > .view-status-first-message span.info {
  background-color: #31708f;
}
.FormlibForm .view-status > .view-status-other-messages span {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid;
}
.FormlibForm .view-status > .view-status-other-messages span.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.FormlibForm .view-status > .view-status-other-messages span.notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.FormlibForm .view-status > .view-status-other-messages span.warning {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.FormlibForm .view-status > .view-status-other-messages span.info {
  border-color: #bce8f1;
  background-color: #d9edf7;
  color: #31708f;
}
.FormlibForm .view-content {
  /*
      .field-datetime {
        input.TypeDate {
          display: inline-block;
          width: 50% !important;
          margin-left: 10px;
        }

        >div {
          width: auto !important;
          input.TypeText {
            width: 2em !important;
            text-align: center;
          }
        }

        a.choose {
          background-image: url(/basewebinterface/org/images/icons/16x16/calendar.png);
          display: inline-block;
          vertical-align: middle;
          width: 16px;
          height: 16px;
          margin-left: -25px;
          text-decoration: none;
        }
      }
      */
}
.FormlibForm .view-content .field-caption {
  padding: 13px 0px;
  line-height: 1;
  vertical-align: top;
}
.FormlibForm .view-content .required {
  font-weight: bold;
}
.FormlibForm .view-content .required b {
  color: #a94442;
}
.FormlibForm .view-content select,
.FormlibForm .view-content input[type="text"],
.FormlibForm .view-content input[type="date"],
.FormlibForm .view-content input[type="number"],
.FormlibForm .view-content input[type="password"],
.FormlibForm .view-content textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid;
  width: 100%;
  margin: 5px 0px;
  padding: 5px;
  line-height: 1;
}
.FormlibForm .view-content select:active,
.FormlibForm .view-content input[type="text"]:active,
.FormlibForm .view-content input[type="date"]:active,
.FormlibForm .view-content input[type="number"]:active,
.FormlibForm .view-content input[type="password"]:active,
.FormlibForm .view-content textarea:active {
  box-shadow: unset;
}
.FormlibForm .view-content select:focus,
.FormlibForm .view-content input[type="text"]:focus,
.FormlibForm .view-content input[type="date"]:focus,
.FormlibForm .view-content input[type="number"]:focus,
.FormlibForm .view-content input[type="password"]:focus,
.FormlibForm .view-content textarea:focus {
  outline: 0px;
  box-shadow: unset;
}
.FormlibForm .view-content textarea {
  line-height: 1.1;
}
.FormlibForm .view-content select {
  padding: 6px 5px;
}
.FormlibForm .view-content div.selectbox {
  position: relative;
}
.FormlibForm .view-content div.selectbox::before {
  aspect-ratio: 1;
  pointer-events: none;
  content: "\002B";
  position: absolute;
  right: 0px;
  top: 5px;
  bottom: 5px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  background-color: black;
}
.FormlibForm .view-content input[type="radio"],
.FormlibForm .view-content input[type="checkbox"] {
  /*-moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;  */
  width: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.FormlibForm .view-content .field-error input,
.FormlibForm .view-content .field-error select,
.FormlibForm .view-content .field-error textarea {
  background-color: #f2dede;
  color: #a94442;
  border-color: #a94442;
}
.FormlibForm .view-content .field-error .selectbox::before {
  background-color: #a94442;
}
.FormlibForm .view-content .fieldgroup-horizontal > tbody > tr > td {
  padding-right: 10px;
}
.FormlibForm .view-content .fieldgroup-horizontal > tbody > tr > td:last-child {
  padding-right: 0px;
}
.FormlibForm .view-content .field-date input.TypeDate {
  width: 100% !important;
}
.FormlibForm .view-content .field-date .flatpickr-wrapper {
  width: 100% !important;
}
.FormlibForm .view-content .field-datetime input.TypeDate {
  width: 50% !important;
}
.FormlibForm .view-content .field-datetime .flatpickr-wrapper {
  width: 50% !important;
}
.FormlibForm .view-content .field-datetime .flatpickr-wrapper input.TypeDate {
  width: 100% !important;
}
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-month,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-month {
  height: 34px;
}
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-month .flatpickr-current-month,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-month .flatpickr-current-month {
  font-size: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-month input.cur-year,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-month input.cur-year {
  margin: 0px;
  padding: 0 0 0 0.5ch;
}
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-monthDropdown-months,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
  height: 22px;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.selected,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.selected,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.startRange,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.startRange,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.endRange,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.endRange,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.selected.inRange,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.selected.inRange,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.startRange.inRange,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.startRange.inRange,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.endRange.inRange,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.endRange.inRange,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.selected:focus,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.selected:focus,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.startRange:focus,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.startRange:focus,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.endRange:focus,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.endRange:focus,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.selected:hover,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.selected:hover,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.startRange:hover,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.startRange:hover,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.endRange:hover,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.endRange:hover,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.selected.prevMonthDay,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.selected.prevMonthDay,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.startRange.prevMonthDay,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.startRange.prevMonthDay,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.endRange.prevMonthDay,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.endRange.prevMonthDay,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.selected.nextMonthDay,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.selected.nextMonthDay,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.startRange.nextMonthDay,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.startRange.nextMonthDay,
.FormlibForm .view-content .field-date .flatpickr-wrapper .flatpickr-day.endRange.nextMonthDay,
.FormlibForm .view-content .field-datetime .flatpickr-wrapper .flatpickr-day.endRange.nextMonthDay {
  background: var(--ev_color-base);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: var(--ev_color-base);
}
.FormlibForm .view-content .field-date a.choose,
.FormlibForm .view-content .field-datetime a.choose {
  position: relative;
  z-index: 100;
  /*background-image: url(/basewebinterface/org/images/icons/16x16/calendar.png);*/
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -25px;
  text-decoration: none;
}
.FormlibForm .view-content .field-date a.choose .icon:before,
.FormlibForm .view-content .field-datetime a.choose .icon:before {
  content: "\01F4C5";
}
.FormlibForm .view-content .field-checkbox-switch {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 40px;
  height: 23px;
}
.FormlibForm .view-content .field-checkbox-switch input {
  display: none;
}
.FormlibForm .view-content .field-checkbox-switch .field-checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.FormlibForm .view-content .field-checkbox-switch .field-checkbox-slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.FormlibForm .view-content .field-checkbox-switch input:checked + .field-checkbox-slider {
  background-color: #2196F3;
}
.FormlibForm .view-content .field-checkbox-switch input:focus + .field-checkbox-slider {
  box-shadow: 0 0 1px #2196F3;
}
.FormlibForm .view-content .field-checkbox-switch input:checked + .field-checkbox-slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.FormlibForm .view-content .field-checkbox-switch .field-checkbox-slider {
  border-radius: 23px;
}
.FormlibForm .view-content .field-checkbox-switch .field-checkbox-slider:before {
  border-radius: 23px;
}
.FormlibForm .view-content .field-checkbox.field-nocaption.field-error {
  background-color: #f2dede;
  padding: 10px;
}
.FormlibForm .view-content .field-checkbox.field-nocaption.field-error .field-description {
  color: #a94442;
}
.FormlibForm .view-content .field-checkbox.field-nocaption.field-error .field-description a {
  color: #a94442;
}
.FormlibForm .view-content .easy-autocomplete-container ul li {
  padding: 4px;
}
.FormlibForm .view-content .fieldgroup-messengerconsent .fieldkey-togglextrmessengernumber {
  font-weight: bold;
  padding-top: 10px;
}
.FormlibForm .view-content .fieldgroup-messengerconsent .fieldkey-messengerprivacy {
  font-size: 0.85em;
  opacity: 0.8;
}
.FormlibForm .view-content .fieldgroup-privacy .field-checkbox .field-description a {
  text-decoration: underline;
}
.FormlibForm .view-content .fieldgroup-privacy .field-checkbox.field-error {
  background-color: #f2dede;
  padding: 10px;
}
.FormlibForm .view-content .fieldgroup-privacy .field-checkbox.field-error .field-description {
  color: #a94442;
}
.FormlibForm .view-content .fieldgroup-privacy .field-checkbox.field-error .field-description a {
  color: #a94442;
}
@media (max-width: 991px) {
  .FormlibForm table.view-table-single table.fieldgroup > colgroup {
    display: none;
  }
  .FormlibForm table.view-table-single table.fieldgroup > colgroup > col {
    width: auto !important;
  }
  .FormlibForm table.view-table-single table.fieldgroup > tbody > tr > td {
    display: block;
  }
  .FormlibForm .field-controllervalue > div {
    width: auto !important;
  }
  .FormlibForm .field-fieldgroup .fieldgroup-horizontal > tbody > tr {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .FormlibForm .field-fieldgroup .fieldgroup-horizontal > tbody > tr > td {
    padding-right: 0px !important;
  }
}
@media (min-width: 480px) {
  .FormlibForm .field-fieldgroup .fieldgroup-horizontal > tbody > tr > td.field-caption {
    padding-bottom: 0px !important;
    overflow: hidden;
  }
}
.FormlibForm .ButtonPrimary {
  border: none;
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #c6a358;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
}
.FormlibForm .ButtonPrimary .icon {
  padding-right: var(--grid-gutter-width-025);
}
.FormlibForm .ButtonPrimary:hover {
  background-color: #c6a358;
  color: white;
}
.FormlibForm h1,
.FormlibForm h2,
.FormlibForm h3 {
  margin: 20px 0px;
  margin-top: 30px;
  font-family: "Oswald" !important;
  color: #246371;
  font-size: 1.4em;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.FormlibForm table.fieldgroup {
  text-align: left !important;
}
.FormlibForm table.fieldgroup .field-datetime > div .TypeText {
  width: 50px !important;
}
.FormlibForm .fieldgroup-description {
  text-align: left !important;
}
.FormlibForm .icon-req-calendar:before {
  content: "\e919" !important;
  font-size: 1.1em;
}
.FormlibForm select {
  line-height: 1.2 !important;
}
.FormlibForm .view-content input,
.FormlibForm .view-content textarea,
.FormlibForm .view-content select {
  color: #18414a;
}
/** VIEWLET **/
.vlt-v21869 .ev-box {
  position: relative;
}
.vlt-v21869 .ev-box .ev-box-thumbnail {
  position: relative;
  padding-top: 50%;
}
.vlt-v21869 .ev-box .ev-box-body {
  background-color: #c6a358;
  color: white;
  text-align: center;
  padding: var(--grid-gutter-width-050);
}
.vlt-v21869 .ev-box .ev-box-body .ev-box-headline .mainline {
  line-height: 26px;
  font-weight: 400;
  font-size: 1.25em;
  text-transform: uppercase;
}
.vlt-v21869 .ev-box .ev-box-body .ev-box-eyecatcher {
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  background-color: rgba(var(--ev_color-base-rgb), 0.5);
}
.vlt-v21869 .ev-box .ev-box-body .ev-box-eyecatcher .ev-box-eyecatcher-inner {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid white;
}
.vlt-v21869 .ev-box .ev-box-body .ev-box-content {
  padding: var(--grid-gutter-width-050) 0;
}
.vlt-v21869 .ev-box .ev-box-body .ev-box-links a {
  display: inline-block;
  color: white;
  background-color: var(--ev_color-base);
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-150);
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.vlt-v21869 .ev-box .ev-box-body .ev-box-links a:hover {
  background-color: white;
  color: #333333;
}
.vlt-v21870 .key-header {
  padding-bottom: var(--grid-gutter-width-050);
}
.vlt-v21870 .key-content {
  padding-bottom: var(--grid-gutter-width-050);
}
.vlt-v21870 .key-content .ev-headline:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #c6a358;
  margin-bottom: -7px;
}
.vlt-v21870 .key-content .key-links {
  max-width: 80px;
  margin: 0 auto;
  text-align: center;
}
.vlt-v21870 .key-content .key-links.ev-lyt-2966 > div > div:after {
  background-color: #c6a358 !important;
}
.vlt-v21870 .key-content .key-links .ev-btn {
  display: block;
  padding: 0;
}
@media (min-width: 992px) {
  .vlt-v21870 > .ev-cg {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
  }
  .vlt-v21870 > .ev-cg .key-header {
    flex: 0 0 100%;
    padding-bottom: var(--grid-gutter-width-200);
  }
  .vlt-v21870 > .ev-cg .key-content {
    flex: 0 0 33.33%;
    padding: 0;
    padding-right: var(--grid-gutter-width-200);
    text-align: left;
    background-color: transparent;
  }
  .vlt-v21870 > .ev-cg .key-content .key-links {
    margin-left: auto;
    margin-right: var(--grid-gutter-width-025);
  }
  .vlt-v21870 > .ev-cg .key-media {
    flex: 0 0 65%;
    overflow: hidden;
  }
  .vlt-v21870 > .ev-cg .key-media .owl-stage-outer {
    margin-left: calc(var(--grid-gutter-width-200) * -1);
    overflow: visible !important;
  }
  .vlt-v21870 > .ev-cg .owl-controls {
    position: absolute;
    top: 0;
    left: 27%;
    z-index: 100;
  }
  .vlt-v21870 > .ev-cg .owl-controls .owl-nav {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .vlt-v21870 > .ev-cg .key-content .key-text {
    max-height: 250px;
    overflow: scroll;
  }
}
@media (min-width: 1200px) {
  .vlt-v21870 > .ev-cg .key-content {
    flex: 0 0 33.33%;
    padding-right: 3.33%;
  }
  .vlt-v21870 > .ev-cg .key-content .key-links {
    margin-right: var(--grid-gutter-width-075);
  }
  .vlt-v21870 > .ev-cg .key-media {
    flex: 0 0 66.67%;
  }
  .vlt-v21870 > .ev-cg .owl-controls {
    position: absolute;
    top: 0;
    left: 27%;
    z-index: 100;
  }
  .vlt-v21870 > .ev-cg .owl-controls .owl-nav {
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .vlt-v21870 > .ev-cg .key-content {
    padding-left: var(--grid-gutter-width-200);
  }
  .vlt-v21870 > .ev-cg .key-media {
    flex: 0 0 66.67%;
  }
  .vlt-v21870 > .ev-cg .owl-controls {
    position: absolute;
    top: 0;
    left: 29.5%;
    z-index: 100;
  }
  .vlt-v21870 > .ev-cg .owl-controls .owl-nav {
    padding: 0;
  }
}
.vlt-v21871 > .ev-cg > div:first-child {
  padding-bottom: var(--grid-gutter-width);
}
@media (min-width: 480px) {
  .vlt-v21871 > .ev-cg {
    display: flex;
    align-items: center;
  }
  .vlt-v21871 > .ev-cg > div:first-child {
    flex: 0 0 50vw;
    position: relative;
    z-index: 5;
    transform: translate(var(--grid-gutter-width-200), 0);
  }
  .vlt-v21871 > .ev-cg > div:first-child .ev-headline {
    text-align: right;
  }
  .vlt-v21871 > .ev-cg > div:first-child .key-text {
    padding-right: var(--grid-gutter-width-300);
  }
  .vlt-v21871 > .ev-cg > div:first-child .key-content-child-3 {
    padding-right: var(--grid-gutter-width-300);
  }
  .vlt-v21871 > .ev-cg > div:last-child {
    flex: 0 0 55%;
    position: relative;
    z-index: 1;
  }
  .vlt-v21871 > .ev-cg > div:last-child .evphoto:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50.5%, rgba(0, 0, 0, 0.2) 76.5%, rgba(0, 0, 0, 0.45) 100%);
  }
}
@media (min-width: 992px) {
  .vlt-v21871 > .ev-cg > div:first-child {
    flex: 0 0 33.33vw;
    padding-right: var(--grid-gutter-width);
    padding-left: var(--grid-gutter-width);
  }
  .vlt-v21871 > .ev-cg > div:first-child .ev-headline {
    position: relative;
    z-index: 10;
    margin-right: calc(var(--grid-gutter-width-200) * -1);
    padding-bottom: var(--grid-gutter-width);
  }
  .vlt-v21871 > .ev-cg > div:first-child .key-text {
    padding-right: var(--grid-gutter-width);
  }
  .vlt-v21871 > .ev-cg > div:first-child .key-content-child-3 {
    padding-right: var(--grid-gutter-width);
  }
  .vlt-v21871 > .ev-cg > div:last-child {
    flex: 0 0 66.66vw;
    padding-left: var(--grid-gutter-width-150);
  }
}
@media (min-width: 1500px) {
  .vlt-v21871 > .ev-cg > div:first-child {
    flex: 0 0 33.33vw;
    padding-right: 2.33%;
    padding-left: 10%;
  }
  .vlt-v21871 > .ev-cg > div:first-child .key-text {
    max-width: 80%;
  }
  .vlt-v21871 > .ev-cg > div:last-child {
    flex: 0 0 66.67vw;
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  .vlt-v21872 > .ev-cg > div {
    padding-bottom: var(--grid-gutter-width);
  }
  .vlt-v21872 > .ev-cg > div:last-child {
    padding: 0;
  }
}
@media (min-width: 480px) {
  .vlt-v21872 > .ev-cg {
    display: flex;
    align-items: stretch;
  }
  .vlt-v21872 > .ev-cg > div {
    padding: var(--grid-gutter-width) 0;
    display: flex;
    align-items: flex-end;
  }
  .vlt-v21872 > .ev-cg > div:first-child {
    flex: 0 0 40%;
  }
  .vlt-v21872 > .ev-cg > div:last-child {
    padding-left: var(--grid-gutter-width-200);
  }
}
@media (min-width: 992px) {
  .vlt-v21872 > .ev-cg > div {
    padding: var(--grid-gutter-width) 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .vlt-v21872 > .ev-cg > div:first-child {
    flex: 0 0 60%;
    padding-right: var(--grid-gutter-width-200);
  }
  .vlt-v21872 > .ev-cg > div:first-child .key-content .key-text {
    padding-right: 30%;
  }
  .vlt-v21872 > .ev-cg > div:last-child {
    flex: 0 0 40%;
    padding-left: var(--grid-gutter-width);
  }
}
@media (min-width: 1500px) {
  .vlt-v21872 > .ev-cg > div:first-child {
    padding-right: var(--grid-gutter-width-300);
  }
}
.vlt-v21873 > .ev-cg {
  display: flex;
  flex-direction: column;
}
.vlt-v21873 > .ev-cg .key-media {
  order: 2;
}
.vlt-v21873 > .ev-cg .key-content {
  order: 1;
  padding-bottom: var(--grid-gutter-width);
}
@media (min-width: 480px) {
  .vlt-v21873 > .ev-cg {
    flex-direction: row;
  }
  .vlt-v21873 > .ev-cg > div:first-child {
    position: relative;
    order: 1;
    width: 58.67vw;
  }
  .vlt-v21873 > .ev-cg > div:last-child {
    padding-top: var(--grid-gutter-width-200);
    order: 2;
    width: 33.33vw;
    padding-left: 30px;
  }
  .vlt-v21873 > .ev-cg > div:last-child .ev-headline {
    position: relative;
    z-index: 10;
    text-align: left;
    margin-left: calc(var(--grid-gutter-width-200) *-1);
  }
  .vlt-v21873 .owl-controls {
    position: absolute;
    top: 0;
    right: -12%;
    z-index: 100;
  }
  .vlt-v21873 .owl-controls .owl-nav {
    padding: 0;
  }
}
@media (min-width: 480px) and (min-width: 1500px) {
  .vlt-v21873 .owl-controls {
    right: -6%;
  }
}
@media (min-width: 992px) {
  .vlt-v21873 > .ev-cg > div:first-child {
    width: 66.67vw;
  }
  .vlt-v21873 > .ev-cg > div:last-child {
    padding-left: 0px;
  }
  .vlt-v21873 > .ev-cg > div:last-child .ev-headline {
    width: 100%;
    margin-left: calc(var(--grid-gutter-width-150) *-2);
  }
}
@media (min-width: 1200px) {
  .vlt-v21873 > .ev-cg > div:last-child .ev-headline {
    margin-left: calc(var(--grid-gutter-width-150) *-1.5);
  }
}
@media (min-width: 1500px) {
  .vlt-v21873 > .ev-cg > div:last-child {
    padding-left: 3.33%;
  }
  .vlt-v21873 > .ev-cg > div:last-child .ev-headline {
    margin-left: calc(var(--grid-gutter-width-300) *-1.5);
  }
}
@media (min-width: 1800px) {
  .vlt-v21873 > .ev-cg > div:last-child {
    padding-left: 3.33%;
  }
  .vlt-v21873 > .ev-cg > div:last-child .ev-headline {
    margin-left: calc(var(--grid-gutter-width-600) *-1.3);
  }
}
.vlt-v21874 .ev-headline .mainline {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* 33px */
  letter-spacing: 5.2px;
  text-transform: uppercase;
  color: var(--ev_color-base);
}
.vlt-v21874 .ev-headline .subline {
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (min-width: 1500px) {
  .vlt-v21874 .ev-headline .mainline {
    font-size: 1.2em;
  }
}
.vlt-v21875 .ev-headline-h2 .mainline {
  font-style: normal;
  font-weight: 400;
  color: var(--ev_color-base);
  line-height: 41px;
  /* 118.571% */
  font-size: 1.7em;
  font-family: "The Castellon Slant";
}
.vlt-v21875 .ev-headline-h2 .subline {
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 135% */
  letter-spacing: 5px;
  font-family: "Marcellus";
}
@media (min-width: 480px) {
  .vlt-v21875 .ev-headline-h2 .mainline {
    line-height: 50px;
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .vlt-v21875 .ev-headline-h2 .mainline {
    line-height: 65px;
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .vlt-v21875 .ev-headline-h2 .mainline {
    line-height: 70px;
    font-size: 3em;
  }
}
@media (min-width: 1500px) {
  .vlt-v21875 .ev-headline-h2 .mainline {
    font-size: 3.9em;
    line-height: 95px;
  }
}
.vlt-v21876 .ev-headline-h2 {
  font-family: "Oswald";
}
.vlt-v21876 .ev-headline-h2 .mainline {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 9px;
  text-transform: uppercase;
  color: var(--ev_color-base);
}
.vlt-v21876 .ev-headline-h2 .subline {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ev_color-text);
}
@media (min-width: 1500px) {
  .vlt-v21876 .ev-headline-h2 .mainline {
    font-size: 1.7em;
  }
  .vlt-v21876 .ev-headline-h2 .subline {
    font-size: 1em;
  }
}
.vlt-v21877 .ev-headline-h1 {
  font-family: "Oswald";
}
.vlt-v21877 .ev-headline-h1 .mainline {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.7em;
  letter-spacing: 11.5px;
  text-transform: uppercase;
  color: var(--ev_color-base);
}
.vlt-v21877 .ev-headline-h1 .subline {
  font-family: "Marcellus";
  color: var(--ev_color-text);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (min-width: 992px) {
  .vlt-v21877 .ev-headline .mainline {
    font-size: 1.8em;
  }
  .vlt-v21877 .ev-headline .subline {
    font-size: 1em;
    line-height: 1.4;
  }
}
@media (min-width: 1500px) {
  .vlt-v21877 .ev-headline .mainline {
    font-size: 2.3em;
  }
  .vlt-v21877 .ev-headline .subline {
    font-size: 1.2em;
    margin-top: 10px;
  }
}
.vlt-v21878 strong {
  font-weight: bold;
  color: #c6a358;
}
.vlt-v21879 a {
  display: block;
}
.vlt-v21880 .ev-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--ev_color-base-dark);
  font-weight: 400;
  padding: 0 var(--grid-gutter-width-050);
}
.vlt-v21880 .ev-btn .icon {
  font-size: 1.3em;
}
.vlt-v21880 .ev-btn .caption {
  padding-left: var(--grid-gutter-width-025);
}
.vlt-v21880 .ev-btn:hover {
  color: var(--ev_color-base-dark);
}
@media (min-width: 992px) {
  .vlt-v21880 .ev-btn .caption {
    padding-left: var(--grid-gutter-width-050);
  }
}
.vlt-v21881 .ev-btn {
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  /* 29.7px */
  letter-spacing: 3.6px;
  text-transform: uppercase;
}
.vlt-v21882 .ev-btn {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  line-height: 1;
  outline: none !important;
  padding-left: var(--grid-gutter-width-050);
}
.vlt-v21882 .ev-btn .caption {
  font-size: 1.2em;
  padding-left: var(--grid-gutter-width-025);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.vlt-v21882 .ev-btn .icon {
  font-size: 1.6em;
  display: flex;
  align-items: center;
}
.vlt-v21882 .ev-btn .icon:before {
  content: "\e903";
}
.vlt-v21882 .ev-btn.active .caption {
  color: white;
}
.vlt-v21882 .ev-btn.active .icon:before {
  content: "\e906";
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.vlt-v21883 .ev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ev_color-extend-1);
  color: white;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
}
.vlt-v21883 .ev-btn .icon {
  padding-right: var(--grid-gutter-width-025);
}
@media (min-width: 992px) {
  .vlt-v21883 .ev-btn {
    letter-spacing: 5.6px;
  }
}
.vlt-v21884 .ev-btn {
  display: block !important;
  text-align: center;
  margin: 0 auto;
  margin-top: -100px;
}
.vlt-v21884 .ev-btn .caption {
  display: none;
}
.vlt-v21884 .ev-btn .icon {
  position: relative;
}
.vlt-v21884 .ev-btn .icon:before {
  content: "";
  border: 2px solid white;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.vlt-v21884 .ev-btn .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  top: 20px;
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: white;
  text-align: center;
  margin: 0 auto;
}
.vlt-v21884 .ev-btn .icon {
  display: block;
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes drop {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: var(--grid-gutter-width-050);
  }
}
.vlt-v21885 .ev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--ev_color-text);
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid var(--ev_color-base);
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
}
.vlt-v21885 .ev-btn .icon {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-v21885 .ev-btn:hover {
  background-color: var(--ev_color-base);
  color: white;
}
.vlt-v21886 {
  padding-top: var(--grid-gutter-width-050);
}
@media (min-width: 480px) {
  .vlt-v21886 {
    border-top: solid 2px #c6a358;
  }
}
.vlt-v21886 .ev-hnavi {
  max-width: 1140px;
  margin: 0 auto;
}
.vlt-v21886 .ev-hnavi .ev-btn {
  text-transform: none;
}
.vlt-v21886 .ev-hnavi .ev-btn-prev,
.vlt-v21886 .ev-hnavi .ev-btn-back {
  border-bottom: 1px solid #c6a358 !important;
}
@media (min-width: 480px) {
  .vlt-v21886 .ev-hnavi .ev-btn-prev,
  .vlt-v21886 .ev-hnavi .ev-btn-back {
    border-bottom: none !important;
  }
}
.vlt-v21888 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #c6a358;
  padding-top: var(--grid-gutter-width-075);
  padding-bottom: var(--grid-gutter-width-300);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.vlt-v21888 ul > li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: var(--grid-gutter-width-050) var(--grid-gutter-width-025);
  text-align: center;
  line-height: 1;
}
.vlt-v21888 ul > li a:hover {
  color: #18414a;
}
.vlt-v21888 ul > li:hover a {
  display: block;
  color: #c6a358;
}
@media (min-width: 480px) {
  .vlt-v21888 ul {
    padding-top: var(--grid-gutter-width-150);
    padding-bottom: var(--grid-gutter-width-400);
  }
  .vlt-v21888 ul > li a {
    padding: var(--grid-gutter-width-025);
  }
}
@media (min-width: 992px) {
  .vlt-v21888 ul {
    padding-bottom: var(--grid-gutter-width-150);
  }
}
@media (max-width: 479px) {
  .vlt-v21889 #mainnavigation ul.level-1 {
    overflow-x: auto;
  }
}
.vlt-v21889 .page_navigation_thumbnail_l2 {
  display: none !important;
}
@media (max-width: 991px) {
  .vlt-v21889 {
    height: 100vh;
  }
  .vlt-v21889 .thumbnail {
    display: none;
  }
  .vlt-v21889 .page_navigation_thumbnail_l1,
  .vlt-v21889 .page_navigation_thumbnail_l2,
  .vlt-v21889 .page_navigation_thumbnail_l3 {
    display: none;
  }
  .vlt-v21889 ul.level-1 {
    list-style: none;
    height: 100vh;
    background-color: var(--ev_color-text);
    padding: 120px 0;
    margin: 0;
  }
  .vlt-v21889 ul.level-1 > li > a {
    display: block;
    position: relative;
    padding: var(--grid-gutter-width-025) 0;
    color: white;
    line-height: 35px;
    border-top: 1px solid rgba(var(--ev_color-base-rgb), 0.33);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.1em;
    cursor: pointer;
    font-style: none;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
  .vlt-v21889 ul.level-1 > li > a > button {
    background: transparent;
    border: 0px solid;
  }
  .vlt-v21889 ul.level-1 > li > a strong {
    font-weight: normal;
  }
  .vlt-v21889 ul.level-1 > li > a em {
    font-style: normal;
  }
  .vlt-v21889 ul.level-1 > li > a .caption {
    padding-left: var(--grid-gutter-width-050);
    font-style: none;
    font-weight: normal;
  }
  .vlt-v21889 ul.level-1 > li > a .icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    font-family: Arial !important;
    right: 0px;
    width: 60px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 1.8em;
  }
  .vlt-v21889 ul.level-1 > li > a .icon::after {
    content: "+";
  }
  .vlt-v21889 ul.level-1 > li:first-child a {
    border-top: 0;
  }
  .vlt-v21889 ul.level-1 > li.active > a,
  .vlt-v21889 ul.level-1 > li.sub > a {
    color: #c6a358;
  }
  .vlt-v21889 ul.level-1 > li.clicked > a {
    color: white;
    font-weight: bold;
  }
  .vlt-v21889 ul.level-1 > li.clicked > a .icon::after {
    content: "";
    margin-top: -3px;
    height: 3px;
    width: 15px;
    background-color: white;
  }
  .vlt-v21889 ul.level-1 > li.clicked > a.sub {
    color: #c6a358;
  }
  .vlt-v21889 ul.level-1 > li.clicked > a.sub .icon::after {
    background-color: #c6a358;
  }
  .vlt-v21889 ul.level-1 > li.clicked ul.level-2 > li > a {
    color: white;
  }
  .vlt-v21889 ul.level-1 ul.level-2 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: var(--grid-gutter-width-050);
    padding-left: var(--grid-gutter-width);
  }
  .vlt-v21889 ul.level-1 ul.level-2 > li > a {
    display: block;
    position: relative;
    padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
    color: ;
    font-style: normal;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: -0.04em;
    cursor: pointer;
  }
  .vlt-v21889 ul.level-1 ul.level-2 > li.sub > a,
  .vlt-v21889 ul.level-1 ul.level-2 > li.active > a {
    font-weight: bold;
    color: #c6a358 !important;
  }
  .vlt-v21889 ul.level-1 ul.level-2 > li:hover > a {
    font-weight: bold;
    text-align: left;
    color: #c6a358 !important;
  }
  .vlt-v21889 .ev-navigation-thumbnail {
    display: none;
  }
}
@media (min-width: 992px) {
  .vlt-v21889 {
    height: 100vh;
    width: 100vw;
    background-color: var(--ev_color-text);
  }
  .vlt-v21889 .page_navigation_thumbnail_l1 {
    position: absolute;
    z-index: 5;
    inset: 0;
    left: 33%;
    bottom: var(--grid-gutter-width-200);
    width: 34%;
    height: 90vh;
  }
  .vlt-v21889 .page_navigation_thumbnail_l1 > div {
    position: absolute;
    inset: 0;
  }
  .vlt-v21889 ul.level-1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10vh;
    bottom: 10vh;
    left: 0;
    right: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .vlt-v21889 ul.level-1 > li {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 67%;
  }
  .vlt-v21889 ul.level-1 > li > a {
    display: block;
    color: white;
    text-transform: uppercase;
    font-family: "Oswald";
    letter-spacing: 7px;
    text-decoration: none;
    font-weight: normal;
    padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
    padding-left: 0px;
    font-size: 1.2em;
    text-align: right;
    line-height: 1.5;
  }
  .vlt-v21889 ul.level-1 > li > a button {
    display: none;
  }
  .vlt-v21889 ul.level-1 > li > a em {
    font-style: normal;
  }
  .vlt-v21889 ul.level-1 > li > a strong {
    font-weight: normal;
  }
  .vlt-v21889 ul.level-1 > li:hover {
    z-index: 100;
  }
  .vlt-v21889 ul.level-1 > li:hover > a {
    color: #c6a358;
  }
  .vlt-v21889 ul.level-1 > li.active > a,
  .vlt-v21889 ul.level-1 > li.sub > a {
    color: #c6a358;
  }
  .vlt-v21889 ul.level-1 > li ul.level-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 33%;
    top: 0;
    bottom: 0;
    right: 0;
    height: 80vh;
    margin: 0;
    z-index: 10000;
    padding: 0;
    gap: 5px;
    padding-top: var(--grid-gutter-width-050);
  }
  .vlt-v21889 ul.level-1 > li ul.level-2 .thumbnail {
    display: none;
  }
  .vlt-v21889 ul.level-1 > li ul.level-2 > li {
    list-style: none;
    width: 100%;
    padding-left: 51%;
  }
  .vlt-v21889 ul.level-1 > li ul.level-2 > li > a {
    display: block;
    width: 100%;
    color: white;
    text-decoration: none;
    padding: var(--grid-gutter-width-025) var(--grid-gutter-width);
    line-height: 1.5;
  }
  .vlt-v21889 ul.level-1 > li ul.level-2 > li.sub > a,
  .vlt-v21889 ul.level-1 > li ul.level-2 > li.active > a {
    font-weight: bold;
    color: #c6a358;
  }
  .vlt-v21889 ul.level-1 > li ul.level-2 > li:hover > a {
    font-weight: bold;
    text-align: left;
    color: #c6a358;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .vlt-v21889 .page_navigation_thumbnail_l1 {
    width: 40%;
    left: 30%;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .vlt-v21889 ul.level-1 > li {
    padding-right: 70%;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .vlt-v21889 ul.level-1 > li > a {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .vlt-v21889 ul.level-1 > li ul.level-2 {
    left: 30%;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .vlt-v21889 ul.level-1 > li ul.level-2 > li {
    padding-left: 57.5%;
  }
}
@media (min-width: 1500px) {
  .vlt-v21889 #mainnavigation {
    max-width: 1440px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
  }
}
.vlt-v21889 .level-2-wrapper {
  display: none;
}
@media (max-width: 991px) {
  .vlt-v21889 ul.level-1 > li.clicked div.level-2-wrapper {
    display: block;
  }
}
@media (min-width: 992px) {
  .vlt-v21889 ul.level-1 {
    border: 1px solid transparent;
  }
  .vlt-v21889 ul.level-1.debug {
    background-color: red;
  }
  .vlt-v21889 ul.level-1.debug ul.level-2 {
    background-color: blue;
  }
  .vlt-v21889 ul.level-1.debug ul.level-2 > li {
    background-color: green;
  }
  .vlt-v21889 ul.level-1.debug ul.level-2 > li > a {
    border: 1px solid red;
  }
  .vlt-v21889 ul.level-1 > li.sub div.level-2-wrapper,
  .vlt-v21889 ul.level-1 > li.active div.level-2-wrapper,
  .vlt-v21889 ul.level-1 > li:hover div.level-2-wrapper,
  .vlt-v21889 ul.level-1 > li.hover div.level-2-wrapper,
  .vlt-v21889 ul.level-1 > li:focus-within div.level-2-wrapper {
    display: block;
    z-index: 100;
  }
  .vlt-v21889 ul.level-1:focus-within {
    border: 1px solid white;
  }
  .vlt-v21889 ul.level-1:focus-within > li.sub div.level-2-wrapper,
  .vlt-v21889 ul.level-1:focus-within > li.active div.level-2-wrapper {
    display: none;
  }
  .vlt-v21889 ul.level-1:focus-within > li:focus-within div.level-2-wrapper {
    display: block;
  }
  .vlt-v21889 ul.level-1:hover {
    border: 1px solid #c6a358;
  }
  .vlt-v21889 ul.level-1:hover > li.sub div.level-2-wrapper,
  .vlt-v21889 ul.level-1:hover > li.active div.level-2-wrapper {
    display: none !important;
  }
  .vlt-v21889 ul.level-1:hover > li:hover div.level-2-wrapper,
  .vlt-v21889 ul.level-1:hover > li.hover div.level-2-wrapper {
    display: block !important;
  }
}
.vlt-v21890 {
  /*a {
 position: relative;
 display: block;
 text-decoration: none;
 overflow: hidden;
 .vlt-thumbnail {
  .evphoto {
   display: block;
   padding-top: 66.66%;
  }
 }
 .vlt-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: var(--ev_color-extend-1);
  .vlt-caption {
   position: relative;
   z-index: 5;
   font-family: @ev_font-special;
   text-transform: uppercase;
   color: white;
   padding: 0 var(--grid-gutter-width-050);
   white-space: nowrap;
   font-weight: 400;
  }
 }
 &:hover {
  .vlt-wrapper {
   background-color: var(--ev_color-extend-1-dark);
  }
 }
 @media (min-width: @screen-md-min) {
  .vlt-thumbnail {
   .evphoto {
    padding-top: 100%;
   }
  }
 }
}
*/
}
.vlt-v21890 .ev-box {
  position: relative;
}
.vlt-v21890 .ev-box .ev-box-thumbnail {
  padding-top: 80%;
}
.vlt-v21890 .ev-box .ev-box-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.vlt-v21890 .ev-box .ev-box-body .ev-box-body-valign {
  display: flex;
  align-items: center;
  background-color: var(--ev_color-extend-1);
  height: 70px;
}
.vlt-v21890 .ev-box .ev-box-body .ev-box-headline .mainline {
  position: relative;
  z-index: 5;
  font-family: "Oswald";
  text-transform: uppercase;
  color: white;
  font-size: 1em;
  padding: 10px var(--grid-gutter-width-050);
  letter-spacing: 3px;
  white-space: normal;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .vlt-v21890 .ev-box .ev-box-body .ev-box-headline .mainline {
    font-size: 1.1em;
  }
}
.vlt-v21890 .ev-box .ev-box-body .ev-box-links {
  display: none;
}
.vlt-v21890 .ev-box:hover .ev-box-body .ev-box-body-valign {
  background-color: var(--ev_color-base);
}
.vlt-v21891 .swiper-pagination {
  display: none;
}
.vlt-v21891 .swiper-controls .swiper-button-prev,
.vlt-v21891 .swiper-controls .swiper-button-next {
  display: inline-block;
  background-color: transparent;
  outline: none;
  font-weight: normal;
  width: auto;
  height: auto;
  margin: 0;
  line-height: 1;
  color: white;
}
.vlt-v21891 .swiper-controls .swiper-button-prev:after,
.vlt-v21891 .swiper-controls .swiper-button-next:after {
  display: none;
}
.vlt-v21891 .swiper-controls .swiper-button-prev .icon,
.vlt-v21891 .swiper-controls .swiper-button-next .icon {
  font-size: 1.57em;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.3));
}
.vlt-v21891 .swiper-controls .swiper-button-prev:hover,
.vlt-v21891 .swiper-controls .swiper-button-next:hover {
  color: white;
}
@media (min-width: 992px) {
  .vlt-v21891 .swiper-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 115px;
    width: 110px;
  }
  .vlt-v21891 .swiper-controls .swiper-button-prev,
  .vlt-v21891 .swiper-controls .swiper-button-next {
    opacity: 1;
    padding: var(--grid-gutter-width-050);
  }
}
@media (min-width: 1500px) {
  .vlt-v21891 .swiper-controls {
    left: var(--grid-gutter-width-300);
    bottom: var(--grid-gutter-width-075);
  }
}
.vlt-v21891 .swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.07) 63.5%, rgba(0, 0, 0, 0.4) 100%);
}
@media (min-width: 992px) {
  .vlt-v21891 .swiper-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 100;
    background-image: url("/de/images/bubbles-header-top-left.svg"), url("/de/images/bubbles-header-bottom-right.svg");
    background-repeat: no-repeat;
    background-position: top left, right 90%;
    background-size: 25% auto, 20% auto;
  }
}
@media (min-width: 1500px) {
  .vlt-v21891 .swiper-slide:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 100;
    background-image: url("/de/images/bubbles-header-top-left.svg"), url("/de/images/bubbles-header-bottom-right.svg");
    background-repeat: no-repeat;
    background-position: top left, right 90%;
    background-size: 18% auto, 15% auto;
  }
}
.vlt-v21892 a {
  display: block;
  text-decoration: none !important;
}
.vlt-v21892 a figure {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.vlt-v21892 a .caption {
  text-transform: uppercase;
  color: #333333;
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: 0.02em;
}
.vlt-v21893 .ev-webfonticon-default .icon {
  font-size: 2.3em;
  color: var(--ev_color-base);
}
@media (min-width: 992px) {
  .vlt-v21893 .ev-webfonticon-default {
    font-size: 1.4em;
  }
}
.vlt-v21895 .ev-headline {
  text-transform: uppercase;
  font-family: "Oswald";
}
.vlt-v21895 .ev-headline .mainline {
  line-height: normal;
  letter-spacing: 7px;
  font-size: 2em;
}
.vlt-v21895 .ev-headline .subline {
  font-family: "Oswald";
  line-height: 34px;
  letter-spacing: 5.13px;
  font-weight: normal;
}
.vlt-v21896 .ev-langchooser {
  font-family: "Oswald";
}
.vlt-v21896 .ev-langchooser .chooser {
  border: none;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}
.vlt-v21896 .ev-langchooser .chooser .current {
  padding-right: 0;
}
.vlt-v21896 .ev-langchooser .chooser .icon {
  display: none;
}
.vlt-v21896 .ev-langchooser ul {
  border: none !important;
  margin-right: 15px;
}
.vlt-v21896 .ev-langchooser ul a {
  text-transform: uppercase;
}
.vlt-v21896 .ev-langchooser ul a:hover {
  background-color: #c6a358 !important;
  color: white !important;
}
.vlt-v21897 .special-usage .prc-offer-periods {
  display: none !important;
}
.vlt-v21897 .special-usage .ev-box-links .ev-box-btn-booking {
  display: none;
}
.vlt-v21897 .special-usage .prc-offer-staytime {
  padding: 0 !important;
  height: auto !important;
}
.vlt-v21897 .special-usage .prc-offer-staytime span:before {
  content: "ab ";
  font-size: 0.8em;
}
.vlt-v21897 .special-usage .ev-box-price {
  padding: 0 !important;
  line-height: 1.35 !important;
}
.vlt-v21897 .special-usage .ev-box-price .suffix {
  display: none !important;
}
.vlt-v21897 .special-usage .ev-box-price:after {
  display: block;
  content: "pro Apartment/Nacht";
}
.vlt-v21897 .ev-box {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
}
.vlt-v21897 .ev-box > div {
  flex: 0 0 100%;
}
.vlt-v21897 .ev-box .ev-box-body .prc-offer-periods {
  text-align: center;
  font-weight: bold;
}
.vlt-v21897 .ev-box .ev-box-body .prc-offer-advice {
  padding-bottom: var(--grid-gutter-width);
  text-align: center;
}
.vlt-v21897 .ev-box .ev-box-body .ev-box-links {
  display: flex;
  justify-content: space-between;
  max-width: 512px;
  margin: 0 auto;
}
.vlt-v21897 .ev-box .ev-box-body .ev-box-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #bb9442;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
  flex: 0 0 48%;
}
.vlt-v21897 .ev-box .ev-box-body .ev-box-links a .icon {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-v21897 .ev-box .ev-box-body .ev-box-links a:hover {
  background-color: #bb9442;
  color: white;
}
.vlt-v21897 .ev-box .ev-box-body .ev-box-links .ev-box-btn-booking {
  order: 2;
  background-color: #c6a358;
  color: white;
}
.vlt-v21897 .ev-box .ev-box-price {
  border: none;
}
.vlt-v21897 .ev-box .ev-box-price .value {
  color: #246371;
}
.vlt-v21897 .vlt-filter {
  text-align: center;
}
.vlt-v21897 .vlt-offer-advice {
  text-align: center;
  padding-bottom: 10px;
}
.vlt-v21897 .prc-offer-description ul > li {
  list-style: url("/de/favicons/2.0/favicon-xs.png") !important;
}
.vlt-v21897 .prc-offer-description a {
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
.vlt-v21897 .vlt-filter-item-values {
  list-style: none;
  margin: 0px;
  padding-left: 00px;
  display: flex;
  justify-content: center;
  padding: var(--grid-gutter-width) 0;
  gap: var(--grid-gutter-width);
}
.vlt-v21897 .vlt-filter-item-values .vlt-filter-item-value-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.vlt-v21897 .vlt-filter-item-values input[type="radio"]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -5px;
  left: -3px;
  position: relative;
  background-color: #e3bf73;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.vlt-v21897 .vlt-filter-item-values input[type="radio"]:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -5px;
  left: -3px;
  position: relative;
  background-color: #c6a358;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.vlt-v21897 .vlt-catering-caption .caption {
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media (max-width: 991px) {
  .vlt-v21897 .ev-box {
    display: flex;
    flex-direction: column;
  }
  .vlt-v21897 .ev-box .ev-box-thumbnail .ev-box-price {
    width: 100%;
    border: none;
  }
  .vlt-v21897 .ev-box .ev-box-thumbnail .ev-box-price .value {
    color: #246371;
  }
  .vlt-v21897 .ev-box .ev-box-body .prc-offer-staytime {
    width: 100%;
    position: relative;
    margin-bottom: var(--grid-gutter-width);
  }
  .vlt-v21897 .ev-box .ev-box-body .prc-offer-staytime:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 90px;
    height: 1px;
    background-color: #333333;
  }
}
.vlt-v21898 {
  padding: var(--grid-gutter-width-050);
  padding-bottom: 40px;
}
@media (min-width: 480px) {
  .vlt-v21898 {
    padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .vlt-v21898 {
    padding: var(--grid-gutter-width-050) var(--grid-gutter-width);
    padding-bottom: 70px;
  }
}
@media (min-width: 1500px) {
  .vlt-v21898 {
    padding: var(--grid-gutter-width) 0;
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
.vlt-v21898 .special-usage .ev-box-btn-booking {
  display: none !important;
}
.vlt-v21898 .special-usage .prc-cheapest-price {
  padding: 0;
  padding-top: 10px;
  line-height: 1.35 !important;
}
.vlt-v21898 .special-usage .prc-cheapest-price .suffix {
  display: none !important;
}
.vlt-v21898 .special-usage .prc-cheapest-price:after {
  display: inline-block;
  content: "pro Apartment/Nacht" !important;
}
.vlt-v21898 .owl-carousel-container {
  position: relative;
}
.vlt-v21898 .owl-carousel-container .owl-nav {
  position: absolute;
  top: 280px;
  right: 0;
  z-index: 10;
  padding: 0;
}
@media (min-width: 480px) {
  .vlt-v21898 .owl-carousel-container .owl-nav {
    top: 15px;
    right: 0;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .vlt-v21898 .owl-carousel-container .owl-nav {
    right: -50px;
  }
}
@media (min-width: 1500px) {
  .vlt-v21898 .owl-carousel-container .owl-nav {
    right: 10px;
  }
}
@media (min-width: 992px) {
  .vlt-v21898 .owl-carousel {
    width: 65%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }
  .vlt-v21898 .owl-stage-outer {
    overflow: visible !important;
    position: relative;
  }
  .vlt-v21898 .owl-item {
    position: relative;
  }
  .vlt-v21898 .owl-item .ev-box {
    margin-right: auto;
  }
  .vlt-v21898 .owl-item .ev-box .ev-box-body {
    display: none;
  }
  .vlt-v21898 .owl-item.active .ev-box {
    position: relative;
    align-items: stretch;
  }
  .vlt-v21898 .owl-item.active .ev-box .ev-box-thumbnail {
    flex: 0 0 33.33vw;
  }
  .vlt-v21898 .owl-item.active .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 180%;
  }
  .vlt-v21898 .owl-item.active .ev-box .ev-box-body {
    flex: 0 0 33.33vw;
    display: flex;
  }
}
@media (min-width: 992px) and (min-width: 1500px) {
  .vlt-v21898 .owl-item.active .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 140%;
  }
}
@media (min-width: 992px) and (min-width: 2000px) {
  .vlt-v21898 .owl-item.active .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 120%;
  }
}
@media (min-width: 1500px) {
  .vlt-v21898 .owl-carousel {
    width: 64%;
  }
}
.vlt-v21898 .ev-box {
  position: relative;
}
.vlt-v21898 .ev-box .ev-box-thumbnail .evphoto {
  padding-top: 70%;
}
.vlt-v21898 .ev-box .ev-box-body {
  padding: var(--grid-gutter-width-050);
  padding-top: var(--grid-gutter-width-150);
}
.vlt-v21898 .ev-box .ev-box-body .ev-box-headline .mainline {
  font-family: "The Castellon Slant";
  color: #c6a358;
  font-size: 1.5em;
  line-height: 41px;
}
.vlt-v21898 .ev-box .ev-box-body .ev-box-headline {
  padding-bottom: var(--grid-gutter-width);
}
.vlt-v21898 .ev-box .ev-box-body .ev-box-headline .mainline {
  text-align: left;
}
.vlt-v21898 .ev-box .ev-box-body .prc-offer-periods-staytime {
  line-height: 27px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.vlt-v21898 .ev-box .ev-box-body .prc-offer-periods-staytime .prc-offer-staytime {
  display: none;
}
.vlt-v21898 .ev-box .ev-box-body .prc-offer-periods-staytime .prc-offer-periods-details {
  padding-top: 15px;
}
.vlt-v21898 .ev-box .ev-box-body .prc-offer-periods-staytime .prc-offer-periods-details h4 {
  padding-bottom: 15px;
}
.vlt-v21898 .ev-box .ev-box-body .prc-offer-periods-staytime .prc-offer-periods-details .period {
  display: block;
  word-wrap: break-word;
}
.vlt-v21898 .ev-box .ev-box-body .prc-cheapest-price {
  font-weight: bold;
  font-family: "Oswald";
  color: #c6a358;
  font-size: 1.3em;
  text-align: right;
  letter-spacing: 3px;
}
.vlt-v21898 .ev-box .ev-box-body .ev-box-links {
  padding-top: var(--grid-gutter-width-200);
}
.vlt-v21898 .ev-box .ev-box-body .ev-box-links .ev-box-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #c6a358;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
  display: block;
}
.vlt-v21898 .ev-box .ev-box-body .ev-box-links .ev-box-btn .icon {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-v21898 .ev-box .ev-box-body .ev-box-links .ev-box-btn:hover {
  background-color: #c6a358;
  color: white;
}
@media (min-width: 480px) {
  .vlt-v21898 .ev-box {
    display: flex;
    align-items: stretch;
  }
  .vlt-v21898 .ev-box .ev-box-thumbnail {
    flex: 0 0 50vw;
    position: relative;
    z-index: 1;
  }
  .vlt-v21898 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 135%;
  }
  .vlt-v21898 .ev-box .ev-box-thumbnail .evphoto:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 64.5%, rgba(0, 0, 0, 0.5) 100%);
  }
  .vlt-v21898 .ev-box .ev-box-body {
    flex: 0 0 50vw;
    position: relative;
    z-index: 5;
    padding: var(--grid-gutter-width);
    padding-top: var(--grid-gutter-width-150);
    border-top: 2px solid #c6a358;
    border-bottom: 2px solid #c6a358;
  }
  .vlt-v21898 .ev-box .ev-box-body .ev-box-headline .mainline {
    font-size: 2em;
    margin-left: calc(var(--grid-gutter-width-300) * -2);
  }
}
@media (min-width: 992px) {
  .vlt-v21898 .ev-box .ev-box-thumbnail {
    flex: 0 0 61.67vw;
  }
  .vlt-v21898 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 97.3%;
    margin-left: 40px;
  }
  .vlt-v21898 .ev-box .ev-box-body {
    padding: var(--grid-gutter-width-200) var(--grid-gutter-width-200);
    padding-left: var(--grid-gutter-width-125);
  }
  .vlt-v21898 .ev-box .ev-box-body .ev-box-headline {
    padding-bottom: var(--grid-gutter-width-200);
  }
  .vlt-v21898 .ev-box .ev-box-body .ev-box-headline .mainline {
    font-family: "The Castellon Slant";
    color: #c6a358;
    font-size: 2em;
    line-height: 60px;
    margin-left: calc(var(--grid-gutter-width-400) * -1);
  }
  .vlt-v21898 .ev-box .ev-box-body .prc-offer-periods-staytime {
    padding-bottom: var(--grid-gutter-width-025);
  }
  .vlt-v21898 .ev-box .ev-box-body .ev-box-links {
    padding-top: var(--grid-gutter-width-300);
  }
  .vlt-v21898 .ev-box .ev-box-body .ev-box-links a {
    margin-bottom: var(--grid-gutter-width-050);
  }
}
@media (min-width: 1500px) {
  .vlt-v21898 .ev-box .ev-box-thumbnail {
    flex: 0 0 64vw;
  }
  .vlt-v21898 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 73%;
    margin-left: 0px;
  }
  .vlt-v21898 .ev-box .ev-box-body {
    padding: var(--grid-gutter-width-200) var(--grid-gutter-width-200);
    padding-right: var(--grid-gutter-width-300);
  }
  .vlt-v21898 .ev-box .ev-box-body .ev-box-headline .mainline {
    font-size: 3em;
    line-height: 70px;
    margin-left: calc(var(--grid-gutter-width-500) * -1.2);
  }
}
@media (min-width: 2000px) {
  .vlt-v21898 .ev-box .ev-box-thumbnail {
    flex: 0 0 63.5vw;
  }
  .vlt-v21898 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 63%;
  }
  .vlt-v21898 .ev-box .ev-box-links {
    display: flex;
    gap: 40px;
  }
  .vlt-v21898 .ev-box .ev-box-links .ev-box-btn-booking {
    margin-left: 60px;
  }
}
.vlt-v21899 .special-usage .prc-cheapest-price {
  padding: 0;
  padding-top: 10px;
  line-height: 1.35 !important;
}
.vlt-v21899 .special-usage .prc-cheapest-price .suffix {
  display: none !important;
}
.vlt-v21899 .special-usage .prc-cheapest-price:after {
  display: inline-block;
  content: "pro Apartment/Nacht";
}
.vlt-v21899 .ev-box .ev-box-thumbnail:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 33.5%, rgba(0, 0, 0, 0.6) 100%);
}
@media (min-width: 1200px) {
  .vlt-v21899 .ev-box .ev-box-thumbnail:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 73.5%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.vlt-v21899 .ev-box .ev-box-body {
  background-color: #246371;
  color: white;
  display: flex;
  flex-direction: column;
}
.vlt-v21899 .ev-box .ev-box-body .ev-box-headline {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .vlt-v21899 .ev-box .ev-box-body .ev-box-headline {
    padding: 0px 60px;
  }
}
.vlt-v21899 .ev-box .ev-box-body .ev-box-headline .mainline {
  font-family: "Oswald";
  letter-spacing: 5px;
}
.vlt-v21899 .ev-box .ev-box-body .ev-box-content {
  display: flex;
  line-height: 1.2;
  flex-direction: column;
}
.vlt-v21899 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price {
  color: #c6a358;
  padding-top: 10px;
}
.vlt-v21899 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price .value {
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 1.3em;
  font-family: "Oswald";
}
.vlt-v21899 .ev-box .ev-box-links {
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 var(--grid-gutter-width-050);
}
.vlt-v21899 .ev-box .ev-box-links .ev-box-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #bb9442;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
  display: block;
  margin-top: 10px;
}
.vlt-v21899 .ev-box .ev-box-links .ev-box-btn .icon {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-v21899 .ev-box .ev-box-links .ev-box-btn:hover {
  background-color: #bb9442;
  color: white;
}
.vlt-v21899 .ev-box .ev-box-links .ev-box-btn.ev-box-btn-booking {
  background-color: var(--ev_color-base);
}
.vlt-v21899 .ev-box .ev-box-links .ev-box-btn.ev-box-btn-booking:hover {
  background-color: var(--ev_color-base-dark);
}
@media (min-width: 1200px) {
  .vlt-v21899 .ev-box .ev-box-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: inherit;
  }
  .vlt-v21899 .ev-box .ev-box-links .ev-box-btn {
    display: inline-flex;
    flex: 0 0 30%;
  }
}
.vlt-v21900 {
  position: relative;
}
@media (min-width: 992px) {
  .vlt-v21900 .vlt-items > div.vlt-item-even .ev-box .ev-box-body {
    order: 1;
    z-index: 20;
  }
  .vlt-v21900 .vlt-items > div.vlt-item-even .ev-box .ev-box-thumbnail {
    order: 2;
  }
}
@media (min-width: 1500px) {
  .vlt-v21900 .vlt-items > div.vlt-item-even:after {
    bottom: -90px;
  }
}
.vlt-v21900 .vlt-items > div.vlt-item-even {
  position: relative;
}
.vlt-v21900 .vlt-items > div.vlt-item-even:after {
  content: "";
  position: absolute;
  top: 30%;
  top: -50px;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(249, 246, 244, 0.7);
}
@media (min-width: 480px) {
  .vlt-v21900 .vlt-items > div.vlt-item-even:after {
    top: -40px;
  }
}
@media (min-width: 992px) {
  .vlt-v21900 .vlt-items > div.vlt-item-even:after {
    top: -80px;
    bottom: -80px;
  }
}
.vlt-v21900 .vlt-items > div.vlt-item-even .ev-box .ev-box-body {
  background-color: white;
}
.vlt-v21900 .vlt-items > div.vlt-item-odd {
  padding-bottom: 10px !important;
}
@media (min-width: 992px) {
  .vlt-v21900 .vlt-items > div.vlt-item-odd {
    padding-bottom: 40px !important;
  }
}
.vlt-v21900 .ev-box {
  position: relative;
  margin-bottom: 70px !important;
}
@media (min-width: 480px) {
  .vlt-v21900 .ev-box {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 992px) {
  .vlt-v21900 .ev-box {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 992px) {
  .vlt-v21900 .ev-box .ev-box-inner {
    display: flex;
    align-items: flex-end;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.vlt-v21900 .ev-box .ev-box-thumbnail .ev-box-btn-plan {
  display: none;
}
@media (max-width: 479px) {
  .vlt-v21900 .ev-box .ev-box-thumbnail {
    margin-bottom: var(--grid-gutter-width-050);
  }
}
@media (min-width: 992px) {
  .vlt-v21900 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 90% !important;
  }
}
@media (min-width: 1200px) {
  .vlt-v21900 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 83% !important;
  }
}
@media (min-width: 1500px) {
  .vlt-v21900 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 82% !important;
  }
}
.vlt-v21900 .ev-box .ev-box-body {
  border-bottom: 2px solid #c6a358;
  padding: var(--grid-gutter-width-025);
}
@media (min-width: 992px) {
  .vlt-v21900 .ev-box .ev-box-body {
    padding: var(--grid-gutter-width-075);
  }
}
@media (min-width: 1500px) {
  .vlt-v21900 .ev-box .ev-box-body {
    padding: var(--grid-gutter-width);
  }
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-headline {
  padding: 0;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-headline .mainline {
  font-size: 1.6em;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 5px;
  margin-top: var(--grid-gutter-width-075);
  margin-bottom: var(--grid-gutter-width-075);
  font-family: "Oswald";
  color: var(--ev_color-extend-1);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .vlt-v21900 .ev-box .ev-box-body .ev-box-headline .mainline {
    margin-top: 0;
    font-size: 1.8em;
  }
}
@media (min-width: 1500px) {
  .vlt-v21900 .ev-box .ev-box-body .ev-box-headline .mainline {
    margin-bottom: var(--grid-gutter-width);
    font-size: 2.2em;
  }
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-eyecatcher {
  position: absolute;
  top: -30px;
  left: var(--grid-gutter-width);
  top: var(--grid-gutter-width);
  background-image: url(/de/images/round-bg-grafik.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 992px) {
  .vlt-v21900 .ev-box .ev-box-body .ev-box-eyecatcher {
    left: 43%;
  }
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-eyecatcher-inner {
  opacity: 0.9;
  padding: 23px 23px;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-eyecatcher-inner > * {
  display: inline-block;
  color: white;
  line-height: 0.5em;
  padding-top: 10px;
  margin-left: -5px;
  transform: rotate(-10deg);
  text-transform: uppercase;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-eyecatcher .value {
  display: inline-block;
  color: white;
  line-height: 1.1em;
  padding-top: 7px;
  margin-left: -5px;
  text-transform: uppercase;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-eyecatcher .prc-eyecatcher {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  height: 80px;
  border-top: 1px solid #246371;
  border-bottom: 1px solid #246371;
  position: relative;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details .prc-cheapest-price {
  display: none;
  flex: 0 0 50%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details .prc-cheapest-price:after {
  content: "";
  position: absolute;
  left: 50%;
  top: var(--grid-gutter-width-050);
  bottom: var(--grid-gutter-width-050);
  width: 1px;
  background-color: #246371;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details .prc-cheapest-price span {
  display: inline-block;
  line-height: 1;
  font-size: 0.9em;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price-details .prc-cheapest-price span.value {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.07em;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-content a.ev-box-btn-details {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-content a.ev-box-btn-details:hover {
  color: #c6a358;
}
.vlt-v21900 .ev-box .ev-box-body .prc-roomtype-facilities {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .vlt-v21900 .ev-box .ev-box-body .prc-roomtype-facilities {
    padding: var(--grid-gutter-width-025) var(--grid-gutter-width-300);
  }
}
@media (min-width: 992px) {
  .vlt-v21900 .ev-box .ev-box-body .prc-roomtype-facilities {
    padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  }
}
.vlt-v21900 .ev-box .ev-box-body .prc-roomtype-facilities .prc-roomtype-facility-item {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding: var(--grid-gutter-width-025) 0;
  position: relative;
  min-height: 35px;
}
@media (min-width: 480px) {
  .vlt-v21900 .ev-box .ev-box-body .prc-roomtype-facilities .prc-roomtype-facility-item {
    flex: 0 0 50%;
  }
}
.vlt-v21900 .ev-box .ev-box-body .prc-roomtype-facilities .prc-roomtype-facility-item .icon {
  position: relative;
  z-index: 5;
  color: #c6a358;
  font-size: 1.3em;
  padding-right: var(--grid-gutter-width-025);
  width: 40px;
}
.vlt-v21900 .ev-box .ev-box-body .prc-roomtype-facilities .prc-roomtype-facility-item .caption {
  line-height: 1.1;
  text-align: left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  display: flex;
  align-items: center;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links {
  text-align: center;
  border: none;
}
@media (max-width: 991px) {
  .vlt-v21900 .ev-box .ev-box-body .ev-box-links {
    margin: 15px var(--grid-gutter-width-050);
  }
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links a.ev-box-btn {
  filter: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: transparent !important;
  color: #333333 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid #bb9442 !important;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 125% !important;
  /* 26.4px */
  letter-spacing: 5.6px !important;
  flex: 0 0 100%;
  margin-bottom: var(--grid-gutter-width-025);
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links a.ev-box-btn .icon {
  padding-right: var(--grid-gutter-width-025) !important;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links a.ev-box-btn:hover {
  background-color: #bb9442 !important;
  color: white !important;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links a.ev-box-btn .caption {
  color: #333333;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links a.ev-box-btn:hover .caption {
  color: white !important;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links .ev-box-links-inner {
  flex-direction: row;
  justify-content: space-between;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links .ev-box-links-inner a.ev-box-btn {
  flex: 0 0 48%;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links .ev-box-links-inner .ev-box-btn-booking {
  background-color: #c6a358 !important;
  color: white !important;
}
.vlt-v21900 .ev-box .ev-box-body .ev-box-links .ev-box-links-inner .ev-box-btn-details {
  display: none !important;
}
.vlt-v21902 .ev-tbsl-row:first-child {
  background-color: #18414a !important;
}
.vlt-v21902 .vlt-filter-item-caption {
  text-align: center;
}
.vlt-v21902 .vlt-filter-item-values {
  list-style: none;
  margin: 0px;
  padding-left: 00px;
  display: flex;
  justify-content: center;
  padding: var(--grid-gutter-width) 0;
  gap: var(--grid-gutter-width);
}
.vlt-v21902 .vlt-filter-item-values .vlt-filter-item-value-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.vlt-v21902 .vlt-filter-item-values input[type="radio"]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -4px;
  left: -4px;
  position: relative;
  background-color: #e3bf73;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.vlt-v21902 .vlt-filter-item-values input[type="radio"]:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -4px;
  left: -4px;
  position: relative;
  background-color: #c6a358;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.vlt-v21902 .vlt-catering-caption .caption {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: normal !important;
}
.vlt-v21902 .ev-tbsl-row:first-child {
  border-top: none !important;
  background-color: #e3bf73 !important;
  color: #333333 !important;
}
@media (max-width: 479px) {
  .vlt-v21903 {
    overflow: hidden;
  }
  .vlt-v21903 .vlt-items {
    margin: 0px var(--grid-gutter-width);
  }
  .vlt-v21903 .vlt-items .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: -90px;
  }
  .vlt-v21903 .vlt-items .row > div {
    width: unset !important;
    position: relative;
    min-height: 70px;
  }
  .vlt-v21903 .vlt-items .row > div .evphoto {
    height: unset !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .vlt-v21903 .vlt-items .row > div:nth-child(1) {
    grid-area: 1 / 1 / 4 / 2;
  }
  .vlt-v21903 .vlt-items .row > div:nth-child(3) {
    grid-area: 2 / 2 / 5 / 3;
  }
  .vlt-v21903 .vlt-items .row > div:nth-child(5) {
    grid-area: 4 / 1 / 7 / 2;
  }
  .vlt-v21903 .vlt-items .row > div:nth-child(7) {
    grid-area: 5 / 2 / 8 / 3;
  }
}
@media (min-width: 480px) {
  .vlt-v21903 .vlt-items {
    max-width: 1140px;
    margin: auto;
    padding: 0px var(--grid-gutter-width);
  }
  .vlt-v21903 .vlt-items .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 70vw;
  }
  .vlt-v21903 .vlt-items .row > div {
    width: unset !important;
    position: relative;
  }
  .vlt-v21903 .vlt-items .row > div .evphoto {
    height: unset !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .vlt-v21903 .vlt-items .row > div:nth-child(1) {
    grid-area: 2 / 1 / 4 / 3;
  }
  .vlt-v21903 .vlt-items .row > div:nth-child(3) {
    grid-area: 1 / 3 / 5 / 5;
  }
  .vlt-v21903 .vlt-items .row > div:nth-child(5) {
    grid-area: 4 / 1 / 8 / 3;
  }
  .vlt-v21903 .vlt-items .row > div:nth-child(7) {
    grid-area: 5 / 3 / 7 / 5;
  }
}
.vlt-v21904 {
  display: flex;
  justify-content: space-between;
}
.vlt-v21904 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #bb9442;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
  line-height: 1.4;
  flex: 0 0 48%;
}
.vlt-v21904 a .icon {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-v21904 a:hover {
  background-color: #bb9442;
  color: white;
}
.vlt-v21904 .vlt-link-booking {
  background-color: #c6a358;
  color: white;
}
@media (min-width: 480px) {
  .vlt-v21904 {
    max-width: 512px;
    margin: 0 auto;
  }
}
.vlt-v21905 .prc-roomtype-facts > div.prc-roomtype-fact .prc-roomtype-fact-body .prefix {
  display: inline-block;
  line-height: 1;
}
.vlt-v21905 .prc-roomtype-facts > div.prc-roomtype-fact .prc-roomtype-fact-body .value {
  font-size: 1.4em;
  font-weight: bold;
}
.vlt-v21905 .prc-roomtype-facts > div.prc-roomtype-plan a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.vlt-v21905 .prc-roomtype-facts > div.prc-roomtype-plan a .icon {
  font-size: 1.8em;
  color: var(--ev_color-base);
  padding-bottom: 6px;
  font-weight: bolder;
}
.vlt-v21905 .prc-roomtype-facts > div.prc-roomtype-plan a .caption {
  display: block;
  line-height: 2;
  margin-bottom: -6px;
  color: var(--ev_color-text);
}
.vlt-v21905 .prc-roomtype-facts > div.prc-roomtype-allocation {
  padding: var(--grid-gutter-width-025) 0;
}
.vlt-v21905 .prc-roomtype-facts > div.prc-roomtype-allocation:before {
  content: "\e915";
  font-family: "icon";
  font-size: 1.5em;
  color: var(--ev_color-base);
}
.vlt-v21905 .prc-roomtype-facts > div.prc-roomtype-size:before {
  content: "\e913";
  font-family: "icon";
  font-size: 1.5em;
  color: var(--ev_color-base);
}
.vlt-v21905 .prc-roomtype-facts > div.prc-cheapest-price {
  display: none;
}
.vlt-v21905 .prc-roomtype-facts > div.prc-cheapest-price a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  display: flex;
  align-items: center;
}
.vlt-v21905 .prc-roomtype-facts > div.prc-cheapest-price:before {
  content: "\e912";
  font-family: "icon";
  font-size: 1.5em;
  color: var(--ev_color-base);
}
.vlt-v21905 .prc-roomtype-facts > div.prc-cheapest-price .value {
  color: var(--ev_color-text);
  font-size: 1.4em !important;
}
.vlt-v21906 {
  margin-top: var(--grid-gutter-width-050);
}
.vlt-v21908 .vlt-offer-link-back a,
.vlt-v21908 .vlt-offer-links ul li a {
  padding: 0;
  text-transform: inherit;
  font-weight: normal;
  text-align: inherit;
  background-color: transparent;
}
.vlt-v21908 .vlt-offer-links ul li,
.vlt-v21908 ul {
  display: none;
  margin: 0;
  padding: 0;
}
.vlt-v21908 .vlt-offer-links ul li li,
.vlt-v21908 ul li {
  margin: 0;
}
.vlt-v21908 .vlt-offer-link-back {
  display: none;
}
.vlt-v21908 .row-clearfix {
  height: 0;
}
.vlt-v21908 .vlt-offer-description,
.vlt-v21908 .vlt-offer-advice,
.vlt-v21908 .vlt-offer-extensions {
  display: none;
}
.vlt-v21908 .vlt-offer-link-back a,
.vlt-v21908 .vlt-offer-links ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #bb9442;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
}
.vlt-v21908 .vlt-offer-link-back a .icon,
.vlt-v21908 .vlt-offer-links ul li a .icon {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-v21908 .vlt-offer-link-back a:hover,
.vlt-v21908 .vlt-offer-links ul li a:hover {
  background-color: #bb9442;
  color: white;
}
.vlt-v21908 .vlt-offer-links ul li a {
  margin-left: var(--grid-gutter-width-050);
}
.vlt-v21910 .ev-box .ev-box-body .ev-box-headline .mainline {
  font-family: "Oswald";
}
.vlt-v21910 .ev-box .ev-box-body .prc-cheapest-price {
  font-family: "Oswald";
  color: #c6a358;
}
@media (max-width: 479px) {
  .vlt-v21910 .ev-box .ev-box-body .ev-box-content .ev-box-links .ev-box-links-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .vlt-v21910 .ev-box .ev-box-body .ev-box-content .ev-box-links .ev-box-toggle-link-xs {
    flex: 0 0 100% !important;
    margin-bottom: var(--grid-gutter-width-050);
  }
}
.vlt-v21910 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn {
  padding: 0;
  font-size: 1em;
  text-align: inherit;
  text-transform: inherit;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #bb9442;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
}
.vlt-v21910 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn .icon {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-v21910 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn:hover {
  background-color: #bb9442;
  color: white;
}
@media (max-width: 479px) {
  .vlt-v21910 .ev-box .ev-box-body .ev-box-content .ev-box-links a.ev-box-btn {
    flex: 0 0 48%;
  }
}
.vlt-v21992 .ev-box {
  display: block;
  background-color: #f8f3e9;
  text-align: left;
}
.vlt-v21992 .ev-box .ev-box-thumbnail .evphoto {
  padding-top: 80%;
}
@media (min-width: 480px) {
  .vlt-v21992 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 40%;
  }
}
.vlt-v21992 .ev-box .ev-box-headline {
  font-weight: normal !important;
  font-family: "Oswald";
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vlt-v21992 .ev-box .ev-toggle-details {
  display: none;
}
.vlt-v21992 .ev-box .prc-offer-periods {
  display: none !important;
}
.vlt-v21993 .ev-box {
  display: block;
  background-color: #f8f3e9;
  text-align: left;
}
.vlt-v21993 .ev-box .ev-box-thumbnail .evphoto {
  padding-top: 80%;
}
@media (min-width: 480px) {
  .vlt-v21993 .ev-box .ev-box-thumbnail .evphoto {
    padding-top: 40%;
  }
}
.vlt-v21993 .ev-box .ev-box-headline {
  font-weight: normal !important;
  font-family: "Oswald";
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vlt-v21993 .ev-box .ev-toggle-details {
  display: none;
}
.vlt-v21993 .ev-box .prc-offer-periods {
  display: none !important;
}
.vlt-v21996 .ev-box {
  position: relative;
  color: white;
}
.vlt-v21996 .ev-box .ev-box-thumbnail img {
  width: 180px !important;
  height: 180px !important;
}
@media (min-width: 480px) {
  .vlt-v21996 .ev-box .ev-box-thumbnail img {
    width: 230px !important;
    height: 230px !important;
  }
}
@media (min-width: 1500px) {
  .vlt-v21996 .ev-box .ev-box-thumbnail img {
    width: 280px !important;
    height: 280px !important;
  }
}
.vlt-v21996 .ev-box .ev-box-body {
  position: absolute;
  left: 0;
  padding: 0px 30px;
  text-align: center;
  right: 0;
  top: 70px;
  margin: auto;
}
@media (min-width: 480px) {
  .vlt-v21996 .ev-box .ev-box-body {
    top: 80px;
  }
}
@media (min-width: 992px) {
  .vlt-v21996 .ev-box .ev-box-body {
    top: 80px;
  }
}
@media (min-width: 1500px) {
  .vlt-v21996 .ev-box .ev-box-body {
    top: 100px;
  }
}
.vlt-v21996 .ev-box .ev-box-body .ev-box-headline {
  color: white;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 1.2;
  font-size: 0.9em;
  padding-top: 0px;
  font-family: "Marcellus";
}
@media (min-width: 480px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline {
    font-size: 1.1em;
    padding-top: 0px;
    line-height: 1.3;
  }
}
@media (min-width: 992px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline {
    font-size: 1.4em;
    padding-top: 0px;
    line-height: 1.3;
  }
}
@media (min-width: 1500px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline {
    font-size: 1.5em;
  }
}
.vlt-v21996 .ev-box .ev-box-body .ev-box-headline .mainline {
  font-size: 1.1em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline .mainline {
    display: block;
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline .mainline {
    display: block;
    font-size: 0.9em;
  }
}
.vlt-v21996 .ev-box .ev-box-body .ev-box-headline .subline {
  display: none;
  font-size: 1.4em;
  padding-top: 10px;
  position: relative;
}
@media (min-width: 480px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline .subline {
    display: block;
    font-size: 0.8em;
  }
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline .subline:after {
    display: block;
    content: "";
    height: 1px;
    position: absolute;
    background-color: white;
    width: 100px;
    bottom: -8px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline .subline {
    display: block;
    font-size: 0.6em;
  }
  .vlt-v21996 .ev-box .ev-box-body .ev-box-headline .subline:after {
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    background-color: white;
    width: 120px;
    bottom: -15px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
.vlt-v21996 .ev-box .ev-box-body .ev-box-content {
  font-size: 1.2em;
}
@media (min-width: 480px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-content {
    display: block;
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-content {
    font-size: 1em;
  }
}
@media (min-width: 1500px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-content {
    font-size: 0.9em;
  }
}
.vlt-v21996 .ev-box .ev-box-body .ev-box-content .ev-box-list {
  padding: 0;
  margin-top: 10px;
  list-style-position: inside;
}
.vlt-v21996 .ev-box .ev-box-body .ev-box-links {
  font-size: 1.6em;
  padding-top: 20px;
  line-height: 1.2;
}
.vlt-v21996 .ev-box .ev-box-body .ev-box-links a {
  color: white;
  text-decoration: none !important;
}
@media (min-width: 480px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-links {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .vlt-v21996 .ev-box .ev-box-body .ev-box-links {
    padding-top: 30px;
    font-size: 1.3em;
  }
}
.vlt-v21998 .special-usage .ev-box-btn-booking {
  display: none !important;
}
.vlt-v21998 .special-usage .prc-cheapest-price {
  padding: 0;
  padding-top: 10px;
  line-height: 1.35 !important;
}
.vlt-v21998 .special-usage .prc-cheapest-price .suffix {
  display: none !important;
}
.vlt-v21998 .special-usage .prc-cheapest-price:after {
  display: inline-block;
  content: "pro Apartment/Nacht" !important;
}
.vlt-v21998 .ev-box .ev-box-body {
  background-color: #246371;
  color: white;
  display: flex;
  flex-direction: column;
}
.vlt-v21998 .ev-box .ev-box-body .ev-box-headline {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 20px;
}
.vlt-v21998 .ev-box .ev-box-body .ev-box-headline .mainline {
  font-family: "Oswald";
  letter-spacing: 5px;
}
.vlt-v21998 .ev-box .ev-box-body .ev-box-content {
  display: flex;
  line-height: 1.2;
  flex-direction: column;
}
.vlt-v21998 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price {
  color: #c6a358;
  padding-top: 10px;
}
.vlt-v21998 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price .value {
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 1.3em;
  font-family: "Oswald";
}
.vlt-v21998 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price .suffix {
  display: none;
}
.vlt-v21998 .ev-box .ev-box-body .ev-box-content .prc-cheapest-price:after {
  display: inline-block;
  content: "pro Person";
}
.vlt-v21998 .ev-box .ev-box-links {
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 var(--grid-gutter-width-050);
}
.vlt-v21998 .ev-box .ev-box-links .ev-box-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #bb9442;
  padding: var(--grid-gutter-width-025) var(--grid-gutter-width-050);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 26.4px */
  letter-spacing: 5.6px;
  display: block;
  margin-top: 10px;
}
.vlt-v21998 .ev-box .ev-box-links .ev-box-btn .icon {
  padding-right: var(--grid-gutter-width-025);
}
.vlt-v21998 .ev-box .ev-box-links .ev-box-btn:hover {
  background-color: #bb9442;
  color: white;
}
.vlt-v21998 .ev-box .ev-box-links .ev-box-btn.ev-box-btn-booking {
  background-color: var(--ev_color-base);
}
.vlt-v21998 .ev-box .ev-box-links .ev-box-btn.ev-box-btn-booking:hover {
  background-color: var(--ev_color-base-dark);
}
@media (min-width: 1200px) {
  .vlt-v21998 .ev-box .ev-box-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: inherit;
  }
  .vlt-v21998 .ev-box .ev-box-links .ev-box-btn {
    display: inline-flex;
    flex: 0 0 30%;
  }
}
.vlt-v22151 .ev-btn {
  text-decoration: none;
  line-height: 1;
  padding-left: var(--grid-gutter-width-050);
  background-color: transparent;
  border: none;
}
.vlt-v22151 .ev-btn .ev-toggle-button-link {
  display: flex;
  align-items: center;
  color: white;
}
.vlt-v22151 .ev-btn .caption {
  font-size: 1.2em;
  padding-left: var(--grid-gutter-width-025);
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.vlt-v22151 .ev-btn .icon {
  font-size: 1.6em;
  display: flex;
  align-items: center;
}
.vlt-v22151 .ev-btn .icon:before {
  content: "\e903";
}
.vlt-v22151 .ev-btn.active .caption {
  color: white;
}
.vlt-v22151 .ev-btn.active .icon:before {
  content: "\e906";
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.vlt-v22228 {
  margin-top: var(--grid-gutter-width-050);
}
.vlt-v22228 ul {
  padding: 0;
  margin: 0;
}
.vlt-v22228 ul li {
  list-style-position: inside;
}